.refer-earn-banner{
    margin-bottom: 100px;
}
.refer-earn-banner .banner-info{
    position: relative;
    bottom: -60px;
}
.refer-earn-banner h1{
    margin-bottom: 8px;
}
.refer-earn-banner .highlights{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    list-style: none;
}
.refer-earn-banner .highlights li{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 10px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.refer-earn-banner .highlights li:last-child{
    border-right: 0;
}
.refer-earn-banner .banner-img{
    position: relative;
    bottom: -100px;
}
.process-img ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px !important;
}
.process-img ul li{
    position: static !important;
}
.work-process h4{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
/* form */
.square-blue-btn{
    margin-top: 40px;
    border: 0;
    background: #fff;
    color: #EE5E55;
}
.square-blue-btn img{
    display: none;
}
.hvr-bounce-to-right:before{
    background: #4836FF;
}
.star-rating{
    margin-bottom: 8px;
}
.vcf7form label{
    color: rgba(255, 255, 255, 0.54);
}
.form-control:focus{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.form-control{
    color: #fff;
}
.vcf7form label.error{
    color: #fff;
}
.form-header{
    display: none;
}
/* faq */
.site-content .faq .accordion{
    padding: 0;
}
.faq .accordion-flush .accordion-header{
    border: 0;
    padding: 0;
    margin: 0;
}

/* Media Query */
@media (max-width: 991px){
    .refer-earn-banner{
        margin-bottom: 60px;
    }
    .refer-earn-banner .banner-info{
        bottom: -20px;
    }
    .refer-earn-banner .banner-img{
        bottom: -60px;
    }
    .process-img ul li:last-child img{
        display: none;
    }
    .form-title-referral{order: 5;}
    .referral-name-col{order: 6;}
    .referral-email-col{order: 7;}
    .referral-phone-col{order: 8;}
    .service-needed-col{order: 9;}
    .btn-col{order: 10;}
}

@media (max-width: 640px){
    .refer-earn-banner{
        margin-bottom: 50px;
    }
    .refer-earn-banner .banner-info{
        bottom: 0;
    }
    .refer-earn-banner .banner-img{
        bottom: -50px;
    }
}

@media (max-width: 480px){
    .refer-earn-banner .highlights li{
        font-size: 12px;
        line-height: 22px;
    }
}