.career-wrapper{
    position: relative;
}
.career-wrapper::after{
    position: absolute;
    content: "";
    top: -22%;
    left: -2%;
    background: url(../images/nextpages/top-left.png);
    background-repeat: no-repeat;
    height: 130%;
    width: 100%;
    z-index: -1;
}
.career-wrapper .main-menu ul li a{
    color: #363636;
}
.career-wrapper .mobile-login-button ul li a, .career-wrapper .login-button ul li a{
    color: #363636;
    border-color: #363636;
}
.career-wrapper .mobile-login-button ul li a:hover, .career-wrapper .login-button ul li a:hover {
    color: #fff;
    background-color: #3050A8;
    border-color: #3050A8;
}
.banner-section img{
    width: 100%;
}
.top-section {
    background: #fff;
    box-shadow: 0px 13.333333969116211px 46.66666793823242px 0px #00000008;
    border-radius: 10px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: -140px;
    padding: 30px 0px;;
}
.top-section h2{
    font-size: 72px;
    color: #2F2F2F;
    line-height: 1;
}
.top-section p{
    font-size: 16px;
    color: #808D9E;
    margin: 30px auto 40px;
    max-width: 615px;
}
.top-section a{
    font-size: 20px;
    background-color: #2E4CA1;
    font-weight: 500;
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 16px;
}

.values-heading{
    max-width: 800px;
    margin-bottom: 60px;
}
.values-heading h2{
    font-size: 64px;
    color: #183B56;
    font-weight: 500;
    line-height: 1;
}
.main-value{
    background-image: url(../images/nextpages/value-bg.png);
    background-position: bottom;
    padding: 100px 0px 200px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main-value:after {
    position: absolute;
    content: "";
    background-image: url(../images/nextpages/curve.png);
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.value-wrappers .left-content h3{
    font-size: 48px;
    font-weight: 500;
    color: #183B56;
}
.value-wrappers .left-content p{
    font-size: 24px;
    color: #808D9E;
    max-width: 300px;
}
.right-content .value-card{
    margin-bottom: 40px;
}
.right-content .value-card p{
    font-size: 21px;
    color: #808D9E;
}
.right-content .value-card h4{
    font-size: 32px;
    color: #183B56;
    margin: 20px 0px;
}
.right-content .value-card .value-img{
    width: 85px;
    height: 85px;
    line-height: 85px;
    background-color: #eef4fc;
    border-radius: 21px;
    text-align: center;
}
.right-content .value-card .value-img span{
    border: 1px dashed #808D9E;
    padding: 13px 5px;
    border-width: 2px;
}
.right-content .value-card .value-img span img{
    width: 42px;
}
.we-are-career{
    padding: 100px 0px;
}
.we-are-content h2{
    font-size: 48px;
    color: #183B56;
    font-weight: 600;
    margin-bottom: 20px;
}
.we-are-content p{
    font-size: 24px;
    color: #808D9E;
}
.we-are-image img{
    width: 100%;
}
.why-work-content{
    background: #fff;
    padding: 100px;
    z-index: 8;
    position: relative;
    box-shadow: -66.66667175292969px 66.66667175292969px 66.66667175292969px 0px #0000000d;
    top: 20px;
    border-radius: 20px;
}
.why-work-content a{
    font-size: 18px;
    color: #1565D8;
    background-color: #1565d852;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
}
.why-work-content h2{
    font-size: 48px;
    color: #183B56;
    font-weight: 600;
    margin: 20px 0px;
}
.why-work-content p{
    font-size: 24px;
    color: #808D9E;
    line-height: 1.3;
    margin-bottom: 20px;
}
.why-work-content ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.why-work-content ul li{
    width: 33%;
    margin-bottom: 25px;
}
.why-work-content ul li .d-flex{
    align-items: center;
}
.why-work-content ul li .d-flex .check-icon{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #36b37e63;
    color: #36B37E;
    border-radius: 50px;
    margin-right: 30px;
}
.why-work-content ul li .d-flex .check-decs h3{
    font-size: 48px;
    color: #183B56;
    font-weight: 700;
    margin-bottom: 10px;
}
.why-work-content ul li .d-flex .check-decs p{
    font-size: 21px;
    color: #808D9E;
}
.open-position{
    padding: 100px 0px;
}
.open-position h2{
    font-size: 48px;
    color: #183B56;
    font-weight: 600;
}
.open-position .d-flex{
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}
.open-position .d-flex .short-text{
    width: 30%;
}
.open-position .d-flex .short-text p{
    font-size: 24px;
    color: #808D9E;
    margin: 0;
}
.open-position .d-flex .form-content{
    display: flex;
    width: 70%;
    justify-content: flex-end;
}
.open-position .d-flex .form-content select{
    border: 1.33px solid #E5EAF4;
    border-radius: 10px;
    box-shadow: 0px 2.6666667461395264px 5.333333492279053px 0px #0000000A;
font-size: 21px;
color: #808D9E;
padding: 10px;
}
.open-position .d-flex .form-content form{
    position: relative;
}
.open-position .d-flex .form-content form input{
    font-size: 21px;
    color: #808D9E;
    box-shadow: 0px 2.6666667461395264px 5.333333492279053px 0px #0000000A;
    border: 1.33px solid #E5EAF4;
    padding: 20px;
    border-radius: 10px;
    margin-left: 30px;
    position: relative;
    padding-left: 24px;
    width: 500px;
}
.open-position .d-flex .form-content form input:focus{
    outline: none;
}
.open-position .d-flex .form-content form input::after{
    position: absolute;
    content: "\f002";
    width: 20px;
    height: 20px;
    left: 10px;
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    }
    .open-position .d-flex .form-content form button{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #020336;
        background-color: #00D2D2;
        border-radius: 10px;
        padding: 10px 30px;
        border: none;
    }
    .open-position .d-flex .form-content form button:focus{
        outline: none;
    }
    .main-wrapper {
        padding: 0 40px;
    }
    .jobs {
        margin-top: 80px;
    }
    .jobs .d-flex{
        justify-content: space-between;
        border: 1.33px solid #E5EAF4;
        box-shadow: 0px 8px 13.333333969116211px 0px #00000008;
        margin-bottom: 20px;
        border-radius: 10px;
        padding: 30px 40px;
    }
    .designation h2{
        font-size: 26px;
        color: #1565D8;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .designation p{
        font-size: 18px;
        color: #808D9E;
        margin: 0;
    }
    .different-services{}
    .differ-heading{
        margin: 0 auto;
        margin-bottom: 60px;
        max-width: 950px;
        text-align: center;
    }
    .differ-heading h2{
        font-size: 40px;
        color: #183B56;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .differ-heading p{
        font-size: 24px;
        color: #808D9E;
        line-height: 1.5;
    }
    .differ-image{
        margin-bottom: 50px;
    }
    .differ-image img{
        width: 100%;
    }
    .differ-card{
        box-shadow: 0px 20px 46.66666793823242px 0px #0000000D;
        padding: 30px;
        border-radius: 21px;
        border: 1.33px solid #E5EAF4;
        text-align: center;
        margin-bottom: 24px;
    }
    .differ-card h3{
        font-size: 24px;
        color: #183B56;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .differ-card p{
        font-size: 18px;
        color: #5A7184;
        min-height: 162px;
    }
    @media screen and (max-width:1100px) {
      .open-position  .jobs .d-flex {
            display: flex !important;
        }
        .open-position .d-flex {
            display: inherit !important;
        }
        .open-position .d-flex .short-text {
            width: 100%;
            margin-bottom: 30px;
        }
        .open-position .d-flex .form-content {
            width: 100%;
        }
    }
    @media screen and (max-width:992px) {
    .open-position .d-flex .form-content {
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .open-position .d-flex .form-content form input{
        margin-left: 0;
        width: 100%;
        padding: 15px 20px;
    }
    .open-position .d-flex .form-content select {
        margin-top: 20px;
    }
    .main-wrapper {
        padding: 0 0px;
    }
    .top-section {
        margin-top: 0;
    }
    .value-wrappers .left-content p {
        max-width: 100%;
        font-size: 18px;
    }
    .top-section h2 {
        font-size: 34px;
    }
    .values-heading h2 {
        font-size: 34px;
    }
    .value-wrappers .left-content h3 {
        font-size: 30px;
    }
    .differ-heading h2 {
        font-size: 34px;
    }
    .differ-heading p {
        font-size: 18px;
    }
    .differ-card p {
        min-height: auto;
    }
    .open-position h2 {
        font-size: 34px;
    }
    .open-position .designation h2 {
        font-size: 20px;
    }
    .open-position .d-flex .short-text p {
        font-size: 18px;
    }
    .designation p {
        font-size: 16px;
    }
    .main-value:after{
        background-image: none;
    }
}
@media screen and (max-width:767px) { 
    .values-heading h2 {
        line-height: 1.3;
    }
.value-wrappers .left-content h3 {
    font-size: 25px;
}
.right-content .value-card p {
    font-size: 16px;
}
.right-content .value-card h4 {
    font-size: 25px;
}
.top-section a {
    font-size: 16px;
    padding: 15px 25px;
}
.main-value {
    padding: 60px 0px;
}
.values-heading {
    margin-bottom: 30px;
}
.open-position .d-flex .form-content form input {
    font-size: 16px;
}
.open-position .d-flex {
    margin: 30px 0px 0;
}
}