/*** top header section css */
.top-banner-section {
    padding-top: 120px;
    width: 100%;
    position: relative;
}


.banner-cont p {
    font-size: 20px;
    line-height: 1.8;
    color: #607397;
    margin: 16px 0;
}
.banner-cont { margin: 0;}
.banner-cont h1 { margin: 30px auto 0;}
/* .contact-text {font-size: 24px;} */
.contact-text i {margin:0 10px 0 20px}
.top-banner-img {  max-height: 442px;}
.appointment-section h2 { padding: 10px 52px;}
.dentrix-banner {padding:50px 0 90px}

/** appointment-section css **/
.appointment-section {
    padding-top: 80px;
    padding-bottom:80px
}
/* Free Trial */
.freetrail {
    display: flex;
}
.freetrail {
    background: #fff; 
    border-radius: 5px; 
    padding:30px 50px; 
    margin: 50px 0;
}

.freetrail h4{
    font-size: 28px; 
    font-weight: 700; 
}

.eform-sec .freetrail p { 
    font-size: 18px; 
    font-weight: 600; 
    color: #607397;
    margin-top:8px;
}

.appointment-inner-sec {
    align-items: center;
}

.appointment-inner-sec .col-md-6, .appointment-inner-sec .col-md-7 {
    margin-bottom: 40px;
}

.cp .col-md-6{
    padding: 0 !important;
}

.placeholder-text {
    background: #C4C4C4; 
    height: 100px;
}

.appointment-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #0c3178;
    margin-bottom: 50px;
    padding: 10px 10%;
}

.eform-sec p {
    font-size: 20px;
}

.app-left-cont {
    margin: 30px 0;
}

.app-left-cont h3 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    color: #142546;
    line-height: 48px;
}

.app-left-cont h3:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    border-radius: 4px;
    background-color: #34b586;
    width: 16px;
    height: 100%;
}

.app-left-cont p {
    font-size: 18px;
    color: #607397;
    margin: 24px 0;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.app-left-cont a {
    font-size: 18px;
    color: #34b586;
    font-weight: bold;
}

.appointment-inner-sec img {
    object-fit: contain
}

.V-center {
    display:flex; 
    flex-direction: column; 
    align-content: center;
}
.mobapp-txt{
padding-right: 35px;
}

.mobapp-img{
    padding-left: 0;
    margin-left: -0.5rem;
    }

/** eform section **/
.eform-sec {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    background: url(../img/data-bg.png) no-repeat left top;
    padding-bottom: 100px;
    background-size: 100%;
}

.eform-sec h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.7;
    max-width: 668px;
    color: #142546;
    margin: auto;
    text-align: center;
    margin-bottom: 2px;
}

.e-form-box {
    border-radius: 8px;
    box-shadow: 0 4px 100px 0 rgba(12, 49, 120, 0.1);
    background-color: #fff;
    padding: 40px 36px;
    transition: .4s !important;
    cursor: pointer;
    top: 0;
    position: relative;
    height: 100%;
}

.e-form-box:hover {
    top: -20px;
}

.e-form-box img {
    max-height: 100px;
    object-fit: contain;
}

.e-form-box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #142546;
    margin: 30px 0 10px;
   
}

.e-form-box p {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: 0.36px;
    color: #607397;
}


/** download icons css **/

.download-section {
    display: flex;
    margin: 60px 0 0 10px;
}

.download-section img {
    margin-right: 4px;
}

.download-container {
    margin: 80px 0 60px;
}

.download-container h2 {
    font-size: 36px;
    font-weight: 600;
    color: #142546;
}
.client-logo-sec{
	    margin: 80px 0 20px;
}

.testimonial-sec:before {
    height: 660px;
    background: none;
}
.testimonial-sec .doc-img {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 100%;
}
.get-started-inner-sec p { font-size: 20px; opacity: 0.8;}

.contact-text .text {
    font-size: 16px;
}

.tele{
    font-weight: 600 !important;
}

.mob-content{
    display: none;
}

.right-cont{
    padding-left: 2rem;
}

.desk-left{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.doc-feedback img {
    height: 70px;
    width: 130px;
}