/*
* Eccles styles
*/

/* @import url("https://use.typekit.net/aox1vyd.css"); */

/*
*   General Styling
*/

html {
	font-family: Montserrat, sans-serif;
	color: #383536;
	font-size: 18px;
	font-weight: 400;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

/* body {
	background: #b6af9b;
} */

.main-content {
	padding-top: 166px;
	/* background: #ffffff; */
}
h1 {
	font-size: 3rem;
	margin: 0 0 3rem;
	font-weight: 500;
	position: relative;
	display: inline-block;
}
h1::before {
	left: calc(-15% - 50px);
	right: 0;
	height: 5px;
	background-color: #df6847;
	position: absolute;
	bottom: -1.5rem;
	content: "";
}
h2 {
	font-size: 2.3rem;
	font-weight: 500;
	margin: 0 0 3rem;
	/* text-transform: lowercase; */
}
h3 {
	font-size: 1.8rem;
	/* text-transform: uppercase; */
	font-weight: 500;
	margin: 3rem 0 1.3rem;
	display: inline-block;
	color: #908370;
}
p,
ul,
ol {
	line-height: 1.5;
	font-weight: 300;
	/* margin-bottom: 30px; */
	display: block;
}
ul li:not(:last-child),
ol li:not(:last-child) {
	margin-bottom: 10px;
}
ul li::marker {
	color: #df6847;
}
.alignright {
	float: right;
	padding: 0 0 20px 20px;
}
a.post-edit-link {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px;
	z-index: 999999;
	background-color: #b6af9b;
	color: #383536;
	text-decoration: none;
	font-size: 1.5rem;
	display: none;
}
a {
	color: #df6847;
	text-decoration: none;
}
.styled-button {
	border: 3px solid #ad9c87;
	padding: 13px 20px;
	transition: 0.5s;
	display: inline-block;
	font-size: 1.1rem;
	background-color: #ad9c87;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: center;
}

.styled-button:hover {
	color: white;
	border-color: #df6847;
	background-color: #df6847;
}

@media (max-width: 1400px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 800px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	html {
		font-size: 13px;
	}
	.alignright,
	.alignleft,
	.aligncenter {
		display: block;
		float: none;
		margin: auto 30px;
		padding: 0;
	}
}


p, ul, ol {
    line-height: 1.5;
    font-weight: 300;
    /* margin-bottom: 30px; */
    display: block;
    color: black !important;
}

@media (max-width: 450px) {
	h1 {
		font-size: 2.4rem;
	}
}

sub,
sup {
	font-size: 60%;
}

/* 
*   Top Nav 
*/

.top-nav {
	display: block;
	position: fixed;
	top: 0;
	/* left: 0; */
	right: 0;
	background-color: #b6af9b;
	z-index: 999999;
	width: 100vw;
	transition: 0.5s;
	left: 0;
}

.top-nav-menu {
	padding: 1rem 5%;
	display: flex;
	align-items: center;
	/* width: 50px; */
	transition: 0.5s padding;
	justify-content: space-between;
}
.scrolled .top-nav-menu {
	padding: 1rem 5%;
}
.top-nav-menu-item {
	min-width: 500px;
	text-align: right;
	padding: 0 30px;
	text-transform: uppercase;
	line-height: 3rem;
}
.top-nav-menu-logo {
	width: 300px;
}
.top-nav-menu-item.top-nav-menu-item-3 {
	width: 22.5%;
}
a.nav-excellence {
	padding: 8px 0 8px;
	border-top: 3px solid #908370;
	border-bottom: 3px solid #908370;
	transition: 0.25s;
}
a.nav-excellence:hover {
	padding: 11px 0 11px;
}
a.nav-appointments {
	border: 3px solid #df6847;
	padding: 5px 14px;
	color: #beb5a7;
	transition: 0.5s;
}
a.nav-appointments:hover {
	background-color: #beb5a7;
	color: white;
}
.top-nav-menu-item.top-nav-menu-item-4 {
	padding-right: 0;
	text-align: center;
}
.top-nav-menu-item a {
	text-decoration: none;
	color: inherit;
	font-size: 1.15rem;
	font-weight: 500;
	margin-right: 25px;
	color: #383536;
}
.top-nav-menu-burger {
	display: inline-block;
	cursor: pointer;
	width: 60px;
	height: 60px;
	padding: 20px 5px 0;
	background-color: #908370;
	border-radius: 50%;
	/* line-height: 70px; */
}
.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 3px;
	background-color: white;
	margin: 6px auto;
	transition: 0.4s;
	display: block;
}
.bar3 {
	margin-bottom: 0;
}

.bar1 {
	margin-top: 0;
}
.top-nav-contact-info {
	display: flex;
	background-color: #383536;
	color: #ffffff;
	padding: 10px 5% 5px;
	height: auto;
	align-items: center;
	letter-spacing: 1px;
	justify-content: space-between;
}
.top-nav-contact-info i {
	color: #df6847;
	padding-right: 3px;
}
.top-nav-contact-info-third {
	/* width: 45%; */
	text-align: left;
	font-weight: 400;
	text-decoration: none;
	color: inherit;
	display: inline-block;
	height: auto;
	font-size: 0.77rem;
}
@media (min-width: 1100px) {
	.top-nav-contact-info-third {
		font-size: 0.8rem;
	}
}
@media(max-width: 1050px){
	a.top-nav-contact-info-third.top-nav-contact-info-review{
		display:none;
	}
}
.top-nav-contact-info-two-thirds {
	/* width: 60%; */
	text-align: right;
	font-weight: 400;
	text-decoration: none;
	color: inherit;
	letter-spacing: 1px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top-nav-contact-info-two-thirds a {
	margin-left: 12px;
	padding-top: 2px;
	display: inline-block;
	vertical-align: top;
	font-size: 0.77rem;
	color: inherit;
}
@media (min-width: 1100px) {
	.top-nav-contact-info-two-thirds a {
		margin-left: 50px;
		font-size: 0.8rem;
	}
}
a.social-link i {
	color: white;
	background-color: #df6847;
	width: 26px;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	margin-right: 14px;
	padding: 0;
}

.top-nav-contact-info-two-thirds a.social-link {
	margin-left: 0px;
	padding-top: 0;
}
.top-nav-contact-info .hover-underline::after {
	background-color: #908370;
}
.social-link-container {
	display: inline-block;
	margin-left: 50px;
}

@media (max-width: 1400px) {
	.top-nav-menu-item a {
		font-size: 1rem;
		margin: 0 0.5rem;
	}
	.main-content {
		padding-top: 171px;
	}
}

@media (max-width: 1200px) {
	.main-content {
		padding-top: 167px;
	}
}

@media (max-width: 1200px) {
	.top-nav-menu-logo {
		width: 235px;
	}
	.top-nav-menu-item {
		padding: 0 10px;
	}
}
@media (max-width: 1000px) {
	.top-nav-menu-item a {
		display: none;
	}
	.top-nav-menu-item a.nav-appointments {
		display: inline-block;
		line-height: 1.5;
	}
	.top-nav-menu-item {
		min-width: auto;
	}
	.top-nav-menu {
		height: 87px;
	}
	.main-content {
		padding-top: 155px;
	}
}
@media (max-width: 900px) {
	.top-nav-contact-info {
		justify-content: center;
	}
	.top-nav-contact-info-third,
	.top-nav-contact-info-two-thirds {
		width: auto;
	}
	.top-nav-contact-info-address {
		display: none;
	}
}
@media (max-width: 800px) {
	.top-nav-menu-burger {
		width: 53px;
		height: 53px;
		padding: 10px 5px 0;
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 29px;
		margin: 5px auto;
	}
	/* body.page-template-page-home-new {
		padding-top: 100px;
	} */
}

@media (max-width: 600px) {
	.top-nav-menu-burger {
		background-color: #df6847;
	}

	.top-nav-contact-info-address {
		display: inline-block;
	}
	.top-nav-menu-item a.nav-appointments {
		display: none;
	}
	.top-nav-menu-logo {
		width: 200px;
	}

	a.social-link i {
		background-color: transparent;
		height: auto;
		width: auto;
		line-height: 1;
		color: white;
		font-size: 1.5rem;
		
	}
	.top-nav-contact-info img{ display:none;}
.top-nav-contact-info span { display:none;}
	.top-nav-contact-info span.thirdrow{ display:inline-block}
	.top-nav-contact-info span.thirdrow small {
		display: none;
	}
	.top-nav-contact-info i {
		font-size: 1.5rem;
		padding: 0;
		color: white;
	}
	.top-nav-contact-info-two-thirds {
		width: 65%;
		justify-content: space-between;
	}
	.top-nav-contact-info a,
	.top-nav-contact-info-two-thirds a {
		margin: 0 5px;
		width: auto;
		flex: 0 0 auto;
		text-align: center;
	}
	.social-link-container {
		margin: 0;
		width: 40%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-contact-info-two-thirds a.social-link {
		margin: 0 5px;
		/* width: 30px; */
		/* width: 15vw; */
	}
	.top-nav-contact-info {
		position: relative;
		/* bottom: 0;
		top: auto;
		left: 0;
		right: 0; */
width:100%!important;
		padding: 15px 0;
		justify-content: space-around;
	}
	.main-content {
		padding-bottom: 57px;
		padding-top: 168px;
	}
	.bot-eb-trigger {
		bottom: 70px !important;
	}
}

/*
*   Pullout menu
*/
.pullout-menu {
	position: fixed;
	right: -320px;
	width: 320px;
	top: 0;
	bottom: 0;
	z-index: 9999999999;
	background-color: #635e60;
	transition: 0.5s;
	overflow-x: hidden;
}

@media (max-width: 600px) {
	.pullout-menu {
		right: -250px;
		width: 250px;
	}
}

.pullout-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pullout-menu ul li a {
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	background-color: #635e60;
	position: relative;
	color: white;
	border-bottom: 1px solid #b6af9b;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
}

.pullout-menu ul li li a {
	background-color: #908370;
}

.pullout-menu ul li li a:after {
	background-color: white;
	/* right: 0; */
	/* margin: 0 auto; */
}
li#menu-item-4692 a {
    background-color: #383536;
}
.pullout-menu ul li li li a {
	background-color: #b6af9b;
	border-bottom: 1px solid #918870;
	font-size: 16px;
	padding: 13px 15px;
}
.pullout-menu ul li li li li a {
	background-color: #aaa69b;
}

.main-content {
	transition: 0.5s;
	max-width: 100vw;
	/* overflow: hidden; */
}

ul.menu li,
ul.sub-menu li {
	margin: 0;
}

.sub-menu {
	max-height: 0;
	transition: 0.5s;
	overflow: hidden;
}

.open-menu .sub-menu .sub-menu,
.open-menu .sub-menu .open-menu .sub-menu .sub-menu {
	max-height: 0;
	transition: 0.5s;
	overflow: hidden;
}

.open-menu .sub-menu {
	max-height: 2000px;
}
.open-menu .sub-menu .open-menu .sub-menu,
.open-menu .sub-menu .open-menu .sub-menu .open-menu .sub-menu {
	max-height: 900px;
}

.pullout-menu i.fas.fa-chevron-down {
	position: absolute;
	right: 0px;
	transition: 0.5s;
	height: 100%;
	top: 0;
	line-height: 50px;
	width: 40px;
	padding: 0 13px 0 0;
	text-align: right;
}

.pullout-menu .open-menu i.fas.fa-chevron-down,
.pullout-menu .open-menu .sub-menu .open-menu i.fas.fa-chevron-down,
.pullout-menu
	.open-menu
	.sub-menu
	.open-menu
	.sub-menu
	.open-menu
	i.fas.fa-chevron-down {
	transform: rotate(180deg);
}

.pullout-menu .open-menu .sub-menu i.fas.fa-chevron-down,
.pullout-menu .open-menu .sub-menu .open-menu .sub-menu i.fas.fa-chevron-down {
	transform: rotate(0deg);
}

.menu-open .nav,
.menu-open .contact-bar,
.menu-open #responsive-links {
	left: 320px;
	right: -320px;
}

.menu-open .main-content {
	transform: translate(-320px);
}

@media (max-width: 600px) {
	.menu-open .main-content {
		transform: translate(-250px);
	}
}

.menu-open .top-nav {
	left: -320px;
}

@media (max-width: 600px) {
	.menu-open .top-nav {
		left: -250px;
	}
}

.menu-open .pullout-menu {
	right: 0;
}

/*
*   Homepage
*/

/* Homepage Banner */
.homepage-banner {
	/* min-height: calc(100vh - 295px); */
	height: calc(100vh - 292px);
	max-height: 50vw;
	min-height: 400px;
	/* background-image: url(img/homepage-banner-image.jpg);
    background-size: cover;
    background-position: center; */
	position: relative;
	/* height: 35vw; */
}
@media (min-width: 1270px) {
	.homepage-banner {
		height: calc(100vh - 292px);
		max-height: 50vw;
	}
}
@media (min-width: 1300px) {
	.homepage-banner {
		height: calc(100vh - 292px);
		max-height: 50vw;
		min-height: 600px;
	}
}
.homepage-banner video {
	width: 100%;
	height: 100%;
	/* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; */
	object-fit: cover;
	object-position: center;
}
@media (min-width: 990px) {
	.homepage-banner video {
		object-position: 0 -3vw;
	}
}
.homebanner-line-left {
	position: absolute;
	left: 0;
	width: 33.33333%;
	top: 20%;
	height: 4px;
	background-color: #df6847;
}
.homebanner-line-right {
	position: absolute;
	right: 0;
	width: 33.33333%;
	bottom: 20%;
	height: 4px;
	background-color: #df6847;
}
.homepage-banner-content {
	position: absolute;
	display: block;
	max-width: 975px;
	width: 80%;
	top: 50%;
	transform: translateY(-50%) !important;
	z-index: 999;
	color: white;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.homepage-banner-content h1::before {
	display: none;
}

.homepage-banner-content h1 {
	font-size: 4.5rem;
	margin: 0;
}

@media (max-width: 1100px) {
	.homepage-banner-content h1 {
		font-size: 3.5rem;
	}
}
@media (max-width: 600px) {
	.homepage-banner {
		height: 300px;
		min-height: auto;
	}
	.homepage-banner-content h1 {
		font-size: 2.5rem;
	}
}

/* Im looking for section */
.homepage-im-looking {
	background-color: #b6af9b;
	text-align: center;
	color: white;
	padding: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	overflow: hidden;
	transition: 0.5s background-color;
}
.homepage-im-looking:hover {
	background-color: #383536;
}
.homepage-im-looking-content {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	width: 90%;
	text-transform: uppercase;
}

.homepage-im-looking-content select {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 10px 20px;
	background-color: transparent;
	color: white;
	border: 3px solid #ffffff;
}
.homepage-im-looking-content select option {
	background-color: #383536;
}

.homepage-im-looking-content a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 13px 17px;
	background-color: white;
	color: #383536;
	transition: 0.5s;
	border: 3px solid white;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0;
	font-weight: 500;
	text-align: center;
}

.homepage-im-looking-content a:hover {
	background-color: #df6847;
	border-color: #df6847;
	color: white;
}

/* .homepage-im-looking-buttons {
	display: inline-block;
} */

.homepage-im-looking-buttons--lg {
	display: inline-block;
}

.homepage-im-looking-buttons--sm {
	display: none;
}

@media (max-width: 1100px) {
	.homepage-im-looking-buttons--lg {
		display: block;
	}

	.homepage-im-looking-content a {
		margin-top: 2rem;
	}
}

@media (max-width: 600px) {
	.homepage-im-looking-buttons--lg {
		display: none;
	}

	.homepage-im-looking-buttons--sm {
		display: block;
	}

	.homepage-im-looking-content a {
		display: block;
		margin-top: 1rem;
		margin-left: 0;
		margin-right: 0;
	}
	.homepage-im-looking-content select {
		display: block;
		margin-top: 1rem;
		width: 100%;
		margin-left: 0;
	}
}

/* Homepage Welcome */
.homepage-welcome {
	display: flex;
	flex-wrap: wrap;
}

.homepage-welcome-text,
.homepage-welcome-img {
	width: 50%;
	display: inline-block;
	padding: 75px 0;
	background-image: url(img/marble-bg.jpg);
}

.homepage-welcome-text-container {
	width: 40vw;
	height: 40vw;
	border: 5px solid #b6af9b;
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	max-height: 600px;
	border-radius: 50%;
	position: relative;
	min-width: 450px;
	min-height: 450px;
}
.homepage-welcome-text-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 80%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

.homepage-welcome-stats {
	display: flex;
}
.homepage-welcome-stats-item {
	display: inline-block;
	width: 33.333%;
	text-transform: uppercase;
}

.homepage-welcome-stats-item-number {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #df6847;
	font-weight: 600;
}

.homepage-welcome-img {
	/* background-image: url(img/homepage-welcome-img.jpg); */
	/* background-position: center; */
	/* background-size: cover; */
	position: relative;
	overflow:hidden;
}
.homepage-welcome-img img {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;

}

.homepage-welcome-img-caption {
	padding: 25px;
	position: absolute;
	bottom: 0;
	background-color: rgba(56, 53, 54, 0.9);
	left: 0;
	right: 0;
	color: white;
	text-align: center;
}

.homepage-welcome-img-caption-title {
	font-size: 1.8rem;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 3px solid #df6847;
	/* text-transform: uppercase; */
	font-weight: 500;
	max-width: 237px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.homepage-welcome-img-caption-text {
	font-size: 0.9rem;
	line-height: 1.5rem;
	max-width: 390px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
}

@media (max-width: 1000px) {
	.homepage-welcome-img-caption {
		position: relative;
		display: block;
		margin-top: -4px;
	}
	.homepage-welcome-text,
	.homepage-welcome-img {
		width: 100%;
	}
	.homepage-welcome-img {
		height: auto;
		padding: 0;
	}
	.homepage-welcome-img img {
		position: relative;
		        height: auto;
	}
}
@media (max-width: 600px) {
	.homepage-welcome-img-caption-title {
		border: 0;
		padding: 0;
		margin: 0 0 20px;
		display: block;
		max-width: initial;
		text-align: center;
	}
	.homepage-welcome-img-caption-title:after {
		display: block;
		content: "";
		height: 5px;
		width: 50px;
		background-color: #d76742;
		margin: 10px auto 0;
	}
	.homepage-welcome-img-caption-title br {
		display: none;
	}
	.homepage-welcome-text-container {
		min-width: auto;
		min-height: auto;
		width: 300px;
		height: 300px;
	}
	.homepage-welcome-text-content h2 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.homepage-welcome-stats {
		flex-wrap: wrap;
	}
	.homepage-welcome-stats-item {
		width: 100%;
	}
	.homepage-welcome-stats-item br {
		display: none;
	}
	.homepage-welcome-stats-item-number {
		display: inline-block;
		margin-right: 0;
	}
}

/* Treatment Section */
.treatments-section {
	background-color: white;
	display: flex;
}
.treatments-section-icons {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5rem 0 3rem;
	width: calc(100% - 450px);
}
.treatments-section-img {
	width: 450px;
}
.treatments-section-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.treatments-section h2 {
	text-align: center;
	width: 100%;
	 margin-bottom: 0px;
}
.treatments-section-full-width-button {
	text-align: center;
	background-color: #3c3c47;
	color: white;
	margin-top: 85px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 30px 0;
}
.treatments-section-icons-single {
	width: 33.3%;
	text-align: center;
	color: inherit;
	text-decoration: none;
	margin-bottom: 2rem;
}
.treatments-section-icons-single-text {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px 10px;
}
.treatments-section-icons-single svg {
	width: 80%;
	max-width: 140px;
}
@media (max-width: 1200px) {
	.treatments-section-icons-single svg {
		max-width: 100px;
	}
}

/* Cosmetic SVG */
.treatments-section-icons-single-cosmetic .cls-1 {
	fill: #b6af9b;
	transition: 0.5s;
}
.treatments-section-icons-single-cosmetic:hover .cls-1 {
	fill: #df6847;
}
.treatments-section-icons-single-cosmetic .cls-2 {
	fill: #fff;
}
.treatments-section-icons-single-cosmetic .cls-3 {
	fill: #3d3d48;
}
/* Alignment SVG */
.treatments-section-icons-single-alignment .st0 {
	fill: #b6af9b;
	transition: 0.5s;
}
.treatments-section-icons-single-alignment:hover .st0 {
	fill: #df6847;
}
.treatments-section-icons-single-alignment .st1 {
	fill: #ffffff;
}
.treatments-section-icons-single-alignment .st2 {
	fill: #3d3d48;
}
/* Implants SVG */
.treatments-section-icons-single-implants .st0 {
	fill: #b6af9b;
	transition: 0.5s;
}
.treatments-section-icons-single-implants:hover .st0 {
	fill: #df6847;
}
.treatments-section-icons-single-implants .st1 {
	fill: #ffffff;
}
.treatments-section-icons-single-implants .st2 {
	fill: #3d3d48;
}
/* General SVG */
.treatments-section-icons-single-general .st0 {
	fill: #d3ccc7;
	transition: 0.5s;
}
.treatments-section-icons-single-general:hover .st0 {
	fill: #ffb594;
}
.treatments-section-icons-single-general .st1 {
	fill: #b6af9b;
	transition: 0.5s;
}
.treatments-section-icons-single-general:hover .st1 {
	fill: #df6847;
}
.treatments-section-icons-single-general .st2 {
	fill: #ffffff;
}
.treatments-section-icons-single-general .st3 {
	fill: #3d3d48;
}
/* Emergency SVG */
.treatments-section-icons-single-emergency svg {
	max-width: 104px;
}
@media (max-width: 1200px) {
	.treatments-section-icons-single-emergency svg {
		max-width: 75px;
	}
}
.treatments-section-icons-single-emergency .cls-1 {
	fill: #bab0a3;
	transition: 0.5s;
}
.treatments-section-icons-single-emergency:hover .cls-1 {
	fill: #df6847;
}
.treatments-section-icons-single-emergency .cls-2 {
	fill: #3d3d48;
	transition: 0.5s;
}
.treatments-section-icons-single-emergency .cls-3 {
	fill: #fff;
	transition: 0.5s;
}
/* Repair SVG */
.treatments-section-icons-single-repair .cls-1 {
	fill: #bab0a3;
	transition: 0.5s;
}
.treatments-section-icons-single-repair:hover .cls-1 {
	fill: #df6847;
}
.treatments-section-icons-single-repair .cls-2 {
	fill: #3d3d48;
}

@media (max-width: 1200px) {
	.treatments-section-icons-single {
		width: 50%;
	}
}
@media (max-width: 1000px) {
	.treatments-section-img {
		display: none;
	}
	.treatments-section-icons {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.treatments-section-icons-single {
		width: 100%;
	}
}

/*
*   Concerns
*/
.concerns {
	padding: 100px 0;
	background-image: url(img/marble-bg.jpg);
}
.concerns-container {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
}
.concerns-item {
	width: 30.333333333333333%;
	text-align: center;
	height: 450px;
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	margin: 0 1.5%;
}
.concerns-item::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: white;
	opacity: 0.2;
	transition: 0.5s;
}
.concerns-item:hover::before {
	opacity: 0.6;
}

.concerns-item-caption {
	background: #000;
	padding: 30px;
	font-size: 1.3rem;
	/* text-transform: uppercase; */
	font-weight: 500;
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	transition: 0.25s;
}
img.concerns-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}
.concerns-item:hover .concerns-item-caption {
	background-color: transparent !important;
	background-position: center;
	background-size: cover;
	background-image: url(img/concerns/caption-gold.png) !important;
}
.concerns-item.concerns-item-pain .concerns-item-caption {
	/* background-image: url(img/concerns/pain-caption.png); */
	background-color: #383536;
	/* background-repeat: no-repeat; */
}
.concerns-item.concerns-item-issues .concerns-item-caption {
	/* background-image: url(img/concerns/issues-caption.png); */
	background-color: #645e60;
}
.concerns-item.concerns-item-anxiety .concerns-item-caption {
	/* background-image: url(img/concerns/anxiety-caption.png); */
	background-color: #8b8386;
}

@media (max-width: 1000px) {
	.concerns-item {
		width: 47%;
	}
	.concerns-item.concerns-item-anxiety {
		margin-top: 3%;
	}
	.concerns {
		padding: 50px 0;
	}
}
@media (max-width: 600px) {
	.concerns-item {
		margin: 0 0 20px;
		width: 100%;
	}
	.concerns-item.concerns-item-anxiety {
		margin: 0;
	}
}

/*
*   Chartity
*/
.charity {
	padding: 30px 5%;
	background-color: #383838;
	color: white;
}

.charity .styled-button {
    width: 350px;
    max-width: 80vw;
	border-radius:30px;
}
.charity-container {
    display: flex;
    max-width: 85%;
    align-content: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.charity img {
	margin-right: 5%;
}
.charity h3 {
	color: #ffffff;
	margin: 1.3rem 0;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-right:40px;
}

@media (max-width: 1000px) {
	.charity-container {
		flex-wrap: wrap;
	}
	.charity img {
		display: block;
		margin: 0 auto 2rem;
	}
	.charity h3 {
		width: 100%;
		text-align: center;
	}
}

/*
*   Reviews
*/
.reviews {
	display: flex;
	flex-wrap: wrap;
}

.reviews-text,
.reviews-video {
	width: 50%;
	display: inline-block;
}
.reviews-video-new {
	width: 100%;
}
.reviews-text {
	background-color: #383536;
	color: white;
	padding: 75px 0;
	/* background-image: url(img/marble-bg.jpg); */
	background-image: url(img/slate-bg.jpg);
	background-size: cover;
}
.reviews-text-container {
	width: 40vw;
	height: 40vw;
	border: 5px solid #b6af9b;
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	max-height: 600px;
	border-radius: 50%;
	position: relative;
}
.reviews-text-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 70%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
.reviews-text-content h2 {
	margin: 0 0 25px;
}
.reviews-text-content-quotes {
	font-size: 4rem;
	line-height: 2rem;
	color: #df6847;
	font-weight: 500;
	width: 100%;
}
.review-slider {
	display: block;
	max-width: 350px;
	margin: 0 auto;
	line-height: 1.5;
}
.review-slider-slider-author {
	padding: 20px 0 0;
}

.reviews-video-caption {
	text-align: center;
	padding: 35px 0;
	background-color: #908370;
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
}

.reviews-video-slider {
	height: calc(100% - 101px);
}
.reviews-video-slide {
	min-height: 649px;
	background-position: center;
	background-size: cover;
}
.reviews-video-slide-1 {
	background-image: url(img/reviews-video.png);
}
.reviews-video-slider .slick-prev {
	left: 2rem;
	z-index: 99999;
}
.reviews-video-slider .slick-next {
	right: 2rem;
	z-index: 99999;
}

.video-reviews {
	padding: 70px 5%;
	display: flex;
	width: 100%;
	background-color: #383536;
	text-align: center;
	background-image: url(img/slate-bg.jpg);
	flex-wrap: wrap;
	/* display: none; */
}
.video-review {
	width: 50%;
	padding: 0 1rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top:20px;
}

.video-review h3 {
	margin-top: 0;
	color: white;
	margin-bottom: 30px;
}

.video-review .video-review-media {
	position: relative;
	width: 100%;
	max-height: 450px;
}

.video-review video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 800px) {
	.video-review {
		width: 100%;
		margin-bottom: 2rem;
	}
}

.reviews.reviews-new .reviews-text {
	width: 100%;
	background-image: url(img/reviews-text.jpg);
}
.reviews.reviews-new:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	opacity: 0.4;
}

.reviews.reviews-new {
	position: relative;
}
.reviews.reviews-new button.slick-next.slick-arrow {
	top: 50%;
	right: -85px;
	height: auto;
	width: auto;
}

.reviews.reviews-new button.slick-prev.slick-arrow {
	top: 50%;
	left: -85px;
	height: auto;
	width: auto;
	color: white;
}
.reviews.reviews-new .slick-prev:before,
.reviews.reviews-new .slick-next:before {
	color: #df6847;
	opacity: 1;
}
.reviews.reviews-new .slick-prev:before,
.reviews.reviews-new .slick-next:before {
	color: #df6847;
	opacity: 1;
	transition: 0.5s;
}
.reviews.reviews-new .slick-prev:hover:before,
.reviews.reviews-new .slick-next:hover:before {
	color: #ffffff;
	opacity: 1;
}
.slick-next:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 5rem;
	color: #df6847;
}

.slick-prev:before {
	content: "\f0d9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 5rem;
	color: #df6847;
}

/* Social Section */
.social-section {
	display: flex;
	flex-wrap: wrap;
}
.social-section-facebook,
.social-section-instagram {
	padding: 100px 5%;
}
.social-section-facebook {
	width: 40%;
	background-color: #b6af9b;
}
.social-section-instagram {
	width: 100%;
	color: white;
	background-image: url(img/slate-bg.jpg);
}
.eapps-facebook-feed-large {
	max-width: 500px;
	margin: 0 auto;
}

@media (max-width: 1000px) {
	.social-section-facebook,
	.social-section-instagram {
		width: 100%;
		padding: 50px;
	}
}

/* Homepage Form */
.homepage-form {
	display: flex;
	min-height: 700px;
}
.homepage-form-image {
	width: 30%;
	/* background-image: url(img/homepage-form-img.jpg);
	background-position: top center;
	background-size: cover; */
}

.homepage-form-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.homepage-form-form {
	width: 70%;
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
    background-image: url(https://dev.eccleshilldental.co.uk/wp-content/themes/eccles/img/slate-bg.jpg);
}

section {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	font-family: "Montserrat", sans-serif;
}
.homepage-form-form-title {
	background-color: #383536;
	color: white;
	padding: 35px;
	font-size: 2rem;
	/* text-transform: uppercase; */
	font-weight: 500;
}
/*BEGIN FORM STYLES*/

.input-container {
	position: relative;
	/* overflow: hidden; */
	margin: 0 50px 10px;
}

.input-container:after,
.check-box-holder:after {
	content: "required";
	position: absolute;
	right: -150px;
	line-height: 41px;
	padding: 0 17px;
	font-size: 12px;
	font-weight: 300;
	transition: 0.5s;
	color: white;
	background-color: #e22121;
	top: 0;
	bottom: 0;
}

fieldset.tab.textarea-butt-tab .input-container:after,
fieldset.tab.textarea-butt-tab .check-box-holder:after {
	/* width: calc(100% - 708px); */
}

.input-container.not-valid:after,
.check-box-holder.not-valid:after {
	right: 0;
}

.input-container.not-valid.email-not-vaild:after {
	content: "Email not valid";
}

#msform {
	max-width: 715px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	background-color: white;
	/* min-height: 500px; */
	overflow: hidden;
	position: absolute;
	top: 50%;
	/* bottom: 0; */
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

#msform fieldset {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: relative;
	left: 0;
	max-height: 500px;
	transition: 0.5s;
	transition-delay: 0.5s;
	overflow: hidden;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	/* display: none; */
	max-height: 0;
}

/*inputs*/
#msform input[type="text"],
#msform input[type="email"],
#msform input[type="telephone"],
#msform textarea {
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	border: none;
	border-bottom: 2px solid;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #716868;
	background-color: #fefefe;
	background-clip: padding-box;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #716868;
	border-radius: 0;
	transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/*buttons*/
#msform .action-button {
	position: relative;
	background: #3d3d48;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	/* margin: 5px 0 0; */
	padding: 17px 0;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	width: 100%;
}
#msform .next.action-button,
#msform button.action-button {
	background: #b6af9b;
	margin-bottom: 0;
}
#msform .next.action-button:hover {
	background: #df6847;
}
#msform .action-button:hover,
#msform .action-button:focus {
	background: #df6847;
}

/*headings*/
.fs-title {
	font-size: 27px;
	text-transform: none;
	color: #000000;
	margin: 30px 0;
	text-align: center;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
	overflow: hidden;
	text-align: center;
	counter-reset: step;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 0;
}

#progressbar li {
	list-style-type: none;
	color: #0e0e0e;
	text-transform: uppercase;
	font-size: 11px;
	width: 25%;
	float: left;
	/* font-weight: 300; */
	position: relative;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	height: 30px;
	display: block;
	font-size: 19px;
	color: #fff;
	background: #dcdbda;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	position: relative;
	z-index: 1;
	font-weight: 600;
}

/*progressbar connectors*/
#progressbar li:after {
	content: "";
	width: 100%;
	border-top: 2px dashed #dcdbda;
	position: absolute;
	left: -50%;
	top: 14px;
	z-index: 0;
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
	background: #df6847;
	color: white;
}
#progressbar li.active:after {
	border-top: 2px dashed #ad9c87;
}

#msform textarea {
	height: 180px;
}

#msform textarea.bigger-textarea {
	height: 200px;
}

#msform h4 {
	color: #fff;
	margin: 20px 0 15px 0;
}

#msform h4 i {
	color: #37ae5f;
	font-size: 17px;
	margin-right: 8px;
}

#msform input.fileupload {
	background: #fff;
	border: 0;
}

#msform input#next-button-1:disabled,
#msform input#next-button-2:disabled,
#msform input#next-button-3:disabled,
#msform input#submit:disabled {
	opacity: 0.3;
}

#msform .input-container.half-container {
	float: left;
	width: 49%;
}

#msform .input-container.half-container.half-container-left {
	margin-right: 2%;
}

#msform textarea:focus,
#msform input:focus,
#msform select:focus {
	outline: none;
}

#msform .input-container i,
#msform .input-container svg {
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 13px;
	color: white;
	background: #3d3d48;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s;
}
#msform .input-container svg {
	fill: #df6847;
	background-color: transparent;
}
#msform .input-container.active i {
	background-color: #df6847;
}
#msform .input-container.active svg {
	fill: #df6847;
}

#msform select {
	padding: 10px 10px 10px 36px;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	border: none;
	border-bottom: 2px solid;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #716868;
	background-color: #fefefe;
	background-clip: padding-box;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #716868;
	border-radius: 0;
	transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#msform p {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	margin: 10px 0 10px 0;
}

#msform .checkbox-styles label {
	display: inline-block;
	padding-left: 15px;
	text-indent: -15px;
	float: left;
	box-sizing: border-box;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	margin: 20px 0;
	overflow: hidden;
}

#msform .checkbox-styles input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	overflow: hidden;
	margin-right: 9px;
}

#msform #check-box-holder {
	border: 1px solid #fff;
	border: 1px solid #ffffff4d;
	border-radius: 4px;
	padding: 23px 23px 13px 23px;
	margin: 35px 0 25px 0;
	position: relative;
	overflow: hidden;
}

#msform #check-box-holder h4 {
	margin: 0;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #3377b9;
	border-radius: 2px;
}

.styled-checkbox:hover + label:before {
	background: #f35429;
}

.styled-checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
	background: #347abd;
	border-radius: 2px;
}

.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
		4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

.input-container.checkbox-styles li {
	float: left;
}

.number-border {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #000;
	font-size: 19px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

section#step-form h4 span,
.fs-title span {
	color: #b49b6b;
}

input#next-button-2,
input#next-button-3 {
	border-left: 1px solid #fff;
}

input.previous.action-button {
	border-right: 1px solid #fff !important;
}

#step-form input#submit {
	right: -100px;
}
fieldset.tab .input-container:last-of-type {
	margin-bottom: 35px;
}

fieldset.tab .input-container:first-of-type {
	margin-top: 35px;
}

@media (max-width: 1000px) {
	.homepage-form-image {
		display: none;
	}
	.homepage-form-form {
		width: 100%;
		padding: 50px 5%;
	}
	.input-container {
		margin: 0 5% 10px;
	}
}

/* 
* Website Footer 
*/

.website-footer {
	display: flex;
	flex-wrap: wrap;
}
.website-footer a {
	color: inherit;
}
.website-footer h2 {
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.website-footer address {
	font-weight: 400;
	font-style: normal;
}

.website-footer-map {
	/* width: calc(100% - 500px); */
	flex: 1 0 0;
	max-width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.website-footer-other-info {
	width: 500px;
	background-color: #e5e5e5;
}
.website-footer-other-info-container {
	max-width: 300px;
	margin: 0 auto;
	padding: 63px 0;
	line-height: 1.5;
	font-weight: 600;
}
.website-footer-other-info-container a {
	color: inherit;
	text-decoration: none;
}
.website-footer-map-website-info {
	/* position: absolute;
	bottom: 0; */
	padding: 30px 5% 20px;
	text-align: center;
	/* left: 0;
	right: 0; */
	background-color: #373536;
	color: white;
}
.website-footer-map-website-info-link {
	display: block;
	margin-bottom: 10px;
	text-align:right;
	font-size:14px;
}
.website-footer-map-website-info i {
	color: #df6847;
}
.website-footer-other-info-contact-info {
	padding: 10px 0;
	border-top: 3px solid #df6847;
	border-bottom: 3px solid #df6847;
	margin: 2rem 0 1.2rem;
	font-weight: 600;
}
.website-footer-other-info-contact-info p {
	font-weight: 600;
}
.opening-hour-day {
	width: 50%;
}

.opening-hour {
	display: flex;
	flex-wrap: wrap;
	/* font-weight: 300; */
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
}

.opening-hour-time {
	width: 50%;
}
.website-footer-other-info-charity {
	text-align: center;
	padding: 30px;
	background-color: #635e60;
}
.website-footer-other-info-links {
	background-color: #383536;
	color: white;
	text-align: center;
	/* padding-bottom: 75px; */
}
.website-footer-other-info-link {
	display: inline-block;
}
.website-footer-map-website-map {
	position: relative;
	height: 100%;
	width: 100%;
	/* left: 0;
	right: 0; */
}
.website-footer-map iframe {
	height: 100%;
	width: 100%;
}
/* .website-footer-map iframe {
	top: 0;
	bottom: 75px;
	position: absolute;
	height: calc(100% - 60px);
	width: 100%;
	left: 0;
	right: 0;
} */
.website-footer-other-info-link span {
	padding: 0 6px;
}
@media (max-width: 1000px) {
	.website-footer-map,
	.website-footer-other-info {
		width: 100%;
		text-align: center;
	}
	.website-footer-map {
		order: 2;
		height: 500px;
	}
	.website-footer-other-info-links {
		padding-bottom: 0;
	}
	.website-footer-other-info-links .website-footer-other-info-container {
		padding: 20px 0;
	}
	.website-footer-other-info-charity img {
		width: 200px;
	}
	.website-footer-map-website-info,
	.website-footer-map iframe {
		position: initial;
	}
	.website-footer-map-website-info {
		padding-bottom: 150px;
	}
}

.hover-underline {
	display: inline-block;
}
.treatment-fifty-fifty-links-pages p{
	font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-left: 88px;
    position: relative;
    top: 0px;
}

.hover-underline::after,
.page-template-page-treatment 
.treatment-fifty-fifty-links-pages
a .hover-underline::after{
	display: block;
	content: "";
	height: 1px;
	background-color: #908370;
	margin: 5px auto 0;
	width: 0%;
	transition: 0.5s;
}

.hover-underline:hover::after, 
.treatment-fifty-fifty-links-pages a:hover .hover-underline::after, 
.treatment-fifty-fifty-links-pages a.always-hovered .hover-underline::after{
	width: 100%;
}
.treatment-fifty-fifty-links-pages a.always-hovered:hover .hover-underline::after{
	width: 0%;
}
/*
*   Inner Header
*/
.inner-page-header {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.inner-page-header-img,
.inner-page-header-content {
	width: 50%;
	padding: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.inner-page-header-img {
	min-height: 600px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.inner-page-header-img-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: rgb(56 53 54 / 70%);
	text-align: center;
	color: white;
}
.breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

.inner-page-header-content {
	background-color: #eee;
}
.inner-page-header-container h1 {
	display: block;
}
.inner-page-header-container h1::after {
	content: ".";
}
.inner-page-header-container p {
	max-width: 725px;
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}

.inner-page-header-container p:last-child {
	margin-bottom: 0;
}

.inner-page-header-container p span {
	font-weight: 400;
}

.inner-page-header-container p strong {
	font-weight: 600;
}

.inner-page-header-container .styled-button {
	margin: 4px 1px;
}

@media (max-width: 1000px) {
	.inner-page-header-img,
	.inner-page-header-content {
		width: 100%;
	}
	.inner-page-header-img {
		min-height: 400px;
		order: 2;
	}
	.inner-page-header-img-content {
		bottom: auto;
		top: 0;
	}
}
@media (max-width: 500px) {
	.inner-page-header-content a.styled-button {
		width: 100%;
	}
}

/*
*   About Page
*/

.about-stats {
	background-image: url(img/marble-bg.jpg);
}
.about-stats-container-content {
	padding: 0 50px 30px;
	width: 50%;
	display: flex;
	align-items: center;
}
.about-stats-container-content .homepage-welcome-stats {
	width: 100%;
	text-align: center;
}
.about-section-container-content,
.about-section-container-img {
	padding: 75px 50px;
	width: 50%;
	background-position: center;
	background-size: cover;
}
.about-container .about-section-container-img:nth-of-type(odd) {
	width: 45%;
	margin-right: 5%;
}
.about-container .about-section-container-img:nth-of-type(even) {
	width: 50%;
}

.about-stats-container-full-width {
	padding: 30px 50px 20px;
}

.about-stats-container-full-width h2 {
	margin: 0;
}

.about-section-container,
.about-stats-container {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	align-items: stretch;
}
.about-stats .homepage-welcome-stats-item-number.counter-value {
	font-size: 3rem;
}
.about-container {
	padding: 50px 0;
	background-color: #3d3d48;
	background-image: url(img/slate-bg.jpg);
}

.about-section-container-img {
	position: relative;
}

.about-container .about-section-container-content:nth-of-type(odd) {
	padding-left: 0;
}

.about-container .about-section-container-content:nth-of-type(even) {
	padding-right: 0;
}
.about-container p,
.about-container h2 {
	color: white;
}

.about-container a.styled-button:hover {
	color: white;
}
.page-id-8 .about-section:first-of-type .about-section-container-img {
    padding: 0;
}

.page-id-8 .about-section:first-of-type .about-section-container-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1000px) {
	.about-stats-container-content,
	.about-stats-container-full-width {
		width: 100%;
		padding: 0 5% 10px;
	}
	.about-stats-container-full-width h2 {
		margin-bottom: 0;
	}
	.about-container .about-section-container-img:nth-of-type(odd),
	.about-container .about-section-container-img:nth-of-type(even) {
		width: 100%;
		height: 500px;
		order: 2;
		margin: 0;
	}
	.about-container .about-section-container-content:nth-of-type(even),
	.about-container .about-section-container-content:nth-of-type(odd) {
		width: 100%;
		padding: 50px 5%;
		padding-right: 5%;
	}
	.about-section .about-section-container {
		padding-bottom: 0;
		padding-top: 0;
	}
}

/*
*   About Reviews
*/

.about-reviews {
	text-align: center;
	padding: 80px 0;
	margin: 0 auto;
	background-image: url(img/marble-bg.jpg);
	/* background-size: cover; */
}
.about-reviews-container {
	width: 90%;
	margin: 0 auto;
}
.page-template-default .about-reviews,
.page-template-page-ba-after .about-reviews {
	color: white;
	background-color: #3d3d48;
	overflow: hidden;
	background-image: url(img/slate-bg.jpg);
}
.page-id-264 .about-reviews,
.page-id-337 .about-reviews {
	background-image: none;
	background-color: white;
	color: #383536;
}
.about-reviews p {
	max-width: 700px;
	margin: 0 auto;
}

.about-reviews-reviews {
	padding-top: 50px;
}

/*
*   Contact Bar
*/
.contact-us-bar {
	padding: 50px 0;
	background-color: #383536;
	color: white;
}
.contact-us-bar-container {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact-us-bar h2 {
	margin: 0;
	font-size: 2rem;
}

.contact-us-bar a.styled-button:hover {
	color: white;
}
.contact-us-bar-text {
	width: 70%;
}

.contact-us-bar-button {
	width: 25%;
	text-align: center;
	margin-left: 5%;
}

.contact-us-bar-button a {
	/* display: block; */
	margin: 0;
}

@media (max-width: 830px) {
	.contact-us-bar-text {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.contact-us-bar-button {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.contact-us-bar-button a {
		display: inline-block;
	}
}

/*
*   Treatment Page
*/
.treatment-fifty-fifty-links,
.treatment-fifty-fifty-image {
	width: 50%;
	padding: 75px 0;
}

.treatment-fifty-fifty {
	display: flex;
	flex-wrap: wrap;
}

.treatment-fifty-fifty-links-container {
	width: 80%;
	margin: 0 auto;
	max-width: 800px;
}

.treatment-fifty-fifty-links-pages a {
	display: flex;
	padding: 10px 0;
	font-size: 1.5rem;
	text-transform: lowercase;
	font-weight: 500;
	text-decoration: none;
	color: inherit;
	clear: both;
	align-items: center;
	width: fit-content;
}
.treatment-fifty-fifty-links-pages a div {
	display: inline-block;
}
.page-id-654 .treatment-fifty-fifty-links-pages a {
	text-transform: none;
}
.treatment-fifty-fifty-links-pages a i, 
.treatment-fifty-fifty-links-pages a.always-hovered:hover i {
	padding: 18px;
	background-color: #ad9c87;
	border-radius: 50%;
	color: white;
	margin-right: 20px;
	border: 2px solid #beb5a7;
	transition: 0.5s;
	display: inline-block;
	vertical-align: middle;
	min-width: 66px;
	text-align: center;
}
.treatment-fifty-fifty-links-pages a:hover i, 
.treatment-fifty-fifty-links-pages a.always-hovered i  {
	background-color: transparent;
	color: #ad9c87;
}

.treatment-fifty-fifty-image {
	padding: 0;
	text-align: center;
}

.treatment-fifty-fifty-image img {
	position: sticky;
	top: 155px;
	min-height: calc(100vh - 185px);
	width: 100%;
	max-width: none;
	object-fit: cover;
}
.treatment-fifty-fifty-links,
.page-template-page-treatment-general
	.treatment-fifty-fifty:nth-of-type(even)
	.treatment-fifty-fifty-links {
	align-items: center;
	display: flex;
	z-index: 99;
	background-color: white;
	background-image: url(img/marble-bg.jpg);
	background-size: cover;
}
/* .treatment-fifty-fifty:nth-of-type(even) .treatment-fifty-fifty-links {
    background-image: none;
} */

@media (max-width: 1000px) {
	.treatment-fifty-fifty-links,
	.treatment-fifty-fifty-image {
		width: 100%;
	}
	.treatment-fifty-fifty-links {
		padding: 50px 0;
	}
	.treatment-fifty-fifty-image {
		order: 2;
	}
	.treatment-fifty-fifty-image img {
		width: 100%;
	}
}

/*
*   Default page layouts
*/
.intro-section {
	padding: 75px 0;
	text-align: center;
	background-size: cover;
	/* background-image: url(img/marble-bg.jpg); */
}

@media (max-width: 1000px) {
	.intro-section {
		padding: 50px 0;
	}
}

.intro-section-content {
	max-width: 80%;
	margin: 0 auto;
	width: 900px;
}

.intro-section-content h4 {
	font-weight: 300;
}

.fifty-fifty-container {
	display: flex;
	flex-wrap: wrap;
}

.fifty-fifty-content,
.fifty-fifty-img {
	width: 50%;
	padding: 75px 0;
}
.fifty-fifty-content-container {
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
}
.fifty-fifty-content-container a.styled-button {
	text-align: center;
	margin-top: 1rem;
}
.fifty-fifty-img {
	padding: 0;
	position: relative;
}
.fifty-fifty-img-img1 {
	height: 70%;
	width: 60%;
	background-position: center;
	background-size: cover;
	margin-top: 40px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #dddddd;
}

.fifty-fifty-img-img2 {
	position: absolute;
	right: 40px;
	height: 65%;
	width: 52%;
	bottom: 40px;
	/*background-color: #beb5a7; */
	z-index: -1;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
.fifty-fifty {
	background-color: #eee;
	overflow: hidden;
}
.fifty-fifty-container h2,
.list-section h2 {
	margin: 0 0 1rem;
}
.fifty-fifty-container h3,
.list-section h3 {
	margin: 0 0 0.5rem;
}
.page-id-650 div#fifty-fifty-1 h3 {
	margin: 0;
}
.images-left .fifty-fifty-img {
	text-align: right;
}
.images-left .fifty-fifty-img-img2 {
	left: 30px;
	right: unset;
}

@media (max-width: 1400px) {
	.fifty-fifty-img-img1,
	.fifty-fifty-img-img2 {
		height: 50%;
	}
	.fifty-fifty-img-img2 {
		bottom: 20%;
	}
}
@media (max-width: 1000px) {
	.fifty-fifty-content,
	.fifty-fifty-img {
		width: 100%;
	}

	.fifty-fifty-img-img1 {
		left: 40px;
		width: 55%;
	}
	.fifty-fifty-content {
		padding: 50px 0;
	}

	.fifty-fifty-img {
		padding: 0 0 50px;
		order: 2;
	}
	.fifty-fifty-content {
		padding-bottom: 0;
	}
	.fifty-fifty-img {
		height: 500px;
		max-width: 700px;
		margin: 0 auto;
		padding-top: 0;
	}
}
@media (max-width: 800px) {
	.fifty-fifty-img-img1 {
		width: 100%;
		height: 465px;
		left: auto;
	}
	.fifty-fifty-img-img2 {
		display: none;
	}
	.fifty-fifty-img {
		max-width: 100%;
	}
}

/*
*   Full Width
*/

.full-width-section-container {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

.full-width-section {
	padding: 75px 0;
	background-size: cover;
	background-image: url(img/marble-bg.jpg);
}
/* div#full-width-section-2 {
	background-image: none;
} */
.page-id-316 .full-width-section {
	background-color: white;
	background-image: none;
}

/* .full-width-section h1,
.full-width-section h2,
.full-width-section h3 {
	text-align:center;
} */
.single .full-width-section h3 {
	text-align: left;
}

@media (max-width: 1000px) {
	.full-width-section {
		padding: 50px 0;
	}
}

/*
*   CTA Section
*/

.cta-section {
	color: white;
	background-color: #3d3d48;
	padding: 75px 0;
	text-align: center;
	background-image: url(img/slate-bg.jpg);
	/* background-size: cover; */
}

.cta-section h2 {
	margin-bottom: 30px;
}

.cta-section p:last-child {
	margin-bottom: 0;
}

.cta-section-container {
	max-width: 800px;
	margin: 0 auto;
	width: 80%;
}

.cta-section a.styled-button:hover {
	color: white;
}

.before-after-section-before-container,
.faq-section-before-container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	margin-top: 30px;
}

.before-after-section,
.faq-section {
	padding: 75px 0;
}
.before-after-section {
	background-color: white;
	/* display: none; */
}
.page-id-370 .before-after-section {
    display: block;
}
a[href="#before-after-section"] {
	display: none !important;
}
.page-id-327 .before-after-section,
.page-id-316 .before-after-section {
	background-image: url(img/marble-bg.jpg);
}

.before-after-section-items-container {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.before-after-section-item {
	width: calc(50% - 40px);
	margin: 20px 20px 0;
	padding: 0 30px 30px;
}
.before-after-section-item h4 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0;
	min-height: 3.5rem;
}
.before-after-section-item-description p:last-of-type {
	margin-bottom: 0;
}

.twenty20 {
	margin-bottom: 0;
}

@media (max-width: 800px) {
	.before-after-section-item {
		width: 100%;
		max-width: 400px;
	}
	.twentytwenty-container img {
		height: 200px;
		object-fit: cover;
	}
}

/*
*   FAQs
*/

.faq-section {
	background-size: cover;
	background-image: url(img/marble-bg.jpg);
}
.page-id-277 .faq-section,
.page-id-396 .faq-section {
	background-image: none;
	background-color: white;
}

.faq-section-items-container {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

.faq-section-item-question {
	border: 2px solid #ad9c87;
	padding: 20px 45px 20px 30px;
	/* text-align: center; */
	/* text-transform: uppercase; */
	font-weight: 600;
	letter-spacing: 0.02rem;
	background-color: #ad9c87;
	color: white;
	cursor: pointer;
	position: relative;
}

.faq-section-item-answer {
	padding: 0 30px;
	border-left: 2px solid #ad9c87;
	border-bottom: 0px solid #ad9c87;
	border-right: 2px solid #ad9c87;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s;
}

.faq-open .faq-section-item-answer {
	padding: 20px 30px;
	max-height: 655px;
	border-bottom: 2px solid #ad9c87;
	background-color: white;
}

.faq-section-item-question i {
	position: absolute;
	right: 20px;
	transition: 0.5s;
}
.faq-open .faq-section-item-question i {
	transform: rotate(-180deg);
}

.faq-section-item {
	margin-bottom: 5px;
}
.faq-section-item-answer .fee-table-fee:nth-of-type(1) {
	border-width: 2px;
}
.faq-section-item-answer .fee-table-fee-procedure,
.faq-section-item-answer .fee-table-fee-general-fee,
.faq-section-item-answer .fee-table-fee-membership-fee {
	padding: 15px 10px;
	font-size: 0.9rem;
}

/*
*   Staged Sections
*/

.staged-section {
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
	align-items: center;
}

.staged-section-item {
	width: 33.3333333%;
	padding: 40px 60px;
	line-height: 1.5;
	font-weight: 300;
	padding-left: 70px;
	position: relative;
	min-height: 300px;
}
.staged-section-item::before {
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 70px;
	font-weight: bold;
	color: #ad9c87;
}

.staged-section-item:nth-of-type(3n + 1)::before {
	content: "1";
}

.staged-section-item:nth-of-type(3n + 2)::before {
	content: "2";
}

.staged-section-item:nth-of-type(3n + 3)::before {
	content: "3";
}

.staged-section-item:nth-of-type(3n + 1) {
	align-self: flex-start;
}

.staged-section-item:nth-of-type(3n + 3) {
	align-self: flex-end;
}

/*
*   List Section
*/

.list-section {
	display: flex;
	flex-wrap: wrap;
}

.list-section-content,
.list-section-img {
	width: 50%;
	padding: 75px 0;
	background-position: center;
	background-size: cover;
	background-color: white;
	position: relative;
	z-index: 99;
}
.list-section-img {
	padding: 0;
}
.list-section-img video {
	width: 100%;
	height: 100%;
	background-color: #383536;
}
.list-section-img img {
	position: sticky;
	top: 183px;
	height: calc(100vh - 183px);
	max-width: initial;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.page-template-page-child-membership-v2 #list-section-2 .list-section-content {
    background-image: none;
}

.page-id-652 .list-section-content {
	width: 60%;
}
.page-id-652 .list-section-img {
	width: 40%;
}
.page-id-652 .list-section-before-container {
	max-width: 700px;
}

.list-section-content {
	overflow: hidden;
	background-size: cover;
	background-image: url(img/marble-bg.jpg);
}
.page-id-370 .list-section-content {
	background-image: none;
}

.list-section-before-container,
.list-section-items-container {
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
}
.list-section-item-img {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	margin-right: 15px;
	/* margin-top: 1.5rem; */
}

.page-id-286 .list-section.img-left .list-section-img {
	order: 2;
}

.list-section-item-content {
	display: inline-block;
	width: calc(100% - 120px);
	vertical-align: middle;
}
.list-section-item-content h3 {
	margin-top: 1rem;
}
.list-section-item {
	margin-bottom: 1rem;
}

.list-section-item-img img {
	width: 80px;
	background-color: #beb5a7;
	border-radius: 50%;
	padding: 15px;
}
@media (max-width: 1000px) {
	.list-section-content,
	.list-section-img,
	.page-id-652 .list-section-img,
	.page-id-652 .list-section-content {
		width: 100%;
	}
	.list-section-img {
		order: 2;
	}
	.list-section-img img {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}
}
@media (max-width: 800px) {
	.list-section-item-img {
		width: 70px;
		margin-top: 0;
	}
	.list-section-item-img img {
		width: 70px;
		margin-top: 0;
	}
}

/*
*   Three Columns
*/

.three-column-section {
	padding: 75px 0;
	background-color: #eee;
	overflow: hidden;
}

.three-column-section-container {
	max-width: 1260px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.three-column-section-title {
	width: 100%;
	padding: 0 30px;
	text-align: center;
}

.three-column-section-column {
	width: 33.333333%;
	padding: 20px 20px 70px;
	min-width: 300px;
}
.three-column-section-column a.styled-button {
	position: absolute;
	bottom: 0;
}

.page-id-157 .three-column-section-column {
	width: 40%;
	max-width: 450px;
}
.page-id-157 .three-column-section {
	background-color: white;
}

.three-column-section-column h3 {
	font-size: 2rem;
	margin-bottom: 0;
}

.three-column-section-title h2 {
	margin-bottom: 1.5rem;
}
.three-column-section-column-img {
	height: 250px;
	/* background-size: cover; */
	/* background-position: center; */
	position: relative;
	/* background-color: red; */
	/* font-size: 0; */
}
.three-column-section-column-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #eee;
	object-fit: cover;
}

/*
*   Meet the team 
*/

.team-section {
	padding: 75px 0;
	/* max-width: 1200px; */
	margin: 0 auto;
	/* width:90%; */
	background-image: url(img/marble-bg.jpg);
	background-size: cover;
}
.team-section:nth-of-type(even) {
    background-image: none;
    background-color: #eee;
}
.team-section-container {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.team-section h2 {
	text-align: center;
	margin-bottom: 50px;
}

.team-section-items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.team-section-item {
	width: 30.33333%;
	text-align: center;
	margin: 0 1.5% 2.5%;
	background-color: white;
	min-width: 300px;
}

.team-section-item-info span {
	display: block;
	margin-bottom: 14px;
}
span.team-section-item-gdc {
	font-weight: 200;
}
span.team-section-item-postion {
	font-size: 1.1rem;
}
span.team-section-item-name {
	font-size: 1.7rem;
}

.team-section-item-info {
	padding: 30px 20px;
	background-color: white;
}

.team-section-item-img {
	height: 33vw;
	max-height: 300px;
	background-size: cover;
	background-position: center;
}

span.team-section-item-gdc a {
	color: inherit;
}

.team-section-item-modal {
	position: fixed;
	right: -160%;
	top: 0;
	bottom: 0;
	z-index: 9999999;
	background-color: white;
	width: 500px;
	padding: 2.5% 2.5% 5%;
	text-align: left;
	border-left: 2px solid #beb5a7;
	overflow-y: scroll;
	transition: 1s;
	max-width: 100vw;
}

.modal-open .team-section-item-modal {
	right: 0;
}

.team-section-item-modal-img {
	height: 300px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.team-section-item-modal-position {
	font-size: 1.4rem;
	margin-bottom: 19px;
}

.team-section-item-modal-qualitications {
	font-size: 1rem;
	margin-bottom: 20px;
}
.team-section-item-modal a.gdc {
	color: inherit;
	/* margin: 0; */
	display: block;
	/* padding-bottom: 30px; */
}

.team-section-item-modal-close {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 50px;
	height: 50px;
	background-color: #beb5a7;
	border-radius: 50px;
	cursor: pointer;
}
.team-section-item-modal-close:hover {
	opacity: 1;
}
.team-section-item-modal-close:before,
.team-section-item-modal-close:after {
	position: absolute;
	left: 23px;
	content: " ";
	height: 30px;
	width: 2px;
	background-color: white;
	top: 10px;
}
.team-section-item-modal-close:before {
	transform: rotate(45deg);
}
.team-section-item-modal-close:after {
	transform: rotate(-45deg);
}
.team-section-item-modal-specialist {
	padding: 20px;
	background-color: #beb5a7;
	text-align: center;
	display: none;
}
.team-section-item-modal-specialist p {
	margin-top: 0;
	font-size: 1.3rem;
	font-weight: 600;
	color: white;
}
.team-section-item-modal-specialist .styled-button {
	background-color: white !important;
	color: #3d3d48 !important;
	border-color: white;
}

.team-section-item-modal-specialist .styled-button:hover {
	background-color: #beb5a7 !important;
	color: white !important;
}
.team-overlay,
.smile-stories-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	background-color: black;
	z-index: 9999997;
	pointer-events: none;
	transition: 0.5s;
}

.add-overlay .team-overlay,
.add-overlay-stories .smile-stories-overlay {
	opacity: 0.4;
}

html.add-overlay,
html.add-overlay-stories {
	overflow: hidden;
}

@media (max-width: 800px) {
	.team-section-item-modal {
		padding: 5% 5% 110px;
	}
	.team-section-item-img {
		height: 400px;
	}
}

/*
*   Fee Table
*/

.fee-table {
	display: block;
}
.fee-table i {
	padding: 18px;
	background-color: white;
	border-radius: 50%;
	color: #ad9c87;
	/* margin-right: 20px; */
	border: 2px solid #beb5a7;
	transition: 0.5s;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.fee-table-title {
	background-color: #b6af9b;
	color: white;
	display: flex;
	font-weight: bold;
	position: sticky;
	top: 156px;
	align-items: center;
}
.fee-table-fee-procedure {
	font-weight: bold;
}
.fee-table-fee-procedure,
.fee-table-fee-general-fee,
.fee-table-fee-membership-fee {
	width: 33.333%;
	display: inline-block;
	padding: 20px;
	vertical-align: middle;
}
#plan-cover .fee-table-fee-general-fee,
#plan-cover .fee-table-fee-membership-fee {
	text-align: center;
}
div#plan-cover .fee-table-fee-full-width {
	padding: 20px;
	font-weight: bold;
	width: 100%;
	background-color: #b6af9b;
	color: white;
}
div#plan-cover .fee-table-title {
	background-color: #5e595b;
	align-items: center;
}

.fee-label-row {
	background-color: #eee;
	border: #bc9f7c 2px solid;
}

.fee-table-fee {
	border-width: 0 2px 2px 2px;
	border-color: #b6af9b;
	border-style: solid;
	display: flex;
	background-color: #eeeeee;
}
.fee-table-fee.fee-table-sub {
	border-bottom: 0;
}
/* .fee-table-fee .fee-table-fee-membership-fee, */
.fee-table-fee .fee-table-fee-general-fee,
.fee-table-fee .fee-table-fee-procedure {
	background-color: #eee;
}

#table-after {
	background-image: none;
	background-color: #eee;
}

.fee-table-sub-title {
	padding: 20px;
	text-align: center;
	width: 100%;
	background-color: #383536;
	color: white;
}
.fee-table-fee-procedure {
	    min-width: 88px;
	}

@media (max-width: 600px) {
	.fee-table-title {
		top: 110px;
	}
	.fee-table-fee-procedure,
	.fee-table-fee-general-fee,
	.fee-table-fee-membership-fee {
		padding: 15px;
	}
}
@media (max-width: 400px) {
	.fee-table-fee-procedure,
	.fee-table-fee-general-fee,
	.fee-table-fee-membership-fee {
		padding: 11px;
		font-size: 80%;
	}
	
}

.contact-section {
	display: flex;
	/* align-items: center; */
}

.contact-section-form,
.contact-section-info {
	/* width: 50%; */
	padding: 50px 5%;
	background-color: #eee;
}
.contact-section-form {
	/* background-image: url(img/marble-bg.jpg); */
}
input,
form select,
textarea {
	width: 100%;
	padding: 1rem;
	/* margin-bottom: 1rem; */
	border: 1px solid #eee;
}
input[type="checkbox"] {
	padding: 10px;
	display: inline-block;
	width: auto;
}
.contact-section-form-checkbox {
	padding: 0 1rem 1rem;
}
label {
	display: block;
	padding: 0.5rem 1rem;
}
.treatment-fifty-fifty-links-pages a.contact-address {
	align-items: flex-start;
}

.blog-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-posts-single {
	width: 30.33333%;
	margin: 0 1.5% 1.5rem;
	background-color: #eee;
	position: relative;
	padding-bottom: 50px;
	min-width: 300px;
}
.blog-posts-single img {
	width: 100%;
	/* margin-bottom: 1rem; */
	height: 300px;
	object-fit: cover;
}
.blog-posts-single-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.blog-posts-single-text {
	padding: 2rem;
}
.blog-posts-single-text a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.blog-posts-single-img {
	position: relative;
}
.blog-posts-single-date {
	position: absolute;
	bottom: 5px;
	right: 0;
	padding: 10px;
	background-color: #b6af9b;
	color: white;
}
div#wp_pagination {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

/*
*   Associated Banner
*/

.associated {
	padding: 30px 5%;
	text-align: center;
	background-color: #383536;
}

.associated-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.associated img {
	/* max-height: 80px; */
	margin: 0px 1%;
	filter: brightness(0) invert(1);
	max-width: 150px;
	width: 100%;
}
.associated-container a {
	/* width: 25%; */
	padding: 0 2.5%;
}

@media (max-width: 800px) {
	.associated {
		padding: 30px 5% 5px;
	}
	.associated-container {
		flex-wrap: wrap;
	}
	.associated-container a {
		width: 50%;
		margin-bottom: 25px;
	}
}
@media (max-width: 600px) {
	.associated-container a {
		width: 100%;
	}
}

/*
*   Testimonials
*/

.testminonial-wrapper {
	overflow: hidden;
	padding: 125px 0;
	/*background-image: url(img/reviews-text.jpg);*/
	background-size: cover;
	position: relative;
	max-height: 880px;
	overflow: hidden;
}
img.testimonial-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testminonial-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	opacity: 0.6;
}
.testimonial {
	max-width: 1800px;
	margin: 0 auto;
	opacity: 0;
	transition: 0.5s opacity;
}
.testimonial.slick-initialized.slick-slider {
	opacity: 1;
}
.testimonial .slick-list {
	overflow: visible;
}
.testimonial-item-circle {
	height: 500px;
	border: 5px solid #b6af9b;
	width: 500px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	text-align: center;
	display: flex;
	padding: 100px 0;
	flex-wrap: wrap;
	align-content: center;
}
.testimonial-item-circle-quotes {
	font-size: 4rem;
	line-height: 2rem;
	color: #df6847;
	font-weight: 500;
	width: 100%;
}
.testimonial-item-circle-text {
	max-width: 80%;
	margin: 0 auto;
	color: white;
}
.testimonial-item-circle-author {
	width: 100%;
	margin-top: 20px;
	color: white;
}

.testimonial-item-circle-stars {
	display: block;
	width: 120px;
	margin: 20px auto 0;
}

@media (max-width: 1000px) {
	.testimonial-item-circle-stars {
		width: 100px;
		margin: 10px auto 0;
	}
}

.testminonial-wrapper button.slick-prev.slick-arrow,
.testminonial-wrapper button.slick-next.slick-arrow {
	top: 50%;
	left: -80px;
	height: auto;
	width: auto;
}
.testminonial-wrapper button.slick-next.slick-arrow {
	right: -80px;
	left: auto;
}
.testminonial-wrapper .slick-prev:before,
.testminonial-wrapper .slick-next:before {
	color: #df6847;
	opacity: 1;
}
.testminonial-wrapper .slick-prev:before,
.testminonial-wrapper .slick-next:before {
	color: #df6847;
	opacity: 1;
	transition: 0.5s;
}
.testminonial-wrapper .slick-prev:hover:before,
.testminonial-wrapper .slick-next:hover:before {
	color: #ffffff;
	opacity: 1;
}
.testminonial-wrapper .slick-next:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 5rem;
	color: #df6847;
	z-index: 99;
}
.testminonial-wrapper .slick-prev:before {
	content: "\f0d9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 5rem;
	color: #df6847;
}
.testminonial-wrapper .slick-arrow {
	z-index: 9;
}
.testimonial-title {
	text-align: center;
}
.testimonial-title h2 {
	position: relative;
	display: inline-block;
	color: white;
}

@media (max-width: 1000px) {
	.testimonial-item-circle {
		min-width: auto;
		min-height: auto;
		width: 400px;
		height: 400px;
	}
	.testminonial-wrapper {
		padding: 75px 0;
	}
}
@media (max-width: 600px) {
	.testimonial-item-circle {
		width: 300px;
		height: 300px;
	}
	.testminonial-wrapper {
		padding: 50px 0;
	}

	.testimonial-item-circle-text,
	.testimonial-item-circle-author {
		font-size: 12px;
	}
}
@media (max-width: 430px) {
	/* .testminonial-wrapper {
		display: none;
	} */

	.testimonial-item-circle {
		width: 230px;
		height: 230px;
	}

	.testimonial-item-circle-text,
	.testimonial-item-circle-author {
		font-size: 9px;
	}
}

@media (max-width: 350px) {
	.testimonial-item-circle {
		width: 196px;
		height: 196px;
	}

	.testimonial-item-circle-text,
	.testimonial-item-circle-author {
		font-size: 7px;
	}
}

div#treatment_steps {
	padding: 75px 0;
	background-size: cover;
	background-image: url(img/marble-bg.jpg);
}

.treatment-steps-content {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-steps-before-container {
	text-align: center;
}

.treatment-steps-items-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.treatment-steps-item {
	width: 25%;
	text-align: center;
	margin-bottom: 35px;
}
.treatment-steps-item-img img {
	background-color: #beb5a7;
	border-radius: 50%;
	padding: 15px;
	max-width: 165px;
}
@media (max-width: 1000px) {
	.treatment-steps-item-img img {
		max-width: 145px;
	}
}
.treatment-steps-item-content {
	padding: 0 20px;
	max-width: 80%;
	margin: 0 auto;
}

@media (max-width: 1000px) {
	.treatment-steps-item {
		width: 50%;
		max-width: 325px;
		font-size: 1.2 rem;
	}
}
@media (max-width: 600px) {
	.treatment-steps-item {
		width: 100%;
	}
	
}

.finance-bar {
	background-color: #635e60;
	padding: 2rem 0;
	color: white;
}

.finance-bar .container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;

	align-items: center;
	justify-content: center;
}

.finance-bar-text {
	width: 50%;
	font-size: 2rem;
	/* text-align: right; */
	padding: 0 20px 0 0;
	margin: 0;
	color: #fff;
	text-align:center;
}

@media (max-width: 830px) {
	.finance-bar .container {
		flex-direction: column;
		text-align: center;
	}
	.finance-bar-text {
		width: 100%;
		padding: 0 15px 25px;
		font-size: 1.9rem;
	}
}

.finance-bar-button{ width:50%; text-align:center;}

.finance-bar-button a {
	margin-bottom: 0;
}

.referral-form {
	display: flex;
	align-items: flex-start;
}

.referral-form form {
	text-align: left;
	margin-top: 30px;
	width: 60%;
	margin-bottom: 20px;
}
.referral-form form:first-child {
	margin-top: 0;
}
.referral-form form:last-child {
	margin-bottom: 0;
}
.referral-form .form__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.referral-form .form__row:first-child {
	margin-top: 0;
}
.referral-form .form__row:last-child {
	margin-top: 0;
}
.referral-form .form__row--footer {
	margin-top: 30px;
	margin-bottom: 0;
	align-items: center;
}
.referral-form .form__col {
	position: relative;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 4px;
}
.referral-form .form__col--12 {
	flex: 0 0 auto;
	width: 100%;
}
.referral-form .form__col--6 {
	flex: 0 0 auto;
	width: 50%;
}
@media (max-width: 1199px) {
	.referral-form .form__col--6 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 10px;
	}
}
.referral-form .form__col--0 {
	flex: 1 0 0%;
}
@media (max-width: 1199px) {
	.referral-form .form__col--0 {
		flex: 0 0 auto;
		width: 100%;
	}
}
.referral-form .form__col--auto {
	flex: 0 0 auto;
	width: auto;
}
@media (max-width: 1199px) {
	.referral-form .form__col--auto {
		flex: 0 0 auto;
		width: 100%;
	}
}
.referral-form .form__footer {
	position: relative;
	max-width: 100%;
	flex: 0 0 auto;
	width: 100%;
	padding-top: 40px;
}
@media (min-width: 768px) {
	.referral-form .form__footer {
		padding-top: 40px;
	}
}
.referral-form .form__alert {
	position: relative;
	max-width: 100%;
	flex: 0 0 auto;
	width: 100%;
	padding: 30px 10px 0;
	color: #fefefe;
}
.referral-form .form__alert span {
	display: block;
	padding: 20px;
}
.referral-form .form__alert--success span {
	background: #3caa5a;
}
.referral-form .form__alert--error span {
	background: #dc3545;
}
.referral-form .form__input {
	position: relative;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.referral-form .form__input {
		margin-bottom: 15px;
	}
}
/* .referral-form .form__input:first-child {
	margin-top: 0;
}
.referral-form .form__input:last-child {
	margin-bottom: 0;
} */
.referral-form .form__input--textarea {
	height: 100%;
}
.referral-form .form__legend {
	font-weight: 500;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.referral-form .form__legend {
		margin-bottom: 15px;
	}
}
.referral-form .form .button {
	margin: 0 auto;
}
.referral-form input[type="text"],
.referral-form input[type="number"],
.referral-form input[type="email"],
.referral-form input[type="tel"],
.referral-form textarea {
	display: block;
	width: 100%;
	padding: 18px 18px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #716868;
	background-color: #fefefe;
	background-clip: padding-box;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #716868;
	border-radius: 0;
	transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
	.referral-form input[type="text"],
	.referral-form input[type="number"],
	.referral-form input[type="email"],
	.referral-form input[type="tel"],
	.referral-form textarea {
		font-size: 16px;
		padding: 23px 20px 12px;
	}
}
.referral-form input[type="text"]::-webkit-input-placeholder,
.referral-form input[type="number"]::-webkit-input-placeholder,
.referral-form input[type="email"]::-webkit-input-placeholder,
.referral-form input[type="tel"]::-webkit-input-placeholder,
.referral-form textarea::-webkit-input-placeholder {
	color: #bcb6b6;
}
.referral-form input[type="text"]::-moz-placeholder,
.referral-form input[type="number"]::-moz-placeholder,
.referral-form input[type="email"]::-moz-placeholder,
.referral-form input[type="tel"]::-moz-placeholder,
.referral-form textarea::-moz-placeholder {
	color: #bcb6b6;
}
.referral-form input[type="text"]:-ms-input-placeholder,
.referral-form input[type="number"]:-ms-input-placeholder,
.referral-form input[type="email"]:-ms-input-placeholder,
.referral-form input[type="tel"]:-ms-input-placeholder,
.referral-form textarea:-ms-input-placeholder {
	color: #bcb6b6;
}
.referral-form input[type="text"]:-moz-placeholder,
.referral-form input[type="number"]:-moz-placeholder,
.referral-form input[type="email"]:-moz-placeholder,
.referral-form input[type="tel"]:-moz-placeholder,
.referral-form textarea:-moz-placeholder {
	color: #bcb6b6;
}
.referral-form input[type="text"]:focus,
.referral-form input[type="number"]:focus,
.referral-form input[type="email"]:focus,
.referral-form input[type="tel"]:focus,
.referral-form textarea:focus {
	border-color: #71989a;
	box-shadow: 0 2px 3px rgba(73, 80, 87, 0.2);
}
.referral-form input[type="text"]:disabled,
.referral-form input[type="text"][readonly],
.referral-form input[type="number"]:disabled,
.referral-form input[type="number"][readonly],
.referral-form input[type="email"]:disabled,
.referral-form input[type="email"][readonly],
.referral-form input[type="tel"]:disabled,
.referral-form input[type="tel"][readonly],
.referral-form textarea:disabled,
.referral-form textarea[readonly] {
	background-color: #f7f7f7;
	color: #bcb6b6;
	opacity: 1;
	pointer-events: none;
}
.referral-form textarea {
	min-height: 180px;
	height: 100%;
	overflow: auto;
	resize: vertical;
}
label,
.label {
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	position: absolute;
	color: #716868;
	top: 0px;
	left: 3px;
	font-size: 11px;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}
.referral-form input[type="text"]::placeholder,
.referral-form input[type="number"]::placeholder,
.referral-form input[type="email"]::placeholder,
.referral-form input[type="tel"]::placeholder,
.referral-form textarea::placeholder,
.referral-form select::placeholder {
	opacity: 1;
	transition: all 0.2s;
}
.referral-form input[type="text"]:placeholder-shown:not(:focus),
.referral-form input[type="number"]:placeholder-shown:not(:focus),
.referral-form input[type="email"]:placeholder-shown:not(:focus),
.referral-form input[type="tel"]:placeholder-shown:not(:focus),
.referral-form textarea:placeholder-shown:not(:focus),
.referral-form select:placeholder-shown:not(:focus) {
	background-color: #fefefe;
}
.referral-form input[type="text"]:placeholder-shown:not(:focus)::placeholder,
.referral-form input[type="number"]:placeholder-shown:not(:focus)::placeholder,
.referral-form input[type="email"]:placeholder-shown:not(:focus)::placeholder,
.referral-form input[type="tel"]:placeholder-shown:not(:focus)::placeholder,
.referral-form textarea:placeholder-shown:not(:focus)::placeholder,
.referral-form select:placeholder-shown:not(:focus)::placeholder {
	opacity: 0;
}
.referral-form input[type="text"]:placeholder-shown:not(:focus) + label,
.referral-form input[type="number"]:placeholder-shown:not(:focus) + label,
.referral-form input[type="email"]:placeholder-shown:not(:focus) + label,
.referral-form input[type="tel"]:placeholder-shown:not(:focus) + label,
.referral-form textarea:placeholder-shown:not(:focus) + label,
.referral-form select:placeholder-shown:not(:focus) + label {
	font-size: 15px;
	top: 10px;
	left: 2px;
	color: #716868;
}
@media (min-width: 768px) {
	.referral-form input[type="text"]:placeholder-shown:not(:focus) + label,
	.referral-form input[type="number"]:placeholder-shown:not(:focus) + label,
	.referral-form input[type="email"]:placeholder-shown:not(:focus) + label,
	.referral-form input[type="tel"]:placeholder-shown:not(:focus) + label,
	.referral-form textarea:placeholder-shown:not(:focus) + label,
	.referral-form select:placeholder-shown:not(:focus) + label {
		top: 24px;
		left: 3px;
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.referral-form input[type="text"]:placeholder-shown:not(:focus) + label,
	.referral-form input[type="number"]:placeholder-shown:not(:focus) + label,
	.referral-form input[type="email"]:placeholder-shown:not(:focus) + label,
	.referral-form input[type="tel"]:placeholder-shown:not(:focus) + label,
	.referral-form textarea:placeholder-shown:not(:focus) + label,
	.referral-form select:placeholder-shown:not(:focus) + label {
		top: 11px;
	}
}
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #383536;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	padding: 0;
	border: 0;
	border-radius: 0;
}
@media (min-width: 768px) {
	input[type="checkbox"],
	.referral-form input[type="radio"] {
		height: 25px;
		width: 25px;
	}
}
.referral-form input[type="checkbox"]:after,
.referral-form input[type="radio"]:after {
	position: relative;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-width: 0;
	border-style: solid;
	border-color: #716868;
	border-radius: 0;
	height: 25px;
	width: 25px;
}
@media (min-width: 768px) {
	input[type="checkbox"]:after,
	input[type="radio"]:after {
		height: 25px;
		width: 25px;
	}
}
input[type="checkbox"]:before,
input[type="radio"]:before {
	position: absolute;
	top: 0;
	font-family: "" Font Awesome 5 Free "";
	font-weight: 900;
	content: "\f00c";
	display: block;
	font-size: 14px;
	text-indent: 6px;
	line-height: 26px;
	text-align: left;
	height: 25px;
	width: 25px;
	color: rgba(0, 0, 0, 0);
	z-index: 1;
}
@media (min-width: 768px) {
	input[type="checkbox"]:before,
	input[type="radio"]:before {
		height: 25px;
		width: 25px;
	}
}
.referral-form input[type="checkbox"]:focus,
.referral-form input[type="radio"]:focus {
	outline: 0;
	outline-offset: 0;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	background-color: white;
	margin: 6px;
	width: 13px;
	height: 13px;
}
.referral-form input::-webkit-outer-spin-button,
.referral-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.referral-form input[type="number"] {
	-moz-appearance: textfield;
}
.referral-form .form__group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.referral-form .form__group input[type="text"],
.referral-form .form__group input[type="number"],
.referral-form .form__group input[type="email"],
.referral-form .form__group input[type="tel"],
.referral-form .form__group textarea {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}
@media (max-width: 575px) {
	.referral-form .form__group input[type="text"],
	.referral-form .form__group input[type="number"],
	.referral-form .form__group input[type="email"],
	.referral-form .form__group input[type="tel"],
	.referral-form .form__group textarea {
		flex: 0 0 auto;
		width: 100%;
	}
}
.referral-form .form__group button {
	margin: 0 0 0 -2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 1;
}
@media (max-width: 575px) {
	.referral-form .form__group button {
		margin: 20px auto 0;
	}
}
.form__input--upload .upload {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
form#msform .form__input.form__input--upload {
	margin-bottom: 10px;
}
.form__input--upload .upload + label {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.4;
	color: #716868;
	background-color: #fefefe;
	background-clip: padding-box;
	border: 1px solid #716868;
	border-radius: 0;
	transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.form__input--upload .upload + label * {
	pointer-events: none;
}
@media (min-width: 768px) {
	.form__input--upload .upload + label {
		font-size: 16px;
	}
}
.form__input--upload .upload + label:focus {
	border-color: #71989a;
	box-shadow: 0 2px 3px rgba(247, 247, 247, 0.2);
}
.form__input--upload .upload + label .upload__file {
	flex: 1 0 0%;
	min-height: 1px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 18px 20px 16px;
}
.form__input--upload .upload + label .upload__button {
	flex: 0 0 auto;
	width: auto;
	height: 100%;
	color: #fefefe;
	background-color: #383536;
	display: block;
	text-transform: uppercase;
	padding: 18px 40px 16px;
	letter-spacing: 0;
}
.referral-form .form__input--checkbox label,
.referral-form .form__input--checkbox .label {
	font-size: 15px;
	position: relative;
	top: 0;
	left: 0;
	color: #716868;
}
@media (min-width: 768px) {
	.referral-form .form__input--checkbox label,
	.referral-form .form__input--checkbox .label {
		font-size: 15px;
	}
}
.form__input--consent {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.form__input--consent input[type="checkbox"],
.form__input--consent input[type="radio"] {
	flex: 0 0 auto;
	/* width: auto; */
	display: block;
	margin-top: 4px;
}
.form__input--consent label,
.form__input--consent .label {
	flex: 1 0 0%;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 1.5;
	padding-top: 1px;
	text-align: left;
	/* padding-top: 0; */
}
.referral-form .form__input--consent a {
	font-weight: 400;
	transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
	.referral-form .download .form__input--consent {
		text-align: center;
	}
}
@media (max-width: 1199px) {
	.referral-form .download .form__row--footer {
		justify-content: center;
	}
}
.referral-form input[type="text"].error-message,
.referral-form input[type="number"].error-message,
.referral-form input[type="email"].error-message,
.referral-form input[type="tel"].error-message,
.referral-form textarea.error-message,
.referral-form select.error-message,
.referral-form .select2-container.error-message {
	border-color: #dc3545;
	margin-bottom: 40px;
}
.referral-form input[type="text"].error-message .select2-selection--single,
.referral-form input[type="number"].error-message .select2-selection--single,
.referral-form input[type="email"].error-message .select2-selection--single,
.referral-form input[type="tel"].error-message .select2-selection--single,
.referral-form textarea.error-message .select2-selection--single,
.referral-form select.error-message .select2-selection--single,
.referral-form .select2-container.error-message .select2-selection--single {
	border-color: #dc3545;
}
.referral-form input[type="text"].error,
.referral-form input[type="number"].error,
.referral-form input[type="email"].error,
.referral-form input[type="tel"].error,
.referral-form textarea.error {
	border-width: 1px;
	border-color: #dc3545;
	margin-bottom: 40px;
}
.referral-form input[type="text"].error:focus,
.referral-form input[type="number"].error:focus,
.referral-form input[type="email"].error:focus,
.referral-form input[type="tel"].error:focus,
.referral-form textarea.error:focus {
	border-width: 1px;
	border-color: #dc3545;
}
.referral-form strong.error {
	display: block;
	font-size: 12px;
	color: #fefefe;
	background: #dc3545;
	font-weight: 400;
	padding: 4px 8px;
	position: absolute;
	margin: 0;
	top: 100%;
	width: 100%;
}
.referral-form strong.error:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	margin-right: 8px;
}
.referral-form .loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 1;
	background-color: #2e2e2e;
	z-index: 99991;
	text-align: center;
}
.referral-form .loading__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99992;
}
.referral-form fieldset {
	margin-bottom: 30px;
	padding: 5px 25px;
}
.referral-form-contact-info {
	width: 35%;
	margin: 0 2.5%;
}

.referral-form-contact-info-box {
	padding: 30px;
	background-color: #383536;
	color: white;
	margin-bottom: 30px;
}

.referral-form-contact-info-box h3 {
	margin: 0 0px 10px;
}

.referral-form-contact-info-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.referral-form-contact-info-box ul li {
	margin: 0;
}

.referral-form-contact-info-box ul li:not(:last-child) {
	margin: 0 0 20px 0;
}

@media (max-width: 900px) {
	.referral-form form {
		width: 100%;
	}
	.referral-form-contact-info {
		width: 100%;
		margin: 0 0 30px;
		order: -1;
	}
	.referral-form {
		flex-wrap: wrap;
	}
}

.stars svg {
	height: 35px;
}
.stars {
	margin-bottom: 20px;
	margin-top: -30px;
}

.privacy-policy h3 {
	display: block;
}

.edit-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
}

.intro-section p,
.fifty-fifty-container p,
.list-section p,
.about-container p,
.full-width-section p {
	margin-top: 25px;
	margin-bottom: 10px;
	display: inherit;
}

.intro-section p:first-child,
.fifty-fifty-container p:first-child,
.list-section p:first-child,
.about-container p:first-child,
.full-width-section p:first-child {
	margin-top: 0;
}

.intro-section p:last-child,
.fifty-fifty-container p:last-child,
.list-section p:last-child,
.about-container p:last-child,
.full-width-section p:last-child {
	margin-bottom: 0;
}

.about-container h1,
.about-container h2,
.about-container h3,
.about-container h4,
.about-container h5,
.about-container h6,
.intro-section h1,
.intro-section h2,
.intro-section h3,
.intro-section h4,
.intro-section h5,
.intro-section h6,
.fifty-fifty-container h1,
.fifty-fifty-container h2,
.fifty-fifty-container h3,
.fifty-fifty-container h4,
.fifty-fifty-container h5,
.fifty-fifty-container h6,
.list-section h1,
.list-section h2,
.list-section h3,
.list-section h4,
.list-section h5,
.list-section h6,
.full-width-section h1,
.full-width-section h2,
.full-width-section h3,
.full-width-section h4,
.full-width-section h5,
.full-width-section h6 {
	margin-top: 25px;
	margin-bottom: 25px;
	display: inherit;
}

.about-container h1:first-child,
.about-container h2:first-child,
.about-container h3:first-child,
.about-container h4:first-child,
.about-container h5:first-child,
.about-container h6:first-child,
.intro-section h1:first-child,
.intro-section h2:first-child,
.intro-section h3:first-child,
.intro-section h4:first-child,
.intro-section h5:first-child,
.intro-section h6:first-child,
.fifty-fifty-container h1:first-child,
.fifty-fifty-container h2:first-child,
.fifty-fifty-container h3:first-child,
.fifty-fifty-container h4:first-child,
.fifty-fifty-container h5:first-child,
.fifty-fifty-container h6:first-child,
.list-section h1:first-child,
.list-section h2:first-child,
.list-section h3:first-child,
.list-section h4:first-child,
.list-section h5:first-child,
.list-section h6:first-child,
.full-width-section h1:first-child,
.full-width-section h2:first-child,
.full-width-section h3:first-child,
.full-width-section h4:first-child,
.full-width-section h5:first-child,
.full-width-section h6:first-child {
	margin-top: 0;
}

.about-container h1:last-child,
.about-container h2:last-child,
.about-container h3:last-child,
.about-container h4:last-child,
.about-container h5:last-child,
.about-container h6:last-child,
.intro-section h1:last-child,
.intro-section h2:last-child,
.intro-section h3:last-child,
.intro-section h4:last-child,
.intro-section h5:last-child,
.intro-section h6:last-child,
.fifty-fifty-container h1:last-child,
.fifty-fifty-container h2:last-child,
.fifty-fifty-container h3:last-child,
.fifty-fifty-container h4:last-child,
.fifty-fifty-container h5:last-child,
.fifty-fifty-container h6:last-child,
.list-section h1:last-child,
.list-section h2:last-child,
.list-section h3:last-child,
.list-section h4:last-child,
.list-section h5:last-child,
.list-section h6:last-child,
.full-width-section h1:last-child,
.full-width-section h2:last-child,
.full-width-section h3:last-child,
.full-width-section h4:last-child,
.full-width-section h5:last-child,
.full-width-section h6:last-child {
	margin-bottom: 0;
}

.list-section-items-container {
	padding-top: 30px;
}

.about-container .styled-button,
.intro-section .styled-button,
.fifty-fifty-container .styled-button,
.list-section .styled-button {
	margin-top: 30px;
	max-width: 400px;
}

.treatment-fifty-fifty-links-container h2 {
	margin-bottom: 30px;
}
.treatment-fifty-fifty-links-container h2 a {
	color: black;
	text-decoration: none;
}

.pop-video {
	cursor: pointer;
}

#popVideoWrap {
	position: fixed;
	padding: 12px;
	height: 100vh;
	display: flex;
	z-index: 999999;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

#popVideoWrap,
#popVideoWrap:after,
#popVideoWrap .pop-video-overlay {
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

#popVideoWrap:after,
#popVideoWrap .pop-video-overlay {
	height: 100%;
	position: absolute;
}

#popVideoWrap:after {
	content: "";
	display: block;
	background-color: #222222;
	opacity: 0;
	z-index: -1;
}

#popVideoWrap .pop-video-container,
#popVideoWrap video,
#popVideoWrap iframe {
	position: relative;
	box-sizing: border-box;
}

#popVideoWrap .pop-video-container {
	width: 95%;
	z-index: 5;
}

#popVideoWrap video,
#popVideoWrap iframe {
	z-index: 10;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
	width: 100%;
	height: auto;
	max-height: 85vh;
	display: block;
}

#popVideoWrap video {
	object-fit: cover;
}

#popVideoWrap .pop-video-close {
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 42px;
	height: 42px;
	text-indent: 90px;
	overflow: hidden;
	border-radius: 100%;
	border: solid 3px #222222;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index: 150;
}

#popVideoWrap .pop-video-close:before,
#popVideoWrap .pop-video-close:after {
	content: "";
	width: 45%;
	height: 3px;
	background-color: #222222;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

#popVideoWrap .pop-video-close:before {
	transform: rotate(42deg);
}

#popVideoWrap .pop-video-close:after {
	transform: rotate(-42deg);
}

#popVideoWrap .pop-video-close:focus {
	outline: none;
}

#popVideoWrap .pop-video-close:hover {
	background-color: #222222;
}

#popVideoWrap .pop-video-close:hover:before,
#popVideoWrap .pop-video-close:hover:after {
	background-color: #fff;
}

#popVideoWrap.active {
	opacity: 1;
	visibility: visible;
}

#popVideoWrap.active:after {
	opacity: 0.8;
}

@media (max-width: 1659px) and (min-width: 1330px) {
	#popVideoWrap .pop-video-container {
		max-width: 978px;
	}
}

@media (min-width: 1660px) {
	#popVideoWrap .pop-video-container {
		max-width: 80%;
	}
}

.custom-select {
	position: relative;
	font-family: "Montserrat", sans-serif;
}

.custom-select select {
	display: none;
}

.select-selected {
	cursor: pointer;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #716868;
	background-clip: padding-box;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #716868;
	border-radius: 0;
	text-align: left;
	transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #716868 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #716868 transparent;
	top: 7px;
}

.select-items {
	position: absolute;
	background-color: #716868;
	color: #ffffff;
	font-size: 13px;
	text-align: left;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	max-height: 145px;
	overflow: auto;
	-webkit-box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 16px;
	-moz-box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 16px;
	box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 16px;
}

.select-items div {
	padding: 8px 10px;
	cursor: pointer;
	border-bottom: 1px solid #8b8b8b;
}

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

html.js-modal-active {
  overflow: hidden
}

@media (max-width: 767px) {
  html {
      scrollbar-width:none;
      -ms-overflow-style: none
  }

  html::-webkit-scrollbar {
      width: 0px
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: rgba(48,48,48,0.9);
  opacity: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  color: #0C090C;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.modal__inner {
  position: relative;
  width: 100%;
  max-width: 400px;
	padding: 15px;
	margin: 30px auto;
  background: #f5f5f5;
  -webkit-transform: translateY(5rem);
  -moz-transform: translateY(5rem);
  -o-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease
}

@media (min-width: 576px) {
  .modal__inner {
		max-width: 600px;
		padding: 15px;
    margin: 50px auto;
  }
}

.modal__close {
  position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 35px;
	height: 35px;
	background: #0C090C;
	color: #fefefe;
	text-indent: 0.1px;
	font-size: 15px;
	line-height: 30px;
	padding: 0;
	border: 3px solid #f5f5f5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

/* @media (min-width: 576px) {
  .modal__close {
		top: -20px;
		right: -20px;
		width: 45px;
		height: 45px;
		line-height: 40px;
		border: 3px solid #f5f5f5;
  }
} */

.modal__hidden {
	display: none;
}

.modal.active {
  opacity: 1;
  visibility: visible
}

.modal.active .modal__inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.modal img {
  margin: 0;
}

.modal__lg {
	display: none;
}

.modal__sm {
	display: block;
}

@media (min-width: 767px) {

  .modal__lg {
		display: block;
	}

	.modal__sm {
		display: none;
	}

}

.testimonial-item-circle-stars .st0{
	fill:#df6847;
}

#videoToggle {
  cursor: pointer
}
.dialog {
  position: fixed;
  padding: 20px;
  height: 100vh;
  width: 100%;
  display: flex;
  left: 0;
  top: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.dialog__overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #383536;
  opacity: 0;
  cursor: pointer
}
.dialog__inner {
  position: relative;
  width: 1000px;
  max-width: 100%;
  z-index: 5
}
.dialog iframe,
.dialog video {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 19px rgba(0,0,0,.16);
  width: 100%;
  height: auto;
  max-height: 85vh;
  display: block
}
.dialog video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.dialog__close {
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  border: 3px solid #ae9c88;
  padding: 0;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  z-index: 150
}
.dialog__close .icon svg {
  display: block;
  fill: #ae9c88;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.dialog__close:focus,
.dialog__close:hover {
  background-color: #656456;
}
.dialog__close:focus .icon svg,
.dialog__close:hover .icon svg {
  fill: #ffffff
}
.dialog--active {
  opacity: 1;
  visibility: visible
}
.dialog--active .dialog__overlay {
  opacity: .9
}

.icon--close {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    vertical-align: baseline;
}

.icon--close svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: var(--black);
    transition: all .3s cubic-bezier(.5,0,.5,1);
}



<!--- New CSS Code -->

div#ez-toc-container {
    display: none;
}



.faq-headi p {
    font-weight: 500;
}
@media (max-width: 767px){
.fifty-fifty-img-img2 {
    display: block;
    bottom: 95%;
    width: 100%;
    left: 0px !important;
}
	
	.fifty-fifty-content-container {
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 60%;
}
}

.appoint-btn a {
    padding: 20px;
    background: #553d00;
    color: #fff;
    text-decoration: none;
	font-weight: 600;
}
p.appoint-btn {
    margin-bottom: 3rem;
}

.sidebar-cta h3 {
    font-size: 20px;
    text-align: center;
	font-weight: 600;
    color: #fff;
}
.sidebar-cta {
   width: 100%;
    padding: 10px;
    background: #635e60;
    background-image: url(https://www.eccleshilldental.co.uk/wp-content/uploads/2024/02/9.jpg);
}
.shedule-btn a {
   color: #fff;
    text-decoration: none;
    background: #df6847;
    padding: 14px 12px;
    border-radius: 6px;
    font-weight: 500;
	box-shadow: 0px 0px 8px 1px;
}
.shedule-btn a:hover {
    background: #908370;
}
a.button-expert:hover {
    background: #908370;
    border-color: #908370;
    color: #000;
}
.widget_recent_entries a {
    text-decoration: none;
    font-weight: 500;
}
.cat-item a {
    text-decoration: none;
    font-weight: 500;
}
h2.widget-title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}
p.shedule-btn {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px;
}
section#sfsi-widget-2 {
    margin-bottom: 30px;
}
.pum-theme-4960 .pum-container, .pum-theme-hello-box .pum-container {
    padding: 30px;
    border-radius: 80px;
    border: 3px solid #df6847 !important;
    box-shadow: 0px 0px 0px 0px rgba(2,2,2,0);
    background-color: rgba(255,255,255,1);
}
.pum-theme-5007 .pum-container, .pum-theme-hello-box .pum-container {
    padding: 30px;
    border-radius: 80px;
    border: 14px solid #81d742;
    box-shadow: 0 0 0 0 rgba(2,2,2,0);
    background-color: none !important;
    background-image: url(https://www.eccleshilldental.co.uk/wp-content/uploads/2024/02/ecc-pop.jpg);
}



@media (max-width: 767px) {
	
	.blog-section {
    display: block !important;
    margin-top: 0em !important;
	margin-bottom: 0em !important;
}
	
	.blog-sec {
    width: 100% !important;
    height: auto;
}

.blog-sidebar {
    width: 90% !important;
    height: auto;
}
	
}



.blog-sec {
    width: 70%;
    height: auto;
}

.blog-sidebar {
    width: 26%;
    height: auto;
}
.blog-section {
    display: flex;
    margin-top: 2em;
	margin-bottom: 2em;
}

.faq-section.faq-sec {
    padding: 40px 0 !important;
}
.expert {
    background: #16132e;
    padding: 40px 0;
	margin: 40px 0px;
}
h2.heading-fst {
    text-align: center;
    color: #383536;
    font-weight: 600;
	margin: 0;
}
p.para-fst {
    text-align: center;
    color: #383536;
	font-weight: 500;
}
.button-expert {
    text-align: center !important;
    border: 1px solid #383536;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0px 0px 8px 1px;
    font-weight: 500;
    background: #383536;
}
p.btn-expert {
    text-align: center;
    margin-top: 3em;
}
.faq-headi p {
    font-weight: 500;
}

.expert {
    background: #635e60;
    padding: 40px 0;
    background-image: url('https://www.eccleshilldental.co.uk/wp-content/uploads/2024/02/2.jpg');
    width: 100%;
    height: auto;
}

.widget_categories ul li a:hover {
    color: #df6847;
    font-size: 16px;
}
ul li::marker {
    color: #ad9c87;
}
.widget_recent_entries ul li a:active {
    color: #0d0d3e !important;
}
a.ez-toc-link {
    font-size: 16px !important;
    font-weight: normal !important;
    text-decoration: none;
}
a.ez-toc-link:hover {
    color: #df6847;
}
a.ez-toc-link:active {
    background: none !important;
    color: #553d00 !important;
}
span.ez-toc-title {
    font-size: 1em !important;
    font-weight: 700 !important;
	color: #383536 !important;
}
.appoint-btn a:hover {
    background: #df6847;
}
div#ez-toc-container {
    display: none;
}
h2.faq-heading {
    padding-bottom: 35px;
}
.full-width-section.blog-faq {
    padding: 20px 0;
}
h2.heading-post {
    font-weight: 600;
}

.blog-sec h3 {
    color: #000;
}
span.rpwwt-post-title {
    color: #000;
    font-weight: 500;
}
.ez-toc-widget-container ul.ez-toc-list-level-1 li.ez-toc-heading-level-2 > a {
     font-weight: 900 !important;
}
.ez-toc-widget-container ul li a {
    padding-left: 10px;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    color: #000;
    font-weight: 500 !important;
}
ul.ez-toc-list.ez-toc-list-level-1 {
    margin-top: -15px;
}
span.rpwwt-post-title:hover {
    color: #df6847;
}
.hover-underline:hover {
    color: #df6847;
    font-weight: 500;
}
div#sfsiid_twitter {
    display: none !important;
}
div#sfsiid_facebook {
    display: none !important;
}
div#sfsiid_linkedin {
    display: none !important;
}
.popup-btn a {
   background: #df6847;
    color: #fff;
    padding: 24px;
    text-decoration: none;
    margin: 20px 0;
    font-weight: 500;
    border-radius: 8px;
}
p.popup-btn {
    margin: 55px 0;
}
.popup-btn a:hover {
    background: #908370;
}
.pum-theme-4958 .pum-container, .pum-theme-lightbox .pum-container {
   
	border: 2px solid #000 !important;
  
}
li.wp-social-link.wp-social-link-linkedin.wp-block-social-link {
    margin-top: -7px;
}
.faq-heading p {
    font-weight: 500;
}
.faq-section.faq-sec {
    padding: 0px 0 !important;
    margin-bottom: 20px;
}


@media (max-width: 767px){
.fifty-fifty-img-img2 {
    display: block;
    bottom: 95%;
    width: 100%;
    left: 0px !important;
}
	
	.fifty-fifty-content-container {
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 60%;
}
	.blog-post-area .blog-posts-single {
    width: 100% !important;
    min-width: 0 !important;
    margin: 10px 0 !important;
}
}

	.blog-post-area .blog-posts-single {
    width: 22%;
    min-width: 250px;
    margin: 0 0.5% 0 1.5rem;
}
.blog-post-area .blog-posts-single-text {
    padding: 1rem;
}
.blog-post-area .blog-posts-single-title {
	font-size: 1.3rem;}
h2.heading-post {
    text-align: center;
}
.blog-post-area .blog-posts-single img {
    height: 120px;
}

iframe .formFooter{display:none;}
.ez-toc-widget-container nav ul li a::before{ content:''!important;}
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul{ padding-left:0; margin-left: 17px;}
.ez-toc-list-level-3 li{ margin-bottom:0px!important;}
.blog-two-section{display:flex; justify-content:space-between; align-items:center;}
.blog-two-section div{width:100%;}
.blog-two-section div.imageSection{width:70%;}
.blog-two-section div.imageSection img{width:100%}


.cta-form {
	
   /* background-image: url(https://dev.eccleshilldental.co.uk/wp-content/uploads/2024/02/2.jpg); */
	background:#b6af9b;
	padding: 2.5rem 0;

}
.cta {
    text-align: center;
    max-width: 85%;
    align-content: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
h2.cta-heading {
    padding-top: 0;
    color: #383536;
    font-size: 26px;
    font-weight: 600;
	margin-bottom:2rem;
}
a.cta-btn-book:hover {
   <!-- background: #8b8386; -->
	background:#df6847;
}
a.cta-btn-book {
    background: #383536;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    border-radius: 10px;
	text-decoration: none;
	border-radius:10px;
}
a:hover.cta-btn-book {
  
	background:#df6847;
}

.maincontainer{ width:31.6%; height:299px; margin:10px;}
.back p{position:absolute; top:93px; font-size:15px; width:240px; color:#fff!important;}
.front h2 { position:absolute; padding:10px; top:200px; color:#000;}

/* style the maincontainer class with all child div's of class .front */
.maincontainer > .front { position:absolute; transform: perspective(600px) rotateY(0deg); width:302px; height:290px; backface-visibility:hidden; transition:transform .5s linear 0s;}

/* style the maincontainer class with all child div's of class .back */
.maincontainer > .back { position:absolute; transform:perspective(600px) rotateY(180deg); background:#df6847; color:#fff; width:302px; height:290px; border-radius:10px; padding:40px;
    backface-visibility:hidden; transition:transform .5s linear 0s; }
.maincontainer > .back h2{ color:#000000}
.maincontainer:hover > .front {transform:perspective(600px) rotateY(-180deg);}
.maincontainer:hover > .back {transform:perspective(600px) rotateY(0deg);}
.testimonial-title h2{ margin-bottom:1px;}
.testimonial-title p{ color:#fff!important; position:relative;}
.brand-work-with{color:#fff}
.brand-work-with h2{ margin:0px; color:#fff;}
.brand-work-with p{ color:#fff!important;}
.home-page-faq h2{ margin:0px;}
.choose-eccleshill-home .treatment-fifty-fifty-links-container{ max-width:80%;}
.choose-eccleshill-home h2{ margin:0px;}
.choose-eccleshill-home h3{ margin-bottom:0px; margin-top:1rem; display:flex; align-items:center;}
.choose-eccleshill-home i {
	padding: 18px;
    background-color: #ad9c87;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    border: 2px solid #beb5a7;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
    min-width: 66px;
    text-align: center;
	float:left;
}
.homePageIntro .intro-section-content{ width:1260px;}


.auto-container{position:static; max-width:1200px; padding: 0px 15px; margin: 0 auto;}
.auto-container .form-area{background:#fff; padding:10px 30px 0px;}
.auto-container .heading{font-weight: 600;}
.auto-container .form-title{text-align:center; width:100%;}
.auto-container .form-title h5{ color:#df6847; font-size:27px; font-weight:600; margin:10px 0px;}
.auto-container .form-title p{ color:#8b8888; margin:5px 0px; font-size:16px; line-height:28px; font-weight:400;}
.formSection label.heading{ display:inline-block; margin:.8rem 0rem; color:#eea803; font-size:17px; width: 100%; }
.wpcf7-form-control-wrap{margin-bottom:3rem; display: block;}
.analysisFormradio { display:flex; position:relative; flex-wrap:wrap;}
.analysisFormradio .wpcf7-list-item{  
	width: 156px;
    height: 182px;
    position: relative;
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 6px;
	padding-top:2%;
}
.analysisFormradio .wpcf7-list-item input[type="radio"],
.analysisFormradio .wpcf7-list-item input[type="checkbox"]
{position:absolute; top:0!important; left:0!important;  width:154px!important; height:181px!important; background:#f5f5f500!important; border:0 !important; z-index:99;}

.analysisFormradio .wpcf7-list-item input[type=radio]:checked:after,
.analysisFormradio .wpcf7-list-item input[type=checkbox]:checked:after
{ content:''; background:#0000; position:absolute; top:-1px; left:-1px; width:150px; height:178px;  border:3px solid #df6847;    border-radius:6px;}
.analysisFormradio .wpcf7-list-item input[type=radio]:checked:before,
.analysisFormradio .wpcf7-list-item input[type=checkbox]:checked:before
{left:15px; background-color:#fff0; height:13px; width:6px; border-bottom:6px solid #df6847; border-right: 6px solid #df6847;
    transform: rotate(45deg); margin:0; top: 5px;}

.analysisFormradio .wpcf7-list-item span{
	position: relative;
    z-index: 9;
    width: 142px;
    height: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    padding-top: 102px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #383536;
    font-weight: 500;
    text-align: center;}


.analysisFormradio .wpcf7-list-item span:before{width:3rem; height:3rem; position:absolute; top:0;}
.wpcf7-form-control-wrap[data-name="ChooseyourGender"] .analysisFormradio .wpcf7-list-item.first span{background-image: url("https://eccleshilldental.co.uk/wp-content/uploads/2024/07/mailIcon.png"); background-size: 100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}
.wpcf7-form-control-wrap[data-name="ChooseyourGender"] .analysisFormradio .wpcf7-list-item.last span{background-image: url("https://eccleshilldental.co.uk/wp-content/uploads/2024/07/femaleIcon.png"); background-size:100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}

.wpcf7-form-control-wrap[data-name="AgeGroup"] .analysisFormradio .wpcf7-list-item.first span{background-image: url("https://eccleshilldental.co.uk/wp-content/uploads/2024/07/ChildIcon.png"); background-size: 100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}
.wpcf7-form-control-wrap[data-name="AgeGroup"] .analysisFormradio .wpcf7-list-item:nth-child(02) span{background-image: url("https://eccleshilldental.co.uk/wp-content/uploads/2024/07/TeenIcon.png"); background-size: 100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}
.wpcf7-form-control-wrap[data-name="AgeGroup"] .analysisFormradio .wpcf7-list-item:nth-child(03) span{background-image: url("https://eccleshilldental.co.uk/wp-content/uploads/2024/07/AdultIcon.png"); background-size: 100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}
.wpcf7-form-control-wrap[data-name="AgeGroup"] .analysisFormradio .wpcf7-list-item.last span{background-image: url("https://eccleshilldental.co.uk/wp-content/uploads/2024/07/SeniorIcon.png"); background-size: 100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}
.wpcf7-form-control-wrap[data-name="AgeGroup"] .analysisFormradio .wpcf7-list-item.last span:before{background-image: url("https://eccleshilldental.co.uk/wp-content/uploads/2024/07/SeniorIcon.png"); background-size: 100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}



.wpcf7-form-control-wrap[data-name="dislikesmie"] .analysisFormradio .wpcf7-list-item.first span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/size.png'); background-size:100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}
.wpcf7-form-control-wrap[data-name="dislikesmie"] .analysisFormradio .wpcf7-list-item:nth-child(02) span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/Shape.png'); background-size:100%; width:80px;background-position-y:0px; height:81px; background-repeat: no-repeat;}
.wpcf7-form-control-wrap[data-name="dislikesmie"] .analysisFormradio .wpcf7-list-item:nth-child(03) span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/color-teeth.png'); background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}
.wpcf7-form-control-wrap[data-name="dislikesmie"] .analysisFormradio .wpcf7-list-item:nth-child(04) span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/Alignment.png'); background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}
.wpcf7-form-control-wrap[data-name="dislikesmie"] .analysisFormradio .wpcf7-list-item.last span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/missing-teeth.png'); background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}

.wpcf7-form-control-wrap[data-name="DentalAlignment"] .analysisFormradio .wpcf7-list-item.first span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/brightness.png'); background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}
.wpcf7-form-control-wrap[data-name="DentalAlignment"] .analysisFormradio .wpcf7-list-item:nth-child(02) span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/Crossbite.png');  background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}
.wpcf7-form-control-wrap[data-name="DentalAlignment"] .analysisFormradio .wpcf7-list-item:nth-child(03) span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/Space-teeth.png'); background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}
.wpcf7-form-control-wrap[data-name="DentalAlignment"] .analysisFormradio .wpcf7-list-item:nth-child(04) span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/chipped-teeth.png'); background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}
.wpcf7-form-control-wrap[data-name="DentalAlignment"] .analysisFormradio .wpcf7-list-item.last span{background-image: url('https://eccleshilldental.co.uk/wp-content/uploads/2024/07/diastema.png'); background-size:100%; width:165px; background-position:center; background-position-y:-40px;  height: 86px;}



.analysisFormradio .wpcf7-list-item input[type="checkbox"]{position:absolute; width:116px;  height:122px; left:18px;  background:#f5f5f5;  border:1px solid #e9e9e9; border-radius: 7px;}
.analysisFormradio .wpcf7-list-item input[type="checkbox"]{position:absolute; width:116px;  height:122px; left:18px;  background:#f5f5f5;  border:1px solid #e9e9e9; border-radius: 7px;}
.analysisFormradio .wpcf7-list-item input[type='radio']:checked + .ChooseyourGender .wpcf7-list-item{ background:#000;}
.analysisFormradio .first .wpcf7-list-item-label:before{ }
.formSection .wpcf7-form-control-wrap{ margin-bottom:0px;}
.auto-container .form-control {
    display: block;
    width: 100%;
    letter-spacing: 0px;

    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Muli', sans-serif;
}
.auto-container button, .auto-container input {
    overflow: visible;
    letter-spacing: 0px;

}

.auto-container .w-100{ width:100%;}
.auto-container .twoColumn{ display:flex; justify-content:space-between;     width: 100%;}
.auto-container .w-50{ width:49%;}
.auto-container .btn-style-one {
    border: 3px solid #ad9c87;
    padding: 13px 20px;
    transition: .5s;
    display: inline-block;
    font-size: 1.1rem;
    background-color: #ad9c87;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
}

.auto-container .btn-style-one:hover {
    background-color: #df6847;
    border-color: #df6847;
}




.auto-container .form-bottom p {
    font-size: 13px;
    color: #8a9092;
    line-height: 18px;
    margin: 10px 0px;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    letter-spacing: 0px;


}

.auto-container .btn-style-one:before {
    position: absolute;
    letter-spacing: 0px;

    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}


.auto-container [type=reset], .auto-container [type=submit], .auto-container button, html [type=button] {
    -webkit-appearance: button;
}


.auto-container .btn-style-one:hover:before {transform: scale(1, 1); transform-origin:bottom left; letter-spacing:0px;}
.auto-container .bottom-img{ position:relative; top:214px; left:-50px;}
.auto-container .theme-btn { display:inline-block; text-align:center; transition: all 0.3s ease;}
.auto-container .btn-style-one .btn-title { position:relative;}

@media screen and (max-width: 768px) {
    .auto-container .w-50{ width:46%;}
    }
.virtualTour-Map{ width:1170px; margin:auto;}
#image-container{ justify-content:center; display:flex; margin:1.5rem 0;}
#image-container img{ cursor:pointer; padding-right:10px;}
@media (max-width: 1169px) {
	.virtualTour-Map{ width:98%;}
}
.top-nav-offer-info{background:#fff; color:#383536; padding-top:0; border:2px solid #df6847; padding-bottom:0; width: 99.1%;}
.top-nav-offer-info div{ width:50%; align-items:center; display:flex; justify-content:center;}
.top-nav-offer-info div.rightBorder{border-right:2px solid #df6847; height:47px;}
.top-nav-offer-info div a{ display:flex; justify-content:center; text-align:left; text-decoration:none;}
.top-nav-offer-info div a img{ width:40px; height:40px; margin-right:30px;}
.top-nav-offer-info div a span{ color:#383536; font-size:17px; font-weight:600;}
.top-nav-offer-info div a span small{  font-weight:500;}
.top-nav-offer-info div a:hover span{ color:#df6847;}
.scrolled .DenstishCall{position:fixed; bottom:0; z-index:999999; width:100%; background:#df6847; text-align:center; height:50px; line-height:50px;color: #fff; display:block;}
.DenstishCall a {color:#fff; text-decoration: none;}
.DenstishCall a i { background:#383536; padding:8px; border-radius:50px; font-size:12px;}
.financeSmall-text{display:block; font-size:12px; font-weight:400; color:#e5e5e5;}

.newFooter{ background:#383536; padding-top:0rem;  padding-bottom:5rem; }
.newFooter .faq-section-items-container{display:flex; justify-content:space-around;}
.newFooter .addressSection { color:#fff; width:25%;}
.newFooter .addressSection h2{ color:#fff; border-bottom:1px solid #fff; font-size:22px; margin-bottom:0; padding-bottom:10px;}
.newFooter .addressSection p{padding:0; line-height:normal; font-size:17px; margin-bottom:25px;}
.newFooter .addressSection a{ display:block; margin-bottom:10px; color:#fff; font-size:17px;}
.newFooter .addressSection a i{color:#df6847; margin-right: 20px;}
.newFooter .addressSection .social-link-container{  display:flex; margin-left:0; margin-top:16px;}
.newFooter .addressSection .social-link-container a i{ color:#fff;}

.newFooter .footerLink { color:#fff; width:100%;}
.newFooter .footerLink h2{ color:#fff;  border-bottom:1px solid #fff; font-size:22px; margin-bottom: 0; padding-bottom:10px;}
.newFooter .footerLink a{width:30%; display:block; margin-bottom:15px;}
.newFooter .footerLink .LinkUrl {display:flex; justify-content:flex-start;  flex-wrap:wrap; margin-top:-1px;} 
.newFooter .footerLink .LinkUrl div{width:46.7%; margin-right: 3%;}
.newFooter .footerLink .LinkUrl div:last-child{ margin-right:0;}
.newFooter .footerLink .LinkUrl .menu{display:flex; flex-wrap: wrap;list-style: none; margin:0px; padding:0px; margin-top:0; margin-bottom:2rem;}
.newFooter .footerLink .LinkUrl .menu li{ width: 31%; border-bottom:1px solid #6e6e6e; padding-bottom: 6px; margin-bottom:0.5em;     margin-right: 2%;}
.newFooter .footerLink .LinkUrl .menu li:first-child{ font-weight:500; border-bottom:1px solid #fff; width:100%;}
.newFooter .footerLink .LinkUrl .menu li:first-child a{ font-size:20px;}
.newFooter .footerLink .LinkUrl .menu li a{ width:100%; color:#fff;  text-decoration:none;  margin-bottom:0; font-size:15px;}
.newFooter .footerLink .LinkUrl .menu li a:hover{ color:#df6847;}


.newFooter .footerLink .footerbottom{ display:flex; justify-content:flex-end;}
.newFooter .footerLink .footerbottom a{ display:block; padding:0 14px; width:auto; color:#fff; text-decoration:none; font-size:13px; text-transform:uppercase; font-weight:500;}
.newFooter .footerLink .footerbottom a:hover{ color:#df6847;}
.newFooter .footerLink .footerbottom a:last-child{padding-right:0px;}
@media(max-width:767px){
	.newFooter .footerLink .LinkUrl div{ width:100%;}	
	.newFooter .footerLink .LinkUrl .menu li{ width:100%; margin: 0; padding-bottom:8px; margin-bottom:0.5rem;}
}
.footer-finance{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    background: #b6af9b57;
    padding-bottom: 20px;
}
.footer-finance h2{font-size:18px; color:#ffffff; font-weight:500; background:#df6847; display:inline-block; padding:6px 17px; margin:0 30px;}
.footer-finance .innerArea.overflow{padding:0 30px; height:150px; overflow:auto;}
.footer-finance .innerArea{max-width:1200px; margin:auto;}
.footer-finance .innerArea p{ color:#fff!important;}
.whatsapp-icon .fa-whatsapp{background:#25d366; line-height:26px; padding-left:2px;}
.top-nav-contact-info b { display:none;}
@media(max-width:600px){
	.maincontainer{width:100%; margin:10px auto;}
	.maincontainer>.back, .maincontainer>.front{ width:100%;}
    .top-nav-offer-info div{width:auto; display:block; justify-content:center; text-align:center;}
    .top-nav-offer-info div a span{margin:3px 14px; text-align: center;}
    .whatsapp-icon .fa-whatsapp{ background:transparent!important;}
    .whatsapp-icon .fa-whatsapp:before{background:#25d366; border-radius:10px;}
	.top-nav-contact-info b { display:block; margin-top:9px;}
	.social-link-container{width:66%; padding-top:1px;}
	.top-nav-contact-info{width:100%!important;}
	.top-nav-contact-info-two-thirds { width:80%;}
	.top-nav-contact-info-two-thirds a.social-link.whatsapp-icon{ margin-top:-6px;}
	.top-nav-offer-info div.rightBorder{ display:flex;}
	.main-content{padding-top: 186px;}
}
@media(max-width:483px){
	.top-nav-offer-info div.rightBorder{ display:block;}
	.main-content{padding-top: 186px;}
}
.heading-txt{ margin:0;}
.subheading-txt{ margin:0.5rem 0 3rem; font-size:18px; color:#1c1b1b; font-weight: 400;}
.footersubheading-txt{ margin:0.5rem 0 1rem; font-size:16px; color:#000; display:block;}