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

    .contact-text {
        font-size: 20px;
        text-align: center;
        margin-left: 4px;
    }

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

}


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

    .automatedAppointment {
        padding: 2rem 0
    }

    .appointment-section {
        padding: 0px;
        margin-top: 0px;
    }
    .appointment-inner-sec {
        padding-top: 0px;
    }

    .connect-us-sec .col-lg-5 {
       padding: 0 14px 0 14px !important;
    }


    .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;
    }
    .get-cont .no-credit {
        display: none;
    }
    
    .appointment-inner-sec {
	    margin-top:20px;
    }

}
