*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.introSection{
    background: linear-gradient(to right, #f9d976 20%, #f39c12 80%);
}
.introSection .heading{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 70px;
    margin-bottom: 70px;
}

.introSection .heading span{
    color: #007C9D;
}

.introSection #form-leads{
    margin-bottom: 70px;
}
.introSection #form-leads .form-banner h2{
    font-size: 20px;
    font-weight: 600;
}
.introSection #form-leads .form-banner h2 span{
    color: #007C9D;
}

.introSection .form-control, .form-select, .submit-btn{
    height: 45px !important;
    font-size: 0.85rem;
}

.introSection #form-leads .submit-btn{
    font-weight: 600;
}

.introSection .form-card .custom-capt {
    background: url(./images/captcha-bg.jpg);
    text-align: center;
    border-radius: 4px;
    height: 46px;
    padding: 10px 0px;
    font-size: 17px;
}

.introSection .right-image img{
    margin-top: -162px;
}

.introSection .form-banner .refresh-title{
    font-size: 0.9rem;
}



@media (max-width: 767.98px){
    .introSection .heading{
        margin-bottom: 30px;
    }
    .introSection #form-leads{
        margin-bottom: 40px;
    }
}

/* overview section  */

.overview-section{
    padding: 60px 0px;
}

.overview-section h2{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}

.overview-section p{
    font-size: 16px;
}

.overview-section p span{
    color: #007C9D;
}

/* screening-section  */

.screening-section{
    padding: 60px 0px;
    background-color: #d0e7ec;
}

.screening-section .screening-left img{
    width: 100%;
}

.screening-section h2{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}

.screening-section .screening-right ul {
    padding-left: 18px;
}

.screening-section .screenList li{
    font-size: 16px;
    line-height: 2rem;
}

/* work-section  */
.work-section{
    padding: 60px 0px;
}

.work-section h2{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}

.work-section .work-left p{
    font-size: 16px;
}

.work-section .work-left .tests{
    padding-left: 85px;
}

.work-section .work-right img{
    width: 100%;
}

/* individual-section */

.individual-section{
    padding: 60px 0px;
    background-color: #fef0d2;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}

.individual-section .individual-left img{
    width: 100%;
}

.individual-section h2{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}

.individual-right ul{
    padding-left: 18px;
}

.individual-right ul li{
    font-size: 16px;
    line-height: 2rem;
}

/* faq-section */

.faq-section{
    padding: 60px 0px 20px 0px;
}

.faq-section h2{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}

.faq-section .faq-text{
    margin-bottom: 30px;
}

.faq-section p{
    font-size: 16px;
}

.faq-section ul {
    padding-left: 18px;
}
.faq-section ul li {
    font-size: 16px;
    margin-bottom: 1rem;
    padding-left: 0;
}


.book-section {
    background-image: url(./images/img5.png);
    background-repeat: no-repeat;
    background-position: 85% 100%;
    background-size: cover;
    padding: 14rem 1rem 6rem 1rem;
}

.book-section .btn {
    border: none;
    padding: 6px 20px;
    background: #007C9D;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.book-section .m4{
    margin-top: -75px;
}

@media (max-width: 767.98px){
    .overview-section, .screening-section, .work-section, .individual-section, .faq-section{
        padding: 30px 0px;
    }
    /* .overview-section .overview-right {
        margin-top: 25px;
    } */

    /* .screening-section .screening-left{
        margin-top: 25px;
    } */

    .individual-right ul li{
        line-height: 2rem;
    }

    .work-section .work-left .tests {
        padding-left: 40px;
    }

    .book-section {
        background: #edf0fa;
        padding: 7rem 0rem 0rem 0rem;
    }
    .book-section .m4{
        margin-top: -75px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .introSection .right-image img{
        padding-top: 35px;
        /* height: 100%; */
    }

    .introSection .form-banner .refresh-title{
        font-size: 0.85rem;
    }
}
.lead_res .alert{
    display: block;
    font-size: 14px;
    font-weight: 500 !important;
    width: 230px;
    margin: 0 auto;
    margin-bottom: 10px;
  }