@media screen and (max-width: 767px) {
    
    .get-started-inner-sec {
        margin-top: 0px;
    }
    .col-md-6 {
        padding-top: 20px;
    }

    .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-inner-sec{
    	padding-top: 30px !important;
    }

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

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

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

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

	.col-md-7, .col-md-5{
	padding-top: 20px;
	}
    .app-left-cont h3:before {
        display: none;
    }


    #reviewform h2,
    #reviewform h3 {
        padding: 0px;
    }

    #reviewform h3 {
        font-size: 20px;
    }

    #reviewform ul {
        margin: 15px
    }

    #reviewform li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #reviewform li:before {
        width: 12px;
        height: 12px;
        border-radius: 2px;
    }

    .animateImg {
        margin: 1rem 0 2rem
    }

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

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

    .connect-us-sec .no-credit {
        margin-left: 0;
    }

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

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

}

@media screen and (max-width: 990px) {
    .appointment-inner-sec {
        padding-top: 25px !important;
    }
    .app-left-cont h3 {
        font-size: 32px;
    }  
}   