/*************** Import Css **************/

/* @import "common.css"; */
@import "fonts.css";

/* font-family: "montserrat",sans-serif; */
/* font-family: "collier",sans-serif;  */
/* font-family: 'Jost'; */

/********************* Header Css ******************/
/********************* Header Css ******************/
.header-area{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	/*transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}
.header-area{
	overflow-x:hidden;
}
.top-header {
	background-color: #3E3E3E;
}
.top-header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.top-header ul li{
	text-align: center;
}
.top-header ul li a{
	display: inline-block;
	padding: 7px 15px;
	width:100%;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.top-header ul li a span{
	margin-right:-2px;
}
.top-header ul li a:hover{
	background-color: #191919;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.select li a span img{
  width: 20px;
}
.main-header{
	padding:35px
}
.header-navigation-wrapper.header-area .main-header{
	padding:15px 35px;
}
.stiky-logo{
	display:none;
}
.start-your-journey-button a.common-button{
	border: 1px solid #fff;
	color:#fff;
}
.header-area.fixed_header .start-your-journey-button a.common-button,
.header-area.relative-header .start-your-journey-button a.common-button{
    border: 1px solid #000;
    color: #000;
}
.start-your-journey-button a.common-button:hover{
    background-color: #E3F5F4;
    border: 1px solid #E3F5F4;
    color: #4B4E55;
}
.header-area.fixed_header .start-your-journey-button a.common-button:hover{
    background-color: #E3F5F4;
    border: 1px solid #E3F5F4;
    color: #4B4E55;	
}
.header-area.relative-header .start-your-journey-button a.common-button:hover{
    background-color: #E3F5F4;
    border: 1px solid #E3F5F4;
    color: #4B4E55;	
}
.search-box{
	width:44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	display:flex;
	border-radius: 6px;
}
.header-area.relative-header .search-box,
.header-area.fixed_header .search-box{
	border: 1px solid #000;
}
.header-area.relative-header .search-box img,
.header-area.fixed_header .search-box img{
	filter: invert(1);
}
/* .search-box img{
filter:invert(1) brightness(1)
} */
.menu-icon {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
}
.menu-icon:after, .menu-icon:before{
	width:100%;
	height:2px;
	left: 0px;
	content: '';
	background: #fff;
	position: absolute;
}
.menu-icon:after{
	bottom:0px;
}
.menu-icon:before{
	bottom:12px;
}
.main-header-right{
	gap:35px;
}
.address-and-phone ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.address-and-phone ul li:not(:last-child):after{
	width: 1px;
	height: 20px;
	left: 0px;
	content: '';
	background: #fff;
	display: inline-block;
	margin: 0px 20px;
	position: relative;
	top: 4px;
}
.address-and-phone ul li a{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color:#fff;
	text-transform: uppercase;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.address-and-phone ul li a:hover{
	color:#191919;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.address-and-phone ul li span{
	margin-right: 10px;
}
.main-header-right {
	padding-top: 15px;
}
.header-area.fixed_header{
	position:fixed;
	top:-100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	/*transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}
.header-area.fixed_header.stky{
	top:0px;
	transition: all 0.5s;;
}
.header-area.relative-header{
	position:relative;
	top:0px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.relative-header.fixed_header{
	position: fixed;
	    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.fixed_header .top-header{
	display: none;
}
.header-area.fixed_header .main-header,
.header-area.relative-header .main-header {
	padding: 15px 35px;
	align-items: center !important;
}
.header-area.fixed_header .main-header-right,
.header-area.relative-header .main-header-right {
	padding-top: 0px;
}
.header-area.fixed_header .normal-logo,
.header-area.relative-header .normal-logo{
	display: none;
}
.header-area.fixed_header .stiky-logo,
.header-area.relative-header .stiky-logo{
	display:block;
	width: 100%;
	max-height: 57px;
	object-fit: cover;
}
.header-area.fixed_header .search-box,
.header-area.relative-header .search-box{
	display: flex;
}
.header-area.fixed_header .address-and-phone ul li a,
.header-area.relative-header .address-and-phone ul li a {
	color: #1F1F1F;
}
.header-area.fixed_header .address-and-phone ul li a:hover{
	color:#3E3E3E;
}
.header-area.relative-header .address-and-phone ul li a:hover{
	color:#3E3E3E;
}
.header-area.fixed_header .address-and-phone ul li span img,
.header-area.relative-header .address-and-phone ul li span img{
	filter: invert(1);
}
.header-area.fixed_header .address-and-phone ul li:not(:last-child):after {
	background: #1F1F1F;
}
.header-area.relative-header .address-and-phone ul li:not(:last-child):after {
	background: #1F1F1F;
}
.header-area.fixed_header .menu-icon,
.header-area.relative-header .menu-icon {
	color: #1F1F1F;
}
.header-area.fixed_header .menu-icon:after, .header-area.fixed_header .menu-icon:before {
	background:#1F1F1F;
}
.header-area.relative-header .menu-icon:after, .header-area.relative-header .menu-icon:before {
	background:#1F1F1F;
}
/************** Banner Area *************/
.banner-area{
	min-height:100vh; 
	padding-bottom: 0px;;
}
.banner-area:after{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left:0;
	content:'';
}
.banner-area .container{
	z-index: 1;
}
.banner-content h3{
    font-family: 'Jost';
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 2px;
	color: #fff;	
	margin-bottom: 20px;
}
.banner-content h1{
	font-family: "collier",sans-serif; 
	font-size: 62px;
	font-weight: 350;
	line-height: 74.4px;
    color: #fff;	
	max-width: 915px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.banner-content p{
	font-family: "montserrat",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
    color: #fff;	
	max-width: 784px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.video-banner {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}
.video-banner video{
	width: 100%;
	object-fit: cover;
    height: 100%;
}
.banner-area:after {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	opacity: .35;
	z-index: 0;
	left: 0;
	content: '';
}
/************* End:Banner Area *************/
/************* Logo Slider Area *************/
.logo-area{
	padding:18px 0px;
	background-color: #fff;
	border-bottom: 3px solid #D9D9D9;
	border-top: 3px solid #D9D9D9;
}
.home .logo-area{
	padding:28px 0px;
}
.logo-wrapper .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}
.logo-wrapper .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
/* 	padding: 0 20px; */
}
.logo-wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.logo-wrapper .swiper-wrapper .swiper-slide{
	position: relative;
}
/* .logo-wrapper .swiper-wrapper .swiper-slide::after{
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background-color: #4A4E55;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
} */
.logo-wrapper .swiper-wrapper .swiper-slide p{
	font-family: "collier",sans-serif; 
	font-size: 16px;
	font-style: italic;
	font-weight: 350;
	line-height: 58px;
	margin-bottom: 0px;
	color: #4A4E55;
}
/************* End:Logo Slider Area *************/
.founder-area{
	margin-top: 80px;
	margin-bottom: 110px;
}
.founder-text-area h2{
	color: #000;
	line-height: 58px;
	text-transform: capitalize;
	margin-bottom: 35px;
}
.founder-text-area h4{
	font-family: Collier;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	line-height: 36px;
	color: #0B0B0B;
	padding-left: 30px;
	margin-bottom: 25px;
	position: relative;
}
.founder-text-area h4::after{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 100%;
	width: 5px;
	background-color: #E4F5F4;
}
.founder-image{
	max-width: 559px;
}
.founder-image img{
	border-radius: 20px;
	width: 100%;
}
.founder-text-area h3{
	margin-bottom: 3px;
}
.founder-text-area p{
	margin-bottom: 45px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Praymid Area %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.pyramid-area{
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #F0EEEC;
}
.pyramid-video-pop-up{
	text-align: center;
	max-width: 188px;
}
.pyramid-text h2{
	color: #000;
	font-size: 46px;
	margin-bottom: 27px;
}
.pyramid-text h3{
	margin-bottom: 16px;
}
.pyramid-video-pop-up p{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	margin-top: 11px;
	text-transform: capitalize;
}
.pyramid-each h5{
    font-family: 'Jost';
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	/* letter-spacing: 3.135999917984009px; */
	color: #0B0B0B;
}
.pyramid-text p{
	margin-bottom: 50px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Skin fitness area %%%%%%%%%%%%%%%%%%%%%% */
.skin-fitness-each{
	position: relative;
	border-radius: 20px;
    overflow: hidden;
}
/* .skin-fitness-each::after{
	background: linear-gradient(180deg, #000000 100%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .55;
} */
.skin-fitness-each::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 515px;
	opacity: .55;
}
.skin-fitness-each img{
 border-radius: 20px;
}
.skin-fitness-text-each{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 35px 16px;
	text-align: center;
	z-index: 1;
}
.skin-fitness-text-each h2{
	font-size: 36px;
	font-weight: 300;
	line-height: 43.2px;
	color: #fff;
	margin-bottom: 10px;
}
.skin-fitness-text-each p{
	color: #fff;
}
.pyramid-right{
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #fff;
	position: relative;
    z-index: 1;
}
.pyramid-right-area{
	position: relative;
    clip-path: polygon(50% -1%, 0% 100%, 100% 100%);
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    width: calc(100% + 20px);
}
.pyramid-right-area::after{
	position: absolute;
	content: '';
	width: calc(100% + 10px);
	height: 100%;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	background-color:#B9E3E0;
	z-index: 0;
}
.pyramid-each{
	text-align: center;
	border-bottom: 5px solid #B9E3E0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 130px;
}
.pyramid-right .pyramid-each:first-child{
  display: block;
}
.pyramid-right .pyramid-each:nth-child(2) .pyramid-each-text p{
  max-width: 180px;
}
.pyramid-right .pyramid-each:first-child .pyramid-each-image{
	padding-top: 20px;
}
.pyramid-each-image{
	margin-right: 10px;
	margin-left: 10px;
}
/* .pyramid-right .pyramid-each:nth-child(2)::after{
	position: absolute;
	content: '';
	width: calc(100% + 100px);
	left: 50%;
	transform: translateX(-50%);
    height: 100%;
	background-color: #fff;
	top: 0px;
} */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Skin Club Area %%%%%%%%%%%%%%%%%%%%%%% */
.home-skin-club-area{
	padding-top: 115px;
	padding-bottom: 115px;
	background-color: #E4F5F4;
}
.home-skin-club-each{
	position: relative;
	border-radius: 20px;
    overflow: hidden;	
}
/* .home-skin-club-each::after{
	background: linear-gradient(0deg, #000000 100%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .55;
} */
.home-skin-club-each::after{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 515px;
	opacity: .55;
}
.home-skin-club-each img{
 border-radius: 20px;
}
.skin-fitness-text-each h3{
	font-family: "montserrat",sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 18.29px;
	color: #fff;
	margin-bottom: 10px;
}
.skin-fitness-text-each a{
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	text-decoration: underline;
    color: #fff;
	margin-bottom: 20px;
	display: block;
}
.skin-fitness-text-each .common-button.white-button{
	text-decoration: none;
    max-width: 182px;
    margin: 0 auto;
}
.skin-fitness-text-up-each{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 35px 20px;
	text-align: center;
	z-index: 1;
}
.skin-fitness-text-up-each h2{
	font-family: "collier",sans-serif; 
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	line-height: 43.2px;
	color: #fff;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.skin-fitness-text-up-each h3{
	font-family: "montserrat",sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 31.69px;
    color: #fff;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% after before area %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-after-before-area{
	background-color: #F0EEEC;
	margin-top: 125px;
}
.home-after-before-content{
    max-width: 558px;
    padding: 30px;
    width: 100%;
    margin: 0px auto;
}
.home-after-before-content h2{
    line-height: 54px;
    margin-bottom: 36px;
}
.home-after-before-content p{
    margin-bottom: 45px;
}
.home-after-before-content .common-button{
    font-weight: 600;
    min-width: 208px;
}
.home-after-before-image img{
	width: 100%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Instragram area %%%%%%%%%%%%%%%%%%%%%%% */
.home-instragram-area{
	margin-top: 125px;
}
.home-instra-body-area{
	margin-bottom: 50px;
}
.home-instragram-heading{
	margin-bottom: 15px;
}
.home-instragram-left h3{
    font-family: 'Jost';
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 2px;
	color: #0B0B0B;
	margin-bottom: 10px;
}
.home-instragram-left h2{
	font-size: 48px;
	font-weight: 300;
	line-height: 57.6px;
	color: #4A4E55;
}
.home-instra-body-area img{
	width: 100%;
}
.home-review-wrapper{
	position: relative;
	padding-bottom: 90px;
}
.percentage-area {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
}
.percentage-area img {
    max-width: none;
}
.home-review-each{
	padding: 30px 35px;
	border-radius: 10px;
	border: 1px solid #D2CCC9;
}
.home-review-each p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 14px;
	color: #101317;
	margin-bottom: 25px;
}
.home-review-each h5{
	font-family: "montserrat",sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 29.26px;
	color: #101317;
	margin-bottom: 3px;
}
.home-review-area{
	margin-top: 80px;
	margin-bottom: 110px;
}
.home-review-area h2{
	text-align: center;
	margin-bottom: 50px;
}
.home-review-controlars{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 188px;
}
.home-review-wrapper .swiper-button-next:after, .home-review-wrapper .swiper-button-prev:after{
	display: none;
}
.home-review-wrapper .swiper-button-prev{
   border: 1px solid #101317;
   width: 69px;
   height: 69px;
   border-radius: 50%;
}
.home-review-wrapper .swiper-button-next{
	border: 1px solid #101317;
	width: 69px;
    height: 69px;
    border-radius: 50%;
}
.swiper-container{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
} 
.home .the-gawely-difference-sec {
    margin-bottom: 0px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Visit Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.visit-area{
	padding-top: 80px;
	padding-bottom: 10px;
	background-color: #F0EEEC;
}
.visit-heading{
	max-width: 759px;
	margin: 0 auto;
	margin-bottom: 65px;
	text-align: center;
}
.visit-each{
	text-align: center;
	margin-bottom: 80px;
/* 	height: 100%; */
	min-height: 639px;
	border-radius: 10px;
	display: flex;
    align-items: end;
    padding-bottom: 50px;
	position: relative;
	border-radius: 10px;
    overflow: hidden;
}
.visit-each::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .8;
}
.visit-each-inner-text{
	max-width: 266px;
    margin: 0 auto;
	z-index: 1;
}
.visit-each-inner-text h2{
	font-size: 32px;
	font-weight: 300;
	line-height: 46px;
	color: #fff;
}
.visit-each-inner-text a{
	font-family: "montserrat",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	display: block;
    margin-bottom: 25px;
}
.visit-each-inner-text .common-button.white-button{
	font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
	max-width: 164px;
    margin: 0 auto;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer Area %%%%%%%%%%%%%%%%%%%%% */
.footer-area{
	padding-top: 0px;
}
.footer-top-wrapper{
	margin-bottom: 50px;
}
.footer-each ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-each h4{
	font-family: "montserrat",sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #101317;
	margin-bottom: 20px;
	display: block;
}
.footer-each a{
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #101317;
	margin-bottom: 10px;
	display: block;
}
.footer-each ul li{
	margin-bottom: 8px;
}
.footer-each ul li a{
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #101317;
}
.social-icon-area{
	margin-top: 100px;
}
.social-icon-area ul{
	display: flex;
}
.social-icon-area ul li{
	margin-right: 11px;
}
.social-icon-area ul li a{
	color: #101317;	
}
.social-icon-area ul li a i{
	font-size: 26px;
}
.footer-bottom-area {
    background-color: #1F1F1F;
    margin-top: 80px;
	padding: 10px 0px;
}
.footer-bottom-left p {
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	margin: 0px;
	color: #fff;
}
.footer-mid ul {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
}
.footer-mid ul li {
    position: relative;
}
.footer-mid ul li a {
    color: #E4F5F4;
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
    transition: all 0.5s;
}
.footer-mid ul li a:hover{
	color:#fff;
	transition: all 0.5s;
}
.footer-mid ul li{
	margin-right:20px;
}
.footer-mid ul li:after {
    width: 2px;
    height: 10px;
    background-color: #fff;
    content: '';
    display: inline-block;
	right: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer-mid ul li:last-child:after{
	display: none;
}
.footer-bottom-right p {
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	margin: 0px;
    white-space: nowrap;
	color: #fff;
}
.footer-bottom-right p a {
    font-weight: 600;
	color: #fff;
}
.footer-each{
	width: fit-content;
    margin-left: auto;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer end %%%%%%%%%%%%%%%%%%%%%% */
/* .gallery-category-filter-wrapper .filter-option > ul {
	opacity: 0;
	display:block;
}
.gallery-category-filter-wrapper .filter-option:hover ul {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.background-content-sec .each-background-content {
    column-count: 2;
    gap: 30px;
} */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.zone {
	margin: 0 auto;
	text-align:center;
	color: black;
	background-blend-mode:darken;
	transition: 0.5s;
	position: relative;
	height:130px;
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zone-area:nth-child(1) .zone{
	background:#B9E3E0;
	width: 100%;
	clip-path:polygon(50% 0%,100% 100%, 0% 100%);
	-webkit-clip-path:polygon(50% 0%,100% 100%, 0% 100%);
}
.zone-area:nth-child(2) .zone{ 
	background:#B9E3E0;
	width: 100%;
	clip-path:polygon(25% 0%,75% 0, 100% 100%,0% 100%);
	-webkit-clip-path:polygon(25% 0%,75% 0, 100% 100%,0% 100%);
}
.zone-area:nth-child(3) .zone{
	width: 100%;
	background:#B9E3E0;
	clip-path:polygon(16.5% 0, 83% 0, 100% 100%,0% 100%);
	-webkit-clip-path:polygon(16.5% 0, 83% 0, 100% 100%,0% 100%);
}
.zone-area:nth-child(4) .zone{
	background:#B9E3E0;
	width: 100%;
	clip-path:polygon(12.5% 0, 0%,87.5% 0, 100% 100%,0% 100%);
	-webkit-clip-path:polygon(12.5% 0,87.5% 0, 100% 100%,0% 100%);
}
.zone-area:nth-child(5) .zone{
	background:#B9E3E0;
	width: 100%;
	clip-path:polygon(10% 0, 0%,90% 0, 100% 100%,0% 100%);
	-webkit-clip-path:polygon(10% 0,90% 0, 100% 100%,0% 100%);
}

.zone-area{
	position: relative;
}
.zone-area:nth-child(1){
	width: 20%;
	margin: 0 auto;
}
.zone-area:nth-child(2){ 
	width: 40%;
	margin: 0 auto;
}
.zone-area:nth-child(3){
	width: 60%;
	margin: 0 auto;
}
.zone-area:nth-child(4){
	width: 80%;
	margin: 0 auto;
}
.zone-area:nth-child(5){
	width: 100%;
	margin: 0 auto;
}
.zone-area:nth-child(1) .zone .inside-zone{
	position: absolute;
	top: 5px;
  	left: 5px;
  	right: 5px;
  	bottom: 5px;
	background:#fff;
	clip-path:polygon(50% 0%, 98% 100%, 2% 100%);
	-webkit-clip-path: polygon(50% 0%, 98% 100%, 2% 100%);
	padding-top: 26px;
}
.zone-area:nth-child(2) .zone .inside-zone{
	position: absolute;
	top: 5px;
  	left: 5px;
  	right: 5px;
  	bottom: 5px;
	background:#fff;
	clip-path:polygon(25% 0%, 75% 0%, 99% 100%, 1% 100%);
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 99% 100%, 1% 100%);
	padding-top: 9px;;
}
.zone-area:nth-child(3) .zone .inside-zone{
	position: absolute;
	top: 5px;
  	left: 5px;
  	right: 5px;
  	bottom: 5px;
	background:#fff;
	clip-path:polygon(16.5% 0, 83% 0, 99% 100%,1% 100%);
	-webkit-clip-path:polygon(16.5% 0, 83% 0, 99% 100%,1% 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.zone-area:nth-child(4) .zone .inside-zone{
	position: absolute;
	top: 5px;
  	left: 5px;
  	right: 5px;
  	bottom: 5px;
	background:#fff;
	clip-path:polygon(12.5% 0, 0%,87.5% 0, 100% 100%,0% 100%);
	-webkit-clip-path:polygon(12.5% 0,87.5% 0, 99% 100%,1% 100%);
}
.zone-area:nth-child(5) .zone .inside-zone{
	position: absolute;
	top: 5px;
  	left: 5px;
  	right: 5px;
  	bottom: 5px;
	background:#fff;
	clip-path:polygon(10% 0, 0%,90% 0, 100% 100%,0% 100%);
	-webkit-clip-path:polygon(10% 0,90% 0, 99% 100%,1% 100%);
}

.zone-area:nth-child(1):hover .zone{
	transform: scaleX(1.25);
}
.zone-area:nth-child(2):hover .zone{
	transform: scaleX(1.25);
}
.zone-area:nth-child(3):hover .zone{
	transform: scaleX(1.20);
}
.zone-area:nth-child(4):hover .zone{
	transform: scaleX(1.15);
}
.zone-area:nth-child(5):hover .zone{
	transform: scaleX(1.10);
}
.zone:nth-child(2):hover .inside-zone{
	width:327px;
}
.inside-zone h6{
	font-family: 'Jost';
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color:#0B0B0B;
	margin-bottom: 5px;
}
.inside-zone p{
	font-size: 14px;
	margin:0px;
	line-height: 18px;
}
.zone-area:nth-child(1) .zone .icon img{
	width:30px;
	margin-bottom: 10px;
}
.zone-area:nth-child(2) .zone .icon img{
	width:30px;
	margin-bottom: 10px;
}
.zone-area:nth-child(2) .zone .inside-zone p{
	max-width: 232px;
	margin: auto;
}
.pyramid-inner-each{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
/* 	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; */
}
.pyramid-inner-each .icon{
	margin-right: 15px;
	margin-left: 15px;
}
.pyramid-each-number{
	background-color: #4A4E55;
	width: 48px;
    height: 48px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 40%;
    transform: translateY(-50%);
	overflow:hidden;
}
.pyramid-each-number h5{
    font-family: 'Jost';
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 2px;
	color: #fff;
	position: absolute;
    left: 50%;
	top:50%;
	transform:translate(-50% , -50%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pyramid-each-number p{
	font-family: 'Jost';
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 0px;
	opacity:0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	white-space:nowrap;
	transform:translatex(-50%)
}
.zone-area:hover .pyramid-each-number h5{
	display: none;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zone-area:hover .pyramid-each-number{
	width:230px;
}
.zone-area:hover .pyramid-each-number p{
	transform:translatex(0%);
	opacity:1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zone-area:nth-child(2) .pyramid-each-number{
	left:auto;
	right:0px;
	transition:all 0.5s;
}
.zone-area:nth-child(4) .pyramid-each-number {
    left: auto;
    right: 0px;
    transition: all 0.5s;
}
.zone-area:hover:nth-child(1) .pyramid-each-number {
    left: -170px;
    transition: all 0.5s;
}
.zone-area:hover:nth-child(3) .pyramid-each-number {
    left: -170px;
    transition: all 0.5s;
}
.zone-area:hover:nth-child(5) .pyramid-each-number {
    left: -170px;
    transition: all 0.5s;
}
.zone-area:hover:nth-child(2) .pyramid-each-number{
    right: -185px;
}
.zone-area:hover:nth-child(4) .pyramid-each-number{
    right: -170px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New %%%%%%%%%%%%%%%%%%%%%%%% */

.skin-fitness-each img{
	width: 100%;
}
.home-skin-club-each img{
	width: 100%;
}

.modal-dialog{
	max-width: 700px;
}
.modal-body iframe{
	height: 500px;
}
.about-top-area{
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #F0EEEC;
}
.about-top-left ul{
	padding-left: 17px;
	margin-bottom: 30px;
}
.about-top-left ul li{
	margin-bottom: 10px;
}
.category-overview-each-wrapper{
	margin-top: 90px;
}
.service-area{
	margin-top: 90px;
}
.botox-quick-facts-area{
	padding-bottom: 100px;
	padding-top: 100px;
}
.accordion {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 32px;
}
.accordion>li>span {
    display: block;
    padding: 5px 20px 5px 0;
    background: url(Vector-white.png) no-repeat 100%;
    background-size: 15px;
    cursor: pointer;
/* 	font-family: "collier",sans-serif;  */
	font-family: "montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;	
    color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
    border-bottom: 1px solid #fff;
}
.accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
    color: #fff;
    padding: 15px 0;
}
.botox-quick-facts-text h3{
	color: #fff;
}
.botox-quick-facts-text h2{
	color: #fff;
}
.botox-quick-facts-text p{
	color: #fff;
}
.botox-quick-facts-text{
	max-width: 445px;
}
.botox-quick-facts-right{
	max-width: 445px;
    margin-left: auto;
}
.make-easy-content ul{
	padding-left: 17px;
}
.make-easy-content ul li{
	margin-bottom: 5px;
}
.pro-make-easy-section .make-easy-img {
    padding-right: 85px;
} 
.pro-make-easy-section .make-easy-wrapper:nth-child(even) .row{
	flex-direction: row-reverse !important;
}
.pro-make-easy-section .make-easy-wrapper{
	margin-bottom: 95px;
}
.pro-make-easy-section .make-easy-wrapper:nth-child(even) .make-easy-img {
    padding-right: 0px;
	padding-left: 85px;
}
.we-are-md-skin-area{
	background-color: #4B4E55;
}
.we-are-md-skin-image img{
  width: 100%;
}
.we-are-md-skin-text h3{
	color: #fff;
	margin-bottom: 10px;
}
.we-are-md-skin-text h2{
	color: #fff;
	margin-bottom: 25px;
}
.we-are-md-skin-text p{
	color: #fff;
	margin-bottom: 26px;
}
.we-are-md-skin-text{
	max-width: 519px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.service-area .gallery-inject-section{
	margin-top: 0px;
}
.inner-banner-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.inner-banner-slider .swiper-wrapper .swiper-slide {
    position: relative;
}
.inner-banner-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    position: relative;
    overflow: hidden;
}
.banner-icon-each p{
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}
.inner-banner-slider{
	margin-top: 40px;
}
.inner-banner.inner-banner-slider-area{
	padding-bottom: 50px;
}

.services-overview-wrapper.category-overview-each-wrapper{
/* 	margin-top: 0px; */
}
/*************** Beauty Through Ages section ******************/
.each-image-content-text-box {
    background-color: #fff;
/*     padding: 50px 50px 15px 65px; */
	padding: 50px 0px 15px 30px;
    margin-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.beauty-through-age{
	padding-top: 35px;
	padding-bottom: 85px;
}
.beauty-through-age .beauty-ages-heading h2{
	font-size:50px;
}
.age-listing{
	width:115px;
	background:#4B4E55;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.age-listing ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.age-listing ul li{
	margin: 40px 0px;
    line-height: normal;
}
.age-listing ul li a{
    font-family: 'Jost';
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 2px;	
	color:#D2CCC8;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.age-listing ul li a:hover{
	font-weight: 700;
	color:#FFFFFF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.age-listing ul li a:focus{
	font-weight: 700;
	color:#FFFFFF;
}
.each-image-content-text-box.each-age-content{
	opacity: 1;
    visibility: visible;
	min-height:490px;
	display:none;
	background:#fff;
}
.each-image-content-text-box.each-age-content.active{
	display:block;
}
.age-content-text{
	width: calc(100% - 115px);
}
.each-age-content h3{
	color:#101317;
	margin-bottom: 6px;	
}
.each-age-content  h2{
	font-size: 40px;
	font-weight: 300;
	line-height: 46px;
	color:#101317;
}
.each-age-content p{
	color:#101317;	
	margin-bottom: 35px;
}
.each-age-content ul{
	list-style: unset;
	margin-top: 30px;
	padding-left: 16px;
	display: grid;
	/*grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	grid-auto-rows: auto;*/
	row-gap: 0px;
}
.each-age-content ul li{
	margin-bottom: 15px;
}
.each-age-content ul li a{
    font-family: 'Jost';
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 1px;
	color: #4B4E55;
	text-transform: uppercase;
}
.each-age-content ul li a:hover{
	color:#C39350;
}
.age-image-wrapper{
	position:absolute;
	left:0px;
	width:48%;
	height:calc(100% + 110px);
	top:-65px;
}
.beauty-content{
	position:relative;
	margin-top: 120px;
}
.each-image-area{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius: 13px;
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	max-height:600px;
}
.each-image-area.active{
	display:block;
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.age-area-button {
	padding-right: 150px;
    margin-top: 30px;
}
.founder-text-area .common-button:hover{
	background-color: #E3F5F4;
	border: 1px solid #E3F5F4;
	color: #4B4E55;
}
.skin-fitness-left h3{
	color: #4A4E55;
	margin-bottom: 5px;
}
.skin-fitness-left p{
	color:#4A4E55 ;
}
.home-skin-club-left h3{
	color: #4A4E55;
	margin-bottom: 15px;
}
.home-skin-club-left p{
	color: #4A4E55;	
	margin-bottom: 25px;
}
.home-skin-club-left{
	padding-right: 64px;
}
.home-skin-club-left .common-button{
	color: #4A4E55;	
}
.home-skin-club-left .common-button:hover{
	color: #fff;
}
.home-instragram-right p{
	color: #101317;
}
.visit-heading h3{
	margin-bottom: 10px;
}
.visit-heading h2{
	text-transform: capitalize;
}
.visit-heading p{
	color: #101317;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge Css %%%%%%%%%%%%%%%%%%%%%%%%% */
/********************* Blog-overview Css ******************/
.inner-banner{
    min-height: 100vh;
    padding: 78px 0;
    position: relative;
}
.inner-banner::after{
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(0deg, #101317 0%, rgba(16, 19, 23, 0) 100%);
}
.inner-banner-content{
    position: relative;
    z-index: 1;
}
.inner-banner-content h1{
    margin-bottom: 51px;
}
.inner-banner-content p{
    color: #FFFFFF;

}
/************************ Breadcrumb Css *************************/
.site-breadcrumb {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 2px;
	font-weight: 300;
    color: #FFFFFF;
	margin: 6px 0 9px;
    text-transform: uppercase;
}
.site-breadcrumb strong{
	font-weight: 600;
}
.site-breadcrumb a {
	font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 2px;
    color: #FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.7;
    color: #FFFFFF;
}
.site-breadcrumb span{
	margin:0px 10px;
	color: #FFFFFF;
}
/************************ / Breadcrumb Css *************************/
.blog-overview-sec{
    margin-top: 80px;
    margin-bottom: 90px;
}
.blog-overview-wrapper{
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
}
.each-blog-overview{
    padding-bottom: 30px;
    border-bottom: 1px solid #4B4E55;
    margin-bottom: 40px;
}
.each-blog-overview h2{
    font-size: 36px;
    line-height: 56px;
}
.each-blog-overview h2 a{
    color: #4B4E55;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-blog-overview h2 a:hover{
    color: #4A4E55;
}
.each-blog-overview p{
    margin-bottom: 30px;
}
.each-blog-overview .common-button{
    min-width: 128px;
}
.load-more-btn a{
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    font-family: 'Jost';
    color: #0B0B0B;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.load-more-btn a:hover{
    color: #4A4E55;
}
.load-more-btn{
    margin-top: 82px;
}
/************************ Blog post *************************/
.blog-post-sec{
    margin-top: 80px;
    margin-bottom: 55px;
}
.blog-post-wrapper{
    max-width: 920px;
    width: 100%;
    margin: 0px auto;
}
.blog-post-wrapper h2{
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 31px;
}
.blog-post-img{
    border-radius: 16px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 75px;
}
.blog-post-wrapper h3{
    margin-bottom: 31px;
}
.blog-post-sec .load-more-btn {
    margin-top: 67px;
}
/*========= gallery-overview =========*/
.gallery-overview-sec{
    margin-top: 80px;
}
.each-gal-list {
    margin-bottom: 41px;
}
.each-gal-list h2{
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 64px;
}
.each-gal-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    list-style: none;
    padding: 0;
    column-gap: 32px;
}
.each-gal-list li{
    max-width: 48%;
    width: 100%;
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 2px;
    color: #0B0B0B;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #B9E3E0;
    margin-bottom: 56px;
}
.each-gal-list li a{
    color: #0B0B0B;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image: url("right-arrow.svg");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 8px;
    padding-right: 30px;
}
.each-gal-list li a:hover{
    background-position: 97%;
}
.gallery-overview-wrapper .col-lg-6 .each-gal-list li{
    max-width: 100%;
}
/*=============================*/
.gallery-category-filter-wrapper{
    background-color: #F0EEEC;
}
.gallery-category-filter-wrapper h5{
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #101317;
    font-family: "collier",sans-serif; 
    text-transform: uppercase;
    padding: 15px 66px 15px 40px;
    margin: 0;
    position: relative;
    text-align: center;
    background-image: url("filter-icon.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right;
    display: none;
    margin: 0px auto;
}
.gallery-category-filter-wrapper form{
    width: 100%;
}
.filter-options-open-wapper{
    max-width: 1422px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}
.filter-options-open{
    display: flex;
}
.filter-options-open-wapper li{
    font-family: "montserrat",sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #4B4E55;
}
.filter-option-dropdown-child li{
	padding: 2px 20px;	
}
.filter-option-dropdown-child li:hover{
	background-color: #000;
	color: #fff;
}
.filter-option p{
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #101317;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.filter-option-select h6{
    font-family: "montserrat",sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #4B4E55;
}
.filter-option{
    padding: 18px 20px 18px 43px;
    border-right: 1px solid #D2CCC8;
    position: relative;
    cursor: pointer;
}
.filter-options-open{
    border-left: 1px solid #D2CCC8;
}
.filter-option-select{
    background-image: url("arrow-down.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 30px;
}
.filter-options-open-wapper ul{
    margin: 0;
    list-style: none;
}
.filter-option-dropdown-child{
    padding: 0;
}
.filter-option-dropdown{
    background-color: #F0EEEC;
    list-style: none;
    margin: 0;
    padding: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    z-index: 1;
}
.filter-option.open .filter-option-dropdown{
    display: block;
}
.filter-option.open .filter-option-select{
    background-image: url("arrow-up.svg");
    background-position: right;
    background-repeat: no-repeat;
}
.filter-option-btn{
    display: flex;
    margin-left: auto;
    border: none;
    align-items: center;
}
.filter-option-btn .common-button{
    min-width: 181px;
    margin-right: 30px;
}
.filter-option-btn .clear-filter{
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.44px;
    letter-spacing: 3px;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-option-btn .clear-filter:hover{
    opacity: 0.6;
}
.gallery-catagory-wrapper{
    max-width: 1422px;
    width: 100%;
    margin: 74px auto 0;
    padding: 0px 15px;
}
.each-gal-catagory{
    margin-bottom: 61px;
}
.each-gal-catagory img{
    height: 100%;
    object-fit: cover;
}
.each-gal-catagory .row{
    margin: 0px -3.5px;
}
.each-gal-catagory .col-12,
.each-gal-catagory .col-6{
    padding: 0px 3.5px;
}
.gal-catagory-dtl{
    margin-top: 21px;
}
.gal-catagory-dtl h6{
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #0B0B0B;
    margin-bottom: 20px;
}
.gal-catagory-dtl .common-button{
    min-width: 215px;
}
.gallery-catagory-wrapper .load-more-btn {
    margin-top: 20px;
}
.gallery-catagory-sec{
    margin-bottom: 67px;
}
/*=================== gallery-case ===================*/
.gallery-case-banner{
    min-height: 502px;
    padding-bottom: 43px;
}
.gallery-case-wapper{
    margin: 70px 0px 43px;
}
.gallery-case-banner .inner-banner-content h1{
    font-size: 51px;
}
.gallery-case-slider .each-gal-catagory{
    margin-bottom: 0;
}
.gallery-case-slider{
    overflow-x: hidden;
}
.gallery-case-top{
    margin-bottom: 11px;
}
.gallery-case-content{
    padding-left: 50px;
}
.gallery-case-content h3{
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    color: #4B4E55;
    margin-bottom: 16px;
}
.gallery-case-content h3 strong{
    font-weight: 500;
    color: #0B0B0B;
}
.gallery-case-content h2{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 41px;
}
.gallery-case-content .common-button{
    min-width: 215px;
}
.next-prev-case{
    border-bottom: 1px solid #D2CCC9;
    padding-bottom: 40px;
    margin: 58px 0px 0;
}
.next-prev-case a{
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    color: #0B0B0B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.next-prev-case a:hover{
    opacity: 0.6;
}
.next-case{
    float: right;
}
.next-case a{
    background-image: url("right-arrow.svg");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-size: 8px;
}
.prev-case{
    float: left;
}
.prev-case a{
    background-image: url("prev-arrow.svg");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 8px;
}
.gallery-similar-case-wrapper h2{
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 25px;
}
.gallery-similar-case-wrapper .gal-catagory-dtl .common-button{
    min-width: 120px;
}
.gallery-similar-case-sec{
    margin-bottom: 10px;
}
/* ====================contact-us==================== */
.contact-us-sec{
    margin-top: 42px;
    margin-bottom: 98px;
}
.contact-us-wrapper{
    max-width: 891px;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0px 12px 10px 1px #0000001A;
    padding: 38px 45px;
}
/* ====================skin-quize==================== */
.skin-quize-sec{
    margin-top: 95px;
    margin-bottom: 95px;
}
.skin-quize-wrapper{
    max-width: 678px;
    width: 100%;
    margin: 0px auto;
}
.skin-quize-wrapper h3{
    margin-bottom: 14px;
}
.skin-quize-wrapper h2{
    line-height: 58px;
    margin-bottom: 30px;
}
.skin-quize-wrapper .common-button{
    min-width: 236px;
}
.skin-quize-wrapper p{
    margin-bottom: 32px;
}
/*======================= meet the provider =======================*/
.providers-sec{
    margin-top: 90px;
    margin-bottom: 90px;
}
.provider-img{
    padding-right: 85px;
}
.provider-img img{
    border-radius: 20px;
    overflow: hidden;
}
.provider-content h3{
    margin-bottom: 5px;
}
.provider-content h2{
    line-height: 58px;
    margin-bottom: 52px;
}
.provider-content p{
    margin-bottom: 23px;
}
.gallery-inject-section{
    margin-top: 95px;
    margin-bottom: 95px;
    padding-top: 82px;
    padding-bottom: 106px;
}
.gallery-inject-wrapper {
    max-width: 579px;
    width: 100%;
}
.gallery-inject-wrapper h3{
    color: #FFFFFF;
    margin-bottom: 12px;
}
.gallery-inject-wrapper h2{
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 20px;
	max-width:430px;
	margin-left:auto;
	margin-right:auto;
}
.gallery-inject-wrapper p{
    color: #FFFFFF;
    margin-bottom: 30px;
}
.gallery-inject-wrapper .common-button{
    min-width: 216px;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.gallery-inject-wrapper .common-button:hover{
	border-color: #000;
}
.background-content-sec{
    margin-top: 95px;
    margin-bottom: 76px;
}
.background-content-wrapper{
    max-width: 957px;
    width: 100%;
    margin: 0px auto;
}
.background-content-wrapper h2{
    line-height: 58px;
    margin-bottom: 35px;
}
.why-mdskin-different-sec{
    padding: 116px 0 106px;
    margin-top: 95px;
    margin-bottom: 95px;
}
.why-mdskin-different-wrapper{
    max-width: 681px;
    width: 100%;
    margin: 0px auto;
}
.why-mdskin-different-wrapper h2{
    color: #FFFFFF;
    line-height: 69px;
    margin-bottom: 35px;
}
.why-mdskin-different-wrapper p{
    color: #FFFFFF;
}
.team-member-sec{
    margin-top: 95px;
    margin-bottom: 11px;
}
.team-member-wrapper .row{
    margin: 0px -32.5px;
}  
.team-member-wrapper .col-lg-4{
    padding: 0px 32.5px;
}
.each-member-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
}
.each-member{
    margin-bottom: 58px;
}
.each-member h2{
    font-size: 30px;
    font-weight: 300;
    line-height: 36px; 
    color: #101317;
    margin-bottom: 0;
}
.each-member h4{
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    color: #D2CCC8;
    text-transform: uppercase;
}
/*======== about the pratic ========*/
.make-us-diffrent-sec{
    margin-top: 90px;
    margin-bottom: 90px;
}
.make-us-diffrent-wrapper{
    padding: 0px 30px;
    max-width: 1423px;
    margin: 0px auto;
}
.make-us-diffrent-content{
    max-width: 589px;
    width: 100%;
    margin: 27px auto 0;
}
.make-us-diffrent-content h3{
    margin-bottom: 10px;
}
.make-us-diffrent-content h2{
    line-height: 56px;
    margin-bottom: 23px;
    text-transform: capitalize;
}
.make-us-diffrent-img{
    max-width: 267px;
    width: 100%;
}
.make-us-diffrent-wrapper .col-lg-3:last-child .make-us-diffrent-img{
    margin-left: auto;
}
.for_mobile_make_diffrent_img .row{
    margin: 0px -8px;
}
.for_mobile_make_diffrent_img .col-6{
    padding: 0px 8px;
}
.for_mobile_make_diffrent_img .col-6:nth-child(even){
    margin-top: 112px;
}
.our-mission-seec{
    margin-top: 98px;
    margin-bottom: 98px;
    padding: 139px 0 130px;
}
.our-mission-wrapper{
    max-width: 920px;
    width: 100%;
    margin: 0px auto;
}
.our-mission-wrapper h3{
    margin-bottom: 35px;
    color: #FFFFFF;
}
.our-mission-wrapper h4{
    font-family: "collier",sans-serif; 
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 38px;
    color: #FFFFFF;
	letter-spacing: 0;
}
.gawely-difference-content{
    max-width: 558px;
    padding: 30px;
    width: 100%;
    margin: 0px auto;
}
.each-difference:nth-child(even) .row{
    flex-direction: row-reverse;
}
.gawely-difference-content h2{
    line-height: 54px;
    margin-bottom: 36px;
}
.gawely-difference-content p{
    margin-bottom: 45px;
}
.gawely-difference-content .common-button{
    font-weight: 600;
    min-width: 208px;
}
.the-gawely-difference-sec{
    margin-bottom: 100px;
}
/*============================ shop ============================*/
.product-intro-sec{
    margin-top: 85px;
    margin-bottom: 81px;
}
.product-intro-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.product-intro-wrapper h3{
    margin-bottom: 20px;
}
.product-intro-wrapper h2{
    line-height: 56px;
    margin-bottom: 30px;
}
.product-intro-wrapper p{
    margin-bottom: 30px;
}
.product-intro-wrapper .common-button{
    min-width:236px;
}
.shop-sec{
    margin-top: 86px;
    margin-bottom: 90px;
}
.each-shop{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 33px;
}
.each-shop::after{
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 90%;
}
.shop-dtl{
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.shop-dtl h2{
    font-size: 36px;
    line-height: 43.2px;
    color: #FFFFFF;
}
.shop-dtl .common-button{
    border-color: #FFFFFF;
    color: #FFFFFF;
    min-width: 164px;
}
.shop-dtl .common-button:hover{
	border-color: #000;
} 
.shop-ans{
    padding-left: 45px;
}
.each-shop-qustion{
    margin-bottom: 39px;
}
.shop-qustion-sec {
    margin-bottom: 72px;
}
/*================ loyalty program ================*/
.loyalty-program-intro-sec{
    margin-top: 114px;
    margin-bottom: 91px;
}
.loyalty-program-intro-content{
    padding-right: 100px;
}
.loyalty-program-intro-content h2{
    line-height: 54px;
    margin-bottom: 24px;
}
.loyalty-program-intro-content-inner{
    padding-left: 34px;
    border-left: 5px solid #E4F5F4;
}
.loyalty-program-intro-content-inner h4{
    font-family: "collier",sans-serif; 
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 39px;
    color: #4A4E55;
    margin-bottom: 20px;
}
.loyalty-program-intro-content-inner ul{
    margin: 0 0 30px;
    padding:0 0 0 15px;
}
.loyalty-program-intro-content-inner li{
    font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color:#000;
}
.loyalty-program-intro-content-inner li::marker{
    font-size: 10px;
}
.skin-fitness-revolution-sec{
    min-height: 550px;
    display: flex;
    align-items: center;
    text-align: center;
}
.skin-fitness-revolution-wrapper{
    max-width: 767px;
    margin: 0px auto;
}
.skin-fitness-revolution-wrapper h2{
    font-size: 52px;
    line-height: 62px;
    color: #FFFFFF;
    margin-bottom: 63px;
    text-transform: capitalize;
}
.skin-fitness-revolution-wrapper .common-button{
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.make-easy-sec{
    margin-top: 90px;
    margin-bottom: 90px;
}
.make-easy-img{
    padding-right: 100px;
}
.make-easy-img img{
    border-radius: 20px;
    overflow: hidden;
	width: 560px;
    height: 560px;
    object-fit: cover;
	max-width:560px;
}
.make-easy-content h3{
    margin-bottom: 7px;
}
.make-easy-content h2{
    line-height: 58px;
}
.make-easy-content h4{
    font-family: "collier",sans-serif; 
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 39px;
    color: #4A4E55;
    margin-bottom: 13px;
}
/*============================== skin club ==============================*/
.skinclub-tiers-sec{
    margin-top: 85px;
}
.skinclub-tiers-heading{
    max-width: 779px;
    width: 100%;
    margin: 0px auto 120px;
}
.skinclub-tiers-heading h3{
    margin-bottom: 25px;
}
.skinclub-tiers-heading h2{
    text-transform: capitalize;
}
.skinclub-tiers-wrapper{
    margin-bottom: 100px;
}
.each-skinclub-tiers{
	background-color: #FFFFFF;
	box-shadow: 0px 9px 16px 3px #0000002A;
	-webkit-box-shadow: 0px 9px 16px 3px #0000002A;
	border-radius: 16px;
	overflow: hidden;
	padding-top: 23px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	will-change: auto !important;
	transform: none !important;
}
.each-skinclub-tiers:hover {
    margin-top: -20px;
}
.skinclub-tiers-content{
    padding: 0px 43px;
/* 	width: 444px; */
    height: 782px;
}
.skinclub-tiers-content h2{
    color: #101317;
    font-size: 40px;
    line-height: 48px;    
}
.skinclub-tiers-content h4{
    font-family: 'Jost';
	font-size: 16px;
	font-weight: 500;
    color: #101317;
    line-height: 23px;
    text-transform: capitalize;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-bottom: 28px;
    border-bottom: 1px solid #101317;
}
.skinclub-tiers-content p{
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #101317;
}   
.skinclub-tiers-content ul{
    margin: 15px 0 35px;
    padding: 0;
    list-style: none;
}
.skinclub-tiers-content ul li{
    display: table;
    margin: 0px auto 15px;
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    padding-left: 20px;
}
.skinclub-tiers-content ul li::after{
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    background-image: url("tick.svg");
    background-size: 9px;
    background-position: left;
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
}
.skinclub-tiers-pricing{
    display: flex;
    padding: 23px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #4B4E55;
    border-radius: 16px;
    overflow: hidden;
    column-gap: 20px;
}
.skinclub-tiers-pricing h5{
    color: #4B4E55;
    font-family: 'Jost';
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
}
.skinclub-tiers-pricing h5 span{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.skinclub-tiers-pricing h5 strong{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.skinclub-tiers-pricing .common-button{
    min-width: 176px;
}
.skinclub-tiers-wrapper .col-lg-4:nth-child(2) .each-skinclub-tiers{
    background-color: #F0EEEC;
}
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .each-skinclub-tiers{
    background-color: #4B4E55;
}
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-pricing{
    background-color: #E3F5F4;
    border-color: #E3F5F4;
}
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-content h3,
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-content ul li,
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-content p,
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-content h4,
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-content h2{
    color: #FFFFFF;
}
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-content h4{
    border-color: #FFFFFF;
}
.skinclub-tiers-wrapper .col-lg-4:nth-child(3) .skinclub-tiers-content ul li::after{
    filter: invert(1);
}
/*============= services-overview =============*/
.services-overview-sec{
    margin-top: 70px;
}
.each-services-overview::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0 0 0 / .5) 0%, rgba(0, 0, 0, 0) 100%);
    height: 90%;
    width: 100%;
    left: 0;
    bottom: 0;
}
.service-overview-content{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 0px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
    padding-bottom: 3px; 
}
.service-overview-content h2{
    font-size: 36px;
    font-weight: 300;
    line-height: 43px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.each-services-overview{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 33px;
}
.each-services-overview .service-overview-content .common-button{
    color: #FFFFFF;
    border-color: #FFFFFF;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	width: 164px;
    margin: 0 auto;
}
.each-services-overview .service-overview-content .common-button:hover{
	border-color: #000;
}
.each-services-overview:hover .service-overview-content .common-button{
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-services-overview:hover .service-overview-content{
    padding-bottom: 23px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;   
}
.services-overview-wrapper{
    margin-bottom: 40px;
}
.treat-now-pay-later-sec{
    padding: 80px 0 62px;
}
.treat-now-pay-later-wrapper{
    max-width: 887px;
    width: 100%;
    margin: 0px auto;
}
.treat-now-pay-later-content h3{
    margin-bottom: 7px;
}
.treat-now-pay-later-content h2{
    font-size: 36px;
    line-height: 43px;
    color: #4B4E55;
    margin-bottom: 17px;
}
.treat-now-pay-later-btn .common-button{
    min-width: 216px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Form Area %%%%%%%%%%%%%%%%%%%%%%%%%%  */
 .gform_page_fields{
	text-align:center;
	max-width: 592px;
	margin: 0 auto;
}
 .gform_page_fields .gchoice{
	border:1px solid #D2C5B2;
    margin-bottom: 10px;
}
#input_2_8{
	flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
 #input_2_8 .gchoice{
	width:49%;
}
#input_2_10{
	flex-wrap: wrap;
    display: flex;
    justify-content: space-between;	
}
#input_2_10 .gchoice{
	width:49%;
}
#input_2_12{
	flex-wrap: wrap;
    display: flex;
    justify-content: space-between;	
}
#input_2_12 .gchoice{
	width:49%;
}
.gform_next_button,
.gform_previous_button{
	    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #000 !important;
    border: 1px solid #4A4E55;
    background-color: transparent;
    padding: 13px 25px 13px 25px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
}
.gform_next_button:hover{
	background-color:#000;
	border: 1px solid #000;
	color:#fff !important;
}
.gform_previous_button:hover{
    background-color:#000 !important;
	border: 1px solid #000;
	color:#fff !important;
}
.gform_button{
	font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #000 !important;
    border: 1px solid #4A4E55;
    background-color: transparent;
    padding: 13px 25px 13px 25px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;	
}
.gform_button:hover{
    background-color:#000 !important;
	border: 1px solid #000;
	color:#fff !important;	
}
.gform_wrapper.gravity-theme .gfield_label{
	font-family: "collier",sans-serif; 
	font-size: 30px !important;
	font-weight: 300 !important;
	line-height: 40px;
	color:#4B4E55;
	margin-bottom:35px !important;
}
.gform_wrapper.gravity-theme .gfield_description h3 {
    font-family: "collier", sans-serif;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 40px;
    color: #4B4E55;
    margin-bottom: 35px !important;
	text-transform: capitalize;
}
    
.gf_progressbar_wrapper{
	max-width: 540px;
    margin: 0 auto;
	margin-top:50px;
	margin-bottom:35px;
}
.gform_wrapper.gravity-theme .gfield h4 {
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0px;
}
.gfield-choice-input{
	display:none !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_blue {
    background-color: #E3F5F4 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #4B4E55 !important;
    color: #fff !important;
	height:5px;
}
.gform_page_footer{
	max-width: 592px;
    margin: 0 auto !important;	
	margin-top:20px !important;
} 
#gform_page_2_6 .gfield_label{
	display:none !important;
}
#field_2_19{
	font-family: "collier",sans-serif; 
	font-size: 30px !important;
	font-weight: 300 !important;
	line-height: 40px;
	color:#4B4E55;
	margin-bottom:35px !important;	
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 169px !important;
    resize: none;
	padding: 8px 15px !important;
}
.gform_wrapper.gravity-theme .gfield input{
	padding: 8px 15px !important;	
}
.gform_wrapper.gravity-theme .gfield input::placeholder{
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color:#4B4E55;
}
.gform_wrapper.gravity-theme .gfield select{
	height:45px;
	padding: 8px 15px !important;
	appearance:none;
	background:url('/wp-content/uploads/2024/12/Vector-arrow.png') 98%;
	background-repeat: no-repeat;
}
.gform_wrapper.gravity-theme .gfield select::placeholder{
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color:#4B4E55;
}
.gform_wrapper.gravity-theme .gfield textarea::placeholder{
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color:#4B4E55;
}
.gform_wrapper.gravity-theme .gfield input:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield select:focus{
 	outline:none;	
}
.gform_wrapper.gravity-theme .gfield textarea:focus{
	 outline:none;	
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
    text-align: left;
}

.contact-us-wrapper .gform_wrapper.gravity-theme .gfield_label{
	display:none !important;
}
.contact-us-wrapper .gform_button{
	background-color:#4A4E55;
	color:#fff !important;
	width:100%;
}
.error-page-banner h3{
	color:#fff;
	margin-bottom:25px;
}
.error-page-banner h2{
	color:#fff;
	line-height:56px;
	margin-bottom:25px;
}
.gallery-category-filter-wrapper .filter-option > ul {
	opacity: 0;
	display:block;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gallery-category-filter-wrapper .filter-option:hover ul {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.background-content-sec .each-background-content {
    column-count: 2;
    gap: 30px;
}
.header-area .menu-icon {
    cursor: pointer;
}
.footer-each a{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;	
}
.footer-each a:hover{
	color:#4B4E55;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gallery-case-thumb .swiper-slide-thumb-active {
    opacity: 70%;
}
.filter-options-open-wapper ul.filter-option-dropdown-child li.active {
    background: #000;
	color: #fff;
}
.pyramid-video-pop-up img{
	cursor:pointer;
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pyramid-video-pop-up img:hover{
	transform: scale(1.1);
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.home-modal-area .modal-body {
    padding: 0px;
	height: 500px;
}
.home-modal-area .modal-header .close{
    padding: 13px;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
	z-index: 1;
    opacity: 1;
    width: 50px;
    height: 50px;
}
.home-modal-area .modal-header{
	padding:0px;
	border:0px;
}
.home-modal-area .modal-dialog {
  margin-top: 130px;
}
.advance-search-wrapper input:focus{
	outline:none;
}
.search-area-heading h2{
	margin-bottom:40px;
}
#advance-search-display ul li h4{
	color:#000 !important;
}
#advance-search-display ul li p{
	font-size:14px;
}
.visit-each-inner-text a:hover{
	opacity: 0.7;
    color: #FFFFFF;
}
.visit-each-inner-text a.common-button:hover{
	opacity: 1;
    color: #FFFFFF;
}
.visit-wrapper{
	margin-left:-50px;
	margin-right:-50px;
}
.gform_page_fields .gchoice.active{
	background-color:#000;
	color:#fff;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width:100% !important;
    display: block !important;
    padding-top: 23px;
    padding-bottom: 23px;
}
.quiz-logo{
	margin-top:70px;
	margin-bottom:30px;
}
.footer-bottom-right p a{
			transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-bottom-right p a:hover{
	color:#fff;
	opacity:0.7;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.top-header ul li.active a{
   background-color: #191919;
}
.home-after-before-image .bafg-twentytwenty-container img {
    max-height: 640px;
	object-fit:cover;
}
.gawely-difference-img img {
    max-height: 640px;
	object-fit: cover;
}
.botox-quick-facts-area {
	background-attachment:fixed;
}
.loyalty-program-intro-img img {
    width: 560px;
    height: 560px;
    object-fit: cover;
    border-radius: 10px;
	max-width:560px;
}
.contact-us-wrapper .gfield {
    border: 1px solid #D2C5B2;
}
.contact-us-wrapper input {
    border: none;
}
.contact-us-wrapper textarea {
    border: none;
}
.contact-us-wrapper select {
    border: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span{
	display:none !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_title{
	display:none;
}
.skin-quize-sec .title-heading{
	font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
	margin:10px 0px;
}
.contact-us-sec .gform_required_legend{
	display:none;
}

.skin-fitness-area .skin-fitness-each .white-button{
	display:none;
}
.skin-fitness-each:hover .skin-fitness-text-each {
	padding-bottom: 50px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.skin-fitness-each:hover .white-button{
	display:block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.home-skin-club-area .home-skin-club-each .white-button{
	display:none;
}
.home-skin-club-each:hover .skin-fitness-text-each {
	padding-bottom: 50px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.home-skin-club-each:hover .white-button{
	display:block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/* *************************************** */
.pyramid-inner-each{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	text-align: center;

}
.pyramid-inner-each h6 {
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0B0B0B;
    margin-bottom: 5px;
}
.pyramid-inner-each p {
    font-size: 14px;
    margin: 0px;
    line-height: 18px;
}
.zone-area:nth-child(1)  .icon img{
	width:30px;
	margin-bottom: 10px;
}
.zone-area:nth-child(2)  .icon img{
	width:30px;
	margin-bottom: 10px;
}
.zone-area:nth-child(2) .pyramid-inner-each-text p{
	max-width: 232px;
	margin: auto;
}
.zone-area:nth-child(2) .zone{
	height: 140px;
}
.zone-area:nth-child(1) .pyramid-inner-each{
	display: block;
    padding-top: 37px;
}
.zone-area:nth-child(2) .pyramid-inner-each{
	display: block;
	padding-top: 9px;
}
.logo-wrapper .swiper-wrapper .swiper-slide p{
	position:relative;
}
.logo-wrapper .swiper-wrapper .swiper-slide p::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #4A4E55;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.logo-wrapper .swiper .swiper-wrapper, .logo-wrapper .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.logo-wrapper .swiper .swiper-wrapper .swiper-slide, .logo-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 15px !important;
}
.header-area a img{
	width: 100%;
	max-height: 115px;
	object-fit: cover;
}
.skinclub-tiers-wrapper  .row .col-lg-4:last-child .each-skinclub-tiers{
	    transition: all 0.5s;
	-webkit-transition: all 0.5s;	
	top:0px;
}
.skinclub-tiers-wrapper  .row .col-lg-4:last-child .each-skinclub-tiers:hover {
    top: -60px;
	margin-top:0px;
	    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*.text-container{
	position:relative
}
.text-container p{
	max-height: calc(24px * 4);
    text-overflow: ellipsis;
	overflow: hidden;	
} 
.text-container.collapsed {
    max-height: calc(1.6em * 4);
  }
.text-container .read-more {
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}
.text-container.collapsed .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
	color:#4B4E55
}*/
/* .text-container .read-more {
    display: inline;
    cursor: pointer;
    text-decoration: underline;
	position:absolute;
	right:0px;
	bottom:0px;
	background:#fff;
	padding-left:5px;
	
} */
.home-review-each h5 {
    margin-top: 25px;
}
.text-container {
	position: relative;
	line-height: 1.6;
	overflow: hidden;
}
.text-container.collapsed {
	max-height: calc(24px * 4); /* Limit to 4 lines */
}
.text-container .read-more {
	cursor: pointer;
	text-decoration: underline;
	background: white;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 5px;
	color:#4B4E55
}
.text-container.expanded .read-more {
	position: static;
	display: inline-block;
}

.home-review-area .hidden {
	display: none;
}

.home-review-area {
    position: relative;
}
.popup-overlay{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.popup-overlay .swiper-button-prev:after{
	display:none;
}
.popup-overlay .swiper-button-next:after{
	display:none;
}
.popup-content{
    max-width: 657px;
    width: 100%;
/*     background-color: #fff; */


}
.popup-content .home-review-each {
	    padding: 30px 100px;
    border: 0px solid #D2CCC9;
}
.popup-content .swiper-button-next{
	right:0px;
	border: 1px solid #101317;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.popup-content .swiper-button-prev{
	left:0px;
	border: 1px solid #101317;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.close-popup{
	background-color:transparent !important;
	border:none !important;
	    margin-left: auto;
    width: 100%;
    margin-right: 0px;
    text-align: right;
	    right: -20px;
    position: relative;
}
.popup-overlay:after{
   position: absolute;
    content: '';
    background-color: #000;
    opacity: 0.25;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 300vh;
    top: -50%;
    z-index: -12;
}
.popup-overlay-area{
	    background-color: #fff;
	    box-shadow: 0px 2px 18.9px 0px #0000001A;
    border-radius: 10px;
	    padding: 30px 50px;
} 
.close-popup{
	outline:none !important;
	border:none;
}
.team-location-name h2{
	position:relative;
	margin-bottom: 57px;
}
.team-location-name h2::after {
	position: absolute;
	content: "";
	width: 10%;
	height: 1px;
	background-color: #bfbfbf;
	bottom: -17px;
	right: 45%;
}
/* home-page-popup */
.home-page-popup-area{
	background-color: rgba(0 0 0 / 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-page-popup{
	max-width: 917px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	background-color: #f0eeec;
}
.home-page-popup-img .row{
	margin: 0px -3px;
}
.home-page-popup-img .col-6,
.home-page-popup-img .col-12{
	padding: 0px 3px;
}
.home-page-popup-img .col-12{
	margin: 6px 0;
}
.home-page-popup-img{
	padding: 0px 3px;
}
.home-page-popup-content{
	padding: 33px 38px;
}
.home-page-popup-content h2{
	font-weight: 300;
	font-size: 35px;
	line-height: 39px;
	text-transform: capitalize;
	color: #101317;
	margin-bottom: 0;
	margin-left: 69px;
}
.home-page-popup-logo{
	margin-bottom: 50px;
}
.home-page-popup-content h3{
	font-family: "collier", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 22px;
	line-height: 28px;
	text-transform: initial;
	margin-bottom: 20px;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.home-page-popup-content h3 strong{
	font-weight: 400;
}
.home-page-popup .h-close-popup {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}
.home-page-popup-logo {
	margin-bottom: 28px;
}
@media(max-width:991px){
	.home-page-popup{
		height: 600px;
		overflow-y: scroll;
		max-width: 700px;
	}
}
@media(max-width:767px){
	.home-page-popup-content h2{
		font-size: 28px;
		line-height: 31px;
	}
	.home-page-popup-area {
		padding: 0px 20px;
	}
}

.home-loaction {
    background-attachment: inherit;
}
.home-loaction h4 {
    color: #fff;
    font-family: "collier", sans-serif;
    font-size: 35px;
    margin-left: 55px;
    margin-bottom: 5px;
}
.home-loaction .botox-quick-facts-wrapper {
    z-index: 99;
    position: relative;
}
.home-loaction:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .8;
}
.home-loaction h3 {
    color: #fff;
    font-family: "collier", sans-serif;
    font-weight: 300;
    font-style: italic;
    margin: 20px 0;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: initial;
    font-size: 30px;
}
@media(max-width:991px){
	.home-loaction h4 {
		margin-left: 0px;
		margin-bottom: 0px;
	}
}

/* Shop Slider */
.medical-skin-slider {
	  max-width: 1390px;
/* 	 margin: auto; */
    padding: 50px 40px;
    display: flex;
    gap: 80px;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 0px !important;
}
    .left-content {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 50px;
	padding-left: 50px;
}
    .right-content {
      flex: 1;
      min-width: 0;
    }
   .left-content h5 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Jost';
}
   .left-content h2 {
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 55px;
    color: #4B4E55;
    font-family: 'collier';
}
   .left-content p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: 'montserrat';
}
	.medical-skin-slider .swiper {
		width: 100%;
		padding-bottom: 40px;
	}
    .medical-skin-slider .swiper-slide {
      position: relative;
      height: 400px;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      background-color: #eaeaea;
      background-size: cover;
      background-position: center;
    }
   .brand-name {
    color: white;
    margin-bottom: 20px;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
    font-family: Collier;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}
     .shop-button {
      margin-bottom: 30px;
      padding: 12px 28px;
      border: 1.5px solid white;
      color: white;
      text-decoration: none;
      background-color: transparent;
      border-radius: 4px;
      font-family: Jost;
      font-weight: 600;
      font-size: 14px;
      line-height: 16.44px;
      letter-spacing: 2px;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
    }
	.medical-skin-slider .swiper-scrollbar {
		background-color: #B9E3E0;
	}

	.medical-skin-slider .swiper-scrollbar-drag {
		background-color: #4B4E55;
		height: 2px;
	}
	.medical-skin-slider .swiper-scrollbar {
		width: 86%;
		margin: 0 auto;
		display: table;
		height:3px;
	}
@media(min-width:1600px){
	.medical-skin-slider {
		max-width: 1418px;
		margin: auto;
		padding-right: 0px !important;
		margin-left: -25vw;
	}
}
@media (max-width: 1024px) {
	.medical-skin-slider {
		flex-direction: column;
		padding: 40px 20px;
	}
	.left-content,
	.right-content {
		max-width: 100%;
		flex: 100%;
	}
	.medical-skin-slider .swiper {
    width: 88%;
    padding-bottom: 40px;
    padding-right: 27px;
    margin: 0 auto;
}
	.left-content {
    padding-right: 10px;
}
}
a.shop-button {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    /* color: #000; */
    /* border: 1px solid #4A4E55; */
    background-color: transparent;
    padding: 13px 25px 13px 25px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
}
a.shop-button:hover {
    border: 1px solid #E3F5F4;
    color: #4B4E55;
    border: 1px solid #ffffff00;
    color: #fff;
    background-color: #000;
}
@media (max-width: 1024px) {
    .medical-skin-slider .swiper
 {
        width: 100%;
    }
}
.product-slider .swiper-button-next:after, .swiper-button-prev:after{
	display:none;
}
.product-slider{
	padding:0px 50px;
}
.product-slider .swiper-button-prev{
	left:0;
}
.product-slider .swiper-button-next{
	right:0;
}
.Read-Bio-Popup .modal-dialog {
    max-width: 806px;
	box-shadow: 0px 3px 6px 0px #0000001A;
	box-shadow: 0px 11px 11px 0px #00000017;
	box-shadow: 0px 25px 15px 0px #0000000D;
	box-shadow: 0px 45px 18px 0px #00000003;
	box-shadow: 0px 70px 19px 0px #00000000;
	margin-top: 100px;
}
.Read-Bio-Popup .modal-content{
	border-radius: 16px;
}
.Read-Bio-Popup .modal-header {
    padding: 0px;
    border-bottom: 0px solid #dee2e6;
    position: absolute;
    right: 30px;
    top: 20px;
	z-index: 9;
}
.read-bio-popup-content h2{
    font-family: "collier", sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	color: #101317;
	margin-bottom: 0px;
}
.read-bio-popup-content h4{
	font-family: 'Jost';
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 2px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #D2CCC8;
    margin-bottom: 16px;
}
.read-bio-popup-wrapper .row{
	margin:0px;
}
.read-bio-popup-wrapper .row .col-lg-5{
	padding: 0px;
}
.read-bio-popup-wrapper .row .col-lg-7{
	padding: 0px;
}
.read-bio-popup-image{
	max-width: 275px;
}
.read-bio-popup-image img{
	border-radius: 9px;
}
.read-bio-popup-wrapper .modal-body {
    padding: 20px;
}
.Read-Bio-Popup .close:focus{
  outline: none;
	border:0px;
	box-shadow: none;
}
.common-link.bio-btn{
	font-family: 'Jost';
font-weight: 500;
font-size: 14px;
line-height: 27px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #101317;
	border-bottom: 1px solid #D9D9D9;
padding: 1px 8px;
    margin-top: 10px;
    display: inline-block;
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-link.bio-btn:hover{
	color: #D9D9D9;
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor: pointer;
}
.holiday-salee{
	min-height:645px;
	align-items:center !important;
	juctify-content:center;
	position:relative
}
.holiday-salee:before{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(16,19,23,0.55);
	content:'';
}
.holiday-salee .inner-banner-content{
	text-align:center
}

.page-template-template-holiday-sale section.visit-area, .page-template-template-holiday-sale-new section.visit-area  {
    display: none;
}

.page-template-template-holiday-sale  .klaviyo-form-S66icA.klaviyo-form.form-version-cid-1, .page-template-template-holiday-sale-new  .klaviyo-form-S66icA.klaviyo-form.form-version-cid-1 {
    display: none;
}

.page-template-template-holiday-sale .footer-top-area, .page-template-template-holiday-sale-new .footer-top-area  {
    padding-top: 75px;
}

.sale-details-page{
	padding:65px 0px;
}
.sale-left-sticky-part{
	padding:25px;
	border-radius:15px;
	border:1px solid #000000;
	position: sticky;
	top: 125px;
}
.category-heading h3{
	font-family: "collier", sans-serif;
	font-size:24px;
	color:#212529;
	margin-bottom:10px
}
.each-categoy-listing ul{
	margin:0px;
	padding:0px;
	list-style: none;
	display:flex;
	flex-direction:column;
	gap:5px
}
.each-categoy-listing ul li a{
	font-size:15px;
	line-height:18px;
	color:#0C0C0C;
	font-family: "Jost", sans-serif;
	padding-left:30px;
	display:inline-block;
	position: relative;
}
.each-categoy-listing ul li a:before{
	position:absolute;
	width:16px;
	height:16px;
	border-radius:100%;
	border:1px solid #000;
	content:'';
	top:2px;
	left:0px;
}
.each-categoy-listing ul li.active a:after{
	position:absolute;
	width:10px;
	height:10px;
	border-radius:100%;
	border:1px solid #000;
	background:#000;
	content:'';
	top:5px;
	left:3px;
}
.each-category-listing-holder:not(:last-child){
	margin-bottom:25px;
	border-bottom:1px solid #000000;
	padding-bottom:25px;
}
.sale-details-page > .container > .row{
	margin:0px -30px;
}
.sale-details-page > .container > .row > div{
	padding:0px 30px
}
.category-banner{
	min-height:208px;
	padding:65px 60px
}
.category-banner h2{
	color:#fff;
}
.category-banner h5{
	color:#fff
}
.category-product-image img{
	height:285px;
	object-fit:cover;
	width:100%;
}
.each-category-product{
	border-radius:15px;
	overflow:hidden;
	border:1px solid #D2CCC9;
	transition:all 0.5s;
}
.each-category-product:hover{
	border:1px solid #B9E3E0;
	transition:all 0.5s;
}
.category-product-details{
	padding:19px 18px;
}
.category-product-details h3{
	font-family: "Jost", sans-serif;
	color: #0B0B0B;
	margin-bottom: 15px;
	line-height: 20px;
	letter-spacing: normal;
	text-transform: capitalize;
}
.category-product-details h6{
	margin-bottom:25px;
	line-height: 24px;
	font-size:15px
}
.member--non-member-holder{
	padding:0px 15px;
	column-gap:22px;
	margin-bottom:20px
}
.member--non-member-holder .each-box h4{
	font-family: "Jost", sans-serif;
	font-size:24px;
	line-height:36px;
	color:#4A4E55;
	margin-bottom:5px;
}
.member--non-member-holder .each-box p{
	margin:0px;
	font-size:14px;
}
.each-box p strong{
	font-weight:600;
	color:#A89584
}
.category-product .row{
	margin:0px -9px;
	row-gap:35px;
}
.category-product .row > div{
	padding:0px 9px
}
.category-product-details a.common-button{
	width:100%;
}
.each-category-content{
	gap:35px;
}
.batch{
	font-family: "Jost", sans-serif;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	color:#4A4E55;
	font-weight:500;
	padding:3px 10px;
	border-radius:7px;
	display:inline-block;
	position:absolute;
	right:-5px;
	top:-10px
}
.light-blue{
	background:#E4F5F4;
}
.dark-blue{
	background:#B9E3E0
}
.inject-area{
	margin-top:70px;
	margin-bottom:70px;
}
.exclusive-offer h4{
	text-transform:uppercase;
	font-size:14px;
	line-height:21px;
	font-family: "Jost", sans-serif;
	letter-spacing:3px;
	margin-bottom:15px;
	font-weight:500
}
.exclusive-offer > h2{
	font-size:72px;
	line-height:90px;
	color:#101317;
	margin-bottom:0px;
}
.exclusive-offer h5{
	font-size:20px;
	line-height:30px;
	color:#101317;
	margin-bottom:20px
}
.each-offer-box{
	height:330px;
}
.offer-box-area{
	margin-top:40px;
}
.offer-content h6{
	text-transform:uppercase;
	font-size:14px;
	line-height:21px;
	font-family: "Jost", sans-serif;
	letter-spacing:3px;
	margin-bottom:15px;
	font-weight:500
}
.offer-content h2{
	font-size:48px;
	color:#101317;
	margin-bottom:50px;
}
.offer-content a.common-button{
	max-width:265px;
	width:100%
}
.light-content > *{
	color:#fff !important
}
.shop-gift-card-heading-area{
	height:398px;
	padding-top:55px;
}
.shop-gift-card-heading-area h3{
	color:#fff;
	font-size:24px;
	line-height:40px;
	font-family: "collier", sans-serif;
	font-weight:300;
	letter-spacing:normal;
	text-transform:none;
	font-weight:300;
	margin-bottom:10px;
}
.shop-gift-card-heading-area h2{
	color:#fff;
	margin-bottom:30px;
	font-style:italic;
}
.shop-gift-card-heading-area  a.common-button{
	max-width:265px;
	width:100%
}
.gift-card-area{
	padding:0px 20px;
	margin-top:-125px;
}
.gift-card {
	height:142px;
	border-radius:11.25px;
	background-color:#fff;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);

}
.each-gift-card{
	background:url('/wp-content/uploads/2025/10/Subtract-1.png') no-repeat center center / contain;
	padding-top:72px;
	padding-bottom:23px;
	padding-left:23px;
	padding-right:23px;
	min-height:340px;
	border-radius:8px;
	max-width:290px;
	margin:0px auto
}
.gift-card:before{
	position:absolute;
	top: -33px;
	left: -85px;
	background:url('/wp-content/uploads/2025/10/Group.png') no-repeat center center / contain;;
	content:'';
	width: 100%;
	height: 100%;
}
.gift-card:after{
	position: absolute;
	bottom: -9px;
	right: -10px;
	background: url('/wp-content/uploads/2025/10/Group-1.png') no-repeat center center / contain;
	content: '';
	width: 85px;
	height: 73px;
}
.each-gift-card h2{
	font-size:38px;
	line-height:42px;
	margin-bottom:10px;
}
.each-gift-card p{
	font-size:14px;
	color:#4A4E55;
	line-height:20px;
	margin-bottom:35px;
}
.gift-card-area > .row{
	margin:0px -8px;
}
.gift-card-area > .row > *{
	padding:0px 8px;
}
.each-category-content{
	margin-bottom:70px;
}
.membership-stripe{
	background-color:#3E3E3E;
	padding:2px;
}
.membership-stripe p{
	margin:0px;
	font-size:12px;
	line-height:27px;
	font-family: "Jost", sans-serif;
	letter-spacing:3px;
	color:#fff;
	text-transform:uppercase;
}
.holiday-sale-banner{
	height:490px;
	padding-top:82px;
	padding-left:95px;
	padding-bottom:65px;
}
.holiday-banner-content-holder{
	max-width:545px;
}
.holiday-banner-content-holder h4{
	font-size:14px;
	line-height:21px;
	font-family: "Jost", sans-serif;
	letter-spacing:3px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:5px;
}
.holiday-banner-content-holder h2{
	font-size:60px;
	line-height:61px;
	font-style:italic;
	color:#fff;
	margin-bottom:30px;
}
.holiday-banner-content-holder p{
	font-size:18px;
	line-height:27px;
	color:#fff;
	margin-bottom:50px;
}
.holiday-banner-content-holder a{
	max-width:426px;
	width:100%;
}
.ftr-terms h4{
	font-weight:700;
	margin-bottom:25px;
	font-size:18px;
	line-height:26px;
}
@media(max-width:1339px){
	.sale-details-page > .container > .row > div {
		padding: 0px 15px;
	}
	.sale-details-page > .container > .row {
		margin: 0px -15px;
	}
	.sale-left-sticky-part {
		padding: 25px 15px;
	}
	.each-gift-card h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.each-gift-card p {
		margin-bottom: 25px;
	}
}
@media(max-width:1199px){
	.sale-details-page .container{
		max-width:calc(100% - 80px)
	}
	.sale-details-page > .container > .row > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sale-left-sticky-part{
		margin-bottom:50px;
	}
}
@media(max-width:991px){
	.category-product-image img {
		height: auto;
	}
}
@media (max-width: 767px) {
	.sale-details-page .container {
		max-width: calc(100% - 0px);
	}
	.category-banner {
		min-height: auto;
		padding: 29px 15px;
	}
	.category-banner h2{
		font-sizE: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.exclusive-offer > h2 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom:10px
	}
	.gift-card-area {
		padding: 0px 20px;
		margin-top: -75px;
	}
	.holiday-sale-banner {
		height: auto;
		padding-top: 50px;
		padding-left: 15px;
		padding-right:15px;
		padding-bottom: 50px;
	}
	.holiday-banner-content-holder h2 {
		font-size: 42px;
		line-height: 48px;
		margin-bottom: 30px;
	}
	.holiday-banner-content-holder p {
		font-size: 16px;
		line-height: 25px;
	}
}
.ftr-terms p {
    margin: 7px;
}
.ftr-terms strong {
    font-size: 18px;
}
.ftr-terms{
	display:none;
}
.page-template-template-holiday-sale-new .ftr-terms{
	display:block;
}
.each-category-content{
	display:flex;
}
#cat0{
	display:none !important;
}
#cat0.each-category-content.active{
	display:flex !important;
}

@media(max-width:991px){
	.ftr-terms {
    padding: 14px;
}
}
/* sale swiper */
.sale-slider{
	background-color: #D9D9D9;
	padding:6px 0;
}
.sale-slider h4{
	color: #000;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px; 
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sale-slider h4 strong{
	font-weight:700;
}
.swiper-partner .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
	display: flex;
    align-items: center;
}
.swiper-partner .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 11px;
}
.swiper-partner .swiper-wrapper .swiper-slide::after{
	right:0;
	top:50%;
	transform:translatey(-50%);
	background-color:#000;
	height:2px;
	width:2px;
	content:"";
	position:absolute;
}

/* ++++++=====holiday sale======--++++++ */
.sale-area{
/* 	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 780px;
	display: flex;
	align-items: center;
	justify-content:center; */
	position:relative;
}
.sale-inne-baner{
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 780px;
	display: flex;
	align-items: center;
	justify-content:center; 
}
.sale-inne-baner img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.sale-inne-baner:after{
	background: linear-gradient(180deg, #000000 45%);
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .55;
	pointer-events: none;
}
.sale-wrapper{
	position: relative;
	z-index: 2;
}

.sale-content-area h3{
	color:#fff;
	font-family:"collier",sans-serif;
	font-size: 50px;
	line-height:45px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: italic;
}
.sale-content-area h2{
	color:#fff;
	font-size: 112px;
	line-height:112px;
	font-weight: 300;
}
.sale-content-area p{
	color: #dde1e9;
    font-weight: 300;
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
	margin-top: 25px;
	margin-top:30px;
}
.sale-content-area h6{
	color: #fff;
	font-family: 'jost';
	font-weight: 400;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 26px;
	margin-top: 34px;
	margin-bottom: 30px;
}
.sale-content-area{
	text-align: center;
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
}
.sale-wrapper{
	position: absolute;
	z-index: 2;
	top: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
}
.sale-mobile-baner-area{
	display:none;
}

@media(max-width:1199px){
	.sale-content-area h2{
		font-size: 85px;
		line-height: 85px;
	}
	.sale-content-area h3{
		font-size: 40px;
		line-height: 35px;
	}
}
@media(max-width:991px){
	.sale-content-area h2 {
		font-size: 65px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.sale-content-area h3{
		font-size: 32px;
		line-height: 32px;
	}
	.sale-mobile-baner-area{
		display:block;	
		height: 100vh;
		position:relative;
	}
	.sale-mobile-baner-area img{
		height: 100%;
		object-fit:cover;
		width: 100%;
	}
	.sale-inne-baner{
		display:none;
	}
	.sale-mobile-baner-area:after{
	background: linear-gradient(180deg, #000000 45%);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .55;
    pointer-events: none;
	}
}
@media(max-width:767px){
	.sale-content-area h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.sale-content-area h3{
		font-size: 26px;
		line-height: 32px;
	}
	.image-wrapper img{
		height: 500px;
	}
}
/********* New Memebrship Page ******/
.page-template-template-new-membership-package .inner-banner-content p{
	max-width:653px;
}
.announcement-area{
	background: #F0EEEC;
	padding:55px 0px;
}
.announcement-content-wrapper{
	max-width:880px;
}
.announcement-content-wrapper h6{
	font-family: 'Jost';
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:10px;
}
.announcement-content-wrapper h2{
	font-size:48px;
	line-height:56px;
}
.announcement-content-wrapper > p{
	max-width:800px;
	margin-left:auto;
	margin-right:auto
}
.announcement-box-holder{
	margin:50px 0px;
	gap:20px;
}
.each-announcement-box{
	background: #FFFFFFA6;
	border: 1px solid #4B4E55;
	border-radius:16px;
	padding:20px 50px 30px;
	gap:5px;
}
.each-announcement-box h3, .announcement-content-wrapper > h3{
	font-family: "collier", sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: capitalize;
	margin:0px;
	color:#4B4E55
}
.announcement-content-wrapper > h3{
	margin-bottom:30px;
}
.each-announcement-box p{
	margin:0px;
}
.announcement-content-wrapper ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
    row-gap: 20px;
}
.announcement-content-wrapper ul li{
	text-align:center;
}
.announcement-content-wrapper ul li:before{
	content:url('/wp-content/uploads/2025/12/Star-1.png');
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.doctor-area{
	padding:85px 0px;
}
.doctor-area .container{
	max-width:1180px;
}
.doctor-content p{
	font-family: "collier", sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 110%;
	color:#fff;
	font-style:italic;
}
.doctor-content h5{
	font-family: 'Retro Signature';
	color:#fff;
	font-weight: 400;
	font-size: 112.13px;
	line-height: 142.03px;
	margin:0px;
}
.doctor-content{
	padding-left: 30px;
    max-width: 460px;
}
.doctor-image img{
	width:100%;
	border-radius:16px;
}
.new-membership-plan .skinclub-tiers-heading h2{
	font-size:48px;
	line-height:56px;
}
.new-membership-plan .skinclub-tiers-heading {
    margin: 0px auto 65px;
}
.new-membership-plan .each-skinclub-tiers{
	padding:40px;
	border: 1px solid #ABA39F
}
.new-membership-plan .skinclub-tiers-content{
	padding:0px;
	height:auto;
}
.new-membership-plan .skinclub-tiers-content h3{
	font-family: "collier", sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 54px;
	color: #4B4E55;
	margin-bottom:20px;
}
.new-membership-plan .skinclub-tiers-content h2{
	margin:0px;
	font-size:48px;
}
.new-membership-plan .skinclub-tiers-content h6{
	font-size:14px;
	line-height:21px;
	color:#4B4E55;
	margin-bottom:25px;
}
.new-membership-plan .skinclub-tiers-content h6 strong{
	font-weight:700;
}
.new-membership-plan .skinclub-tiers-content h5{
	font-family: 'Jost';
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:0px;
}
.new-membership-plan .skinclub-tiers-content ul li{
	display:block;
}
.new-membership-plan .skinclub-tiers-content ul{
	margin-bottom:25px;
}
.new-membership-plan .skinclub-tiers-content ul li::after {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    background-image: url('/wp-content/uploads/2025/12/Text.png');
    background-size: 13px;
    background-position: left;
    background-repeat: no-repeat;
    width: 13px;
    height: 24px;
}
.new-membership-plan .skinclub-tiers-content span{
	font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ABA39F;
}
.new-membership-plan .skinclub-tiers-content a.common-button.gray-button{
	background:#ABA39F;
	border-color:#ABA39F;
	color:#fff;
}
.new-membership-plan .skinclub-tiers-content a.common-button.gray-button:hover{
	background-color:#E4F5F4;
	color:#4B4E55;
	border-color:#E4F5F4
}
.new-membership-plan .skinclub-tiers-content a.common-button:not(:last-child){
	margin-bottom:30px;
}
.new-membership-plan .skinclub-tiers-wrapper .col-lg-5:nth-child(2) .each-skinclub-tiers{
	background: #4B4E55;
	color:#fff
}
.new-membership-plan .col-lg-5:nth-child(2) .skinclub-tiers-content h3{
	color:#fff
}
.new-membership-plan  .col-lg-5:nth-child(2) .skinclub-tiers-content h2{
	color:#fff
}
.new-membership-plan  .col-lg-5:nth-child(2) .skinclub-tiers-content h6{
	color:#fff
}
.new-membership-plan .col-lg-5:nth-child(2) .skinclub-tiers-content span{
	color:#D9D9D9
}
.new-membership-plan .skinclub-tiers-wrapper .col-lg-5:nth-child(2) a.common-button{
	color:#fff;
	border-color:#E4F5F4
}
.new-membership-plan .skinclub-tiers-wrapper .col-lg-5:nth-child(2) a.common-button:hover{
	background-color:#E4F5F4;
	color:#4B4E55;
	border-color:#E4F5F4
}
.new-membership-plan .skinclub-tiers-wrapper .col-lg-5:nth-child(2) a.common-button.gray-button{
	background-color:#E4F5F4;
	color:#4B4E55
}
.new-membership-plan .skinclub-tiers-wrapper .col-lg-5:nth-child(2) a.common-button.gray-button:hover{
	background:#ABA39F;
	border-color:#ABA39F;
	color:#fff;
}
.skinclub-tiers-content blockquote{
	margin:0px;
	padding:0px;
	text-indent: unset;
	border:0px;
}
.skinclub-tiers-content blockquote p{
	font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ABA39F;
}
.new-membership-plan .col-lg-5:nth-child(2) .skinclub-tiers-content blockquote p{
	color:#D9D9D9
}
.rotating-text-slide .logo-wrapper .swiper-wrapper .swiper-slide p{
	line-height:normal;
}
@media(max-width:991px){
	.announcement-content-wrapper h2 {
		font-size: 42px;
		line-height: 46px;
	}
	.each-announcement-box h3, .announcement-content-wrapper > h3 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.each-announcement-box {
		padding: 20px 20px 30px;
	}
	.announcement-content-wrapper ul {
		row-gap: 10px;
	}
	.doctor-content {
		padding-left: 0px;
		padding-top:30px;
	}
	.doctor-content p {
		font-size: 35px;
	}
	.doctor-content h5 {
		font-size: 79.13px;
		line-height: 107.03px;
	}
	.new-membership-plan .skinclub-tiers-heading h2{
		font-size: 42px;
		line-height: 46px;
	}
	.new-membership-plan .each-skinclub-tiers {
        width: auto;
        margin-left: 0vw;
        left: 0%;
    }
	.new-membership-plan .skinclub-tiers-content{
		margin-bottom:0px;
	}
}
.favorites-area{
	margin-top: 134px;
	margin-bottom: 113px;
}
.favorites-wrapper h6{
    font-family: 'Jost';
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
}
.favorites-wrapper h3{
    font-family: "collier", sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	text-transform: capitalize;
	color: #4B4E55;	
	max-width: 474px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.favorites-icon-each{
	text-align: center;
	background-color: #F0EEEC80;
    border-radius: 5px;
	min-height: 154px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.favorites-icon-each p{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.favorites-icon-each img{
	object-fit: contain;
}
/* .favorites-wrapper .row .col-lg-2:first-child .favorites-icon-each img{
	height: 70px;
} */
.mdskin-bell-sec{
    min-height: 540px;
    padding: 50px 0;
	margin-top:50px;
	margin-bottom:50px;
}
.mdskin-bell-wrap {
    max-width: 523px;
	width:100%;
}
.mdskin-bell-wrap h3{
	color: #fff;
	font-family: "collier", sans-serif;
	font-size: 35px;
	font-weight: 300;
	line-height: 39px; 
	text-transform: capitalize;
}
.mdskin-bell-wrap h2{
	color: #fff;
	font-size: 96px;
	font-style: italic;
	font-weight: 300;
	line-height: 107px; 
	text-transform: capitalize;
}
.mdskin-bell-wrap h4{
	color: #fff;
	font-family: "collier", sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	line-height: 36px; 
	margin-bottom:24px;
}
.mdskin-bell-wrap p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin:0;
}
@media(max-width:991px){
	.mdskin-bell-wrap h3{
		font-size: 25px;
		line-height: 35px;
	}
	.mdskin-bell-wrap h2{
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 10px;
	}
	.mdskin-bell-wrap h4 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 14px;
	}
	.mdskin-bell-sec {
		min-height: 440px;
	}
}