/*banner section css start here */
/*.banner-wrap.infrastructure{ background-image:url(../img/infrastructure_img/infrastructure-banner.png); }*/
/*banner section css end here */
.careers-banner { background-position: right top !important; }
.careers-banner .banner-caption{max-width: 990px;}
.career-banner-list-item { display: inline-flex; align-items: center; margin-bottom: 20px; column-gap: 20px; margin-right: 25px;}
.career-banner-list-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: space-around; background: #FFFFFF; border-radius: 15px;}
.career-banner-list-item:last-child { margin-bottom: 0; margin-right: 0;}
.career-banner-list-item p a { color: #fff; font-size: 20px; font-weight: 600; }
.career-job-opportunities { width: 100%; position: relative; margin: 0 0 67px 0; text-align: center; }
.career-job-opportunities-inner { max-width: 1022px; margin: 0 auto; }
.career-job-opportunities-inner p { margin: 0 0 17px 0; }
.career-job-opportunities h2 { margin: 0 0 40px; }
.find-career-section { padding: 60px 0; background: #E2F4FF; width: 100%; position: relative; }
.find-career-section h2 { margin: 0 0 40px; text-align: center; color: #000; }
.find-career-box-main { display: flex; flex-wrap: wrap; gap: 30px; }
.find-career-box-wrap { width: calc(33.33% - 20px); background: #fff; border-radius: 10px; overflow: hidden; transition: 0.3s; }
.find-career-box-wrap:hover { box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.05); }
.find-career-box-wrap .h5 { margin: 0 0 15px; color: #00649E; }
.career-box-list-text li { padding-left: 15px; color: #000000; font-size: 20px; font-weight: 500; position: relative; }
.career-box-list-text li:after { content: ""; width: 8px; height: 8px; border-radius: 50px; background: #00649E; position: absolute; left: 0px; top: 9px; }
.career-box-icon-text { display: flex; justify-content: space-between; align-items: end; margin-top: 40px; }
.career-box-icon { line-height: 0; }
.career-box-icon-text .h4 { margin: 0; color: #000; }
.find-career-box-wrap .find-career-box-link { padding: 30px; display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.career-apply-other-main { background: #00649E; display: flex; align-items: center; justify-content: center; }
.career-apply-other { color: #fff; text-align: center; }
.career-apply-other h3 { margin: 15px 0 0; }
.career-apply-other p { font-weight: 500; }
.careers-our-office-wrap .gallery-caption { margin-bottom: 0; }
.find-career-box-wrap.career-apply-other-main.wow.zoomIn.box a.find-career-box-link { justify-content: center; }



@media only screen and (max-width:1024px) {
    .career-box-list-text li { font-size: 14px; line-height: 20px; }
    .career-box-list-text li:after { top: 6px; }
}
@media only screen and (max-width:991px) {
    .career-job-opportunities h2 { margin: 0 0 30px; }
    .career-job-opportunities { margin: 0 0 60px 0; }
    .find-career-box-wrap { width: calc(50% - 15px); }
    .career-apply-other-main { min-height: 223px; }
    .find-career-section { padding: 50px 0; }
    .find-career-section h2 { margin-bottom: 30px; }
}
@media only screen and (max-width:767px) {

    .career-job-opportunities h2 { margin: 0 0 15px; }
    .career-job-opportunities { margin: 0 0 40px 0; }
    .career-banner-list-icon { width: 40px; height: 40px; border-radius: 10px; }
    .career-banner-list-icon svg { width: 22px; }
    .career-banner-list-item { column-gap: 0; flex-wrap: wrap; margin-right: 0; margin-bottom: 10px;}
    .career-banner-list-item p { width: calc(100% - 40px); padding-left: 10px; }
    .career-banner-list-item p a { word-break: break-all; font-size: 14px; color: #000;}
    .find-career-box-wrap { width: 100%; }
    .find-career-section { padding: 30px 0; }
    .find-career-section h2 { margin-bottom: 15px; }
    .find-career-box-wrap .find-career-box-link { padding: 20px; }
    .find-career-box-wrap .h5 { margin: 0 0 10px; }
    .career-box-icon-text { margin-top: 25px; }
    .career-box-icon svg { width: 70px; }
    .find-career-box-main { row-gap: 20px; }
    .career-apply-other-main { min-height: 223px; }
    .career-apply-other h3 { margin: 10px 0 0; }
}