.section-padding{
    padding:150px 0px;
}
.recent-blog{
    display: none;
}
.section-heading{
    margin-bottom: 60px;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    padding: 0;
}
.section-desc {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-bottom: 45px;
}

.wrapper {padding-top: 0px;}

@media(max-width:1650px){
    .section-padding{
        padding:100px 0px;
    }
    .section-heading{
        margin-bottom:40px;
        font-size: 35px;
    }
    .section-desc {
        margin-bottom: 40px;
    }
}
@media(max-width:1440px){
    .section-title{
        margin-bottom: 20px;
        font-size:36px;
    }
    .section-desc {
        margin-bottom: 40px;
        font-size:20px;
    }

    .section-heading{
        margin-bottom:30px;
        font-size: 30px;
    }
}
@media(max-width:1280px){
    .section-padding{
        padding:80px 0px;
    }
    /* .section-heading{
        margin-bottom:20px;
        font-size: 25px;
    } */
    .section-desc {
        margin-bottom: 35px;
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .section-padding{
        padding:60px 0px;
    }
    .section-title {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .section-desc {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .section-heading {
        margin-bottom: 28px;
        font-size: 28px;
    }
}
@media(max-width: 767px){
    .section-padding{
        padding:50px 0px;
    }
    .section-heading{
        margin-bottom:25px;
        font-size: 22px;
    }
    .section-desc {
        margin-bottom: 30px;
        font-size: 16px;
    }
    
}
@media(max-width: 575px){
    .section-title {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .section-desc {
        margin-bottom: 20px;
        font-size: 15px;
    }
}

@media(max-width:480px){
    .section-title {
        font-size: 26px;
    }
}


/* banner section */
.eng-banner{
    background:#ffda40;
}
.vp-points{
    background:#ececec;
}

/* header banner */
.eng-banner .banner-head{
    font-weight: 700;
    line-height: 1.3;
}

.eng-banner :is(.banner-head,.banner-desc){
    margin-bottom:30px;
}

.eng-banner .container{
    max-width: 1420px;
}


.eng-banner .banner-desc{
    font-weight: 500;
    line-height: 1.6;
    font-size:18px;
}

.banner-cta .cta-button{
    text-transform: none;
    background: #000;
    color: #fff;
    /* margin-bottom: 44px; */
}

.uplers-for-agencies .banner-cta{
    width:fit-content;
}

.banner-cta .cta-button:hover{
    background: #fff;
    color: #000;
}

.eng-banner .banner-img{
    /* -webkit-box-shadow: 0px 18px 15px -14px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 18px 15px -14px rgb(0 0 0 / 26%);
    box-shadow: 0px 18px 15px -14px rgb(0 0 0 / 26%); */
    position: relative;
    z-index: 2;
}

.quick-easy-hire.blk-clr {
    background: #000;
    color: #fff;
}

.eng-banner .banner-img::before{
    content: "";
    position: absolute;
    width: 88%;
    height: calc(88%);
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-color: #FFF;
    border-radius: 200% 200% 0 0;
}

:is(.uplers-for-agencies,.no-white-bg) .eng-banner .banner-img::before {
    opacity: 0;
}

.eng-banner {
    padding: 120px 0;
}

.south-africa .eng-banner {
    padding: 150px 0 120px 0;
}


/* review boxes */
.review-boxes{
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.review-boxes .review-box{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    width: 300px;
    padding: 10px;
    border-radius: 15px;
    margin:0 auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.review-boxes .review-box p{
    margin-bottom:0;
    font-size:14px;
    text-align: center;
}

.review-boxes .review-box .rating-num {
    font-weight: 600;
}

/* .review-boxes .review-box .rating-num span{
    font-weight: 400;
    padding: 0 3px;
} */

.review-boxes .review-box .line-border{
    width: 2px;
    height: 30px;
    background: #e8e8e8;
}

@media(max-width:1650px){
    .eng-banner .banner-head{
        font-size: 38px;
    }

    .eng-banner :is(.banner-head,.banner-desc) {
        margin-bottom: 25px;
    }

    .eng-banner .container{
        max-width: 1250px;
    }

    .eng-banner {
        padding: 100px 0;
    }

    .south-africa .eng-banner {
        padding: 120px 0 100px 0;
    }
    
    .eng-banner .banner-img::before {
        width: 98%;
    }
    
}

@media(max-width:1440px){
    
    .eng-banner .container{
        max-width: 1100px;
    }

    .eng-banner .banner-head {
        font-size: 36px;
    }

    /* .eng-banner .banner-head.bnr-break br{
        display: none;
    } */
    .eng-banner :is(.banner-head,.banner-desc) {
        margin-bottom: 20px;
    }

    .eng-banner .banner-desc {
        font-size: 16px;
    }

    .banner-cta .cta-button {
        font-size: 17px;
        padding: 0 21px;
    }

    .review-boxes .review-box p {
        font-size: 13px;
    }

    .review-boxes .review-box {
        width: 280px;
    }

    .review-boxes .review-box .icon {
        max-width: 55px;
    }
}


@media(max-width:1300px){
    .eng-banner {
        padding: 85px 0px;
    }

    .south-africa .eng-banner {
        padding: 100px 0 85px 0;
    }

    .eng-banner .banner-head {
        font-size: 32px;
    }
    .eng-banner :is(.banner-head,.banner-desc) {
        margin-bottom: 17px;
    }

    .eng-banner .container {
        max-width: 1000px;
    }
}
@media(max-width: 991px){
    .eng-banner {
        padding: 80px 0px;
    }
    .eng-banner .banner-desc {
        font-size: 14px;
    }

    .eng-banner :is(.banner-head,.banner-desc) {
        margin-bottom: 14px;
    }

    .banner-cta .cta-button {
        font-size: 14px;
        padding: 15px 21px;
        min-height: auto;
        line-height: 1;
        margin-bottom:15px;
    }
    .eng-banner .container {
        max-width: 100%;
    }
    .eng-banner .banner-head {
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .eng-banner {
        padding: 100px 0px;
    }
    .eng-banner .banner-img {
        margin-top: 25px;
        text-align: center;
    }
    .eng-banner .banner-head {
        font-size: 25px;
    }

    .eng-banner .banner-img::before {
        width: 90%;
        left: 26px;
    }

    .review-boxes {
        margin-top: 25px;
        gap: 10px;
    }
}

@media(max-width:575px){
    .eng-banner {
        padding: 85px 0px;
    }
    .eng-banner .banner-desc {
        font-size: 13px;
    }
    .banner-cta .cta-button {
        font-size: 14px;
        padding: 12px 21px;
        margin-bottom:0;
    }
    .eng-banner :is(.banner-head,.banner-desc) {
        margin-bottom: 18px;
    }
    .eng-banner .banner-img::before {
        left: 12px;
    }

    .review-boxes .review-box {
        width: 272px;
    }
}


.vp-points .vp-txt{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom:0;
}

.vp-points .vp-pt:not(:last-child){
    margin-bottom:50px;
}

@media(max-width:1650px){
    .vp-points .vp-pt:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media(max-width:1440px){
    .vp-points .vp-txt {
        font-size: 16px;
    }
    .vp-points .vp-pt:not(:last-child) {
        margin-bottom: 35px;
    }
}

@media(max-width:991px){
    .vp-points .vp-txt {
        font-size: 15px;
    }

    .vp-points .vp-pt:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media(max-width: 575px){
    .vp-points .vp-pt:not(:last-child) {
        margin-bottom: 20px;
    }

    .vp-points .vp-txt {
        font-size: 14px;
    }
}

/* what we did */

.what-we-did {
    background: #000;
    color:#fff;
    text-align: center;
}

.did-boxes .did-box p{
    text-transform: uppercase;
    font-size:18px;
}

.did-boxes .did-box::after{
    content:'';
    height:30px;
    width:1px;
    display: block;
    background: #fff;
    margin: 0 auto;
    margin-bottom:20px;
}

.did-box .did-ans{
   font-weight: 700;
}

.did-box .did-quest{
    margin-bottom:5px;
}

.what-we-did .tal-txt{
    font-size:18px;
}

.what-we-did .that-txt{
    font-weight:500;
    font-size:30px;
    margin:40px 0px;
}

.what-we-did .cta-button{
    background:#fff;
    color:#000;
    text-transform: none;
}

.what-we-did .cta-button:hover{
    background:#ffda30;
    color:#000;
}

@media(max-width:1650px){
    .did-boxes .did-box p {
        font-size: 16px;
    }
    .did-boxes .did-box::after {
        height: 20px;
        margin-bottom: 12px;
    }

    .what-we-did .tal-txt {
        font-size: 16px;
    }

    .what-we-did .that-txt {
        font-size: 25px;
        margin: 26px 0px;
    }

    .what-we-did .cta-button {
        font-size: 18px;
       
    }
}

@media(max-width:1440px){
    .did-boxes .did-box p {
        font-size: 14px;
    }

    .what-we-did .tal-txt {
        font-size: 15px;
    }

    .what-we-did .that-txt {
        font-size: 22px;
    }
}

@media(max-width:1280px){
    .did-boxes .did-box::after {
        height: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:767px){
    .did-boxes .did-box p {
        font-size: 12px;
    }

    .what-we-did .that-txt {
        font-size: 20px;
        margin: 18px 0px;
    }

    .what-we-did .cta-button {
        font-size: 15px;
    }
    .what-we-did .tal-txt {
        font-size: 14px;
    }
}

@media(max-width:575px){
    .what-we-did .that-txt {
        font-size: 18px;
    }
}

/* quick hire */


.quick-easy-hire{
    background: #ececec;
}
.quick-easy-hire .section-title{text-align:center;font-weight:300;font-size:45px;line-height:1.3;margin-bottom:80px;}
.quick-easy-hire .section-title span{font-weight:700;}
.quick-easy-hire ul{display:flex;margin:0 -15px 80px}
.quick-easy-hire ul li{flex:0 0 25%;max-width:25%;padding:0 15px;text-align:center;position:relative;}
.quick-easy-hire ul li:after{content:"";background:url('../images/step-pattern.png');background-repeat: no-repeat;   width:196px;height:19px;background-size:100%;position:absolute;left:100%;transform:translateX(-50%);top:45px}
.quick-easy-hire ul li:last-child:after{display:none;}
.quick-easy-hire ul li figure {min-height: 110px; display: flex; align-items: center; justify-content: center; margin:auto auto 50px;max-width:90px;position:relative;z-index: 1}
.quick-easy-hire ul li .lbl-btn { font-size:16px; font-weight: 600; line-height: 1.3; margin-top: 20px;display: flex; align-items: center; justify-content: center;margin-bottom: 20px;} 
.quick-easy-hire ul li .desc{line-height:1.5;padding-top:30px;font-size: 14px;}

@media(max-width:1650px){
    .quick-easy-hire .container {max-width: 1140px; }
    .quick-easy-hire .section-title{font-size:30px;margin-bottom:40px}
    .quick-easy-hire ul{margin:0 -15px 60px}
    .quick-easy-hire ul li figure{margin:auto auto 20px}
    .quick-easy-hire ul li figure img{max-height:80px;max-width:80px}
    .quick-easy-hire ul li:after{ width: 186px;
        height: 20px;}
    .quick-easy-hire ul li .lbl-btn{font-size:16px;font-weight:700;padding:10px 20px;min-height:60px; margin: 0 0;}
    .quick-easy-hire .centerBtn .cta-button{min-height:40px;line-height:40px;font-size:15px;padding:0 20px}
}

@media(max-width:1280px){
    .quick-easy-hire ul li .lbl-btn {
        min-height: 45px;
    }
}

@media(max-width:991px){
    .quick-easy-hire .section-title{font-size:25px;margin-bottom:20px}
    .quick-easy-hire ul {margin: 0 -15px 40px; }
    .quick-easy-hire ul li figure {margin: auto auto 0; }
    .quick-easy-hire ul li figure img{max-height:60px;max-width:60px}
    .quick-easy-hire ul li .lbl-btn {font-size: 12px; font-weight: 600; padding: 10px 10px; border-radius: 5px; }
    .quick-easy-hire ul li .desc{font-size:12px;padding-top:15px}
}
@media(max-width:767px){
    .quick-easy-hire .section-title{font-size:22px;margin-bottom:10px}
    .quick-easy-hire ul li figure{min-height:90px;}
    .quick-easy-hire ul li .lbl-btn{min-height:50px}
    .quick-easy-hire ul{flex-wrap:wrap;}
    .quick-easy-hire ul li{flex: 0 0 50%; max-width: 50%;}
    .quick-easy-hire ul li:nth-child(2):after{display:none;}
    .quick-easy-hire .centerBtn .cta-button{min-height:35px;line-height:35px;font-size:12px}
}

/* quick easy hire section start */
.quick-easy-hire .section-title{margin-bottom:20px}
.quick-easy-hire .container ul li figure {max-width: 146px;}
.quick-easy-hire .ligt-title,.seo-expert .ligt-title{font-size:30px;font-weight:400;text-align:center;margin-bottom:60px}
.remote-pg .quick-easy-hire .section-title span,
.remote-pg .ylThree-Boxes .section-title span,
.remote-pg .acc-FAQ-section .section-title span{font-weight:800;}
.quick-easy-hire .container .centerBtn a {text-transform: none;}

@media(max-width:1650px){
    .quick-easy-hire .ligt-title,.seo-expert .ligt-title{font-size:20px;}
    .quick-easy-hire .container ul li figure {max-width: 125px;}
    .quick-easy-hire .container ul li figure img {max-height: 100%;max-width: inherit;}
    .quick-easy-hire .container ul li:after {    top: 48px;
        left: 100%;}
}
@media(max-width:991px){
    .quick-easy-hire .container ul li .lbl-btn {min-height: 38px;font-weight: 600;margin-top: 10px;font-size: 13px;}
    .quick-easy-hire .container ul li figure {max-width: 105px;}
    .quick-easy-hire .container ul li:after {top: 42px;left: 100%;}
}
@media(max-width:767px){
    .quick-easy-hire {margin-top: 0;}
    .quick-easy-hire .container ul li .lbl-btn {min-height: 38px;max-width: 195px; margin: 20px auto 0px auto;}
    .quick-easy-hire ul li {
        margin-top: 20px;
    }
}
@media(max-width:575px){
    .quick-easy-hire .ligt-title,.seo-expert .ligt-title{font-size:14px;margin-bottom:10px;}
    .quick-easy-hire.hr-fx .container ul li figure {
        max-width: 75px;
    }
    .quick-easy-hire ul li:after {
        background: none;
    }

    .quick-easy-hire ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .quick-easy-hire .container ul li:after {
        left: 0;
    }

    .quick-easy-hire ul li:first-child {
        margin-top: 0px;
    }
}

/* uplers profiles */

.profile-slider{
    display: flex;
    flex-wrap:wrap;
    gap:25px;
    justify-content: center;
}

.wpress-profiles .profile-item.profile-box img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius:50px;
    border:1px solid #afafaf;
    margin: 0 auto;
}
.wpress-profiles{
    background: #ececec;
}

.wpress-profiles.white-col {
    background: #fff;
}

.wpress-profiles .profile-item {
    height: 100%;
}
.profile-item.profile-box{
    text-align: center;
    padding: 30px 30px;
    -webkit-box-shadow: 1px 1px 3px 2px rgb(52 56 81 / 22%);
    -moz-box-shadow: 1px 1px 3px 2px rgb(52 56 81 / 22%);
    box-shadow: 1px 1px 3px 2px rgb(52 56 81 / 22%);
    background: #fff;
    border-radius:15px;
    height: 100%;
    flex: 0 1 31%;
}

.profile-box .tags{
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    justify-content: center;
    margin: 0 15px;
    margin-bottom: 30px;
}

.profile-box .tags li {
    padding: 8px 10px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(143,143,143,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(143,143,143,0.2);
    box-shadow: 2px 2px 3px 0px rgba(143,143,143,0.2);
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    
}

.profile-box .title {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.2;
    margin-bottom: 12px;
}

.profile-box .designation {
    color: #787878;
    margin-bottom: 20px;
    font-size:16px;
}



.profile-box .show-more{
    cursor:pointer;
    color:#848384;
}

.profile-box .show-more:hover{
    color:#000;
}

.profile-box .show-more ~ li{
    display:none;
}

.profile-slides .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.profile-slides .slick-prev:after {
    background: url(../images/wordpress-developer-in/prev-prof.svg) no-repeat center;
}

.profile-slides .slick-prev:hover:after {
    background: url(../images/wordpress-developer-in/prev-prof.svg) no-repeat center;
}

.profile-slides .slick-next:after {
    background: url(../images/wordpress-developer-in/next-prof.svg) no-repeat center;
    background-size: 100% !important;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
}

.profile-slides .slick-arrow:after {
    width: 40px;
    height: 40px;
}
.profile-slides .slick-arrow.slick-disabled {
    opacity: 0;
}
.profile-slides .slick-next:hover:after {
    background: url(../images/wordpress-developer-in/next-prof.svg) no-repeat center;
}

.profile-slides .slick-prev {
    left: -45px;
}

.profile-slides .slick-next {
    right: -45px;
}

.profile-slides .slick-track {
    display: flex;
    gap: 40px;
    margin: 25px 0px;
}

.exps-box{
    margin: 0 5px;
    margin-bottom:30px;
}

.exps-box ul {
    display: flex;
    background: #f0efef;
    border-radius: 24px;
    padding: 10px 5px;
    gap: 0px;
    justify-content: center;
    align-items: center;
}

.exps-box ul li{
    font-weight: 600;
    flex: 0 0 50%;
    font-size:13px;
    line-height: 1.3;
}

.exps-box ul li span{
    font-weight: 800;
}

.exps-box ul li:first-child{
    border-right:1px solid rgba(137, 137, 137,0.5);
}


.profile-slides .apply-btn .cta-button{
    background: #000;
    color:#fff;
    font-size:18px;
    text-transform: capitalize;
}

.profile-slides .apply-btn .cta-button:hover{
    background: #ffda30;
    color:#000;
}

.profile-slides .last-box .apply-btn .cta-button:hover{
    background: #fff;
}
.profile-slides {
    margin-bottom: 0px;
}
.profile-box.last-box {
    display: flex;
    flex-direction: column;
    background: #ffda30;
    justify-content: center;
}

.profile-box.last-box :is(.title,.designation) {
   color:#000;
   margin-bottom: 25px;
}

.profile-slides .slick-track .slick-slide{float:none;height:auto;}
.profile-slides .slick-track .slick-slide .item{height:100%}
.profile-slides .slick-track .slick-slide > div {
    height: 100%;
}

@media(max-width:1650px){
    .profile-box .title {
        font-size: 20px;
        margin: 12px 0;
        margin-bottom: 5px;    
    }
    .profile-slides .apply-btn .cta-button {
        font-size: 16px;
    }
    .profile-box .designation {
        margin-bottom: 15px;
        font-size: 15px;
    }
}

@media(max-width:1440px){
    .profile-slides .slick-track {
        gap: 28px;
    }
}

@media(max-width:1280px){
    .exps-box ul li {
        font-size: 12px;
    }

    .profile-item.profile-box {
        text-align: center;
        padding: 30px 15px;
    }

    .profile-item.profile-box {
        box-shadow: -1px 2px 6px 1px rgb(52 56 81 / 22%);
    }

    .profile-slides .slick-track {
        gap: 22px;
    }

    .profile-box .tags {
        row-gap: 12px;
        margin: 0 15px;
        margin-bottom: 25px;
        column-gap: 12px;
    }

    .exps-box {
        margin: 0 10px;
        margin-bottom: 25px;
    }

    .profile-slides .apply-btn .cta-button {
        font-size: 14px;
        min-height: auto;
        line-height: 1.5;
        padding: 10px 25px;
    }

    .profile-box .designation {
        font-size: 14px;
    }

    .apply-btn .cta-button {
        font-size: 16px;
    }

    .apply-btn .cta-button {
        min-height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

}

@media(max-width:1024px){
    .profile-slides .slick-prev {
        left: -15px;
    }
    .profile-slides .slick-next {
        right: -25px;
    }
    .profile-slides .slick-track {
        gap: 20px;
    }

    .profile-slides {
        margin: 0 30px;
        margin-bottom: 0px;
    }
}
@media(max-width: 991px){

    .profile-slides .slick-prev {
        left: -40px;
    }

    .profile-slides .slick-next {
        right: -40px;
    }

    .profile-item.profile-box {
        flex: 0 1 40%;
    }

}
@media(max-width: 767px){
    .profile-slides .apply-btn .cta-button {
        font-size: 14px;
    }
    .exps-box {
        margin: 0 0;
        margin-bottom: 20px;
    }
    .profile-box .designation {
        font-size: 13px;
    }
    .profile-box .title {
        font-size: 18px;
        margin: 10px 0;
    }
    .profile-slides .slick-track {
        gap: 10px;
    }
    .profile-box .tags {
        column-gap: 4%;
    }

    .profile-item.profile-box {
        flex: 0 1 90%;
    }
    .apply-btn .cta-button {
        font-size: 13px;
        min-height: 35px;
        line-height: 35px;
    }
    .new-testimonial.latest-testimonials .section-heading {
        margin-bottom: 25px;
    }
}
@media(max-width: 480px){
    .profile-slides .slick-track {
        gap: 10px;
    }
    .wpress-profiles .profile-item.profile-box img {
        width: 75px;
        height: 75px;
    }
    .profile-slides .slick-arrow:after {
        width: 30px;
        height: 30px;
    }

    .profile-slides {
        margin: 0 15px;
        margin-bottom: 0px;
    }

    .profile-slides .slick-prev {
        left: -33px;
    }
    .profile-slides .slick-next {
        right: -33px;
    }
    .profile-box .tags {
        column-gap: 14px;
        row-gap: 8px;
        margin: 0 0px;
        margin-bottom: 15px;
        justify-content: center;
    }
    .profile-box .tags li {
        font-size: 11px;
    }
    .exps-box {
        margin: 0 16px;
        margin-bottom: 20px;
    }
    .exps-box ul {
        flex-wrap: wrap;
        gap:0;
    }
    .exps-box ul li:first-child {
        border-right:none;
        border-bottom: 1px solid rgba(137, 137, 137,0.5);
        padding-top: 0px;
        padding-bottom: 5px;
    }
    
    .exps-box ul .d-block{
        display:none !important;
    }
    .exps-box ul li {
        flex: 0 0 76%;
        font-size: 11px;
    }
    .exps-box ul li {
        padding-top: 5px;
    }
    .profile-item.profile-box {
        -webkit-box-shadow: 0px 0px 2px 1px rgb(52 56 81 / 22%);;
        -moz-box-shadow: 0px 0px 2px 1px rgb(52 56 81 / 22%);;
        box-shadow: 0px 0px 2px 1px rgb(52 56 81 / 22%);;
    }
    .profile-slides .slick-track {
        margin: 10px 0px;
    }
    .profile-box .designation {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .profile-slides .apply-btn .cta-button {
        font-size: 12px;
        padding: 7px 23px;
    }

    .profile-item.profile-box {
        text-align: center;
        padding: 20px 15px;
    }
}


/* vetting section */
.vetting-section .container .vet-desc {margin-top: 10px;}
.vetting-section{position: relative; background: #fff;}
.vetting-section .container .section-title{text-align: center;font-size:45px;}
.vetting-section .container > p{text-align: center;font-size:18px;margin-top:20px;padding: 0 204px;}
.vetting-processs{position: absolute;top: 20%;left:50%;transform: translate(-50%,0%);z-index: 1;max-width:370px}
/* .vetting-process img{width:100%;} */
.vetting-section .vetting-flow{margin-top:0px;}
.vetting-section .container .row .yellow-section{background:#FFDA30;padding:7px 10px;font-size:14px;border-radius:5px;width: fit-content;margin-bottom:5px}
.vetting-section .container .row .vet-heading :is(p,.vet-text){font-weight: 600;font-size:18px;margin-bottom: 0px;line-height:1.2}
.vetting-section .container .row .vet-desc p{font-size:15px;}
.show_section{display:block;}
.process_section{background:#f2f2f2 !important;}
.process_section figure{margin:0px auto;text-align:center;}
.process_section_border{position:relative;}
.process-title{   text-align:center; margin: 13px auto; font-size: 28px;font-weight: 600;}
.arrow_section{position:relative;}
.arrow_section .process-title{font-size: 20px;}
.max-wid500{ position:absolute;position: absolute;  max-width: 816px;  left: 6%;  width: 100%;}
.max-wid200{ position:absolute;max-width: 165px; left: 28%;  width: 100%;}
.process_border_line {    position: absolute; content: ' '; left: 22%;  top: 35%; width: 65%; height: 1px; background: linear-gradient(to right, #FFDA30 70%, #E2E2E2 30%);}
.hide_section, .process_border_line_responsive{display:none;}
#process1 {
    position: absolute;
    top: 60px;
    left: 110px;
    padding-right: 175px;
}
#process2 {
    position: absolute;
    top: 150px;
    left: 210px;
    padding-right: 80px;
}
#process3{position:absolute;top: 285px;left:110px;padding-right: 175px;}
#process4 {
    position: absolute;
    top: 415px;
    left: 210px;
    padding-right: 80px;
}
#process5{position:absolute;top: 535px;left:110px;padding-right: 175px;}
.vetting-section .container .row .flow-img{display:none}

.talent-factors{margin-top:755px;}

.vetting-section .centerBtn{text-align:center;}
.vetting-section .centerBtn .cta-button{background:#171717;color:#FFF}
.vetting-section .centerBtn .cta-button:hover{background:#ffda30;color:#000}

.vetting-section .talent-factors .vet-info{
    margin-left: 120px;
    padding-top: 30px;
    width: 350px;
} 
@media(max-width:1650px){
    .vetting-section .talent-factors .vet-info {
        padding-top: 60px;
    }
}
@media(max-width:1300px){
    .vetting-section .talent-factors .vet-info {
        padding-top: 20px;
        width: 250px;
        margin-left:100px;
    }

    .vetting-section .container .row .yellow-section {
        font-size: 11px;
    }
}
@media(max-width:1280px){
    .talent-factors {
        margin-top: 700px;
    }
}

@media(max-width:991px){
    .talent-factors {
        margin-top: 480px;
    }
    .vetting-section .talent-factors .vet-info {
        padding-top: 0px;
    }
    .vetting-section .talent-factors .vet-info {
        margin-left:50px;
    }
}

@media(max-width:767px){
    .talent-factors {
        margin-top: 22px;
    }
    .vetting-section .talent-factors .vet-info {
        margin-left: 0px;
        padding-top: 0px;
    }

    .vetting-section .talent-factors .vet-info .vet-desc p{
        text-align: center;
    }
}
@media(max-width:1650px){
    .vetting-processs{top: 17%;}
}
@media(max-width:1300px){
	.process-title{font-size:25px;}
	.arrow_section .process-title {  font-size: 16px;}
    .max-wid200{ position:absolute;max-width: 147px; left: 24%;}
}
@media(max-width:1280px){
    .vetting-processs {top: 15%;max-width: 334px;}
    .vetting-section .container > p {padding: 0 114px;font-size:15px}
    .vetting-section .container .row .vet-heading :is(p,.vet-text){font-size:15px;}
    .vetting-section .container .row .vet-desc p{font-size:12px;}
    .vetting-section{padding:80px 0px}
    #process1{top: 23px;left:134px;padding-right:162px}
    #process2{top:124px;left:185px;padding-right:115px;}
    #process3{top: 249px;left: 134px;padding-right: 162px}
    #process4{top: 357px;left: 185px;padding-right: 115px;}
    #process5{top: 480px;left: 134px;padding-right: 162px}
	.max-wid500{ position:absolute;max-width: 490px; left: 14%;}
    .max-wid200{ position:absolute;max-width: 147px; left: 27%;}
}
@media(max-width: 991px){
    .vetting-section .container > p {padding: 0 72px;}
    .vetting-section .container .row .vet-heading :is(p,.vet-text){font-size:16px;}
    .vetting-section .container .row .vet-heading br{display:block}
    .vetting-section{padding:60px 0px}
    .vetting-processs img{width:74%;}
    .vetting-processs {         top: 16%;
        left: 57%;}
    #process1{top: -9px;left: 92px;padding-right: 105px}
    #process2{top: 71px;left: 140px;padding-right: 50px;}
    #process3{top: 169px;left: 92px;padding-right: 96px;}
    #process4{top: 263px;left: 140px;padding-right: 58px;}
    #process5{top: 350px;left: 92px;padding-right: 106px;}
    .vetting-section .container .section-title {font-size: 35px;}
    .max-wid200 {
        left: 22%;
    }
    .vetting-section .vetting-flow {
        margin-top: 60px;
    }
    .vetting-processs {
        left: 54%;
    }

    .vetting-section .container .row .yellow-section {
        font-size: 10px;
    }
}
@media(max-width: 940px){
 .max-wid500 {    max-width: initial; left: 14px; right: 0;  margin: 0px auto;text-align: center;}
}
@media(max-width: 767px){
	.hide_section{display:block;padding:20px 15px;font-size:24px !important;}
	.process_border_line_responsive{ position: absolute;  content: ' ';  left: 88px;  top: 45px;  display: block;   width: 1px;   height: 80%;  background: linear-gradient(to right, #FFDA30 70%, #E2E2E2 30%);}
    .vetting-section .container .row .vet-heading :is(p,.vet-text){font-size:15px;}
    .vetting-section .container .vet-desc {margin-top: 7px;}
.process-title {  font-size: 18px; z-index: 1;  background: #f2f2f2;  display: block; line-height: 1; padding: 10px; margin-bottom: 20px !important;}
    .vetting-section{padding:50px 0px}
    .vetting-section .container .section-title{font-size:30px;}
    #process1{position:static;padding-right: 0px;}
    #process2{position:static;padding-right: 0px;}
    #process3{position:static;padding-right: 0px;}
    #process4{position:static;padding-right: 0px;}
    #process5{position:static;padding-right: 0px;}
    .vetting-processs{display: none;}
    .vetting-section .container .row .flow-img {display:block;text-align: center; z-index: 2;}
    .vetting-section .container .row .flow-img img{max-width:85px;}
    .vetting-section .container .row p{text-align:center;}
    .vetting-section .container .row .yellow-section{margin: 8px 0;font-size:10px}
    .vetting-section .container .row .vet-heading br{display:none}
    .vetting-section .vetting-flow {margin-top: 30px;}
    .vetting-section .container > p {padding: 0px 0px;font-size:13px;}
    .vetting-section .container .row.last-cert .flow-img img{max-width:140px;}


    .pro-wrap{display:flex;margin-bottom:20px;}
    .pro-wrap .flow-img {flex: 0 0 25%;max-width:83px;}
    .pro-wrap .vet-info {flex: 0 0 75%; padding: 0 0 0 30px;  max-width: 75%;  }
    .vetting-section .container .row p{text-align:left;}
    .pro-wrap:before {position: absolute;height: 100%;width: 2px;background: #010101;opacity:0.35;left: 55px;content: "";z-index: 0;}
    .vetting-section .container .last-cert .flow-img img{max-width:150px;}
    .last-cert {    position: relative;}
    .last-cert:after {height: 2px;width: 50px;content: "";position: absolute;left: 55px;top:42%;background: #010101;opacity:0.35;z-index: 0;}
    .last-cert:before { content: "";    height:42%;    width: 2px;    background: #010101;opacity:0.35;    position: absolute;    left: 55px;}
    .vetting-section .container .row .flow-img:after {content: "";  height: 2px;    width:15px;position: absolute;top: 40px;left:98px;background: #010101;opacity:0.35;z-index: -1;}
    .vetting-section .container .row .flow-img:before {content: "";height: 8px;width: 8px;border-radius: 100%;background: #ffda31;position: absolute;left: 108px;top: 37px;z-index:1;}
	
     
    .vetting-section .container .last-cert .flow-img:after,.vetting-section .container .last-cert .flow-img:before {display:none;}
	.arrow_section,.process_border_line{display:none;}
	.show_section{display:block;}
	
	.process_section_border .col-sm-4 {max-width:100% !important;width:100%; flex:100%;display:flex;align-items:center;justify-content:left;margin-bottom:20px;}
	.process_section figure, .process-title{margin:0;text-align:left;}
	.process-title{padding-left:20px; }
}
@media(max-width: 575px){
    .vetting-section .container .section-title{font-size:25px;}
}

.client-section,.client-icons{
    background: #ececec;
}


/*  client section*/

.client-section .brands-box {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    background: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 0px 16px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: -1px 0px 16px 0px rgba(0,0,0,0.13);
    box-shadow: -1px 0px 16px 0px rgb(0 0 0 / 13%);
}

.brands-box.linkedin-fix {
    justify-content: left;
    gap: 20px;
}

.client-section .item {
    height: 100%;
}

.client-section .brands-box .line-border{
    width: 2px;
    height: 30px;
    background: #e8e8e8;
}

.client-section .review-count span {
    font-weight: 700;
}

.client-section .brandrating {
    font-weight: 700;
}

.client-section .brands-box p{
    margin-bottom:0px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.client-section .icon img {
    max-width: 60px;
}


/* clinet boxes */
.cl-boxes{
    justify-content: space-between;
    align-items: center;
    padding-top:60px;
}

@media(max-width:1300px){
    .cl-boxes .cl-icons {
        max-width: 90px;
    }

    .client-section .brands-box {
        padding: 15px 13px;
    }
}

@media(max-width:991px){
    .client-section .icon img {
        max-width: 55px;
    }
    .client-section .brands-box {
        padding: 12px 13px;
    }

    .cl-boxes {
        flex-wrap: wrap;
    }
    .cl-boxes {
        padding-inline: 20px;
    }

    .client-section .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .brands-box.linkedin-fix {
        gap: 10px;
    }
}

@media(max-width:767px){
    .client-section .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }

    .client-section .brands-box {
        display: flex;
        justify-content: space-around;
    }

    .brands-box.linkedin-fix {
        justify-content: center;
    }

    .cl-boxes {
        padding-inline: 20px;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
}

@media(max-width:757px){
    .cl-boxes {
        padding-inline: 5px;
        padding-top: 40px;
    }
    .cl-boxes .cl-icons {
        max-width: 80px;
    }
}


/* schedule-testimonial */

.schedule-testimonial{
    margin-top:30px;
}

.schedule-testimonial .cta-button{
    background: #FFF;
    color:#000;
    text-transform: none;
}

.schedule-testimonial .cta-button:hover{
    background: #ffda30;
}

@media(max-width:1280px){
    .schedule-testimonial .cta-button{
        font-size: 16px;
    }
}

@media(max-width:767px){
    .schedule-testimonial .cta-button{
        font-size: 14px;
    }
}


/* faq changes */

.acc-FAQ-section .faq-acco .single-faq {
    border-bottom: 1px solid #000;
}

.acc-FAQ-section .faq-acco .single-faq .acco-heading::before {
    background: url('../images/head-engineering/dn-arrow.svg');
    background-repeat: no-repeat;
}

.acc-FAQ-section .faq-acco .single-faq.active .acco-heading::before {
    -webkit-transform: rotate(180deg) translateX(8px);
    transform: rotate(180deg) translateX(8px);
}

.acc-FAQ-section .faq-acco .single-faq .acco-heading::after{
    height: 0;
    width:0;
    border: none;
}

.acc-FAQ-section .faq-acco .single-faq .acco-heading .faq-quest {
    font-weight: 500;
}

.acc-FAQ-section .faq-acco .single-faq .acco-content p{
    color:#000;
}

.latest-testimonials .tm-lists .item:hover .tm-img:before {
    background-color: rgba(39, 39, 41, 0.8);
}

@media(max-width:1280px){
    .acc-FAQ-section .faq-acco .single-faq.active .acco-heading::before {
        -webkit-transform: rotate(180deg) translateX(14px);
        transform: rotate(180deg) translateX(14px);
    }
}

@media(max-width:767px){
    .acc-FAQ-section .faq-acco .single-faq.active .acco-heading::before {
        -webkit-transform: rotate(180deg) translateX(5px);
        transform: rotate(180deg) translateX(5px);
    }
}

/* mql pop up  */

.input03 textarea{
    border-bottom-color:#e8e9ed;
 }
 .input03 textarea::placeholder{
     color:#999;
 }

 .mql input::placeholder,.sql-popup input::placeholder{
    color:#999;
}
 .popup-main1 .popup-content {overflow: auto;}
 .popup-main .close-popup:before,.popup-main .close-popup:after,.popup-main1 .close-popup:before,.popup-main1 .close-popup:after{
     background:#000;
 }
 .newsletter-form{overflow-x: hidden;}
 .newsletter-form .container {max-width: 940px;}
 .input02{position:relative;}
 .input02 label{position:absolute;top:-6px;left:15px;background:#FFF;color:#8d8c8c;padding:0 5px;z-index:1}
 .input02 input,.input02.rev-select .select-styled{border: solid 1px #bfbfbf; box-shadow: none; min-height: 52px ; border-radius: 15px ; padding: 0 20px ;box-shadow:10px 10px 20px rgb(0 0 0 / 5%);font-weight: 500;}
 .input02.rev-select .select-styled{padding: 5px 20px;}
 .input02 input:focus{border-color:#FFDA30}
 
 .step-ratecard,.hiring-needs{background:#FFF}
 
 .step-ratecard .popup-content,.hiring-needs .popup-content{text-align:left}
 .step-ratecard .newsletter-form .section-title{margin-bottom: 45px;font-size: 29px;
     font-weight: 700;padding-bottom:5px}
 .step-ratecard .newsletter-form .sub-title{margin-bottom:60px;line-height:1.5}
 .step-ratecard .newsletter-form .submit-btn{margin-top:35px}
 .step-ratecard .newsletter-form .submit-btn input[type="submit"]{max-width:160px;border-radius:10px}
 .step-ratecard .optionList .optionBox span {font-weight: 600;}
 .welcome-box h5{font-size:25px;margin-bottom:15px}
 .welcome-box p{font-size:20px;margin-bottom:40px;font-weight:500}
 .bold-form-lbl{font-weight: 600; font-size: 18px; margin-bottom: 15px;line-height:1.5}
 
 .row.step_2 .field-general .optionbox input[type='checkbox'] {position: absolute;opacity: 0;cursor: pointer;}
 .optionsWrap.multiselect .optionbox .lbl-txt {padding: 8px 10px;}
 .optionsWrap.multiselect .optionbox .lbl-txt:before {
     content: "+";
     font-weight: 400;
     margin-right: 8px;
     font-size: 21px;
     line-height: 0;
     position: relative;
     top: 2px;
     color: #c1c1c1;
     display: inline-block;
     width: 10px;
 }
 .optionsWrap.multiselect .optionbox input:checked + .lbl-txt:before {
     content: "";
     border-bottom: solid 1px #000;
     border-left: solid 1px #000;
     height: 6px;
     transform: rotate(-45deg);
     top: -4px;
 }
 .hire-reqs{margin-top: 40px;}
 
 .hiring-needs .newsletter-form .section-title {margin-bottom: 70px;}
 .optionsWrap.multiselect .optionbox input[type='checkbox'] + .lbl-txt{
     padding: 8px 10px;
     transition: .5s all;
     text-align: center;
     font-size: 12px;
     color:#8d8c8c;
     background: #e8e9ed;
     border-radius: 5px;
     border: solid 2px transparent;
     min-width: 55px;
     display: block;
     cursor: pointer;  
     margin:3px;
 }  
 
 .optionsWrap.multiselect .optionbox input[type='checkbox']:checked + .lbl-txt {
     background: #ffda30;
     color: #000;
     transition: .5s all;
 }
 
 .row.step_2 .field-general > .row .col-md-12{display:flex;}
 .row.step_2 .field-general .hire-roles{margin-top:20px;}
 .row.step_2 .field-general .hire-roles .optionsWrap.multiselect{display:none}
 .row.step_2 .field-general .hire-roles .optionsWrap.multiselect.active{display:block}
 
 .hire-req  .rev-select .select-styled{
     border: 1px solid #e8e9ed;
     border-radius: 8px;
     padding: 0px 10px;
     font-size: 14px;
 }
 .hiring-needs .rev-select .select-styled::after,.step-ratecard .rev-select .select-styled::after{
     height: 7px;
     width: 7px;
     border-left: solid 1px #8d8c8c;
     border-bottom: solid 1px #8d8c8c;
 }
 .optionList .optionBox span:before {border: solid 1px #FFDA30;
 }
 
 .hiring-needs .form-group{margin-bottom:2rem;}
 .mail-info p{/* font-style: italic; */font-weight: 500;}
 .mail-info p a{color:#000;text-decoration: underline;}
 .hiring-needs .submit-btn{max-width: 210px;margin: auto;}
 .hiring-needs .submit-btn input[type='submit']{border-radius: 10px;}
 .popup-main1 .popup-content {padding: 0px 15px;}
 .input03 .bold-form-lbl{margin-bottom:5px}
 .thankyou-blk{background-size: cover !important;background-position:center !important;width: 100%; height: 100%; display: flex; align-items: center;}
 .thankyou-blk .img-blk{text-align:center;}
 .thankyou-blk .img-blk img{max-width:380px;}
 .thankyou-blk .desc-blk h3{margin-bottom:40px;}
 .thankyou-blk .desc-blk p{font-size:18px;}
 .thankyou-blk .desc-blk p strong{text-decoration:underline;text-decoration-color:#FFDA30}
 .thankyou-blk .desc-blk p a{color:#000}
 .thankyou-blk .desc-blk p a:hover{opacity:0.5}
 @media(max-width:1650px){
   .thankyou-blk .container{max-width:1000px;}
   .thankyou-blk .img-blk img{max-width:300px;}
   .thankyou-blk .desc-blk p{font-size:16px}
   .newsletter-form .container{max-width:900px;}
   .step-ratecard .newsletter-form .section-title{font-size:22px;margin-bottom:15px;}
   .step-ratecard .newsletter-form .sub-title{font-size:16px;margin-bottom:40px;}
   .welcome-box h5{font-size:20px;margin-bottom:10px;}
   .welcome-box p{font-size:16px;}
   .bold-form-lbl{font-size:15px;margin-bottom:12px;}
   .queBox .rev-select{height:45px}
   .queBox .select-styled{min-height:45px;border-radius:10px;line-height:42px;font-size:15px;box-shadow:5px 5px 10px rgb(0 0 0 / 4%)}
   .queBox .select-styled:after{top:14px;}
   .newsletter-form input,.newsletter-form textarea{font-size:15px}
   .newsletter-form .input02.rev-select .select-styled{font-size:15px;padding: 3px 20px;}
   .input02 label{font-size:15px}
   .input02 input,.input02.rev-select .select-styled{min-height:45px;border-radius:10px;box-shadow:5px 5px 10px rgb(0 0 0 / 4%)}
   .step-ratecard .newsletter-form .submit-btn input[type="submit"] {max-width: 120px; border-radius: 10px; min-height: 45px; line-height: 45px; }
 }
 @media(max-width:1280px){
     .step-ratecard .optionList .optionBox span {font-size: 14px;}
     .hiring-needs .hire-reqs{margin-top: 0px;}
     .hiring-needs .newsletter-form .section-title {margin-bottom: 45px;}
 }
 @media(max-width:991px){
   .thankyou-blk .desc-blk h3{margin-bottom:20px}
   .thankyou-blk .desc-blk p{font-size:15px}
 }
 @media(max-width:767px){
   .thankyou-blk .img-blk img{max-width:250px;}
   .step-ratecard .newsletter-form .section-title{font-size:18px;margin-bottom:15px}
   .step-ratecard .newsletter-form .sub-title{font-size:15px;margin-bottom:30px;}
   .input02 input,.input02.rev-select .select-styled{min-height:40px;border-radius:7px;}
   .welcome-box h5{font-size:16px;margin-bottom:5px}
   .welcome-box p{font-size:14px;margin-bottom:25px}
   .input02 label{font-size:13px;left:11px}
   .queBox{margin-bottom:20px}
   .bold-form-lbl {font-size: 14px; margin-bottom:5px; }
   .queBox .select-styled{min-height: 40px; border-radius: 7px; line-height: 36px; font-size: 13px; padding: 0 15px;}
   .newsletter-form input, .newsletter-form textarea{font-size:13px;padding:0 15px}
   .newsletter-form .input02.rev-select .select-styled{padding: 0px 15px;font-size: 13px;}
   .newsletter-form textarea{height:40px;padding:11px 0}
   .queBox .select-styled:after {top: 13px; right: 15px;height:7px;width:7px;}
   .step-ratecard .newsletter-form .submit-btn{margin-top:20px;}
   .step-ratecard .newsletter-form .submit-btn input[type="submit"]{font-size:15px;max-width: 120px; border-radius: 7px; min-height: 40px; line-height: 40px;padding: 0px 20px;}
   .queBox .select-styled.active::after{top: 16px}
   .hire-req .rev-select .select-styled {font-size: 12px;}
   .popup-main1 .popup-content {padding: 100px 15px;}
 }
 @media(max-width:575px){
   .thankyou-blk .img-blk{margin-bottom:40px;}
   .input02{margin-bottom:10px;}
   .row.step_2.hire-req,.hire-reqs {margin-top: 15px;}
   .step-ratecard .newsletter-form .submit-btn input[type="submit"] {padding: 0 18px;}
   .newsletter-form {padding-top: 20px;}
 }

 @media(max-width:480px){
    .newsletter-form .row.step_2 .field-general > .row .col-md-12{flex-wrap: wrap;}
    .newsletter-form .optionList {flex: 0 0 50%;}
 } /* pop up css update end */

 /* MQL updated */
.inside-input .optionList .optionBox span {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.inside-input .optionList .optionBox span:before {
    top: 50%;
    transform: translateY(-58%);
}

.inside-input .optionList .optionBox input[type="radio"] + span:after {
    top: 50%;
    transform: translateY(-70%);
}

.inside-input .optionList .optionBox {
    width: 100%;
}

.inside-input .optionList .optionBox span input{
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin: 0 10px;
    width: auto;
}
.inside-input .optionList .optionBox span input:focus{
    box-shadow: none;
    border-color:#ffda30;
}

.mql :is(.newsletter-form,.thankyou-blk) .container {
    max-width: 940px;
    position: relative;
    background: #fff;
    padding: 35px !important;
    border-radius: 10px;
}

.mql :is(.thankyou-blk) .container {
    padding: 100px 35px !important;
}

.mql {
    background: rgba(0,0,0,0.8);
}


.mql .close-popup{
    z-index: 99999;
    top: 20px;
    right: 20px;
}


.mql .input03 textarea{
    height: 80px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
}

.mql .input03 textarea:focus{
    box-shadow: none;
    border-color: #ffda30;
}

.mql .newsletter-form .section-title {
    font-weight: 600;
    margin-bottom: 40px;
}
.mql .submit-btn input[type='submit'] {
    border-radius: 16px;
    font-size: 17px;
}
.mql .form-loader {
    right: -15px;
}

@media(max-width:1440px){
    .mql .newsletter-form .section-title {
        margin-bottom:30px;
    }
}

@media(max-width:991px){
    .mql .newsletter-form .section-title {
        font-size: 22px;
    }
    .inside-input .optionList .optionBox span input {
        width: 100px;
        font-size: 12px;
    }
    .hiring-needs .submit-btn {
        text-align: center;
    }
}

@media(max-width:575px){
    .mql .popup-content {
        padding: 30px 25px;
    }
    .inside-input .optionList .optionBox span {
        font-size: 10px;
    }
    .inside-input .optionList .optionBox span input {
        width: 70px;
        margin: 0 5px;
    }
    .mql .newsletter-form .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .mql .form-group {
        margin-bottom: 12px;
    }
    .mql .input03 textarea {
        font-size: 12px;
    }
    .mql :is(.newsletter-form,.thankyou-blk) .container {
        padding: 30px 20px!important;
    }
    .mql .submit-btn input[type='submit'] {
        border-radius: 16px;
        font-size: 14px;
        padding: 0 24px;
        min-height: 40px;
        line-height: 40px;
    }
    .mql .thankyou-blk .img-blk img {
        max-width: 210px;
    }
}

@media(max-width:480px){
    .inside-input .optionList .optionBox span {
        flex-wrap: wrap;
    }
    .mql .close-popup {
        top: 8px;
        right: 10px;
    }
    .hiring-needs .submit-btn {
        text-align: center;
    }
}


/* guides section */

/* .guides .banner-points li:before {
    position: absolute;
    top: 7px;
    content: '';
    left: 0;
    height: 8px;
    width: 8px;
    background: url(//www.uplers.com/wp-content/themes/uplers/assets/css/../images/hire-remote-ebook/point.svg);
    background-size: contain;
    background-repeat: no-repeat;
} */

.guides .guide-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guides .banner-points{list-style: none;}

.guides .banner-points li {
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.guides .img-box{
    text-align: center;
}

.guides .section-heading {
    margin-bottom: 40px;
}

@media(max-width:1650px){
    .guides .banner-points li {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .guides .section-heading {
        margin-bottom: 30px;
    }
}
@media(max-width:1280px){
    .guides .section-heading {
        margin-bottom: 28px;
    }
    .guides .banner-points li {
        margin-bottom: 17px;
        font-size:15px;
    }

    .guides.with-img .banner-points li {
        font-size: 13px;
    }

    .guides .img-box {
        max-width: 350px;
        margin: 0 auto;
    }

}

@media(max-width: 767px){
    .guide-margin{
        margin-top:25px;
    }

    .guides .section-heading {
        margin-bottom: 20px;
    }

    .guides .banner-points li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.2;
    }

    .guides .img-box {
        max-width: 300px;
        margin: 0 auto;
    }

    .remote-guide .row {
        margin-top: 0px;
    }

    .guides.with-img .guide-center {
        text-align: center !important;
    }
}
@media(max-width: 575px){
    .guides .img-box {
        max-width: 60%;
    }
}

@media(max-width: 480px){
    .guides .img-box {
        max-width: 80%;
    }

    .guides .banner-points li {
        margin-bottom: 12px;
        font-size: 13px;
    }
    .remote-guide .section-cta {
        margin-top: 20px;
    }
}

/* seo expert section */

.ylThree-Boxes.seo-expert{background:#fff;}
.seo-expert .expert-box{display:flex;}
.ylThree-Boxes .section-desc.long-desc{
    font-size:20px;    
}
.seo-expert .expert-box:not(:nth-last-child(-n+2)){
    margin-bottom:20px;
}
.seo-expert .expert-title{
    font-weight: 700;
}
.seo-expert .expert-box figure {min-width: 45px; margin-right:20px;}
.seo-expert.wp-de .expert-box figure {min-width: 58px;}
.seo-expert .expert-box .expert-desc p{margin-top:15px}
.seo-expert .expert-box figure.imgss{min-width: 35px;}
.seo-expert .expert-box figure.imsg img{min-width: 42px;height: 50px;}
@media(max-width:1440px){
    .ylThree-Boxes .section-desc.long-desc {
        font-size: 18px;
    }
}
@media (max-width:1280px) {
    .seo-expert .expert-box figure {min-width: 42px;margin-right:15px;}
    .seo-expert .expert-box figure.imgss{min-width: 35px;}
    .seo-expert .container > .row{margin-top: 60px;} 
    .seo-expert .expert-box:not(:nth-last-child(-n+2)){
        margin-bottom:15px;
    }
    .ylThree-Boxes .section-desc.long-desc {
        font-size: 16px;
    }
}

@media(max-width:991){
    .ylThree-Boxes .section-desc.long-desc {
        font-size: 14px;
    }
}

@media(max-width:767px){
    .seo-expert .expert-box:not(:nth-last-child(-n)){
        margin-bottom:0px;
    }
    .ylThree-Boxes .section-desc.long-desc {
        font-size: 13px;
    }
}

@media(max-width:575px){
    .seo-expert .expert-box .expert-desc .expert-title{font-size: 16px;}
    .seo-expert .container > .row {margin-top: 45px;}
}

/* form bottom */
.product-talent{
    background: #ffda30;
}

.form-bx {
    padding: 26px 15px;
    background: #efca2e;
    border-radius: 15px;
    margin-bottom:25px;
}

.form-bx.no-product-bg{
    background: transparent;
}

.product-talent .form-bx input {
    background: #fff;
    padding-inline:15px;
    border:1px solid #e9e9e9;
    border-radius:10px;
    font-size:15px;
}


.product-talent .form-bx input::-webkit-input-placeholder { 
    color: #8b8a8a;
  }
  
  .product-talent .form-bx input:-ms-input-placeholder { 
    color: #8b8a8a;
  }
  
  .product-talent .form-bx input::placeholder {
    color: #8b8a8a;
  }

.product-talent .form-bx input:focus {
    border:1px solid #ffda30;
    box-shadow: none;
}

.product-talent .submit-btn .cta-button{
    width: auto;
    background: #000;
    color:#fff;
    text-transform: none;
}

.product-talent .submit-btn .cta-button:hover{
    background: #fff;
    color:#000;
}
.product-talent .submit-btn{
    position: relative;
    width: fit-content;
    margin: auto;
}

.product-talent .submit-btn .form-loader{
    right:-45px;
}


@media(max-width:767px){
    .product-talent .form-gap {margin-bottom: 15px;}
}

@media(max-width:1440px){
    .product-talent .form-bx input {
        font-size: 13px;
    }
}

@media(max-width:575px){
    .product-talent .form-bx input {
        font-size: 12px;
    }

    .form-bx {
        padding: 14px 10px;
        margin-bottom: 20px;
    }
}


.about-sec{
    background:#ffda30;
    position:relative;
}

.south-africa .about-sec{
    background:#000;
    color:#fff;
}

.about-sec .right-txt{
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}

.about-sec .left-about{
    position: relative;
    padding-right: 30px;
}

.about-sec .left-about img{
    filter:brightness(10);
}

.left-about .about-title {
    margin-bottom: 25px;
    font-weight: 700;
}

.about-sec .box-rotate{
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: #F1F1F1;
    transform: rotate(45deg) translateY(-50%);
    left: 37.5%;
    top: 40%; 
}
.about-sec .right-desc .abt-email a{
    font-size:20px;
    color:#000;
    text-decoration: underline;
} 

.right-desc figure img{
    max-width: 250px;
    margin-bottom: 15px;
}


.about-sec .right-desc .abt-email a i{
    font-weight: 600;
}

.about-sec .right-desc .abt-email{
    margin-top:10px;
    margin-bottom:0;
}

.about-sec .right-desc{
   padding-left:100px;
}
.about-sec .left-about figure{
    text-align:center;
    margin-bottom: 30px;
}

.about-sec .right-desc .section-heading{
    margin-bottom:0;
    text-align: left;
}

.left-about .cta-button:hover{
    background: #fff;
    color:#000;
}


.left-about .read-more .cta-button {
    color: #000;
    background: #ffda30;
}

.left-about .read-more .cta-button:hover {
    color: #000;
    background: #fff;
}

@media(max-width:1650px){
    .about-sec .box-rotate{
        height: 40px;
        width: 40px;
    } 
    .about-sec .left-about figure{
        margin-bottom: 20px;
    }
}
@media(max-width:1440px){
    .about-sec .box-rotate {
        height: 37px;
        width: 37px;
    }

    .about-sec .left-about figure {
        text-align: center;
        max-width: 270px;
        margin: 0 auto;
        margin-bottom:20px;
    }
    .about-sec .right-desc .abt-email a{
        font-size:18px;
    } 
}
@media(max-width:1280px){
    .about-sec .box-rotate {
        height: 35px;
        width: 35px;
        left: 37.5%;
    }

    .about-sec .right-desc {
        padding-left: 50px;
    }

    .about-sec .right-desc .abt-email a{
        font-size:16px;
    } 

    /* .about-sec .left-about figure {
        max-width: 300px;
    } */

    .right-desc figure img {
        max-width: 200px;
    }
}
@media(max-width:1025px){
    .about-sec .box-rotate {
        height: 35px;
        width: 35px;
        left: 37%;
    }
}
@media(max-width: 991px){
    .about-sec .box-rotate {
        height: 32px;
        width: 32px;
    }
    .about-sec .left-about{
        padding-right: 0px;
    }
    .about-sec .box-rotate {
        left: 36.5%;
    }

    .about-sec .right-desc {
        padding-left: 20px;
    }
    .about-sec .left-about figure {
        max-width: 200px;
        margin-bottom:15px;
    }
}
@media(max-width: 767px){
    .about-sec {
        background: #ffda30;
    }
    .left-about .about-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about-sec .left-about{
        text-align:center;
        margin-bottom: 100px;
    }

    .about-sec .right-desc .section-heading{
        margin-bottom:20px;
        text-align: center;
    }

    .about-sec .right-desc {
        padding-left: 0px;
        padding: 0px 15px;
    }
    .about-sec .box-rotate {
        left: 45%;
        top: 49%;
    }
    .about-sec .left-about figure {
        margin-bottom: 20px;
    }

    .fx-ord{
        order:2;
    }

    .about-sec .right-desc .abt-email{
       text-align: center;
       margin:15px 0px;
    } 
}
@media(max-width: 575px){
    .about-sec .left-about {
        margin-bottom: 28%;
    }
    .about-sec {
        background: #ffda30;
    }
    .about-sec .box-rotate {
        top: 38%;
    }
    .left-about .about-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .right-desc figure img {
        max-width: 175px;
        margin-bottom: 5px;
    }

    .about-sec .left-about figure {
        max-width: 200px;
    }
}

@media(max-width:480px){
    .about-sec .left-about figure {
        max-width: 185px;
    }
}

/* challenges-sa */

.challenges-sa .challenges-pts{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.challenges-sa .challenges-pt {
    border:1px solid #d6d6d6;
    border-radius: 12px;
    flex: 0 0 31%;
}

.challenges-pt p{
    margin-bottom:0;
    padding:15px;
}

.challenges-pt .points-title{
    background:#ececec;
    border-radius: 12px 12px 0 0 ;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.challenges-pt .points-desc{
    font-size:14px;
    font-weight: 500;
}


.y-challenge .challenges-pt .points-title{
    background:#ffda30;
}

.y-challenge .challenges-pt .points-desc{
    padding: 22px 24px;
}

.y-challenge .challenges-pt .points-desc li{
    position: relative;
    line-height: 1.5;
}

.y-challenge .challenges-pt .points-desc li::before{
    content: '';
    position: absolute;
    background: #000;
    height: 5px;
    width: 5px;
    top: 8px;
    left: -10px;
    border-radius: 50%;
}

.y-challenge .challenges-pt .points-desc li:not(:last-child){
    margin-bottom:15px;
}

@media(max-width:1440px){
    .challenges-pt .points-title{
        font-size: 18px;
    }
}

@media(max-width:991px){
    .challenges-pt .points-title{
        font-size: 16px;
    }
}

@media(max-width:767px){
    .challenges-sa .challenges-pt {
        flex: 0 0 48%;
    }
}

@media(max-width:480px){
    .challenges-sa .challenges-pt {
        flex: 0 0 98%;
    }

    .challenges-pt .points-title {
        font-size: 15px;
    }
    .challenges-pt p {
        padding: 10px;
    }

    .challenges-pt .points-desc {
        font-size: 12px;
    }
}


.read-more{
    margin-top:50px;
    text-align: center;
}

.read-more a{
    color:#fff;
    background: #000;
    min-height: auto;
    line-height: 1;
    padding: 18px 35px;
}

.read-more a:hover{
    color:#000;
    background: #ffda30;
}

@media(max-width:1650px){
    .read-more {
        margin-top: 42px;
    }
    .read-more a {
        padding: 16px 30px;
        font-size: 16px;
    }
}
@media(max-width:1280px){
    .read-more a {
        padding: 15px 25px;
        font-size: 14px;
    }
}

@media(max-width: 767px){
    .read-more {
        margin-top: 35px;
    }

    .read-more a {
        padding: 12px 22px;
        font-size: 12px;
    }
}

@media(max-width:480px){
    .mb-ctr{
        text-align: center;
    }
}


.trust-company{
    background: #f2f2f2;
}

.trust-company .section-heading{text-align: left;}

.trust-company .companies-boxes{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap:20px;
}

.companies-boxes .company-box{
    background-color: #fff;
    border:1px solid #dbdbdb;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius:10px;
    padding: 13px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1650px){
    .trust-company .section-heading {
        font-size: 40px;
    }
}
@media(max-width:1280px){
    .trust-company .section-heading {
        font-size: 35px;
    }
    .trust-company .companies-boxes{
        gap:10px;
    } 
    .companies-boxes .company-box {
        padding: 10px 14px;
    }

    .company-box img {
        max-width: 80%;
    }
}
@media(max-width: 991px){
    .trust-company .companies-boxes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .company-box img {
        max-width: 90%;
    }

    .trust-company .section-heading {
        font-size: 33px;
    }
}
@media(max-width: 767px){
    .trust-company .section-heading {
        margin-bottom: 30px;
    } 
    
    .trust-company .section-heading {
        font-size: 25px;
    }
}
@media(max-width: 575px){}

@media(max-width:480px){
    .trust-company .companies-boxes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* comma section */

.comma-section{
    background: #ffda30;
    position: relative;
    padding:50px 0;
}

.comma-section figure{
    max-width: 80px;
    position: absolute;
    top: -35px;
    filter: brightness(0);
}

.comma-section .comma-desc{
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 700;
}

@media(max-width:1440px){
    .comma-section {
        padding: 45px 0;
    }

    .comma-section figure {
        max-width: 70px;
        top: -26px;
    }

    .comma-section .comma-desc {
        font-size: 20px;
        line-height: 1.6;
    }

}

@media(max-width:991px){
    .comma-section .comma-desc {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media(max-width:767px){
    .comma-section .comma-desc {
        font-size: 16px;
    }
    .comma-section figure {
        max-width: 50px;
        top: -18px;
    }

    .comma-section {
        padding: 30px 0;
    }
}

@media(max-width:575px){
    .comma-section .comma-desc {
        font-size: 15px;
    }

    .comma-section figure {
        margin-bottom: 10px;
    }
}

/* discover-section */
.discover-section{
    background: #000;
    color:#fff;
}

.discover-section .discover-desc {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
}

.discover-section .read-more .cta-button{
    background: #ffda30;
    color:#000;
    text-transform: none;
}

.discover-section .read-more .cta-button:hover{
    background: #fff;
}

@media(max-width:1440px){
    .discover-section .discover-desc {
        font-size: 32px;
    }
}
@media(max-width:1280px){
    .discover-section .discover-desc {
        font-size: 28px;
    }
}
@media(max-width: 991px){
    .discover-section .discover-desc {
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .discover-section .discover-box{
        margin-bottom:20px;
    }
    .discover-section .discover-desc {
        text-align: center;
        font-size: 20px;
    }
}
@media(max-width: 575px){
    .discover-section .discover-desc {
        font-size: 18px;
    }
}

.promise-section{
    text-align: center;
    background:#f2f2f2
}

.promise-section .pr-box {
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    height: 100%;
    padding: 25px 20px;
    background: #fff;
}

.promise-section .pr-box img{
    max-width: 50px;
    max-height: 50px;
    margin:0 auto;
}

.promise-section .pr-desc {
    margin-bottom: 0;
    font-size: 14px;
}

.promise-section .pr-heading {
    margin: 15px 0;
    font-weight: 700;
    font-size: 18px;
}


.promise-section .read-more .cta-button{
    text-transform: none;
}

@media(max-width:1280px){
    .promise-section .pr-heading {
        font-size: 16px;
    }
}

@media(max-width:767px){
    .promise-section .col-md-4:not(:first-child) {
        margin-top: 15px;
    }
    .promise-section .pr-box {
        margin: 0 20%;
    }
}

@media(max-width:575px){
    .promise-section .pr-heading {
        font-size: 15px;
        margin: 10px 0;
    } 
    
    .promise-section .pr-desc {
        font-size: 12px;
    }
}

@media(max-width:480px){
    .promise-section .pr-box {
        margin: 0px 15px;
    }
}

@media(min-width:481px){
    .south-africa .banner-cta{
        width: fit-content;
    }    
}


.no-risk{
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

@media(max-width:767px){
    .no-risk {
        font-size: 10px;
    }
}


.clientMain .container {
    max-width: 1400px;
}
.clientMain{background:#f2f2f2;padding:50px 0}
.clientMain h4{margin-bottom: 0; font-weight: 400; color: #999; text-align: left; font-size: 25px;}
.clientMain .slick-track .slick-slide img{filter: grayscale(100%); opacity: 0.5;}
@media(max-width:1650px){
    .clientMain h4{font-size:18px;}
    .clientMain{padding:30px 0}
}
@media(max-width: 991px){
    .clientMain h4{font-size:13px;}
    .clientMain .slick-track .slick-slide img {max-width: 80px; max-height: 30px; }
}
@media(max-width: 575px){
    .clientMain h4{text-align:center;font-size:15px;margin-bottom:25px;font-weight:500;}
}


.clientMain{padding:80px 0}
.clientMain h4{font-size:30px;text-align:center;margin-bottom:50px}
/* .clientMain .container{max-width:1470px} */
.clientMain .slick-track{display:flex;align-items:center;}
.clientMain .slick-track .slick-slide{padding:0 30px}
.clientMain .slick-track .slick-slide img{margin:auto;max-height:60px;max-width:130px;}
@media(max-width:1650px){
    .clientMain .container{max-width:1200px}
    .clientMain .slick-track .slick-slide{padding:0}
    .clientMain .slick-track .slick-slide img{max-height:40px;max-width:110px}
}
@media(max-width:1280px){
    .clientMain{padding:60px 0}
    .clientMain .slick-track .slick-slide img{max-width:100px;max-height:45px}
    .clientMain h4{font-size:25px;margin-bottom:30px}
}
@media(max-width:767px){
    .clientMain{padding:40px 0}
    .clientMain h4{font-size:18px}
    .clientMain .logos-slider{padding-top: 5px;}
}
.clientMain{background:#ffda30;padding:50px 0}
.clientMain.gray-bck{background:#f2f2f2;}
.clientMain .head{color:#9d9d9d;}
.clientMain h4{margin-bottom: 0; font-weight: 600; color: #000; text-align: left; font-size: 25px;}
.clientMain.yellow-bck .slick-track .slick-slide img{filter: brightness(0); opacity: 1;-webkit-filter: brightness(0);}
@media(max-width:1650px){
    .clientMain h4{font-size:18px;}
    .clientMain{padding:30px 0}
}
@media(max-width: 991px){
    .clientMain h4{font-size:13px;}
    .clientMain .slick-track .slick-slide img {max-width: 80px; max-height: 30px; }
}
@media(max-width: 575px){
    .clientMain h4{text-align:center;font-size:15px;margin-bottom:25px;font-weight:500;}
}


.rateBoxes{
    background: #000;
    color: #fff;
    padding: 40px 0;
}

.rateBoxes .rate-item{
    border-right: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.rateBoxes .rate-item p{
    margin-bottom:0;
    margin-top:10px;
    font-size:15px;
}

@media(max-width:1280px){
    .rateBoxes .rate-item figure {
        max-width: 180px;
    }
}

@media(max-width:991px){
    .rateBoxes .rate-item p {
        font-size: 13px;
    } 
}

@media(max-width:767px){
    .rateBoxes .rate-item {
        border-right: none;
        align-items: center;
        flex-direction: column;
    }
    .rateBoxes .row{
        gap: 20px;
    } 
}