.secTitieWrap h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 120.19%;
    text-align: center;
    color: #004B3D;
}

 .secTitieWrap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 159.7%;
    text-align: center;
    color: #3F3F3F;
    padding-top: 16px;
}
.job-banner{
    background: #F8FBFA;
    padding:28px 0 28px;
    overflow: hidden;
}
.job-banner .badgeWrap,
.job-banner .jobWrap{
    display: flex;
    align-items: center;
}
.jobFeatureImg img{
    display: block;
    width:100%
}
.jobWrap{
    gap:91px;
}
.jobBody{
 max-width: 682px;
 width: 100%;
 flex:0 0 100%;
}
.jobBody h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 120.19%;
    color: #004B3D;
}
.badgeWrap{
    padding-top: 32px;
    gap: 15px;
    max-width: 455px;
    width: 100%;
    flex-wrap: wrap;
}
.badgeWrap span{
display: inline-block;
background: #FFFFFF;
border: 1px solid rgba(2, 197, 133, 0.17);
border-radius: 4px;
font-weight: 400;
font-size: 16px;
line-height: 159.7%;
/* identical to box height, or 26px */
color: #3F3F3F;
padding: 2px 11px;
}
.stepsSec{
    padding: 115px 0 143px;
}

.stepWrap{
 padding-top: 62px;
 display: flex;
 gap:39px;
 justify-content: center;
 position: relative;
}
.stepWrap::before{
    content:"";
    width: 100%;
    position: absolute;
    border: 1px solid #D9E4E1;
    border-radius: 12.341px;
    height: 185px;
    top: 159px;
    z-index: -1;
}
.progressWrap{
    max-width: 180px;
    min-height: 180px;
    width:100%;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 1px 1px 11px rgba(182, 182, 182, 0.25);
    border-radius: 100%;
    padding: 14px;
}
.progressLable{
    font-weight: 500;
    font-size: 16px;
    line-height: 159.7%;
    text-align: center;
    color:#3F3F3F;
    padding-top: 24px;
}
.progressBox{
    max-width: 180px;
    width:100%
}
.radialProgressBar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;

  }

  .radialProgressBar .overlay-value {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 159.7%;
    /* identical to box height, or 29px */

    text-align: center;

    color: #3F3F3F;
}
.progress-15 .overlay-value{
    width: 90%;
    height: 90%;
}
.progress-25 .overlay-value{
    width: 85%;
    height: 85%;
}
.progress-50 .overlay-value {
    width: 75%;
    height: 75%;
}
.progress-70 .overlay-value {
    width: 70%;
    height: 70%;
}
.progress-100 .overlay-value{
    width: 50%;
    height: 50%;
}
  /* .progress-15 {
    background-image: -webkit-linear-gradient(left, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #D7FAE3 50%, #fff 50%);
  } */

  .progress-15 {
    background-image: -webkit-linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(143deg, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(143deg, #D7FAE3 50%, #fff 50%);
}
  .progress-25 {
    background-image: -webkit-linear-gradient(90deg, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(200deg, #D7FAE3 50%, #fff 50%);
  }

  .progress-30 {
    background-image: -webkit-linear-gradient(108deg, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #fff 50%);
    background-image: linear-gradient(-18deg, #fff 50%, transparent 50%), linear-gradient(90deg, #028cd5 50%, #fff 50%);
  }

  .progress-40 {
    background-image: -webkit-linear-gradient(144deg, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #fff 50%);
    background-image: linear-gradient(-54deg, #fff 50%, transparent 50%), linear-gradient(90deg, #028cd5 50%, #fff 50%);
  }

  .progress-50 {
    background-image: -webkit-linear-gradient(left, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(274deg, #D7FAE3 50%, #fff 50%);
  }

  .progress-60 {
    background-image: -webkit-linear-gradient(left, #D7FAE3 50%, transparent 50%), -webkit-linear-gradient(36deg, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(200deg, #D7FAE3 50%, #fff 50%);
  }

  .progress-70 {
    background-image: -webkit-linear-gradient(361deg, #D7FAE3 50%, transparent 50%), linear-gradient(266deg, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(361deg, #D7FAE3 50%, transparent 50%), linear-gradient(266deg, #D7FAE3 50%, #fff 50%);
  }

  .progress-80 {
    background-image: -webkit-linear-gradient(left, #D7FAE3 50%, transparent 50%), -webkit-linear-gradient(108deg, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #D7FAE3 50%, transparent 50%), linear-gradient(-18deg, #D7FAE3 50%, #fff 50%);
  }

  .progress-90 {
    background-image: -webkit-linear-gradient(left, #D7FAE3 50%, transparent 50%), -webkit-linear-gradient(144deg, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #D7FAE3 50%, transparent 50%), linear-gradient(-54deg, #D7FAE3 50%, #fff 50%);
  }

  .progress-100 {
    background-image: -webkit-linear-gradient(left, #D7FAE3 50%, transparent 50%), -webkit-linear-gradient(right, #D7FAE3 50%, #fff 50%);
    background-image: linear-gradient(90deg, #D7FAE3 50%, transparent 50%), linear-gradient(-90deg, #D7FAE3 50%, #fff 50%);
  }



.joinUsSec{
    background: #F8FBFA;
    padding: 70px 0;
    overflow: hidden;
}
.joinUsWrap{
    padding-top:62px;
    display: flex;
    flex-wrap: wrap;
    gap:19px;
}
.joinBox{
    background: #FFFFFF;
    border: 1px solid #D9E4E1;
    box-shadow: 1px 1px 11px rgba(241, 241, 241, 0.25);
    border-radius: 8px;
    padding: 74px 38px 37px;
    max-width: 32.223%;
    width:100%;
    text-align: center;
    transition: .2s all ease-in!important;
}
.joinBox:hover{
    transform: scale(1.05)!important;
    border-color:#02837A;
}
.joinBox h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 164.5%;
    color: #000000;
    padding-top: 21px;
}
.joinBox p{
    font-weight: 400;
    font-size: 14px;
    line-height: 164.5%;
    text-align: center;
    color: #3F3F3F;
    padding-top: 6px;
}
.joinTeam{
    padding: 115px 0;
}
.joinTeam .secTitieWrap{
    max-width:759px;
    width:100%;
    margin: 0 auto;
}
.joinTeam .secTitieWrap h2{
    max-width:669px;
    width:100%;
    margin: 0 auto;
}
.formWrapper{
    padding-top: 62px;
    width: 100%;
    max-width: 727px;
    width: 100%;
    margin: 0 auto;
}
.formWrapper form{
    width: 100%;
}

.gb_inputGroup {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    transition: 0.3s all ease;
}

.gb_inputGroup+.gb_inputGroup {
    margin: 16px 0 0 0;
}

.gb_input {
    background: #FFFFFF;
    border: 1.01996px solid #EBF1EF;
    border-radius: 6px;
    height: 52px;
    padding: 15px 16px;
    outline:none;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.gb_inputGroup select{
    background: #FFFFFF;
    border: 1.01996px solid #EBF1EF;
    border-radius: 6px;
    height: 52px;
    padding: 15px 16px;
    outline:none;
    cursor: pointer;
    font-size: 13px;
}
.gb_inputGroup label {
    font-size: 13px;
    line-height: 16px;
    color: #9B9B9B;
    position: absolute;
    left: 16px;
    top: 50%;
    transition: 0.3s all ease;
    transform: translateY(-50%);
    min-width: 45px;
}
.gb_inputGroup select{
    color: #9B9B9B;
}

.gb_inputGroup .gb_input::placeholder {
    opacity: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gb_inputGroup .gb_input:focus+.gb_inputLabel,
.gb_inputGroup .gb_input:not(:placeholder-shown)+.gb_inputLabel {
    top: 1px;
    background:#FFF;
    display: inline-block;
    padding: 4px 4px;
    font-size: 12px;
}
.labeled {
    top: 0px !important;
    background: #fff;
    display: inline-block;
    padding: 0px 4px;
}
.gb_inputGroup .gb_input:focus+.gb_inputLabel {
    color: #02837A;
}

.gb_inputGroup .gb_input:focus {
    border-color: #02837A;
    outline: none !important;
    color: #546B8E;
}

.gb_inputGroup .arrow{
    pointer-events: none;
}

.uploadCv {
    margin: 16px 0;
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 13px;
    position: relative;
}

.uploadCv input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 125px;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}
select#jobType {
    -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.uploadCoverLetter .custom-file-upload,
.uploadCv .custom-file-upload {
    max-width: 165px;
    width: 100%;
    display: block;
    cursor: pointer;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    padding: 2px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.formWrapper .gb_inputGroup input:hover,
.formWrapper .gb_inputGroup select:hover,
.formWrapper .gb_inputGroup textarea:hover {
    border: 1px solid #02837A;
}
.arrow{
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.whyUsDesc{

    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 164.5%;
    text-align: center;
    color: #546B8E;
}
.uploadFiles .file-name{

    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #9B9B9B;
}

.uploadCoverLetter {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 13px;
    position: relative;
}

.uploadCoverLetter input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 125px;
    left: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
}


.custom-file-upload::before{
content: '';
position: relative;
display: inline-block;
background: url(../images/download.webp);
width:14px;
height:14px;
margin-right: 6px;
}
.uploadCoverLetter .file-name{

    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #9B9B9B;
}
button.submit{
background: #02837A;
border-radius: 6px;
border: none;
max-width: 163px;
width: 100%;
text-align: center;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 164.5%;
color: #FFFFFF;
padding: 11px 0;
outline: none;
display: block;
margin: 32px auto 0;
cursor: pointer;
}
button.submit:hover{
    background-color: #02C585;
}
.error-message {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.008em;
    color: #DF4D4D;
    position: relative;
    margin-top: 8px;
    padding-left: 28px;
    display: none;
}
.myerror {
    margin-bottom: 16px;
}
.error-message::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    background: url(../images/error-sign-new.png);
    background-repeat: no-repeat;
}
.error {border-color: #DF4D4D!important;}
.jobsOverlay{
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
}
.jobsSection {
    width: 100%;
}

.jobsHead {
    background: radial-gradient(100% 100% at 50% 0%, #0F3870 0%, #326BBC  100%), #4CAEFF;
    padding: 99px 0 32px;
}
.jobsMOdal {
    max-width: 430px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.jobsMOdal img {
    display: block;
    width: 100%;
    width: 100px;
    height: 100px;
}
.jobsMOdal p {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 164.5%;
    text-align: center;
    color: #213D56;
}

@media (max-width:767px) {

    .jobWrap{
        flex-direction: column;
    }
    .jobBody {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    .stepWrap,
    .joinUsWrap,
    .stepWrap {
        flex-direction: column;
        align-items: center;
    }
    .stepWrap::before {
        content:unset;
    }
    .joinBox {
        max-width: 377px;
        width: 100%;
    }

}
@media (max-width:575px) {

    .joinUsSec,
    .job-banner {
        padding: 50px 0;
    }
    .joinUsWrap,
    .formWrapper{
        padding-top: 40px;
    }
    .stepsSec {
        padding: 90px 0;
    }
    .secTitieWrap h2{
        font-size: 26px;
    }
    .secTitieWrap p{
        font-size: 14px;
    }
    .jobBody h1 {
        font-weight: 700;
        font-size: 28px;
        text-align: center;
    }
    .badgeWrap {
        padding-top: 25px;
        gap: 8px;
    }
    .badgeWrap span {
        font-size: 14px;
    }
    .joinBox h3 {
        font-size: 18px;
    }
    .joinBox {
        padding: 38px 15px 30px;
    }
}
@media (max-width:430px) {
    .jobsMOdal {
        max-width: 330px;
    }
    .joinTeam {
        padding: 60px 0;
    }
    .joinTeam .joinTeamHead {
        font-size: 27px;
    }
}