body{
    margin: 0;
    padding: 0;
}
.header-container{
    height: auto;
    width: 100%;
    background-color: #ffffff;
    position: sticky;
    top: 0px;
    box-shadow: 0 3px 10px -4px rgb(51 62 73 / 18%), 0 6px 17px 2px rgb(51 62 73 / 8%);
    z-index: 11;
    transition: transform 0.3s ease-out;
    padding: 0 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
    width: 100%;
}
.header-container a{
    height: 55px;
}
.header-container img{
    height: 100%;
}
.main-content-container-wrap{
    max-width: 880px;
    margin: 0 auto;
    padding: 24px;
}
.main-content-container-wrap h1{
    padding: 0 0 8px;
    color: #333e49;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}
.main-content-container-wrap p{
    margin-bottom: 1em;
    color: #636d77;
    font-size: 16px;
    line-height: 1.5;
}
.main-content-container-wrap img{
    width: 100%;
    margin: 8px 0;
}
.search-for-job-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
}
.search-for-job-header h2{
    color: #333e49;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}
.search-for-job-header p{
    color: #636d77;
    font-size: 13px;
    padding-top: 2px;
}  
.search-bar-conatiner{
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 6px 14px;
    line-height: 1.5;
    border: 1px solid #c4cfde;
    display: flex;
    align-items: center;
} 
.search-bar-conatiner i{
    margin: 0 12px;
    color: #636d77;
}
.search-bar-conatiner input{
    width: 100%;
    border: none;
    height: 41px;
    padding: 11px 10px;
    font-size: 14px;
}
input:focus{
    outline: none !important;
}
.dropDown-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px 8px;
}
.dropdown-toggle{
    border: solid 1px#aebbcc !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    padding: 9px 10px !important;
    margin-right: 16px;
    width: 97%;
    text-align: left !important;
    position: relative;
}
.dropdown-toggle::after{
    position: absolute;
    right: 10px;
    top: 18px;
}
.dropdown-toggle:focus{
    box-shadow: none !important;
}
.dropdown-item:active{
    background-color: #f8f9fa !important;
    color: #000 !important;
}
.switch{
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
    margin: 0;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}  
.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8e8e8;
    transition: 0.4s;
}  
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
}  
input:checked + .slider {
    background-color: #1eb151;
}
input:checked + .slider:before {
    transform: translateX(18px);
}  
.slider.round {
    border-radius: 34px;
}  
.slider.round:before {
    border-radius: 50%;
}
.onOffSwitch span{
    padding-left: 8px;
    color: #636d77;
    font-weight: 600;
    font-size: 14px;
}
.dropdown-menu {
    width: 216px;
}
.dropdown-item{
    font-size: 14px;
    white-space: pre-line !important;
}
.job-card-container{
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 12px;
}
.job-card-container li{
    margin-bottom: 16px;
    padding: 16px;
    box-shadow: 0 2px 5px rgb(51 62 73 / 10%);
    border-radius: 4px;
    background: #fff;
    color: #333e49;
    cursor: pointer;
}
.job-card-container li:hover{
    box-shadow: 0 3px 10px rgb(51 62 73 / 18%), 0 6px 17px rgb(51 62 73 / 18%);
}
.job-card-container li h6{
    margin-bottom: 4px;
    color: #636d77;
    font-size: 13px;
    font-weight: 400;
}
.job-card-container li h3{
    margin-bottom: 8px;
    font-size: 18px;
    color: #1eb151;
}
.job-card-container li a:hover{
    text-decoration: none;
}
.job-depart::before,
.job-type::before{
    content: '\B7';
    margin-right: 4px;
}
.job-card-container li p{
    margin-top:0px;
    color: #333e49;
    font-size: 14px;
    margin-bottom: 0;
}
.serach-for-job-container{
    background-color: #f9f9f9;
    padding-bottom: 64px;
}
.footer-container {
    background: #fff;
}
.terms-service-container {
    font-size: 13px;
    line-height: 1.5;
    color: #636d77;
    text-align: center;
    max-width: 636px;
    width: 100%;
    padding: 16px 24px;
    margin: 0 auto;
    box-sizing: border-box;
}
.anchor-style {
    color: #333e49;
    text-decoration: underline;
}
.anchor-style:hover{
    color: #333e49 !important;
}
.view-site-container {
    padding: 16px;
    border-top: 1px solid #e1e6eb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-site-container a{
    font-size: 14px;
    font-weight: 600;
    color: #1eb151;
}
.view-site-container a:hover{
    color: #1eb151;
    text-decoration: none;
}
.help.help::before{
    margin: 0 8px;
    content: '\B7';
}
.view-site-container i{
    margin-left: 8px;
    font-size: 12px;
}
.sticky{
    position: sticky;
    top: 0px;
    transform: translateY(-40%);
}
.sticky a{
    margin-top: 44px;
    height: 55px;
}
.sticky a img{
    transform: scaleX(0.9);
}
.dropdown{
    width: 27%;
}
.onOffSwitch{
    display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
    .dropDown-container{
        display: block;
    }
    .dropdown{
        width: 100%;
        margin-bottom: 8px;
    }
    .dropdown-toggle{
        width: 100%;
        margin-left: 0;
    }
    .dropdown-menu{
        width: 100%;
    }
    .serach-for-job-container{
        padding-bottom: 34px;
    }
}