* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Museo Sans', sans-serif !important;
    overflow-x: hidden;
}


.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #32BACF;
    cursor: pointer;
}

.accordion .card-header.collapsed:after {
    content: "\f067";
    cursor: pointer;
}

.hst-jobseaker ::placeholder {
    color: #373838 !important;
    font-size: 12px !important;
    font-weight: lighter !important;

}

.job-seaker-section .job-seaker-header {

    border-top: 1px solid #32BACF;
    border-bottom: none;
}

.job-seaker-section .job-seaker-header:hover {

    cursor: pointer;
}

.job-seaker-section .job-seaker-header .job-seaker-info {

    color: #32BACF;
    font-size: 16px;

}

.hst-clinicinfo:required:invalid {
    color: #373838 !important;
    font-size: 12px !important;
    font-weight: lighter !important;
}

.education-info {
    color: white !important;
    background-color: #32BACF !important;
}

.myprofile-input {

    background-color: rgba(50, 186, 207, 0.25);
    border: 1px solid rgba(0, 186, 203, 0.20) !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    font-size: 16px !important;
    border-radius: 5px !important;
}


.myprofile-input:focus {

    background-color: rgba(50, 186, 207, 0.25);

    border: 1px solid rgba(0, 186, 203, 0.20) !important;
    box-shadow: none;
}

.myprofile-input1 {
    background-color: rgba(50, 186, 207, 0.25);
    font-size: 16px;
    border-radius: 5px !important;
    height: 52px;
}

.myprofile-input1:focus {
    background-color: rgba(50, 186, 207, 0.25);
    box-shadow: none;
}

.jobseeker-form input::-webkit-input-placeholder {

    color: #204B75 !important;
}

#personalInfo .speciality .filter-option {

    background-color: rgba(50, 186, 207, 0.25);
}

.preferred-employment-type .filter-option {
    background-color: rgba(50, 186, 207, 0.25);
    padding-top: 13px !important;
    font-size: 16px;
    height: 52px !important;
}

 #personalInfo .country .filter-option {

    background-color: rgba(50, 186, 207, 0.25);
    
} 

 #personalInfo .public-question .filter-option {

    background-color: rgba(50, 186, 207, 0.25);


} 

.video-intro {
    height: 50px;
    background-color: rgba(50, 186, 207, 0.25);
    border-radius: 5px;
}

.req-securitycode {
    background-color: rgba(50, 186, 207, 0.25);
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
}

.send-otp {
    background-color: #32BACF;
    color: white;
    font-size: 12px !important;
    padding-right: 11px;
    font-size: 16px;
}

.send-otp:hover {
    background-color: #32BACF !important;
    color: white !important;
    font-size: 12px;
    padding-right: 11px;
    box-shadow: none;
}

.send-otp:focus {
    background-color: #32BACF !important;
    color: white !important;
    font-size: 12px;
    padding-right: 11px;
    box-shadow: none;
}

.verification-button:checked~.custom-control-label::before {
    color: #fff;
    border-color: #30ADC5;
    background-color: #30ADC5;
}
.customer-logos .slick-slide {
    display: flex;
}
.select2-container{
    width:100% !important;
}