.banner-section::before {
    border: 30px solid rgba(255,255,255,0.3);
    right: -100px;
    top: -50px;
}

.banner-section::after {
    height: 400px;
    width: 400px;
    border: 35px solid rgba(255,255,255,0.3);
}

.banner-section{
    padding-bottom:50px;
}

.banner-section .right-box{
    padding-left: 50px;
}

.banner-section .left-banner::after,.banner-section .left-banner::before {
    background: none;
}

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

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

.banner-form .frm-text{
    font-size:18px;
    font-weight: 700;
    margin-bottom:20px;
} 

.banner-section .right-box .banner-sub {
    font-size: 20px;
    font-style: italic;
    margin-right: 150px;
    margin-bottom: 30px;
}

.banner-section .banner-form{
    margin-right: 150px;
}

.banner-section .container{
    max-width: 1400px;
}

@media(max-width:1650px){
    .banner-section .container {
        max-width: 1300px;
    }

    .banner-section .banner-form ,.banner-section .right-box .banner-sub{
        margin-right: 125px;
    }

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

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

    .banner-section .banner-form, .banner-section .right-box .banner-sub {
        margin-right: 100px;
    }

    .banner-section .right-box{
        padding-left: 30px;
    }
}

@media(max-width:1300px){
    .banner-section .container {
        max-width: 1150px;
    }

    .banner-section .banner-form, .banner-section .right-box .banner-sub {
        margin-right: 90px;
    }

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

    .banner-section .right-box{
        padding-left: 20px;
    }
}

@media(max-width:1150px){
    .banner-section .container {
        max-width: 100%;
    }

    .banner-section .right-box{
        padding-left: 0;
    }
}

@media(max-width:991px){
    .banner-section .right-box .banner-sub {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .banner-form .frm-text {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .banner-section .banner-form, .banner-section .right-box .banner-sub {
        margin-right: 50px;
    }
}

@media(max-width:800px){
    .banner-section .banner-form, .banner-section .right-box .banner-sub {
        margin-right: 35px;
    }
}

@media(max-width:768px){
    .banner-section .banner-form, .banner-section .right-box .banner-sub {
        margin-right: 0px;
    }

    .banner-section .right-box .banner-sub {
        margin-top: 15px;
    }
}

@media(max-width:575px){
    .banner-form .frm-text {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

/* ---------------------- */
.percent-box .guide-wrapper .guide-box .percent-val {
    top: 44%;
    left: 49%;
}

.guide-wrapper{
    display: flex;
    align-items: flex-start;
}

.percent-box .guide-wrapper .guide-box {
    flex: 0 0 33.3%;
}

.remote-guide .guide-wrapper .guide-desc {
    font-weight: 500;
    padding: 0 16px;
}

.remote-guide .guide-wrapper .guide-box {
    gap: 0px;
}

.indian-talent-preferences-for-global-remote-jobs .social ul li a:after {
    background: none;
}
.banner-form .agree-box {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.3;
}
.banner-form .agree-box input[type=checkbox]{
    flex: 0 0 30px;
    margin-top: 2px;
}
.banner-form .agree-box input[type=checkbox]:focus{
    border-bottom: 0px;
    box-shadow: none;
}

@media(max-width:1440px){
    .percent-box .guide-wrapper .guide-box figure {
        max-width: 160px;
    }
}

@media(max-width:767px){
    .guide-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;
    }

    .percent-box .guide-wrapper .guide-box {
        flex: 0 0 30%;
    }
}

@media(max-width:575px){
    .percent-box .guide-wrapper .guide-box {
        flex: 0 0 50%;
    }

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

    .guide-wrapper {
        row-gap: 0;
    }
}


/* -------- */
.select-employer{
    background: linear-gradient(#ffda30 50%,#fff 50%);
}

.select-employer .banner-form{
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 8px 30px 7px rgb(0 0 0 / 16%);
    -moz-box-shadow: 1px 8px 30px 7px rgb(0 0 0 / 16%);
    box-shadow: 1px 8px 30px 7px rgb(0 0 0 / 16%);
    margin-right: 0;
    margin-top: 35px;
}

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

.select-employer input[type="submit"] {
    width: auto;
    background: #000;
    text-transform: none;
    color: #fff;
}

.select-employer input[type="text"]:focus, .select-employer 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%);
}

.select-employer .submit-btn{
    margin-top: 5px;
}

@media(min-width:1650px){
    .select-employer .section-heading br{
        display: none;
    }
}

@media (max-width: 1300px){
    .select-employer input[type="submit"] {
        font-size: 16px;
    }

    .select-employer .submit-btn{
        margin-top: 2px;
    }

    .select-employer .banner-form {
        padding: 30px;
    }
}

@media (max-width: 991px){
    .select-employer input[type="submit"] {
        font-size: 15px;
        min-height: 40px;
        line-height: 45px;
    }
}

@media(max-width:767px){
    .select-employer .form-group {
        margin-bottom: 20px;
    }
    
}

@media(max-width:480px){
    .select-employer .banner-form {
        padding: 20px;
        margin-top: 25px;
    }

    .select-employer input[type="submit"] {
        font-size: 13px;
        min-height: 30px;
        line-height: 35px;
    }

    .select-employer .form-group {
        margin-bottom: 15px;
    }

    .select-employer .submit-btn {
        margin-top: 7px;
    }
}



.about-ebook {
    background: url(../images/talent-preferences/report-important.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.about-ebook .about-edesc {
    text-align: left;
    line-height: 1.8;
}

.about-ebook .section-heading {
    text-align: left;
}

.about-ebook .cta-btn{
    background: #fff;
    color:#000;
}

.about-ebook .cta-btn:hover{
    background: #ffda30;
}

.about-ebook .about-ct{
    padding-top:20px;
}

@media(max-width:1330px){
    .about-ebook .about-ct{
        padding-top:10px;
    }
}

.about-uplers{
    background: #ffda30;
}

.about-uplers .uplers-txt{
    text-align: center;
    margin-bottom:25px;
    line-height: 1.5;
}

@media(max-width:1280px){
    .about-uplers .uplers-txt{
        font-size:15px;
        margin-bottom:20px;
    }     
}

@media(max-width:767px){
    .about-uplers .uplers-txt {
        font-size: 14px;
        margin-bottom: 15px;
    }
}


.sample-stats .sample-boxes{
    display: flex;
    text-align: center;
    justify-content: space-between;
    gap: 25px;
    margin: 0 32px;
    padding-top: 30px;
}

.sample-boxes .sample-box{
    -webkit-box-shadow: -2px 15px 36px -11px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 15px 36px -11px rgba(0,0,0,0.3);
    box-shadow: -2px 15px 36px -11px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding:20px;
    position: relative;
    flex: 0 0 calc(25% - 25px);
}

.sample-boxes .sample-box::before{
    content:'';
    position:absolute;
    height:50%;
    width:100%;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:-1;
    background: #ffda30;
    border-radius: 10px 10px 15px 15px;
}

.sample-box .sample-inner{
    background:#fff;
    -webkit-box-shadow: -2px 15px 26px -11px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 15px 26px -11px rgba(0,0,0,0.3);
    box-shadow: -2px 15px 26px -11px rgba(0,0,0,0.3);
    border-radius: 10px;
    height: 100%;
    padding:0 20px 0 20px;
}

.sample-box .sample-inner figure{
    position: relative;
    top: -45px;
    max-width: 90px;
    margin: 0 auto;
}

.sample-inner .sample-desc span{
    display: block;
    font-weight: 700;
    font-size: 25px;
}

.sample-inner .samp-line {
    margin: 12px auto;
    height: 2px;
    width: 40px;
    background: #d6d6d6;
}

.sample-inner .sample-details{
    position: relative;
    top: -20px;
}

.sample-inner .sample-title {
    font-size: 22px;    
    font-weight: 700;
}

.sample-inner .sample-desc {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
}

.sample-stats .sample-cta{
    margin-top:50px;
    text-align: center;
}

@media(max-width:1650px){
    .sample-stats .sample-boxes{
        display: flex;
        text-align: center;
        justify-content: space-between;
        gap: 25px;
        margin: 0 32px;
        padding-top: 30px;
    }
}

@media(max-width:1440px){
    .sample-inner .sample-title {
        font-size: 20px;
    }

    .sample-inner .sample-desc span {
        font-size: 22px;
    }

    .sample-stats .sample-boxes {
        padding-top: 30px;
    }
}

@media(max-width:1300px){
    .sample-stats .sample-boxes {
        margin: 0;
        flex: 0 0 calc(25% - 20px);
    }

    .sample-stats .sample-boxes {
        gap: 20px;
    }
}

@media(max-width:991px){

    .sample-stats .sample-box{
        flex: 0 0 calc(50% - 40px);
    }

    .sample-stats .sample-boxes {
        row-gap: 50px;
        column-gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 20%;
    }
}

@media(max-width:767px){
    .sample-stats .sample-boxes {
        margin: 0 30px;
    }

    .sample-stats .sample-cta {
        margin-top: 30px;
    }
}

@media(max-width:575px){
    .sample-stats .sample-boxes {
        margin: 0 15px;
        column-gap: 30px;
    }

    .sample-box .sample-inner {
        padding: 0 15px 0 15px;
    }

    .sample-box .sample-inner figure {
        top: -53px;
        max-width: 75px;
    }

    .sample-inner .sample-details {
        position: relative;
        top: -30px;
    }

    .sample-inner .sample-title {
        font-size: 18px;
    }

    .sample-inner .sample-desc span {
        font-size: 20px;
    }

    .sample-inner .samp-line {
        margin: 8px auto;
    }

    .sample-inner .sample-desc {
        font-size: 14px;
    }
}

@media(max-width:480px){
    .sample-stats .sample-box {
        flex: 0 0 calc(100% - 40px);
    }
}
