@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff2") format("woff");
    font-weight: 600;
    font-style: italic;font-display: swap; 
}


.yellow-color{
    background:#ffda30;
}


.gray-color{
    background:#f2f2f2;
}

body.guide-to-unlock-secrets-of-hiring-indian-remote-talents header .mainlogo a{
    pointer-events: none;
}


.header-right,footer,.recent-blog{
    display: none;
}

.wrapper{
    padding-top:0;
}

.section-heading{
    margin-bottom: 30px;
    font-size: 45px;
    text-align: center;
    padding: 0;
}

.section-padding{
    padding:150px 0px;
}

.section-desc{
    font-size: 23px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 50px;
}


/* cta fixx */
.section-cta{
    text-align: center;
}
.section-cta .cta-button {
    color: #fff;
    text-transform: none;
    background: #000;
    font-size: 20px;
    padding: 0 68px;
    min-height: 60px;
    line-height: 60px;
}

.section-cta .cta-button:hover{
    background: #ffda30;
    color:#000;
}


.remote-guide .section-cta{
    margin-top:60px;
}



@media(max-width:1650px){
    .section-heading{
        margin-bottom:25px;
        font-size: 30px;
    }
    .section-padding{
        padding:100px 0px;
    }
    
}
@media(max-width:1440px){
    .section-desc {
        font-size: 22px;
        padding-bottom: 40px;
    }
    .section-cta .cta-button { 
        font-size: 18px;
        padding: 0 31px;
        min-height: 50px;
        line-height: 50px;
    }
}
@media(max-width:1280px){
    .section-heading{
        margin-bottom:20px;
        font-size: 25px;
    }
    .section-padding{
        padding:80px 0px;
    }
    .section-desc {
        font-size: 20px;
    }

    .section-cta .cta-button {
        font-size: 16px;
    }
    
    
    
}
@media(max-width: 991px){
    .section-padding{
        padding:60px 0px;
    }
    
}
@media(max-width: 767px){
    .section-padding{
        padding:50px 0px;
    }
    .section-heading{
        margin-bottom:15px;
        font-size: 22px;
    }
    .section-cta .cta-button {
        border-right: 1px solid #000;
        padding: 0 30px;
        text-align: left;
        border-bottom: solid 1px transparent;
        font-size: 15px;
    }
    .section-desc {
        font-size: 17px;
    }

    .remote-guide .section-cta {
        margin-top: 40px;
    }
}

@media(max-width: 575px){
    .section-cta .cta-button {
        font-size: 12px;
        padding: 0 23px;
        min-height: 35px;
        line-height: 35px;
    }
    .section-desc {
        font-size: 15px;
        padding-bottom: 30px;
    }
}




.banner-section{
    background:#ffda30;
    position:relative;
    z-index: 2;
    height: auto;
    overflow: hidden;
}

.banner-section::after{
    content: '';
    height: 300px;
    width: 300px;
    border-radius: 100%;
    border: 20px solid #efc820;
    position: absolute;
    bottom: -130px;
    left: -100px;
    z-index: -1;
}

.banner-section .banner-txt {
    font-weight: 500;
    margin-bottom: 20px;
}


.banner-section::before{
    content: '';
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 20px solid rgba(255,255,255,0.3);
    position: absolute;
    right: -100px;
    top: 20%;
    z-index: -1;
}

.banner-section .left-banner{
    position:relative;
    z-index: 2;

}

.banner-section .left-banner::after{
    content:'';
    background: url('../images/hire-remote-ebook/dots.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width:100px;
    position:absolute;
    right: 50px;
    top:-10px;
    z-index: -1;
}

.banner-section .left-banner::before{
    content:'';
    background: url('../images/hire-remote-ebook/dots.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width:100px;
    position:absolute;
    left:-50px;
    top:50%;
    z-index: -1;
}

.banner-section .right-title{
    font-size:40px;
   
    line-height: 1.3;
}

.banner-section .right-title{
    margin-bottom:30px;
}

.banner-section .banner-points {
    margin-bottom: 50px;
}

.banner-section .right-box .banner-sub{
    font-size:22px;
    font-weight: 600;
}

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

.banner-section .banner-points li{position:relative;padding-left:18px;margin-bottom:15px;font-weight: 500;font-size:16px;    line-height: 1.2;}
.banner-section .banner-points li::before{position:absolute;top:4px;content:'';left:0;height:8px;width:8px;background: url('../images/hire-remote-ebook/point.svg');background-size: contain; background-repeat: no-repeat;}

.banner-section .banner-form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 30px 7px rgb(0 0 0 / 16%);
    -moz-box-shadow: 10px 10px 30px 7px rgba(0,0,0,0.16);
    box-shadow: 10px 10px 30px 7px rgb(0 0 0 / 16%);
    margin-right: 50px;
}

.banner-section input[type="text"],.banner-section input[type="email"] {
    border-radius: 12px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    font-size: 13px;
}

.banner-section input[type="submit"]{
    width:auto;
    background: #000;
    text-transform: capitalize;
    color:#fff;
}

.banner-section input[type="submit"]:hover{
    background: #ffda30;
    color:#000;
}


.banner-section input[type="text"]:focus,.banner-section input[type="email"]:focus{
    border: 1px solid #ffda30;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 9%);
}

.banner-section input[type="text"]::placeholder,.banner-section input[type="email"]::placeholder{
    color:#8b8a8a;
}

.banner-section img {
    max-width: 100%;
}

.banner-section .item {
    padding-top: 0px;
}


@media(max-width:1650px){
    .banner-section .right-title {
        font-size: 35px;
     }

    .banner-section .item {
        padding-top: 50px;
    }

    .build-rapport-pg .banner-section .item {
        padding-top: 0px;
    }

    .build-rapport-pg  .banner-section {
        padding: 80px 0px;
    }

    .banner-section .right-title {
        margin-bottom: 20px;
    }

    .banner-section .banner-points {
        margin-bottom: 30px;
    }
    .banner-section img {
        max-width: 100%;
    }
}

@media(max-width:1440px){
    .banner-section .right-title {
        font-size: 33px;
    }

    .banner-section .right-box .banner-sub {
        font-size: 20px;
    }

    .banner-section .banner-points li {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.3;
    }
}

@media(max-width:1300px){
    /* .banner-section img {
        max-width: 400px;
    } */

    .banner-section .right-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .banner-section .banner-form {
        background: #fff;
        padding: 30px;
    }

    .banner-section input[type="submit"] {
        font-size: 16px;
    }
    
    .banner-section .banner-points li {
        font-size: 14px;
    }

    .banner-section .banner-points li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .banner-section .left-banner::after ,.banner-section .left-banner::before {
        height: 80px;
        width: 80px;
    }

    .banner-section .right-box .banner-sub {
        font-size: 18px;
        margin-bottom: 15px;
    }

}
@media(max-width: 991px){
    .banner-section .banner-form {
        margin-right: 0px;
    }
    .banner-section .right-title {
        font-size: 25px;
    }
    .banner-section .right-box .banner-sub {
        font-size: 16px;
    }

    .banner-section .banner-points li {
        font-size: 13px;
    }

    .banner-section .banner-points {
        margin-bottom: 20px;
    }

    .banner-section input[type="text"], .banner-section input[type="email"] {
        padding: 12px 15px;
    }

    .banner-section input[type="submit"] {
        font-size: 15px;
        min-height: 40px;
        line-height: 45px;
    }
    .banner-section img {
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .banner-section .right-title {
        font-size: 22px;
    }
}
@media(max-width: 575px){
    .banner-section .right-box .banner-sub {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .banner-section .banner-points li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    
}

@media(max-width:480px){
    .banner-section input[type="submit"] {
        font-size: 13px;
        min-height: 30px;
        line-height: 35px;
    }

    .banner-section input[type="text"], .banner-section input[type="email"] {
        padding: 10px 12px;
        font-size: 11px;
    }

    .banner-section .banner-form {
        background: #fff;
        padding: 20px;
    }
    .banner-section .left-banner::after {
        right: 0px;
    }

    .banner-section .banner-txt {
        margin-bottom: 10px;
    }
}



/* guide section */
@media(min-width:1300px){
    /* .guide-to-effectively-hire-indian-remote-talents .remote-guide .container {
        max-width: 950px;
    } */
}


.remote-guide .guide-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
}

.percent-box .guide-box {
    justify-content: center;
    flex-direction: column;
}



.remote-guide .guide-box figure{
    flex: 1 0 0%;
    text-align: center;
}

.percent-box .guide-box .percent-nums{
    position: relative;
}

.percent-box .guide-box .percent-val{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size: 35px;
    font-weight: 700;
}


.remote-guide .guide-desc{
    margin-bottom:0;
    flex: 1 0 200px;
    font-weight: 600;
}

.percent-box .guide-desc {
    text-align: center;
    flex: unset;
}

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

@media(max-width:1650px){
    .percent-box .guide-box .percent-val {
        font-size: 30px;
    }
}

@media(max-width:1440px){
    .remote-guide .guide-box figure {
        max-width: 90px;
        margin: 0 auto;
    }
    .remote-guide .row{
        margin-top:40px;
    }
    .remote-guide .guide-box {
        margin-top: 20px;
    }

    .percent-box .guide-box figure {
        max-width: 125px;
    }

    .percent-box .guide-box .percent-val {
        font-size: 28px;
    }

    .percent-box .guide-box {
        margin-top: 0px;
    }
    .percent-box .guide-desc {
        font-size: 15px;
    }
}

@media(max-width:1280px){
    .percent-box .guide-box .percent-val {
        font-size: 26px;
    }
}

@media(max-width:991px){
    .remote-guide .row {
        margin-top: 30px;
    }

    .percent-box .guide-box figure {
        max-width: 110px;
    }

    .percent-box .guide-box .percent-val {
        font-size: 25px;
    }

    .percent-box .guide-desc {
        font-size: 14px;
    }

    .percent-box .guide-box {
        margin-top: 0px;
    }
}

@media(max-width:767px){
    .remote-guide .guide-box figure {
        flex: 1 0 60px;
    }
}

@media(max-width:575px){
    .remote-guide .guide-box figure {
        flex: 1 0 0%;
    }
    .remote-guide .guide-desc {
        flex: 0 0 300px;
    }
    .percent-box .guide-desc {
        flex: unset;
        margin-bottom: 20px;
    }

    .percent-box .guide-box .percent-val {
        font-size: 22px;
    }
}

@media(max-width:480px){
    .remote-guide .guide-box figure {
        flex: 1 0 20%;
    }
    .remote-guide .row {
        margin-top: 10px;
    }
    .remote-guide .guide-desc {
        flex: 0 0 80%;
    }

    .percent-box .guide-box figure {
        max-width: 97px;
    }
}

/* client hire */

.client-hire .section-heading {
    margin-bottom: 60px;
}
.client-hire{
    background:#f2f2f2;
}

.client-hiring{
    margin: 0 250px;
}

.client-slide{
    padding:0 20px;
}

.client-hiring .slick-slide {
    align-self: center;
}

.client-hiring .slick-track {
   display: flex;
}

.client-slide .client-bx{
    background: #fff;
    border-radius:20px;
    -webkit-box-shadow: -1px -3px 19px -2px rgb(0 0 0 / 9%);
    -moz-box-shadow: -1px -3px 19px -2px rgb(0 0 0 / 9%);
    box-shadow: -1px -3px 19px -2px rgb(0 0 0 / 9%);
    padding: 30px;
}

.client-brief {
    margin: 15px 0;
}

.client-brief .client-desc{
    font-size:14px;
    font-weight: 600;
    font-style: italic;
    padding-top: 16px;
}

.client-details .client-name {
    font-weight: 600;
    margin-bottom: 2px;
}

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

.client-details .client-designation {
    font-size: 14px;
}

.client-info{
    display: flex;
    gap:10px;
    align-items: center;
}

.client-slide .client-logo{
    max-width: 120px;
    position:relative;
}

.client-slide .client-logo::after{
    position:absolute;
    content:'';
    width:30px;
    height:3px;
    background-color: #FFDA30;
    bottom:-15px;
}

.client-hiring .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.client-hiring .slick-next{
    right: -60px;
}


.client-hiring .slick-prev{
    left: -50px;
}
.client-hiring .slick-next:after {
    background: url('../images/hire-remote-ebook/next-arr.svg');
    background-size: 35px !important;
    background-repeat: no-repeat;
}

.client-hiring .slick-prev:after {
    background: url('../images/hire-remote-ebook/prev-arr.svg');
    background-size: 35px !important;
    background-repeat: no-repeat;
}

.client-hiring .slick-slide >  div{
    height: 100%;
}

@media(max-width:1440px){
    .client-hire .section-heading {
        margin-bottom: 40px;
    }
    .client-hiring {
        margin: 0 20%;
    }
}


@media(max-width:991px){
    .client-hiring {
        margin: 0 10%;
    }
    .client-hire {
        overflow-x: hidden;
    }
}

@media(max-width:480px){    
    .client-hiring {
        margin: 0;
    }
    .client-hiring .slick-prev:after,.client-hiring .slick-next:after {
        background-size: 25px !important;
    }
    .client-hiring .slick-prev {
        left: -10px;
    }
    .client-hiring .slick-next {
        right: -36px;
    }

    .client-brief .client-desc {
        font-size: 12px;
    }
    .client-details .client-designation {
        font-size: 12px;
    }
    .client-slide .client-bx {
        padding: 20px 15px;
    }
    .client-hire .section-heading {
        margin-bottom: 20px;
    }
}
.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}
 }
 @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;}
 }
 @media(max-width:575px){
   .thankyou-blk .img-blk{margin-bottom:40px;}
 }
 .sticky-ratepop .thankyou-blk .desc-blk p br {
    display:block !important
}
@media (max-width: 1300px){
    .banner-section .form-loader img {
        max-width: 100%;
    }
}
.sticky-ratepop {
    display: flex;
    background: rgba(0,0,0,0.8);
}
.smlForm {
    max-width: 50%;
    margin: auto;
    height: calc(100% - 100px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 80%);
}
@media (max-width: 1650px){
    .smlForm {
        max-width: 1000px;
    }
}
.sticky-ratepop .popup-content {
    background: #fff;
    opacity: 1;
    position: relative;
    /* max-height: calc(100% - 230px); */
    height: auto;
    border-radius: 20px;
}
.sticky-ratepop .popup-content {
    padding: 120px 10px;
    overflow: auto;
    height: auto;
    max-width: 900px;
    padding-bottom: 85px;
}

.form-group {
    margin-bottom: 30px;
}

.newsletter-form .submit-btn{
    margin: 28px auto;
    position: relative;
    width: fit-content;
}
@media (max-width: 1650px){
    .sticky-ratepop .popup-content {
        padding: 90px 20px;
        max-width: 750px;
        padding-bottom: 65px;
    }
}
@media (max-width: 1440px){
    .sticky-ratepop .popup-content {
        overflow: auto;
        height: auto;
    }
}

@media(max-width:991px){
    .sticky-ratepop .popup-content {
        padding: 70px 20px;
        max-width: 90%;
        padding-bottom: 45px
    }
    .newsletter-form .submit-btn {
        margin: 15px auto;
    }
}

@media(max-width:575px){
    .form-group {
        margin-bottom: 15px;
    }
}

@media(max-width:480px){
    .sticky-ratepop .popup-content {
        padding: 50px 20px;
        max-width: 93%;
        padding-bottom: 30px;
    }

    .newsletter-form .submit-btn {
        margin: 10px auto;
    }
}

.sticky-ratepop .close-popup {
    right: 10px;
    top: 10px;
}
.popup-main2 .close-popup {
    background: #fff;
}

/* trust-company  */
.trust-company{
    background: #ffda30;
}

.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));
    }
}


/* 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;
    padding-left: 18px;
    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 .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;
    }
}
@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;
    }
}

/* call heading */

.call-heading.text-center {
    font-size: 25px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 50px;
}

@media(max-width:1650px){
    .call-heading.text-center {
        font-size: 22px;
        margin-bottom: 40px;
    }
}
@media(max-width:1280px){
    .call-heading.text-center {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .call-heading.text-center {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .call-heading.text-center {
        font-size: 18px;
        margin-bottom: 25px;
    }
}
@media(max-width: 575px){
    .call-heading.text-center {
        font-size: 18px;
        margin-bottom: 25px;
    }
}


/* pop up css  */

.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;text-align: left;}
.input02.rev-select .select-options {
    max-height: 150px;
}
.input02 input:focus{border-color:#FFDA30}
.submit-btn input[type="submit"] {
    width: auto;
}

.newsletter-form .form-loader {
    position: absolute;
    right: -40px;
}

.input02 #datepicker{
    position:relative;
}

.calender-icon{
    position: absolute;
    right:15px;
    top: 25px;
    transform:translateY(-50%);
    max-width: 20px;
}

.input02 .select-styled:after {
    top: 17px;
    right: 14px;
    border-left: solid 1px #ababab;
    border-bottom: solid 1px #ababab;
}

.input02 .select-styled.active::after {
    top: 22px;
}

@media(max-width:1650px){
   .input02 label{font-size:15px}
   .input02 input{min-height:45px;border-radius:10px;box-shadow:5px 5px 10px rgb(0 0 0 / 4%)}
   .calender-icon {
        top: 22px;
    }
}
@media(max-width:1280px){}
@media(max-width: 991px){
   
}
@media(max-width: 767px){
    .input02 label{font-size:13px;left:11px}
    
}
@media(max-width: 575px){
    .input02{margin-bottom:10px;}
    
}

@media(max-width:480px){
    .input02.rev-select .select-options {
        max-height: 100px;
    }
}

/* culture gap  */
.cultural-gap{
    background: #f2f2f2;
}

.culture-table .cul-pt {
    text-align: center;
    padding: 12px 25px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
    border-radius:10px;
    margin-top:15px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.culture-table .cul-mar .cul-pt {
    margin-right:15px;
}


.culture-table .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    height: 100%;
    align-content: center;
    padding:0px;
}

.culture-table .cul-pt p{
    margin-bottom: 0;
    font-size: 18px;
}



.culture-table .cul-head{
    background: #ffda30;
    font-weight: 600;
    margin-top: 0px;
}


@media(max-width:1440px){
    .culture-table .cul-pt p {
        font-size: 16px;
    }

    .culture-table .cul-pt {
        height: 85px;
    }
}

@media(max-width:991px){
    .culture-table .cul-pt p {
        font-size: 14px;
    }

    .culture-table .cul-pt {
        height: 80px;
    }
}

@media(max-width:767px){
    .culture-table .cul-mar .cul-pt {
        margin-right: 0px;
    }
    .culture-table .col-md-4 {
        margin: 0 30px;
    }

    .culture-table .cul-mar {
        margin-bottom: 30px;
    }
    .culture-table .cul-pt {
        height: 60px;
    }
}

@media(max-width:480px){
    .culture-table .cul-pt {
        height: 70px;
        margin-top: 15px;
    }
    .culture-table .col-md-4 {
        margin: 0 15px;
    }
}



/* guide help */
.guide-help{
    background: #ffda30;
}
.guide-help .help-box{
    display: flex;
    gap: 50px;
    align-items: center;
}

.guide-help .section-cta .cta-button:hover {
    background: #fff;
    color:#000;
}

.desc-box .help-title{
    font-weight: 700;
    margin-bottom:10px;
}

.help-box figure {
    width: 106px;
    flex: 0 0 10%;
}

.help-box .desc-box{
    flex: 1 1 auto;
    padding: 35px 0px;
    border-bottom: 2px solid #e2b90e;
}

.desc-box p{
    margin-bottom:0;
}


@media(max-width:1280px){
    .desc-box p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .help-box .desc-box {
        padding: 32px 0px;
    }
}

@media(max-width:991px){
    .help-box figure {
        max-width: 91px;
        flex: 0 0 13%;
    }

    .guide-help .help-box {
        gap: 30px;
    }
}


@media(max-width:575px){
    .help-box .desc-box {
        padding: 15px 0px;
    }
}

@media(max-width:480px){
    .guide-help .help-box {
        gap: 0px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .help-box .desc-box {
        text-align: center;
    }

    .help-box figure {
        max-width: 91px;
        flex: 0 0 100%;
    }
}

/* about ebook */
.about-ebook{
    background: url('../images/hire-remote-ebook/about-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* 
.guide-to-effectively-hire-indian-remote-talents .about-ebook{
    background: #ffda30;
}

.guide-to-effectively-hire-indian-remote-talents .about-ebook .about-edesc{
    color:#000;
}

.guide-to-effectively-hire-indian-remote-talents .about-ebook .section-heading{
    color:#000;
} */

.about-ebook .about-edesc{
    color:#fff;
    font-size: 18px;
    text-align: center;
}

.about-ebook .section-heading{
    color:#FFDA30
}

@media(max-width:1440px){
    .about-ebook .about-edesc {
        font-size: 14px;
    }
}

@media(max-width:991px){
    .about-ebook .about-edesc {
        font-size: 14px;
    }
}


@media(max-width:480px){
    .about-ebook .about-edesc {
        font-size: 13px;
    }
}
.header-right.ebook-header-right {
    display: flex;
    align-self: center;
}
.header-right.ebook-header-right a {
    background: #fff;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    width: 125px;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 20px;
}
.header-right.ebook-header-right a:hover, .sticky-ready .header-right.ebook-header-right a {
    background: #000;
    color: #fff;
}
.ebook-footer-menu {
    margin: 25px 0px;
}
.bridging-cultural-differences-for-an-indian-remote-employee .cf-logo:after {
    height: 1px;
    width: 30px;
    content: "";
    background: #606161;
    display: block;
    margin: 10px auto 0px;
}
.ebook-footer-menu ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #606161;
    display: inline-block;
    border-right: 1.5px solid;
    padding: 0px 15px;
}
.ebook-footer-menu ul li:last-child{
    border-right: 0px;
}
.ebook-footer-menu ul li a{
    color: #606161;
    font-weight: 600;
}
.ebook-footer-menu ul li a:hover{
    color: #FFDA30;
}
.custom-footer .social ul li a {
    color: #606161;
}
.guide-thankyou .desc-blk .fa{
    background: #FFDA30;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px auto 15px auto;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
} 
.guide-thankyou .desc-blk .close-popup{
    padding: 13px;
    position: relative;
    background: #FFDA30;
    top: auto;
    right: auto;
    margin: 35px auto 0px;
    width: 100%;
    height: auto;
    color: #000;
    max-width: 200px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
} 
.guide-thankyou .desc-blk .close-popup::before, .guide-thankyou .desc-blk .close-popup::after{
    display: none;
}
.guide-thankyou .desc-blk .close-popup:hover{
    transform: none;
    background: #000;
    color: #fff;
}
@media (max-width: 1650px){
    .ebook-footer-menu ul li {
        font-size: 13px;
    }
    .guide-thankyou .popup-content {
        padding: 60px 20px;
        max-width: 450px;
        padding-bottom: 65px;
    }
}
@media (max-width: 1280px){
    .ebook-footer-menu ul li {
        font-size: 12px;
    }
}
@media (max-width: 1025px){
    .site-header.allot-position .header-right.ebook-header-right {
        opacity: 0;
        visibility: hidden;
    }
    .header-right.ebook-header-right a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }
}
@media (max-width: 480px){
    .header-right.ebook-header-right a {
        width: 80px;
        height: 30px;
        font-size: 13px;
    }
}

/* salarystats */

.salary-stats .secondary-desc{
     font-size:22px;
     font-weight: 600;
     text-align: center;
     padding-bottom:45px;
}

.stats-box .stats-text{
    margin-bottom:0;
    font-weight: 500;
}

.stats-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.stats-box:not(:last-child) {
    margin-bottom: 20px;
}
.right-stats .stats-box {
    flex-direction: row-reverse;
}

.salary-stats .row{
    align-items: center;
}

.right-stats .stats-text{
    text-align: right;
}

.stats-box img {
    max-width: 90px;
}

.about-ebook.gray-color{
    background: #f2f2f2;
}

.gray-color .about-edesc, .gray-color .section-heading{
    color:#000;
}

@media(max-width:1440px){
    .salary-stats .stats-container {
        margin: auto;
        max-width: 427px;
    }
}
@media(max-width:1280px){
    .stats-box .stats-text {
        font-size: 14px;
    }
}
@media(max-width:991px){
    .salary-stats .stats-container {
        max-width: 90%;
    }
}

@media(max-width:767px){
    .right-stats .stats-box {
        flex-direction: row;
    }
    .lf-bx{
        order:1;
        flex: 0 0 50%;
    }
    .ce-bx{
        order:0;
        flex: 0 0 100%;
        margin-bottom:10px;
    }
    .rt-bx{
        order:2;
        flex: 0 0 50%;
    }
    .stats-box img {
        max-width: 60px;
    }

    .stats-box .stats-text {
        font-size: 13px;
    }

    .salary-stats .secondary-desc {
        padding-bottom: 25px;
        font-size: 20px;
    }

    .right-stats .stats-text {
        text-align: left;
    }
}

@media(max-width:575px){
    .rt-bx,.lf-bx{
        flex: 0 0 50%;
    }

    .salary-stats .secondary-desc {
        padding-bottom: 25px;
        font-size: 17px;
    }
}   

@media(max-width:480px){
    .right-stats {
        margin-top: 25px;
    }

    .rt-bx,.lf-bx{
        flex: 0 0 100%;
    }
    .salary-stats .stats-container {
        max-width: 100%;
    }
}   



/* job-covered */

.job-covered .cover-boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.job-covered .section-cta{
    margin-top:45px;
}

.cover-boxes .cover-box {
    display: flex;
    align-items: center;
    flex: 0 0 27%;
    gap: 15px;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 10px 10px 30px 7px rgb(0 0 0 / 16%);
    -moz-box-shadow: 10px 10px 30px 7px rgba(0,0,0,0.16);
    box-shadow: 10px 10px 30px 7px rgb(0 0 0 / 16%);
    border-radius: 16px;
    padding: 7px 15px;
}

.cover-boxes .cover-box .cover-text{
    margin-bottom:0;
    font-weight: 500;
    font-size: 16px;
}

.cover-box img {
    max-width: 55px;
}

@media(max-width:1280px){
    .cover-boxes .cover-box {
        flex: 0 0 30%;
    }

    .job-covered .cover-boxes {
        gap: 22px;
    }
}

@media(max-width:991px){
    .cover-boxes .cover-box {
        flex: 0 0 45%;
    }
}

@media(max-width:767px){
    .cover-boxes .cover-box .cover-text {
        font-size: 14px;
    }

    .cover-box img {
        max-width: 45px;
    }
}

@media(max-width:575px){
    .cover-boxes .cover-box .cover-text {
        font-size: 12px;
    }
}

@media(max-width:480px){
    .cover-boxes .cover-box {
        flex: 0 0 87%;
    }
   

    .job-covered .cover-boxes {
        gap: 15px;
    }

    .cover-box img {
        max-width: 40px;
    }

    .job-covered .section-cta {
        margin-top: 30px;
    }
}

/* Hire Stages */

.hire-stages{
    background:#303030;
    color:#fff;
    text-align: center;
}

.hire-stages .row{
    height: 475px;
}


.hire-stages .section-heading{
    color:#ffda30;
}

.hire-stages .row .col-12:nth-child(2n){
    align-self: end;
}

.hire-stages .stages img {
    max-width: 350px;
}

.hire-stages .stages{
    position:relative;
}

.hire-stages #stage2{
    left:-50px;
}

.hire-stages #stage3{
    left: -71px;
    top: 15px;
}

.hire-stages #stage4{
    top: 8px;
    left: -67px;
}

.hire-stages .stages .stage-text{
    position: relative;
    font-size:14px;
}

.hire-stages #stage1 .stage-text{
    right:30px;
}

.hire-stages #stage2 .stage-text{
    left:20px;
}

.hire-stages #stage3 .stage-text{
    top: 10px;
    left: 25px;
}

.hire-stages #stage4 .stage-text{
    left:20px;
}

@media(max-width:1440px){
    .hire-stages .row {
        height: 385px;
    }

    .hire-stages #stage2 img {
        max-width: 243px;
    }

    .hire-stages #stage3 img {
        max-width: 270px;
    }

    .hire-stages :is(#stage1,#stage4) img {
        max-width: 210px;
    }

    .hire-stages #stage4 {
        top: 28px;
        left: -136px;
    }

    .hire-stages #stage1 {
        left: 80px;
        top: 23px;
    }

    .hire-stages #stage2 {
        left: -5px;
        top: 16px;
    }

    .hire-stages .stages .stage-text {
        font-size: 13px;
        width: 80%;
    }

    .hire-stages #stage2 .stage-text {
        left: 25px;
    }

    .hire-stages #stage1 .stage-text {
        right: 9px;
    }

    .hire-stages #stage3 .stage-text {
        left: 34px;
    }

    .hire-stages #stage4 .stage-text {
        left: 51px;
    }

}

@media(max-width:1300px){
    .hire-stages #stage4 {
        left: -86px;
    }

    .hire-stages #stage2 {
        left: -32px;
    }

    .hire-stages #stage1 {
        left: 30px;
    }
}

@media(max-width:991px){
    .hire-stages .row {
        height: auto;
    }
    .hire-stages .stages .stage-text{
        position: static;
        width: 100%;
    }
    .hire-stages .stages {
        position: static;
    }
    .hire-stages .stages img {
        max-width: 150px !important;
    }

    .hire-stages .stages {
        position: static;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .hire-stages :is(#stage2,#stage4    ) .stage-text {
        order: 2;
    }
}

@media(max-width:767px){
    .hire-stages .stages img {
        max-width: 120px !important;
    }
}

@media(max-width:575px){
    .hire-stages .stages img {
        max-width: 100px !important;
    }
}