@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) {

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

    .appointment-inner-sec {
        padding-top: 0px;
    }
    
    .top-banner-section:before {
        max-width: 250px;
        height: 450px;
    }

    .appointment-section {
        margin: 0;
    }

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



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

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

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

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