/*!
Theme Name: sixpointdental
*/
#loadWrap .col-4-xl:nth-child(17){
    display: none !important;
}
.how ul li{
		position: relative;
		z-index: 1;
	}
.grecaptcha-badge{
	display: none;
}
.excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.form.col-2 form label:nth-child(-n+3) {
    max-width: calc(50% - 15px);
}
.form.col-3 form label:nth-child(-n+4) {
    max-width: calc(33.333333% - 15px);
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    position: absolute;
}
.wpcf7-response-output{
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}
.form__contacts-item span br{
    display: none;
}
.purecounter{
    font-style: normal;
}
.form.col-2 .col-12-md:first-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 1023.98px) {
    .form.col-2 .col-12-md:first-child{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .form.col-3 form label:nth-child(-n+4) {
        max-width: 100%;
    }
    .form__inner{
        padding-top: 0;
    }
    .form__call{
        padding-bottom: 0;
    }
    .footer__copyright p{
        padding: 0 5px;
    }
    .header__wrap-nav.has-active{
        background: #ffffff;
    }
	
/* Default styles for larger screens */
.section-about-custom .content-align-custom {
    text-align: center; /* Center alignment for desktops and larger screens */
}

/* Override styles for mobile devices for this specific section */
@media only screen and (max-width: 767.98px) {
    .section-about-custom .content-align-custom {
        text-align: left; /* Left alignment for mobile screens */
    }
}
/* Default styles for larger screens */
.section-faq-custom .content-align-faq {
    text-align: center; /* Center alignment for desktops and larger screens */
}

/* Override styles for mobile devices for this specific section */
@media only screen and (max-width: 767.98px) {
    .section-faq-custom .content-align-faq {
        text-align: left; /* Left alignment for mobile screens */
    }
}

