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

    .e-form-box{
        padding: 20px 20px;
    }
    .e-form-box p {
        margin-bottom: 0;
    }
    .testimonial-sec {
        margin: 24px 0 20px;
    }
    .fa-quote-left:before {
         content: "" !important;
    }
    .testimonial-sec .doc-img {
        justify-content: flex-start;
    }
    .appointment-section {
        /* padding-bottom: 40px; */
    }
    .app-left-cont h3 {
        font-size: 28px;
    }
    .mobapp-txt {
        padding-right: 0px;
    }
    .mobapp-img {
        padding-left: 15px;
        padding-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }


}

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

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

    .appointment-section {
        padding-top: 60px;
    }

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

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

    .app-left-cont p,
    .app-left-cont a {
        font-size: 16px;
    }
    .appointment-section {padding-bottom:40px;}
    .appointment-section img {
        height: auto !important;
    }

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

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

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

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

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

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

    .faq h2 {
        margin-left: 0;
    }

    .contact-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }

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

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

    .freetrialMb {background: #34B586; padding: 30px; margin:0 15px}
    .freetrail {box-shadow: 0 0 5px #ccc;  padding: 15px; margin:0px}
    .freetrail h4 {font-size: 16px;}
    .freetrail p {font-size: 14px;}

    .desk-content{
        display: none;
    }

    .mob-content{
        display: block;
        margin-top: 20px;
    }


    .contact-text .no-credit{
        margin-bottom: 16px;
        display: none;
    }

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

    .dentrix-banner {
        padding: 20px 0 40px;
    }
            
    .freetrail{
        display: block !important;
    }

    .desk-right {
        padding: 10px;
    }

    .freetrail img{
        width: 40px;
        height: auto;
        margin-right: 15px;
    }

    .desk-left{
        float: left;
    }

    .right-cont{
        padding-left: 0;
    }

    .desk-left{
        transform: none;
    }

}

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