html,body{
	    overflow-x: hidden;
}
body{
	background:#fff;
}
.e-con-inner{
	    width: 1240px !important;
    max-width: 1240px !important;
}
.sub-heading {
	margin-bottom:0px;
}
.sub-heading span{ 
    background: #7b2d421c;
    color: #722a2c;
    padding: 5px 25px 5px 30px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #722a2c42;
}
.sub-heading::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #722a2c;
    left: 17px;
    top: 10px;
    z-index: 999;
    border-radius: 20px;
}


.sub-heading-2 {
	margin-bottom:0px;
}
.sub-heading-2 span{ 
    color: #722a2c;
    padding: 5px 25px 5px 30px;
    /* border-radius: 30px; */
    font-size: 18px;
    /* border: 1px solid #722a2c42; */
    font-weight: 600;
    margin-left: 10px;
}
.sub-heading-2::before{
       content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background: #722a2c;
    left: 5px;
    top: 14px;
    z-index: 999;
}



.sub-heading-2-w {
	margin-bottom:0px;
}
.sub-heading-2-w span{ 
    color: #722a2c;
    padding: 5px 25px 5px 30px;
    /* border-radius: 30px; */
    font-size: 18px;
    /* border: 1px solid #722a2c42; */
    font-weight: 600;
    margin-left: 10px;
}
.sub-heading-2-w::before{
       content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background: #fff;
    left: 5px;
    top: 14px;
    z-index: 999;
}
#masthead, #colophon{
    background: none;
	box-shadow:none !important
}
li.book-btn{
	margin-left: 15px;
}
.book-btn{
	padding: 10px 20px 10px 20px;
    background-color: #712a2c;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
}
.book-btn a{
	color:#fff !important;
}

.heading-bold-text h1 b{
    color: #712A2C;
font-weight:600;
}

.heading-italic-text h2 b{
    color: #712A2C;
font-weight:600;
	font-style:italic;
}

.tooth-wear .elementor-image-box-content{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.tooth-wear .elementor-image-box-content h3 span {
    display: block;
    color: #712A2C;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}
.tooth-wear .elementor-image-box-content h3 {
    margin-bottom: 8px;
    margin-top: 0px;
}
.tooth-wear .elementor-image-box-content ul{
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
    color:#4A4A4A;
    padding-top: 8px;
    line-height: 24px;
list-style: none;
}
.tooth-wear .elementor-image-box-content ul li span{
	font-size: 12px;
    color: #793436;
    padding-right: 5px;
}
 
.treatment-pathway.tooth-wear .elementor-image-box-content h3 span{
	   display: block;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
   line-height: 32px;
}
.treatment-pathway.tooth-wear .elementor-image-box-content ul{
    padding-top: 0px;
}
 
.elementor-testimonial-content{
	margin-bottom:15px
}
.elementor-testimonial-meta{
    padding-top: 15px;
    border-top: 1px solid #722a2d1c;
}


/* Fixed Header */
#header-fixed.sticky-active{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    animation: slideDown 0.3s ease;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
	background: #ffff;
	    margin-top: 0px;
}

/* Optional smooth animation */
@keyframes slideDown{
    from{
        transform:translateY(-100%);
    }
    to{
        transform:translateY(0);
    }
}



/* =========================
   Tablet Devices
   ========================= */
/* iPads, tablets */
@media only screen and (max-width: 991px) {
.e-con-inner{
	    width: auto !important;
    max-wi
	dth: auto !important;
}


}


/* =========================
   Mobile Devices
   ========================= */
/* Phones */
@media only screen and (max-width: 767px) {
.e-con-inner{
	    width: auto !important;
    max-width: auto !important;
}
	.sub-heading-2, .sub-heading-2-w{
	margin-bottom: 10px; !important;
	}
	.sub-heading-2 span{
		font-size:14px
	}
	.sub-heading-2::before{
		top:10px;
	}

}

.consultation-form {
    background: #f8f6f6;
    padding: 40px 24px;
    border-radius: 24px;
    border: 2px solid #7f2b2b;
    max-width: 500px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.consultation-form h2 {
    font-size: 25px;
    line-height: 1.2;
    color: #7f2b2b;
    margin-bottom: 35px;
    font-weight: 700;
}

.form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
}

.form-group label {
display: block;
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
   width: 100%;
    height: 41px;
    border: 1px solid #d8d4d4;
    border-radius: 6px;
    background: #fff;
    padding: 0 18px;
    font-size: 14px;
    color: #222;
    outline: none;
    box-sizing: border-box;
}

.form-group textarea {
    height: 120px;
    padding-top: 16px;
    resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #c0bbbb;
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23222' stroke-width='2' viewBox='0 0 24 24'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    cursor: pointer;
}

.full-width {
    margin-bottom: 20px;
}

.submit-btn {
    margin-top: 28px;
}

.submit-btn input[type="submit"] {
width: 100%;
    height: 44px;
    background: #7f2b2b;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.submit-btn input[type="submit"]:hover {
    background: #692121;
}

.wpcf7-spinner {
    display: none;
}

/* Mobile Responsive */

@media (max-width: 767px) {

    .consultation-form {
    background: #f8f6f6;
    padding: 16px 24px;
    border-radius: 24px;
    border: 1px solid #7f2b2b;
    max-width: 500px;
    margin: auto;
    font-family: 'Poppins', sans-serif;    }

    .consultation-form h2 {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px;
        height: 54px;
    }

    .form-group textarea {
        height: 110px;
    }

    .submit-btn input[type="submit"] {
        height: 58px;
        font-size: 20px;
    }
}


.consultation-form p {
    margin: 0;
}

.consultation-form br {
    display: none;
}

.consultation-form .wpcf7-form-control-wrap {
    display: block;
}