/*Footer*/
.pref_profile .selectize-control.multi .selectize-input::after{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #484848;
    display:block;
    line-height: 0;
    position: absolute;
    right: 9px;
}
.pref_profile .selectize-control.single .selectize-input::after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #484848;
    display:block;
    line-height: 0;
    position: absolute;
    right: 9px;
}
.pref_profile .selectize-control.multi .selectize-input > div {
    background-color: #FFFFFF;
}
.pref_profile .selectize-control.multi .selectize-input > div 
{
    background-color: #FFFFFF;
}
.pref_profile input,
.pref_profile input:-webkit-autofill,
.pref_profile input:-webkit-autofill:hover,
.pref_profile input:-webkit-autofill:focus,
.pref_profile input:-webkit-autofill:active,
.pref_profile .selectize-input
{
    background-color: transparent!important;
    transition: background-color 5500s ease-in-out 0s;
    border:none!important;
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

.pref_profile input,
.pref_profile input:-webkit-autofill,
.pref_profile input:-webkit-autofill:hover,
.pref_profile input:-webkit-autofill:focus,
.pref_profile input:-webkit-autofill:active,
.pref_profile .selectize-input {
    padding:0px;
}
.pref_profile .form-group {
    padding:0px;
}
.pref_profile .input-group, 
.pref_profile .form-group {
    border-bottom:1px solid #6D6D6D;
    position: relative;
}
.full {
    width: 100%;    
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background:  #FCF2F7;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.footer-container {
    margin: 16px 220px;
    width: 75%;
    padding-bottom: 52px;
}
.f_offer
{
    padding-top: 55px;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    color: #000000;
    font-size: 14px; 
    font-family: poppins; 
    font-weight: 600;
    line-height: 27px;
    
    
}
.footer ul {
    font-size: 100%;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
    text-decoration: none;
}
.footer a {
    color: #F7F7F7
}
.footer-link {
    color:#000000 !important;
    font-size: 14px; 
    font-family: poppins; 
    font-weight: 400;
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.terms-condition ul li{
    color: #FFFFFF!important;
    font-size: 16px !important;
    font-family: 'Open Sans Regular'!important;
    border-right: 0px solid !important;
}
.terms-condition ul li a {
    color: #FFFFFF;
    
}

.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;   
}
.header_jb
    {
        padding-top: 20px;
    }
.footer_li_cpr{
   margin-right: 0.0rem !important;

}
@media only screen and (max-width : 600px) {
    .featured,.hot-icon,
    .applied-icon,.saved-icon,.job-viwed-icon {
        zoom: 0.5;
        -moz-transform: scale(0.5);
        -moz-transform-origin: 0 0;
    }
    .footer-title {
        margin-top: 40px;
    }
    .f_offer
    {
        padding-top: 0px;
    }
    .footer-container {
    margin: 16px 35px;
    width: 75%;
    }
    .footer h3 {
    color: #99CA3C;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    
    
    }
    .header_jb
    {
        padding-top: 20px;
    }
}


/*Footer close*/