@import "fonts.css";
/********************* Header Css ******************/
.header-area{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 99;
	padding-top: 40px;
	padding-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.relative-header{
	background-color: #fff;
	padding-top: 20px; 
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); 
	position: relative;
}
.header-area.fixed_header{
	position: fixed;
	top:0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #fff;
	padding-top: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-area{
	display: none;
}
.menu-area ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}
.menu-area > ul > li{
	margin-right: 30px;
	margin-left: 30px;
}
.menu-area ul li a{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 350;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area ul li a:hover{
	color: #8B6456;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.header-area.fixed_header .menu-area{
	display: block;
}
.header-area.relative-header .menu-area{
	display: block;
}
.header-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 37px;
	padding-right: 37px;
}
.header-right{
	display: flex;
	align-items: center;
}
.header-phone-no a{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #8B6456;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-phone-no a:hover{
	color: #343739;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-menu{
	margin-left: 58px;
	cursor: pointer;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner Area %%%%%%%%%%%%%%%%%%%% */
.banner-area{
	height: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.banner-area::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(199, 142, 131, 0) 0%, rgba(199, 142, 131, 0.5) 100%);
}
.banner-logo{
	position: relative;
	z-index: 1;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-about-area{
	margin-top: 175px;
	margin-bottom: 140px;
}
.home-about-image-each-area{
	display: flex;
	align-items: center;
	column-gap: 27px;
	margin-bottom: 15px;
}
.home-about-image-each img{
	width: 100%;
}
.home-about-logo-each{
	padding-left: 11px;
}
.home-about-image-each{
	display: flex;
	flex-grow: 1;
}
.home-about-wrapper .row{
	margin-left: -8px;
	margin-right: -8px;
}
.home-about-wrapper .row .col-lg-4{
	padding-left: 8px;
	padding-right: 8px;
}
.home-about-wrapper .row .col-lg-8{
	padding-left: 8px;
	padding-right: 8px;
}
.home-about-right-wrap .row{
	margin-left: -8px;
	margin-right: -8px;
}
.home-about-right-wrap .row .col-lg-5{
	padding-left: 8px;
	padding-right: 8px;
}
.home-about-right-wrap .row .col-lg-7{
	padding-left: 8px;
	padding-right: 8px;
}
.home-about-left-content h2{
	color: #8B6456;
	font-family:'Neue Haas Unica';
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: 0px;
}
.home-about-left-content h2 span{
	letter-spacing: -1.04px;   
}
.home-about-left{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-about-left-list ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: fit-content;
}
.home-about-left-list ul li{
	padding: 20px 20px 20px 0px;
	border-bottom: 1px solid #000;
}
.home-about-left-list ul li:last-child {
	border-bottom: 0px;
}
.home-about-left-list ul li a{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 350;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 20%;
	text-transform: uppercase;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
}
.home-about-left-list ul li a:hover{
	color: #8B6456;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;   
}
.home-about-right-wrap{
	margin-bottom: 98px;
}
.home-about-right-area h3{
	font-family:'Neue Haas Unica';
	font-weight: 100;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.home-about-right-area{
	padding-left: 36px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Home Membership start %%%%%%%%%%%%%%%%%%%%% */
.home-membership-area{
	position: relative;
	margin-bottom: -10px;
}
.home-membership-area video {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.home-membership-wrapper{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
	width: 100%;
	max-width: 1340px;
	padding: 0px 30px;
}
.home-membership-left h2{
	font-family: 'Neue Haas Unica';
	font-weight: 100;
	font-size: 120px;
	line-height: 110px;
	letter-spacing: 0;
	color: #fff;
	max-width: 830px;
	margin-bottom: 30px;
	margin-left:-5px;
}
.home-membership-left h5{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 350;
	font-style: Light;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
}
.home-membership-video-area{
	position: relative;
}
.home-membership-video-area::after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: calc(100% - 6px);
	width: 100%;
	background: linear-gradient(180deg, rgba(199, 142, 131, 0.00) 0%, rgba(199, 142, 131, 0.50) 100%);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
}
.home-membership-right{
	text-align: right;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Expreance Area Start %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.experience-area{
	margin-top: 140px;
	margin-bottom: 200px;
}
.experience-area .container-fluid{
	padding: 0px;
}
.experience-left-image{
	max-width: 250px;
	margin-top: 63px;
}
.experience-left-image img{
	width: 100%;
}
.experience-right-image img{
	width: 100%;
}
.experience-content h2{
	color: #000;
	font-family:'Neue Haas Unica';
	font-size: 48px;
	font-weight: 100;
	line-height: 54px; 
}
.experience-content h4{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-weight: 350;
	line-height: 26px; 
	letter-spacing: 3.2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.experience-content p{
	color: #1E1E1E;
	font-size: 19px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 33px !important; /* 173.684% */
	letter-spacing: -0.57px;
}
.experience-content{
	padding: 100px 80px 80px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.experience-content-bottom{
	max-width: 504px;
}
.experience-left-image-mobile{
	display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Expreance Area End %%%%%%%%%%%%%%%%%%%%%%%%%%% */

.footer-up-area{
	position: relative;
}
.footer-up-area::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);   
}
.footer-up-mobile-area{
	display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer Area %%%%%%%%%%%%%%%%%%%%%%%%%%% */

.footer-area{
	padding-top: 66px;
	padding-bottom: 90px;
}
.footer-wrapper{
	max-width: 1170px;
	margin: 0 auto;
}
.footer-each-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-each-list ul li a{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: -3%;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-each-list ul li a:hover{
	color: #8B6456;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;  
}
.footer-each h4{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 350;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer-each a{
	font-family: 'Neue Haas Unica', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -1%;
	color: #000;   
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-each a:hover{
	color: #8B6456;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;   
}
.footer-each ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-adderss-area ul li{
	display: flex;
	column-gap: 19px;
	margin-bottom: 20px;
}
.footer-adderss-area ul li i{
	color: #C78E83;
	padding-top: 3px;
}
.footer-right .row .col-lg-5 .footer-each{
	margin-left: 30px;
}
.footer-right .row .col-lg-3 .footer-each{
	margin-left: 60px;
}
.footer-right .row .col-lg-4 .footer-each{
	margin-left: auto;
	width: fit-content;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Procedure area %%%%%%%%%%%%%%%%%%%%%%%%% */
.pro-contact-us-area{
	margin-top: 70px;
	margin-bottom: 156px;
}
.pro-contact-us-wrap{
	text-align: center;
}
.pro-contact-us-wrap h2{
	max-width: 678px;
	margin: 0 auto;
	margin-bottom: 16px;
}
.pro-contact-us-wrap p{
	max-width: 587px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.microneeding-area{
	margin-top: 110px;
	margin-bottom: 70px;
}
.microneeding-content{
	margin-top: 130px;
	margin-right: 32px;
}
.microneeding-image-each{
	position: relative;
}
.microneeding-image-each::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 65.26%, #FFF 95.71%);  
}
.microneeding-image-each img{
	width: 100%;
}
.pro-banner-content{
	margin-top: 160px;
	padding: 40px 90px 0px 0px;
}
.pro-banner-content h1{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
.pro-banner-content h1 span{
	color: #8B6456;
	font-family: 'Neue Haas Unica';
	font-size: 52px;
	font-style: normal;
	font-weight: 300;
	line-height: 55px; /* 105.769% */
	letter-spacing: -1px;
	display: block;
	text-transform: capitalize;
	margin-bottom: 14px;
	margin-top: 14px;
}
.pro-banner-content p{
	line-height: 30px;
	margin-bottom: 20px;
}
.pro-banner-right-image img{
	width: 100%;
}
.pro-banner-right-image{
	margin-top: 100px;
	position: relative;
}
.pro-banner-right-image-text{
	position: absolute;
	bottom: 15px;
	left: 50px;
}
.pro-banner-right-image-text h5{
	color: #8B6456;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: 26px; /* 162.5% */
	letter-spacing: 2.72px;
	text-transform: uppercase;
	cursor: pointer;
}
.pro-banner-area .container-fluid {
	padding: 0px;
}
.pro-banner-area{
	margin-bottom: 100px;
}
.conditions-area{
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #F0E8DD;
}
.condition-left h2{
	max-width: 390px;
	margin-top: 30px;
	color: #8B6456;
}
.condition-left p{
	max-width: 299px;
}
.conditions-right-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.conditions-right-list ul li{
	padding: 30px 0px;
	border-bottom: 1px solid #8B6456;
	display: flex;
	align-items: center;
}
.conditions-right-list ul li a{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-weight: 300;
	line-height: 26px; /* 162.5% */
	letter-spacing: 3.2px;
	text-transform: uppercase;
	cursor: text;
}
.conditions-right-list ul li img{
	margin-right: 20px;
}
.approach-area{
	margin-top: 100px;
	margin-bottom: 100px;
}
.approach-content{
	max-width: 270px;
}
.approach-each-image{
	margin-bottom: 30px;
}
.approach-each h2{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-weight: 300;
	line-height: 26px; /* 162.5% */
	letter-spacing: 3.2px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.approach-each-image img{
	width: 100%;
}
.approach-each-content{
	height: 100px;
	overflow: hidden;
	position: relative;
}
.approach-each-content.active{
	height: 100%;
	overflow: initial;
}
.approach-Button{
	display: block;
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.8px;
	margin-top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.approach-Button:hover{
	color: #8B6456;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.approach-each-content::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 51px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.approach-each-content.active::after{
	display: none;
}
.membership-area{
	padding-top: 200px;
	padding-bottom: 130px;
	background-image:url('../images/img/membership-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.membership-each{
	position: relative;
}
.membership-each-text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 25px;
}
.membership-each-text h3{
	color: #FFF;
	font-family: 'Neue Haas Unica';
	font-size: 38px;
	font-weight: 300;
	line-height: 50px; /* 131.579% */
}
.membership-each-text p{
	color: #FFF;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: 22px !important; /* 137.5% */
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.membership-each img{
	width: 100%;
}
.membership-content h2{
	color: #000;
}
.membership-content h1{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px; /* 122.222% */
	letter-spacing: 3px;
	text-transform: uppercase;
}
.membership-content h1 span{
	color: #8B6456;
	font-family: 'Neue Haas Unica';
	font-size: 52px;
	font-style: normal;
	font-weight: 300;
	line-height: 55px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	text-transform: capitalize;
}
.membership-content{
	/*max-width: 353px;*/
	text-align:center;
	margin-bottom:90px;
}
.membership-content p{
	max-width:635px;
	margin-left:auto;
	margin-right:auto;
}
.pro-contact-us-area.membership-contact-us-area{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 115px;
	padding-bottom: 130px;
}
.advanced-area{
	background: #C78E83;
	padding: 12px 0px;
}
.advanced-slider-each p{
	color: #FFF;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 14px !important;
	font-weight: 300;
	line-height: 26px !important; /* 185.714% */
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	cursor: pointer;
}
.advanced-slider-each p::after{
	position: absolute;
	content: '';
	left: -43px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../images/Vector-icon.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 16px;
}
.advanced-slider .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
	align-items: center;
}
.advanced-slider .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 43px;
}
.pro-contact-us-area.membership-contact-us-area .pro-contact-us-wrap p {
	color: #1E1E1E;
	font-size: 19px !important;
	font-weight: 400;
	line-height: 33px !important; /* 173.684% */
	letter-spacing: -0.57px;
	max-width: 635px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.inner-banner-area{
	padding-bottom: 200px;
	padding-top: 200px;
	box-shadow: 0px 0px 100px 0px #0000001A inset;
}
.inner-banner-wrapper h1{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 20%;
	text-transform: uppercase;
	color: #000;
}
.inner-banner-wrapper h1 span{
	font-family: 'Neue Haas Unica';
	font-weight: 300;
	font-size: 52px;
	line-height: 60px;
	letter-spacing: -2%;
	color: #8B6456;
	max-width: 730px;
	margin: 0 auto;
	margin-top:10px;
	display: block;
	text-transform: capitalize;
}
.about-banner-area{
	padding-bottom: 50px;
	padding-top: 217px;
	box-shadow: 0px 0px 100px 0px #0000001A inset;
}
.about-banner-wrapper  h1{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 20%;
	text-transform: uppercase;
	color: #000;
}
.about-banner-wrapper h1 span{
	font-family: 'Neue Haas Unica', sans-serif;
	font-weight: 300;
	font-size: 52px;
	line-height: 60px;
	letter-spacing: -2%;
	color: #8B6456;
	max-width: 600px;
	margin-top: 10px;
	margin-left:-5px;
	display: block;
	text-transform: capitalize;
}
.treatment-each{
	position: relative;
}
.treatment-each-text{
	position: absolute;
	bottom: -60px;
	left: 0px;
	padding: 20px;
	padding-bottom: 40px;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.treatment-each-text h3{
	font-family: 'Neue Haas Unica';
	font-weight: 300;
	font-size: 52px;
	line-height: 55px;
	letter-spacing: -2%;
	margin-top:20px;
	margin-bottom: 0px;
	color: #fff;
}
.treatment-each-text h3 a{
	color: #fff;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* .treatment-each-text h3 a:hover{
color: #000;	
transition: all 0.5s;
-webkit-transition: all 0.5s;	
} */
.treatment-each-text{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;   
}
.treatment-each:hover .treatment-each-text {
	bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.treatment-each{
	margin-bottom: 40px;
}
.treatment-overview-wrapper{
	margin-top: -50px;
	margin-bottom: 60px;
}
.treatment-each{
	position: relative;
}
.treatment-each > img{
	width: 100%;
}
.treatment-each::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.27%, rgba(0, 0, 0, 0.5) 100%);

}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Contact us Page %%%%%%%%%%%%%%%%%%%%%% */
.contact-us-area{
	padding-top: 160px;
	padding-bottom: 100px;
}
.contact-us-content h1{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 20%;
	text-transform: uppercase;
}
.contact-us-content h1 span{
	font-family: 'Neue Haas Unica';
	font-weight: 300;
	font-size: 52px;
	line-height: 55px;
	letter-spacing: -2%;
	display: block;
	text-transform: capitalize;
	margin-bottom: 40px;
	margin-top:15px;
	margin-left:-5px;
}
.contact-us-content h3 a{
	font-family: 'Cantarell';
	margin-bottom: 10px;
	/*font-weight: 400;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: -3%;
	color: #8B6456;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;*/
}
.contact-us-content h3 a:hover{
	color: #8B6456;  
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact-us-content a{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 19px;
	line-height: 33px;
	letter-spacing: -3%;
	color: #1E1E1E;
	display: block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
.contact-us-content a:hover{
	color: #8B6456; 
	transition:all 0.5s;
	-webkit-transition:all 0.5s;   
}
.contact-us-content p{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 19px !important;
	line-height: 33px !important;
	letter-spacing: -3%;
	color: #1E1E1E;    
	margin-top: 40px;
}
.our-founders-area{
	background-color: #fff;
	padding-top: 65px;
	padding-bottom: 0px;
	margin-top: -6px;
	position:relative;
	z-index:1;
}
.our-founders-area:after{
	position:absolute;
	width:100%;
	height:175px;
	left:0px;
	background: linear-gradient(180deg, #F0E8DD 0%, rgba(240, 232, 221, 0.82) 27.04%, rgba(240, 232, 221, 0) 100%);
	bottom:0px;
	content:'';
	transform:rotate(180deg);
	z-index:-1;
	pointer-events:none;
}
.our-founders-image{
	max-width: 642px;
	margin-left: auto;
}
.our-founders-image p {
	margin-top: 10px;
	text-align: center;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px !important;
}
.our-founders-image p a {
	color: #1e1e1e;
	text-decoration: underline;
}
.our-founders-content h3{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 20%;
	text-transform: uppercase;
	margin-bottom: 17px;
	letter-spacing: 0.15em;
}
.membership-area.our-team-area{
	/*background-image: url('../images/our-team-area-bg.png');*/
	padding-top: 80px;
	padding-bottom: 105px;
	background-color:#F0E8DD;
}
.our-team-area .membership-left-content .row{
	margin-left: -25px;
	margin-right: -25px;
}
.our-team-area .membership-left-content .row .col-lg-6{
	padding-left: 25px;
	padding-right: 25px;
}
.membership-area.our-team-area .membership-each-text h3 {
	font-size: 36px;
	line-height: 55px;
	letter-spacing: -2%;
}
.membership-area.our-team-area .membership-each-text {
	padding: 25px 32px;
}
.glow-skin-wrapper{
	max-width: 750px;
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 100px;
	text-align: center;
}
.pro-banner-content h2 {
	font-size: 30px;
	line-height: 26px;
}
.glow-skin-wrapper h2{
	font-family: 'Neue Haas Unica';
	font-weight: 300;
	font-size: 52px;
	line-height: 55px;
	letter-spacing: -2%;
	margin-bottom: 20px;
}
.glow-skin-image > img{
	width: 100%;
}
.glow-skin-image{
	position: relative;
}
.glow-skin-logo{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	padding: 27px 29px 20px 29px;
	background-color: #fff;
}
.gemstone-area{
	margin-top: 110px;
	position: relative;
}
.gemstone-area::after{
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #8B6456;
	max-width: 1380px;
	margin: 0 auto;
}
.gemstone-content{
	max-width: 376px;
	margin-top: 36px;
}
.gemstone-area .home-about-right-wrap {
	margin-bottom: 89px;
}
.wellness-slider-heading{
	max-width: 838px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.wellness-slider-area{
	margin-top: 120px;
	margin-bottom: 50px;
}
.wellness-slider-wrapper{
	padding-left: 40px;
}
.wellness-slider-each img{
	width: 100%;
}
.wellness-slider-heading h2{
	color: #000;
	margin-bottom: 15px;
}
.about-right-content .common-button{
	display: none;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.slide-bar-menu-area {
	position: fixed;
	/*     right: -430px; */
	right:-100%;
	top: 0px;
	height: 100%;
	background: #FFF;
	box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.09);
	padding: 60px 50px 40px 70px;
	z-index: 999;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 450px;
	min-width: 450px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slide-bar-menu-area.active {
	right: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slide-bar-menu-wrapper ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.slide-bar-menu-wrapper ul li a{
	color: #8B6456;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 22px;
	font-weight: 300;
	line-height: 85px; /* 386.364% */
	letter-spacing: 3.3px;
	text-transform: uppercase;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
.slide-bar-menu-wrapper ul li a:hover{
	color: #1E1E1E;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 	
}
.slide-bar-menu-heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.slide-bar-menu-heading h5 a{
	color:  #8B6456;
	font-family: 'Cantarell';
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
.slide-bar-menu-heading h5 a:hover{
	color: #1E1E1E;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% From Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.from-area{
	background: #FFF;
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.10);
	padding: 40px 49px;
}
.from-area .gform_required_legend{
	display: none;
}
.from-area .gform_wrapper.gravity-theme .gfield_label{
	color: #686868;
	font-family: 'Cantarell';
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	letter-spacing: -0.45px;
}
.from-area .gform_wrapper.gravity-theme .gfield input{
	border: 1px solid #D5D5D5;
	height: 50px;
}
.from-area .gform_wrapper.gravity-theme .gfield input:focus{
	outline: none;
}
.from-area .gform_wrapper.gravity-theme .gfield textarea{
	border: 1px solid #D5D5D5;
	height: 120px !important;
	resize: none !important;
}
.from-area .gform_wrapper.gravity-theme .gfield textarea:focus{
	outline: none;
}
.from-area .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 4% !important;
}
.from-area .gform_wrapper.gravity-theme .gfield_required{
	color: #686868;
	font-family: 'Cantarell';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: -0.36px;
}
.from-area .gform-field-label.gform-field-label--type-inline{
	color: #686868;
	font-family: 'Cantarell';
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: -0.36px;
}
.from-area .gform-footer .gform_button{
	color: #8B6456;
	text-align: center;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;	
	padding: 12px 35px;
	width: 100%;
	background-color: #F0E8DD;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
	border: 0px !important;
}
.from-area .gform-footer .gform_button:hover{
	background-color: #1E1E1E;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
.search-results .inner-banner-wrapper h1{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 52px;
	font-style: normal;
	font-weight: 300;
	line-height: 55px;
	letter-spacing: -1.04px;
}
.error-page .inner-banner-wrapper h1{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 52px;
	font-style: normal;
	font-weight: 300;
	line-height: 55px;
	letter-spacing: -1.04px;
	margin-bottom: 20px;
}
.menu-close-icon img{
	cursor: pointer;
}
.approach-each-content-area.active .approach-Button{
	display: none;
}
.home-about-image-each{
	overflow: hidden;
}
.home-about-image-each img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.home-about-image-each img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.approach-each-image{
	overflow: hidden;
}
.approach-each-image img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.approach-each-image img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-view{
	display: none;
}
.our-founders-content .common-link:after{
	bottom: 6px;
	top: initial;
}
.our-founders-content .common-link:hover:after{
	bottom: 8px;
	top: initial;
}

.page-id-223 .inner-banner-area , .page-id-269 .about-banner-area, .page-id-269 .membership-area.our-team-area , .page-id-197 .membership-area , .contact-us-area {
	background-image: none !important;
}
.each-team-member-content{
	padding-left:35px
}
.each-team-member-content h2{
	margin-bottom:10px;
}
.each-team-member-content h4{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 20%;
	text-transform: uppercase;
	font-family: 'NeueHaasUnicaW1G';
	margin-bottom:15px;
	font-weight: 300;
}
.each-team-member-content p{
	margin:0px;
}
.membership-wrapper{
	display:flex;
	flex-direction:column;
	row-gap:50px;
}
.our-philoshophy-area{
	height:720px;
	display:flex;
	align-items:end;
	padding-bottom:80px;
}
.our-philoshophy-area:after{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	content:'';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
	width:100%;
}
.our-philoshophy-area-heading h2{
	font-weight: 200;
	font-size: 120px;
	line-height: 110px;
	color:#fff
}
.our-philoshophy-area .container{
	position:relative;
	z-index:1
}
.our-philoshophy-area-right p{
	color:#fff;
	margin:0px;
}
.approach-inject{
	margin-top:110px;
	margin-bottom:125px;
	padding-left:86px;
	padding-right:86px;
}
.approach-each-slider-content{
	max-width:390px;
	transform: translateY(-10vh);
	opacity:0;
}
.swiper-slide-active .approach-each-slider-content{
	transform: translateY(-0vh);
	opacity:1;
	transition:all 1.5s;
}
.approach-each-slider-content h4{
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 20%;
	text-transform: uppercase;
	font-family: 'NeueHaasUnicaW1G';
	color:#fff;
	margin-bottom:10px;
}
.approach-each-slider-content p{
	color:#fff;
	margin-bottom:0px;
}
.each-banner-slide{
	min-height:720px;
	padding-bottom:50px;
	padding-right:80px;
}
.slider-arrows .common-arrow, .approach-inject-swiper-holder .swiper-pagination{
	top:auto;
	bottom:auto;
	margin:auto;
	left:auto;
	right:auto;
	width:auto
}
.slider-controller-and-pagination{
	position:absolute;
	bottom:0px;
	left:0px;
	gap:20px;
	color:#fff
}
.slider-arrows{
	gap:10px;
}
.approach-inject-swiper-holder h2{
	text-align:center;
	margin-bottom:45px;
	color: #000;
}
@media(max-width:1199px){
	.our-philoshophy-area-heading h2 {
		font-size: 80px;
		line-height: 80px;
	}
}
@media(max-width:991px){
	.each-team-member-content {
		padding-left: 0px;
		margin-top:35px;
	}
	.approach-inject{
		padding-left:15px;
		padding-right:15px;
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.each-banner-slide{
		min-height:720px;
		padding-bottom:115px;
		padding-right:25px;
		padding-left:25px;
	}
}
@media(max-width:767px){
	.each-team-member-image img{
		width:100%;
	}
}
/* membership */
.page-template-template-membership .membership-content{
	margin-bottom: 0;
}
.page-template-template-membership .membership-area{
	padding-bottom: 74px;
}
.the-three-tiers-sec{
	padding-top: 87px;
	padding-bottom: 215px;
	background-color: #FCFAF8;
}
.the-three-tiers-wrapper{
	max-width: 1095px;
	width: 100%;
	margin: 0px auto;
}
.the-three-tiers-left-img{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.the-three-tiers-right-img{
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.the-three-tiers-btm-img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
.the-three-tiers-heading{
	max-width: 550px;
	width: 100%;
	margin: 0px auto 80px;
}
.the-three-tiers-heading h4{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin: 0 0 11px;
}
.the-three-tiers-heading h2{
	color: #8B6456;
	font-family: 'Neue Haas Unica';
	font-size: 52px;
	font-weight: 300;
	line-height: 55px; 
	letter-spacing: -2px;
	margin: 0 0 25px;
}
.each-the-three-tiers{
	padding: 32px;
	background-color: #FFF;
	box-shadow: 0 5px 5.5px -1px rgba(0, 0, 0, 0.05);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.each-the-three-tiers h2{
	color: #8B6456;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 32px; 
	margin: 0 0 9px;
}
.each-the-three-tiers h3{
	color: #C0A99F;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 10px;
}
.each-the-three-tiers h4{
	color: #000;
	font-family: 'Cantarell';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.each-the-three-tiers h5{
	color: #000;
	font-family: 'Cantarell';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
	margin-bottom: 14px;
}
.each-the-three-tiers p{
	font-size: 15px !important;
	line-height: 20px !important;
	color: #8B6456;
}
.each-the-three-tiers ol{
	margin: 0 0 16px;
	list-style: none;
	padding-left: 24px;
}
.each-the-three-tiers ol li{
	color: #686868;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px; 
	margin-bottom: 8px;
	position: relative;
}
.each-the-three-tiers ol li::before{
	content: url("/wp-content/uploads/2026/06/Icon-1.svg");
	top: 2px;
	position: absolute;
	left: -25px;
}
.each-the-three-tiers h5 strong{
	color: #AB9583;
	font-weight: 700;
}

.the-three-tiers-dtls hr{
	border-top: 1px solid #E5E1DC;
}
.the-three-tiers-wrapper .row{
	margin: 0px -7.5px;
}
.the-three-tiers-wrapper .row > div{
	padding: 0px 7.5px;
}
.trasparent-btn{
	background-color: #FAF8F6;
	padding: 12px;
	color: #8B6456;
	text-align: center;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	display: inline-block;
}
.trasparent-btn:hover{
	background-color: #AB9583;
	color: #FFF;
}
.each-the-three-tiers .trasparent-btn{
	width: 100%;
}
.the-three-tiers-btn{
	margin-top: 25px;
}
.each-the-three-tiers h6 {
	color: #FFF;
	font-size: 14.7px;
	font-weight: 400;
	line-height: 21px;
	background-color: #C78E83;
	display: table;
	margin: -44px auto 20px;
	padding: 4px 16px;
}
.each-the-three-tiers ul{
	margin: 10px 0 17px;
	padding-left: 0px;
	list-style: none;
}
.each-the-three-tiers ul li{
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 16.8px; 
	margin-bottom: 4px;
	padding-left: 10px;
	position: relative;
}
.each-the-three-tiers ul li::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	width: 2px;
	height: 2px;
}
.the-three-tiers-wrapper .col-lg-4:nth-child(2) .trasparent-btn{
	background-color: #AB9583;
	color: #FFF;
}
.the-three-tiers-wrapper .col-lg-4:nth-child(2) .trasparent-btn:hover{
	background-color: #FAF8F6;
	color: #8B6456;
}
.the-three-tiers-wrapper .col-lg-4:nth-child(2) .each-the-three-tiers{
	border: 1px solid #AB9583;
	background-color: #FFF;
	box-shadow: 0 1.05px 3.15px 0 rgba(0, 0, 0, 0.10), 0 1.05px 2.1px -1.05px rgba(0, 0, 0, 0.10);
}
.the-three-tiers-wrapper .col-lg-4:nth-child(1),
.the-three-tiers-wrapper .col-lg-4:nth-child(3){
	padding: 13px 7.5px;
}
.package-information-section{
	padding-top: 100px;
	background-color: #FFFFFF;
	margin-bottom: 100px;
	overflow-x:clip;
}
.package-information-content h2{
	color: #8B6456;
	font-family: Neue Haas Unica', sans-serif';
	font-size: 52px;
	font-weight: 300;
	line-height: 55px; 
	letter-spacing: -1.04px;
	margin: 0 0 13px;
}
.package-information-content h4{
	color: #8B6456;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px; 
	margin: 0 0 20px;
}
.package-information-content p{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.48px;
	margin: 0 0 20px 0;
}
.package-information-wrapper {
	max-width: 1191px;
	width: 100%;
	margin: 0px auto;
}
.package-information-content {
	max-width: 441px;
	width: 100%;
}
.each-package-information .row{
	margin-bottom: 61px;
}
.package-information-list h3{
	color: #8B6456;
	font-family: 'Neue Haas Unica';
	font-size: 38px;
	font-weight: 300;
	line-height: 42px;
	letter-spacing: -0.76px;
	margin-bottom: 28px;
}
.package-information-list table{
	width: 100%;
	position:relative;
	z-index:1;
}
.package-information-list td{
	color: #1E1E1E;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.48px;
	padding: 41px 21px 41px 21px;
	vertical-align: top;
}
.each-package-information-table{
	position:relative;
}
.each-package-information-table::before{
	background: rgba(240, 232, 221, 0.22);
	top:0;
	width:calc(100% + 100px);
	left:-50px;
	content:"";
	height:100%;
	position:absolute;
	pointer-events:none;
}
.package-information-list td:first-child{
	color: #000;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px; 
	/*letter-spacing: 3.2px;
	text-transform: uppercase;*/
	padding-left: 211px;
	width: 60%;
	white-space: nowrap;
	position:relative;
}
.package-information-list td:first-child::before{
	content: url(/wp-content/uploads/2026/06/Icon-1.svg);
	top: 43px;
	position: absolute;
	left: 0;
}
.package-information-list td p{
	margin-bottom:0;
}
.package-information-list tr:not(:last-child){
	border-bottom: 1px solid #8B6456;
}
.each-package-information-list{
	margin-bottom: 58px;
}
.each-package-information{
	margin-bottom: 80px;
}
.each-package-information:nth-child(even) .row {
	margin-bottom: 61px;
	flex-direction: row-reverse;
}
.member-ship-quick.quick-links-area{
	position: fixed;
	top:20vh;
	right: 0px;
	z-index:99;
	color:#000;
	transform: translateX( calc( 100% - 40px ) );
	transition: transform 500ms ease;
}
.quick-links-area.active{
	transform: translateX(0) !important;
}
.member-ship-quick .quick-links-rotate{
	display: flex;
	height:182px;
	width:40px;
	transform: translate(calc(40px - 100%));
	transform-origin: 0 0;
	margin:0px;
	padding: 0px 8px;
	float:left;
	background:#C78E83 !important;
	text-align:center;
	color:inherit;
	cursor:pointer;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
}
.member-ship-quick .quick-links-rotate h3{
	color: #FFFFFE !important;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.92px;
	text-transform: uppercase;
	text-align:center;
	margin-bottom: 0;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	margin-top:0 !important;
}
.member-ship-quick .quick-links-rotate h3:before{
	display:none;
}
.member-ship-quick .quick-link-list {
	float: left;
	width: 277px;
	background: #C78E83 !important;
	line-height: 18px;
	padding: 22px 30px;
	max-height: 75vh;
	overflow: auto;
}
.member-ship-quick .quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.member-ship-quick .quick-link-list ol li{
	margin-bottom:7px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	list-style: none;
}
.member-ship-quick .quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.member-ship-quick .quick-link-list li a{
	color: #FFFFFE !important;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.16px;
}
.member-ship-quick .quick-link-list li a:hover {
	color: #AB9583 !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
@media(max-width:767px){
	.member-ship-quick .quick-links-rotate{
		width: 30px;
		padding: 0px 4px;
		transform: translate(calc(30px - 100%)) !important;
		height: 163px;
		right: auto;
		position: initial;
	}
	.member-ship-quick.quick-links-area{
		top: 28vh;
		transform: translateX( calc( 100% - 30px ) ) !important;
	}
	.member-ship-quick .quick-link-list{
		position: initial;
	}
	.member-ship-quick.quick-links-area.active {
		transform: translateX(0) !important;
	}
}
.each-package-information:nth-child(even) .package-information-content{
	margin-left: auto;
}
@media(max-width:1199px){
	.the-three-tiers-right-img,
	.the-three-tiers-left-img{
		max-width: 165px;
		width: 100%;
	}
}
@media(max-width:991px){
	.package-information-content h2 {
		font-size: 40px;
		line-height: 48px;
		letter-spacing:-0.8px;
		margin: 0 0 0px
	}
	.package-information-list h3 {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 8px;
	}
	.package-information-content h4{
		margin-bottom: 8px;
		font-size:22px;
		line-height:26px;
		font-weight:300;
		padding-right: 20px;
	}
	.each-advanced-technology-personalized {
		margin-bottom: 20px;
	}
	.the-three-tiers-heading {
		margin-bottom: 40px;
	}
	.the-three-tiers-wrapper .row {
		margin: 0px -15px;
		row-gap: 30px;
	}
	.the-three-tiers-wrapper .col-lg-4,
	.the-three-tiers-wrapper .col-lg-4:nth-child(1), .the-three-tiers-wrapper .col-lg-4:nth-child(3){
		padding: 0px 15px;
	}
	.the-three-tiers-sec {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.package-information-content {
		max-width: 100%;
		padding-top: 30px;
	}
	.each-package-information .row {
		margin-bottom: 40px;
		flex-direction: column-reverse;
	}
	.each-package-information:nth-child(even) .row{
		flex-direction: column-reverse;
		margin-bottom:32px;
	}
	.package-information-list td:first-child {
		padding-left: 25px;
		width: auto;
		white-space: initial;
	}
	.package-information-list td:first-child::before{
		top: 15px;
	}
	.each-package-information-list {
		margin-bottom: 40px;
	}
	.package-information-list td{
		padding: 15px;
	}
	.each-package-information {
		margin-bottom: 40px;
	}
	.package-information-section {
		padding-top: 0px;
		margin-bottom: 60px;
	}
}
@media(max-width:767px){
	.the-three-tiers-right-img, .the-three-tiers-left-img {
		max-width: 96px;
		width: 100%;
	}
	.the-three-tiers-heading h2 {
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 8px;
	}
	.each-the-three-tiers h2{
		font-size: 30px;
	}
	.package-information-list tr{
		display:block;
	}
	.package-information-list td{
		display:block;
		padding-left:25px;
	}
	.package-information-list td:first-child {
		padding-bottom: 0;
		line-height: 25px;
		letter-spacing: 2.4px;
	}
	.package-information-list td:last-child{
		padding-top:0;
	}
	.each-package-information-table {
		padding: 16px;
		background: rgba(240, 232, 221, 0.22);
		border-radius: 10px;
		overflow: hidden;
		border: 1px solid #8B64561F;
	}
	.each-package-information-table::before{
		display:none;
	}
	.package-information-list h3 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 14px;
	}
	.each-package-information:nth-child(even) .package-information-img{
		border-bottom:4px solid #F0E8DD;
	}
	.package-information-img{
		width:100vw;
		margin-left:-50vw;
		left:50%;
		position:relative;
	}
	.each-package-information .row{
		position:relative;
		padding-bottom:32px;
		margin-bottom:32px;
	}
	.each-package-information .row::after{
		width:100vw;
		margin-left:-50vw;
		left:50%;
		position:absolute;
		height:100%;
		top:0;
		content:"";
		background-color:#FCFAF8;
	}
	.each-package-information .row > div{
		position:relative;
		z-index:1;
	}
	.package-information-list tr:last-child td:first-child{
		padding-top:15px;
	}
	.package-information-content{
		padding-top:20px;
	}
}
/*========================= gemstone =========================*/
.gemstone-banner-area {
	padding: 100px 0;
	min-height: 673px;
}
.gemstone-banner-area::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: #00000033;*/
}
.gemstone-banner-wrapper{
	position: relative;
	z-index: 1;
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.gemstone-banner-wrapper h5{
	font-family: 'NeueHaasUnicaW1G', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 20%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 15px;
}
.gemstone-banner-wrapper h1{
	font-family: 'Neue Haas Unica', sans-serif;
	font-weight: 300;
	font-size: 52px;
	line-height: 55px;
	letter-spacing: -2%;
	color: #FFFFFF;
	margin: 0 0 15px;
}
.gemstone-banner-wrapper p{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -3%;
	color: #FFFFFF;
}
.gemstone-intro-area{
	margin-top: 75px;
	margin-bottom: 110px;
}
.gemstone-intro-wrap{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.healing-tools-heding h3,
.space-restoration-content h3,
.gemstone-intro-wrap h3{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 20%;
	color: #000000;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.healing-tools-heding h2,
.space-restoration-content h2,
.gemstone-intro-wrap h2{
	color: #8B6456;
}
.space-restoration-content p,
.gemstone-intro-wrap p{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -3%;
	color: #1E1E1E;
}
.space-restoration-content p:last-child,
.gemstone-intro-wrap p:last-child{
	margin-bottom: 0;
}
.space-restoration-sec{
	background-color: #FCFAF8;
}
.space-restoration-sec{
	margin-bottom: 110px;
}
.space-restoration-content{
	max-width: 528px;
	width: 100%;
	margin: 0px auto;
	padding: 30px;
}
.healing-tools-sec{
	margin-bottom: 110px;
}
.healing-tools-heding{
	margin-bottom: 60px;
}
.each-healing-tool h3{
	font-family: 'NeueHaasUnicaW1G', sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 3.2px;
	text-align: center;
	margin: 15px 0;
}
.each-healing-tool p{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -3%;
	color: #1E1E1E;
}
.each-healing-tool p:last-child{
	margin-bottom: 0;
}
.healing-tools-wrapper .row{
	row-gap: 60px;
}
.each-healing-tool{
	max-width: 520px;
	width: 100%;
}
.healing-tools-wrapper .col-lg-6:nth-child(even) .each-healing-tool{
	margin-left: auto;
}
.healing-tools-wrapper{
	max-width: 1152px;
	width: 100%;
	margin: 0px auto;
}
.himalayan-salt-sec{
	padding: 126px 0 136px;
}
.himalayan-salt-sec::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -29.88%, rgba(0, 0, 0, 0.91) 100.62%);
}
.himalayan-salt-wrapper{
	max-width: 581px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.himalayan-salt-wrapper h2{
	font-family: 'NeueHaasUnicaW1G', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 55px;
	letter-spacing: 3.2px;
	color: #FFFFFF;
	margin: 0;
}
.himalayan-salt-wrapper p{
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -3%;
	color: #FFFFFF;
}  
.himalayan-salt-wrapper p:last-child{
	margin-bottom: 0;
} 
/*@media(min-width:992px){
.page-template-template-gemstone .header-area:not(.fixed_header) .header-phone-no a{
color: #F0E8DD;
}
.page-template-template-gemstone .header-area:not(.fixed_header) .header-logo img,
.page-template-template-gemstone .header-area:not(.fixed_header) .header-menu-open img{
filter: brightness(0) saturate(100%) invert(92%) sepia(4%) saturate(1116%) hue-rotate(328deg) brightness(107%) contrast(88%);
}
}*/
@media(max-width:991px){
	.each-healing-tool{
		margin: 0px auto;
	}
	.gemstone-banner-wrapper h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media(max-width:767px){
	.healing-tools-sec,
	.space-restoration-sec,
	.gemstone-intro-area {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.page-id-508 .space-restoration-sec {
		margin-top:0px;
	}
	.healing-tools-heding {
		margin-bottom: 40px;
	}
	.healing-tools-wrapper .row {
		row-gap: 40px;
	}
	.himalayan-salt-sec {
		padding: 60px 0;
	}
}
.contact-us-area{
	position: relative;
}
.contact-us-top-image{
	position: absolute;
	left: 0;
	width: 378px;
	height: 105px;	
	top: 15%;
}
.contact-us-top-image img{
	width: 100%;
	height:100px;
	object-fit:cover;
}
.contact-us-content h5 {
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 20%;
	text-transform: uppercase;
}
.contact-us-content h1 {
	font-family: 'Neue Haas Unica', sans-serif;
	color: #8B6456;
	font-weight: 300;
	font-size: 52px;
	line-height: 55px;
	letter-spacing: -2%;
	display: block;
	text-transform: capitalize;
	margin-bottom: 40px;
	margin-top: 15px;
	margin-left: 0px;
}
@media(max-width:991px){
	.contact-us-top-image{
		width: 100%;
		height: 210px;
		position: initial;
		margin-bottom: 30px;
	}
	.contact-us-top-image img{
		width: 25%;
		height: 210px;
	}
}
@media (max-width: 767px) {
	.contact-us-content h1 {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 17px;
		margin-left: 0px;
	}
	body .contact-us-area {
		padding-top: 85px;
	}

}
.contact-us-area {
	padding-bottom: 80px;
	margin-bottom: 80px;
}

@media(max-width:991px){
	.dx-vir {
		display: none;
	}
}

.each-banner-slide:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
}

.approach-each-slider-content.ml-auto {
	z-index: 1;
}
.new-icon-inject{
	margin-top:70px;
	margin-bottom:70px;
}
.new-icon-inject h2{
	text-align:center;
	margin-bottom:40px;
}
.new-icon-inject ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:100px;
	row-gap:30px;
	flex-wrap:wrap;
	text-align:center;
}
.new-icon-inject li h3{
	font-family: 'NeueHaasUnicaW1G', sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3.2px;
	color:#000;
	margin-top:15px;
	text-transform:uppercase;
}
.pro-banner-right-image-text.right-btn {
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -75px;
}
.right-btn .common-button {
	background-color: rgb(199, 142, 131);
	color:#fff;
}
.right-btn .common-button:hover {
	color: #fff;
	background-color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
@media(max-width:991px){
	.pro-banner-right-image-text.right-btn {
		bottom: -40px;
	}
}
/*========= new-inject-css =========*/
.new-info-inject{
	margin-top: 140px;
	margin-bottom: 140px;
}
.new-info-inject-wrapper{
	max-width: 1022px;
	width: 100%;
	margin: 0px auto;
}
.new-info-inject-content h2 {
	color: #8B6456;
	margin: 20px 0;
	font-family: 'Neue Haas Unica', sans-serif;
	font-weight: 400;
}
.new-info-inject-content p {
	font-size: 18px !important;
	line-height: 29px !important;
	letter-spacing: -0.54px;
	margin-bottom: 30px;
}
.new-info-inject-content{
	max-width: 646px;
	width: 100%;
}
.new-info-inject-list{
	max-width: 264px;
	width: 100%;
	margin-left: auto;
}
.new-info-inject-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.new-info-inject-list li{
	padding-bottom: 32px;
	margin-bottom: 33px;
	border-bottom: 1px solid #8B6456;
	padding-left: 17px;
}
.new-info-inject-list li a{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-weight: 350;
	line-height: 26px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.new-info-inject-list li a:hover{
	color: #8B6456;
}
.new-info-inject-list li a img{
	padding-right: 16px;
}
.skincare-product-carousel-inject{
	margin-top: 70px;
	margin-bottom: 140px;
}
.skincare-product-carousel-inject .container {
	max-width: 1350px;
}
.skincare-product-carousel-wrapper{
	padding: 0px 44px;
}
.skincare-product-carousel-wrapper .swiper-button-prev{
	left: 0;
}
.skincare-product-carousel-wrapper .swiper-button-next{
	right: 0;
}
.skincare-product-carousel-inject h2{
	margin-bottom: 50px;
	color: #343739;
	font-family: 'Neue Haas Unica', sans-serif;
	font-weight: 400;
}
.each_skincare_product h3{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 18px;
	font-weight: 350;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin: 30px 0 10px;
}
.each_skincare_product p{
	color: #343739;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 24px !important;
	font-weight: 400;
	line-height: 30px !important;
	margin: 0;
	letter-spacing: -0.48px;
}
@media(max-width:991px){
	.new-info-inject {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.new-info-inject-content {
		max-width: 100%;
	}
	.new-info-inject-list {
		max-width: 100%;
		margin-left: 0;
		margin-top: 45px;
	}
	.skincare-product-carousel-inject h2{
		margin-bottom: 30px;
	}
	.skincare-product-carousel-inject{
		margin-bottom: 70px;
		margin-top: 100px;
	}
	.skincare-product-carousel-wrapper {
		padding: 0px 30px;
	}
}
@media(max-width:767px){
	.new-info-inject-content img {
		max-width: 250px;
		width: 100%;
	}
}

.new-info-inject-list li {
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 16px;
	font-weight: 350;
	line-height: 26px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.new-info-inject-list li img {
	padding-right: 16px;
}
/* membership */
.every-membership-area{
	box-shadow: 0px 5px 5.5px 0px #00000040;
	-webkit-box-shadow: 0px 5px 5.5px 0px #00000005;
	background: #FFFFFF;
	padding: 40px 40px 50px;
	max-width: 1099px;
	width: 100%;
	margin: 70px auto 0;
}
.each-every-membership {
	padding: 10px 0;
}
.every-membership-area h2{
	font-family: 'Neue Haas Unica', sans-serif;
	color: #8B6456;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; 
	margin-bottom: 30px;
}
.every-membership-area .row{
	margin: 0px -50px;
}
.every-membership-area .row > div{
	padding: 0px 50px;
}
.every-membership-area .col-lg-4:not(:last-child){
	border-right: 1px solid #C78E83;
}
.each-every-membership h3{
	color: #C0A99F;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 28px; 
	text-transform: capitalize;
	margin: 10px 0;
}
.each-every-membership h4{
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.735px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.each-every-membership p{
	color: #1E1E1E;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 26px !important; 
	letter-spacing: -0.48px;
	margin: 0;
}
.your-membership-journey-sec{
	margin-top: 60px;
	margin-bottom: 101px;
	overflow-x: clip;
}
.your-membership-journey-slider{
	padding-left: 86px;
}
.your-membership-journey-heading{
	max-width: 800px;
	width: 100%;
	margin: 0px auto 81px;
}
.your-membership-journey-heading h4{
	color: #000;
	font-family: 'NeueHaasUnicaW1G';
	font-size: 18px;
	font-weight: 350;
	line-height: 22px;
	margin: 15px 0;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
.your-membership-journey-heading h2{
	font-family: 'Neue Haas Unica', sans-serif;
	color: #8B6456;
	font-size: 52px;
	font-weight: 300;
	line-height: 55px;
	letter-spacing: -1.04px;
	margin: 0 0 15px;
}
.your-daily-skin-wrapper p,
.your-membership-journey-content p,
.your-membership-journey-heading p{
	color: #1E1E1E;
	font-weight: 400;
	letter-spacing: -0.48px;
	margin: 0;
}
.your-membership-journey-content h3{
	font-family: 'Neue Haas Unica';
	color: #8B6456;
	font-size: 32px;
	font-weight: 300;
	line-height: 32px; 
	margin: 0 0 21px;
}
.your-membership-journey-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.your-membership-journey-content li{
	position: relative;
	color: #000;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 27px; 
	letter-spacing: 0.4px;
	position: relative;
}
.your-membership-journey-content li::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.each-your-membership-journey h3{
	color: #8B6456;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 32px; 
	margin-top: 20px;
}
.your-membership-journey-content p{
	margin: 0px 0 21px;
}
.your-daily-skin-sec{
	margin-top: 83px;
	margin-bottom: 59px;
}
.your-daily-skin-wrapper{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.your-daily-skin-wrapper h2{
	color: #8B6456;
	font-size: 36px;
	font-weight: 300;
	line-height: 55px; 
	letter-spacing: -0.72px;
	margin: 15px 0;
	font-family: 'Neue Haas Unica', sans-serif;
}
.your-daily-skin-wrapper p{
	margin-bottom: 25px;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 26px !important;
	line-height: 34px !important;
}
.your-daily-skin-wrapper h6{
	color: #8B6456;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px; 
	letter-spacing: 0.32px;
}
.your-daily-skin-wrapper h6 strong{
	font-family: 'NeueHaasUnicaW1G';
	font-weight: 700;
	display: block;
}
.advanced-technology-personalized-sec{
	margin-top: 87px;
	margin-bottom: 83px;
}
.advanced-technology-personalized-heading{
	max-width: 338px;
	width: 100%;
}
.advanced-technology-personalized-heading h2{
	color: #8B6456;
	font-size: 36px;
	font-weight: 300;
	line-height: 36px; 
	letter-spacing: -0.72px;
	margin-bottom: 31px;
}
.advanced-technology-personalized-heading p{
	color: #1E1E1E;
	font-size: 26px !important;
	font-family: 'Neue Haas Unica', sans-serif;
	font-weight: 400;
	line-height: 28px !important; 
	margin: 0;
}
.each-advanced-technology-personalized{
	text-align: center;
}
.each-advanced-technology-personalized h4{
	color: #8B6456;
	font-family: 'Neue Haas Unica', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px; 
	margin-bottom: 12px;
}
.each-advanced-technology-personalized h5{
	color: #000;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px; 
	letter-spacing: -0.48px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F0E8DD;
}
.each-advanced-technology-personalized p{
	color: #000;
	font-weight: 400;
	letter-spacing: -0.48px;
	margin: 0;
}
.advanced-technology-personalized-wrap .row{
	margin: 0px -25px;
}
.advanced-technology-personalized-wrap .row > div{
	padding: 0px 25px;
}
.experience_the_glow_content {
    max-width: 830px;
    width: 100%;
    margin: 0px auto 80px;
    text-align: center;
}
.experience_the_glow_content h2{
	color: #8B6456;
	font-size: 36px;
	font-weight: 300;
	line-height: 55px;
	letter-spacing: -0.72px;
	margin-bottom:10px;
	font-family: 'Neue Haas Unica';
}
.experience_the_glow_content p{
	color: #1E1E1E;
	font-weight: 400 !important;
	letter-spacing: -0.48px;
}
.package-information-cicon {
    position: absolute;
    top: 30px;
    left: -82px;
}
.each-package-information:nth-child(even) .package-information-cicon{
	left:auto;
	right:-82px;
}
.package-information-content {
    max-width: 395px;
}
@media(max-width:1199px){
	.package-information-cicon {
		left: -24px;
		max-width: 63px;
	}
	.each-package-information:nth-child(even) .package-information-cicon{
		left:auto;
		right:-24px;
	}
}
@media(max-width:991px){
	.package-information-cicon{
		display:none;
	}
	.package-information-content {
		max-width: 100%;
	}
	.every-membership-area h2{
		margin-bottom: 15px;
	}
	.every-membership-area .row {
		margin: 0px -15px;
	}
	.every-membership-area .row > div {
		padding: 0px 15px;
	}
	.every-membership-area .col-lg-4:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #C78E83;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.every-membership-area {
		margin-bottom: 40px;
	}
	.your-membership-journey-heading h2 {
		font-size: 36px;
	}
	.your-membership-journey-heading {
		margin-bottom: 30px;
	}
	.your-membership-journey-slider {
		padding-left: 0;
		margin-top: 40px;
		width: 100% !important;
	}		
	.your-membership-journey-sec {
		margin-bottom: 60px;
	}		
	.your-daily-skin-sec {
		margin-top: 60px;
	}
	.your-daily-skin-icon {
		max-width: 150px;
		width: 100%;
		margin: 0px auto;
	}
	.each-your-membership-journey h3 {
		font-size: 25px;
		line-height: 30px;
		margin-top: 15px;
	}
	.advanced-technology-personalized-heading {
		max-width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.experience_the_glow_content{
		margin-bottom:60px;
	}
}
@media(max-width:767px){
	.experience_the_glow_content h2,
	.advanced-technology-personalized-heading h2,
	.your-membership-journey-heading h2,
	.your-daily-skin-wrapper h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.every-membership-area {
		padding: 30px 30px;
	}
}