
.form-control
{
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}
/* about us page start */
.about-content
{
    background: #f9f9f9;
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify;
    padding-bottom: 4%;
    padding-top: 4%;
}
.about-content-title h3
{
    text-align: center;
    font-size: 29px;
}
.navbar-light .navbar-nav .nav-link
{
    font-size: 16px;
}
/* about us page end */

/* contact us page start */
.cuft
{
    margin-top: 5%;
    text-align: center;
}
.contact-title
{
    font-size:50px;
    font-weight:700;
    padding-left: 2px;
    color:black;
}
.contact-desc
{
    font-size:20px;
    padding-left: 5px;
    line-height: 1;
    color:black;
}
.contact-header
{
    height:500px;
    
}
.contact-background
{
    background-image:url('site/imgs/curve.svg');
        background-size: cover;
}
.contact-form-block
{
    max-width:60%;
    padding:1%;
    margin: auto;
}
.form-element
{
    margin-top:7%;
    margin-bottom:4%;
}
.form-element input 
{
    border-radius: 7px;
}
.form-control:focus, .form-select:focus
{
    color: #212529;
    background-color: #fff;
    
    outline: 0;
    box-shadow: none;
}
.sub-btn
{
    background:#797AD0;
    color:white;
    font-size:30px;
}
.contact-form-area
{
    background-color:#f9f9f9;
    padding-bottom:10%;
    padding-left:9%;
    padding-right:9%;
}
.social li 
{
    display: inline-block;
    margin: 0 6px;
}
.social ul
{
    margin: 0;
    padding: 0;
}
.address h5
{
    font-size: 27px;
    font-weight: 600;
}
.address p
{
    font-size: 17px;
}
.bi
{
    font-size: 25px;
    background: transparent;
    color: white;
}
.contact-details
{
    margin-top:25%;
}
.user-consent
{
    margin-top: 3%;
    padding: 1%;
}
.form-check-label, .user-consent p
{
    font-size:15px;
}
#thankyou_block
{
    display:none;
}
.header>.top>.row, .contact-header
{
    padding-left:9%;
    padding-right:9%;
}   
.contact-details 
{
    float:left;
}
.g-recaptcha 
{
    margin-bottom: 1% !important;
}
#recaptcha-error
{
    color:red;
}


/* contact us page end */
/* layout css start */
            
			html 
			{
				-webkit-text-size-adjust: 100%;
                width: 100%;
                height: 100%;
                overflow: hidden;
                position: relative;
			}


            body
            {
                width: 100%;
                height: 100%;
                margin: 0px;
                padding: 0px;
                overflow-x: hidden; 
				 
				
            }
            body 
            {
                background: white;
                /* font-family: 'Open Sans', sans-serif; */
                font-family: "ProximaNova", sans-serif;
                color:#3a3434;
            }
			input
			{
				outline: none;
			}
            .main-logo
            {
                height:60px;
                max-width:100%;
                image-rendering: -webkit-optimize-contrast;
            }

            #newsletter-signup-form-success
            {
                display:none;
            }
            .header
            {
                padding-top: 1.3%;
            }

            .ni
            {
                font-size: 25px !important;
            }
            .ni:hover
            {
                border-bottom: 2px solid #542b1c !important;
            }
            

            /*************footer End*****************/

            .container-fluid
            {
                padding-right: 9%;
                padding-left: 9%;
            }
            li.nav-item 
            {
                border-bottom: 2px solid white;
                font-size: 20px;
            }
            li.nav-item:hover
            {
                border-bottom: 2px solid #fb7e72;
            }
            
            .fmls:hover
            {
                color: white;
                text-decoration: none;
            }


            .footer-section
            {
                /* margin-top:10%;  */
                padding-top:5%; 
                position:relative;
                z-index:1;
                padding-bottom: 5%;
                background:#542b1c;
                color:white;
            }
            .footer-newsletter-submit
            {
                height: 60px;
                padding-left: 3%;
                padding-right: 3%;
                background-color: #fb7e72;
                color:white;
                border-radius: 8px;
                border: 1px solid #fb7e72;
                /* box-shadow: 0 5px 15px 0 rgb(37 44 97 / 15%), 0 2px 4px 0 rgb(93 100 148 / 20%); */
                box-shadow: 0px 5px 13px #8a8787;
            }
            .footer-newsletter-submit:hover
            {
                background-color: #fb7e72;
                color:white;
                border:1px solid #fb7e72;
            }
            .footer-newsletter-email
            {
                height: 60px;
                width: 400px;
                padding-left: 2%;
                border-radius: 8px;
                border: 1px solid #c5bebe;
                box-shadow: 0px 5px 13px #8a8787;
            }
            .footer-newsletter-schedule
            {
                height: 60px;
                width: 30%;
                border-radius: 8px;
                border: 1px solid #c5bebe;
                padding-left: 1%;
                box-shadow: 0px 5px 13px #8a8787;
            }
            
            .underline
            {
                font-size: 1.5rem;
                /* text-decoration: underline;
                text-decoration-color: #fb7e72;
                text-decoration-thickness: 2px; */
                color:#fb7e72;
            }
            .footer-newsletter-text p
            {
                font-size:1.5rem;
            }

            .footer-newsletter-heading h3
            {
                font-size: 3.5rem;
                font-weight: 600;
                color: #fb7e72;
            }
            .footer-logo
            {
                max-width:200px;
                image-rendering: -webkit-optimize-contrast;
            }
            .footer-logo-col
            {
                max-width: 32%;
            }
            .footer-nav-item
            {
                font-size: 14px;
                margin-left:1%;
                margin-right:1%;
            }
            .footer-menu
            {
                background-color:#f9f9f9;
            }
            .copyright-text
            {
                margin-top: 20px;
                margin-left: 4%;
                font-size: 13px;
            }
            .footer-nav-item a 
            {
                color: gray;
                text-decoration: none;
                font-weight: normal;
                font-size:12px;
            }
            .footer-nav-item a:hover
            {
                color: #22b14c;
            }
            .between-footer
            {
                height: 60px;
                background-color: white;
            }
            .often p
            {
                font-weight: 900;
                font-size: 1.9rem;
            }
            .newsletter-signup-heading p
            {
                font-size: 50px;
                font-weight: 900;
                margin-bottom:0;

            }
            .newsletter-signup-text p
            {
                font-size: 20px;
                
            }
            .nl-email input, .schedule select
            {
                width: 100%;
                height: 60px;
                padding-left: 5%;
            }
            
            .newsletter-signup-b-text p
            {
                font-size:10px;
            }
            
            .newsletter-signup-b-text
            {
                
                margin-top:2%;
            }
            .bottom-links a:hover 
            {
                text-decoration: underline;
            }
            .newsletter-signup-social-element
            {
                display: inline-block;
                /* border: 1px solid; */
                padding: 1.5%;
                /* border-radius: 50%; */
                margin-right: 2%;
            }
            .newsletter-signup-social>ul
            {
                list-style: none;
                display: inline-block;
                width:100%;
                padding-left: 0;
            }
            .menu-item-block a
            {
                text-decoration:none;
                color:white;
                font-size:12px;
            }
            .menu-col
            {
                padding-left: 5%;
            }
            .copyright-text
            {
                text-align:right;
            }
            .footer-menu
            {
                /* background-color: #dadada; */
                border-top:none;
                
                color: #9f9b9b;
            }
            .footer-bottom
            {
                background:#bebcbc;
                padding-top:1%;
                padding-bottom:1%;
            }
            .footer-bottom p
            {
                /* background:black; */
                text-align:center;
                font-size:12px;
                color: black;
                padding-bottom: 0;
                margin-bottom: 0;
            }
			.footer-section, .footer-menu, .footer-bottom
			{
				padding-left:9%;
				padding-right:9%;
			}
            .bottom-job-alert-block
            {
                max-width: 45%;padding-left: 1%;padding-right: 0;
            }
            


			.footer-logo-pic
			{
				width:150px;	
			}
            .footer-other-menu
            {
                min-width:70%;
                padding-left: 2%;
                /* padding-top: 3%; */
            }
            .new-block
            {
                max-width: 80%;
                margin: auto;
                /* padding-left: 10%;
                padding-right: 10%; */
                background: #191a25;
                padding-top: 10%;
                padding-bottom: 10%;
            }
            .new-block-heading
            {
                text-align:center;
                margin-bottom: 9%;
            }
            #bottom-email
            {
                width: 100%;
                height: 40px;
                background: transparent;
                border: none;
                color: #22b12c;
            }
            input#bottom-email::placeholder 
            {
                text-align: center;
            }
            .bottom-success
            {
                width: 100%;
                height: 50px;
                background: #22b14c;
                border: none;
                color: white;
                letter-spacing: 3px;
            }
            .bottom-links
            {
                margin-top:5%;
                margin-bottom:5%;
            }
            .bottom-links a
            {
                color: #22b14c;
                text-decoration: none;
                font-size:14px;
            }
            #b-consent:checked 
            {
                background-color: #22b14c;
                border-color: #70e037;
            }
            .ssocial-icon .bi
            {
                color:#d3d3d3;
                font-size: 20px;
            }
            .ssocial-icon .bi:hover
            {
                color:#542b1c;
                font-size: 20px;
            }
            .icons-list
            {
                text-align:center;
            }
            .ssocial-icon 
            {
                display: inline;
                margin-left: 2%;
                /* float: right; */
                margin-right: 2%;
            }
            a
            {
                color:#542b1c

            }
            a:hover
            {
                color:#542b1c
                
            }
            .icons-list
            {
                padding-right: 10%;
            }
            .footer-copyrights
            {
                background: #191a25;
                border-top: 4px solid #595959;
                text-align: Center;
                color: #737373;
                padding-top: 1%;
                padding-bottom: 1px;
            }

           
/* layout css end */
/* contact us page start */
#contact_block
{
    max-width: 100%;
    margin: auto;
}
.fnr
{
    padding-top:5%;
}
.form-floating
{
    margin-top:1%;
    margin-bottom:1%;
}
#cfnl2, #cfnl1
{
    padding-left:1.5rem;
}
.sub-btn
{
    background: #797AD0 !important;
    color: white !important;
    font-size: 23px !important;
}
/* contact us page end */
/* homepage css start*/
    

    .menu-bar-pri
    {
        font-size: 25px;
        color: #542b1c;
        padding-left: 2%;
        padding-right: 2%;
        text-decoration: none;
        font-weight: 600;
    }
    .menu-bar-pri:hover
    {
        color: #542b1c;
        text-decoration: underline !important;
        transition: 1.5s;
    }
    .menu-bar-block
    {
        min-height: 69px;
        line-height: 50px;
    }
/* homepage css end */
/* listing page css start*/
.pagination
{
    justify-content: center;
}
.page-link
{
    padding-top: 14px !important;
    padding-bottom:14px !important;
}
.page-item
{
    margin-left:2px;
    margin-right:2px;
}
.page-link:focus
{
    box-shadow: none;
}
    .primary-color
    {
        color:blueviolet;
    }

    .primary-background
    {
        background-color: blueviolet;
    }
    .banner-section
    {
        background:#f9f9f9;
        background-image: url('/site/imgs/banner.png');
        height: 500px;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 173px;
        background-position-x: 80%;
    }
    .header
    {
        background:white;
    }
    .mtl2
    {
        font-size: 23px;
        font-weight: 500;
        color: #747474;
    
    }

    .add-job-form
    {
        margin-left: 4%;
        padding-top: 4%;
        padding-bottom:4%;
    }
    .labelClass
    {
        max-width: 30% !important;
    }
    .rowClass
    {
        margin-top: 2%;
        margin-bottom: 2%;
        max-width: 70%;
    }

    .search-form-input {
        min-height: 60px;
    }
    .sbi
    {
        width:80% !important;
    }
    .feature-items	
    {
        font-size: 11px;
        margin-right: 0.5%;
        margin-left: 0.5%;
        border: 1px solid #542b1c;
        padding-top: 0.3%;
        padding-bottom: 0.3%;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 26px;
        box-shadow: none;
        
        color: black;
    }
    .feature-items:hover
    {
        background: #c6d4e0;
        color: black;
        border: 1px solid black;
        text-decoration: underline;
        cursor: pointer;
    }
    .job-features
    {
        margin-left: 0 !important;
    }

    .job-features span 
    {
        width: 100%;
        background: #542b1c;
        color: white;
        margin: 1% !important;
        border-radius: 4px;
        font-size: 11px;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .job-features span:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }

    #category, #location, #keywords
    {
        border-width:0;

    }
    .filters-col
    {
        
        max-width:24%;
        min-width:24%;
        width:24%;
        
    }
    .btn-close:focus
    {
        box-shadow:none;
        outline:none;
    }
    .listing-main-content
    {
        padding-bottom:10%;
       
    }

    .job-heading
    {
        margin-bottom: 5%;
    }
    .job-features
    {
        margin-bottom:3%;
    }
    .jobbox
    {
       
        border:solid #afafaf;
        border-width:1px;
        padding: 2%;
        margin-bottom:2%;
        height:320px;
        border-radius: 6px;
        /* box-shadow: 0 -1px 1px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 10%); */
    }
    .jobbox:hover
    {
        box-shadow: 0 -1px 1px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 10%);
    }
    .row.job-features>span
    {
        margin:1%;
    }
    .accordion
    {
        border-radius: 2%;
        border: 1px solid #dee2e6;
    }
    .job-features
    {
        width:100%;
        color:gray;
    }
    .job-heading h3 a
    {
        color:#542b1c;
        text-decoration:none;
    }
    .job-heading h3 a:hover
    {
        color:#542b1c;
        text-decoration:underline !important;
        transition: 2s ease-out;
    }
    .job-desc
    {
        text-align: justify;
    }
    .newsletter-signup
    {
        border-radius: 5px;
        background-color: #e6e8e8;
        margin-right: 0.1%;
        color: white;
        font-size: 19px;
        padding-top:1%;
        padding-bottom:1%;
        margin-bottom: 2%;
    }

    .logoimgblock
    {
        height: auto;
        margin-bottom: 20%;
    }
    .newsletter-text label
    {
        margin-top: 19px;
    }
    #signup-col1
    {
        max-width:27%;
    }
    .newsletter-form
    {
        padding-top:10px;
    }
    .newsletter-form input[type=text], .newsletter-form input[type=email]
    {
        height: 40px;
        border-radius: 8px;
        border: 1px solid #9ea5ac;
        padding-left: 10px;
        width: 70%;
        margin-left: -7%;
    }
    .newsletter-form input[type=submit]
    {
        background-color: #22b14c;
        border-radius: 8px;
        height: 40px;
        width:100%;
        color: white;
        border: none;
        font-size:17px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .newsletter-text label
    {
        font-size:17px;
    }
    .newsletter-form select
    {
        height: 40px;
        width: 34%;
        border-radius: 8px;
        border: 1px solid #9ea5ac;
        padding-left: 10px;
        font-size:14px;
    }
    .top-searches
    {
        border: 1px solid #dee2e6;
        border-radius: 6px;
        padding: 6%;
        padding-left: 8%;
        margin-top: 15%;
    }
    .top-searches-links a
    {
        max-width: 100%;
        line-height: 35px;
        display: inline-block;
        margin-top: 2%;
        line-height: 31px;
        margin-bottom: 2%;
        padding-left: 10%;
        border: 2px solid #fb7e72;
        padding-right: 10%;
        border-radius: 50px;
        color: black;
        text-decoration: none;
        text-overflow: ellipsis;
    }
    .top-searches-links a
    {
        max-width: 100%;
        line-height: 35px;
        display: inline-block;
        margin-top: 2%;
        line-height: 31px;
        margin-bottom: 2%;
        padding-left: 10%;
        border: 2px solid #fb7e72;
        padding-right: 10%;
        border-radius: 50px;
        color: #fb7e72;
        text-decoration: none;
        text-overflow: ellipsis;
    }
    .top-searches-links a:hover
    {
        color:white;
        background-color: #fb7e72;
        
    }
    .accordion-button:not(.collapsed)
    {
        color:black;
    }
    .loc-link a
    {
        color: #22b14c;
        text-decoration: none;
    }
    .loc-link a:hover
    {
        
        text-decoration: underline;
    }
    .job-features svg
    {
        margin-top:-4px;
    }
    .input-group
    {
        width:80%;
    }
    .input-group-text
    {
        height:50px;
        background-color: white;
        border-right: none;
        color:#fb7e72;
    }
    .input-group input[type="text"]
    {
        height: 50px;
        border-left: none;
    }
    .form-control:focus 
    {
        transition: 1.2s;
        color: #212529;
        outline: 0;
    }
    .find-jobs
    {
        height: 60px;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        border: none;
        border-radius: 14px;
        color: white;
        background: #797AD0;
    }
    .find-jobs:hover
    {
        color: white;
    }
    .search-form
    {
        padding-top: 1.5%;
        background-color: #542b1c;
        padding-bottom: 1.5%;
        border-radius: 8px;
        margin-bottom: 4%;
    }
    .input-group-text
    {
    
        border-top-left-radius: 8px; border-bottom-left-radius: 8px;
    }
    .modal-newsletter 
    {	
        color: #999;
        width: 625px;
        font-size: 15px;
        margin: 30px auto;
    }
    .modal-newsletter .modal-content {
        padding: 30px;
        border-radius: 0;		
        border: none;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .modal-newsletter .modal-header {
        border-bottom: none;   
        position: relative;
        border-radius: 0;
    }
    .modal-newsletter h4 {
        color: #000;
        font-size: 30px;
        margin: 0;
        font-weight: bold;
    }
    .modal-newsletter .close {
        border: none;
        background: white;
        position: absolute;
        top: -15px;
        right: -15px;
        text-shadow: none;
        opacity: 0.3;
        font-size: 24px;
    }
    .modal-newsletter .close:hover {
        opacity: 0.8;
    }
    .modal-newsletter .icon-box {
        color: #7265ea;		
        display: inline-block;
        z-index: 9;
        text-align: center;
        position: relative;
        margin-bottom: 10px;
    }
    .modal-newsletter .icon-box i {
        font-size: 110px;
    }
    .modal-newsletter .form-control, .modal-newsletter .btn {
        min-height: 46px;
        border-radius: 0;
    }
    .modal-newsletter .form-control {
        box-shadow: none;
        border-color: #dbdbdb;
    }
    .modal-newsletter .form-control:focus {
       
        box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
    }
    .modal-newsletter .btn {
        color: #fff;
        background: #fb7e72;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        padding: 6px 20px;
        min-width: 150px;
        margin-left: 6px !important;
        border: none;
    }
    .modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
        box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
        background: #f72222;
        outline: none;
    }
    .modal-newsletter .input-group {
        margin-top: 30px;
    }
    .hint-text {
        margin: 100px auto;
        text-align: center;
    }
    .form-control:focus
    {
        box-shadow: 0 0 0 0;
    }
    .form-control
    {
        border-radius:8px;
    }
    #top-success,#bottom-success
    {
        display:none;
        padding-left: 2%;
    }
    #top-success p,#bottom-success p
    {
        color:black;
    }

    .search-form-label
    {
        line-height: 50px;
        margin-right: 3%;
        font-size: 1.25rem;
        color: white;
    }
    .bi-search
    {
        margin-right:7%;
    }
    .newsletter-text label
    {
        color:#696565;
    }
    .newsletter-text
    {
        max-width:45%;
    }
    .more-detais
    {
        color: #797ad0;
        text-decoration: none;
        white-space: nowrap;
    }
    .more-detais:hover
    {
        color: #797ad0;
        text-decoration: underline !important;
    }
    .search-form-input::placeholder
    {
        color:#696565;
    }
    .newsletter-form input[type=text]::placeholder, .newsletter-form input[type=email]::placeholder 
    {
        font-size: 16px;
    }
    .accordian-heading h3
    {
        padding-left: 1.25rem;
        padding-top: 0.75rem;
        padding-bottom: 0.25rem;
        font-size: 1.25rem;
        font-weight: 600;
    }
    .recent-searches-links a
    {
        color:#fb7e72;
        text-decoration:none;

    }
    .recent-searches-links a:hover
    {
        color:#fb7e72;
        text-decoration:underline;
        
    }
    .page-item:not(:first-child) .page-link
    {
        margin-left:0px;
    }
    .page-link
    {
        min-width: 50px;
        height: 50px;
        color: black;
        background: #e6e8e8;
        border-color: #e6e8e8;
        margin-left: 1px;
        margin-right: 1px;
    }
    .page-item:first-child .page-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .page-item:last-child .page-link {
        border-top-right-radius:  0;
        border-bottom-right-radius:  0;
    }

    .page-link:hover 
    {
        z-index: 2;
        color: white;
        background-color: black;
        border-color: black;
    }
    .page-link:focus {
        z-index: 3;
        color: white;
        background-color: black;
        outline: 0;
        box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
    }
    .disp-bold
    {
        font-weight: bold;
    }
    .showing-results
    {
        text-align:center;
    }
    .popup-form
    {
        width:100%;
        padding:1%;
    }
    .popup-input-group
    {
        width:100%;
        margin-bottom:3%;
        margin-top:3%
    }
    .popup-input-group input[type="text"],.popup-input-group select,.popup-input-group input[type="email"]
    {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: 1px solid gray;
        padding-left: 3%;
        padding-right: 3%;
    
    }


    .popup-input-group input[type="email"]:focus,.popup-input-group select:focus, .popup-input-group input[type="text"]:focus
    {
    
    border:1px solid #fb7e72;
    }
    #success4
    {
        display:none;
    }
    .modal-newsletter .modal-content
    {
        border-radius: 15px;
        border: none;
        width: 100%;
        padding-top: 0;
        padding-bottom: 40px;
        margin-top:10%;
    }
    .btn-close {
        box-sizing: content-box;
        width: auto;
        height: auto;
        padding: .25em .25em;
        color: #542b1c;
        background:transparent;
        border: 0;
        border-radius: .25rem;
        opacity: 1;
    }
    .create-alert-btn
    {
        background:#22b14c;
        color: white;
        border: none;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: 1px solid gray;
        /* padding-left: 3%; */
        padding-right: 3%;
    }
    .header
    {
        padding-left: 9%;
        padding-right: 9%;
    }
    .header>.top>.row>.col
    {
        padding-left: 0.5%;
    }
    .create-alert-btn-col
    {
        max-width:28%;
    }
    .user-consent
    {
        margin-left: -4%;
    }
    .form-check-input:focus
    {
        box-shadow:none;
        border-color:#22b14c;
    }
    .page-link-active 
    {
        background: black;
        /* border: none; */
        border: 1.5px solid black;
        color: white;
    }
    .pag-menu-form
    {
        margin-left:0%;
        margin-right:0%;
    }
    .modal
    {
        padding-left: 19px;
    }
    #mobile-paging
    {
        display:none;
    }
    #desktop-paging
    {
        display:block;
    }
    .col1 {
        display: contents;
    }
    .col1 p{
        margin-bottom:0;
    }
    .fc-div
    {
        width:100%;
        border:1px solid lightgray;
    }

    .search-form-input
    {
        min-height: 60px;
    }

/* listings page css end */

/* footer css start */
.fmls
{
    color:white;
}

.nlf-control
{
    height: 50px !important;
    margin-top: 5%;
    margin-bottom: 5%;
    
}
.nlf-subbtn
{
    height: 50px !important;
    margin-top: 5%;
    margin-bottom: 5%;
    background: #797AD0 !important;
    color: white !important;
    border: none !important;
}
.nlf-block
{
    height:350px;
}
.socialmedia-icons
{
    width: 65%!important;
    margin: auto;
}
.ausdh-box
{
    max-width: 70%;
    margin: auto;
    text-align: justify;
}

/* footer css end */


/* jobs single page css start */

    .job-container
    {
        padding-left: 9%;
        padding-right: 9%;
        background: #ffffff;
    }
    
    .job-info>.row
    {
        max-width:40%;
    }
    .job-info
    {
        margin-top:1%;
        margin-bottom:1%;
    }
    .spjob-features span {
        width: auto;
        background: #542b1c;
        color: white;
        margin-left: 0%;
        margin-right: 0%;
        border-radius: 12px;
        font-size: 11px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 2%;
        padding-right: 2%;
        white-space: nowrap;
    }
    .jdesc
    {
        padding-top:2%;
        padding-bottom:1%;
        margin-top:1%;
        margin-bottom:0.5%;
        /* text-align: justify; */
    }
    .jhta
    {
        text-align: justify;
    }
    .job-title-block
    {
        max-width: 60%;
    }
    .jdesc>h3 {
        font-size: 17px !important;
    }
    .spjob-block
    {
        padding-top:6%;
        padding-bottom: 6%;
    }
    .imgpreview-block
    {
        width: 150px!important;
        height: 150px!important;
    }
    .imgpreview-block>img
    {
        max-width: 150px;
        max-height: 150px;
        image-rendering: -webkit-optimize-contrast;
    }
    .thankyou_block
    {
        text-align:center;
    }
    .img-box
    {
        width: 200px !important;
        height: 200px !important;
        margin: auto !important;
    }
    .img-box>img
    {
        Max-width: 100% !important;
        max-height: 100% !important;
        image-rendering: -webkit-optimize-contrast;
        
    }
/* jobs single page css end */


/* home page css start*/

.search-section-bar,.departments, .map-section, .header, .alert-section,.alertReason, .hs3
{
    padding-left:8%;
    padding-right:8%;
}
.dblock>.row>.col
{
    text-align:center;
}
.departments
{
    padding-top: 5%;
    padding-bottom: 4%;
}
a.page-link {
    text-align: center;
}
.dlogo
{
    padding-bottom:2%;
}
.banner-section
{
        padding-left: 8%;
        padding-right: 8%;
}

.search-section-col1
{
    
    padding-left:0;
}

#alertLocation, #keyword
{
    width:100%;
}
.cookie-container a {
    color: white;
}
.bi-geo-alt-fill
{
    position: absolute;
    top: 27%;
    left: 3.5%;
    color: #ff7568;
}

.form-floating label
{
    padding-left:18%;
}
button:focus:not(:focus-visible) 
{
    background: black;
}
#ns-success
{
    display:none;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown)
{
    padding-top: 5px;
    /* padding-inline-end: 10px; */
    box-shadow:none;
    padding-inline-start: 40px;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label
{
    transform: scale(1) translateY(-2.5rem) translateX(-2rem);
   
}
.form-control:focus
{
    border-color: #ff7568;
    

        color: #212529;
        
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);

}
.header-search
{
    width:100%;
}
.header-col
{
    min-width: 40%;
    margin-left: 0;
    margin-right: -2px;
    padding-left: 0;
    padding-right: 0;
}
.header-search-button
{
    color: white;
    background:#ff7568;
    border-color: #ff7568;
    font-size:25px;

    width: 99px;
    height: 99px;
    border-radius: 100%;
    /* margin-top: -8%; */
    margin-left: -17%;
    padding-top: 5%;
}
.header-search-button:hover
{
    
    background-color: #e86255;
} 
button:focus:not(:focus-visible) 
{
    color: white;
    background:black;
    outline: 0;
    box-shadow: none;
}
.section2-text
{
    padding-top:25%;
    width: 93%;
    padding-left:5%;
    font-family: 'Mulish', sans-serif;
}
.section2-text h1
{
    color: black;
    
    margin-bottom: 1.5%;
    font-size:31px;
}
.section2-text p
{
    font-size: 20px;
    margin-top:-10px;
    opacity: 0.8;
    font-weight: 500;
}
.newsletter-section
{
    padding-top:10%;
    padding-bottom:10%;
}
.newsletter-form-content
{
    
    max-width:100%;
}
.newsletter-element
{
    height: 60px;
    border-top: none;
    border-left: none;
    border-right: none;
    
    /* font-size: 30px; */
    opacity: 0.7;
    width:80%;
   
}

#newsletter-email3::placeholder
{
    color:#059a31;
}
.newsletterBtn
{
    color: #ff7568;
    align:center;
    /* background-color: #ff7568; */
    height: 50px;
    border-color: #ff7568;
    border-radius: 53px;
    width:60%;
}

.main-tag
{
    font-size: 44px;
    font-weight: 600;
    color: #747474;
}
.newsletterBtn:hover
{
    color: white;
    background-color: #ff7568;
    height: 50px;
    border-color: #ff7568;
    border-radius: 53px;
    width:60%;
}
.newsletter-form-content input:focus
{
    border-color: #ff7568;
    transition: 1.2s;

    color: #212529;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(225 117 104 / 25%);
}
.find-future-btn
{
    border: 1px solid #ada4a3;
}
.find-future-btn:hover
{
    border: 1px solid #22b14c;

    background: #22b14c;
    color:white;
}
#map_inner
{
    width:600px;
    height:500px;
}
#map_inner svg
{
    width:600px;
    height:500px;
}
#map_inner text,#map_inner desc
{

    display:none !important;
}
#map_inner > div:nth-child(1)
{
    display:none !important;
}
#map_zoom
{
    display:none !important;
}
.map-section
{
    padding-top: 0;
    padding-bottom: 0;
}
.search-section-bar
{
    background:#542b1c;
    padding-top: 4%;
    padding-bottom: 5%;

}
.nlf-success
{
    display: none;
}

.popular-search-items .bi-search 
{
    color: #50dd7b;
}
.popular-search-items 
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 1%;
    border-radius: 4px;
    color:white;
    background-color: #004916;
    cursor: pointer;
    display: inline-block;
    margin-top: 1%;
}
span.popular-search-items a 
{
    color: white;
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.form-fields input
{
    height: 60px;
    padding-left: 5%;
}
.popular-searches
{
    margin-top:3%;
}

.searh-bar-header
{
    margin-bottom:3%;
    
}
.searh-bar-header h2
{
    
    font-weight:800;
}
.div-shadow
{
    height: 35px;
    display: block;
    margin: 0 auto;
    background: url('site/imgs/search-shadow.png') no-repeat center 0;
    background-size: auto auto;
    background-size: cover;
}
.form-control:focus
{
    box-shadow:none;
    border-color:#ced4da;
}
/* .header-search-button .bi-search
{
    font-size: 48px;
} */
.home_search
{
    margin-right: -5%;
}
.popular-searches-links
{
    
    margin-top:-1%;
}
.heading-top
{
    
    font-size: 41px;
    font-weight: 800;
    color:#464444;
    line-height: 1;
    font-family:"ProximaNova", sans-serif";
}
.heading-top-desc
{
    margin-top: 15%; 
    line-height:1;
    font-size: 22px;
    color: #464444;
    font-weight: bold;
}
.keywords-input
{
    border-right: 1px solid #c5c3c3;
}

.header
{
    padding-bottom:1%;
    
}

.searh-bar-header h2
{
    font-size:30px;
}
.map-sec-text
{
    font-size: 30px;
    font-weight: bold;
    color: black;
    font-family:  sans-serif;
}
.search-section>.col
{
    min-width: 52%;
    max-width:50%;
    
}
.input-box input
{
    width:100%;
    border:none;
    
    height: 60px;
}
input.head-input::placeholder {
    font-size: 18px;
    color:#b1b0b0;
}
.bar-search
{
    margin: 0;
    width: 100%;
    height:auto;
    border: 1px solid #dddddd;
    background: white;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    border-radius: 12px;

}
#keywords
{
    border-right: 1px solid #c5c3c3;
}
.bar-search>.col-sm-2
{
    width:13%;
}
.search-btn
{
    border: none;
    width: 100%;
    height: 100%;
    color: white;
    background: #797AD0;
    border-radius: 5px;
    font-size: 30px;
}

.black_dot
{
    height: 13px;
    margin-top: 2%;
    margin-left: -1%;
}

.map-img
{
    width: 180%;
    margin-left: -22%;
    image-rendering: -webkit-optimize-contrast;
    
}
.keywords-input
{
    border-right: 1px solid #c5c3c3;
}
#map-img-col
{
    max-width:40%;
    min-width:40%;
}
.cookie-container 
{
    padding-top:10px;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #404040;
    color: white;
    padding: 0 32px;
    padding-top: 1%;
    padding-bottom: 1%;
    z-index: 1;

    transition: 400ms;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: #f5f6fa;
}
.popular-searches-heading h3
{
    font-size: 16px;
}
.cookie-btn 
{
    background: #22b14c;
    border: 0;
    color: #f5f6fa;
    font-size:16px;
    padding-left:10%;
    padding-right:10%;
    padding-top:2%;
    padding-bottom:2%;
    border-radius:5px;
    margin-bottom: 10px;
    margin-top: 1%;

    cursor: pointer;
}


.switch
{
    top:2px;
    position:relative;
    display:inline-block;
    width:50px;
    height:16px;

}  
.slider
{
    
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}  

.switch input
{
    display:none;

}

.slider:before 
{
    
    top:-2px;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left:0;
    bottom:5px;
    background-color: white;
    transition: 0.4s;
    border-radius:50px;
}
input:checked + .slider
{
    background-color:#18E81E;
}

input:checked + .slider:before
{
    transform: translateX(30px);
}
.btnn
{
    /* color: #0c8e32; */
    text-decoration: none;
    border: 1px solid white;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 2%;
    color: white;
    border-radius: 5px;
}
.btnn:hover
{
    border: 1px solid #22b14c;
    background:#22b14c;
}
.sec-alert-box
{
    width: 50%;
    margin: auto;
    padding-top:5%;
    padding-bottom:5%;
    color:white;
}
.newsletter-signup-btn button 
{
    border: 1px solid black;
}
.newsletter-signup-btn button:focus
{
    background:black;
    color:white;
}
.newsletter-signup-btn 
{
    margin-top:0;
    margin-left: 2px;

}
.newsletter-signup-btn button
{
    height:60px;
    background: black;
    color: white;
}
.newsletter-signup-btn button 
{
    width: 100%;
}
    
.form-check-input:checked 
{
    background-color: black;
    border-color: black;
}
.form-check-input 
{
    box-shadow:none;
}
#bottom-job-alert-col1
{
    min-width: 70%;
}
#line2elements
{
    min-width: 70%;
}
#keyword::placeholder, #alertLocation::placeholder
{
    color:#059a31;
}

/* cookies settings popup css */
.csc1
{
    max-width:33%;
}
.csmenu
{
    padding-left: 5%;
    padding-right: 10%;
    cursor:pointer;
    font-size: 20px;
}
.work .img
{
    height:200px !important;
}
.item
{
    width:300px;
    margin:auto;

}
.csmitem p
{
   
    margin-bottom: 0;
}
.csmitem
{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    color:#545252;
}
.csmitem-active
{
    color:black;
    border-left:2px solid black;
    
}
#cscontent2,#cscontent3,#cscontent4
{
    display:none;
}
.cscontent1 
{
    padding-right: 5%;
    margin-top:5%;
}


/* job alert reason section css */


.reason-img
{
    width:80px;
    height:80px;
    image-rendering: -webkit-optimize-contrast;
}
.arb-img
{
    max-width: 18%;
}
.alertReason
{
    padding-top: 4%;
    background: #f4fdf7;
    padding-bottom: 1%;
}
#artextcol {
    max-width: 67%;
    min-width: 58%;
}

.ardesc
{
    width:75%;
    margin-top: 2%;
    font-size:19px;
}
.artc-heading
{
    font-size: 30px;
    color: #22b14c;
    font-weight: 700;
    margin-top: 4%;
    margin-bottom: 4%;
    
}
.artc-heading h4
{
    font-size: 45px; font-weight: 700;
}
.alert-reason-box
{
    margin-top:2%;
    margin-bottom:2%;
}
.reason5-img
{
    float: right;
    position: relative;
    z-index: -11111111;
}
select::-ms-expand
{
    display:none;
    right:100px;
}
.sja1
{
    font-size: 45px;font-weight: bold;
}
.sja2
{
    font-size: 23px; font-weight: 600;
}
.mrk
{
    padding-right:0;
}
.tt
{
    padding-left: 8%;
    padding-right: 8%;
    background: #f4fdf7;
    padding-top: 1%;
    padding-bottom: 0.5%;
}
/* home page css end*/
.cate
{
    border-top-left-radius: 5px; border-bottom-left-radius: 5px;
    max-width: 33%;
}
input#depName 
{
    background: none;
    border: none;
    color: #767676;
}
input#depName:hover
{
    text-decoration: underline;
    color: #131313;
}

        #spimg
        {
            max-width: 500px; 
        }

/* before mobile */
@media (max-width: 576px)
{

    /* home page mob css */
    #logo-col
    {
        max-width: 60%;
    }
    .banner-section
    {
        height:auto !important;
        padding-top:72% !important;
        padding-bottom:2%!important;
    }
    .bar-search
    {
        padding-bottom:3%;
    }
    .bi-search {
        margin-right: 0% !important;
    }
    .bar-search .col
    {
        min-width: 100%;
    }
    #keywords
    {
        border-right: none;
        border-bottom: 1px solid #c5c3c3;
        min-width:100%;
    }
    .bar-search>.col-sm-2 
    {
        width: 100%;
    }
    .bottom-cols
    {
        min-width:100%;
    }
    .socialmedia-icons 
    {
        width: 100% !important;
        margin: auto;
    }
    .nlf-block 
    {
        height: auto;
        padding-bottom: 5%;
    }
    .ausdh-box 
    {
        max-width: 100%;
        margin: auto;
        text-align: justify;
        margin-top: 10%;
    }

    /* homepage mob css end */
    /* layout page css start */
        header, .job-container {
            padding-left: 6% !important;
            padding-right: 6% !important;
        }
        .job-title-block
        {
            max-width:100%;
        }
        #spimg
        {
            max-width: 100%; 
        }
        .main-logo
        {
            width: auto;

            margin: auto;
            margin-top: 10%;
        }
            
        .about-content 
        {
            
            padding-left: 1%;
            padding-right: 1%;
            text-align: justify;
        }     
        .bottom-job-alert-block 
        {
            min-width: 100%;
            padding-left: 1%;
            padding-right: 0;
        }
        .bottom-links
        {
            margin-top: 10%;
            min-width: 100%;
        }
        .newsletter-signup-heading p 
        {
            font-size: 38px;
            font-weight: 600;
            margin-bottom:0;
        }
        .footer-nav-item::after{
            content: "\a";
            white-space: pre;
        }
        .rights-reserved
        {
            margin-left: 0;
            padding-left: 0;
        }
        .copyright-text {
            text-align: left;
        }
        .bottom-job-alert-col
        {
            min-width:100%;
            margin-top:2%;
            margin-bottom:1%;
            margin-left: 0;
            padding-right: 0;
            padding-left: 0px;
        }
        .popular-search-items
        {
            padding-left: 5%;
            padding-right: 5%;
        }
        span.popular-search-items::after 
        {
            content: "\a ";
            white-space: pre;
        }
    /* layout page css end */
    /* listings page css start */
    .mob-nav-btn
    {
        width:100px;
    }
    #mobile-paging
    {
        display:block;
    }
    #desktop-paging
    {
        display:none;
    }
    .modal-newsletter
    {
        width:90%;
    }
    .modal-newsletter .modal-content
    {
        padding:0px;
    }
    .modal
    {
        padding-left: 0px;
    }
    .model-end-text
    {
        padding-left: 5%;
    }
    .search-form .col
    {
        min-width:100%;
        margin:auto;
        max-width: 100%
    }
    .header 
    {
        padding-left: 5%;
        padding-right: 5%;
    }
    .search-form-label 
    {
        line-height: 45px;
        width: 90%;
        /* margin:auto; */
    }
    .find-jobs 
    {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 4%;
    }
    #signup-col1 
    {
        min-width: 100%;
        padding-left: 4%;
    }
    .newsletter-text 
    {
        max-width: 100%;
        min-width: 100%;
    }
    .newsletter-text label 
    {
        line-height: unset;
    }
    .newsletter-form input[type=text], .newsletter-form input[type=email] 
    {
        width: 100%;
        margin-left: 0;
    }
    .newsletter-form select 
    {                
        width: 100%;
        margin-left: 0;
        MARGIN-TOP: 3%;
  
    }
    .create-alert-btn-col {
        max-width: 100%;
        min-width: 100%;
    }
    .newsletter-form input[type=submit] 
    {         
        width: 58%;
        margin-left: 20%;
    }
    .user-consent {
        margin-left: 4%;
    }
    .form-check-label
    {
        max-width: 93%;
        padding-top: 2%;
        margin-left: 2%;
    }
    .newsletter-signup
    {
        padding-bottom: 4%;
        margin-left: 0%;
    }
    .eess
    {
        
        padding-left:0;
    }
    #signup-col1
    {
        padding-left:4%;
    }
    .filters-col 
    {
        margin-top: 5%;
        max-width: 100%;
        min-width: 100%;
    }
    .top-searches
    {
        margin-top:5%;
    }
    .listing-col 
    {
        margin-top: 7%;
        margin-left: 0;
    }
    #bottom-aa
    {
        margin-left: -4%;
    }
    .contact-form-block 
    {
        max-width: 100%;
        padding: 0%;
        margin: auto;
    }
    /* listings page css end */

    .ftco-section 
    {
        padding: 3em 0 !important;
    }
    .heading-section 
    {
        font-size: 44px !important;
        font-weight: 600 !important;
        color: #747474 !important;
    }
    #fnamecol
    {
        min-width: 100%;
    }
    .cuft>h3
    {
        font-size: 40px;
        font-weight: 600;
        color: #747474;
    }
    .contact-form-area
    {
        padding-top:10%;
    }

    #category
    {
        max-width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        
        
    }
    #location
    {
        margin-left:0 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
    {
        margin-left: 0px !important;
    }
    .search-form-input
    {
        min-width:100%;
    }
    .find-jobs {
        height: auto;
        width: 100%;
        
        font-size: 18px;
        font-weight: 600;
        border: none;
        color: white;
        background: black;
        margin-left: 0%;
        padding-top: 3%;
        padding-bottom: 3%;
        border-radius: 8px;
    }
    .header {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
    .header>.top>.row, .contact-header {
        padding-left: 0%;
        padding-right: 0%;
    }
    .row
    {
        max-width: 100%;
    }
    .feature-items
    {
        margin-top:1%;
        margin-bottom:1%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .sbi
    {
        min-width: 100%;
    }
    .search-form .row 
    {
        margin-left: 0;
    }
    .search-form 
    {
        padding-top: 7%;
        padding-bottom: 3%;
    }


}
@media (min-width: 576px) and (max-width: 768px)
{
    /* Show 3rd slide on sm if col-sm-6*/
    .modal-newsletter
    {
        width:90%;
    }
    .modal-newsletter .modal-content
    {
        padding:0px;
    }
    .modal
    {
        padding-left: 0px;
    }
    .model-end-text
    {
        padding-left: 5%;
    }
    .search-form .col
    {
        min-width:100%;
        margin:auto;
        max-width: 100%
    }
    .header 
    {
        padding-left: 5%;
        padding-right: 5%;
    }
    .search-form-label 
    {
        line-height: 45px;
        width: 90%;
        /* margin:auto; */
    }
    .find-jobs 
    {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 4%;
    }
    #signup-col1 
    {
        min-width: 100%;
        padding-left: 4%;
    }
    .newsletter-text 
    {
        max-width: 100%;
        min-width: 100%;
    }
    .newsletter-text label 
    {
        line-height: unset;
    }
    .newsletter-form input[type=text], .newsletter-form input[type=email] 
    {
        width: 100%;
        margin-left: 0;
    }
    .newsletter-form select 
    {                
        width: 100%;
        margin-left: 0;
        MARGIN-TOP: 3%;
  
    }
    .create-alert-btn-col {
        max-width: 100%;
        min-width: 100%;
    }
    .newsletter-form input[type=submit] 
    {         
        width: 58%;
        margin-left: 20%;
    }
    .user-consent {
        margin-left: 4%;
    }
    .form-check-label
    {
        max-width: 93%;
        padding-top: 2%;
        margin-left: 2%;
    }
    .newsletter-signup
    {
        padding-bottom: 4%;
        margin-left: 0%;
    }
    .eess
    {
        
        padding-left:0;
    }
    #signup-col1
    {
        padding-left:4%;
    }
    .filters-col 
    {
        margin-top: 5%;
        max-width: 100%;
        min-width: 100%;
    }
    .top-searches
    {
        margin-top:5%;
    }
    .listing-col 
    {
        margin-top: 7%;
        margin-left: 0;
    }
    #bottom-aa
    {
        margin-left: -4%;
    }


    .bottom-job-alert-block 
    {
        max-width: 80%;
        padding-left: 1%;
        padding-right: 0;
        margin: auto;
    }
    .nl-email input, .schedule select{
        margin-top:3%;	
    }
    .menu-col {
        padding-left: 0;
        min-width: 80%;
        max-width: 80%;
        margin: auto;
        margin-top: 4%;
    }
    .bottom-links {
        margin-top: 2%;
    }
    .footer-menu-container>.col-sm-2
    {
        padding-left: 2.5%;
    }
    .map-img
    {
        width:150%;
    }

    .footer-logo-pic
    {
        width:90px;	
    }
    .ftco-section 
    {
        padding: 3em 0 !important;
    }
    .heading-section 
    {
        font-size: 44px !important;
        font-weight: 600 !important;
        color: #747474 !important;
    }


}
@media (min-width: 768px) and (max-width: 991px) {
        /* sdk  */
    .newsletter-form input[type=text], .newsletter-form input[type=email]
    {
        margin-left:0;
        width:60%;
    }
    .user-consent {
        margin-left: 3%;
    }
    .newsletter-text {
        min-width: 100%;
    }
    .find-jobs
    {
        width:100%;
    }
}
@media (min-width: 576px) {


    /* farthest right hidden item must be also positioned for animations */

}
/* MD */
@media (min-width: 768px) {
    /* mid size */
    
    
}
/* LG */
@media (min-width: 991px) {
    /* large screen */


}



