@media only screen and (max-width: 1024px) {
    .e-form-box h3 {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .e-form-box p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 990px) {
    .banner-cont h1 {
        font-size: 40px;
    }
    .appointment-inner-sec {
        padding-top: 90px;
    }
    .app-left-cont h3 {
        font-size: 32px;
    }   
}


@media screen and (max-width: 767px) {

    .accordion .card-header {
        padding: 16px 24px;
    }

    .card-title-header {
        padding-right: 10px;
    }

    .accordion .card {
        margin-bottom: 20px;
        border-radius: 60px 0 0 60px;
    }

    .card-body {
        font-size: 12px;
        padding: 0px 24px 16px;
    }

    .top-banner-section:before {
        display: block;
    }

    .top-banner-section {
        text-align: center;
        padding: 100px 0 0;
    }

    .banner-cont p {
        font-size: 16px;
    }

    .top-banner-img {
        margin-top: 36px;
    }

    .top-banner-section:before {
        max-width: 250px;
        height: 450px;
    }

    .appointment-section h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .app-left-cont h3 {
        font-size: 20px;
    }

    .app-left-cont p,
    .app-left-cont a {
        font-size: 16px;
    }

    .appointment-section img {
        height: auto !important;
    }

    .app-left-cont h3:before {
        display: none;
    }


    .eform-sec {
        background: none;
        padding: 60px 0 28px !important;
        background: url(../img/small-ellipse.png) no-repeat left top 100px;
        background-size: contain;
        margin-top: 50px;
        background-size: 93px 265px;
    }

    .get-cont .no-credit {
        display: none;
    }


    .eform-sec h2 {
        font-size: 24px;
        line-height: 1.5;
        max-width: 242px;
        margin-bottom: 36px;
        color: #0c3178;
    }

    .e-form-box img {
        max-height: 60px;
    }

    .e-form-box h3 {
        font-size: 20px;
        margin: 30px 0 20px;
    }

    .e-form-box p {
        font-size: 16px;
    }

    .e-form-box {
        padding: 40px 24px;
        margin-bottom: 32px;
        height: auto;
    }


    .faq {
        padding: 40px 0px 20px 24px;
    }

    .faq:before {
        width: 100%;
        left: 0;
        border-radius: 0 0 0 60px;
    }

    .faq:after {
        background: url(../img/fq-small.png) no-repeat bottom left;
        background-size: contain;
        height: 281px;
        width: 100%;
        bottom: -106px;
        top: auto;
    }

    .faq .accordion {
        margin-left: 0;
    }

    .download-section {
        margin: 30px 0 20px 10px;
    }

    .download-container {
        margin: 40px 0 0px;
    }

    .faq h2 {
        margin-left: 0;
    }

    .contact-text {
        font-size: 20px;
        text-align: center;
        margin-top: 16px;
    }

    .contact-text span {
        margin-right: 4px;
    }

    .testimonial-sec .doc-img {
        text-align: center;
        margin-top: 0;
    }

    .demo-video iframe {
        height: 201px;
        padding-bottom: 10px;
    }

    #reviewform h2, #reviewform h3 {
        padding: 0px;
        margin-top: 10%;
    }

}

@media screen and (max-width: 480px) {
    .accordion .card-header {
        font-size: 13px;
    }
}
