/*-----------------------------------------------------------------------------------
Theme Name: SPA NYC
Theme URI: https://www.ilaspanyc.com/
Description: SPA NYC
Author: SPA NYC
Author URI: https://www.nymedicalmarketing.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

-----------------------------------------------------------------------------------

1. Typography
2. Header Area 
3. Iteam Area
4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: "Outfit";
	src: url("fonts/Outfit-Regular.woff2") format("woff2"),
		url("fonts/Outfit-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Addington CF";
	src: url("fonts/AddingtonCF-Light.woff2") format("woff2"),
		url("fonts/AddingtonCF-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Outfit';
	src: url('fonts/Outfit-ExtraLight.woff2') format('woff2'),
		url('fonts/Outfit-ExtraLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */

/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show {
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video,
.expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media all and (max-width: 768px) {
	.iframe-wrapper {
		width: 80%;
	}
}
/*Video Popup End----*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Outfit";
	color: #000000;
	background: #ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	counter-reset: my-sec-counter tow;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

.ila-spa-right ul a {
	color: #000;
	display: unset;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.ila-spa-right ul a:hover {color: #897354;}

button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
img.alignright {
	float: right;
	margin: 0 0 30px 30px;
	border-radius: 10px;
}
img.aligncenter {
	display: block;
	margin: 30px auto;
	border-radius: 10px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.container {
	width: 100%;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.sec-m {
	margin-top: 100px;
	margin-bottom: 100px;
}
.sec-b-m {
	margin-bottom: 100px;
}
.sec-p {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding-top: 30px;
	padding-bottom: 20px;
}
.main-header.fixed {
	background: #000;
	padding-bottom: 21px;
}
.header-top {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}
.main-header.fixed .header-top {
	/* padding-bottom: 10px;
	margin-bottom: 10px; */
}
.header-top-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* membership item   */
.membership ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	gap: 40px;
	-webkit-column-rule: 1px solid rgb(255, 255, 255, 0.3);
	-moz-column-rule: 1px solid rgb(255, 255, 255, 0.3);
	column-rule: 1px solid rgb(255, 255, 255, 0.3);
}
.membership ul li a {
	font-family: "Addington";
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	&&:hover {
		text-decoration: underline;
		text-decoration-thickness: 0.5px;
	}
}
/* book online */
.book-online {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
}
.book-online .call-hed:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
}
.language-btn {
	position: relative;
	padding-right: 20px;
	color: #fff;
	font-family: Addington CF;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	display: none;
}
.book-online .call-hed,
.book-online .eng {
	font-family: Addington CF;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
}
.book-online .eng {
	position: relative;
	padding-left: 28px;
	padding-right: 20px;
	border-left: 1px solid rgb(255, 255, 255, 0.7);
}
.language-btn::after,
.book-online .eng::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 12px;
	height: 15px;
	background: url("images/sp.svg") no-repeat;
}
.book-btn.default-btn {
	min-width: unset;
	font-family: Addington CF;
	font-size: 16px;
	color: #fff;
	border-color: #fff;
	padding: 10px 20px;
}
/* main menu */
.main-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 35px;
}
.main-menu ul li {
	position: relative;
}
.menu-item-has-children {
	padding-right: 20px;
}
.menu-item-has-children::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	width: 13px;
	height: 8px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -3px left -65px;
}
.main-menu ul li a {
	font-family: Addington CF;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: normal;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-menu ul li a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.3px;
}
/* Drop Down  */
.main-menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	border-radius: 4px;
	background: #897354;
	padding: 8px 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.main-menu li:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.main-menu li ul li a {
	line-height: 1.5;
}
/* llcg drop down menu  */
.main-menu li.llcg-menu ul {
	z-index: 999;
	background: #ffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: auto;
	border-radius: 0;
	padding: 40px;
	overflow: hidden;
	left: 0;
}
.main-menu li.llcg-menu ul li {
	width: 150px;
}
.main-menu li.llcg-menu ul li:hover a span {
	color: #897354;
	text-decoration: underline;
}
.main-menu li.llcg-menu.position ul {
	left: 0;
	transform: translate(-16%, 0px);
}
.main-menu li.llcg-menu.position2 ul {
	left: 0;
	transform: translate(-33%, 0px);
}
.main-menu li.llcg-menu ul .top-title {
	position: absolute;
	top: 15px;
	font-family: Addington CF;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
}
.main-menu li.llcg-menu ul .title-btm {
	position: absolute;
	bottom: -42px;
	font-family: Addington CF;
	font-size: 228px;
	color: #f4f3f0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.main-menu li.llcg-menu ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main-menu li.llcg-menu ul li a::before {
	content: "→";
	position: absolute;
	z-index: 99;
	top: 45px;
	right: 0;
	left: 0;
	margin-inline: auto;
	width: 60px;
	height: 60px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #fff;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	background: #00000070;
	opacity: 0;
}
.main-menu li.llcg-menu ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 150;
	height: 150px;
	background: rgb(0, 0, 0, 0.2);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.main-menu li.llcg-menu ul li a {
	display: block;
}
.main-menu li.llcg-menu ul li:hover a::after,
.main-menu li.llcg-menu ul li:hover a::before {
	opacity: 1;
}
.main-menu li.llcg-menu ul li a img {
	width: 150px;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.main-menu li.llcg-menu ul li a span {
	color: #242323;
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	text-align: center;
}

/* Mobile bars  */
.mobile-bars {
	position: relative;
	width: 35px;
	height: 25px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	-ms-grid-column-align: end;
	justify-self: end;
	z-index: 9999;
}
/*Single Bar */
.mobile-bars span {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ffff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 4px;
}
.mobile-bars span:nth-child(1) {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.mobile-bars span:nth-child(2) {
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
/*when click bar */
.mobile-bars.active span:nth-child(1) {
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.mobile-bars.active span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}
.mobile-bars.active span:nth-child(3) {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
}
/* Banner Section  */
/* single banner items  */
.single-banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 700px 0 100px 0;
	overflow: hidden;
}
.single-banner .big-heading, .single-banner .big-heading[data-text]::before {
	position: absolute;
	left: 0;
	bottom: 140px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #b0b0b0),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#b0b0b0 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#b0b0b0 -90%,
		rgba(255, 255, 255, 0) 69%
	);
}
.single-banner .banner-content .heading {
	min-height: 180px;
}
.bg-main-text {
	position: relative;
}
.bg-main-text::before {
	content: 'Only Spa Only Spa Only Spa';
	font-family: Addington CF;
	font-size: 404px;
	font-weight: 500;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-90%, #ffffff), color-stop(69%, rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #ffffff -90%, rgba(255, 255, 255, 0) 69%);
	background: linear-gradient(180deg, #ffffff -90%, rgba(255, 255, 255, 0) 69%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	white-space: nowrap;
	text-transform: uppercase;
	position: absolute;
	top: -180px;
	left: -100%;
}
.big-heading[data-text]::before {
	content: attr(data-text);
}
.big-heading, .big-heading[data-text]::before {
	font-family: Addington CF;
	font-size: 404px;
	font-weight: 500;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #ffffff),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background: -o-linear-gradient(top, #ffffff -90%, rgba(255, 255, 255, 0) 69%);
	background: linear-gradient(180deg, #ffffff -90%, rgba(255, 255, 255, 0) 69%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	white-space: nowrap;
	text-transform: uppercase;
}
/* Big Heading Animation -------------------- */

@-webkit-keyframes slideFromRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideFromRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.single-banner .big-heading, .single-banner .big-heading[data-text]::before {
	position: absolute;
	opacity: 0;
}
.single-banner .big-heading.animate-right {
	-webkit-animation: slideFromRight 1s ease forwards;
	animation: slideFromRight 1s ease forwards;
}

.single-banner .heading h2, .single-banner .heading h1 {
	font-family: Addington CF;
	/* 	font-size: 110px; */
	font-weight: 300;
	/* 	line-height: 1.2; */
	color: #fff;
	text-transform: uppercase;
	font-size: 88px;
	line-height: 1;
	max-width: 1000px;
}
.single-banner .heading h1 span {
	display: block;
	font-size: 45px;
	margin-bottom: 10px;
	line-height: 1.3;
}
/* Banner h2 animation ---------- */
@-webkit-keyframes slideUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/* Slide Down */
@-webkit-keyframes slideDown {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideDown {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/* Default hidden state */
.single-banner h2 {
	opacity: 0;
}
/* Slide Up */
.single-banner h2.animate-up {
	-webkit-animation: slideUp 0.6s ease forwards;
	animation: slideUp 0.6s ease forwards;
}

/* Slide Down */
.single-banner h2.animate-down {
	-webkit-animation: slideDown 0.6s ease forwards;
	animation: slideDown 0.6s ease forwards;
}

.single-banner .heading p {
	color: #fff;
}
.single-banner .heading p::before {
	background: #fff;
}
/* abnner arrows style */
.banner-wrp .slick-arrow {
	position: absolute;
	top: 50%;
	width: 175px;
	height: 80px;
	font-size: 0;
}
.banner-wrp .slick-arrow::after {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--sp);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.banner-wrp .slick-prev.slick-arrow {
	left: 60px;
}
.banner-wrp .slick-next.slick-arrow {
	right: 60px;
}
.banner-wrp .slick-prev.slick-arrow::after {
	background-position: top -556px left 0px;
}
.banner-wrp .slick-prev.slick-arrow:hover::after {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0.5;
}
.banner-wrp .slick-next.slick-arrow::after {
	background-position: top -556px left -200px;
}
.banner-wrp .slick-next.slick-arrow:hover::after {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 0.5;
}
/* ila Spa Now Section */
/* .ila-spa-now-section {
background: url("images/ilabg.jpg") no-repeat;
background-size: cover;
}*/
.ila-spa-now-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}
/* two image hover stye */
.two-image-hover {
	position: relative;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	overflow: hidden;
}
.two-image-hover img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
}
.two-image-hover img:nth-child(2) {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.two-image-hover:hover > img {
	opacity: 0;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
.two-image-hover:hover img:nth-child(2) {
	opacity: 1;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
/* left */
.ila-spa-left {
	position: relative;
}
.ila-spa-left .two-image-hover {
	margin-top: 50px;
	margin-bottom: 40px;
}
.ila-spa-left .one {
	position: absolute;
	font-family: emoji;
	font-size: 243px;
	font-weight: 300;
	line-height: 0.8;
	color: #897354;
	bottom: 48px;
	right: 45px;
}
/* Right */
.ila-spa-right {
	max-width: 720px;
	width: 100%;
}
.ila-spa-right .shadow-text {
	margin-top: 100px;
	margin-left: -180px;
	display: inline-block;
}
.ila-spa-right p {
	font-size: 18px;
	font-weight: 300;
	line-height: 35px;
	margin-bottom: 60px;
	margin-top: -85px;
}
.ila-spa-right ul {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ila-spa-right ul li {
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	color: #000000;
	text-transform: uppercase;
	list-style: disc;
	list-style-position: inside;
}
.ila-spa-right ul li::marker {
	font-size: 10px;
	color: #897354;
}
/* Spa Services & Treatments Section  */
.spa-services-treatments-section {
	background: #121212;
	overflow: hidden;
}
.spa-services-treatments-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}
.spa-services-right p {
	font-size: 18px;
	font-weight: 300;
	line-height: 35px;
	color: #fff;
	margin-bottom: 30px;
}
.spa-services-right {
	max-width: 450px;
	position: relative;
}
.spa-services-right .shadow-text {
	position: absolute;
	top: -65px;
	left: -299px;
	font-size: 170px;
	font-weight: 700;
}
.spa-services-treatments-slider {
	margin-top: 50px;
}
.single-tretment {
	position: relative;
	margin: 0 25px;
	max-height: 470px;
}
.single-tretment.slick-current.slick-center {
	max-height: 570px;
}
.single-tretment.slick-current.slick-center img {
	max-height: 570px;
	height: 100%;
}
.single-tretment.slick-current .title {
	opacity: 1;
}
.single-tretment img {
	display: block;
	max-height: 470px;
	height: 100%;
}
.single-tretment .title {
	position: absolute;
	bottom: 20px;
	left: 40px;
	right: 40px;
	padding: 20px 30px;
	background: rgb(0 0 0 / 25%);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 2px;
	opacity: 0;
}
.single-tretment .title span {
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	color: #fff;
}
.single-tretment .title p {
	font-family: Addington CF;
	font-size: 24px;
	font-weight: 200;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.spa-services-treatments-slider .slick-arrow {
	position: absolute;
	z-index: 99;
	bottom: 0;
	font-size: 0;
	width: 135px;
	height: 25px;
	background: var(--sp);
}
.spa-services-treatments-slider .slick-arrow:hover {
	opacity: 0.8;
}
.spa-services-treatments-slider .slick-arrow::after {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.spa-services-treatments-slider .slick-prev {
	left: 282px;
	background-position: top -1px left -752px;
}
.spa-services-treatments-slider .slick-next {
	right: 281px;
	background-position: top -1px left -838px;
}
.spa-services-treatments-slider .slick-prev::after {
	content: "Pre";
	right: 0;
	top: 4px;
}
.spa-services-treatments-slider .slick-next::after {
	content: "Nex";
	left: 0;
	top: 4px;
}
/* GIFT CARDS Section  */
.git-card-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}
/* left  */
.image-hover {
	overflow: hidden;
}
.image-hover img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}
.image-hover img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* right  */
.git-card-right {
	max-width: 790px;
	margin-top: 50px;
}
.git-card-right .heading {
	margin-bottom: 30px;
}
.git-card-right .heading h2 {
	font-size: 60px;
}
.git-card-right .heading p {
	padding-top: 70px;
}
.git-card-right .heading p::before {
	width: 45px;
	-webkit-transform: rotate(90deg) translate(-48px, -5px);
	-ms-transform: rotate(90deg) translate(-48px, -5px);
	transform: rotate(90deg) translate(-48px, -5px);
}
.git-card-right > p {
	margin-bottom: 30px;
}
.single-gift-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 80px;
	margin-bottom: 60px;
}
.single-gift span {
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 15px;
	display: block;
}
.single-gift span::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background: var(--sp);
}
.single-gift span.gift::before {
	background-position: top -54px left 13px;
}
.single-gift span.mgs::before {
	background-position: top -54px left -79px;
}
.single-gift span.red::before {
	background-position: top -54px left -168px;
}
.single-gift p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
/* Only Spa Section  */
.only-spa-sec {
	position: relative;
	background: #fff7ed;
}
.big-text-spa {
	overflow: hidden;
	text-align: center;
	margin-bottom: -65px;
}
.big-text-spa .big-heading, .big-text-spa .big-heading[data-text]::before {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #dfbd8dcc),
		to(rgb(255 255 255))
	);
	background-image: -o-linear-gradient(top, #dfbd8dcc -90%, rgb(255 255 255));
	background-image: linear-gradient(180deg, #dfbd8dcc -90%, rgb(255 255 255));
	font-size: 172px;
}
.only-spa-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}
/* left */
.only-spa-left {
	max-width: 590px;
}
/* right */
.only-spa-right {
	max-width: 510px;
}
.only-spa-wrp {
	padding-bottom: 100px;
}
.single-spa {
	background: #fff;
	padding: 20px;
	margin: 0 10px;
}
.single-spa .thum {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.single-spa .thum::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #fff var(--sp) no-repeat;
}
.single-spa .thum.pro::after {
	background-position: top -169px left 8px;
}
.single-spa .thum.mother::after {
	background-position: top -172px left -80px;
}
.single-spa .thum.velen::after {
	background-position: top -169px left -161px;
}
.single-spa .thum img {
	display: block;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	height: 260px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.single-spa .thum img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.single-spa .spa-content h3 {
	font-family: Addington CF;
	font-size: 25px;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-spa .spa-content h3 a {
	font-size: inherit;
}
.single-spa .spa-content p {
	line-height: 28px;
	margin-bottom: 20px;
	min-height: 85px;
}
.single-spa .spa-content a {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.single-spa .spa-content a:hover {
	color: #897354;
	text-decoration: none;
}
.only-spa-wrp .slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 9;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	border: 1px solid #000000;
	font-size: 0;
	background: var(--sp);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.only-spa-wrp .slick-arrow:hover {
	background-color: #d3ae7a;
	border-color: transparent;
}
.only-spa-wrp .slick-prev {
	left: calc(46% - 15px);
	background-position: top 22px left -193px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.only-spa-wrp .slick-next {
	right: calc(46% - 15px);
	background-position: top 22px left -193px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
/* Product Box Section */
.product-box-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.product-box-wrp.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.product-box-wrp.revers.sec-m {
	margin-bottom: 0;
}
.product-box-wrp .left {
	max-width: 760px;
	width: 100%;
}
.product-box-wrp .heading {
	margin-bottom: 30px;
}
.product-box-wrp .heading h2 {
	font-size: 60px;
}
.product-box-wrp .big-heading, .product-box-wrp .big-heading[data-text]::before {
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #cbcac7),
		color-stop(69%, rgb(255 255 255 / 0%))
	);
	background-image: -o-linear-gradient(
		top,
		#cbcac7 -90%,
		rgb(255 255 255 / 0%) 69%
	);
	background-image: linear-gradient(
		180deg,
		#cbcac7 -90%,
		rgb(255 255 255 / 0%) 69%
	);
	line-height: 0.9;
	margin-bottom: -65px;
	margin-left: -258px;
	display: block;
}
.product-box-wrp.revers .big-heading, .product-box-wrp.revers .big-heading[data-text]::before {
	margin-left: unset;
	margin-right: -160px;
}
.product-box-wrp.mt .product-box-right {
	margin-top: 90px;
}
.heading.long p {
	padding-top: 180px;
}
.product-box-right {
	max-width: 670px;
}
.product-box-right > p {
	margin-bottom: 40px;
}
/* Offers Section */
.offers-left {
	max-width: 710px;
	margin-top: 50px;
}
.offers-right {
	max-width: 390px;
}
.offers-right p a {
	text-decoration: underline;
}
.offers-right p a:hover {
	text-decoration: none;
}
.offers-right .big-heading, .offers-right .big-heading[data-text]::before {
	font-size: 170px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #cccccc),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#cccccc -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#cccccc -90%,
		rgba(255, 255, 255, 0) 69%
	);
	margin-left: -290px;
	margin-bottom: -79px;
	display: block;
}
.offers-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.offers-wrp .single-spa {
	margin: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* Pampering Packages Section  */
.pampering-packages-sec {
	position: relative;
	padding-top: 150px;
	padding-bottom: 100px;
	background: #897354;
}
.pampering-animat {
	position: relative;
	max-width: 900px;
	margin: auto;
}
.pampering-animat img {
	display: block;
}
.pampering-animat .left {
	position: absolute;
	z-index: 9;
	left: -130px;
	top: -50px;
	-webkit-animation: pamLeft 5s ease-in-out infinite;
	animation: pamLeft 5s ease-in-out infinite;
}
.pampering-animat .right {
	position: absolute;
	z-index: 9;
	right: -115px;
	top: 180px;
	-webkit-animation: pamRight 5s ease-in-out infinite;
	animation: pamRight 5s ease-in-out infinite;
}

/* Right animation */
@-webkit-keyframes pamRight {
	0% {
		top: 180px;
	}
	50% {
		top: 50px;
	}
	100% {
		top: 180px;
	}
}
@keyframes pamRight {
	0% {
		top: 180px;
	}
	50% {
		top: 50px;
	}
	100% {
		top: 180px;
	}
}
/* Optional: Left animation */
@-webkit-keyframes pamLeft {
	0% {
		top: -50px;
	}
	50% {
		top: 50px;
	}
	100% {
		top: -50px;
	}
}
@keyframes pamLeft {
	0% {
		top: -50px;
	}
	50% {
		top: 50px;
	}
	100% {
		top: -50px;
	}
}
.pampering-packages-sec .heading {
	max-width: 1025px;
	padding-left: 0;
	display: block;
	margin-inline: auto;
	margin-top: -73px;
	margin-bottom: 50px;
}
.pampering-packages-sec .default-btn {
	padding-top: 7px;
	padding-bottom: 7px;
}
.pamering-big-head {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25%;
}
.pamering-big-head .big-heading, .pamering-big-head .big-heading[data-text]::before {
	font-size: 340px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #ffffff3b),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#ffffff3b -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#ffffff3b -90%,
		rgba(255, 255, 255, 0) 69%
	);
}
/* FAQS Section  */
.faq-sec .faq-left {
	max-width: 850px;
	margin-top: 50px;
}
.faq-wrp {
	-webkit-columns: 2 400px;
	-moz-columns: 2 400px;
	columns: 2 400px;
	gap: 50px;
}
.faq-wrp .single-accordion {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
	margin-bottom: 40px;
	width: 100%;
}
.faq-wrp .accordion-title {
	position: relative;
	font-family: Addington CF;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 35px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.11);
	display: block;
}
.faq-wrp .accordion-title::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Addington CF;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	counter-increment: tow;
	content: counter(tow);
}
.faq-wrp .accordion-title::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 24px;
	height: 17px;
	background: var(--sp) no-repeat;
	background-position: top 0 left -209px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.faq-wrp .accordion-title.active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 5px;
}
.faq-wrp .accordion-body {
	margin-top: 25px;
}
/* Gallery Section  */
.gallery-sec {
	position: relative;
	min-height: 765px;
}
.gallery-sec .heading {
	margin-bottom: 80px;
}
.all-gallery {
	position: absolute;
	top: -60px;
	width: 100%;
}
.gallery-wrp {
	display: none;
}
.gallery-columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.gallery-columns-3 figure {

}
.gallery-columns-3 img {
	height: 200px;
	object-fit: cover;
}
/* Contact Section  */
.contact-sec {
	background: #fff7ed;
}
.contact-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}
.contact-left img {
	height: 100%;
}
.contact-right {
	max-width: 685px;
	margin: auto;
}
.contact-right .heading {
	margin-top: 25px;
	margin-bottom: 30px;
}
.contact-right p {
	color: #242323;
	padding: 20px 0px;
}
.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}
.single-input {
	max-width: calc(50% - 7.5px);
	width: 100%;
}
.single-input.full-width {
	max-width: 100%;
}
/* .single-input.date input {
display: none;
} */
.single-input textarea,
.single-input input {
	width: 100%;
	background: #f5ede2;
	padding: 16px 20px;
	outline: none;
	border: 1px solid transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-input textarea {
	font-family: Outfit;
	height: 125px;
	resize: none;
}
.single-input label {
	background: #f5ede2;
	font-size: 16px;
	display: block;
	height: 50px;
	padding: 6px 20px;
	opacity: 0.6;
}
.single-input textarea::-webkit-input-placeholder,
.single-input input::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #242323;
	opacity: 0.44;
}
.single-input textarea::-moz-placeholder,
.single-input input::-moz-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #242323;
	opacity: 0.44;
}
.single-input textarea:-ms-input-placeholder,
.single-input input:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #242323;
	opacity: 0.44;
}
.single-input textarea::-ms-input-placeholder,
.single-input input::-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #242323;
	opacity: 0.44;
}
.single-input textarea::placeholder,
.single-input input::placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #242323;
	opacity: 0.44;
}
.single-input textarea:focus,
.single-input input:focus {
	border-color: #897354;
}
/* Instagram Post Section  */
.instagram-post-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inst-single {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 230px;
	background-size: cover;
	position: relative;
}
.inst-single::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.4);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.inst-single:hover::after {
	opacity: 1;
}
.inst-single a {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url("images/insta/insta.svg") no-repeat;
	background-size: cover;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.inst-single:hover a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
/* Footer Section  -------------- */
.main-footer {
	position: relative;
	z-index: 99;
	padding-top: 80px;
	padding-bottom: 50px;
	background: url("images/footerBg.jpg") no-repeat;
	background-size: cover;
}
.footer-logo {
	text-align: center;
}
.footer-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	border-top: 1px solid rgb(255, 255, 255, 0.2);
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 60px 0;
}
.single-footer .title {
	font-family: Addington CF;
	font-size: 25px;
	font-weight: 500;
	line-height: normal;
	color: #897354;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}
.single-footer.five {
	max-width: 270px;
}
.single-footer ul li,
.single-footer ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.single-footer ul li a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
}
.copy-right {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
/* Inner Banner Section  */
.inner-banner-sec {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 270px;
	padding-bottom: 100px;
	position: relative;
	z-index: 9;
}
.inner-banner-sec::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.7);
}
.inner-banner-sec.new-inner-banner-sec {
	padding: 135px 0;
}
.inner-banner {
	text-align: center;
}
.inner-banner #breadcrumbs {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.inner-banner #breadcrumbs a {
	color: #fff;
	font-weight: 300;
	opacity: 0.5;
}
.inner-banner #breadcrumbs a:hover {
	color: #ffffff;
	opacity: 1;
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
}
.inner-banner h1 {
	font-family: Addington CF;
	font-size: 60px;
	font-weight: 300;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}
.inner-banner .inner-intro {
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 0;
}
.inner-banner .inner-intro p {
	color: #fff;
}
.inner-banner .inner-intro p a {
	color: #fff;
	text-decoration: underline;
}
.inner-banner .inner-intro p a:hover {
	color: #897354;
	text-decoration: none;
}
.inner-banner-holder {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 0 auto;
	overflow: hidden;
	grid-gap: 30px;
	padding: 75px 20px;
	background-position: center;
	background-size: 0;
}
.inner-banner-holder .inner-banner * {
	color: #000000;
	text-align: left;
}
.inner-banner-holder.error-page {
	display: block;
	padding: 50px 0 0 !important;
}
.inner-banner-holder.error-page h1 {
	text-align: center !important;
}
.inner-banner .exerpt-holder a {
    text-decoration: underline;
}
.inner-banner .exerpt-holder a:hover {
    text-decoration: none;
}
.inner-banner-holder .inner-banner h1 {
	margin: 0 0 40px;
}
.inner-banner-holder .inner-banner > div {
	max-width: 680px;
	width: 100%;
	margin-left: auto;
	margin-right: 50px;
}
.inner-banner-holder .inner-banner .exerpt-holder {

}
.inner-banner-holder .inner-banner .exerpt-holder .default-btn{
	margin-top: 20px;
}
.inner-banner-holder .banner-slider {
	max-width: 100%;
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}
.inner-banner-holder .banner-slider.gift-page {
	max-height: 550px;
}
.inner-banner-holder .banner-slider img {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 40px 0 0;
	object-fit: contain;
	object-position: center;
}
/* Inner Page Start ------------------------------------------------------------------------------------------------------- */
/* Spa Services Page  */
.luxury-treatments-sec {
	position: relative;
	overflow: hidden;
}
.luxury-treatments-sec .big-heading, .luxury-treatments-sec .big-heading[data-text]::before {
	position: absolute;
	top: -53px;
	right: -40px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #c8c4c4),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#c8c4c4 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#c8c4c4 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	font-size: 190px;
	line-height: normal;
	z-index: -1;
}
.luxury-treatments-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}
.luxury-treatments-left {
	max-width: 710px;
}
.luxury-treatments-left .heading {
	margin-bottom: 40px;
}
.luxury-treatments-left .default-btn {
	margin-top: 40px;
}
.luxury-treatments-left p a {
	text-decoration: underline;	
}
.luxury-treatments-left p a:hover {
	text-decoration: none;
	color: #897354;
}
.luxury-treatments-right {
	margin-top: 50px;
}
.luxury-treatments-right img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
/* Defines Luxury Spa Section  */
.defines-sec {
	background: #121212;
	overflow: hidden;
	color: #fff;
}
.defines-sec a{
	color: #fff;
	text-decoration: underline;
}
.defines-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.defines-head .heading {
	max-width: 970px;
}
.defines-head.offer .heading {
	max-width: 1140px;
	margin-top: -20px;
}
.defines-head .default-btn {
	padding: 7px 30px;
	margin: 40px 0px;
}
.defines-head .heading h2 {
	font-size: 70px;
}
.defines-head .heading p {
	padding-top: 0;
	margin-bottom: -26px;
}
.defines-head > p {
	margin-left: 80px;
}
.defines-head .content-short p {
	margin-bottom: 15px;
}
.define-items {
	margin-top: 80px;
	margin-bottom: 50px;
	margin-right: -240px;
}
.single-define {
	padding: 30px 20px 50px 30px;
	border: 1px solid #fff;
	margin: 0 12px;
	max-width: 380px;
	width: 100%;
}
.single-define:hover {
	background: rgba(137, 115, 84, 0.18);
}
.single-define::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
	background: var(--sp) no-repeat;
}
.single-define h3 {
	font-family: Addington CF;
	font-size: 24px;
	font-weight: 200;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}
.single-define.help::before {
	background-position: top -287px left 0;
}
.single-define.renew::before {
	background-position: top -284px left -109px;
}
.single-define.reduc::before {
	background-position: top -284px left -219px;
}
.single-define.bosst::before {
	background-position: top -284px left -334px;
}
.single-define.bachel::before {
	background-position: top -831px left -223px;
}
.single-define.couples::before {
	background-position: top -825px left -340px;
}
.single-define.pain::before {
	background-position: top -831px left -445px;
}
.single-define.faster::before {
	background-position: top -831px left -556px;
}
.single-define.improve::before {
	background-position: top -831px left -673px;
}
.single-define.mental::before {
	background-position: top -831px left -787px;
}
.single-define.relax::before {
	background-position: top -831px left -900px;
}
/* Inner Premium Section  */
.inner-premium-sec {
	overflow: hidden;
}
.inner-premium-head {
	max-width: 830px;
	margin: auto;
	text-align: center;
}
.inner-premium-sec .big-heading, .inner-premium-sec .big-heading[data-text]::before {
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #d4d4d4),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#d4d4d4 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#d4d4d4 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	text-align: center;
	display: block;
	margin-bottom: -100px;
}
.inner-premium-head h2 {
	margin-bottom: 30px;
}
.inner-premium-head p {
	max-width: 770px;
	margin-inline: auto;
}
.inner-premium-wrp {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.inner-premium-wrp > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.inner-premium-left img {
	max-height: 815px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.inner-premium-right .single-accordion {
	border: 1px solid #000;
	display: block;
	padding: 30px;
	margin-bottom: 15px;
}
.inner-premium-right .accordion-title {
	font-family: Addington CF;
	font-size: 30px;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	color: #242323;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.inner-premium-right .accordion-title::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: var(--sp);
	background-position: top -2px left -430px;
	margin-top: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.inner-premium-right .accordion-title.active::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.inner-premium-right .accordion-body {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #242323;
}
.inner-premium-right .accordion-body ul li {
	list-style: disc;
	margin-left: 22px;
}
.inner-premium-text {
	text-align: center;
	max-width: 1330px;
	margin-inline: auto;
	margin-top: 30px;
}
.inner-premium-text p a {
	text-decoration: underline;
}
.inner-premium-text p a:hover {
	opacity: .6;
}
/* Logo Carousel Section  */
.logo-carousel-sec {
	padding-block: 40px;
	background: #000000;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.logo-carousel-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	width: 100%;
	-webkit-animation: scroll-left 10s linear infinite;
	animation: scroll-left 10s linear infinite;
}
@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@keyframes scroll-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.logo-carousel-wrp li {
	font-family: Addington CF;
	font-size: 28px;
	font-weight: 200;
	line-height: 33px;
	color: #ffff;
	text-transform: uppercase;
	min-width: 460px;
	width: 100%;
	padding-left: 50px;
	position: relative;
}
.logo-carousel-wrp li::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 25px;
	height: 25px;
	background: var(--sp);
	background-position: top 0px left -130px;
}
/* Luxury ServiceSection  */
.luxury-span-ser-sec {
	overflow: hidden;
}
.luxury-span-ser-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}
.luxury-span-ser-wrp.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.luxury-span-ser-wrp.mt {
	margin-top: 150px;
}
.luxury-span-ser-wrp .right .heading {
	margin-left: -80px;
}
.luxury-span-ser-wrp .heading h2 {
	font-size: 52px;
	margin-bottom: 40px;
	margin-top: 70px;
}
.luxury-span-ser-wrp.revers .heading h2 {
	margin-top: 0;
}
.luxury-span-ser-wrp .heading p {
	margin-bottom: -35px;
}
/* left */
.luxury-span-ser-wrp .left {
	max-width: 650px;
	width: 100%;
}
/* right */
.luxury-span-ser-wrp .right {
	position: relative;
	max-width: 830px;
	width: 100%;
}
.luxury-span-ser-wrp .right .show-more-container, .luxury-span-ser-wrp .right{
	margin-left: 80px;
}
.luxury-span-ser-wrp .right > p {
	margin-bottom: 40px;
}
.luxury-span-ser-wrp .big-heading, .luxury-span-ser-wrp .big-heading[data-text]::before {
	position: absolute;
	top: 7px;
	left: -281px;
	margin: 0;
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #d1d1d1),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#d1d1d1 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#d1d1d1 -90%,
		rgba(255, 255, 255, 0) 69%
	);
}
.luxury-span-ser-wrp.revers .big-heading, .luxury-span-ser-wrp.revers .big-heading[data-text]::before {
	top: -50px;
}
/* How Does Section  */
.how-does-sec {
	background: #897354;
}
.how-does {
	max-width: 1200px;
	margin: auto;
}
.how-does .heading {
	padding-left: 0;
}
.how-does .heading h2 {
	margin-bottom: 40px;
}
.how-does p {
	max-width: 1070px;
}
/* Who Should Section  */
.who-should-sec {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
}
.who-should-sec .big-heading, .who-should-sec .big-heading[data-text]::before {
	position: absolute;
	z-index: -1;
	top: 40px;
	left: -23px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #cdcdcd),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#cdcdcd -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#cdcdcd -90%,
		rgba(255, 255, 255, 0) 69%
	);
	font-size: 190px;
}
.who-should-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.who-should-left {
	max-width: 770px;
	width: 100%;
	padding-left: 80px;
}
.who-should-left .heading {
	margin-left: -80px;
}
.who-should-left .heading h2 {
	font-size: 60px;
	margin-bottom: 40px;
}
.who-should-left > p {
	margin-bottom: 40px;
}
/* right */
.who-should-right {
	max-width: 580px;
	width: 100%;
}
.who-should-right img {
	display: block;
	margin-bottom: 30px;
}
/* Top Spa - Page ------------------------ */
.best-top-spa-sec {
	position: relative;
}
.best-top-spa-sec .big-heading, .best-top-spa-sec .big-heading[data-text]::before {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #d2d2d2),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#d2d2d2 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#d2d2d2 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	font-size: 190px;
	display: block;
	margin-bottom: -91px;
	text-align: left;
	margin-left: 90px;
}
.best-top-spa-sec.offer .big-heading, .best-top-spa-sec.offer .big-heading[data-text]::before {
	margin-bottom: -130px;
	left: -209px;
	z-index: 9;
	position: relative;
}
.best-top-spa-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
}
.best-top-spa-sec.facial .best-top-spa-wrp {
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.best-top-spa-sec .big-heading, .best-top-spa-sec .big-heading[data-text]::before {
	margin-bottom: -203px;
	z-index: 9;
	position: relative;
}
.best-top-spa-sec.facial h2 {
	font-size: 55px;
}
.best-top-left {
	max-width: 740px;
	padding-left: 80px;
}
.best-top-left .heading {
	margin-left: -80px;
	margin-bottom: 40px;
	& p {
		margin-bottom: -72px;
	}
}
.best-top-left > p {
	margin-bottom: 40px;
}
.best-top-left a {
	text-decoration: underline;
}
.best-top-left a:hover {
	color: #897354;
}
/* what Makes Section  */
.what-makes-wrp {
	padding: 40px;
	border: 1px solid #999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.what-makes-right {
	max-width: 715px;
}
.what-makes-right h2 {
	font-size: 60px;
	margin-bottom: 40px;
}
.what-makes-right p {
	padding-bottom: 40px;
}
/* Exclusive Services Section  */
.exclusive-services-sec {
	background: #fff7ed;
}
.exclusive-services-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 50px;
}
.exclusive-services-wrp.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.exclusive-services-left {
	max-width: 715px;
	width: 100%;
}
.exclusive-services-left h2 {
	font-size: 60px;
	margin-bottom: 40px;
}
.exclusive-services-left P {
	padding: 20px 0px;
}
/*.exclusive-services-sec ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px 40px;
max-width: 1240px;
width: 100%;
margin: 40px auto 0 auto;
}*/
.exclusive-services-sec ul li {
	margin-left: 22px;
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
}
.list-disc li {
	list-style: disc;
}
.exclusive-services-left a {
	color: #000000;
	text-decoration: underline;
	/*text-decoration-thickness: 0.5px;*/
	&:hover {
		text-decoration: none;
	}
}
.expect-caro-new {
	display: flex;
	margin: 50px auto;
	justify-content: center;
	flex-wrap: wrap;
}
.exclusive-services-left ul li {
	font-size: 18px;
	font-weight: 300;
	line-height: 35px;
	list-style: disc;
	margin-left: 22px;
}
.exclusive-services-right {
	max-width: 590px;
	width: 100%;
}
/* Expect Section  */
.expect-head {
	position: relative;
	max-width: 975px;
	margin-inline: auto;
	text-align: center;
}
.expect-head .big-heading, .expect-head .big-heading[data-text]::before {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #e3dfdf),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#e3dfdf -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#e3dfdf -90%,
		rgba(255, 255, 255, 0) 69%
	);
	position: absolute;
	left: 0;
	top: -98px;
	font-size: 206px;
}
.expect-head h2 {
	margin-bottom: 40px;
}
.expect-caro {
	margin-top: 70px;
	padding-bottom: 60px;
}
.expect-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 50px 0;
}
.single-expect {
	background: rgba(137, 115, 84, 0.18);
	padding: 40px;
	max-width: 345px;
	width: 100%;
	margin: 10px;
}
.expect-sec.robotic .single-expect {
	padding: 40px 30px;
}
.single-expect::before {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	margin-bottom: 30px;
	background: var(--sp);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.single-expect h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	color: #000000;
	text-align: center;
}
.single-expect.cutt::before {
	background-position: top -419px left 0px;
}
.single-expect.unma::before {
	background-position: top -419px left -114px;
}
.single-expect.tran::before {
	background-position: top -419px left -232px;
}
.single-expect.exclu::before {
	background-position: top -419px left -351px;
}
.single-expect.world::before {
	background-position: top -419px left -463px;
}
.single-expect.tail::before {
	background-position: top -419px left -577px;
}
.single-expect.hydr::before {
	background-position: top -701px left -3px;
}
.single-expect.crystal::before {
	background-position: top -701px left -118px;
}
.single-expect.pemf::before {
	background-position: top -699px left -232px;
}
.single-expect.red::before {
	background-position: top -702px left -349px;
}
.single-expect.technology::before {
	background-position: top -702px left -463px;
}
.single-expect.consistent::before {
	background-position: top -702px left -578px;
}
.single-expect.hygienic::before {
	background-position: top -702px left -693px;
}
.single-expect.enhance::before {
	background-position: top -702px left -807px;
}
.single-expect.quick::before {
	background-position: top -702px left -925px;
}
.expect-con {
	max-width: 1350px;
	text-align: center;
	margin-inline: auto;
}
.expect-sec.robotic .expect-con {
	max-width: 930px;
}
/* Massage - Page ------------------------------------------------------ */
.best-top-spa-wrp.massage .heading p {
	margin-bottom: -141px;
}
.best-top-spa-wrp.massage {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* Luxury Massage Section  */
.luxury-massage-sec {
	background: #121212;
	color: #fff;
}
.luxury-massage-sec a{
	color: #fff;
	text-decoration: underline;
}
.luxury-massage-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
.luxury-massage-wrp .heading h2 {
	font-size: 60px;
}
.massage-box-wrp {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	background: #121212;
	padding: 20px 40px;
	max-width: 1250px;
	margin-left: auto;
	margin-top: -420px;
	margin-bottom: 40px;
}
.massage-box-wrp::before {
	content: "";
	position: absolute;
	top: 51px;
	left: 100px;
	width: 100%;
	max-width: 775px;
	height: 1px;
	background: #fff;
}
.single-massage-box {
	position: relative;
	border: 1px solid #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 30px;
	margin-top: 84px;
}
.single-massage-box h3 {
	font-family: Addington CF;
	font-size: 24px;
	font-weight: 200;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}
.single-massage-box ul {
	margin-top: 20px;
}
.single-massage-box ul li {
	color: #fff;
	padding-left: 30px;
	position: relative;
}
.single-massage-box ul li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--sp);
	background-position: top -7px left -363px;
}
.single-massage-box::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
	background: var(--sp);
}
.single-massage-box.core::before {
	background-position: top -285px left -440px;
}
.single-massage-box.special::before {
	background-position: top -285px left -550px;
}
.single-massage-box.expe::before {
	background-position: top -285px left -660px;
}
.single-massage-box::after {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter, decimal-leading-zero);
	position: absolute;
	top: -104px;
	left: -22px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background: #414141;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 20px solid #121212;
}
/* Need a massage Section */
.need-massage-sec {
	position: relative;
}
.need-massage-sec::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 67%;
	background: #fff7ed;
	z-index: -1;
}
.need-massage-head {
	max-width: 970px;
	margin-inline: auto;
	margin-bottom: 50px;
}
.need-massage-head ul {
	list-style: disc;
	margin: 0px 0px 40px 40px;
}
.need-massage-head h2 {
	font-size: 80px;
	margin-bottom: 30px;
}
.need-massage-head p {
	margin-bottom: 40px;
}
/* Benefits Section  */
.benefits-wrp {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}
.benefits-wrp .big-heading, .benefits-wrp .big-heading[data-text]::before {
	position: absolute;
	top: -118px;
	right: 35px;
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #d2d2d2),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#d2d2d2 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#d2d2d2 -90%,
		rgba(255, 255, 255, 0) 69%
	);
}
.benefits-left {
	max-width: 850px;
}
.benefits-list-wrp {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.benefit-list-right {
	max-width: 900px;
}
.benefit-list-right p {
	max-width: 790px;
	margin-bottom: 40px;
}
.benefit-list-right p:last-child {
	margin-bottom: 0;
}
.benefit-list-right ul {
	margin-top: 40px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px 20px;
}
.benefit-list-right ul li {
	position: relative;
	font-size: 24px;
	font-weight: 300;
	line-height: 35px;
	padding-left: 35px;
	-webkit-box-flex: 280px;
	-ms-flex: 280px;
	flex: 280px;
}
.benefit-list-right ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--sp);
	background-position: top -7px left -363px;
}
/* Special Massage Section  */
.special-massage-sec {
	background: #121212;
}
.special-massage-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 70px;
}
.special-massage-left {
	max-width: 780px;
}
.special-massage-wrp.facial .special-massage-left {
	max-width: 700px;
}
.special-massage-left .heading {
	margin-bottom: 50px;
}
.special-massage-left .heading p {
	padding-top: 60px;
}
.special-massage-left .heading p::before {
	width: 40px;
	-webkit-transform: rotate(90deg) translate(-40px, -4px);
	-ms-transform: rotate(90deg) translate(-40px, -4px);
	transform: rotate(90deg) translate(-40px, -4px);
}
.special-massage-left .heading h2 {
	font-size: 65px;
}
.special-massage-left > p {
	margin-bottom: 40px;
	max-width: 670px;
}
.special-massage-left > p:last-child {
	margin-bottom: 0;
}
.special-massage-right ul {
	margin-top: 20px;
	margin-left: 22px;
}
.special-massage-right ul li {
	list-style-type: disc;
	&::marker {
		font-size: 13px;
	}
}
/* NYC Style Section  */
.nyc-style-wrp {
	position: relative;
	text-align: center;
}
.nyc-style-wrp h2 {
	max-width: 935px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.nyc-style-wrp p {
	max-width: 700px;
	margin: auto;
}
.nyc-style-wrp img.left {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.nyc-style-wrp img.right {
	position: absolute;
	z-index: -1;
	top: 155px;
	right: 0;
}
.nyc-style-wrp .big-heading, .nyc-style-wrp .big-heading[data-text]::before {
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #d2d2d2),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#d2d2d2 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#d2d2d2 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	text-align: center;
}
.single-style-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	margin-top: -85px;
	margin-bottom: 50px;
}
.single-style {
	position: relative;
	padding: 30px;
	text-align: center;
	border: 1px solid rgb(18, 18, 18, 0.2);
	min-height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.single-style::before {
	content: "";
	position: absolute;
	top: -42px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	background: #897354 var(--sp);
	border-radius: 100px;
}
.single-style.physical::before {
	background-position: top -166px left -240px;
}
.single-style.aroma::before {
	background-position: top -167px left -340px;
}
.single-style.fibro::before {
	background-position: top -162px left -431px;
}
.single-style.stre::before {
	background-position: top -164px left -526px;
}
.single-style h3 {
	font-family: Addington CF;
	font-size: 22px;
	font-weight: 200;
	line-height: 40px;
	color: #242323;
	text-transform: uppercase;
}
/* Advantage Section  */
.advantage-sec {
	background: #fff8ee;
}
.advantage-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
.advantage-wrp.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.advantage-left {
	max-width: 620px;
}
.advantage-left .heading {
	margin-bottom: 40px;
}
.advantage-left .heading h2 {
	font-size: 56px;
}
.advantage-left .big-heading, .advantage-left .big-heading[data-text]::before {
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #c7c6c6),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#c7c6c6 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#c7c6c6 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	display: inline-block;
	margin-top: -50px;
	z-index: 9999;
	position: relative;
}
.advantage-left > p {
	margin-bottom: 40px;
}
/* Testimonials - Page ---------------------------------------------------------------------------------------- */
.tes-head {
	text-align: center;
}
.tes-head .big-heading {
	display: block;
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #dbd9d9),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#dbd9d9 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#dbd9d9 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	margin-bottom: -86px;
}

.testimonials-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 55px 25px;
}
.single-testi {
	-webkit-box-flex: 360px;
	-ms-flex: 360px;
	flex: 360px;
	position: relative;
	z-index: 6;
	padding: 0 0px 30px 30px;
}
.single-testi::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 48px);
	height: calc(100% - 55px);
	background: #fff8ee;
	z-index: -1;
}
.single-testi .testi-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.single-testi .testi-name::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background: #fff var(--sp);
	background-position: top -160px left -619px;
	border-radius: 100px;
	border: 10px solid #fff8ee;
	outline: 10px solid #ffff;
}
.single-testi .testi-name p {
	background: #121212;
	color: #fff;
	padding: 25px;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	position: relative;
}
.single-testi .testi-name p::after {
	content: "";
	position: absolute;
	bottom: -44px;
	right: 0;
	width: 50px;
	height: 45px;
	background: var(--sp);
	background-position: top -178px left -723px;
}
.single-testi .testi-name p span {
	font-size: 12px;
	font-weight: 300;
	line-height: 21px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}
.single-testi > p {
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px;
	max-width: 365px;
}
.single-testi .star {
	color: #ff8000;
	font-size: 26px;
}
/* Contact Us - Page ------------------------------------------------------------------------------------- */
.get-contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
}
.get-single-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #000000;
	color: #ffff;
	padding: 40px 20px 40px 100px;
	position: relative;
}
.get-single-box span {
	font-family: Addington CF;
	font-size: 26px;
	font-weight: 200;
	line-height: 1.24;
	display: block;
	margin-bottom: 15px;
}
.get-single-box p,
.get-single-box a {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}
.get-single-box a {
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
	&&:hover {
		text-decoration: none;
	}
}
.get-single-box::before {
	content: "";
	position: absolute;
	top: 55px;
	left: 40px;
	width: 30px;
	height: 35px;
	background: var(--sp);
}
.get-single-box.loca::before {
	background-position: top 0px left -509px;
}
.get-single-box.phone::before {
	background-position: top 0px left -589px;
}
.get-single-box.mail::before {
	top: 80px;
	background-position: top 7px left -671px;
}
.get-form {
	margin-top: 30px;
	padding: 50px 70px;
	background: #897354;
}
.get-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.get-form form textarea,
.get-form form input {
	width: 100%;
	max-width: calc(50% - 30px);
	font-family: Outfit;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #897354;
	padding: 13px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 2px solid transparent;
	&&:focus {
		border-color: #000;
	}
}
.get-form form textarea {
	max-width: 100%;
	min-height: 180px;
	resize: none;
	outline: none;
}
.get-form form .submit {
	max-width: 100%;
	width: 100%;
	text-align: center;
}
/* Map Section  */
.map-sec {
	position: relative;
}
.map-sec iframe {
	height: 860px;
	width: 100%;
	border: none;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	display: block;
}
.work-hours {
	position: absolute;
	top: 80px;
	left: 140px;
	background: #000000;
	color: #fff;
	padding: 40px;
}
.work-hours .title {
	font-family: Addington CF;
	font-size: 32px;
	font-weight: 200;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.work-hours p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
.work-hours .time {
	margin-top: 40px;
}
.work-hours .time li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.work-hours .time li span {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	width: 100px;
}
.work-hours .time li button {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	padding: 4px 15px;
	border: 1px solid rgb(255, 255, 255, 0.2);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	&&:hover {
		background: #897354;
	}
}
.work-hours .address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
	margin-top: 35px;
}
.address-two li,
.work-hours .address li {
	position: relative;
	padding-left: 40px;
}
.address-two li::before,
.work-hours .address li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: var(--sp);
}
.work-hours .address li.add::before {
	background-position: top -422px left -695px;
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.work-hours .address li.call::before {
	background-position: top 0px left -589px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
.address-two li span,
.work-hours .address li span {
	font-family: Addington CF;
	font-size: 22px;
	font-weight: 200;
	line-height: 1;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.address-two li a,
.work-hours .address li a {
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	color: #fff;
	&&:hover {
		text-decoration: underline;
	}
}
.address-two {
	position: absolute;
	top: 190px;
	right: 270px;
	max-width: 430px;
	width: 100%;
}
.address-two li {
	background: #fff;
	padding: 20px 20px 20px 80px;
	border-radius: 5px;
}
.address-two li span,
.address-two li a {
	color: #000;
}
.address-two li::before {
	background-position: top -422px left -695px;
	top: 22px;
	left: 25px;
}
/* Main Inner Page ------------------------------------------------------------------- */
.on-this-page-area {
	position: sticky;
	z-index: 999;
	top: 184px;
	background: #897354;
	padding: 10px 0;
}
.on-this-page-area.no-headings {
	padding: 0;
}
.on-this-page-area.no-headings .on-this-page-top {
	display: none;
}
.progress-area {
	height: 5px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.progress {
	height: 5px;
	background: #000;
}
.container-s {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.on-this-page-topcon p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-right: 20px;
	text-transform: uppercase;
}
.on-this-page-topcon p::after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.on-this-page-topcon p.rotate::after {
	-webkit-transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	transform: rotate(136deg);
	top: 16px;
}
.on-this-page-content {
	display: none;
}
.on-this-page-content-wraper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
.on-this-page-content-wraper ul li {
	line-height: normal;
}
.on-this-page-content-wraper ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	padding: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.on-this-page-content-wraper ul li a.active {
	background: #0000002b;
}
/* Main Inner Content  */
.main-inner-sec .container {
	max-width: 760px;
}
.main-inner h2 {
	font-family: 'Addington CF';
	font-size: 40px;
	font-weight: 300;
	line-height: normal;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	margin-top: 60px;
}
.main-inner h2:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	bottom: -5px;
	border-radius: 100px;
}

.main-inner ul,
.main-inner ol {
	margin-left: 40px;
}
.main-inner ul li {
	list-style: disc;
}

/* inner margin  */
.main-inner h2,
.main-inner ul,
.main-inner ol {
	margin-bottom: 40px;
}
.main-inner > img:not(:last-child),
.main-inner p:not(:last-child) {
	margin-bottom: 30px;
}
.main-inner blockquote {
	margin: 30px auto 49px;
	border-left: 4px solid #897354;
	padding: 20px 20px 20px 30px;
	border-radius: 15px;
	box-shadow: 2px 2px 10px #c3c3c3;
}
.main-inner blockquote p {
	margin: 0;
}
/* single testimonial  */
.single-testimonial {
	width: 100%;
	border-radius: 15px;
	background: #897354;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
	padding: 35px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 40px;
}
.single-testimonial::before {
	content: "";
	display: block;
	width: 80px;
	height: 60px;
	margin-bottom: 25px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -567px left -515px;
}
.single-testimonial .stars {
	color: #ffba00;
	display: block;
	margin-bottom: 16px;
	text-align: left;
	padding-left: 40px;
	font-size: 24px;
	position: relative;
}
.single-testimonial.slick-current .stars {
	color: #fff;
}
.single-testimonial .stars::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 2px;
	left: 0;
	background: url(/wp-content/themes/spa-nyc/images/google.svg) no-repeat center;
	background-size: contain;
}
.single-testimonial.slick-current .stars::before {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(156deg) brightness(111%) contrast(101%);
}
.single-testimonial.slick-slide {
	margin: 10px;
	background: #fff;
}
.single-testimonial.slick-slide:not(.slick-current.slick-active) p, .single-testimonial.slick-slide:not(.slick-current.slick-active) p span {
	color: #000;
}
.single-testimonial.slick-slide:not(.slick-current.slick-active)::before {
	filter: invert(48%) sepia(34%) saturate(400%) hue-rotate(356deg) brightness(88%) contrast(85%);
}
.single-testimonial.slick-slide.slick-current.slick-active {
	background: #897354;
}
.single-testimonial p {
	color: #fff;
}
.single-testimonial > div {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.single-testimonial > div img {
	width: 60px;
	height: 60px;
	border-radius: 100px;
}
.single-testimonial > div p {
	font-size: 20px;
	font-weight: 300;
}
.single-testimonial > div p span {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.8;
}
.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px 0 0 0 !important;
	gap: 10px;
}
.slick-dots li {
	list-style: none !important;
}
.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	background: rgba(180, 145, 66, .30);
	border-radius: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.slick-dots li.slick-active button {
	width: 45px;
	background: #b49142;
}
/* single video  */
.hoem-video-testi-sec .container {
	max-width: 1380px;
}
.inner-single-video-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-video {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 380px;
	width: 100%;
	height: 670px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-video button {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 100px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-video button:hover {
	background: #897354;
}
.single-video button::after {
	content: "";
	width: 35px;
	height: 38px;
	background: url("images/sp.svg") no-repeat;
	position: absolute;
	top: 31px;
	left: 37px;
	background-position: top -555px left -427px;
}
/* Side Bar  */
.sidebar-gallery {
	position: fixed;
	top: 319px;
	left: calc((100vw - 1300px) / 2 - 300px);
	width: 320px;
	border-radius: 10px;
	background: #897354;
	padding: 20px;
}
.sidebar-gallery span {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.main-inner .sidebar-gallery ul {
	margin-left: 0;
	margin-bottom: 0;
}
.main-inner .sidebar-gallery ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc47;
}
.main-inner .sidebar-gallery ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 0;
}
.sidebar-gallery ul li a {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	border: none;
	-webkit-box-shadow: inset 0 0 0 0 #000;
	box-shadow: inset 0 0 0 0 #000;
	color: #fff;
	padding: 0 0.25rem;
	-webkit-transition: color 0.3s ease-in-out,
		-webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
		-webkit-box-shadow 0.3s ease-in-out;
}
.sidebar-gallery ul li a:hover {
	-webkit-box-shadow: inset 300px 0 0 0 #00000030;
	box-shadow: inset 300px 0 0 0 #00000030;
	color: white;
}
/* right  */
.single-bar-right {
	position: fixed;
	top: 310px;
	right: calc((100vw - 1300px) / 2 - 300px);
	width: 320px;
	border-radius: 10px;
	padding: 20px 40px;
	background: #000000;
}
.single-bar-right.tow {
	top: 475px;
}
.single-bar-right.three {
	top: 640px;
}
.main-inner .single-bar-right a {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 0px;
}
.single-bar-right a::before {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	margin-bottom: 14px;
	border-radius: 20px;
	background: #ffffff url("images/sp.svg") no-repeat;
}
.single-bar-right .call::before {
	background-position: top -542px left -632px;
}
.single-bar-right .book::before {
	background-position: top -543px left -726px;
}
.single-bar-right .loca::before {
	background-position: top -543px left -821px;
}
/* footer box  */
.footer-box {
	padding: 70px 135px;
	background: url("images/footerBoxBg.jpg") no-repeat;
	background-size: cover;
	text-align: center;
	border-radius: 25px;
	outline: 4px dashed #b49142;
	position: relative;
	z-index: 993;
	max-width: 1200px;
	margin: 40px auto 40px auto;
}
.footer-box .title {
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
	color: #fff;
	margin-bottom: 0px;
}
.footer-box p {
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	margin-bottom: 50px;
}
.footer-box p strong {
	color: #b49142;
}
.footer-box .call {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-black);
	border-radius: 100px;
	border: 1px solid transparent;
	padding: 15px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: var(--color-yellow);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.footer-box .call {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	border-radius: 100px;
	border: 1px solid transparent;
	padding: 15px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #b49142;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.footer-box .call::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -3px left -286px;
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.footer-box .call:hover {
	background: #fff;
	border-color: #b49142;
}
/* Offer - Page -------------------------------------------------------------- */
.valentine-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	&& .evalentine-left {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		max-width: 800px;
	}
	&& .valentine-right {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		max-width: 590px;
	}
	&& h2 {
		margin-bottom: 60px;
		font-size: 80px;
	}
	&& p {
		margin-bottom: 40px;
	}
	&& ul {
		margin-bottom: 40px;
		margin-left: 22px;
	}
	&& ul li {
		list-style: disc;
	}
}
.valentine-wrp.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* Special Offers Section */
.special-offer-sec {
	background: #fff7ed;
}
.special-offer-sec .heading {
	max-width: 1150px;
	margin-bottom: 40px;
}
.special-offer-sec .heading h2 {
	font-size: 75px;
}
.special-offer-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.special-offer-left {
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
	max-width: 640px;
}
.special-offer-right {
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
}
/* Robotic Massage - Page -------------------------------------- */
.robotic-benefit-sec {
	&& h2 {
		font-size: 70px;
	}
	&& .benefits-list-wrp {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	&& .benefit-list-right ul {
		display: block;
		margin-bottom: 40px;
		&& li {
			margin-top: 8px;
		}
	}
}
.robotic-product {
	&& .big-heading {
		margin-top: -20px;
	}
}
/* Gift Card - Page ---------------------------------- */
.gift-card-sec {
	position: relative;
	&& .big-heading {
		position: absolute;
		z-index: 99;
		top: 0;
		left: 118px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-90%, #e8e2e2),
			color-stop(69%, rgba(255, 255, 255, 0))
		);
		background-image: -o-linear-gradient(
			top,
			#e8e2e2 -90%,
			rgba(255, 255, 255, 0) 69%
		);
		background-image: linear-gradient(
			180deg,
			#e8e2e2 -90%,
			rgba(255, 255, 255, 0) 69%
		);
		font-size: 180px;
	}
	&& .best-top-spa-wrp {
		gap: 40px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	&& h2 {
		font-size: 70px;
	}
}
/* Membership - Page -------------------------- */
.membership-head {
	text-align: center;
	max-width: 1170px;
	margin-inline: auto;
	&& h2 {
		font-size: 80px;
	}
	&& h3 {
		font-family: Addington CF;
		font-size: 40px;
		font-weight: 200;
		margin-top: 35px;
		line-height: normal;
	}
}
/* Welcome Section  */
.welcome-sec {
	background: #fff7ed;
}
.welcome-wrp {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 100px;
	&& .big-heading {
		position: absolute;
		top: 0;
		left: 40px;
		font-size: 175px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-90%, #d5c5c5),
			color-stop(69%, rgba(255, 255, 255, 0))
		);
		background-image: -o-linear-gradient(
			top,
			#d5c5c5 -90%,
			rgba(255, 255, 255, 0) 69%
		);
		background-image: linear-gradient(
			180deg,
			#d5c5c5 -90%,
			rgba(255, 255, 255, 0) 69%
		);
	}
}
.welcome-left {
	max-width: 650px;
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
}
.welcome-left p {
	font-family: Addington CF;
	font-size: 30px;
	font-weight: 200;
	line-height: 40px;
	text-transform: uppercase;
	color: #242323;
}
.welcome-left a {text-decoration: underline;}
.welcome-left a:hover {text-decoration: none;}
.welcome-left p:not(:last-child) {
	margin-bottom: 40px;
}
/* Single Member Section  */
.single-member-head {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 60px;
	&& h2 {
		font-size: 80px;
	}
	&& .big-heading {
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 175px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-90%, #d5c5c5),
			color-stop(69%, rgba(255, 255, 255, 0))
		);
		background-image: -o-linear-gradient(
			top,
			#d5c5c5 -90%,
			rgba(255, 255, 255, 0) 69%
		);
		background-image: linear-gradient(
			180deg,
			#d5c5c5 -90%,
			rgba(255, 255, 255, 0) 69%
		);
	}
}
.single-member-wrp {
	padding-bottom: 100px;
}
.single-member {
	border-radius: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 15px 40px 15px;
	text-align: center;
	margin: 7px 10px;
}
.single-member img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 40px;
}
.single-member span {
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
}
.single-member a:hover {
	text-decoration: underline;
}

.single-member-wrp .slick-arrow {
	position: absolute;
	bottom: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	font-size: 0;
	border-radius: 100px;
	background: url("images/sp.svg") no-repeat;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	&&:hover {
		background-color: #fff7ed;
		border-color: #fff7ed;
	}
}
.single-member-wrp .slick-prev {
	left: calc(50% - 70px);
	background-position: top 22px left -193px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.single-member-wrp .slick-next {
	right: calc(50% - 70px);
	background-position: top 22px left -193px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/* Membership Overview Section  */
.membership-overview-sec {
	background: #121212;
}
.membership-overview-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.membership-overview-left {
	position: relative;
	max-width: 670px;
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
	&& .big-heading {
		position: absolute;
		top: -155px;
		left: 0;
		font-size: 175px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-90%, #333333),
			color-stop(69%, rgba(255, 255, 255, 0))
		);
		background-image: -o-linear-gradient(
			top,
			#333333 -90%,
			rgba(255, 255, 255, 0) 69%
		);
		background-image: linear-gradient(
			180deg,
			#333333 -90%,
			rgba(255, 255, 255, 0) 69%
		);
	}
}
.membership-overview-left h2 {
	margin-bottom: 40px;
}
.circle-list {
	padding-left: 35px;
	border-left: 1px solid #3f3f3f;
	line-height: normal;
}
.circle-list li {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 30px;
	&& strong {
		color: #897354;
	}
}
.circle-list li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: -45px;
	width: 10px;
	height: 10px;
	background: #121212;
	border-radius: 100px;
	border: 5px solid #897354;
}
/* right  */
.membership-overview-right {
	position: relative;
	&& .big-heading {
		position: absolute;
		bottom: -62px;
		right: 0;
		font-size: 175px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-90%, #4c4c4c),
			color-stop(69%, rgba(255, 255, 255, 0))
		);
		background-image: -o-linear-gradient(
			top,
			#4c4c4c -90%,
			rgba(255, 255, 255, 0) 69%
		);
		background-image: linear-gradient(
			180deg,
			#4c4c4c -90%,
			rgba(255, 255, 255, 0) 69%
		);
	}
}


.memberships-sec {
	background: #f3f0ea;
	padding: 120px 0 130px;
}

.memberships-wrp {
	max-width: 1220px;
	margin: 0 auto;
}

.memberships-intro {
	max-width: 900px;
	margin: 0 auto 30px;
	text-align: center;
}

.memberships-intro h2 {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 400;
	color: #a97808;
	letter-spacing: 0;
}

.memberships-intro-list {
	max-width: 760px;
	margin: 0 auto;
}

.memberships-intro-list p {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.60;
	color: #0e5f69;
}

.membership-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	max-width: 1120px;
	margin: 0 auto;
}

.membership-card {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(169, 120, 8, 0.34);
	padding: 28px 28px 26px;
	min-height: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.membership-card--featured {
	grid-column: 1 / -1;
	background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(245,239,228,0.98) 100%);
	border: 2px solid rgba(169, 120, 8, 0.38);
}

.membership-card__head {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(169, 120, 8, 0.25);
}

.membership-card__head h3 {
	margin: 0 0 8px;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
	color: #a97808;
}

.membership-card__price {
	font-size: 15px;
	line-height: 1.45;
	letter-spacing: 0.1px;
	color: #a97808;
}

.membership-card__price span {
	display: inline-block;
	margin: 0 6px;
	opacity: 0.6;
}

.membership-card__body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.membership-card__body ul li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 18px;
	font-size: 18px;
	line-height: 1.7;
	color: #0e5f69;
}

.membership-card__body ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #a97808;
}

.membership-details-box {
	max-width: 980px;
	margin: 85px auto 0;
	padding: 42px 40px;
	border-top: 2px solid #a97808;
	border-bottom: 2px solid #a97808;
	text-align: center;
}

.membership-details-box h3 {
	margin: 0 0 24px;
	font-size: 42px;
	line-height: 1.1;
	font-weight: 400;
	color: #a97808;
}

.membership-details-box__content p {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.6;
	color: #0e5f69;
}

.membership-details-box__content p:last-child {
	margin-bottom: 0;
}



/* Legacy Section  */
.legacy-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
.legacy-left {
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
	max-width: 590px;
}
.legacy-right {
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
	max-width: 860px;
	width: 100%;
}
.legacy-right h2 {
	font-size: 46px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Addington CF";
	margin-bottom: 30px;
	&& strong {
		color: #897354;
	}
}
.legacy-right p {
	margin-bottom: 30px;
}
.legacy-right ul li {
	list-style: disc;
	margin-left: 22px;
	margin-top: 10px;
	&&::marker {
		color: #897354;
		font-size: 25px;
	}
}
/* Monthly list Section  */
.monthly-list-sec {
	background: #fff7ed;
	position: relative;
}
.monthly-head {
	text-align: center;
	max-width: 1220px;
	margin-inline: auto;
	&& .big-heading {
		position: absolute;
		font-size: 190px;
		top: 141px;
		left: 0;
		right: 0;
		margin-inline: auto;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-90%, #e3e3e3),
			color-stop(69%, rgba(255, 255, 255, 0))
		);
		background-image: -o-linear-gradient(
			top,
			#e3e3e3 -90%,
			rgba(255, 255, 255, 0) 69%
		);
		background-image: linear-gradient(
			180deg,
			#e3e3e3 -90%,
			rgba(255, 255, 255, 0) 69%
		);
	}
}
.monthly-head h2 {
	font-family: Addington CF;
	font-weight: 200;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 55px;
	color: #242323;
	&& strong {
		color: #897354;
	}
}
.monthly-head p {
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	max-width: 800px;
	margin-inline: auto;
	margin-top: 30px;
	margin-bottom: 100px;
}
.monthly-list {
	position: relative;
	margin-top: 60px;
}
.monthly-list::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #b7b7b7;
}
.single-monthly {
	position: relative;
	border-radius: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 35px 50px;
	max-width: 640px;
	width: 100%;
	margin: -60px 0px;
	text-align: left;
}
.single-monthly:nth-child(odd) {
	text-align: left;
	margin-left: auto;
	&&::before {
		margin-left: 0;
		margin-right: auto;
	}
	&&::after {
		left: -90px;
		right: unset;
	}
	&& p {
		margin-left: 100px;
		margin-right: auto;
	}
}
.single-monthly::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background: url("images/sp.svg") no-repeat;
	border: 1px solid #cecece;
	border-radius: 100%;
	margin-bottom: 25px;
	margin-left: 0px;
	position: absolute;
}
.single-monthly::after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	right: -90px;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border: 5px solid #897354;
	border-radius: 100px;
}
.single-monthly p {
	font-size: 25px;
	font-weight: 300;
	line-height: 38px;
	max-width: 450px;
	color: #303030;
	margin-left: auto;
}
.single-monthly.private::before {
	background-position: top -941px left 16px;
}
.single-monthly.priority::before {
	background-position: top -944px left -69px;
}
.single-monthly.vip::before {
	background-position: top -944px left -160px;
}
.single-monthly.compl::before {
	background-position: top -940px left -251px;
}
.single-monthly.two::before {
	background-position: top -942px left -340px;
}
.single-monthly.premium::before {
	background-position: top -940px left -430px;
}
.single-monthly.one::before {
	background-position: top -945px left -522px;
}
/* Product Box Section  */
.member-tow-box-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.member-tow-box-wrp.mt {
	margin-top: 120px;
}
.member-tow-box-wrp.revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.member-tow-box-left {
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
	max-width: 650px;
	width: 100%;
}
/* right  */
.member-tow-box-right {
	position: relative;
	-webkit-box-flex: 350px;
	-ms-flex: 350px;
	flex: 350px;
	max-width: 720px;
	width: 100%;
	padding-left: 80px;
	&& .heading {
		margin-left: -80px;
		margin-bottom: 40px;
	}
}
.member-tow-box-right > p:not(:last-child) {
	margin-bottom: 40px;
}

.member-tow-box-wrp.revers h2 {
	font-size: 60px;
	margin-bottom: 60px;
}
.member-tow-box-right .big-heading {
	position: absolute;
	top: -84px;
	left: -265px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #e3e1e1),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#e3e1e1 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#e3e1e1 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	font-size: 190px;
}
.member-tow-box-wrp.revers .member-tow-box-right {
	padding-left: 0;
	margin-left: 0;
}
.member-tow-box-wrp.revers .member-tow-box-right .heading {
	padding-left: 0;
}
.member-tow-box-wrp.revers .member-tow-box-right .big-heading {
	left: 50px;
}
.member-tow-box-wrp .circle-list li strong {
	color: #121212 !important;
}
.member-tow-box-wrp ul li::before {
	background: #fff;
}
/* Member Contact Section */
.member-contact-sec {
	background: #fff7ed;
}
.member-contact-head {
	position: relative;
	text-align: center;
	padding-top: 100px;
}
.member-contact-head .big-heading {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #e3e3e3),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#e3e3e3 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#e3e3e3 -90%,
		rgba(255, 255, 255, 0) 69%
	);
}
.member-contact-head h2 {
	font-size: 80px;
}
.member-contact-head p {
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	margin-top: 25px;
}
.member-enroll-wrp {
	margin: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-enroll {
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
	max-width: 440px;
	border-radius: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 15px;
	text-align: center;
}
.single-enroll::before {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background: #fef7ed url("images/sp.svg") no-repeat;
	margin-inline: auto;
	margin-bottom: 30px;
	border-radius: 100px;
}
.single-enroll.call::before {
	background-position: top -922px left -593px;
}
.single-enroll.email::before {
	background-position: top -925px left -699px;
}
.single-enroll p {
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	color: #000000;
	margin-bottom: 5px;
}
.single-enroll a {
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
	color: #000000;
	&&:hover {
		text-decoration: underline;
	}
}
.member-contact-sec .text p {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
}
/* Summer Section */
.summer-head {
	position: relative;
	text-align: center;
	padding-top: 70px;
}
.summer-head .big-heading {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 190px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-90%, #e3e3e3),
		color-stop(69%, rgba(255, 255, 255, 0))
	);
	background-image: -o-linear-gradient(
		top,
		#e3e3e3 -90%,
		rgba(255, 255, 255, 0) 69%
	);
	background-image: linear-gradient(
		180deg,
		#e3e3e3 -90%,
		rgba(255, 255, 255, 0) 69%
	);
}
.summer-head h2 {
	font-size: 60px;
	font-weight: 100;
	margin-bottom: 20px;
}
.summer-head h3 {
	font-size: 80px;
}
.summer-head p {
	font-size: 30px;
	font-weight: 300;
	margin-top: 30px;
	color: #000000;
}
.summer-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}
.single-summer {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	aspect-ratio: 1;
	background: url("images/welcome/summery.png") no-repeat;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-summer p {
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
/* Typography ----------------------------------------------------------------------------------- */
:root {
	--primary-font: "Outfit";
	--secondary-font: "Addington CF";
	--sp: url("images/sp.svg") no-repeat;
}
.heading {
	position: relative;
	padding-left: 80px;
	display: inline-block;
}
.heading h2 {
	font-family: Addington CF;
	font-size: 50px;
	font-weight: 200;
	line-height: 1.2;
	color: #242323;
	text-transform: uppercase;
}
.heading.white h2 {
	color: #fff;
}
.heading p, .heading span.left-side {
	font-family: Outfit;
	font-size: 18px;
	font-weight: 300;
	color: #242323;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 125px;
	white-space: nowrap;
}
.heading span.left-side.card-fix {
	bottom: -23px;
}
.heading span.left-side::after {
	content: attr(data-text);
	font-family: Outfit;
	font-size: 15px;
	font-weight: 300;
	color: #242323;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
}
.heading span.left-side::after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.heading.top p {
	bottom: unset;
	top: 27px;
}
.heading.white p {
	color: #fff;
}
.heading p::before, .heading span.left-side::before {
	content: "";
	position: absolute;
	width: 95px;
	height: 1px;
	background: #242323;
	-webkit-transform: rotate(90deg) translate(-72px, -34px);
	-ms-transform: rotate(90deg) translate(-72px, -34px);
	transform: rotate(90deg) translate(-72px, -34px);
}
.heading span.left-side::before {
	-webkit-transform: rotate(90deg) translate(-72px, -31px);
	-ms-transform: rotate(90deg) translate(-72px, -31px);
	transform: rotate(90deg) translate(-72px, -31px);
}
.heading.white p::before {
	background: #fff;
}
/* heading two  */
.heading-two {
	font-family: Addington CF;
	font-size: 60px;
	font-weight: 200;
	line-height: normal;
	color: #242323;
	text-transform: uppercase;
}
.heading-two span {
	font-size: 18px;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
	margin-bottom: 20px;
}
.heading-two span::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #000000;
}

.heading-three {
    font-family: Addington CF;
    font-size: 40px;
    font-weight: 200;
    line-height: normal;
    color: #242323;
    text-transform: uppercase;
	margin-bottom: 20px;
}



/* Button style */
.default-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	border: 1px solid #000000;
	padding: 7px 30px;
	min-width: 200px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 9;
	min-height: 50px;
}
.default-btn.white {
	color: #fff;
	border-color: #fff;
}
.default-btn::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0 !important;
	left: 0;
	width: 0;
	height: 100%;
	background: #897354 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.default-btn:hover {
	color: #fff !important;
	border-color: #fff !important;
}
.default-btn:hover::after {
	width: 100% !important;
}
.default-btn.bg-white {
	color: #fff;
	border-color: #fff;
}
.default-btn.bg-white:hover {
	color: #000000;
}
.default-btn.bg-white:hover::after {
	background: #fff;
}
/* Shadow Text */
.shadow-text[data-text]::before {
	content: attr(data-text);
}
.shadow-text, .shadow-text[data-text]::before {
	font-family: Addington CF;
	font-size: 197px;
	font-weight: 500;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#89735417),
		to(rgba(137, 115, 84, 0))
	);
	background: -o-linear-gradient(top, #89735417 0%, rgba(137, 115, 84, 0) 100%);
	background: linear-gradient(180deg, #89735417 0%, rgba(137, 115, 84, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}
/* Accordion */
.accordion-body {
	display: none;
}
/* color white  */
.color-white {
	color: #fff;
}
.overflow-hidden {
	overflow: hidden;
}
.fullWidthIn {
	position: relative;
	z-index: 99;
}
.main-inner .menu li img {
	width: 70px;
	height: auto;
}
.main-inner .menu .sub-menu li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.main-inner .menu li {
	list-style: none;
	margin-bottom: 20px;
}
.main-inner .menu > li a {
	margin-bottom: 20px;
}
.copy-right a {
	color: #fff;
	text-decoration: underline;
}
#more {
	display: none;
	margin-top: 30px;
}
.what-makes-right a {
	text-decoration: underline;
}
.main-inner .internal-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	width: 80%;
	flex-direction: column;
	margin: -147px auto 0 auto;
	background: #fff;
	padding: 30px;
	position: relative;
}
.main-inner .internal-buttons li {
	list-style: none;
	padding: 20px;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 20px #00000017;
}
.main-inner a {
	text-decoration: none;
}
.main-inner a {
	color: #000;
	display: unset;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.main-inner a:after {
	content: '';
	position: absolute;
	bottom: -1px;
	top: 17px;
	left: 0px;
	width: 0%;
	border-bottom: 1px solid currentColor;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.main-inner a:hover:after {
	width: 100%;
	border-bottom: 1px solid #000;
}
.main-inner a:hover {
	color:#897354;
}
section.main-inner-sec.sec-m {
	min-height: 600px;
}
a.default-btn2 {
	text-align: center;
	display: block;
	margin: 40px auto;
	width: max-content;
	padding: 20px;
	border-bottom: 0px;
	background: #897354;
	color: #fff;
	border: 0px;
}
a.default-btn2:hover {
	color: #fff;
}
.f-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
	margin-bottom: 50px;
	width: 100%;
}
input.search-field {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
}
.search-submit, a.read-full-post {
	background: #897354;
	border: 0;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	width: 100%;
	max-width: 100px;
	height: 38px;
}
.nav-links a, .nav-links span {
	padding: 10px;
}
.main-inner .blog-post h2 {
	text-align: left;
	font-size: 38px;
}
.main-inner .blog-post h2:before {
	right: unset;
}
.luxury-span-ser-wrp .right ul {
	margin: 30px 0 20px 30px;
}

.luxury-span-ser-wrp .right ul li {
	margin: 0;
	list-style: disc;
}
.accordion-body a {text-decoration: underline;}
.color-white a {
	color: #fff;
	text-decoration: underline;
}
.margin-left {
	margin-left: 85px;
}
.show-more-container ol {
	margin: 20px 0 20px 40px;
}
button.toggle-btn.default-btn {
	margin: 30px 0 0px;
}
.margin-top{
	margin-top: 30px;
}
.content-full ul {
	margin: 20px 0 20px 30px;
}
.content-full ul li {
	list-style: disc;
}
.main-inner .menu > li a {
	display: block;
	margin: 30px 0px;
}
.single-massage-box a {
	color: #fff;
}
section.defines-sec UL {
	list-style: disc;
	margin-left: 30px;
	margin: 30px 0 30px 30px;
}
.special-massage-left ul {
	list-style: disc;
	margin: 0 0 0 40px;
}
.accordion-body p {
	margin: 15px 0 15px 0px;
}
.accordion-body ul {
	list-style: disc;
	margin: 15px 0 30px 40px;
}
.exerpt {
	width: 100%;
	max-width: 730px;
	display: block;
	margin: 0 auto;
	color: #fff;
	padding-left: 150px;
	position: relative;
}
.exerpt:before {
	content: '';
	width: 1px;
	height: 93%;
	position: absolute;
	left: 108px;
	background: #fff;
	top: 11px;
}
.exerpt:after {
	content: '';
	width: 63px;
	height: 51px;
	background: url(https://www.ilaspanyc.com/wp-content/uploads/2025/06/ila.png);
	position: absolute;
	left: 0;
	top: 9px;
	background-repeat: no-repeat;
}
.exerpt a{
	color: #fff;
	/* 	text-decoration: underline; */
}
.fullWidthIn.black {
	padding: 70px;
	margin: 0 auto;
	display: block;
	background: #222;
	position: relative;
}
.main-inner .book-online {
	justify-content: center;
	align-items: center;
	margin: 60px 0px;
}
.main-inner .book-online .call-hed {
	padding: 20px;
	background: #000000;
	width: 100%;
	max-width: 200px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.main-inner .book-online .call-hed::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-inner .book-online .call-hed:::hover::after{
	width: 100%;
}
.main-inner .book-online .default-btn {
	min-height: unset;
	width: 100%;
	max-width: 200px;
	padding: 20px;
}
.fullWidthIn.black:after {
	content: '';
	background: url(https://www.ilaspanyc.com/wp-content/themes/spa-nyc/images/bg-banner-one.png);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: .2;
}
/*.fullWidthIn.black:before {
content: '';
background: url(https://www.ilaspanyc.com/wp-content/themes/spa-nyc/images/bg-first-banner.png);
width: 300px;
height: 458px;
position: absolute;
left: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
}*/

.main-inner .accordion-body a{
	text-decoration: none!important;
}
ul.landing li {
	list-style: none;
    /* display: flex; */
    /* flex-direction: column; */
    max-width: 46%;
    width: 100%;
    min-width: 300px;
}

ul.landing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
}
ul.landing li a {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
ul.landing li a span {
	padding: 20px 0px;
}
ul.landing li img {
    border-radius: 20px;
}
.main-inner {
	min-height: 1000px;
}
h2.accordion-title::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: var(--sp);
	background-position: top -2px left -430px;
	margin-top: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
h2.accordion-title.active::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
h2.accordion-title {
	padding-right: 50px;
	padding-top: 30px;
	margin-top: 30px;
	cursor: pointer;
	font-size: 30px;
}
.who-should-right p a {
	text-decoration: underline;
}
.defines-head.bluezone ul, .defines-head.bluezone img {
	margin-left: 100px;
}
section.inner-premium-sec.bluezone.sec-m ul {
	list-style: disc;
	display: block;
	width: max-content;
	margin: 40px auto;
}
.luxury-span-ser-wrp.bluezone {
	margin: 50px 0px;
	gap: 50px;
	justify-content: flex-start;
	align-items: center;
	background: #f0f0f0;
}
.luxury-span-ser-wrp.revers.mt.bluezone.white {
	background: #ffffff;
}
img.alignnone {
	border-radius: 20px;
}
iframe.aligncenter {
	max-width: 800px;
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
}
iframe.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
iframe.vertical-video {
	border-radius:10px;
}
.main-menu ul li ul li {
	border-bottom: 1px solid #ffffff40;
}
.main-menu ul li ul li:last-child {
	border-bottom: 0px;
}
.multi-buttons {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.services-holder {
	margin: 60px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.single-service {
	display: block;
	max-width: 30%;
	width: 100%;
}
.single-service a {
	display: block;
	background: #897354;
	padding: 20px;
	border: 1px solid #897354;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.single-service a:hover {
	color: #897354;
	background: #fff;
	text-decoration: underline;
}
.bzr-holder {
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	width: 100%;
	background: #897354;
	text-align: center;
	padding: 10px 0;
}
.bzr-line {
	display: inline-block;
	font-size: 22px;
	color: #fff;
}
.bzr-line a {
	color: #fff;
}
.bzr-line a:hover {
	text-decoration: none;
}
@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}
.blog-page-area .container {
	max-width: 768px;
	margin: 0 auto;
}
.single-blog-post {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 20px;
	box-shadow: 1px 1px 20px #0000002e;
	margin: 40px auto;
}
.single-blog-post h2 {
	font-family: 'Addington CF';
	font-size: 30px;
	font-weight: 300;
	line-height: normal;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.single-blog-post h2 a:hover {
	text-decoration: underline;
}

.tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.tab {
	padding: 15px 20px;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #000;
}
.tab:hover {
	background: #c3c3c3;
}
.tab.active {
	background: #000;
	color: #fff;
}
.panel {
	display: none;
}
.panel.active {
	display: block;
}
.procedure-price-holder {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	column-gap: 30px;
	row-gap: 50px;
	flex-wrap: wrap;
	margin: 100px 0;
}
.single-procedure-price {
	max-width: 400px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.single-procedure-price--title {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url(https://www.ilaspanyc.com/wp-content/uploads/2025/09/massage-therapy-emotional-well-being-nyc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
}
.single-procedure-price--title::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #00000096;
	z-index: 1;
}
.single-procedure-price--title h2, .single-procedure-price--title span, .single-procedure-price--title span a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	z-index: 9;
}
.single-procedure-price--info {
	padding: 30px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.single-procedure-price--num {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.single-procedure-price--num span {

}
.single-procedure-price--book {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 10px;
}
.single-procedure-price--book a {
	display: block;
	max-width: 150px;
	padding: 10px;
	background: #000000;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #000;
}
.single-procedure-price--book a::after {
	content: none;
}
.single-procedure-price--book a:last-child {
	background: #fff;
	color: #000;
}
.single-procedure-price--book a:hover {
	background: #897354;
	color: #fff;
}
.single-procedure-price--book a:last-child:hover {

}
.press-holder {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-evenly;
	padding-bottom: 80px;
}
.single-press {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	max-width: 22%;
	min-width: 300px;
	width: 100%;
	height: auto;
	padding: 10px 30px;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
}
.single-press img {
	display: block;
	max-width: 200px;
	height: auto;
	margin: 30px auto 0;
	border-radius: 0;
}
.single-press-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	text-align: center;
}
.single-press-source {
	font-size: 24px;
}
.single-press-date {

}
.single-press-title {
	font-size: 16px;
	line-height: 1.5;
}
.single-press a {
	margin-bottom: 20px;
}
#breadcrumbs {
	margin-bottom: 50px;
	font-size: 16px;
}
#breadcrumbs a {
	color: #897354;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
.press-line-holder {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 20px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #897354 transparent;
	padding: 10px 20px;
	background: #fff;
	margin: 50px auto;
}
.press-line-holder::-webkit-scrollbar {
	height: 6px;
}
.press-line-holder::-webkit-scrollbar-thumb {
	background-color: #aaa;
	border-radius: 4px;
}
.press-line-holder img {
	max-width: 125px;
	width: 100%;
	height: auto;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: filter 0.3s, opacity 0.3s;
	border-radius: 0;
	object-fit: cover;
}
.press-line-holder img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
.awards-holder {
	max-width: 1440px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 50px auto;
	flex-wrap: wrap;
	gap: 40px;
}
.awards-holder > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	max-width: 45%;
	width: 100%;
	min-width: 280px;
	flex-wrap: wrap;
}
.awards-holder img {
	max-width: 300px;
	width: 100%;
}
.top-choice-holder {
	max-width: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	margin: 30px auto;
}
.top-choice-holder img {
	max-width: 100px;
	width: 100%;
	height: 100px;
	box-shadow: 2px 2px 10px #c3c3c3;
	padding: 10px;
	object-fit: contain;
}
.touchless-services-list {
	display: flex;
    justify-content: center;
    gap: 50px 30px;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px auto !important;
}
.touchless-services-list li {
	max-width: 600px;
    width: 100%;
    min-width: 300px;
    text-align: center;
    list-style: none !important;
    border-radius: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
}
.touchless-services-list li a {
	border: none !important
}
.touchless-services-list li a::after {
	border: none !important
}
.touchless-services-list li a img {
	border-radius: 20px;
}
.touchless-services-list li a:hover span {
	text-decoration: underline;
}
.touchless-services-list li a span {
	
}
.logos-holder {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
    margin-bottom: 75px;
}
.logos-holder img {
	max-height: 100px;
    width: auto;
    filter: invert(0%) sepia(1000000000%) saturate(3000000%) hue-rotate(94deg) brightness(0%) contrast(10700000000%);
}

.wp-caption-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* Clean, modern font */
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase; /* Adds a premium, editorial feel */
    color: #555;
    margin-top: 12px;
    text-align: left;
    border-left: 2px solid #d4af37; /* Gold accent color to signify luxury/VIP status */
    padding-left: 15px;
}
.bg-dark {
	background: #444;
}
.bg-dark p, .bg-dark h2, .bg-dark li {
 	color: #fff;	
}

/*****  Wellnesspage Promo ******/
.wellness-offer-box {
  margin-top: 30px;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  max-width: 560px;
}

.wellness-offer-box h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #444 !important;
}

.offer-item {
  margin-bottom: 12px;
}

.offer-item strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #444 !important;
}

.offer-note {
  margin: 16px 0 0;
  font-size: 12px;
  color: #777;
  line-height: 1.5;
}

.offer-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.offer-cta:hover {
  background: #000;
  color: #fff;
}

.massage-dropdown-container {
    max-width: 400px;
    margin: 20px 0;
    padding: 0;
}
.dropdown-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dropdown-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.custom-select {
	font-family: 'Outfit';
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    color: #2d271f !important;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:hover {
    border-color: #ebdecb;
}
.custom-select:focus {
    border-color: #897354;
    box-shadow: 0 0 0 3px rgb(137 115 84 / 9%);
}
.dropdown-wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 5px 0 5px;
    border-style: solid;
    border-color: #91836e transparent transparent transparent;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.dropdown-wrapper:focus-within::after {
    border-color: #897354 transparent transparent transparent;
}
.custom-select option {
    color: #2d271f !important;
    padding: 12px;
    background-color: #ffffff;
    cursor: pointer;
}
.custom-select option[disabled] {
    color: #a0aec0;
}
.step-imgs-slider {
	margin: 30px auto;
}
.step-imgs-slider img {
	margin: 0 5px;
}
/* Responsive CSS ------------------------------------------------------------------------------------------ */
@media all and (max-width: 1700px) {
	.single-bar-right {
		right: calc((100vw - 1100px) / 2 - 300px);
	}
	.sidebar-gallery {
		left: calc((100vw - 1100px) / 2 - 300px);
	}
}
/*1700 End */
@media all and (max-width: 1600px) {
	.inner-banner-sec.new-inner-banner-sec {
		padding: 74px 0;
	}
	.main-header.fixed {
		background: #000;
		padding-bottom: 7px;
	}
	.inner-banner-holder .banner-slider img {
		max-width: 700px;
	}
	.single-bar-right {
		right: calc((100vw - 1000px) / 2 - 300px);
	}
	.sidebar-gallery {
		left: calc((100vw - 1000px) / 2 - 300px);
	}
	.main-inner .sidebar-gallery ul li {
		padding: 6px 0;
	}
	.header-top {
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	.inner-banner-sec {
		padding-top: 170px;
		padding-bottom: 70px;
	}
	.main-header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media all and (max-width: 1500px) {
	.single-bar-right {
		right: calc((100vw - 900px) / 2 - 300px);
	}
	.sidebar-gallery {
		left: calc((100vw - 900px) / 2 - 300px);
	}
}
@media all and (max-width: 1440px) {
	.inner-banner-holder .banner-slider img {
		max-width: 600px;
	}
	section.main-inner-sec.sec-m {
		min-height: unset;
	}
	.big-heading {
		font-size: 105px;
	}
	.bg-main-text::before {
		font-size: 105px;
		top: -71px;
		left: 0;
	}
	/* Banner Section  */
	.single-banner {
		padding: 560px 0 70px 0;
	}
	.single-banner .big-heading {
		bottom: 300px;
	}
	.banner-wrp .slick-arrow {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		z-index: 99;
	}
	.banner-wrp .slick-next.slick-arrow {
		right: 20px;
	}
	.banner-wrp .slick-prev.slick-arrow {
		left: 20px;
	}
	/* ila Spa Now Section */
	.ila-spa-now-wrp {
		gap: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ila-spa-left .two-image-hover {
		width: 100%;
		max-width: 100%;
		&& img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}
	.ila-spa-right {
		max-width: 50%;
		width: 100%;
	}
	/* Spa Services & Treatments Section */
	.single-tretment,
	.single-tretment.slick-current.slick-center {
		max-height: unset;
		margin: 0 8px;
	}
	.single-tretment img,
	.single-tretment.slick-current.slick-center img {
		max-height: 100%;
		height: 100%;
	}
	.spa-services-treatments-slider .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
		&& li {
			width: 12px;
			height: 12px;
			background: #c2c2c2;
			margin: 0 5px;
			border-radius: 100px;
			&& button {
				width: 100%;
				display: block;
				font-size: 0;
			}
			&&.slick-active {
				background: #897354;
			}
		}
	}
	/* GIFT CARDS Section */
	.git-card-wrp {
		gap: 40px;
	}
	.git-card-right {
		max-width: 52%;
	}
	/* Only Spa Section   */
	.big-text-spa .big-heading {
		font-size: 130px;
	}
	/* Pampering Packages Section  */
	.pamering-big-head .big-heading {
		font-size: 253px;
	}
	/* Gallery Section  */
	.gallery-sec.sec-p.sec-m {
		min-height: 560px;
		padding-top: 0;
	}
	/* Contact Section  */
	.contact-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-right {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.contact-left {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		&& img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}
	/* Spa Service - Page  */
	.inner-premium-sec .big-heading {
		font-size: 125px;
		margin-bottom: -68px;
	}
	.luxury-span-ser-wrp .big-heading {
		top: 0;
		left: 0;
		font-size: 62px;
	}
	.luxury-span-ser-wrp .heading h2 {
		margin-bottom: 30px;
		margin-top: 27px;
	}
	.who-should-sec .big-heading {
		font-size: 80px;
		width: 100%;
	}
	/* Top Spa - Page */
	.best-top-spa-sec .big-heading {
		font-size: 147px;
	}
	.best-top-spa-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.best-top-left {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.best-top-right {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.what-makes-right h2 {
		font-size: 62px;
		line-height: 1.2;
	}
	.what-makes-right {
		max-width: 100%;
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
	}
	.exclusive-services-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.exclusive-services-left h2 {
		font-size: 56px;
		margin-bottom: 40px;
	}
	.exclusive-services-left {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.exclusive-services-right {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		&& img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			display: block;
		}
	}
	.massage-box-wrp::before {
		max-width: 718px;
	}
	.advantage-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.advantage-right,
	.advantage-left {
		max-width: 50%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.advantage-left .big-heading {
		font-size: 136px;
	}
	/* Testimonial page ------------- */
	.tes-head .big-heading {
		font-size: 120px;
		margin-bottom: -61px;
	}
	.work-hours {
		left: 40px;
	}
	.address-two {
		right: 40px;
	}
	/* Offer - Page ------- */
	.best-top-spa-sec.offer .big-heading {
		left: -80px;
	}
	.valentine-wrp {
		&& h2 {
			margin-bottom: 25px;
			font-size: 50px;
		}
		&& p {
			margin-bottom: 20px;
		}
		&& p:last-child {
			margin-bottom: 0;
		}
		&& ul {
			margin-bottom: 20px;
		}
	}
	.monthly-list::after,
	.single-monthly::after {
		display: none;
	}
	.single-monthly {
		margin: 35px 0;
	}
	.single-bar-right {
		right: 0;
		width: 280px;
		padding: 20px;
	}
	.sidebar-gallery {
		left: 0;
		width: 280px;
		padding: 20px;
	}
	.main-inner .sidebar-gallery ul li {
		padding: 4px 0;
	}
	.main-menu li.llcg-menu ul li {
		width: 138px;
	}
	.main-menu li.llcg-menu ul li a span {
		font-size: 12px;
	}
}
/*1440 End */
@media all and (max-width: 1366px) {
	.main-inner {
		min-height: auto;
	}
	/* Side Bar  */
	.side-bar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sidebar-gallery {
		width: 100%;
		position: unset;
	}
	.single-bar-right {
		-webkit-box-flex: 150px;
		-ms-flex: 150px;
		flex: 150px;
		position: unset;
	}
	.sidebar-gallery ul {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 5px 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-inner .sidebar-gallery ul li {
		list-style: none;
		padding: 6px 0;
		-webkit-box-flex: 210px;
		-ms-flex: 210px;
		flex: 210px;
	}
	.main-menu > ul {
		gap: 20px;
	}
	.main-menu ul li a {
		font-size: 16px;
	}
}
@media all and (max-width: 1200px) {
	.inner-banner-sec.new-inner-banner-sec {
		padding: 86px 0;
	}
	.main-header.fixed {
		padding-bottom: 16px;
	}
	.main-menu ul li a {
		font-size: 16px;
	}
	.sec-p {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-m {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.sec-b-m {
		margin-bottom: 50px;
	}
	.heading {
		padding-left: 0;
	}
	.heading h2 {
		font-size: 56px;
	}
	.heading p, .heading span.left-side {
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		position: unset;
		padding-top: 0;
		white-space: nowrap;
		&&::before {
			display: none;
		}
	}
	.heading span.left-side {
		display: block;
		height: 30px;
	}
	.heading span.left-side::after {
		writing-mode: horizontal-tb;
	}
	/* Main Header  */
	.main-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-top {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.main-menu li.llcg-menu ul {
		width: 950px;
	}
	.main-menu li.llcg-menu ul .title-btm {
		bottom: -19px;
		font-size: 180px;
	}
	/* Main Footer  */
	.main-footer {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.footer-items {
		gap: 25px;
		margin-top: 20px;
		margin-bottom: 15px;
		padding: 40px 0;
	}
	.single-footer.five {
		max-width: 240px;
	}
	.single-footer .title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	/* Instagram Post Section  */
	.inst-single {
		height: unset;
		aspect-ratio: 1;
	}
	/* Banner Section  */
	.single-banner .heading h2, .single-banner .heading h1 {
		font-size: 66px;
	}
	.single-banner .heading h1 span {
		font-size: 36px;
	}
	.single-banner .big-heading {
		bottom: 195px;
	}
	/* ila Spa Now Section */
	.ila-spa-left {
		width: 100%;
		max-width: 45%;
	}
	.ila-spa-left .one {
		font-size: 145px;
		bottom: 43px;
		right: -14px;
	}
	/* Spa Services & Treatments Section */
	.spa-services-treatments-head {
		gap: 25px;
	}
	.single-tretment,
	.single-tretment.slick-current.slick-center {
		max-height: unset;
		margin: 0 8px;
	}
	/* GIFT CARDS Section */
	.git-card-right {
		margin-top: 0;
	}
	.single-gift-wrp {
		gap: 30px 20px;
		margin-bottom: 40px;
	}
	.git-card-right .heading p {
		padding-top: 0;
	}
	/* Only Spa Section  */
	.only-spa-head {
		gap: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
		&& > div {
			width: 100%;
			max-width: 100%;
			-webkit-box-flex: 400px;
			-ms-flex: 400px;
			flex: 400px;
		}
	}
	.single-spa {
		min-height: 550px;
	}
	.only-spa-wrp .slick-prev {
		left: calc(45% - 15px);
	}
	.only-spa-wrp .slick-next {
		right: calc(45% - 15px);
	}
	.big-text-spa .big-heading {
		font-size: 110px;
	}
	/* Product Box Section */
	.product-box-wrp.mt .product-box-right {
		margin-top: 0;
	}
	.heading.long p {
		padding-top: 0;
	}
	.product-box-wrp .heading h2 {
		font-size: 42px;
	}
	.product-box-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 25px 30px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.product-box-wrp .left {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.product-box-right {
		max-width: 100%;
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
		min-width: 50%;
	}
	.product-box-wrp .big-heading {
		font-size: 100px;
		margin-bottom: -65px;
		margin-top: -15px;
		margin-left: 0;
		text-align: left;
	}
	/* Offers Section */
	.offers-right .big-heading {
		font-size: 125px;
	}
	.offers-right .big-heading {
		font-size: 85px;
		margin-left: 0;
		margin-bottom: -50px;
		text-align: left;
	}
	.offers-left {
		max-width: 710px;
		margin-top: 0;
	}
	.single-spa .spa-content h3 {
		font-size: 24px;
	}
	/* Pampering Packages Section  */
	.pampering-packages-sec {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.pamering-big-head .big-heading {
		font-size: 118px;
	}
	.pampering-packages-sec .heading {
		margin-bottom: 30px;
	}
	.pampering-animat .left {
		left: 10px;
	}
	.pampering-animat .right {
		right: 20px;
	}
	/* FAQS Section  */
	.faq-sec .faq-left {
		margin-top: 0;
	}
	/* Gallery Section  */
	.all-gallery {
		top: 0;
	}
	/* Contact Section  */
	.contact-right .heading {
		margin-top: 0;
		margin-bottom: 25px;
	}
	/* Inner Banner Section ------------------------- */
	.inner-banner-sec {
		padding-top: 280px;
		padding-bottom: 60px;
	}
	.inner-banner h1 {
		font-size: 46px;
		margin-top: 15px;
	}
	.luxury-treatments-sec.sec-m {
		padding-top: 50px;
	}
	.luxury-treatments-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.luxury-treatments-left {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.luxury-treatments-right {
		margin-top: 0;
		-webkit-box-flex: 300px;
		-ms-flex: 300px;
		flex: 300px;
	}
	.luxury-treatments-sec .big-heading {
		top: -15px;
		right: unset;
		left: 0;
		font-size: 99px;
	}
	.luxury-treatments-right img {
		width: 100%;
	}
	.defines-head .heading p {
		margin-bottom: 0;
	}
	.defines-head {
		gap: 20px;
	}
	.defines-head > p {
		margin-left: 0;
	}
	.inner-premium-right .single-accordion {
		padding: 15px;
		margin-bottom: 15px;
	}
	.luxury-span-ser-wrp .big-heading {
		font-size: 44px;
	}
	.luxury-span-ser-wrp .heading h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.luxury-span-ser-wrp .right .heading,
	.luxury-span-ser-wrp .right * {
		margin-left: 0;
	}
	.luxury-span-ser-wrp .right > p {
		margin-bottom: 25px;
	}
	.luxury-span-ser-wrp .heading p {
		margin-bottom: 0;
	}
	.luxury-span-ser-wrp.mt {
		margin-top: 50px;
	}
	.luxury-span-ser-wrp.revers .big-heading {
		top: -23px;
	}
	.who-should-sec {
		padding-top: 50px;
	}
	.who-should-left .heading {
		margin-left: 0;
	}
	.who-should-left {
		padding-left: 0;
	}
	.who-should-sec .big-heading {
		top: 0;
	}
	.who-should-left .heading h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	/* Main Inner Section -------------------------------------------------------------------------------- */
	.main-inner h2 {
		font-size: 36px;
		padding-bottom: 20px;
	}
	.main-inner h2,
	.main-inner ul,
	.main-inner ol {
		margin-bottom: 20px;
	}
	.main-inner > img:not(:last-child),
	.main-inner p:not(:last-child) {
		margin-bottom: 25px;
	}
	.single-testimonial {
		margin-bottom: 30px;
	}
	.footer-box {
		padding: 30px 25px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.single-video {
		max-width: 295px;
		height: 440px;
	}
	/* Top Spa - Page -------------- */
	.heading h2 br {
		display: none;
	}
	.best-top-left {
		padding-left: 0;
	}
	.best-top-left .heading {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.best-top-left .heading {
		& p {
			margin-bottom: 0;
		}
	}
	.best-top-right img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.best-top-spa-sec .big-heading {
		font-size: 84px;
		margin-bottom: -62px;
	}
	.what-makes-wrp {
		padding: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.what-makes-right h2 {
		font-size: 41px;
		margin-bottom: 30px;
	}
	.heading-three {
		font-size: 30px;
	}
	.what-makes-left {
		-webkit-box-flex: 300px;
		-ms-flex: 300px;
		flex: 300px;
		&& img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			display: block;
		}
	}
	.exclusive-services-left h2 {
		font-size: 36px;
		margin-bottom: 25px;
	}
	.exclusive-services-left ul li {
		font-size: 18px;
	}
	.heading-two {
		font-size: 46px;
	}
	.expect-head h2 {
		margin-bottom: 20px;
	}
	.expect-caro {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	/* Massage - Page --------------- */
	.best-top-spa-sec .big-heading {
		text-align: left;
	}
	.best-top-spa-wrp.massage .heading p {
		margin-bottom: 0;
	}
	.best-top-left .heading {
		margin-bottom: 20px;
	}
	.luxury-massage-left {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.luxury-massage-wrp .heading h2 {
		font-size: 36px;
	}
	.massage-box-wrp {
		margin: 30px auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-massage-box {
		padding: 20px 15px;
	}
	.need-massage-head h2 {
		font-size: 46px;
		margin-bottom: 25px;
	}
	.heading-two span {
		margin-bottom: 10px;
	}
	.need-massage-head p {
		margin-bottom: 30px;
	}
	.benefits-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.benefits-wrp .big-heading {
		top: -67px;
		right: unset;
		left: unset;
		font-size: 143px;
	}
	.benefits-sec img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		display: block;
	}
	.benefit-list-left,
	.benefits-right,
	.benefit-list-right,
	.benefits-left {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.benefit-list-right ul {
		margin-top: 20px;
		margin-bottom: 30px;
		gap: 10px 20px;
	}
	.benefits-list-wrp {
		margin-top: 50px;
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.benefit-list-left {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.special-massage-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.special-massage-left .heading p {
		padding-top: 0;
	}
	.special-massage-right,
	.special-massage-left {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		&& img {
			width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			display: block;
		}
	}
	.special-massage-left .heading {
		margin-bottom: 25px;
	}
	.special-massage-left .heading h2 {
		font-size: 36px;
	}
	.nyc-style-wrp img.left,
	.nyc-style-wrp img.right {
		position: unset;
		display: inline-block;
		margin: 25px 10px;
	}
	.nyc-style-wrp .big-heading {
		font-size: 150px;
		display: block;
	}
	.advantage-left .heading h2 {
		font-size: 36px;
	}
	.progress-area {
		height: 3px;
	}
	.progress {
		height: 3px;
	}
	/* Testimonial page ------------------ */
	.single-testi > p {
		max-width: calc(100% - 70px);
	}
	.tes-head .big-heading {
		font-size: 62px;
		margin-bottom: -34px;
	}
	/* Facials - Page ------------------ */
	.best-top-spa-sec .big-heading {
		margin-left: 0;
	}
	.best-top-spa-sec.facial h2 {
		font-size: 36px;
	}
	.exclusive-services-wrp.revers {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.exclusive-services-left h2 {
		font-size: 32px;
	}
	.exclusive-services-sec ul {
		display: block;
		-webkit-columns: 3 300px;
		-moz-columns: 3 300px;
		columns: 3 300px;
		gap: 30px;
	}
	.expect-head .big-heading {
		right: 0;
		top: -53px;
		font-size: 90px;
	}
	.expect-items .single-expect {
		padding: 25px 15px;
	}
	.single-expect h3 {
		font-size: 20px;
		line-height: 1.6;
	}
	/* Offer - Page--------- */
	.best-top-spa-sec.offer .big-heading {
		left: 0;
		top: -20px;
		margin-bottom: 0;
		position: absolute;
	}
	.special-offer-sec .heading h2 {
		font-size: 50px;
	}
	.special-offer-wrp {
		gap: 40px;
	}
	/* Robotic Massage - Page */
	.robotic-benefit-sec {
		&& h2 {
			font-size: 50px;
		}
	}
	.benefits-wrp .big-heading {
		top: -40px;
		font-size: 92px;
	}
	.valentine-wrp {
		&& h2 {
			font-size: 40px;
		}
	}
	.gift-card-sec {
		&& .big-heading {
			top: 20px;
			left: 0;
			font-size: 90px;
		}
	}
	.gift-card-sec {
		&& h2 {
			font-size: 50px;
		}
	}
	.membership-head {
		&& h2 {
			font-size: 50px;
		}
		&& h3 {
			font-size: 28px;
			margin-top: 20px;
		}
	}
	.inner-premium-sec .big-heading {
		font-size: 80px;
		margin-bottom: -43px;
	}
	.welcome-wrp {
		padding-top: 20px;
		&& .big-heading {
			top: -12px;
			left: 0;
			font-size: 100px;
		}
	}
	.single-member {
		padding-bottom: 25px;
	}
	.single-member-head {
		&& h2 {
			font-size: 50px;
		}
		&& .big-heading {
			top: 0;
			font-size: 100px;
		}
	}
	.membership-overview-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.membership-overview-left {
		&& .big-heading {
			font-size: 80px;
		}
	}
	.membership-overview-right {
		&& .big-heading {
			font-size: 80px;
		}
	}
	.legacy-wrp {
		gap: 40px;
	}
	.legacy-right h2 {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.legacy-right p {
		margin-bottom: 20px;
	}
	.monthly-head {
		&& .big-heading {
			font-size: 100px;
		}
	}
	.monthly-head p {
		font-size: 28px;
	}
	.member-tow-box-wrp.mt {
		margin-top: 50px;
	}
	.member-tow-box-wrp {
		gap: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.member-tow-box-right {
		padding-left: 0;
	}
	.member-tow-box-right {
		&& .heading {
			margin-left: 0;
			margin-bottom: 20px;
		}
	}
	.member-tow-box-right .big-heading {
		top: -50px;
		left: 0;
		font-size: 80px;
	}
	.member-tow-box-wrp.revers h2 {
		margin-bottom: 20px;
	}
	.member-contact-head {
		padding-top: 30px;
	}
	.member-contact-head .big-heading {
		font-size: 90px;
	}
	.member-contact-head h2 {
		font-size: 50px;
	}
	.member-enroll-wrp {
		margin: 40px 0;
		gap: 20px;
	}
	.member-contact-sec .text p {
		font-size: 24px;
		line-height: 1.6;
	}
	.summer-head {
		padding-top: 50px;
	}
	.summer-head .big-heading {
		top: 0;
		font-size: 90px;
	}
	.summer-head h2 {
		font-size: 36px;
		margin-bottom: 5px;
	}
	.summer-head h3 {
		font-size: 50px;
	}
	.summer-head p {
		font-size: 26px;
		margin-top: 15px;
	}
	.summer-wrp {
		gap: 20px;
	}
	.margin-left {
		margin-left: 0px;
	}
	.main-menu ul li a {
		font-size: 14px;
	}
}
@media all and (max-width: 1024px) {
	.inner-banner-holder {
		padding-top: 150px;
		background-size: cover;
		position: relative;
		grid-template-columns: 100%;
		z-index: 2;
		grid-gap: 45px;
	}
	.inner-banner-holder.error-page {
		padding-top: 175px !important;
	}
	.inner-banner-holder::after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(0, 0, 0, 0.7);
	}
	.inner-banner-holder .inner-banner * {
		color: #fff;
	}
	.inner-banner-holder .inner-banner h1 {
		font-size: 44px;
	}
	.inner-banner-holder .inner-banner p {
		font-size: 16px;
		line-height: 32px;
	}
	.inner-banner-sec.new-inner-banner-sec {
		padding: 0;
	}
	.inner-banner-holder .inner-banner > div {
		max-width: 100%;
	}
	.inner-banner-holder .banner-slider {
		max-height: auto;
	}
	.inner-banner-holder .banner-slider img {
		width: auto;
		max-height: 400px;
	}
	.inner-banner-holder .banner-slider .slick-dots li button {
		background: #d9d9d9;
	}
	.inner-banner-holder .banner-slider .slick-dots li.slick-active button {
		width: 12px;
		background: #b49142;
	}
	.main-menu li.llcg-menu ul li a span {
		margin-bottom: 15px;
	}
	.main-menu ul li ul li {
		border-bottom: 0px;
	}
	.main-menu li.llcg-menu ul li {
		width: 100%;
		border-bottom: 0px;
	}
	.main-menu li.llcg-menu.position ul {
		transform: unset;
	}
	p#breadcrumbs {
		display: none;
	}
	.heading-two {
		font-size: 36px;
	}
	.default-btn {
		line-height: normal;
		padding: 12px 20px;
		min-height: unset;
	}
	/* Main Header  */
	.main-header {
		background: #000000;
	}
	.main-header.fixed {
		padding-top: 15px;
	}
	.main-header.fixed .header-top {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.header-top-wrp {
		gap: 20px;
	}
	.logo {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.logo a img {
		width: auto;
		height: 60px;
	}
	.header-top {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	.book-btn.default-btn {
		padding: 10px 10px;
		min-height: unset;
	}
	.membership ul {
		gap: 20px;
		line-height: normal;
	}
	.membership ul li a {
		font-size: 16px;
	}
	.book-online {
		gap: 20px;
	}
	.book-online .eng {
		padding-left: 15px;
	}
	.mobile-bars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/* Main Menut  */
	.nav-area {
		position: fixed;
		top: 100px;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #897354;
		padding: 50px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		overflow-y: scroll;
	}
	.nav-area.active {
		left: 0;
	}
	.main-menu > ul {
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 600px;
	}
	.menu-item-has-children::after {
		display: none;
	}
	.main-menu .dropdown-menu-items {
		position: absolute;
		top: 8px;
		right: 0;
		width: 12px;
		height: 12px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	span.dropdown-menu-items.rotate {
		-webkit-transform: rotate(136deg);
		-ms-transform: rotate(136deg);
		transform: rotate(136deg);
		top: 14px;
	}
	/* dropdown  */
	.main-menu li ul {
		display: none;
		position: unset;
		border-radius: 0;
		max-width: 100%;
		background: transparent;
		padding: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		padding-left: 15px;
	}
	/* llcg drop down  */
	.main-menu li.llcg-menu ul {
		display: none;
		width: 100%;
		padding: 0;
		background: transparent;
		padding-left: 15px;
	}
	.main-menu li.llcg-menu ul .top-title,
	.main-menu li.llcg-menu ul .title-btm,
	.main-menu li.llcg-menu ul li a img {
		display: none;
	}
	.main-menu li.llcg-menu ul li a span {
		font-family: Addington CF;
		font-size: 14px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: normal;
		color: #fff;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		text-align: left;
	}
	/* Banner Section  */
	.single-banner {
		padding: 350px 0 60px 0;
	}
	.heading {
		padding-left: 0px;
	}
	.banner-wrp .slick-dots {
		position: absolute;
		z-index: 999;
		bottom: 10px;
		/* 		top: 0; */
		margin: auto;
		right: 20px;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
	.banner-wrp .slick-dots li {
		width: 10px;
		height: 10px;
		background: #c2c2c2;
		margin: 8px 0;
		border-radius: 100px;
		&& button {
			width: 100%;
			display: block;
			font-size: 0;
		}
		&&.slick-active {
			background: #897354;
		}
	}
	/* Spa Services & Treatments Section */
	.spa-services-right {
		max-width: 100%;
	}
	.spa-services-left {
		width: 100%;
	}
	.single-tretment img,
	.single-tretment.slick-current.slick-center img {
		max-height: 100%;
		height: 100%;
		max-width: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	/* GIFT CARDS Section */
	.git-card-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		&& > div {
			width: 100%;
			max-width: 100%;
			&& img {
				width: 100%;
				-o-object-fit: cover;
				object-fit: cover;
			}
		}
		.git-card-right {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1;
		}
	}
	.git-card-right .heading h2 {
		font-size: 42px;
	}
	.git-card-right .heading {
		margin-bottom: 15px;
	}
	/* Only Spa Section  */
	.single-spa {
		min-height: unset;
	}
	.only-spa-wrp .slick-prev {
		left: calc(44% - 15px);
	}
	.only-spa-wrp .slick-next {
		right: calc(44% - 15px);
	}
	/* FAQS Section  */
	.faq-wrp .single-accordion {
		margin-bottom: 20px;
	}
	.faq-wrp .accordion-title {
		font-size: 22px;
		padding-bottom: 18px;
		padding-left: 20px;
		padding-right: 28px;
	}
	.faq-wrp .accordion-body {
		margin-top: 15px;
	}
	/* Gallery Section  */
	.gallery-sec.sec-p.sec-m {
		min-height: unset;
		padding-bottom: 0;
	}
	.all-gallery {
		display: none;
	}
	.gallery-sec .heading {
		margin-bottom: 40px;
	}
	.gallery-sec .heading h2 br {
		display: none;
	}
	.gallery-sec .heading {
		margin-bottom: 0;
	}
	.gallery-sec .container.head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		&& .text-center {
			text-align: left;
		}
	}
	.gallery-wrp {
		display: block;
		margin-top: 40px;
	}
	.gallery-wrp img {
		height: 300px;
		display: block;
		-o-object-fit: cover;
		object-fit: cover;
		margin: 0 5px;
	}
	.gallery-wrp .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
		&& li {
			width: 12px;
			height: 12px;
			background: #c2c2c2;
			margin: 0 5px;
			border-radius: 100px;
			&& button {
				width: 100%;
				display: block;
				font-size: 0;
			}
			&&.slick-active {
				background: #897354;
			}
		}
	}
	/* Inner Banner Section ------------------------- */
	.inner-banner-sec {
		padding-top: 160px;
		padding-bottom: 60px;
		background-size: cover;
		background-position: -260px 60px;
	}
	.inner-banner h1 {
		font-size: 36px;
	}
	.inner-banner #breadcrumbs {
		font-size: 15px;
	}
	.defines-head .heading h2 {
		font-size: 46px;
	}
	.defines-head .default-btn {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
		padding: 12px 15px;
	}
	.define-items {
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: 0;
	}
	.inner-premium-wrp {
		margin-top: 40px;
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.inner-premium-wrp > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.inner-premium-text {
		margin-top: 20px;
	}
	.luxury-span-ser-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		&& img {
			width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}
	.luxury-span-ser-wrp .left {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.luxury-span-ser-wrp .right {
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.massage-box-wrp::before {
		display: none;
	}
	.single-massage-box {
		-webkit-box-flex: 250px;
		-ms-flex: 250px;
		flex: 250px;
	}
	.single-massage-box h3 {
		font-size: 19px;
	}
	.luxury-massage-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		&& img {
			width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}
	.need-massage-head h2 {
		font-size: 36px;
	}

	.single-style-wrp {
		display: block;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.single-style {
		max-width: 100%;
		margin-top: 44px;
		margin-inline: 7px;
	}
	.nyc-style-wrp .big-heading {
		font-size: 115px;
	}
	.single-style-wrp .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
		&& li {
			width: 12px;
			height: 12px;
			background: #c2c2c2;
			margin: 0 5px;
			border-radius: 100px;
			&& button {
				width: 100%;
				display: block;
				font-size: 0;
			}
			&&.slick-active {
				background: #897354;
			}
		}
	}
	.nyc-style-wrp h2 {
		margin-bottom: 25px;
	}
	.get-form {
		padding: 30px 20px;
	}
	.get-form form {
		gap: 15px;
	}
	.get-form form input {
		width: 100%;
		max-width: calc(50% - 7.5px);
	}
	.get-contact-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}
	.get-contact-box {
		gap: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* Facials - Page ---------- */
	.expect-items {
		margin: 40px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px 0px;
	}
	.expect-items .single-expect {
		-webkit-box-flex: 310px;
		-ms-flex: 310px;
		flex: 310px;
	}
	.special-offer-left {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.gift-card-sec {
		&& h2 {
			font-size: 42px;
		}
	}
	.gift-card-sec {
		&& .big-heading {
			top: 27px;
			left: 0;
			font-size: 66px;
		}
	}
	.welcome-left {
		max-width: 100%;
	}
	.welcome-right {
		width: 100%;
		text-align: center;
	}
	.single-summer p {
		font-size: 18px;
	}
	.offer-note {
		margin: 16px 0 0;
		font-size: 12px !important;
        color: #777 !important;
        line-height: 1.5 !important;
	}
	
	.offer-cta {
		color: #000 !important;
	}
}
/*992 End */
@media all and (max-width: 991px) {

	.bzr-line {
		padding-left: 100%;
		animation: marquee 15s linear infinite;
	}
	img.alignright {
		display: block;
		margin: 30px auto;
		width: 100%;
		height: auto;
	}
	.heading h2 br {
		display: none;
	}
	.heading h2 {
		font-size: 48px;
	}
	/* Main Footer --------- */
	.footer-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 10px auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.single-footer.five,
	.single-footer {
		max-width: 300px;
		width: 100%;
		-webkit-box-flex: 220px;
		-ms-flex: 220px;
		flex: 220px;
	}
	/* ila Spa Now Section */
	.ila-spa-now-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ila-spa-right,
	.ila-spa-left {
		width: 100%;
		max-width: 100%;
	}
	.shadow-text, .shadow-text[data-text]::before {
		font-size: 100px;
	}
	.ila-spa-right .shadow-text {
		margin-top: 0;
		margin-left: 0;
	}
	.ila-spa-right p {
		line-height: 1.6;
		margin-bottom: 40px;
		margin-top: -52px;
	}
	/* Only Spa Section  */
	.big-text-spa .big-heading {
		font-size: 62px;
	}
	/* Offers Section */
	.offers-wrp {
		display: block;
	}
	.offers-wrp .single-spa {
		margin: 8px;
	}
	.offers-wrp .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 12px;
		margin-top: 20px;
		&& li {
			width: 12px;
			height: 12px;
			background: #c2c2c2;
			border-radius: 100px;
			&& button {
				width: 100%;
				display: block;
				font-size: 0;
			}
			&&.slick-active {
				background: #897354;
			}
		}
	}
	.who-should-wrp {
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		&& img {
			width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}
	.who-should-left,
	.who-should-right {
		max-width: 100%;
		width: 100%;
	}
	.heading-two {
		font-size: 30px;
	}
	.single-expect {
		padding: 20px 15px;
		max-width: 345px;
		margin: 0 5px;
	}
	.single-expect h3 {
		font-size: 22px;
	}
	.single-expect::before {
		margin-bottom: 15px;
	}
	.best-top-left > p {
		margin-bottom: 0;
	}
	.best-top-spa-sec .big-heading {
		font-size: 60px;
		margin-bottom: -30px;
	}
	.advantage-right,
	.advantage-left {
		max-width: 100%;
	}
	.advantage-left > p {
		margin-top: 0;
	}
	.best-top-left .default-btn {
		margin-top: 30px;
	}
	.advantage-left .big-heading {
		font-size: 65px;
	}
	.advantage-left .heading h2 {
		font-size: 28px;
	}
	
	.memberships-sec {
		padding: 70px 0;
	}

	.memberships-intro h2 {
		font-size: 30px;
	}

	.memberships-intro-list p {
		font-size: 16px;
	}

	.membership-grid {
		grid-template-columns: 1fr;
	}

	.membership-card--featured {
		grid-column: auto;
	}

	.membership-card__head h3 {
		font-size: 28px;
	}

	.membership-card__price {
		font-size: 15px;
	}

	.membership-card__body ul li,
	.membership-details-box__content p {
		font-size: 16px;
	}
	
}
/* 991 End  */
@media all and (max-width: 768px) {
	.main-header.fixed {
		padding-bottom: 0;
	}
	.awards-holder > div {
		max-width: 100%;
	}
	.exclusive-services-wrp.reverse {
		flex-direction: column-reverse;
	}
	.inner-banner-holder .banner-slider img {
		max-width: 100%;
		width: auto;
		max-height: 300px;
		height: auto;
		margin: 0;
	}
	.gallery-columns-3 {
		grid-template-columns: 1fr 1fr;
	}
	.main-inner blockquote {
		padding: 20px;
	}
	.defines-head.bluezone ul, .defines-head.bluezone img {
		margin-left: 0px;
	}
	/* Main Header Top  */
	.main-header {
		padding-bottom: 0;
	}
	.header-top-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 5px;
	}
	.membership {
		margin-left: auto;
	}
	.language-btn {
		display: inline-block;
	}
	.book-online {
		width: 100%;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 14px;
		background: #897354;
		gap: 0;
		position: relative;
		&&:before {
			content: "";
			position: absolute;
			top: 0;
			left: -15px;
			width: calc(100% + 30px);
			height: 100%;
			background: #897354;
			z-index: -1;
		}
	}
	.book-online .eng {
		display: none;
	}
	.book-btn.default-btn {
		padding: 0;
		min-height: unset;
		border: 0;
		border-left: 1px solid #fff;
		padding-left: 15px;
		margin-left: 15px;
	}
	/* Main Menu  */
	.nav-area {
		top: 138px;
	}
	/* Banner Section  */
	.single-banner {
		padding: 290px 0 60px 0;
	}
	.heading {
		padding-left: 0;
	}
	.heading p {
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		position: unset;
		padding-top: 0;
		white-space: unset;
		&&::before {
			display: none;
		}
	}
	.single-banner .heading h2, .single-banner .heading h1 {
		font-size: 48px;
		line-height: 1;
	}
	/* Spa Services & Treatments Section */
	.single-tretment .title {
		padding: 11px 15px;
	}
	.single-define {
		padding: 20px 15px 20px 20px;
		margin: 0 8px;
		max-width: 320px;
	}
	.single-define h3 {
		font-size: 18px;
		line-height: normal;
	}
	.how-does .heading h2 {
		margin-bottom: 25px;
	}
	.how-does p {
		max-width: 1070px;
		margin-bottom: 25px;
	}
	.who-should-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
	.who-should-right img {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.need-massage-sec.sec-p {
		padding-bottom: 0;
	}
	.benefits-wrp .big-heading {
		top: -31px;
		font-size: 79px;
	}
	.benefits-list-wrp {
		margin-top: 40px;
	}
	.special-massage-left .heading h2 {
		font-size: 36px;
	}
	.single-testi {
		-webkit-box-flex: 300px;
		-ms-flex: 300px;
		flex: 300px;
	}
	.get-single-box {
		-webkit-box-flex: 300px;
		-ms-flex: 300px;
		flex: 300px;
		max-width: 400px;
		padding: 20px 15px 20px 60px;
	}
	.get-single-box::before {
		top: 21px;
		left: 20px;
	}
	.get-single-box.mail::before {
		top: 15px;
	}
	.work-hours {
		position: unset;
		padding: 40px 15px;
		max-width: calc(100% - 30px);
		margin: 40px auto;
	}
	.address-two {
		position: unset;
		max-width: calc(100% - 30px);
		margin: 40px auto;
	}
	.map-sec iframe {
		height: unset;
		aspect-ratio: 16/9;
	}
	/* Facials - Page --------- */
	.inner-premium-sec .big-heading {
		font-size: 70px;
		margin-bottom: -31px;
	}
	.valentine-wrp {
		&& h2 {
			font-size: 36px;
		}
		&& .valentine-right {
			max-width: 100%;
			&& img {
				width: 100%;
				-o-object-fit: cover;
				object-fit: cover;
			}
		}
	}
	.special-offer-sec .heading {
		margin-bottom: 25px;
	}
	.special-offer-sec .heading h2 {
		font-size: 36px;
	}
	/* Robotic Massage - Page  */
	.robotic-benefit-sec {
		&& h2 {
			font-size: 36px;
		}
		&& img {
			display: block;
			width: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}
	.benefit-list-right p {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.robotic-benefit-sec {
		&& .benefit-list-right ul {
			margin-bottom: 20px;
		}
	}
	.membership-head {
		&& h2 {
			font-size: 36px;
		}
	}
	.legacy-left {
		max-width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.legacy-left img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.member-tow-box-left {
		max-width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
	}
	.member-tow-box-right > p:not(:last-child) {
		margin-bottom: 20px;
	}
	.member-tow-box-wrp.revers .member-tow-box-right .big-heading {
		left: 0;
		top: -26px;
	}
	.summer-head h3 {
		font-size: 36px;
	}
	.main-inner .book-online:before {
		display: none;
	}
	.main-inner .book-online {
		background: #fff;
		gap: 10px;
		margin: 30px 0px;
		padding: 0;
	}
	.main-inner .book-online .call-hed, .main-inner .book-online .default-btn {
		min-width: auto;
		padding: 20px 0;
	}
	
	
	
	.memberships-sec {
		padding: 50px 0;
	}

	.memberships-intro {
		margin-bottom: 45px;
	}

	.memberships-intro h2 {
		font-size: 26px;
	}

	.memberships-intro-list p {
		font-size: 15px;
		line-height: 1.6;
	}

	.membership-card {
		padding: 24px 20px;
	}

	.membership-card__head h3 {
		font-size: 24px;
	}

	.membership-card__price {
		font-size: 14px;
	}

	.membership-card__price span {
		margin: 0 6px;
	}

	.membership-card__body ul li {
		font-size: 15px;
		line-height: 1.65;
		padding-left: 16px;
	}

	.membership-card__body ul li:before {
		width: 5px;
		height: 5px;
		top: 10px;
	}

	.membership-details-box {
		padding: 28px 20px;
	}

	.membership-details-box h3 {
		font-size: 28px;
	}

	.membership-details-box__content p {
		font-size: 16px;
		line-height: 1.55;
	}
	
	
}
/*768 End */
@media all and (max-width: 576px) {

	.gallery-columns-3 {
		grid-template-columns: 1fr;
	}
	.single-service {
		max-width: 100%;
	}
	.monthly-head p {
		margin-bottom: 50px;
	}
	iframe.alignright {
		float: none;
		margin: auto;
		width: -webkit-fill-available;
	}
	.luxury-span-ser-wrp.revers.mt.bluezone {
		margin: 0px;
	}
	.luxury-span-ser-wrp.bluezone {
		gap: 0px;
	}
	.right.bluezone {
		margin: 0px;
		padding: 10px;
	}
	.defines-head.bluezone.color-white {
		margin: 0px 20px;
	}
	section.inner-premium-sec.bluezone.sec-m ul {
		list-style: disc;
		/* display: block; */
		width: auto;
		margin: 0px 30px;
	}
	ul.landing {
		justify-content: center;
		margin: 0px;
	}
	.fullWidthIn.black {
		padding: 20px;
	}
	.exerpt {
		padding-left: 0px;
	}
	.exerpt:before,
	.exerpt:after{
		display: none;
	}
	.heading-two {
		font-size: 28px;
	}
	body {
		font-size: 17px;
		line-height: 1.6;
	}
	.heading h2 {
		font-size: 34px;
		&& br {
			display: none;
		}
	}
	.heading p {
		font-size: 16px;
	}
	.big-heading {
		font-size: 56px;
	}
	.bg-main-text::before {
		font-size: 56px;
		top: -89px;
	}
	/* Main Menu  */
	.nav-area {
		top: 134px;
		padding: 40px 20px;
	}
	/* Instagram Post Section */
	.inst-single {
		width: 100%;
	}
	/* Banner Section  */
	.single-banner {
		padding: 290px 0 50px 0;
	}
	.single-banner .heading h2, .single-banner .heading h1 {
		font-size: 34px;
	}
	.single-banner .heading h1 span {
		font-size: 26px;
	}
	.shadow-text, .shadow-text[data-text]::before {
		font-size: 60px;
	}
	/* ila Spa Now Section */
	.ila-spa-left .one {
		font-size: 85px;
		bottom: 65px;
		right: -9px;
	}
	.ila-spa-right p {
		font-size: 17px;
	}
	.single-tretment .title {
		padding: 5px 10px;
		left: 15px;
		right: 15px;
		bottom: 10px;
	}
	.single-tretment .title span {
		font-size: 16px;
	}
	.single-tretment .title p {
		font-size: 17px;
		margin-top: 0px;
	}
	/* GIFT CARDS Section */
	.git-card-right .heading h2 {
		font-size: 28px;
	}
	.single-gift-wrp {
		gap: 35px 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-gift {
		-webkit-box-flex: 170px;
		-ms-flex: 170px;
		flex: 170px;
	}
	.single-gift span {
		font-size: 19px;
	}
	/* Only Spa Section  */
	.only-spa-head {
		gap: 15px;
	}
	.big-text-spa {
		text-align: left;
		margin-bottom: -32px;
	}
	.big-text-spa .big-heading {
		font-size: 40px;
	}
	.only-spa-wrp .slick-prev {
		left: calc(40% - 15px);
	}
	.only-spa-wrp .slick-next {
		right: calc(40% - 15px);
	}
	/* Product Box Section */
	.product-box-right > p {
		margin-bottom: 25px;
	}
	/* Offers Section */
	.single-spa .spa-content p {
		line-height: 1.6;
		margin-bottom: 15px;
		min-height: unset;
	}
	/* Pampering Packages Section  */
	.pampering-animat .right img,
	.pampering-animat .left img {
		width: 60px;
	}
	.pampering-packages-sec .heading {
		margin-top: 30px;
	}
	.pamering-big-head {
		bottom: 36%;
	}
	.pamering-big-head .big-heading {
		font-size: 61px;
	}
	/* FAQS Section  */
	.faq-wrp .single-accordion {
		margin-bottom: 15px;
	}
	.faq-wrp .accordion-title {
		font-size: 18px;
	}
	.faq-wrp .accordion-title::after {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
	.faq-wrp .accordion-title.active::after {
		-webkit-transform: scale(0.6) rotate(181deg);
		-ms-transform: scale(0.6) rotate(181deg);
		transform: scale(0.6) rotate(181deg);
		top: 0;
	}
	.faq-wrp .accordion-title::before {
		top: -3px;
		font-size: 17px;
	}
	/* Contact Section  */
	.contact-form {
		margin-top: 40px;
	}
	/* Inner Banner Section ------------------------ */
	.inner-banner h1 {
		font-size: 28px;
	}
	.luxury-treatments-sec.sec-m {
		margin-top: 20px;
	}
	.luxury-treatments-sec .big-heading {
		top: 10px;
		font-size: 60px;
	}
	.luxury-treatments-left .heading {
		margin-bottom: 20px;
	}
	.luxury-treatments-left .default-btn {
		margin-top: 10px;
	}
	.defines-head .heading h2 {
		font-size: 28px;
	}
	.inner-premium-sec .big-heading {
		font-size: 46px;
		margin-bottom: -21px;
	}
	.inner-premium-right .accordion-title {
		font-size: 20px;
	}
	.inner-premium-right .accordion-title::after {
		width: 20px;
		height: 20px;
		background-position: top -8px left -441px;
	}
	.luxury-span-ser-wrp .heading h2 {
		font-size: 28px;
		margin-top: 10px;
	}
	.who-should-sec {
		padding-top: 20px;
	}
	.who-should-sec .big-heading {
		font-size: 34px;
	}
	.who-should-left .heading h2 {
		font-size: 28px;
	}
	/* Main Inner Page ---------------------- */
	.main-inner h2 {
		font-size: 28px;
	}
	.single-testimonial {
		padding: 20px 15px;
	}
	.footer-box .title {
		font-size: 32px;
		line-height: 1.2;
	}
	.footer-box p {
		font-size: 17px;
		line-height: 1.6;
	}
	.footer-box {
		padding: 20px 15px;
	}
	.single-video {
		max-width: 100%;
		height: 350px;
		-webkit-box-flex: 250px;
		-ms-flex: 250px;
		flex: 250px;
		background-position: top center;
	}
	.sidebar-gallery {
		padding: 20px 15px;
	}
	.best-top-spa-sec .big-heading {
		font-size: 54px;
		margin-bottom: -25px;
	}
	.what-makes-right h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.what-makes-right p {
		padding-bottom: 25px;
	}
	.exclusive-services-left h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.exclusive-services-left p {
		padding-bottom: 20px;
	}
	.exclusive-services-left p:last-child {
		padding-bottom: 0;
	}
	.exclusive-services-sec ul {
		margin-top: 30px;
	}
	.heading-two span {
		margin-bottom: 10px;
	}
	.heading-two span::before {
		display: none;
	}
	.luxury-massage-wrp .heading h2 {
		font-size: 28px;
	}
	.massage-box-wrp {
		padding: 20px 0;
	}
	.need-massage-head h2 {
		font-size: 28px;
	}
	.need-massage-sec::after {
		height: 100%;
	}
	.heading h2 {
		font-size: 28px;
	}
	.benefit-list-right ul li {
		position: relative;
		font-size: 18px;
		padding-left: 25px;
	}
	.benefit-list-right ul li::before {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
	.benefits-wrp .big-heading {
		top: -9px;
		font-size: 70px;
	}
	.benefits-left {
		margin-top: 30px;
	}
	.special-massage-left .heading h2 {
		font-size: 28px;
	}
	.nyc-style-wrp img.left,
	.nyc-style-wrp img.right {
		margin: 9px 10px;
	}
	.nyc-style-wrp .big-heading {
		font-size: 58px;
	}
	.on-this-page-topcon p::after {
		top: 5px;
	}
	.on-this-page-topcon p.rotate::after {
		top: 11px;
	}
	.tes-head .big-heading {
		font-size: 32px;
		margin-bottom: -11px;
	}
	.get-form form input {
		max-width: 100%;
	}
	.work-hours .title {
		font-size: 25px;
	}
	/* Facials - Page ---------- */
	.best-top-spa-sec.facial h2 {
		font-size: 28px;
	}
	.expect-items .single-expect {
		-webkit-box-flex: 220px;
		-ms-flex: 220px;
		flex: 220px;
	}
	.expect-head .big-heading {
		font-size: 55px;
	}
	.single-expect h3 {
		font-size: 18px;
	}
	.valentine-wrp {
		&& h2 {
			font-size: 28px;
		}
	}
	.special-offer-sec .heading h2 {
		font-size: 28px;
	}
	.robotic-benefit-sec {
		&& h2 {
			font-size: 27px;
		}
	}
	.gift-card-sec {
		&& h2 {
			font-size: 28px;
		}
	}
	.membership-head {
		&& h2 {
			font-size: 28px;
		}
		&& h3 {
			font-size: 20px;
			margin-top: 10px;
		}
	}
	.inner-premium-sec .big-heading {
		font-size: 33px;
		margin-bottom: -12px;
	}
	.welcome-wrp {
		&& .big-heading {
			font-size: 60px;
		}
	}
	.welcome-left p {
		font-size: 18px;
		line-height: 1.6;
	}
	.welcome-left p:not(:last-child) {
		margin-bottom: 20px;
	}
	.single-member img {
		margin-bottom: 20px;
	}
	.single-member {
		margin: 7px 7px;
	}
	.single-member span {
		font-size: 20px;
	}
	.single-member-head {
		padding-top: 30px;
		&& .big-heading {
			font-size: 50px;
		}
		&& h2 {
			font-size: 28px;
		}
	}
	.membership-overview-left h2 {
		margin-bottom: 30px;
	}
	.circle-list {
		padding-left: 15px;
	}
	.circle-list li {
		font-size: 16px;
		margin-top: 25px;
	}
	.circle-list li::before {
		top: 7px;
		left: -21px;
		width: 6px;
		height: 6px;
		border: 2px solid #897354;
	}
	.legacy-right h2 {
		font-size: 24px;
	}
	.legacy-right ul li {
		margin-top: 0px;
	}
	.monthly-head h2 {
		font-size: 28px;
	}
	.monthly-head {
		&& .big-heading {
			font-size: 52px;
			top: 105px;
		}
	}
	.monthly-head p {
		font-size: 20px;
		line-height: 1.6;
	}
	.monthly-list {
		margin-top: 40px;
	}
	.single-monthly {
		padding: 25px 15px;
	}
	.single-monthly:last-child {
		margin-bottom: 0;
	}
	.single-monthly::before {
		margin-bottom: 15px;
	}
	.single-monthly p {
		font-size: 22px;
		line-height: 1.6;
		margin-left: 100px;
	}
	.member-tow-box-wrp.revers h2 {
		font-size: 28px;
	}
	.member-tow-box-right .big-heading {
		font-size: 60px;
	}
	.member-contact-head h2 {
		font-size: 28px;
	}
	.member-contact-head .big-heading {
		font-size: 46px;
	}
	.member-contact-head p {
		font-size: 20px;
		line-height: 1.6;
		margin-top: 10px;
	}
	.summer-head {
		padding-top: 20px;
	}
	.summer-head .big-heading {
		font-size: 50px;
	}
	.summer-head h2 {
		font-size: 22px;
	}
	.summer-head h3 {
		font-size: 28px;
	}
	.summer-head p {
		font-size: 20px;
		margin-top: 10px;
	}
	.single-summer {
		-webkit-box-flex: 200px;
		-ms-flex: 200px;
		flex: 200px;
		max-width: 300px;
	}
	.on-this-page-content-wraper ul li {
		margin: 0 20px;
		list-style: disc;
	}
	.on-this-page-content-wraper ul li::marker {
		color: #fff;
		line-height: 10px;
	}
	.on-this-page-content-wraper ul li a {
		font-size: 12px;
		padding: 0;
	}
	.book-btn.default-btn, .book-online .call-hed, .book-online .eng {
		font-family: "Outfit";
		font-size: 20px;
	}
	.main-inner .internal-buttons {
		width: 100%;
		margin: unset;
		padding: 0px;
	}
	.exclusive-services-right { order: -1;}
}
/*576 End */
@media all and (max-width: 425px) {
	.heading h2 {
		font-size: 28px;
	}
	/* Main Header Top  */
	.logo {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-right: auto;
	}
	.membership {
		display: none;
	}
	/* Main Footer  */
	.single-footer.five,
	.single-footer {
		max-width: 250px;
		margin: auto;
	}
	.copy-right {
		line-height: 1.5;
	}
	/* Banner Section  */
	.single-banner .heading h2, .single-banner .heading h1 {
		font-size: 30px;
	}
	.single-banner .heading h1 span {
		font-size: 16px;
	}
	/* Only Spa Section  */
	.only-spa-wrp .slick-prev {
		left: calc(35% - 15px);
	}
	.only-spa-wrp .slick-next {
		right: calc(35% - 15px);
	}
	.single-spa {
		padding: 10px;
		margin: 0;
	}
	.single-spa .spa-content h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.single-spa .spa-content p {
		line-height: 1.5;
		margin-bottom: 10px;
		min-height: unset;
	}
	/* Product Box Section */
	.product-box-wrp .big-heading {
		font-size: 70px;
		margin-bottom: -44px;
		margin-top: -22px;
	}
	.product-box-wrp .heading h2 {
		font-size: 28px;
	}
	/* Contact Section  */
	.single-input {
		max-width: 100%;
	}
	/* Inner Banner Section ------------------------ */
	.inner-banner #breadcrumbs {
		font-size: 12px;
	}
	.inner-banner h1 {
		font-size: 24px;
	}
	.defines-head .heading h2 {
		font-size: 26px;
	}
	.single-define {
		margin: 0;
		max-width: 100%;
	}
	.single-expect {
		max-width: 100%;
		margin: 0 15px;
	}
	.single-testi {
		padding: 0 15px 30px 16px;
	}
	.single-testi::before {
		width: 100%;
		height: calc(100% - 30px);
	}
	.single-testi > p {
		max-width: 100%;
	}
	.single-testi .testi-name {
		gap: 15px;
		margin-bottom: 25px;
	}
	.single-testi .testi-name p {
		padding: 10px;
		font-size: 16px;
		margin-right: -15px;
	}
	.single-testi .testi-name p span {
		margin-top: 0;
	}
	.single-testi .testi-name p::after {
		display: none;
	}
	.single-testi .testi-name::before {
		width: 45px;
		height: 45px;
		background-position: top -175px left -630px;
		border: 5px solid #fff8ee;
		outline: 5px solid #ffff;
	}
}

@media all and (max-width: 360px) {
	.single-procedure-price--info {
		padding: 30px 20px;
	}
}