* {
	margin: 0;
	padding: 0;
}

.spacer-desktop {
	display: block;
	height: 40px;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}


/*mobile changes*/
.elyse-template .featured-section .featured-detail-mobile {
	text-align: center;
	padding-top: 40px;
}

.elyse-template .banner-mobile {
	background-image: url(../img/header_mobile.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 70%;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.elyse-template .banner-mobile::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6); /* Adjust opacity here */
	z-index: 1;
}

.elyse-template .banner-mobile > * {
	position: relative;
	z-index: 2;
}

.mobile-title-div{
    text-align: center;
    vertical-align: middle;
}


.inside-container-mobile {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.parent-div {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
  height: 100%;            /* or a fixed height like 400px */
  position: relative;
}

.book-call-div-mobile {
	background-color: rgba(255, 255, 255, 0.3);
	/* width: 618px; */
	margin: auto;
	padding: 20px;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.mobile-site-title{
	font-family: 'Tenor Sans';
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 18px;
	padding-right: 15px;
	letter-spacing: 3px;
}

.section-treatment-title-mobile {
	font-size: 30px;
	padding: 0;
	color: #EDE2D9;
	font-family: 'Tenor Sans';
	text-align: left;
	line-height: 50px;
}

.treatment-title-mobile {
	font-family: 'Tenor Sans';
	font-size: 32px;
	font-weight: 400;
	color: #EDE2D9;
	text-align: left;
}

.treatment-content {
	font-family: 'Quicksand';
	font-size: 24px;
	color: #FAF5F1;
	padding-top: 9px;
	text-align: left;
	margin-left: 130px;
	width: 55%;
}

.treatment-content-mobile {
	font-family: 'Quicksand';
	font-size: 20px;
	color: #FAF5F1;
	padding-top: 9px;
	text-align: left;
}

.feedback-content-mobile {
	font-family: 'Quicksand';
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-top: 40px;
}

.feedback-treatment-mobile {
	font-family: 'Quicksand';
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
}

.feedback-rating-mobile {
	color: white;
	text-align: center;
	padding-top: 20px;
}

.section-newsletter-title-mobile {
	font-size: 32px;
	margin: 0;
	color: #fff;
	font-family: 'Tenor Sans';
	text-align: left;
	line-height: 40px;
}
/**/

/* Loader wrapper covers entire screen */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FAF5F1;
	/* match your page background */
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.5s ease;
}

/* Simple loader (you can style more) */
#loader {
	width: 40px;
	height: 40px;
	border: 4px solid #96775F;
	border-top: 4px solid transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

.gallery-style {
	padding-left: 100px; 
	padding-right: 100px; 
	padding-top:50px;
}

.feedback-style{
	padding-right: 90px;
	padding-left: 7% !important;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Hide body initially */
body {
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.8s ease;
}

.padding-treatment-desktop {
	padding-left: 10%;
	padding-right: 10%;
}

/* Hide on mobile */
.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

@media (max-width: 768px) {
	
	.blog-box-mobile{
		box-shadow: none !important;
	}

	.desktop-only, .desktop-only1 {
		display: none !important;
	}
	

	.mob-img {
		margin-bottom: 60px;
	}

	.our-story-section{
		padding-top: 0px;
	}

	.gallery-style {
		padding-left: 20px; 
		padding-right: 20px; 
		padding-top:50px;
	}

	.feedback-style{
		padding-right: 30px;
    	padding-left: 12% !important;
	}

	.no-padding-mobile {
		padding-left: 20px !important;
		padding: 10px 20px 10px 20px;
		text-align: center;
	}

	.padding-treatment-desktop {
		padding-left: 5% !important;
		padding-right: 5% !important;
		padding-top: 5% !important;
	}

	.spacer-desktop {
		display: none;
	}

	.mobile-only {
		display: block;
	}
	
	.desc2-mobile {
		padding-bottom: 40px;
	}

	.mobile-anne-img{
		margin-top: 50px;
	}

	.newsletter-mobile{
		padding-top: 100px !important;
		padding-left: 30px !important;
	}

	
	.p-header {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}

	.p-header-2 {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 30px !important;
		padding-bottom: 0px !important;
		letter-spacing: 0px;
	}

	.email-span{
		text-align: center !important;
		padding-left: 0px !important;
	}

	.text-span{
		text-align: center !important;
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.clinic-name-title{
		text-align: center !important;
		padding-left: 0px !important;
	}	

	.visit-header-mobile{
		text-align: center !important;
		padding-left: 0px !important;
	}

	.text-span-2{
		text-align: center !important;
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.text-span-3 {
		font-size: 16px;
		color: #333333;
		text-align: center !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		font-family: 'Tenor Sans';
	}

	.text-span-4 {
		font-size: 25px;
		color: #333333;
		text-align: center !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
		font-family: 'Tenor Sans';
	}

	.mobile-bg-color {
		background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
	}

	.mobile-sidebar {
		position: fixed;
		top: 0;
		right: -260px; /* move off-screen to the right */
		width: 260px;
		height: 100%;
		background: white;
		z-index: 1001;
		transition: right 0.3s ease;
		padding: 20px;
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); /* shadow on the left side */
	}

	.mobile-sidebar.open {
		right: 0; /* slide in from the right */
	}

	.mobile-sidebar-header {
		text-align: left; /* optional: move close button to left side inside the panel */
	}

	.mobile-menu-close {
		font-size: 22px;
		background: none;
		border: none;
	}

	.mobile-menu-btn {
		font-size: 24px;
		background: none;
		border: none;
		margin: 10px;
		color: #fff;
	}

	.mobile-menu-list {
		list-style: none;
		padding: 0;
	}

	.mobile-menu-list li {
		margin-bottom: 15px;
	}

	.sidebar-overlay {
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		transition: all 0.3s;
		z-index: 1000;
	}

	.sidebar-overlay.show {
		opacity: 1;
		visibility: visible;
	}
}

body {
	width: 100%;
	height: auto;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-family: 'Josefin Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
	margin: 0;
}

a {
	color: inherit;
	/* Keeps the link color same as surrounding text */
	text-decoration: none;
	/* Removes underline */
}

a:hover {
	color: black;
	/* Changes color to black on hover */
	text-decoration: none;
	/* Ensures underline doesn't appear on hover */
}

.main-container {
	/*max-width: 1920px;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.inside-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-left: 3% !important;
}

.sections-detail {
	margin: 0 0 55px;
}

.section-title {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.84px;
	font-weight: 700;
	color: #7b6cd5;
	text-align: center;
}

.section-values-title {
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #836850;
	font-family: 'Tenor Sans';
	text-align: center;
}

.section-about-title {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: 600;
	font-family: 'Quicksand';
	text-align: left;
}

.section-about-sub {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: 400;
	font-family: 'Quicksand';
	text-align: left;
}

.section-newsletter-title {
	font-size: 36px;
	padding-left: 150px;
	margin: 0;
	color: #fff;
	font-family: 'Tenor Sans';
	text-align: left;
	line-height: 40px;
}

.section-blog-title {
	font-size: 50px;
	padding-top: 50px;
	margin: 0;
	color: #9D7F64;
	font-family: 'Tenor Sans';
	text-align: center;
	line-height: normal;
}

.newsletter-form-input {
	border: none;
	border-bottom: 1px solid #fff;
	height: 55px;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 40px;
	color: white !important;
	letter-spacing: 0.48px;
	background-color: transparent;
	border-radius: 0;
}

.newsletter-form-input:focus {
	background-color: transparent;
	border: none;
}

.section-treatment-title {
	font-size: 50px;
	padding: 0;
	margin-left: 100px;
	margin-top: 60px;
	color: #EDE2D9;
	font-family: 'Tenor Sans';
	text-align: left;
	line-height: 50px;
}

.section-featured-title {
	font-size: 25px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Quicksand';
	text-align: center;
}

.section-feedback-title {
	font-size: 50px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Tenor Sans';
	text-align: center;
}

.section-title-desc {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 0.45px;
	color: #666;
	text-align: center;
}

/*Banner*/
.elyse-template .banner {
	background-image: url(../img/header_pic_converted.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 900px;
	max-height: 1026px;
	color: #fff;
	position: relative;
}

.elyse-template .banner .banner-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	z-index: 2;
}

.elyse-template .banner .top-bar {
	padding: 35px 15px;
}

.elyse-template .banner .top-bar-left,
.top-bar-right {
	padding-top: 24px;
	z-index: 3;
}

.elyse-template .banner .top-bar-left a {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.18px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	vertical-align: middle
}

.elyse-template .banner .logo {
	text-align: center;
	z-index: 3;
}

.elyse-template .banner .top-bar-right {
	text-align: right;
}

.elyse-template .banner .top-bar-right a {
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.18px;
	font-weight: 400;
	vertical-align: middle
}

.elyse-template .banner .top-bar-left a:hover,
.elyse-template .banner .top-bar-right a:hover {
	color: #fe86d4;
	text-decoration: none;
}

.elyse-template .banner .top-bar-left i,
.top-bar-right i {
	font-size: 16px;
	background-color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	color: #3e2d40;
	vertical-align: middle;
	padding-top: 5px;
}

.tenor-text {
	font-family: 'Tenor Sans';
	font-size: 16px;
	color: #000;
	opacity: 1;
}

.form-control-select {
	margin-left: 35px;
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 18px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-family: 'Tenor Sans';
	font-weight: 400;
	line-height: 1.5;
	color: #96775F;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #eaeef1;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.book-call-btn {
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
	width: 239px;
	height: 54px;
	border: none;
	margin-left: -25px;
	font-size: 20px;
	font-family: 'Quicksand';
	color: #FFFFFF;
}

.learn-more-btn {
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
	width: 234px;
	height: 54px;
	border: none;
	margin-top: 40px;
	margin-left: -25px;
	font-size: 20px;
	font-family: 'Quicksand';
	color: #FFFFFF;
}

.read-more-blog-btn {
	background-color: transparent;
	width: 156px;
	height: 44px;
	border-image: linear-gradient(to right, #96775F 0%, #eaeef1 100%);
	border: 2px solid #96775F;
	font-size: 15px;
	font-family: 'Quicksand';
	color: #96775F;
	float: left;
	margin-bottom: 40px;
}
.read-more-blog-btn2 {
    display: flex;                     /* allows perfect centering */
    justify-content: center;           /* horizontal */
    align-items: center;               /* vertical */
    
    width: 156px;
    height: 44px;
    
    background-color: transparent;
    border: 2px solid #96775F;
    
    font-size: 15px;
    font-family: 'Quicksand';
    color: #96775F;
    text-decoration: none;             /* remove underline */
    
    float: left;
    margin-bottom: 40px;
    }

.subscribe-btn {
	background-color: white;
	width: 156px;
	height: 44px;
	border: none;
	font-size: 15px;
	font-family: 'Quicksand';
	color: #96775F;
	margin-top: 10px;
}

.book-call-div {
	background-color: rgba(255, 255, 255, 0.3);
	width: 618px;
	height: 145px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
}

.elyse-template .banner .banner-content {
	padding: 200px 15px;
	margin-left: -40px;
}

.elyse-template .banner .banner-content .content-col {
	text-align: center;
	z-index: 3;
}

.elyse-template .banner .banner-content .site-title {
	font-family: 'Tenor Sans';
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 18px;
	padding-right: 15px;
	letter-spacing: 3px;
}

.elyse-template .banner .banner-content .site-title-desc {
	font-size: inherit;
	line-height: 25px;
	letter-spacing: 0.45px;
	margin-bottom: 51px;
	width: 97%;
}

.elyse-template .banner .banner-content a.banner-btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.6px;
	font-weight: 700;
	padding: 21px 32px 19px;
	background-color: #fe86d4;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}

.elyse-template .banner .banner-content a.banner-btn:hover {
	text-decoration: none;
	color: #7b6cd5;
}

/*Service*/
.service-section {
	padding: 62px 15px;
	padding-bottom: 100px;
}

.service-section .service-detail {
	text-align: center;
}

.service-section .service-detail a:hover {
	text-decoration: none;
}

.service-section .service-detail a:hover .service-title {
	text-decoration: none;
}

.service-section .service-title {
	font-family: 'Tenor Sans';
	font-size: 25px;
	line-height: 100%;
	font-weight: 400;
	color: #7F634B;
	margin-top: 20px;
	margin-bottom: 15px;
}

.service-section .service-desc {
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.40px;
}

.service-section .service-detail-img {
	max-width: 90px;
	height: auto;
}

/*top header*/
.elyse-template .top-header-section {
	padding: 62px 15px;
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
	height: 155px;
}

.header-link {
	color: #fff;
}

.section-header-title {
	font-size: 50px;
	padding: 0;
	margin: 0;
	color: #836850;
	font-family: 'Tenor Sans';
	text-align: center;
	line-height: normal;
}

.section-our-story-title {
	font-size: 36px;
	padding-top: 50px;
	margin: 0;
	color: #836850;
	font-family: 'Tenor Sans';
	text-align: center;
}

.section-header-subtitle {
	font-size: 36px;
	padding: 0;
	margin: 0;
	color: #836850;
	font-family: 'Tenor Sans';
	text-align: left;
	padding-left: 100px;
}

.logo-style {
	height: 90px;
	padding-bottom: 5%;
	margin-top: -20px;
}

.p-header {
	font-size: 18px;
	font-family: 'Quicksand';
	text-align: center;
	color: #000;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 60px;
	padding-bottom: 40px;
}

.p-header-2 {
	font-size: 18px;
	font-family: 'Tenor Sans';
	text-align: left;
	color: #333333;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 40px;
	letter-spacing: 0px;
}

.email-span {
	font-size: 18px;
	color: #000;
	text-align: left;
	padding-left: 110px;
	padding-top: 20px;
	font-family: 'Tenor Sans';
}

.text-span {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 110px;
	padding-right: 110px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Quicksand';
}

.text-span-2 {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 50px;
	font-family: 'Tenor Sans';
}


.text-span-3 {
	font-size: 16px;
	color: #333333;
	text-align: left;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 50px;
	font-family: 'Tenor Sans';
}

.text-span-4 {
	font-size: 25px;
	color: #333333;
	text-align: left;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 15px;
	font-family: 'Tenor Sans';
}

.tenor-align-left {
	font-size: 28px;
	color: #99795D;
	text-align: left;
	font-family: 'Tenor Sans';
}

.tenor-small-align-left {
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-family: 'Tenor Sans';
	line-height: 25px;
	padding-right: 5%;
}

.treatment-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 2%;
	width: 396px;
	margin-top: 5%;
}

.treatment-box2 {
	background-color: #fff;
	border-radius: 10px;
	padding: 2%;
	margin-top: 5%;
	width: 396px;
	box-shadow: 1px 1px 15px 2px #96775F66;
}

.treatment-small-title {
	font-size: 22px;
	color: #96775F;
	font-family: 'Tenor Sans';
	font-weight: 400;
	padding-bottom: 30px;
}

.treatment-main-title {
	font-size: 43px;
	color: #96775F;
	font-family: 'Tenor Sans';
	font-weight: 400;
	padding-bottom: 30px;
	line-height: normal;
}

.treatment-small-desc {
	font-size: 18px;
	color: #96775F;
	font-family: 'Tenor Sans';
	font-weight: 400;
	padding-bottom: 30px;
}

.treatment-main-desc {
	font-size: 18px;
	color: #333333;
	font-family: 'Tenor Sans';
	font-weight: 400;
}


.treatment-small-desc2 {
	font-size: 18px;
	color: #96775F;
	font-family: 'Tenor Sans';
	font-weight: 400;
	padding-top: 30px;
}

.treatment-main-desc2 {
	font-size: 18px;
	color: #333333;
	font-family: 'Tenor Sans';
	font-weight: 400;
}


.faq-answer {
	font-size: 15px;
	color: #333333;
	font-family: 'Tenor Sans';
	font-weight: 400;
}

.treatment-box-title {
	font-size: 25px;
	font-family: 'Quicksand';
	color: #947A61;
	font-weight: 600;
}

.treatment-box-desc {
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-family: 'Tenor Sans';
	line-height: 100%;
}

.btn-gradient {
	background-color: #DBC59D;
	color: #fff;
	border: 0;
}

.select-class {
	border-radius: 10px;
	border: 0;
	height: 40%;
}

.elyse-clinic-img {
	width: 100%;
	border-radius: 10px;
}

.clinic-name-title {
	font-size: 24px;
	font-family: 'Tenor Sans';
	color: #99795D;
	text-align: left;
	padding-left: 110px;
}

/*end of top header*/

/*featured*/
.elyse-template .featured-section {
	padding: 62px 15px;
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
}

.elyse-template .featured-section .featured-detail {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.elyse-template .featured-section .featured-detail a:hover {
	text-decoration: none;
}

.elyse-template .featured-section .featured-detail a:hover .featured-title {
	text-decoration: none;
}

.elyse-template .featured-section .featured-title {
	font-family: 'Quicksand';
	font-size: 25px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 15px;
}

.elyse-template .featured-section .featured-desc {
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.40px;
}

.elyse-template .featured-section .featured-detail-img {
	max-width: 90px;
	height: auto;
}

/**faq**/
.elyse-template .faq-section {
	padding: 62px 15px;
	background-color: #FAF5F1;
}

.section-faq-title {
	font-size: 36px;
	padding-left: 150px;
	margin: 0;
	color: #96775F;
	font-family: 'Tenor Sans';
	text-align: left;
	line-height: 40px;
}

.hr1 {
	background: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
	height: 1px;
	border: 0;
}

/*newsletter*/
.newsletter-section {
	padding: 62px 15px;
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
}

.treatment-desc-section {
	padding: 62px 15px;
	background-color: #fff;
}

.newsletter-section .newsletter-detail {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.newsletter-section .newsletter-detail a:hover {
	text-decoration: none;
}

.newsletter-section .newsletter-detail a:hover .newsletter-title {
	text-decoration: none;
}

.newsletter-section .newsletter-title {
	font-family: 'Quicksand';
	font-size: 25px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 15px;
}

.newsletter-section .newsletter-desc {
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.40px;
}

.newsletter-section .newsletter-detail-img {
	max-width: 90px;
	height: auto;
}

/*feedback*/
.feedback-section {
	padding: 62px 15px;
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
}

.feedback-section .feedback-detail {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.feedback-section .feedback-detail a:hover {
	text-decoration: none;
}

.feedback-section .feedback-detail a:hover .feedback-title {
	text-decoration: none;
}

.feedback-section .feedback-title {
	font-family: 'Tenor Sans';
	font-size: 50px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 15px;
}

.feedback-content {
	font-family: 'Quicksand';
	font-weight: 600;
	font-size: 20px;
	text-align: left;
	color: #fff;
	line-height: 30px;
	padding-right: 50px;
	padding-left: 130px;
}

.feedback-treatment {
	font-family: 'Quicksand';
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	color: #fff;
	padding-top: 20px;
	padding-left: 130px;
}

.feedback-rating {
	color: white;
	text-align: left;
	padding-top: 20px;
}

.feedback-rating-div {
	text-align: left;
	padding-left: 130px;
}

.elyse-template .feedback-section .feedback-desc {
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.40px;
}

.elyse-template .feedback-section .feedback-detail-img {
	max-width: 90px;
	height: auto;
}

/*Class elyse Club*/
.elyse-template .best-class-club .detail-col-club {
	padding-bottom: 10px;
}

.elyse-template .best-class-club .best-class-club-desc {
	background-color: #f5f5f5;
	padding: 60px 15px;
}

.elyse-template .best-class-club .best-class-club-desc .club-section-title {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	line-height: 40px;
	color: #7b6cd5;
	font-weight: 600;
	text-align: left;
}

.elyse-template .best-class-club .best-class-club-desc ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 13px;
}

.elyse-template .best-class-club .best-class-club-desc ul li {
	padding-left: 1.3em;
	margin-bottom: 10px;
}

.elyse-template .best-class-club .best-class-club-desc ul li:before {
	content: "\f0e7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	font-size: 12px;
	line-height: 40px;
	color: #7b6cd5;
}

.elyse-template .best-class-club .best-class-club-img {
	background-image: url(../img/the-best-class-elyse.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

/*treatments*/
.elyse-template .treatments-section {
	padding: 60px 15px 270px;
}

.elyse-template .treatments-section {
	background-image: url(../img/treatments.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.treatment-title {
	font-family: 'Tenor Sans';
	font-size: 36px;
	font-weight: 400;
	color: #EDE2D9;
	text-align: left;
	margin-left: 130px;
}

.treatment-content {
	font-family: 'Quicksand';
	font-size: 24px;
	color: #FAF5F1;
	padding-top: 9px;
	text-align: left;
	margin-left: 130px;
	width: 55%;
}

.treatment-arrow {
	background-image: url(../img/treatment-arrow.jpg);
}

.elyse-template .treatments-section .treatments-detail a:hover {
	text-decoration: none;
}

.elyse-template .treatments-section .treatments-detail a:hover .treatments-detail-title {
	text-decoration: none;
	color: #fe86d4;
}

.elyse-template .treatments-section .treatments-detail-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.6px;
	font-weight: 600;
	color: #444;
}

.elyse-template .treatments-section .treatments-detail-desc {
	font-family: inherit;
	font-size: inherit;
	line-height: 25px;
	letter-spacing: 0.45px;
	color: #666;
}

.elyse-template .treatments-section .treatments-detail-img svg {
	max-width: 50px;
	height: auto;
}

.elyse-template .treatments-section .treatments-detail-soul,
.elyse-template .treatments-section .treatments-detail-health,
.elyse-template .treatments-section .treatments-detail-relax {
	text-align: right;
	width: 50%;
}

.elyse-template .treatments-section .treatments-detail-soul {
	margin: 0 0 24px auto;
}

.elyse-template .treatments-section .treatments-detail-health {
	margin: 0 auto 24px;
}

.elyse-template .treatments-section .treatments-detail-energy,
.elyse-template .treatments-section .treatments-detail-mind,
.elyse-template .treatments-section .treatments-detail-meditat {
	width: 50%;
}

.elyse-template .treatments-section .treatments-detail-energy {
	margin-bottom: 24px;
}

.elyse-template .treatments-section .treatments-detail-mind {
	margin: 0 auto 24px;
}

.elyse-template .treatments-section .treatments-detail-meditat {
	margin-left: auto;
}

/*elyse Place*/
.elyse-template .elysePlace-section {
	padding: 60px 15px;
	background-color: #f5f5f5;
	text-align: center;
}

.elyse-template .elysePlace-section .elysePlace-img {
	width: 145px;
	height: 145px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto 18px;
	overflow: hidden;
}

.elyse-template .elysePlace-section .elysePlace-img .elysePlace-in-img {
	max-width: 145px;
	border-radius: 50%;
}

.elyse-template .elysePlace-section .elysePlace-col a:hover {
	text-decoration: none;
}

.elyse-template .elysePlace-section .elysePlace-col a:hover .elysePlace-title {
	text-decoration: none;
	color: #fe86d4;
}

.elyse-template .elysePlace-section .elysePlace-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0.88px;
	font-weight: 600;
	color: #434343;
}

.elyse-template .elysePlace-section .elysePlace-desc {
	font-family: inherit;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.45px;
	font-weight: 400;
	color: #666;
}

/*Contact us*/
.elyse-template .contact-section {
	padding: 60px 15px;
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
}

.elyse-template .contact-section .appointment {
	border-radius: 10px;
	padding: 100px 100px 100px 100px;
	width: 885px;
	margin: auto;
	background-color: #FAF5F1;
}


.elyse-template .contact-section .appointment .appointment-title {
	font-family: 'Tenor Sans', sans-serif;
	font-size: 50px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: #9D7F64;
}

.elyse-template .contact-section .appointment .appointment-desc {
	font-family: 'Quicksand';
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.56px;
	color: #1A0C00;
	text-align: center;
	padding-top: 10px;
}

.elyse-template .contact-section .appointment .appointment-form {
	margin-top: 40px;
}

.elyse-template .contact-section .appointment .appointment-form .appointment-form-input {
	border: 1px solid #E0C8B5;
	height: 55px;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.48px;
	background-color: transparent;
	border-radius: 0;
}

.form-check-appointment {
	border-color: #C6B8AE;
	background-color: transparent;
}

.appointment-label {
	display: inline-block;
	margin-bottom: .5rem;
	margin-top: -15px;
	position: absolute;
	background-color: #FAF5F1;
	padding: 0px 5px 5px 5px;
	color: #96775F;
	font-family: 'Quicksand';
	font-size: 16px;
}

.radio-label {
	font-family: 'Quicksand';
	font-size: 16px;
	color: #96775F;
	font-weight: 600;
}

.elyse-template .contact-section .appointment .appointment-form .data-input {
	text-transform: uppercase;
}

.elyse-template .contact-section .appointment .appointment-form .appointment-form-text {
	border: 1px solid #999;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.48px;
}

.elyse-template .contact-section .appointment .appointment-form .box-select::before {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 41%;
	right: -5%;
	width: 35px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	line-height: 37px;
	color: rgb(255, 255, 255);
	background-color: rgb(123, 108, 213);
	font-weight: 600;
	border-radius: 3px;
	transform: translate(-50%, -50%);
}

.elyse-template .contact-section .appointment .appointment-form .appointment-form-col-left {
	padding-right: 7px;
	padding-top: 20px;
}

.elyse-template .contact-section .appointment .appointment-form .appointment-form-col-right {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 20px;
}

.elyse-template .contact-section .appointment .appointment-form .appointment-form-btn {
	width: 100%;
	padding: 18px 0 13px;
	background-color: #7b6cd5;
	border: 1px solid #7b6cd5;
	border-radius: 3px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.elyse-template .contact-section .open-time {
	text-align: center;
}

.elyse-template .contact-section .open-time .weekdays {
	margin-top: 50px;
}

.elyse-template .contact-section .open-time .weekends {
	margin-top: 40px;
}

.elyse-template .contact-section .open-time .open-time-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.25px;
	color: #7b6cd5;
	margin-bottom: 5px;
}

.our-story-img {
	width: 100%;
}

.elyse-template .contact-section .open-time .open-time-clock {
	font-family: inherit;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.72px;
	font-weight: 600;
	color: #444;
}

.elyse-template .contact-section .open-time .open-time-course {
	font-family: inherit;
	font-size: inherit;
	line-height: 40px;
	letter-spacing: 0.6px;
	color: inherit;
}

.apply-section {
	padding: 60px 15px;
	background-color: #FAF5F1;
}

.appointment-2-label {
	display: inline-block;
	margin-bottom: .5rem;
	margin-top: -15px;
	position: absolute;
	background-color: #fff;
	padding: 0px 5px 5px 5px;
	color: #96775F;
	font-family: 'Quicksand';
	font-size: 16px;
}

.apply-section .appointment {
	border-radius: 20px;
	padding: 100px 100px 100px 100px;
	width: 885px;
	margin: auto;
	background-color: #fff;
}

.apply-section .appointment .appointment-title {
	font-family: 'Tenor Sans', sans-serif;
	font-size: 50px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: #9D7F64;
}

.apply-section .appointment .appointment-desc {
	font-family: 'Quicksand';
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.56px;
	color: #1A0C00;
	text-align: center;
	padding-top: 10px;
}

.apply-section .appointment .appointment-form {
	margin-top: 40px;
}

.apply-section .appointment .appointment-form .appointment-form-input {
	border: 1px solid #E0C8B5;
	height: 55px;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.48px;
	background-color: transparent;
	border-radius: 0;
}

/* blogs*/
.blog-section {
	padding: 60px 15px;
	background-color: #fff;
	text-align: center;
}

.blog-section .blog-col {
	margin-bottom: 40px;
}

.blog-section .blog-img {
	width: auto;
	height: 260.05px;
	background-color: #fff;
	margin: auto;
	overflow: hidden;
	object-fit: fill;
	border: unset;
}

.blog-box {
	box-shadow: 1px 1px 15px 2px #96775F66;
	border-radius: 3px;
}

.span-alert {
	font-family: 'Tenor Sans';
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-top: 20px;
}

.elyse-template .blog-section .blog-img .blog-in-img {
	width: 396px;
	margin-top: 30px;
}

.elyse-template .blog-section .blog-title {
	font-family: 'Quicksand';
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0.8px;
	font-weight: 600;
	color: #947A61;
	text-align: left;
}

.elyse-template .blog-section .blog-desc {
	font-family: 'Tenor Sans';
	font-size: 16px;
	text-align: left;
	color: #000;
	line-height: 20px;
	padding-left: 3px;
	padding-bottom: 20px;
}

/*Join Us*/
.elyse-template .about-us-section {
	padding: 55px 15px;
	text-align: center;
}

.elyse-template .about-us-section .about-us-btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.6px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #7b6cd5;
	border: 1px solid #7b6cd5;
	border-radius: 3px;
	padding: 21px 52px 19px 53px;
}

.elyse-template .about-us-section .about-us-btn:hover {
	text-decoration: none;
	color: #fe86d4;
}

.elyse-template .about-us-section .about-us-call {
	font-family: inherit;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.64px;
	margin-top: 22px;
}

.elyse-template .about-us-section .about-us-phone-nr {
	font-family: inherit;
	font-size: 18px;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: 600;
	color: #222;
}

.elyse-template .about-us-section .about-us-phone-nr:hover {
	text-decoration: none;
	color: #fe86d4;
}

/*Copyright*/
.elyse-template .footer .copyright {
	padding: 30px 15px;
	background-image: linear-gradient(to right, rgba(157, 127, 100), rgba(219, 197, 157));
	color: #fff;
	font-family: 'Quicksand';
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.elyse-template .footer .copyright .created-by {
	color: #fff;
}

.elyse-template .footer .copyright .created-by:hover {
	color: #fe86d4;
	text-decoration: none;
}

.elyse-template .footer .copyright .social {
	text-align: right;
	font-size: 14px;
	line-height: 26px;
}

.elyse-template .footer .copyright .social a {
	color: #fff;
}

.elyse-template .footer .copyright .social a:hover {
	color: #fe86d4;
}

.elyse-template .footer .copyright .social .fab {
	padding-left: 14px;
}