.main-page .career-banner {
    background-repeat: no-repeat;
    background-position: center;
    height: 392px;
    width:100%;
    float:left;
    background-size: cover;
}

.main-page {
    width: 100%;
    float: left;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;
    display: block;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 50%;
    text-align: center;
}
.cbanner-tblock p {font-size: 20px;color: #000;line-height: 1.35;display: inline;opacity: .9;}
.seperator {background-color: #d8d8d8;opacity: .4; width: 1px;height: 60px; }
.career-intro__boxwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.career-intro {
    position: relative;
    background: #fff;
    text-align: center;
    z-index: 1;
}
.career-intro__box:first-of-type {
    margin-left: 0;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background:#70f1a4c2;
}
.career-intro__box:nth-of-type(2) {
    top: 0;
    background: #d4f4f7;
}
.career-intro__box:nth-of-type(3) {
    background: #dcf56fbf;
}
.career-intro__box {
    width: 220px;
    height: 245px;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    -webkit-box-shadow: 0 0 16px 4px rgba(0,0,0,.05);
    box-shadow: 0 0 16px 4px rgba(0,0,0,.05);
    display: inline-block;
    padding: 10px;
    margin: -150px 25px 0;
    background: #fff;
    position: relative;
    top: 30px;
}
.career-intro__box img{
    object-fit:contain;
    object-position:center;
    max-width:calc(100% - 40px);
    max-height:calc(100% - 40px);
    position:absolute;
}
.career-intro__box:first-of-type>div {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}
.career-intro__box>div>p{
    text-align:center;
    text-color:#fff;
}
.career-intro__box>div {
    height: 200px;
    width: 217px;
    padding: 15px;
   /* background-image: url(../img/career/); */
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: -9px;
}
  .career-intro {
    padding-bottom: 88px;
}
.career-intro::before {
    content: "";
    width: 100%;
    position: absolute;
   /* background: url(../img/career/); */
    left: 0;
    bottom: 100%;
    padding-bottom: 81px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.career-why {
    margin-top: 45px;
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.career-why__boxwrap {
    width: 100%;
    max-width: 1010px;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.career-why__boxwrap::before {
    content: url(../img/career_banner/career-pattern-left.svg);
    position: absolute;
    width: 3px;
    left: -7%;
    top: 4%;
}
.career-why__box {
    padding: 0 15px;
    width: 100%;
    margin-top: 30px;
}
.career-why__title h1 {
    font-size: 37px;
    line-height: 24px;
}
.career-why__title h3 {
    font-size: 28px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}
.career-why__box .border-box svg {
    width: 100%;
    height: 100%;
}

.career-why__box .border-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.career-why__box .border-box svg path {
    stroke-dasharray: 1,1;
    stroke: black;
    fill: none;
    -webkit-transform: translateY(-18px) scale(.99);
    -ms-transform: translateY(-18px) scale(.99);
    transform: translateY(-18px) scale(.99);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.career-why__box>div {
    padding: 70px 30px 40px 35px;
    height: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}
.career-why__box:nth-of-type(even) .border-box svg {
    -webkit-transform: scaleX(-1) scaleY(-1);
    -ms-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}
.career-why__box img {
    top: -20px;
    position: absolute;
    background: #fff;
    padding: 0 10px;
    margin-left: -10px;
    height: 90px;
}
.career-campus {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    float:left;
}
.career-campus.career_list_main {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    float:left;
}
.career-campus__title {
    text-align: center;
}
.career-campus__title img, .career-testimony__title img {
    height: 100%;
    width: 100%;
}
.career-campus__desc {
    max-width: 660px;
    width: 100%;
    color: #353a50;
    font-size: 14px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin: 20px auto 0;
}
.career-campus__desc span {
    color: #489377;
    font-weight: 600;
}
.career-life-bottom {
    padding-top: 100px;
    padding-bottom: 70px;
    margin-top: 0;
    width: 100%;
}
.life-bottom {
    margin-top: 100px;
    height: auto;
    padding: 45px 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear,right top,left top,from(#cc06),to(#791e));
    background-image: -webkit-linear-gradient(right,#cc06 0%,#791e 100%);
    background-image: -o-linear-gradient(right,#cc06 0%,#791e 100%);
    background-image: linear-gradient(270deg,#cc06 0%,#791e 100%);
    text-align: center;
}
.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.w-100 {
    width: 100%!important;
}
.life-bottom h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}
.jobs-section form, .life-bottom__text {
    text-align: center;
}
.life-bottom__text a {
    width: auto;
    padding: 7px 28px 13px 30px;
    font-weight: 600;
    margin-top: 20px;
}
.shape-btn {
    color: #ff3f6c;
    padding: 7px 28px 12px 30px;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 1.46;
    display: inline-block;
    position: relative;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    min-width: 125px;
    text-align: center;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.career-why__box:nth-of-type(4){
    width:50%;
}
.career-why__box:nth-of-type(5){
    width:50%;
}
.career-why__title img {
    height: 223px;
    width: auto;
}

.cbanner-tblock span.seperator {background-color: #d8d8d8; opacity: .4; width: 1px;  height: 60px;}
.career-intro__featbox p {font-size: 22px;color: #fff; line-height: 1.35; display: inline; opacity: .9;}
.cbanner-tblock { padding: 31px 0px }
.career_intro{ padding-bottom: 80px;width:100%;float:left;margin-top: 92px;}
.explore_button{padding: 10px;
    background: #0270b5;
    color: #fff;
    cursor: pointer;}
.cbanner-tblock {
     margin-top: 108px;
}
.slcontent{display:none;}

.career-slide .slide-title {
    font-size: 33px;
    font-weight: 600;
}
.career-slide .slide-subtitle {font-size: 25px;}
.section {
    float: left;
    width: 100%;
}
.blue-background {background: #006CB5;color: #fff !important;}
.black-background {background: #000;color: #fff !important;}
.work-box {float: left;width: 100%;text-align: left;margin-left: 26px;}
.second-sec-main {display: flex; width: 80%;margin:auto;padding: 15px;}
.second-sec-main.career_search_wrapper {display: flex; width: 100%;margin:auto;padding: 15px;justify-content: center;flex-wrap: wrap;}
.benefits-box.d-flex{gap: 31px;flex-wrap: wrap;justify-content: center;}
.row-text.d-flex{flex-wrap: wrap;}
.benefits-box-inner {
    padding: 7px 15px;
    border-radius: 14px;
    width: 31%;
    position: relative;
    text-align: center;
}
.benefits-box-inner p{font-size: 14px;}
.back-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 /* background-color: #008CBA;*/
  background: linear-gradient(to right, #0063A6, #8EC741);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease-in-out;
  padding: 0px 51px;
  border-radius: 6px;
}
.benefits-box-inner:hover .back-overlay {
  height: 100%;
}
.career-why__box {
    width: 33%;
}
.back-overlay h3,.back-overlay p{color:#fff;}
.verification-ips-section .product-cat-pannel .row-text ul li .view-detail a{color:#fff;}
.view-detail {
    float: left;
}
.space-between{justify-content: space-between;}
.career-role{padding: 9px 3px;}
.width60{width:60%;}
.benefits-box-icon img {max-width: 100%;width: 33%;}
.heart-innovation-title {text-align: center;font-size: 25px;margin-bottom: 9px;}
.heart-innovation-sub-title {text-align: center;font-weight: 500;margin-bottom: 8px;}
.heart-innovation-box.d-flex {justify-content: center;gap: 66px;flex-wrap: wrap;}
.heart-innovation-box {margin-top: 23px;margin-bottom: 23px;border: 2px solid #AFCB1F;padding: 18px 49px;margin-left: auto;margin-right: auto;position: relative;width: fit-content;}
.heart-innovation-rows {text-align: center;}
.heart-innovation {margin-top: 70px;}
.heart-innovation-video img {max-width: 100%;width: 67%;}
.heart-innovation-video {text-align: center;}
.float-left{float:left;}
.float-right{float:right;}
.mtop28{margin-top:28px;}
.expc_main_icon {padding: 21px 5px;}
.csub_main {float: left;width: 100%;background: #ddd;}
.car_cat_wrapper {float: left;width: 100%;padding: 4px 30px;margin-top: 16px;}
.car_cat_name p {margin: 3px;color: #262523;}
.location i {margin-right: 10px;}
.category-small-box i{color:#836D95;}
.category-small-box:hover {background: #d3d6db8f;}
.btn-box{position: relative;margin-top: 28px;text-align: center;width: 100%;}
.form-row {width: 19%;}
.form-select {display: block;width: 100%;padding: 10px;border-radius: 6px;height: 40px;}
.form-select:focus{border-color: none !important;-webkit-box-shadow: none;
  box-shadow: none;}
.main_btn.find_job_submit {padding: 8px 22px;margin-top: 22px; width: fit-content;cursor: pointer; margin-left: 11px;}
.career-detail-left {width: 60%;float: left;padding-top: 15px;padding: 17px 23px;}
.career-detail-right {width: 40%;float: left;background: #ddd;padding-top: 15px;}
.row {width: 100%;}
.career-detail-form .field-style {width: 100%; padding: 8px; background: #fff; border: 1px solid #acabab;}
.career-detail-form label {color: #000;font-family: inherit;font-size: 13px;font-weight: 600;}
.career-form-group {margin-bottom: 14px;}
.career-apply-wrapper {padding: 11px 32px; margin: auto;}
.career-details-section ul li, .cookies-page .demos-section ul li, .privacy-page .video-row-section ul li, .services-details-section ul li{color: #000;}
.career-details-section p, .services-details-section p, .support-section p{color:#000;}
.career-form-group .career_appnow_btn {padding: 8px 33px;cursor: pointer;}
.sticky { position: fixed;top: 0; width: 100%;}
.career_sticky { position: fixed;top: 0;width: 30%;float: right;margin-left: 688px;}
@media only screen and (min-width: 768px){
 
   
   
    .d-md-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
.career-intro {
    padding-bottom: 80px;
}
.career-why__title img {
    width: 100%;
}
.career-why__box>div {
    padding: 80px 40px 35px 50px;
}
.career-why {
    margin-top: 45px;
    margin-bottom: 0;
}
.career-why__boxwrap {
    margin: 30px auto 80px!important;
}
.career-campus__desc {
    margin-top: 45px;
}
.career-campus__desc {
    font-size: 16px;
    line-height: 24px;
}

}



@media only screen and (min-width: 1025px){
.career-why__box>div {
    padding: 109px 21px 36px 19px;
}
.career-campus__title {
    height: 250px;
}
}
@media only screen and (min-width: 992px){

.career-campus__desc {
    font-size: 18px;
    line-height: 28px;
}
}

@media only screen and (max-width: 600px) {
  .career-why__box {
    width: 33%;
}
.career-why__box img {
    top: -10px;
}
.career-intro__boxwrap{
    display: block;
}
.career-intro__box{margin: 3px 0px 22px;top: 0;width: 100%;}
.career-intro__box>div{width: 100%;}
.career-why{margin-top: 0}
.life-bottom{margin-top:0;}
.career_intro{ padding-bottom: 10px;}
.career-intro__box:first-of-type{    
    margin-left: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(0deg);
}
.career-intro__box:first-of-type>div {
    -webkit-transform: rotate(
0deg);
    -ms-transform: rotate(4deg);
    transform: rotate(
0deg);
}
.career-why__box:nth-of-type(4) {
    width: 100%;
}
.career-why__box:nth-of-type(5) {
    width: 100%;
}
.career-why__title img {
    width: 217px;
    margin-bottom: 13px;
}
.career-why__box {
    width: 100%;
}
.career-why__boxwrap{display: block;display: block;}
.second-sec-main {display:block;flex-wrap: wrap; width: 100%;}
.work-box{
    border-bottom: 1px solid #ddd;
    padding: 18px 10px;
}
.seperator{display:none;}
.benefits-box-inner{width:100%;}
.row-text .d-flex{flex-wrap: wrap;gap: 0;}
.career-role .width60{width:100%}
.verification-ips-section .product-cat-pannel .row-text {
    padding: 10px 0px;
}
.verification-ips-section .product-cat-pannel .row-heading{padding: 11px 25px;}
.career-role{border-bottom: 2px dotted #ddd;}
.form-row {width: 100%;margin-top: 13px;}
.category-small-box h4{font-size: 14px;}
.career-detail-left{width:100%;}
.career-detail-right{width:100%;}
}


@media only screen and (max-width: 575px){

.career-why__box img {
    top: -10px;
}
.cbanner-tblock{padding: 0px 0px;}
.second-sec-main {
    flex-wrap: wrap;
    width: 100%;
}
.seperator{display:none;}
.row-text .d-flex{flex-wrap: wrap;gap: 0;}
.verification-ips-section .product-cat-pannel .row-text {
    padding: 10px 0px;
}
.verification-ips-section .product-cat-pannel .row-heading{padding: 11px 25px;}
.career-role{border-bottom: 2px dotted #ddd;}
.form-row {width: 100%;margin-top: 13px;}
.category-small-box h4{font-size: 14px;}
}

@media only screen and (min-width: 1200px){
.career-campus {
    padding: 80px 0;
}
.career-campus__title {
    height: 385px;
}
}


@media only screen and (max-width: 768px){
.career-campus {
    padding: 60px 0;
}
.career-campus__title {
    height: auto;
}
}


@media only screen and (max-width: 465px){
.career-why__box:nth-of-type(even) .border-box svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-wrapper{display: block;}
.slcontent {
    display:block;
    width: 100%;
    float: left;
    background: #9cc038;
}
.slcontent ul,li{
    list-style: none;
    padding: 3px;
    margin-left: 13px;
    color: #fff;
}
.main-page .career-banner{height: 392px;}
.row-text .d-flex{flex-wrap: wrap;gap: 0;}
.career-role .width60{width:100%;}
.verification-ips-section .product-cat-pannel .row-text {
    padding: 10px 0px;
}
.verification-ips-section .product-cat-pannel .row-heading{padding: 11px 25px;}
.career-role{border-bottom: 2px dotted #ddd;}
.form-row {width: 100%;margin-top: 13px;}
.category-small-box h4{font-size: 14px;}
}

@media only screen and (max-width: 320px){
.career-campus {
    padding: 30px 0;
}
.cbanner-tblock{padding: 31px 0px;}
.row-text .d-flex{flex-wrap: wrap;gap: 0;}
.career-role .width60{width:100%;}
.verification-ips-section .product-cat-pannel .row-text {
    padding: 10px 0px;
}
.verification-ips-section .product-cat-pannel .row-heading{padding: 11px 25px;}
.career-role{border-bottom: 2px dotted #ddd;}
.form-row {width: 100%;margin-top: 13px;}
.category-small-box h4{font-size: 14px;}
}
