input:not([type='checkbox']):not([type='radio']),
.form-control:not(select){
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
  outline:none;
}
.form-control::placeholder {
    color: #C4C4C4;
}
.form-control:-ms-input-placeholder {
    color: #C4C4C4;
}
.form-control::-ms-input-placeholder {
    color: #C4C4C4;
}
header.client-navigation-header{
    box-shadow: unset;
    padding: 20px 0px;
    height: 90px;
    background: transparent;
    margin-bottom:0;
}
header.client-navigation-header:not(.header-landing){
    position:relative;
}
header.client-navigation-header .company-logo{
    max-height:50px;
}
header.client-navigation-header.header-landing .company-logo,
header.client-navigation-header.header-landing .powered-logo{
    filter: brightness(0) invert(1);
}
body.client-layout{
    padding-top:0;
    font-family: 'Hind Siliguri', sans-serif !important;
}
.careers-banner{
    position:relative;
}
.careers-banner .banner-text{
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.careers-banner .banner-text h1{
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 88px;
    color: #FFFFFF;
}
.careers-banner .banner-text p{
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 60%;
    font-family: 'Hind Siliguri', sans-serif;
}
footer.footer-client{
    font-family: 'Hind Siliguri', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #D9DBE1;
    background: #0B0D17;
    padding:24px 0;
}
footer .social-media-wrapper{
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-bottom:0;
}
footer .social-media-wrapper .social-media{
    font-size:16px;
    color: #FFFFFF;
    margin:0 10px;
}
footer .social-media-wrapper li:last-child .social-media{
    margin-right:0;
}
.careers-content{
    padding-top:80px;
    padding-bottom:65px;
    background-position: right 400px;
}
.careers-content,
.careers-content-bg{
    background:url('../images/half-circle.svg');
    background-repeat:no-repeat;
    background-position: right 250px;
}
.careers-content h1.career-title{
    font-family: 'Hind Siliguri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #006EA7;
    margin-bottom:30px;
}
.careers-content .career-box{
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(41 41 42 / 7%);
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    /* margin: 0px 60px; */
    padding: 24px;
}
.careers-content .col-job{
    margin-bottom:60px;
}
.career-box{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #676A6C;
    display: flex;
    flex-direction: column;
}
.career-box .career-title{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 39px;
    font-family: 'Hind Siliguri', sans-serif;
    color: #006EA7;
}
.career-box .career-location{
    margin-top:5px;
}
.career-box .career-location svg{
    margin-right:11px;
}
.career-box .career-apply-button .btn-apply{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    background: #02A4F7;
    border-radius: 8px;
    font-family: 'Hind Siliguri', sans-serif;
    padding: 12px;
    height: 46px;
    margin-right: 0;
    width: 100%;
}
.careers-content .btn-show-more{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #02A4F7;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    color: #02A4F7;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 207px;
    margin-left:auto;
    margin-right:auto;
}
.container-xxl{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.btn-primary {
    background-color: #02A4F7 !important;
    border-color: #02A4F7 !important;
    color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #02A4F7 !important;
    border-color: #02A4F7 !important;
    color: #FFFFFF;
}
@media(min-width:1400px){
    .container, .container-sm, .container-md, .container-lg, .container-xl,.container-xxl{
        max-width: 1230px !important;
    }
}

@media(min-width:992px){
    .careers-content .career-box{
        margin-left: calc(100vw * 15/1440);
        margin-right: calc(100vw * 15/1440);
    }
    .careers-content .career-job{
        margin-left: calc(100vw * -15/1440);
        margin-right: calc(100vw * -15/1440);
    }
    .career-box{  
        height:231px;
        width:255px;
    }
}
@media(max-width:1200px){
    .careers-content .career-box{
        width: auto;
        margin-left: 0;
        margin-right: 0;
        font-size:12px;
        line-height:1.4;
        height: 251px;
    }
    .career-box .career-title{
        font-size:20px;
        line-height:1.5;
    }
}
@media(max-width:992px){    
    header.client-navigation-header{
        padding: 10px 0px;
        height: 56px;
    }
    header.client-navigation-header .company-logo{
        max-height:30px;
    }
    header.client-navigation-header .powered-logo{
        max-height:16px;
    }
    .careers-banner .banner-text{
        top:56px;
        align-items: flex-start;
        padding-top:calc(100vw * 20/992);
    }
    .careers-banner .banner-text h1{
        font-size: calc(100vw * 48/992);
        line-height: 1.5;
        text-align: left;
        margin: 0 auto;
    }
    .careers-banner .banner-text p{
        max-width: 80%;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }
    .careers-content{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .careers-content h1.career-title {
        font-size: 36px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .careers-content .career-box{
        height:231px;
    }
    .careers-content .col-job{
        margin-bottom:26px;
    }
    footer.footer-client{
        padding: 20px 0;
    }
    footer.footer-client > .container.flex{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer.footer-client .footer-left{
        margin-bottom:20px;
    }
}
@media(max-width:576px){  
    .careers-banner .banner-text{
        top:56px;
        align-items: flex-start;
        padding-top:50px;
    }
    .careers-banner .banner-text h1{
        font-size: 48px;
        line-height: 78px;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    .careers-banner .banner-text p{
        max-width: 80%;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        margin: 0 auto;
    }
    .careers-banner{
        background:url('../images/career-banner-bg-mobile.png');
        background-size: cover;
        background-position: bottom;
    }
    .careers-banner img.career-banner{
        margin: 0 auto;
        max-height: 100vh;
        object-fit: cover;
        object-position: center;
    }
}



/* Individual Career */
.career-individual-page{
    padding-top:20px;
    padding-bottom:93px;
}
.career-individual-page .content-title h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color: #006EA7;
    margin-bottom:20px;
}
.career-individual-page .content-title .job-detail{
    font-size: 16px;
    line-height: 1;
    color: #676A6C;
    margin-bottom:15px;
}
.career-individual-page .content-title .job-salary{
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #02A4F7;
}
.career-individual-page .content-title .job-salary i,
.career-individual-page .content-title .job-salary svg{
    color: #676A6C;
}
.career-individual-page .content-desc{
    font-size: 14px;
    line-height: 23px;
    color: #676A6C;
    margin-top:47px;
}
.career-individual-page .content-desc .desc-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: #676A6C;
    margin-bottom:13px;
}
.career-individual-page .content-desc ul{
    padding-left:25px;
}
.career-individual-page .content-desc ul li::marker{
    color:#02A4F7;
}
.career-individual-page .content-desc ul li{
    margin-bottom:15px;
    word-break: break-word;
}
.career-individual-page .career-individual-cv{
    margin-top:30px;
}
.career-individual-page .must-have-skills .skills-list > span{
    background: #D4F1FF;
    border: 1px solid #BBE5FF;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #02A4F7;
    display: inline-block;
    margin-bottom:5px;
}
.career-individual-page .must-have-skills .skills-list > span:last-child{
    margin-right:0;
}
.career-individual-page .career-individual-cv .individual-cv-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
    color: #006EA7;
    margin-bottom:20px;
}
.tooltip-career .arrow{
    left: 109px;
}
.tooltip-career .tooltip-inner{
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 250px;
    width: 250px;
    background: #676A6C;
}
.tooltip-career .tooltip-inner .col-icon{
    min-width:17.5px;
}
.tooltip-career .tooltip-inner .col-text{
    padding-left: 12px;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
}
.tooltip-career .arrow::before, .tooltip-career[x-placement^="top"] .arrow::before{
    border-top-color: #676A6C;
}
.individual-cv-box{
    padding: 35px;
    /* padding-top: 46px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 36px rgb(0 0 0 / 8%);
    border-radius: 10px;
}
.individual-cv-box label{
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: #676A6C;
}
.individual-cv-box .form-control{
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #676A6C;
}
.individual-cv-box .form-control-plaintext{
    pointer-events:none;
}
.individual-cv-box .form-control-plaintext:hover{
    border:0;
    outline:none;
}
.individual-cv-box .form-control::placeholder {
    color: #C4C4C4;
}
.individual-cv-box .form-control:-ms-input-placeholder {
    color: #C4C4C4;
}
.individual-cv-box .form-control::-ms-input-placeholder {
    color: #C4C4C4;
}
.individual-cv-box .form-control:focus,
.individual-cv-box .form-control:active{
    border: 1px solid #02A4F7;
    outline:none;
    box-shadow:none;
}
.individual-cv-box .btn-submit-application{
    height:46px;
    background: #02A4F7;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    width:100%;
}
.individual-cv-box .btn-submit-application:hover{
    color: #fff;
}
.individual-cv-box .cv-step .step-item-list:not(:last-child){
    border-bottom: 1px solid #C4C4C4;
    padding-bottom:25px;
    margin-bottom:30px;
}
.individual-cv-box .form-drop-cv .dropzone-wrapper{
    background: rgba(213, 241, 255, 0.5);
    border: 1px dashed #03A9F4;
    border-radius: 2.25px;
    height: 116px;
}
.individual-cv-box .form-drop-cv .dropzone-wrapper .dropzone{
    height: 116px;
}
.individual-cv-box .form-drop-cv.form-drop-long .dropzone-wrapper{
    height: 180px;
}
.individual-cv-box .form-drop-cv.form-drop-long .dropzone-wrapper .dropzone{
    height: 180px;
}
.individual-cv-box .form-drop-cv .dropzone-wrapper .dropzone-desc{
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #02A4F7;
    justify-content: center;
}
.individual-cv-box .form-drop-cv .dropzone-wrapper .dropzone-desc p{
    margin-bottom:0;
}
.individual-cv-box .form-drop-cv .list-img{
    padding:0px 15px;
}
.individual-cv-box .form-drop-cv .list-img table{
    font-size: 12px;
    line-height: 19px;
    color: #676A6C;
    max-width:100%;
    min-width:100% !important;
}
.individual-cv-box .form-drop-cv .list-img table td{
    padding:0;
    padding-bottom:10px;
    border:0;
}
.individual-cv-box .form-drop-cv .list-img table tr:last-child td{
    padding-bottom:0px;
}
.individual-cv-box .form-drop-cv .col-form-label{
    align-items:flex-start;
}
.btn.btn-primary-big{
    height:46px;
    background: #02A4F7;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    min-width:173px;
}
.btn.btn-primary-big-border{
    height:46px;
    border:1px solid #02A4F7;
    background:transparent;
    color:#02A4F7;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    min-width:173px;
}
.btn.btn-primary-big-border:hover{
    background: #F6F6F6;
    border: 1px solid #02A4F7;
    border-radius: 5px;
    color:#02A4F7;
    transition:0.5s all ease-in;
}
.btn.btn-primary-big:hover{
    color: #fff;
    background:#0091DC;
    transition:0.5s all ease-in;
}
.career-cv-full .individual-cv-row-wrapper .btn.btn-primary-big,
.career-cv-full .individual-cv-row-wrapper .btn.btn-primary-big-border{
    margin-top:25px;
    margin-right:0;
}
.individual-cv-box .custom-control{
    display:flex;
}
.individual-cv-box .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #86D6FF;
    background-color: #fff;
}
.individual-cv-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    color: #fff;
    border-color: #02A4F7;
    background-color: #02A4F7;
}
.individual-cv-box .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2302A4F7'/%3e%3c/svg%3e");
}
.individual-cv-box .custom-radio .custom-control-label::after {
   background: no-repeat 50% / 75% 75%;
   top: 15%;
}
.career-cv-full .list-steps-wrapper .list-step{
    margin-bottom:25px;
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
    color: #C4C4C4;
    display: flex;
    align-items: center;
    cursor:pointer;
}
.career-cv-full .list-steps-wrapper .list-step.active{
    color: #02A4F7;
    font-weight: 600;
}
.career-cv-full .list-steps-wrapper .list-step .step-number{
    border: 1px solid #C4C4C4;
    width: 24px;
    height: 24px;
    margin-right:15px;
    font-size: 14px;
    line-height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius:50%;
    color: #C4C4C4;
}
.career-cv-full .list-steps-wrapper .list-step.active .step-number{
    color:#fff;
    background: #02A4F7;
    border-color:#02A4F7;
}
.career-cv-full .individual-cv-box .cv-step{
    display:none;
}
.career-cv-full .individual-cv-box .cv-step.show{
    display:block;
}
.career-cv-full .individual-cv-box .btn-add-more-list{
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #02A4F7;
    padding: 0;
}
.career-cv-full .individual-cv-box .input-group input{
    border-right:0;
}
.career-cv-full .individual-cv-box .input-group .input-group-append .input-group-text{
    background:transparent;
    padding-right:20px;
    padding-left:10px;
    font-size:12px;
    border-color:#C4C4C4;
}
.career-cv-full .individual-cv-box .input-group input:focus ~ .input-group-append .input-group-text{
    border-color:#02A4F7;
}
.career-cv-full .individual-cv-box label span.required{
    color:red;
}
@media(max-width:992px){
    .career-individual-page{
        padding-top:26px;
    }
    .career-individual-page .content-title h1{
        font-size: 24px;
        line-height: 39px;
        margin-bottom: 5px;
    }
    .career-individual-page .content-title .job-detail{ 
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 8px;
    }
    .career-individual-page .content-title .job-salary{
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
    }
    .career-individual-page .content-desc{
        margin-top:37px;
    }
    .career-individual-page .content-desc .col-desc:not(:last-child){
        margin-bottom:30px;
    }
    .career-individual-page .career-individual-cv .individual-cv-title{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom:25px;
    }
    .individual-cv-box {
        padding: 15px;
        padding-top: 25px;
    }
    .careers-content, .careers-content-bg{
        background-image:url('../images/half-circle-2.svg');
        background-position: center 102%;
        padding-bottom: 134px;
    }
    .career-cv-full .button-wrapper.button-next-prev{
        display:flex;
    }
    .career-cv-full .button-wrapper .btn-primary-big-border,
    .career-cv-full .button-wrapper .btn-primary-big{
        min-width: auto;
        width: 100%;
    }
    .career-cv-full .list-steps-wrapper .list-step{
        display:none;
        font-weight: 600;
        font-size: 24px;
        line-height: 39px;
    }
    .career-cv-full .list-steps-wrapper .list-step.active{
        display:flex;
        justify-content: center;
    }
    .career-cv-full .list-steps-wrapper .list-step.active .step-number{
        background:transparent;
        border:0;
        color:#02A4F7;
        font-size:24px;
        margin-right: 5px;
    }
    .career-cv-full .list-steps-wrapper .list-step{
        margin-bottom:10px;
    }
    .career-cv-full .step-count-header{
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        color: #C4C4C4;
        margin-bottom:35px;
    }
    .individual-cv-box .form-drop-cv .dropzone-wrapper .dropzone-desc{
        width:80%;
    }
}

