:root {
	/* START This four color is Provide by Client */
	--White: #ffffff;
	--BlueColor: #a0dadb;
	--OffWhite: #e6e1da;
	--Black: #000000;
	/* END This four color is Provide by Client */
	--DarkBlue: #112E40;
	--LighBlack: #1b1f1f;
}

@font-face {
	font-family: 'TonusSans';
	src: url('../fonts/TonusSans-Regular.eot');
	src: url('../fonts/TonusSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TonusSans-Regular.woff2') format('woff2'),
		url('../fonts/TonusSans-Regular.woff') format('woff'),
		url('../fonts/TonusSans-Regular.ttf') format('truetype'),
		url('../fonts/TonusSans-Regular.svg#TonusSans') format('svg');
}

@font-face {
	font-family: 'TonusContrast';
	src: url('../fonts/TonusContrast-Regular.eot');
	src: url('../fonts/TonusContrast-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TonusContrast-Regular.woff2') format('woff2'),
		url('../fonts/TonusContrast-Regular.woff') format('woff'),
		url('../fonts/TonusContrast-Regular.ttf') format('truetype'),
		url('../fonts/TonusContrast-Regular.svg#TonusContrast') format('svg');
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url('../fonts/PlayfairDisplay-Regular.eot');
	src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
		url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
		url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
		url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay') format('svg');
}

@font-face {
	font-family: 'Runalto';
	src: url('../fonts/Runalto.eot');
	src: url('../fonts/Runalto.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Runalto.woff2') format('woff2'),
		url('../fonts/Runalto.woff') format('woff'),
		url('../fonts/Runalto.ttf') format('truetype'),
		url('../fonts/Runalto.svg#Runalto') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nobel';
	src: url('../fonts/Nobel-Light.eot');
	src: url('../fonts/Nobel-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Nobel-Light.woff2') format('woff2'),
		url('../fonts/Nobel-Light.woff') format('woff'),
		url('../fonts/Nobel-Light.ttf') format('truetype'),
		url('../fonts/Nobel-Light.svg#Nobel-Light') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brittany Signature';
	src: url('../fonts/Brittany/BrittanySignatureRegular.woff2') format('woff2'),
		url('../fonts/Brittany/BrittanySignatureRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

br {
	height: 0;
}

ul,
ol,
dl,
li {
	margin: 0;
	padding: 0;
}

a:hover,
a:focus,
a:active {
	color: var(--Black);
}

a:visited {
	color: var(--White);
}

html,
body {
	border: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

/* Class for clearing floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.cf:after,
.cf:before {
	display: table;
	content: ''
}

.cf:after {
	clear: both;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p>strong {
	font-weight: 600;
}

/* 3. Base Typography
------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: 'Nobel';
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	color: var(--LighBlack);
	background-color: #FFFFFF;
	/* color: #FFFFFF;
	background-color: #181717; */
}

a {
	text-decoration: none;
	display: inline-block;
	color: var(--LighBlack);
	/* color: #FFFFFF; */
}

.container-fluid {
	padding: 0 20px;
}

.container {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.head1,
.head2,
.head3,
.head4,
.head5,
.head6 {
	font-family: 'Runalto';
}

/* html, body{
    scroll-behavior: smooth;
} */
h1,
.head1 {
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -2.4px;
	font-weight: 400;
	color: #212121;
}

h2,
.head2 {
	font-size: 80px;
	line-height: 106px;
	font-weight: 400;
	color: var(--BlueColor);
	/* color: #219BE8; */
	opacity: 80%;
}

h3,
.head3 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 400;
}

h4,
.head4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

h5,
.head5 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
}

h6,
.head6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

p {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	color: var(--LighBlack);
	/* color: #000000; */
}

p:last-of-type {
	margin-bottom: 0;
}

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

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.row-reverse {
	-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;
}

.text-center {
	text-align: center;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.hcenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.row>div {
	padding: 0 15px;
	margin-bottom: 20px;
}

.row>div.offset-2 {
	margin-left: 16.66%;
}

.row.no-gutters {
	margin: 0;
}

.row.no-gutters>div {
	padding: 0;
}

.row .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row .col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.row .col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66%;
	flex: 0 0 66.66%;
	max-width: 66.66%;
}

.row .col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33%;
	flex: 0 0 58.33%;
	max-width: 58.33%;
}

.row .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row .col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66%;
	flex: 0 0 41.66%;
	max-width: 41.66%;
}

.row .col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.row .col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

#wpadminbar {
	z-index: 99999999;
}

.post,
.page {
	margin: 0 !important;
}

.page-tear-trough-correction .image-gallery-section .cm-container {
	padding: 0;
}

.page-tear-trough-correction .image-gallery-section-inner {
	width: 100%;
	display: block;
}

.page-tear-trough-correction .image-gallery-section {
	padding: 80px 0 0 0;
}

/* .full-image-contentsection .row {
    flex-direction: row-reverse;
} */
/*header css start*/
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 60px;
	position: relative;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s;
	flex-direction: row;
	background: var(--BlueColor);
	align-items: center;
}

header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	/* background-color: #181717; */
	background-color: var(--DarkBlue);
	box-shadow: 0px 0px 20px #000000B3;

}

header.fixed .header-right .header-right-img {
	max-width: 300px;
	max-height: 115px;
}

.bluemed_menu {
	position: absolute;
	height: 100vh;
	top: -100vh;
	width: 100%;
	/* background-color: #181717; */
	background-color: var(--Black);
	right: 0;
	padding: 90px 0 0;
	z-index: 99;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	-webkit-overflow-scrolling: touch;

	 height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* [data-aos="example-anim1"] {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

[data-aos="example-anim1"].aos-animate {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
} */

body.topmenuactive,
html.topmenuactive {
	overflow: hidden;
}

.bluemed_menu_inner .cm-row> :last-child {
	border-left: solid 1px #e6e1da;
}

.bluemed_menu_inner {
	border-top: solid 1px #e6e1da;
	/* border-bottom: solid 1px #2b2b2b; */
	padding: 50px 0 0;
}

.topmenuactive .header-image img {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.header-image img {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.bluemed_menu_inner .cm-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bluemed_menu_inner .cm-row>* {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-image img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* .bluemed_menu_inner .cm-row> :last-child img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
} */
@-webkit-keyframes menu-in {
	0% {
		-webkit-clip-path: ellipse(60% 60% at 0% 50%);
		clip-path: ellipse(60% 60% at 0% 50%);
	}

	100% {
		-webkit-clip-path: ellipse(120% 120% at 0% 50%);
		clip-path: ellipse(120% 120% at 0% 50%);
	}
}

@keyframes menu-in {
	0% {
		-webkit-clip-path: ellipse(60% 60% at 0% 50%);
		clip-path: ellipse(60% 60% at 0% 50%);
	}

	100% {
		-webkit-clip-path: ellipse(120% 120% at 0% 50%);
		clip-path: ellipse(120% 120% at 0% 50%);
	}
}

.topmenuactive .bluemed_menu {
	top: 0;
	-webkit-animation: menu-in 0.375s;
	animation: menu-in 0.375s;
}

.bluemed_menu ul {
	list-style-type: none;
}

.nav-item .menu-menu-1-container #primary-menu li {
	margin-bottom: 25px;
}

.nav-item .menu-menu-1-container #primary-menu li a:hover {
	color: var(--BlueColor);
}

/* .bluemed_menu ul li {
	margin-bottom: 25px;
} */
.bluemed_menu ul li a {
	font-size: 30px;
	/* text-decoration: underline; */
	line-height: 1.3;
	color: var(--White);
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 500;
}

.bluemed_menu ul li.current-menu-item a {
	color: var(--White);
}

.bluemed_menu ul li a:hover {
	color: var(--White);
}

/*header:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #707070;
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}*/
.bluemed_menu_inner .nav-item {
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.topmenuactive .bluemed_menu_inner .nav-item {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	flex-direction: column;
}

/*header:after {
	width: 100%;
}*/
/* header .main-logo {
	width: 100%;
	max-width: 398px;
} */
header .main-logo {
	/* max-width: 260px; */
	display: inline-block;
}

/* main#primary{
    padding-top: 300px;
} */
/* header .main-logo img {
	width: 100%;
	max-width: 20.7vw;
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	position: absolute;
	top: 4.84vw;
	left: calc(50% - 10.3vw);
}
header .main-logo img {
position: relative;
    top: 24px;
    left: 0;
    max-width: 260px;
} */
header .main-logo img {
	max-width: 260px;
	width: 100%;
	/* max-width: 24.7vw; */
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s;
	/* position: absolute; */
	/* top: 4.84vw;
    left: calc(50% - 10.3vw); */
}

header .header-right {
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	opacity: 1;
}

header .header-right .header-right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	opacity: 1;
}

header .header-right-content {
	opacity: 1;
}

header .header-right .header-right-img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 700px;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

/*header.fixed .mobile-menu-toggler {
	margin-bottom: 0;
}*/
header .header-right .header-right-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	width: 100%;
	height: 100%;
}

header .mobile-menu-toggler {
	width: 55px;
	height: 55px;
	border-radius: 10px;
	cursor: pointer;
	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;
	padding: 5px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	margin: 32px 0px 32px 50px;
}

.topmenuactive header .mobile-menu-toggler {
	margin: 0 0px 0 50px;
}

header .social-icons ul {
	max-width: 100%;
}

header .social-icons {
	margin-top: 90px;
	border-top: solid 1px #2B2B2B;
}

header .mobile-menu-toggler .strip.icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	z-index: 999;
	position: absolute;
}

header .mobile-menu-toggler .strip.icon {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

header .mobile-menu-toggler .strip div {
	height: 3px;
	border-radius: 2px;
	background: var(--DarkBlue);
	/* background: #219BE8; */
	margin: 10px;
	margin-right: 0;
}

.topmenuactive header .mobile-menu-toggler .strip div {
	background-color: var(--White);
}

header .mobile-menu-toggler .icon div:first-child {
	width: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header .mobile-menu-toggler .icon div:nth-child(2) {
	width: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header .mobile-menu-toggler .icon div:last-child {
	width: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.topmenuactive header .mobile-menu-toggler .icon div:last-child {
	opacity: 0;
}

.topmenuactive header .mobile-menu-toggler .strip div {
	margin: -3px;
}

.topmenuactive header .mobile-menu-toggler .icon div:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.topmenuactive header .mobile-menu-toggler .icon div:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 35px;
}
header .nav-item .menu-menu-1-container #primary-menu li.current-menu-item a {
    color: var(--BlueColor);
}
/*header css end*/
/* banner */
.first-section {
	padding: 50px 0px;
}

.banner-title {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

.banner-title h1 span {
	display: block;
	font-size: 10.4vw;
	line-height: 13.8vw;
	letter-spacing: -4px;
	font-weight: 400;
	color: #219BE8;
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

h1 span:nth-child(1) {
	text-align: left;
}

h1 span:nth-child(2) {
	text-align: center;
}

h1 span:nth-child(3) {
	text-align: right;
}

body .banner-title h1 span {
	font-size: 6.25vw;
	line-height: 6.6vw;
	letter-spacing: -2.4px;
}

body .banner-title {
	max-width: 1120px;
	margin: 0 auto;
	padding-right: 90px;
	position: absolute;
	left: 50%;
	width: 100%;
	padding-top: 101px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .banner-section {
	padding-top: 109px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.banner-inner-box .cm-row .banner-item {
	margin-right: 82px;
	width: calc(100% / 4 - 61.5px);
	opacity: 1 !important;
}

.banner-inner {
	position: relative;
}

.banner-inner-box {
	position: relative;
	opacity: 0;
}

.banner-inner-box {
	position: relative;
	width: 100%;
	opacity: 1;
}

.banner-item-inner {
	min-height: 580px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.banner-item-inner::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
}

.banner-inner-box .cm-row .banner-item:first-child {
	padding-top: 5.1%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.banner-inner-box .cm-row .banner-item:nth-child(2) {
	padding-top: 13.5%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.banner-inner-box .cm-row .banner-item:nth-child(3) {
	padding-top: 19.3%;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.banner-inner-box .cm-row .banner-item:last-child {
	margin-right: 0;
	padding-top: 27.8%;
	-webkit-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

.banner-item-content {
	text-align: center;
	font-family: 'Nobel';
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 100%;
	opacity: 0;
	padding: 50px;
	z-index: 99;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

body.banner-section-to-top .banner-inner-box {
	top: -18px;
}

body.banner-section-to-top .banner-inner-box .cm-row .banner-item:nth-child(2) {
	padding-top: 13%;
}

body.banner-section-to-top .banner-section {
	padding-top: 70px;
}

body.banner-section-to-top .banner-title {
	padding-top: 115px;
}

body .banner-inner-box .cm-row .banner-item.aos-animate:first-child {
	padding-top: 6.2%;
}

body .banner-inner-box .cm-row .banner-item.aos-animate:nth-child(2) {
	padding-top: 19.2%;
}

body .banner-inner-box .cm-row .banner-item.aos-animate:nth-child(3) {
	padding-top: 0;
}

body .banner-inner-box .cm-row .banner-item.aos-animate:last-child {
	padding-top: 10.3%;
}

body.banner-section-to-top .banner-title h1 span:last-child {
	padding-top: 37%;
}

.banner-item-inner:hover .banner-item-content,
.banner-item-inner.active .banner-item-content {
	-webkit-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	transform: translate(-50%, 20%);
	opacity: 1;
}

.banner-item-title {
	position: relative;
	text-align: center;
	top: -30px;
	margin-bottom: -30px;
}

.banner-item-title h3 {
	font-size: 48px;
	line-height: 1.5;
}

.banner-item-title h3 a:hover {
	color: #219BE8;
}

.banner-item-content ul {
	list-style-type: none;
	padding: 0;
}

.banner-item-inner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	content: '';
	opacity: 0;
	-webkit-transition: translate 0.375s cubic-bezier(0.175, 0.885, 0.32, 1);
	-o-transition: translate 0.375s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: translate 0.375s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.banner-item-inner:hover:after,
.banner-item-inner.active::after {
	opacity: 1;
	cursor: pointer;
}

/* Treatment section */
.bluemed_ourtreatment .container {
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
}

.section_title {
	text-align: center;
}

.section_title span {
	font-size: 36px;
	line-height: 50px;
	color: var(--LighBlack);
}

.bluemed_ourtreatment {
	padding: 174px 0;
}

.bluemed_treatment_list {
	width: 40%;
}

.bluemed_treatment_detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
}

.bluemed_treatment_section .treatment_detail {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bluemed_treatment_section .treatment_images.last-img-active img {
	display: none;
}

.bluemed_treatment_section .treatment_images.last-img-active img.active {
	display: block;
}

.bluemed_treatment_section .treatment_images {
	width: 50%;
	position: relative;
	height: 450px;
	margin-bottom: 120px;
}

.bluemed_listoftreatment {
	margin-top: 80px;
}

.bluemed_treatment_list .bluemed_treatment {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 50px;
	color: #727272;
	/* color: #9D9D9D; */
	cursor: pointer;
	font-family: 'Nobel';
}

.landing_page_testimonial.bg-black p {
	color: var(--White) !important;
}

.bluemed_ourtreatment.bg-black .bluemed_treatment.active {
	color: var(--White) !important;
}

.bluemed_ourtreatment.bg-black p {
	color: var(--White) !important;
}

.bluemed_ourtreatment.bg-black a.treatment_link {
	background: var(--BlueColor);
	color: var(--Black) !important;
}

.bluemed_ourtreatment.bg-black a.treatment_link:hover {
	background: var(--White);
	color: var(--BlueColor) !important;
}

.bluemed_ourtreatment.bg-black h2 {
	color: var(--BlueColor);
	opacity: inherit;
	text-transform: capitalize;
}

.landing-page-banner img {
	width: 100%;
}

.testimonial {
	padding-bottom: 20px;
}

.testimonial_video img {
	width: 100%;
}

/* .bluemed_treatment_list .bluemed_treatment.active {
	color: #fff;
} */
/* .section_title h2 {
    color: #219BE8;
    opacity: 1;
} */
.bluemed_treatment_list .bluemed_treatment span {
	margin-right: 30px;
}

.bluemed_treatment_list .bluemed_treatment:last-child {
	margin-bottom: 0;
	max-width: 622px;
	width: 100%;
	display: flex;
}

.bluemed_treatment_section .treatment_images img {
	position: absolute;
	width: 100%;
	max-width: 0;
	min-height: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 20px #000000B3;
	box-shadow: 0px 0px 20px #000000B3;
	-webkit-transform: matrix(0.98, 0.21, -0.21, 0.98, 0, 0) rotate(360deg);
	-ms-transform: matrix(0.98, 0.21, -0.21, 0.98, 0, 0) rotate(360deg);
	transform: matrix(0.98, 0.21, -0.21, 0.98, 0, 0) rotate(360deg);
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	/* -webkit-filter: grayscale(1);
	filter: grayscale(1); */
	transform-origin: center;
}

.bluemed_treatment_section .treatment_images img.active+img {
	opacity: 1;
	max-width: 312px;
	min-height: 500px;
}

.bluemed_treatment_section .treatment_images img.active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 9;
	opacity: 1;
	max-width: 312px;
	min-height: 500px;
	transform-origin: center;
}

.bluemed_treatment_section .treatment_content {
	max-width: 415px;
}

.bluemed_treatment_section .treatment_content p {
	/* color: #D8D8D8; */
	color: var(--LighBlack);
	font-family: 'Nobel';
	font-size: 20px;
	line-height: 30px;
}

.treatment_content {
	display: none;
}

.bluemed_treatment_section .treatment_link {
	font-size: 14px;
	/* background: #219BE8; */
	background: var(--LighBlack);
	padding: 19px 40px 16px;
	color: var(--White) !important;
	line-height: 15px;
	margin-top: 45px;
}

.bluemed_treatment_section .treatment_link:hover {

	background-color: var(--BlueColor);
	/* color: #219BE8 !important; */
	/* background-color: #fff; */
}

.treatment_videoslider {
	max-width: 1420px;
	margin: 0 auto;
}

.treatment_videoslider .item-inner {
	width: 1040px;
	-o-object-fit: cover;
	object-fit: cover;
}

.treatment_videoslider .item-inner img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.bluemed_treatment_videosection {
	overflow-x: hidden !important;
}

.bluemed_treatment_videosection .slick-track {
	overflow-x: hidden !important;
}

.bluemed_treatment_videosection:after {
	position: absolute;
	top: calc(50% + 50px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	z-index: 999;
	background-color: rgba(255, 255, 255, 10%);
}

.treatment_videoslider .slick-arrow {
	position: absolute;
	z-index: 9;
	right: 0;
	font-size: 0;
	background-color: transparent;
	border: none;
	width: 100px;
	height: 100px;
	top: calc(50% - 25px);
	border-radius: 0;
	cursor: pointer;
	z-index: 9999;
}

.bluemed_treatment_videosection {
	padding: 122px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.bluemed_treatment_videosection .popup-module {
	position: absolute;
	top: 50%;
	bottom: 50%;
	width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 0;
	z-index: 99999999;
	height: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50%;
	right: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: -11;
}

footer .footer-logo img {
	/* width: 289px; */
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



footer .social-icons ul {
	max-width: 289px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.close-module svg {
	width: 35px;
}

.innerimage-contentsection .contentbox-inner {
	max-width: 450px;
	margin: 0 auto;
}

.innerimage-contentsection .row {
	gap: 35px 0;
}

.innerimage-contentsection .innerpage-title {
	margin-bottom: 30px;
}

.innerimage-contentsection .contentbox-inner .content-image {
	min-height: 350px;
	max-width: 350px;
	margin: 0 auto;
	/* border-radius: 50%; */
	overflow: hidden;
	margin-bottom: 24px;
}

.innerimage-contentsection .contentbox-inner .content-image img {
	width: 100%;
	height: 100%;
}

.innerimage-contentsection .contentbox-inner .content-title {
	margin-bottom: 8px;
}

.innerimage-contentsection .contentbox-inner .round_image {
	border-radius: 50%;
}

.innerimage-contentsection .contentbox-inner .content-description p {
	color: var(--White);
}

.innerpage-main-content+.action_schedule {
	padding-bottom: 70px;
	text-align: center;
}

.innerpages-description h2 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.bluemed_treatment_videosection+.bluemed_treatment_videosection {
	padding-top: 0;
}

.innerpage-main-content+.action_schedule+.bluemed_treatment_videosection {
	padding-top: 0;
}

.inner-page-wrapper .bluemed_ourtreatment {
	padding: 0 0 80px;
}

.innerpages-description ol {
	padding-left: 25px;
	margin-bottom: 25px;
}

.innerpages-description ol li {
	margin-bottom: 15px;
}

.innerpage-video-section .close-module {
	margin-right: 0;
}

.innerpages-description p:has(img + img) {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.innerpages-description p img+img {
	width: calc(100% / 4 - 17px);
}

.close-module {
	position: absolute;
	top: -50px;
	right: 0;
	cursor: pointer;
	margin-right: 35px;
}

.bluemed_treatment_videosection .popup-module.show-video {
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 9999;
	padding: 0 10px;
	max-width: 1940px;
}

.innerpage-video.bluemed_treatment_videosection .popup-module.show-video {
	padding: 0;
}

.bluemed_treatment_videosection .slick-list {
	overflow: visible !important;
}

.bluemed_treatment_videosection .popup-module.show-video iframe {
	transform: none;
	transform-origin: center;
}

.action_schedule+.innerpages-after-before-gallery {
	padding-top: 0;
}

/* .bluemed_treatment_videosection:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.8);
    z-index: 9;
} */
.slider_image_col_inner .slider .slick-slide {
	position: relative;
	z-index: 999999;
}

.slider_image_col_inner .slider .slick-slide.slick-current {
	-webkit-animation-name: cssAnimation;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: translateX(-500%);
		transform: translateX(-500%);
		opacity: 0;
		z-index: -111;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.bluemed_treatment_videosection .popup-module iframe {
	transform: scale(0);
	transform-origin: center;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
	height: 100%;
}

.bluemed_treatment_videosection .section_title {
	margin-bottom: 44px;
}

.treatment_videoslider .slick-arrow.slick-next {
	top: calc(50% - 124px);
	border-bottom: solid 2px var(--White);
}

.treatment_videoslider.videoactive .slick-arrow {
	z-index: -1;
}

.video_slider_counter {
	position: absolute;
	width: 100%;
	top: 50%;
	top: calc(50% - 49px);
}

.video_slider_counter .video_slides span:first-child {
	border-bottom: solid 2px var(--White);
}

.video_slider_counter .video_slides span {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video_slider_counter .video_slides {
	max-width: 1425px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.treatment_videoslider.videoactive .slick-list {
	padding-top: 70px !important;
	margin-top: -70px;
}

.treatment_videoslider .slick-prev.slick-arrow:after {
	content: "\f104";
	font-size: 30px;
	font-family: 'FontAwesome';
	color: var(--White);
}

.treatment_videoslider .slick-arrow.slick-next:after {
	content: "\f105";
	font-size: 30px;
	font-family: 'FontAwesome';
	color: var(--White);
}

.treatment_videoslider .slick-list {
	margin: 0 -250px;
	z-index: 999;
}

.treatment_videoslider .item {
	padding: 0 144px;
	position: relative;
}

.play-button {
	position: absolute;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: var(--White);
	display: inline-block;
	background: #219BE8;
	z-index: 999;
	top: calc(50% + -25px);
	left: 50%;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button:hover,
.play-button:focus {
	color: var(--White);
	outline: none;
}

.play-button svg {
	padding-top: 15px;
	padding-left: 3px;
}

.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #219BE8;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.video_title {
	text-align: center;
	position: relative;
	top: -20px;
}

.video_title h3 {
	font-size: 48px;
	line-height: 50px;
}

/* testimonial start*/
.testimonial-section {
	/* background-image: url("https://luxmedspa.bachmannglobal.com/wp-content/uploads/2023/08/testimonial_bg-1-scaled.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: var(--LighBlack);
	padding: 120px 0px;
	overflow: hidden;
}

.testimonial-section .container {
	max-width: 1520px;
}

.testimonial-section .testimonial-slide-top {
	margin-bottom: 70px;
}

.testimonial-slide-top h4 {
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
	/* margin-bottom: 15px; */
}

.testimonial-slide-top .stars ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}

.testimonial-slide-content {
	/* max-width: 511px; */
	position: relative;
	font-family: 'Nobel';
	padding: 38px 0px;
}

.testimonial-slide-content p {
	font-size: 20px;
	line-height: 32px;
}

.testimonial-wrapper .container {
	max-width: 1000px;
	width: 100%;
}

.testimonial-inner p::after {
	position: absolute;
	content: "";
	top: 0px;
	left: -37px;
	background-image: url("https://luxmedspa.bachmannglobal.com/wp-content/uploads/2023/08/quote_2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
}

.testimonial-inner {
	padding: 15px;
}

.testimonial-slide-content p::before {
	position: absolute;
	content: "";
	bottom: 0;
	background-image: url("https://luxmedspa.bachmannglobal.com/wp-content/uploads/2023/08/quote_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	right: -40px;
}

.testimonial-wrapper {
	background-color: #000;
	padding: 60px 0;
}

.testimonial-title {
	text-align: center;
	margin-bottom: 40px;
}

.testimonial-title h2 {
	opacity: inherit;
}

.testimonial-outer {
	position: relative;
}

.testimonial-slide-content {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 50px;
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
	margin: 0 15px;
}

.testimonial-outer .slick-dots li button:before {
	color: #fff;
	opacity: 0.5;
}

.testimonial-outer .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}

.testimonial-outer .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
	list-style: none;
	padding: 0;
}

.testimonial-outer .slick-dots li {
	display: inline-block;
}

.testimonial-outer .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: none;
	opacity: 0.4;
	font-size: 0;
	cursor: pointer;
}

.testimonial-outer .slick-dots li.slick-active button {
	opacity: 1;
	background-color: var(--BlueColor);
}

.testimonial-inner {
	padding: 15px;
}

.testimonial-inner p {
	font-size: 25px;
	line-height: 1.3;
	position: relative;
	display: inline;
}

.testimonial-wrapper .container {
	max-width: 1000px;
	width: 100%;
}

.testimonial-author {
	margin-top: 30px;
	text-align: right;
	font-style: italic;
	font-size: 16px;
	color: #000;
}

/* .testimonial-section .row .heading_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 589px;
	flex: 0 0 589px;
	max-width: 589px;
} */

/*.slider_content_col .testimonial-slide {
	opacity: 1 !important;
}*/
.testimonial-section .row .heading_col h2 {
	margin-bottom: 90px;
}

.testimonial-section .row .heading_col .google_reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testimonial-section .row .heading_col .google_reviews img {
	max-width: 165px;
	width: 100%;
}

.testimonial-section .row .heading_col .google_reviews p {
	font-size: 48px;
	color: var(--LighBlack);
	/* color: #016FB9; */
	letter-spacing: -0.96px;
	margin-bottom: 0px;
}

.testimonial-section .row .slider_image_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	max-width: 330px;
}

/* .testimonial-section .row .slider_content_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 589px - 330px);
	flex: 0 0 calc(100% - 589px - 330px);
	max-width: calc(100% - 589px - 330px);
	padding-left: 50px;
	padding-top: 6%;
} */

.slider_content_col_inner {
	position: relative;
	height: 100%;
	padding-bottom: 72px;
}

.slider_image_col_inner .slider {
	margin: 0 -20px;
	-webkit-clip-path: inset(-100vw 0 -100vw -100vw);
	clip-path: inset(-100vw 0 -100vw -100vw);
}

.slider_image_col_inner .slider .slick-list {
	overflow: visible;
}

.slider_image_col_inner .slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.slider_image_col_inner .slider .slick-slide {
	padding: 0 20px;
	width: 100%;
	max-width: 240px;
}

.slider_image_col_inner .slider .slick-slide.slick-current {
	max-width: 340px;
	height: 700px;
}

.slider_image_col_inner .slider .testimonial_image_box {
	position: relative;
	padding-bottom: 175%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.slider_image_col_inner .slider .slick-current .testimonial_image_box {
	padding-bottom: 233.333333%;
}

.slider_image_col_inner .slider .testimonial_image_box img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	/* -webkit-filter: grayscale(1);
	filter: grayscale(1); */
}

.slider_btn_counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.slider_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
	width: 52px;
	height: 52px;
	background-color: var(--BlueColor);
	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;
	border: 1px solid var(--BlueColor);
	;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	cursor: pointer !important;
}

.slides-numbers {
	color: var(--Black);
	font-size: 36px;
	font-weight: 400;
	display: block;
	margin-top: 15px;
	font-family: 'Nobel';
}

.slides-numbers .active {
	color: var(--Black);
	font-size: 36px;
	font-weight: 400;
}

/* provider start*/
.partner-section {
	padding: 80px 0 80px 0;
}

.partner-section .container {
	max-width: 1520px;
	margin: 0 auto;
}

.awards-partner-logos .partner-logo-img img {
	filter: none;
}

.partner-logos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	justify-content: flex-start;
}

.partner-logo-img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;
	filter: grayscale(1);
	transition: all 0.5s ease-in-out;
	max-width: 160px;
}

/* .partner-logos .partner-logo-img:nth-child(2n) {
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}
.partner-logos .partner-logo-img:nth-child(4n) {
    border-right: 0;
}
.partner-logos .partner-logo-img {
    border-bottom: 1px solid #C7C7C7;
} */
/* .partner-logos .partner-logo-img:last-child {
    border-right: 0;
}
.partner-logos .partner-logo-img:only-child {
    border-bottom: 0 !important;
}
.partner-logos .partner-logo-img:nth-child(5):last-child {
    border-bottom: 0;
} */
.client-portal.mobile-btn {
	display: none;
}

.partner-logo-img {
	aspect-ratio: 374 / 345;
	width: 16.66%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
	padding: 15px;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

.partner-logo-img:nth-child(6n) {
	border-right: none;
}

.partner-logo-img:nth-child(n+19) {
	border-bottom: none;
}

/* .partner-logos:hover {
    cursor: pointer;
}
.partner-logo-img img:hover  {
    filter: grayscale(0);
} */
.awards-partner-section {
	background: var(--DarkBlue);
	padding: 55px 0px;
	border-bottom: solid 1px var(--White);
}

.awards-partner-section h2 {
	font-size: 50px;
	line-height: 1;
	padding-bottom: 50px;
	text-align: center;

}

/* .awards-partner-logos {
   gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
} */
.bluemed_ourtreatment.bg-black .section_title span {
	color: #fff;
}

.awards-partner-logos .partner-logo-img {
	border: transparent;
	padding: 0;
	width: auto;
}

.awards-partner-section .container {
	max-width: 1520px;
}

/* .partner-logo-img img:hover {
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1);
	cursor: pointer;
} */
/* .page-dermal-fillers .left-image img,
.page-dermal-fillers .full-image-contentsection .right-image img
 {
   height: calc(100vh - 30px);
} */
/* provider end */
/* Footer Section CSS */
footer {
	padding: 120px 0 0;
}

footer .container {
	max-width: 1300px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}

footer ul {
	list-style-type: none;
	padding: 0;
}

footer ul li a,
footer ul li {
	font-family: 'Nobel';
	font-size: 18px;
	line-height: 40px;
	color: var(--White);
}

footer ul.menu li a:hover {
	color: var(--BlueColor);
}

footer .footer-top {
	width: 75%;
}

footer .contact-timing {
	width: 25%;
}

footer .footer-top>div {
	width: 50%;
}

.footer-links h4 {
	font-size: 26px;
	letter-spacing: -0.52px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 10px;
	color: var(--BlueColor);
}

footer .contact-timing>div:first-child {
	margin-bottom: 34px;
}

.social-icons ul {
	gap: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 26px;
	max-width: 182px;
}

.social-icons ul li a {
	width: 52px;
	height: 52px;
	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: 18px;
	border: 1px solid var(--White);
	/* border: solid 1px #219BE8; */
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons ul li a>svg path {
	/* fill: #219BE8; */
	fill: var(--BlueColor);
}

.social-icons ul li a:hover {
	/* background: #219BE8; */
	background-color: var(--BlueColor);
}

.social-icons ul li a:hover>svg path {
	fill: var(--White);
}

.social-icons ul li a>svg path {
	fill: var(--White);
}

.footer-bottom {
	margin-top: 95px;
	padding: 31px 0;
	border-top: solid 1px var(--White);
	text-align: center;
}

/* .page-dysport .full-image-contentsection .right-image img {
	width: auto;
	height: auto;
	margin-inline: auto;
	object-fit: cover;
	display: block;
} */

.full-image-contentsection .right-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: auto;
	/* object-fit: contain; */
}

.landing_page_testimonial.bg-black .testimonial {
	color: #fff;
}

footer .copyright a {
	color: var(--White) !important;
}

footer {
	/* border-top: solid 1px #1E1E1E; */
	background: var(--DarkBlue);
}

.copyright p br {
	display: none;
}

.copyright p {
	font-size: 18px;
	/* color: #fff; */
	color: var(--White);
	text-align: center;
	font-family: 'Nobel';
}

/* Inner Page  start*/
.cm-container {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}

.innerpage-banner-section {
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.innerpage-banner-section:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.9);
}

/* .innerpage-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 50px;
	z-index: 99;
} */
.innerpage-banner-title h1 {
	font-size: 4.5vw;
	color: #219BE8;
	line-height: 1.1;
	text-align: center;
}

.innerpage-video-section.bluemed_treatment_videosection .popup-module.show-video {
	padding: 0;
}

.innerpage-video-section {
	padding: 80px 0 50px;
}

.innerpage-main-content>.innerpages-description+.innerpage-video-section {
	margin-bottom: 0;
}

button.ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg {
	opacity: 0 !important;
}

.innerpage-title h2 {
	font-size: 59px;
	line-height: 1.2;
	text-transform: math-auto;
	font-weight: 500;
	color: #000;
	margin: 0;
	opacity: inherit;
	text-align: center;
}

.page-weight-loss .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-subnovil-plasma-pen .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-aquafirm-xs .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-hydrafacial .innerpage-main-content:nth-child(3) .innerpages-description ul li::before {
	background: var(--BlueColor);
}


.page-subnovil-plasma-pen .check-points-sec,
.page-subnovil-plasma-pen .step_wise_process_section {
	padding-top: 0;
}

.page-subnovil-plasma-pen .image-gallery-single-image {
	height: 600px;
}

.page-subnovil-plasma-pen .image-gallery-section {
	background-color: var(--OffWhite);
	padding: 0 0 120px 0;
}

.check-points-sec .innerpage-title {
	padding-bottom: 60px;
}

.innerpages-description p {
	/* color: #fff !important; */
	font-weight: 100;
	line-height: 1.3;
}

.innerpage-video {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
}

.innerpage-main-content .innerpages-description p:last-child {
	margin-bottom: 0;
}

.innerpage-video-section+.innerpage-main-content {
	padding-top: 0 !important;
}

.innerpages-description {
	margin-bottom: 0;
}

.innerpages-description ul {
	list-style-type: none;
	margin-bottom: 25px;
}

.innerpages-description ul li {
	line-height: 1.8;
	position: relative;
	padding-left: 40px;
}

.innerpages-description ul li::after {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	background-image: url(https://luxmedspa.bachmannglobal.com/wp-content/uploads/2023/08/arrow.svg);
	content: "";
	z-index: 99;
	visibility: visible;
	opacity: 1;
	display: block;
	background-size: contain;
}

.innerpage-main-content .innerpage-cta-btn a {
	color: var(--Black);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	background-color: var(--BlueColor);
	font-size: 2vw;
	line-height: normal;
	padding: 15px 30px;
	margin-top: 25px;
	text-transform: capitalize;
}

.innerpage-cta-btn a:hover {
	color: var(--White);
	background-color: var(--BlueColor);
	/* color: #219BE8; */
	/* background-color: #fff; */
}

.innerpage-main-content {
	/* padding: 50px 0; */
	position: relative;
}

.innerpage-main-content .innerpages-description,
.innerpage-main-content .innerpage-title {
	text-align: left;
}

.innerpage-main-content .innerpages-description p {
	margin-bottom: 40px;
}

/* .aligncenter {
	text-align: center;
} */
.innerpage-main-content+.innerpage-video-section {
	padding-top: 0;
}

.innerpage-main-content .innerpages-description h3 {
	/* color: #219BE8; */
	color: var(--LighBlack);
}

.innerpage-main-content .innerpage-title {
	background: var(--BlueColor);
	padding: 53px 20px 35px 20px;
	text-align: center;
}

.before-image {
	display: flex;
	align-items: end;
	margin-bottom: 0;
}

.after-image {
	display: flex;
	flex-direction: row-reverse;
	align-items: end;
	justify-content: left;
}

.image-title {
	padding: 10px 10px 5px;
	background: var(--White);
	color: #000;
	min-width: 150px;
	position: absolute;
	z-index: 99;
	box-shadow: rgba(0, 0, 0, 0.9) 0px 10px 50px;
}

.image-title h3 {
	font-size: 25px;
	line-height: 1.1;
}

.innerpages-after-before-gallery {
	padding: 50px 0;
}

.innerpage-video-section.bluemed_treatment_videosection .popup-module.show-video {
	height: 101%;
	width: 100%;
}

.innerpage-video-section.bluemed_treatment_videosection::after {
	display: none;
}

.innerpage-banner-section+.full-image-contentsection {
	padding: 80px 0 0;
}

/* .full-image-contentsection {
	padding: 50px 0;
} */
/* .page-weight-loss  .step_wise_process_section {
    padding-top: 0;
} */
.check-points-sec {
	background: var(--OffWhite);
	padding: 120px 20px 120px 20px;
}

.list-item {
	background: #a0dadb;
	text-align: center;
	padding: 30px;
	flex: 0 0 calc(25% - 21px);
}

.page-weight-loss .check-points-sec .list-item {
	background: var(--White);
}

.page-weight-loss .innerpage-faq-section .innerpage-title h1 {
	color: var(--Black);
}

.page-weight-loss .innerpage-faq-section {
	padding-top: 0;
}

.list-item p {
	font-size: 29px;
}

.check-points-sec+.check-points-sec {
	padding-top: 0;
}

.points-list {
	justify-content: center;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 21px;
	max-width: 1440px;
	width: 100%;
	margin-inline: auto;
}

.points-list img {
	max-width: 50px;
}

.list-item h4 {
	opacity: 1;
	color: var(--Black);
	padding: 21px 0;
	font-size: 33px;
	line-height: 1.2;
}

.full-description p {
	color: var(--White);
	font-size: 2vw;
	line-height: normal;
	text-align: left;
	max-width: 780px;
	width: 100%;
	/* margin-inline: auto; */
}

.innerpabe-banner-button a {
	background: var(--BlueColor);
	color: var(--Black);
	font-size: 1.67vw;
	padding: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.innerpabe-banner-button a:hover {
	background: var(--Black);
	color: var(--White);
}

.full-image-contentsection .cm-container {
	padding: 0;
	overflow: hidden;
	max-width: 100%;
}

.landing_page_testimonial .cm-container {
	max-width: 100%;
}

.full-image-contentsection .left-image,
.full-image-contentsection .right-image {
	width: 50%;
}

.full-image-contentsection .full-description {
	width: 50%;
	text-align: left;
	/* padding: 63px 50px 60px 50px; */
	padding: 2rem 2.25rem 2rem 3rem;
	margin-bottom: 0;
}

.left-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: auto;
	/* object-fit: contain; */
}

.full-description img {
	/* max-width: 400px;
	width: 100%; */
	margin-right: auto !important;
	margin: 31px 0 0 0;
}

.full-description strong {
	display: block;
}

.full-image-contentsection .right-image {
	margin-bottom: 0;
	padding: 0;
	/* background: #4e4e4e70;
	height: calc(100vh - 119px); */
	min-height: 100vh;
}


.after-before-gallery-inner {
	display: flex;
	align-items: center;
	gap: 50px;
}

.copyright p span {
	padding: 0 10px;
}

/*5-9-2023*/
.our-expert-container .cm-container {
	max-width: 1170px;
	padding: 0 25px;
}

.our-expert-container .innerpage-title h1 {
	color: var(--White);
}

.our-expert-container .innerpage-title {
	margin-bottom: 70px;
}

.our-expert-container .innerpages-description .video-container {
	margin-bottom: 40px;
}

.our-expert-container .innerpages-description .video-container iframe {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.our-expert-container .innerpages-description p {
	font-size: 20px;
	line-height: 32px;
	color: #D8D8D8 !important;
}

.our-expert-container .innerpages-description ol li b {
	text-transform: uppercase;
	padding-right: 5px;
	font-size: 16px;
	letter-spacing: 1px;
}

.our-expert-container .innerpages-description ol li {
	color: #D8D8D8;
}

.our-expert-container .innerpages-description p strong {
	letter-spacing: 1px;
	color: var(--Black);
}

.full-image-contentsection .cm-container .row {
	/* align-items: stretch; */
	margin: 0;
}

/* .xpect-sec-new {
	padding: 0 15px;
} */
.xpect-sec-new .cm-container {
	max-width: 1250px;
}

.xpect-sec-new .row {
	background: #000;
	border: 10px solid var(--White);
	border-left-width: 15px;
	border-right-width: 20px;
	padding: 50px 0;
	justify-content: space-between;
	align-items: center;
}

.xpect-sec-new .row .full-description h4 {
	text-align: center;
	color: #C3A275;
	font-size: 25px;
	line-height: normal;
	margin-bottom: 35px;
}

.xpect-sec-new .row .full-description ul {
	display: block;
	column-count: 2;
}

.xpect-sec-new .row .full-description ul li {
	list-style-position: inside;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.xpect-sec-new .row .right-image {
	padding: 0;
	margin: 0;
	max-height: none;
}

.xpect-sec-new .row .right-image iframe {
	height: auto;
	width: 100%;
	aspect-ratio: 16/9;
}

/* Inner Page end */
/*landing page creation*/
.page-template-template-landing-page .landing-page-banner img {
	width: 100%;
}

.page-template-template-landing-page .innerpage-main-content .innerpage-title,
.page-id-1446.page-template-template-landing-page .innerpage-main-content:nth-child(3) .cm-container .innerpage-title {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.innerpage-main-content .innerpages-description,
.innerpage-main-content:nth-child(3) .innerpages-description {
	/* padding: 3vw; */
	text-align: center;
	max-width: 900px;
}

.innerpage-main-content .innerpages-description h3 {
	font-size: 45px;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 24px;
	padding: 0 !important;
}

.scroll-wrapper span {
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
	box-shadow: inset 0 0 0 2px;
	height: 45px;
	width: 6px;
}

.scroll-wrapper span::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 12px;
	height: 12px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	bottom: 0;
	left: -5px;
}

.scroll-wrapper {
	width: 100%;
	position: relative;
	text-align: center;
	-webkit-animation: scrolling 3s ease infinite;
	-moz-animation: scrolling 3s ease infinite;
	-o-animation: scrolling 3s ease infinite;
	animation: scrolling 3s ease infinite;
}

.scroll-wrapper a {
	padding: 20px 30px;
}

@keyframes scrolling {
	0% {
		transform: translate(0);
	}

	50% {
		transform: translate(0, 40px);
	}

	100% {
		transform: translate(0);
	}
}

.innerpage-main-content {
	background-color: #D8D9DA;
}

.innerpage-main-content .innerpages-description ul li {
	text-align: left;
	background-color: var(--White);
	padding: 10px;
	margin: 15px 0;
	padding-left: 90px;
}

.innerpage-main-content .innerpages-description ul li h3 {
	margin: 0;
	text-transform: uppercase;
}

.innerpage-main-content .innerpages-description ul li p,
.innerpage-main-content .innerpages-description ul li h3 {
	color: var(--LighBlack) !important;
}

.innerpage-main-content .innerpages-description {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}

.innerpage-main-content .innerpages-description ul li::after {
	display: none;
}

.innerpage-main-content .innerpages-description ul li::before {
	position: absolute;
	content: "?";
	width: 90px;
	height: 90px;
	left: 20px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--BlueColor);
	font-size: 60px;
	color: var(--White);
	top: 26px;
	font-family: 'FontAwesome';
}

.full-image-contentsection .row {
	align-items: center;
}

.page-template-template-landing-page .full-image-contentsection .cm-container {
	max-width: 100%;
}

.full-image-contentsection .row .full-description h3 {
	font-size: 2.5vw;
	line-height: 1.2;
	color: #a0dadb;
	padding-bottom: 40px;
	text-align: left;
	margin-inline: auto;
}

.spacing:first-of-type {
	padding-top: 0;
}

/* .page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule {
	margin-top: 70px;
} */
.full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
	/* background-color: #BAAE97; */
	background-color: var(--BlueColor);
	text-align: center;
	font-size: 35px;
	line-height: normal;
}

.full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a:hover {
	background: var(--White);
	color: var(--Black);
}

.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a:hover {
	color: var(--White);
	background-color: var(--LighBlack);
	/* background-color: #219BE8; */
}




.page-template-template-landing-page .innerpage-main-content:nth-child(6),
.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpage-title {
	border: 0;
}

.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description {
	max-width: 45%;
	margin-left: auto;
	margin-right: auto;
}

.page-id-899.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description,
.page-id-2593.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description {
	max-width: 100%;
}

.page-template-template-landing-page .iconbox-section {
	background-color: var(--White);
	padding: 60px 0;
}

.page-template-template-landing-page .iconbox-section h2 {
	color: #999696;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.page-template-template-landing-page .iconbox-section .landingpage_iconbox {
	width: 100%;
	justify-content: space-between;
	gap: 25px;
}

.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox {
	width: 33.33%;
	/* background-color: #1E98EB; */
	background-color: var(--BlueColor);
	padding: 40px 15px 30px;
}

.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox img {
	width: auto;
	max-height: 30px;
	margin-bottom: 15px;
}

.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox h3 {
	margin-bottom: 20px;
	color: var(--White);
}

.page-template-template-landing-page .iconbox-section .cm-container {
	max-width: 1080px;
}

.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox p {
	color: var(--White);
}

.page-template-template-landing-page .innerpage-video-section .innerpage-title {
	margin-bottom: 30px;
}

/*.page-template-template-landing-page .innerpage-video-section {
    background-color: #fff;
}*/

.step_wise_process_section .row {
	justify-content: space-between;
}

.step_wise_process_section .row h2 {
	width: 100%;
	text-align: center;
	font-weight: 500;
	color: var(--Black);
	opacity: inherit;
	font-size: 3.07vw;
}


.step_wise_process_section .row .process-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  min-height: 150px;
}
.step_wise_process_section .row .process-steps .step h4 {
  margin: 0 0 10px;
}
.step_wise_process_section .row .process-steps .step .step_number {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: var(--White);
  min-height: 70px;
  width: 100%;
  max-width: 361px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.step_wise_process_section .row .process-steps .step:nth-child(even) .step_number::after{
  content: "";
  background: url('/wp-content/uploads/2025/08/Arrow-bachman-black-1.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.step_wise_process_section .row .process-steps .step:nth-child(odd) .step_number::after {
  content: "";
  background: url("/wp-content/uploads/2025/08/Arrow-bachman-skyblue-1.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* .step_wise_process_section .row .process-steps .step:nth-child(even) .step_number::before {
	border-top: 22px solid transparent;
	border-left: 19px solid var(--BlueColor);
	border-bottom: 22px solid transparent;
} */

.step_wise_process_section .row .process-steps {
	width: 100%;
	margin-top: 50px;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
}

.step_wise_process_section .row .process-steps .step {
	width: 20%;
}

.step_wise_process_section .row .process-steps .step h4 {
	margin-bottom: 15px;
	color: var(--Black);
}


.step_wise_process_section .step_number > h3 {
    z-index: 2;
    position: relative;
}
/* .step_wise_process_section .row .process-steps .step .step_number::before {
	content: "";
   position: absolute;
   right: -21px;
   bottom: -1px;
   z-index: 1;
   width: 0;
   height: 0;
   border-top: 20px solid transparent;
   border-left: 24px solid #000;
   border-bottom: 24px solid transparent;
} */
/* .step_wise_process_section .row .process-steps .step .step_number::before {
	content: "";
	position: absolute;
	right: -19px;
	top: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-left: 19px solid #000;
	border-bottom: 22px solid transparent;
} */

/* .step_wise_process_section .row .process-steps .step .step_number::after {
	content: "";
	position: absolute;
	left: -16px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 50px solid var(--OffWhite);
	border-bottom: 25px solid transparent;
	transform: rotate(61deg);
} */

.page-template-template-landing-page .step_wise_process_section .row .process-steps .step:nth-child(even) .step_number {
	background-color: #B4B1B1;
}

.page-template-template-landing-page .step_wise_process_section .row .process-steps .step:nth-child(even) .step_number::before {
	border-left-color: #B4B1B1;
}

.step_wise_process_section .row .process-steps .step p,
.step_wise_process_section .row .process-steps .step ul li {
	color: var(--Black);
	text-align: left;
	padding: 10px;
}

.page-facetite .check-points-sec.bg-gray {
	padding-top: 0;
}

.step_wise_process_section .row .process-steps .step ul li {
	padding: 0 0 0 28px;
	list-style: none;
	position: relative;
}

.step_wise_process_section .row .process-steps .step ul li::before {
	content: "";
	background: #000;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 7px;
	left: 11px;
	border-radius: 100%;
}

.step_wise_process_section .cm-container {
	max-width: 1350px !important;
	width: 100%;
}

.step_wise_process_section .row .process-steps .step ul {
	list-style-position: inside;
}

.page-template-template-landing-page .step_wise_process_section .row .process-steps .step ul li {
	color: #1E98EB;
	text-align: left;
	padding: 2px;
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
}

.landing_page_testimonial {
	padding: 100px 0;
	/* background: #000; */
}

.landing_page_testimonial .row .landing_testimonial {
	align-items: center;
	gap: 50px;
	width: 100%;
	margin-bottom: 0;
}

.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials {
	width: 50%;
}

.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonial_video {
	width: 50%;
	/*transform: rotate(-10deg);*/
}

/* .landing_page_testimonial .row .landing_testimonial .testimonials h2 {
	font-size: 30px !important;
	line-height: normal;
} */
.landing_page_testimonial h2 {
	font-size: 50px;
	line-height: 1.2;
	padding-bottom: 55px;
	color: var(--BlueColor);
	opacity: inherit;
}

.page-template-template-landing-page .landing_page_testimonial .cm-container {
	/*max-width: 818px;*/
	max-width: 100%;
}

/* .landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials .testimonial {
	border: 3px solid #A0DBDC
  !important;
	position: relative;
	padding: 3px !important;
	color: #7F7C7C;
	margin: 0 0 15px;
} */
.full-image-contentsection .left-image {
	margin-bottom: 0;
	padding: 0;
	min-height: 100vh;
	/* height: calc(100vh - 119px); */
	/* background: #4e4e4e70; */
}

.page-varicose-veins .full-image-contentsection .left-image,
.page-varicose-veins .full-image-contentsection .right-image {
	background: var(--White);
}

/* .landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials .testimonial::before {
	border-left: 3px solid #fff;
	position: absolute;
	content: '';
	width: auto;
	height: auto;
	border-right: 3px solid #fff;
	left: -3px;
	top: 33%;
	bottom: 33%;
	right: -3px;
} */
.landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials {
	margin: 30px 0 0 0;
}

.landing_page_testimonial .row .landing_testimonial .testimonial_video iframe {
	border: 10px solid #B4B1B1;
	border-radius: 10px;
	width: auto;
	height: 420px;
	transform: rotate(-10deg);
}

.innerpage-faq-section {
	padding: 120px 0;
	background-color: var(--BlueColor);
	/* background-color: #1E98EB; */
}

.innerpage-faq-section .innerpage-title h2 {
	color: var(--White);
	font-size: 120px;
	opacity: 1;
}

.innerpage-faq-section .cm-container {
	position: relative;
	max-width: 1220px !important;
}

.innerpage-faq-section .innerpage-title {
	position: absolute;
	left: 15px;
	top: 33%;
	transform: rotate(-90deg);
}

.innerpage-faq-section .faq-question-answer {
	display: flex;
	width: calc(100% - 170px);
	justify-content: flex-end;
	margin-left: auto;
	flex-wrap: wrap;
	gap: 15px;
}

.innerpage-faq-section .faq-question-answer .faq-question-answer-item {
	width: 49%;
	background-color: var(--White);
	padding: 20px 20px 30px;
	text-align: left;
}

.innerpage-faq-section .faq-question-answer .faq-question-answer-item h3 {
	color: var(--LighBlack);
	padding-bottom: 15px;
}

.innerpage-faq-section+.innerpage-faq-section {
	padding-top: 0;
}

/* .innerpage-faq-section .faq-question-answer .faq-question-answer-item p {
	color: #1E98EB;
	color: #727272;
} */
.innerpage-main-content:last-child .innerpage-cta-btn a.btn,
.innerpage-main-content:nth-child(4) .innerpage-cta-btn a.btn {
	background-color: var(--White);
	/* color: #219BE8; */
	color: var(--LighBlack);
	text-transform: uppercase;
	font-family: 'Runalto';
	padding: 15px 30px;
	line-height: normal;
}

.innerpage-main-content:last-child .innerpages-description h5,
.innerpage-main-content:nth-child(4) .innerpages-description h5,
.innerpage-main-content:nth-child(7) .innerpages-description h5,
.innerpage-main-content:nth-child(8) .innerpages-description h5 {
	font-size: 30px !important;
	line-height: 1.5;
}

.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .cm-container {
	/*max-width: 800px;*/
	max-width: 90%;
}

.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description,
.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description {
	/*max-width: 600px;*/
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.page-template-template-landing-page .innerpage-main-content:last-child,
.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) {
	padding-top: 120px;
}

.page-template-template-landing-page .innerpage-video-section+.innerpage-main-content:last-child {
	padding-top: 80px !important;
}

.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn:last-child,
.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpage-cta-btn:last-child {
	margin-bottom: 30px;
}

.innerpage-main-content:last-child .innerpage-cta-btn a.btn:hover,
.innerpage-main-content:nth-child(4) .innerpage-cta-btn a.btn:hover {
	color: var(--White);
	background-color: var(--LighBlack);
	/* background-color: #BAAE97; */
}

.page-template-template-landing-page {
	overflow-x: hidden;
}

.page-template-template-landing-page .full-image-contentsection:nth-child(odd) {
	padding: 0;
}

.page-financing .full-description img {
	max-width: 500px;
	width: 100%;
	margin: 0;
}

.page-financing .full-image-contentsection .left-image {
	align-self: auto;
}

.page-financing .full-image-contentsection .right-image img {
	object-fit: contain;
	object-position: bottom;
}

.page-financing .left-image img {
	object-fit: contain;
}

.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .cm-container,
.page-id-1760.page-template-template-landing-page .innerpage-main-content:nth-child(12) .cm-container {
	position: relative;
}

.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:before,
.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .cm-container:before,
.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .cm-container:before {
	position: absolute;
	content: '';
	background: url(https://luxmedspa.bachmannglobal.com/wp-content/uploads/2023/10/Asset-1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	height: 100px;
	top: -80px;
	left: 0;
}

.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:after,
.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .cm-container:after,
.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .cm-container:after {
	position: absolute;
	content: '';
	background: url(https://luxmedspa.bachmannglobal.com/wp-content/uploads/2023/10/Asset-1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	height: 100px;
	bottom: -80px;
	right: 0;
	transform: rotate(-180deg);
}

.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li:hover {
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox:hover,
.page-template-template-landing-page .innerpage-faq-section .faq-question-answer .faq-question-answer-item:hover {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.page-template-template-landing-page .innerpage-main-content:nth-child(2) .cm-container,
.page-id-1446.page-template-template-landing-page .innerpage-main-content:nth-child(3) .cm-container {
	/*max-width: 1140px;*/
	max-width: 100%;
}

.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description,
.page-id-1446.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description {
	padding-bottom: 0;
}

.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description .scroll-wrapper {
	display: none;
}

.landing_page_testimonial.bg-cream {
	padding-top: 0;
}

.page-jowls .author-test {
	color: var(--White);
}

.landing_page_testimonial.bg-cream h2,
.landing_page_testimonial.bg-cream .author-test {
	color: var(--Black);
}

.innerpage-main-content p {
	/* font-size: 30px; */
	font-size: 2vw;
	/* max-width: 1000px; */
	margin: 0 auto;
}

.page-agnes-rf .image-gallery-section {
	background-color: var(--OffWhite);
	padding: 0;
}

.page-juvederm-volbella-xc .spacing {
	padding-top: 45px;
}

.page-neck-platsyma-bands .image-gallery-section {
	background: var(--Black);
	padding-bottom: 0;
}

.innerpage-main-content p+.innerpage-main-content p {
	margin-top: 24px;
}

.full-image-contentsection {
	background: var(--Black);
}

.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpage-title h2 {
	font-weight: bold;
}

.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpage-title h2,
.page-id-1446.page-template-template-landing-page .innerpage-main-content:nth-child(3) .cm-container .innerpage-title h2 {
	text-transform: uppercase;
}

.full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn,
.full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
	width: 100%;
	text-align: left;
}

.image-gallery-section {
	background-color: var(--White);
	padding: 120px 0;
}

.image-gallery-section .image-gallery-single-image img {
	width: 100%;
}

.image-gallery-section .image-gallery-single-image {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(33, 33, 33, .2);
}

.image-gallery-section .image-gallery-single-image:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0;
	border-bottom: none;
}

.page-template-template-landing-page.page-id-970 .full-image-contentsection:nth-child(10) {
	padding-bottom: 50px;
}

/* .page-template-template-landing-page .full-image-contentsection {
	background-color: #000;
} */
.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(6) {
	min-height: unset;
	height: 100%;
	aspect-ratio: 16/9;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(6) .innerpages-description {
	background-color: #000;
	max-width: 60%;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(6) .innerpage-cta-btn {
	margin-top: 20px;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(6) .innerpage-cta-btn a.btn {
	background-color: #BAAE97;
	color: #000;
	font-weight: 700;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(6) .innerpage-cta-btn a.btn:hover {
	background-color: var(--White);
	color: #000;
}

.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpage-banner-desc p {
	text-transform: uppercase;
	color: var(--White);
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpage-banner-desc {
	margin-bottom: 30px;
}

.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpabe-banner-button a {
	background-image: linear-gradient(90deg, #5de0e6, #004aad);
	padding: 20px 40px 20px 40px;
	/* font-weight: bold; */
}

.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpabe-banner-button {
	text-align: center;
}

.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpabe-banner-button a:hover {
	color: #000;
}

.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
	left: 70%;
}

.landing-page-banner {
	position: relative;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) .innerpage-title {
	border: 0;
	padding: 0;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) {
	height: 100%;
	aspect-ratio: 16/9;
	background-position: center !IMPORTANT;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) .innerpage-title h2,
.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) .innerpages-description h3,
.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) .innerpages-description p {
	color: var(--White);
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) .innerpage-cta-btn a.btn {
	background-color: transparent;
	font-weight: 700;
	padding: 0;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) .innerpage-title h2 {
	font-size: 4vw;
}

.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(9) .innerpages-description h3 {
	font-size: 3vw;
}

.page-template-template-landing-page.page-id-1028 .innerpage-video-section:nth-child(8) {
	background-color: var(--White);
	border-top: 1px solid #000;
}



.page-template-template-landing-page .full-image-contentsection .row .full-description h4 {
	font-size: 2vw;
	line-height: normal;
}

/* .page-template-template-landing-page p {
	font-size: 22px;
	line-height: normal;
	max-width: 550px;
   width: 100%;
} */
/*slider-before-after*/
.page-id-1028.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:before {
	background: url("https://luxmedspa.bachmannglobal.com/landingpage/wp-content/uploads/2023/10/Asset-1-1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.page-id-1028.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:after {
	background: url("https://luxmedspa.bachmannglobal.com/landingpage/wp-content/uploads/2023/10/Asset-1-1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.page-id-1028.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn a.btn {
	background-color: #BAAE97;
	color: #000;
	font-weight: bold;
	font-family: 'Nobel';
}

.page-id-1028.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn a.btn {
	font-family: 'Nobel';
	background-color: #BAAE97;
	color: #000;
	font-weight: 700;
}

.page-id-1028.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn a.btn:hover {
	background-color: var(--White);
}





.cndkbeforeafter-item img {
	max-width: none;
}

.before-after-image-slider .container {
	max-width: 930px;
}

.bfr-aftr-slider-img {
	width: auto !important;
}

.bfr-aftr-slider-img .slick-track {
	width: 100% !important;
}

.comparison-slider {
	width: 100%;
}

.comparison-slider .comparison-slide {
	height: 100%;
}

form input {
	margin: 10px;
}

form input[type="submit"] {
	margin: 20px 0;
}

.innerpage-main-content:last-child form.wpcf7-form {
	margin: 40px 0 0 0;
}

.form-container {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.form-container .no-labl-form {
	width: 70%;
}

.form-container .no-labl-form p input {
	width: 100%;
	color: #1a1f1f;
	padding-left: 12px;
	border-radius: 0;
}

.form-container .no-labl-form.submit-btn input {
	margin: 20px 0 0 0;
	background-color: var(--LighBlack);
	/* color: #219BE8; */
	color: var(--White);
	line-height: normal;
	padding: 10px;
	border-radius: 0;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
}

.form-container .no-labl-form.submit-btn input:hover {
	background-color: var(--BlueColor);
	color: var(--White);
}

.form-container .no-labl-form p input::placeholder {
	color: #1a1f1f;
	font-size: 18px;
	line-height: normal;
}

.form-container .no-labl-form p input {
	margin: 0 auto;
}

.wpcf7-spinner {
	margin-top: 10px;
}

.aft-wrapper .container {
	position: relative;
	width: 900px;
	height: 600px;
	border: 2px solid white;
	margin: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: 0.5s;
}

.aft-wrapper .container .img {
	/*/ position: absolute; /*/
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.aft-wrapper .container .foreground-img {
	width: 50%;
}

.aft-wrapper .container .slider {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	background: rgba(242, 242, 242, .3);
	outline: none;
	margin: 0;
	transition: all 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.aft-wrapper .container .slider:hover {
	background: rgba(242, 242, 242, .1);
}

.aft-wrapper .container .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 6px;
	height: 600px;
	background: white;
	cursor: pointer;
}

.aft-wrapper .container .slider::-moz-range-thumb {
	width: 6px;
	height: 600px;
	background: white;
	cursor: pointer;
}

.aft-wrapper .container .slider-button {
	pointer-events: none;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	left: calc(50% - 18px);
	top: calc(50% - 18px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.aft-wrapper .container .slider-button:after {
	content: '';
	padding: 3px;
	display: inline-block;
	border: solid #219BE8;
	border-width: 0 2px 2px 0;
	transform: rotate(-45deg);
}

.aft-wrapper .container .slider-button:before {
	content: '';
	padding: 3px;
	display: inline-block;
	border: solid #219BE8;
	border-width: 0 2px 2px 0;
	transform: rotate(135deg);
}

.aft-wrapper {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.aft-wrapper .carousel {
	margin: 0 -15px;
}

.aft-wrapper .carousel .slick-list {
	overflow: unset;
}

.aft-wrapper .carousel .slick-list .slick-slide {
	margin: 0 15px;
}

.aft-wrapper .slider-thumb {
	width: 100%;
	max-width: 940px;
	margin: auto;
	padding: 0 20px;
	margin-top: 50px;
}

.aft-wrapper .slider-thumb img {
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
}

.aft-wrapper .slider-thumb h3 {
	padding: 30px;
	background-color: #000;
	color: var(--White);
	text-align: center;
	margin: 0 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.aft-wrapper .slider-thumb .slick-current h3 {
	background-color: #007b24;
}

.aft-wrapper .slick-nav.next-arrow,
.aft-wrapper .slick-nav.prev-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.aft-wrapper .slick-nav.prev-arrow {
	left: 0;
	right: auto;
}

.aft-wrapper .slick-nav.next-arrow {
	right: 0;
	left: auto;
}

.aft-wrapper .slick-nav.next-arrow svg,
.aft-wrapper .slick-nav.prev-arrow svg {
	color: #219BE8;
	font-size: 22px;
	line-height: normal;
}

.aft-thumb-div {
	width: 100px;
	height: 120px;
	min-width: 100px;
}

.aft-thumb-div img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.aft-wrapper .slider-thumb .slick-list .slick-track {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.aft-wrapper .container .before-left,
.aft-wrapper .container .after-right {
	color: var(--White);
	font-size: 22px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	padding: 10px 15px;
	background: var(--White);
	color: #000;
	font-weight: bold;
	left: 0;
}

.aft-wrapper .container .after-right {
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
}

.aft-wrapper .container:hover {
	opacity: 0.95;
	box-shadow: 0 0 20px #ccc;
}

.page-id-1195.page-template-template-landing-page .landing-page-banner .innerpage-banner-content,
.page-id-2640.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
	left: 0;
	right: auto;
	width: 33%;
	transform: none;
	top: auto;
	bottom: 20px;
}

.landing-page-banner .innerpage-banner-content h1 {
	font-size: 4vw;
	line-height: normal;
	text-transform: uppercase;
	color: var(--BlueColor);
}

.bluemed_ourtreatment {
	padding: 120px 0;
	position: relative;
}

.innerpage-main-content:last-child .cm-container:after,
.innerpage-main-content:last-child .cm-container:after,
.innerpage-main-content:last-child .cm-container:after,
.innerpage-main-content:last-child .cm-container:after,
.innerpage-main-content:last-child .cm-container:after {
	bottom: -70px;
}

footer .footer-top {
	width: 50%;
}

footer .footer-top .footer-links {
	display: none;
}

.step_wise_process_section {
	background-color: var(--OffWhite);
	padding: 120px 20px;
}

.step_wise_process_section .row .process-steps .step .step_number::after,
.step_wise_process_section .row .process-steps .step .step_number::after,
.step_wise_process_section .row .process-steps .step .step_number::after {
	/* border-left-color: #000; */
	border-left: var(--LighBlack);
}

.step_wise_process_section .row .process-steps .step h4,
.step_wise_process_section .row .process-steps .step h4,
.step_wise_process_section .row .process-steps .step h4,
.step_wise_process_section .row .process-steps .step h4 {
	min-height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step_wise_process_section a {
	width: auto;
	display: inline-block;
	text-align: center;
	margin: 20px;
	background: #000;
	padding: 10px 40px;
	font-weight: bold;
	color: var(--White);
	font-size: 30px;
	line-height: 1.5;
}

.step_wise_process_section a span {
	display: block;
}

.step_wise_process_section .inner-process-btn {
	display: block;
	width: 100%;
	text-align: end;
	margin-top: 80px;
}

.step_wise_process_section a:hover {
	color: var(--BlueColor);
}

.term-faces .cm-container,
.single-treatments .cm-container {
	max-width: 100%;
}

/* .landing-page-banner .innerpage-banner-content {
	width: auto;
	left: 0;
	transform: none;
	max-width: none;
	text-align: center;
	top: 20%;
	width: 50%;
} */
.image-gallery-section .image-gallery-single-image video {
	max-width: 1280px;
	width: 100%;
	height: 100%;
}

.page-id-1199 .image-gallery-section .image-gallery-single-image {
	width: 50%;
	margin: 0;
	padding: 0;
	border: 0;
}

.page-id-1199 .image-gallery-section .image-gallery-section-inner {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.page-id-1199 .image-gallery-section .image-gallery-section-inner:before {
	position: absolute;
	content: '';
	border-left: 5px solid #000;
	left: 0;
	right: 0;
	width: 5px;
	height: 100%;
	margin: 0 auto;
}

.full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
	width: fit-content;
	text-align: center;
	padding: 15px 30px;
	color: #000;
}

.spacing {
	padding-top: 25px;
	font-size: 45px !important;
}

/* .landing-page-banner .innerpage-banner-content,
 .landing-page-banner .innerpage-banner-content,
 .landing-page-banner .innerpage-banner-content {
	left: 0;
	width: auto;
	transform: none;
	text-align: center;
	top: 0;
	height: 80%;
	display: flex;
	justify-content: center;
	flex-direction: column;
} */
/* .landing-page-banner .innerpage-banner-content .innerpage-banner-desc {
	margin-bottom: 25%;
} */

.landing-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.innerpage-banner-desc p {
	color: #000;
	opacity: 1;
	font-size: 25px;
	line-height: 1.3;
	max-width: 460px;
	width: 100%;
	margin-bottom: 25px;
}

.full-image-contentsection.xpect-sec-new .row {
	border: 0;
	padding: 0;
}

.full-image-contentsection.xpect-sec-new .row video {
	display: block;
	width: 100%;
	object-fit: contain;
	height: calc(100vh - 119px);
	min-height: 100%;
}

.full-image-contentsection .video_col {
	width: 50%;
	padding: 0;
	margin-bottom: 0;
	align-self: stretch;
	display: flex;
}

/* .full-image-contentsection:nth-child(7) .full-description h3 {
	color: #ffff;
	text-align: left;
	font-weight: bold;
} */
.full-image-contentsection:nth-child(7) .full-description h4 {
	font-size: 1.8vw;
	font-weight: normal;
	color: #219BE8;
}

/* .landing-page-banner .innerpage-banner-content {
	left: auto;
	right: 0;
	max-width: 50%;
	width: 100%;
} */
/* .landing-page-banner .innerpage-banner-content {
	left: 10%;
} */
/*.page-id-1195.page-template-template-landing-page .landing-page-banner {
    background: #000;
}*/
/*.page-id-1195.page-template-template-landing-page .landing-page-banner img {
    width: 84%;
    object-fit: cover;
    left: -5%;
    position: relative;
}*/
.innerpage-main-content:nth-child(6) .innerpages-description p,
.innerpage-main-content:nth-child(6) .innerpages-description p,
.innerpage-main-content:nth-child(8) .innerpages-description p {
	font-size: 2vw;
	position: relative;
}

.innerpage-main-content:nth-child(3) .innerpages-description ul li h3,
.innerpage-main-content:nth-child(3) .innerpages-description ul li h3 {
	font-size: 25px;
}

/* .landing-page-banner .innerpage-banner-content {
	left: 10%;
	transform: none;
	right: auto;
	width: auto;
	text-align: center;
	top: 20%;
} */
.innerpage-main-content+.innerpage-video-section {
	padding-top: 80px;
}

.innerpage-video-section:nth-child(3) {
	background: var(--White);
}

.landing_page_testimonial .row .landing_testimonial .testimonial_video {
	width: 50%;
}

.page-id-1386 .image-gallery-section .cm-container {
	padding: 0;
	max-width: 100%;
}

.iconbox-section {
	background-color: #000;
}

.iconbox-section h2 {
	color: var(--White);
}

.iconbox-section .landingpage_iconbox {
	flex-wrap: wrap;
	gap: 5px;
}

.iconbox-section .landingpage_iconbox .iconbox {
	background-color: transparent;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
}

.iconbox-section .landingpage_iconbox .iconbox img {
	max-height: 80px;
	margin: 0;
}

.iconbox-section .landingpage_iconbox .iconbox h3 {
	margin: 0;
	color: #1E98EB;
	text-align: left;
}

.iconbox-section:nth-child(15) .landingpage_iconbox {
	gap: 20px;
}

.iconbox-section:nth-child(15) .landingpage_iconbox .iconbox {
	width: 48%;
}

header.fixed .mobile-menu-toggler .strip div {
	background-color: var(--BlueColor);
}

.landing-page-banner .innerpage-banner-content .innerpage-banner-desc h1,
.landing-page-banner .innerpage-banner-content h1 {
	text-align: center;
}

section.innerpage-main-content:last-child .innerpages-description h2 {
	font-size: 60px;
	color: var(--White);
	max-width: 1000px;
	margin: 0 auto;
}

.landing_page_testimonial .cm-container .row,
.landing_page_testimonial .cm-container .row {
	justify-content: center;
}

.testimonial p {
	font-size: 28px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}

.testimonial+.testimonial {
	padding-top: 5px;
}

.landing_testimonials {
	max-width: 650px;
	width: 100%;
	margin: 0 auto !important;
	text-align: center;
}

.landing_page_testimonial .row .landing_testimonial .testimonials,
.landing_page_testimonial .row .landing_testimonial .testimonials {
	width: 50%;
}

.innerpage-main-content:nth-child(15),
.innerpage-main-content:nth-child(12) {
	background: #000;
}

.innerpage-main-content:nth-child(15) .innerpage-title h2,
.innerpage-main-content:nth-child(12) .innerpage-title h2 {
	color: var(--White);
}

.innerpage-main-content:nth-child(15) .innerpages-description ul li,
.innerpage-main-content:nth-child(12) .innerpages-description ul li {
	position: relative;
	text-align: left;
	padding-left: 60px;
	min-height: 60px;
}

.innerpage-main-content:nth-child(15) .innerpages-description ul li::after,
.innerpage-main-content:nth-child(12) .innerpages-description ul li::after {
	background: url(../image/Sylfirm-X.png);
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -10px;
	background-position: center;
}

.innerpage-main-content:nth-child(15) .innerpages-description ul {
	column-count: 2;
}

.innerpage-main-content:nth-child(15) .innerpages-description ul li span,
.innerpage-main-content:nth-child(12) .innerpages-description ul li span {
	color: #1E98EB;
	font-size: 27px;
}

.innerpage-main-content:last-child {
	background: #1E98EB;
}

.innerpage-main-content:last-child .innerpages-description h5,
.innerpage-main-content:last-child .innerpages-description h5,
.innerpage-main-content:last-child .innerpages-description h5,
.innerpage-main-content:last-child .innerpages-description h5 {
	font-size: 42px;
}

/*.page-id-1420.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn a.btn,
.page-id-1422.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn a.btn{
    padding: 15px 30px 8px;
    font-size: 40px;
    color: #000;
}*/
.innerpage-main-content:last-child .cm-container:after {
	bottom: -80px;
}

.innerpage-faq-section .faq-question-answer .faq-question-answer-item ul,
.innerpage-faq-section .faq-question-answer .faq-question-answer-item ol {
	list-style-position: inside;
}

.innerpage-faq-section .faq-question-answer .faq-question-answer-item ul li,
.innerpage-faq-section .faq-question-answer .faq-question-answer-item ol li {
	color: #1E98EB;
}

.innerpage-main-content:nth-child(3) .innerpages-description ul li h3 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 5px !important;
}

/* .innerpage-main-content .innerpages-description {
	padding: 1vw;
} */
.scultpt-outer {
	background: var(--OffWhite);
	padding: 61px 0 60px 0;
}


.innerpage-main-content .innerpages-description ul li {
	padding: 30px 30px 30px 130px;
}

.innerpage-main-content:nth-child(5) .innerpages-description h2 {
	font-size: 3vw;
	color: var(--White);
}

.innerpage-main-content:nth-child(5) .innerpages-description .bg {
	background: #1E98EB;
	font-size: 24.5px;
	line-height: 1.5;
	padding: 30px 50px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.page-id-1422.page-template-template-landing-page .innerpage-main-content .innerpage-cta-btn a {
	color: #000;
}

.page-id-1422.page-template-template-landing-page section.step_wise_process_section {
	background-color: #000;
}

.page-id-1422.page-template-template-landing-page .step_wise_process_section .row .process-steps .step .step_number::after {
	border-left: 10px solid #000;
}

.page-id-1422.page-template-template-landing-page .step_wise_process_section .row h2,
.page-id-1422.page-template-template-landing-page .iconbox-section h2 {
	font-size: 3vw;
}

.page-id-1422.page-template-template-landing-page .iconbox-section h2 {
	color: var(--White);
}

.page-id-1422.page-template-template-landing-page .iconbox-section {
	background-color: #1E98EB;
}

.page-id-1422.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox {
	background-color: #0E0D0D;
}

.page-id-1422.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description {
	max-width: 1070px;
}

.page-id-1424.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
	width: fit-content;
	margin: 0 auto;
	display: block;
	padding: 5px 60px 5px;
}

.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(10),
.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(13) {
	min-height: 100vh;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.page-id-1413.page-template-template-landing-page .landing-page-banner .innerpage-banner-content,
.page-id-1576.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
	left: 0;
	right: auto;
	max-width: 50%;
	width: 100%;
	transform: none;
	text-align: center;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.page-id-1413.page-template-template-landing-page .innerpage-video-section+.innerpage-main-content {
	padding-top: 50px !important;
}

.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) {
	background-color: #000;
	overflow: hidden;
}

.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpage-title {
	padding-bottom: 0;
	border: 0;
}

.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpage-title h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpages-description {
	padding: 20px 0;
	max-width: 72%;
	margin: 0 auto;
}

.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .cm-container {
	max-width: 50%;
	border: 12px solid #0bc0f8;
	border-radius: 5px;
	padding: 40px 20px 20px;
	position: relative;
	box-shadow: rgba(11, 192, 298, 0.65) 0px 0px 30px 15px;
	min-height: 500px;
}

.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .cm-container::before {
	position: absolute;
	content: "";
	border: 4px solid var(--White);
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	top: -8px;
	left: -8px;
	border-radius: 5px;
	box-shadow: rgba(11, 192, 298, 0.65) 0px 4px 30px 15px inset;
}

.page-id-1435.page-template-template-landing-page .image-gallery-section .image-gallery-single-image img,
.page-id-1438.page-template-template-landing-page .image-gallery-section .image-gallery-single-image img,
.page-id-1441.page-template-template-landing-page .image-gallery-section .image-gallery-single-image img {
	background: #1E98EB;
	padding: 50px 10px;
}

.page-id-1446.page-template-template-landing-page .innerpage-main-content:nth-child(3) {
	background-color: transparent;
	border-top: 1px solid #D8D9DA;
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section {
	background-color: #1E98EB;
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row h2 {
	color: var(--White);
	opacity: 1;
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step h4,
.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step .step_number,
.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step p {
	color: #000;
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step .step_number {
	background-color: var(--White);
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step:nth-child(even) .step_number {
	background-color: #B4B1B1;
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step .step_number::after {
	border-left-color: #1E98EB;
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step .step_number::before {
	border-left-color: var(--White);
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step:nth-child(even) .step_number::before {
	border-left-color: #B4B1B1;
}



.page-id-1567.page-template-template-landing-page .full-image-contentsection p,
.page-id-1572.page-template-template-landing-page .full-image-contentsection p {
	color: #000;
	font-weight: 500;
}

.page-id-1567.page-template-template-landing-page .full-image-contentsection:nth-child(odd) .row .full-description h3,
.page-id-1572.page-template-template-landing-page .full-image-contentsection:nth-child(odd) .row .full-description h3,
.page-id-1567.page-template-template-landing-page .full-image-contentsection:nth-child(even) .row .full-description h3 {
	color: var(--White);
}

.page-id-1567.page-template-template-landing-page .full-image-contentsection .row .full-description h4,
.page-id-1572.page-template-template-landing-page .full-image-contentsection .row .full-description h4,
.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(25) .iner-box-blue h3 {
	text-align: left;
	color: #000;
}

.page-id-1576.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
	left: auto;
	right: 0;
	max-width: none;
	width: auto;
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(3) {
	background-color: var(--White);
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description {
	max-width: none;
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) {
	background-color: #000;
	/*border-top: 1px solid #D8D9DA;*/
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title h2 {
	color: var(--White);
	opacity: 1;
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title,
.page-id-1725.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title {
	border: 0;
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description {
	background-color: #1E98EB;
	margin-bottom: 40px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-cta-btn a.btn {
	background-color: var(--White);
	color: #000;
	font-weight: bold;
}

.page-id-1576.page-template-template-landing-page .step_wise_process_section {
	/*    border-top: 1px solid #D8D9DA;
    border-bottom: 1px solid #D8D9DA;
*/
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	color: lawngreen;
	font-weight: bold;
	font-size: 25px;
	line-height: normal;
	letter-spacing: 1px;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: darkred;
	letter-spacing: 1px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: darkred;
	letter-spacing: 1px;
	width: 100%;
   margin: 0;
   padding-right: 0;
   padding-left: 0;
   margin-bottom: 10px;

}

.page-id-1386.page-template-template-landing-page .image-gallery-section:nth-child(10) {
	padding-bottom: 0;
}

.page-id-1386.page-template-template-landing-page .image-gallery-section:nth-child(13) {
	padding: 0;
}

.page-template-template-landing-page .bluemed_ourtreatment:before,
.page-template-template-landing-page .bluemed_ourtreatment:after {
	display: none;
}

.page-id-1351.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
	width: 45%;
}




.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonial_video img {
	width: 100%;
}


.page-id-1306.page-template-template-landing-page .full-image-contentsection:nth-child(7) .row {
	align-items: normal;
}

.page-id-1422.page-template-template-landing-page .innerpage-main-content:nth-child(5) .cm-container {
	max-width: 100%;
}

.page-id-1413.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpage-banner-desc {
	max-width: none;
}

/*.page-id-1438.page-template-template-landing-page .innerpage-main-content .innerpages-description h3 {
    color: #fff;
}*/
.page-id-1446.page-template-template-landing-page .innerpage-main-content:nth-child(3) .cm-container .innerpage-title {
	border-bottom: solid 1px #707070;
}

.page-id-1446.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description,
.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .cm-container {
	max-width: none;
}

.page-id-1446.page-template-template-landing-page .step_wise_process_section .row .process-steps .step p {
	font-weight: 500;
}

.page-id-1567.page-template-template-landing-page .image-gallery-section .cm-container,
.page-id-1572.page-template-template-landing-page .image-gallery-section .cm-container {
	padding: 0;
	max-width: 100%;
}

.page-id-1567.page-template-template-landing-page .image-gallery-section,
.page-id-1572.page-template-template-landing-page .image-gallery-section {
	padding: 0;
}

.page-id-1567.page-template-template-landing-page .innerpage-main-content:last-child .cm-container::before,
.page-id-1567.page-template-template-landing-page .innerpage-main-content:last-child .cm-container::after,
.page-id-2172.page-template-template-landing-page .innerpage-main-content:last-child .cm-container::before,
.page-id-2172.page-template-template-landing-page .innerpage-main-content:last-child .cm-container::after,
.page-id-1572.page-template-template-landing-page .innerpage-main-content:last-child .cm-container::before,
.page-id-1572.page-template-template-landing-page .innerpage-main-content:last-child .cm-container::after {
	display: none;
}

.page-id-1567.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h5,
.page-id-2172.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h5,
.page-id-1572.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h5 {
	color: #000;
	font-family: 'Nobel';
}

.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description p {
	font-size: 2vw;
}

.page-id-1567.page-template-template-landing-page .full-image-contentsection,
.page-id-1572.page-template-template-landing-page .full-image-contentsection {
	padding: 0 0 50px !important;
}

.page-id-1567.page-template-template-landing-page .full-image-contentsection:nth-child(4) .row .full-description h3,
.page-id-1572.page-template-template-landing-page .full-image-contentsection:nth-child(5) .row .full-description h3 {
	text-align: center;
}

.page-id-1846.page-template-template-landing-page .innerpage-video-section {
	background-color: #1E98EB;
}

.page-id-1846.page-template-template-landing-page .innerpage-video-section .innerpage-title h2 {
	color: #000;
}

.page-id-1846.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title,
.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title,
.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title,
.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title,
.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title {
	border: 0;
	padding: 0;
}

.page-id-1846.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title h2,
.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title h2,
.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title h2,
.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title h2,
.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title h2 {
	color: #000;
}

.page-id-1846.page-template-template-landing-page .innerpage-main-content:nth-child(5),
.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(3),
.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(3),
.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(5),
.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(5),
.page-id-1603.page-template-template-landing-page .full-image-contentsection {
	padding-top: 50px !important;
}

.page-prp .landing_page_testimonial .testimonial_video img {
	max-height: 800px;
	height: 100%;
	object-fit: contain;
}

.page-id-1846.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
.page-id-1841.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
.page-id-1836.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
.page-id-2121.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) .cm-container {
	max-width: 46%;
	margin: 0 0 0 auto;
}

.page-id-1846.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title h2,
.page-id-1841.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title h2,
.page-id-1836.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title h2,
.page-id-2121.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title h2,
.page-id-2121.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title h2,
.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpage-title h2 {
	color: var(--White);
	opacity: 1;
}

.page-id-1841.page-template-template-landing-page .innerpage-main-content:last-child .cm-container {
	margin: 0 auto 0 0;
	max-width: 55%;
}

.page-id-1918.page-template-template-landing-page .full-image-contentsection {
	background-color: var(--BlueColor);
}



.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .iner-box-blue h4 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.page-id-1603.page-template-template-landing-page .full-image-contentsection .row .full-description h3 {
	color: #000;
}

/*.page-id-1603.page-template-template-landing-page .full-image-contentsection:nth-child(5) .row .full-description h3 {
	width: 100%;
    text-align: center;
}*/
.page-id-1603.page-template-template-landing-page .full-image-contentsection .row {
	padding-top: 5vw;
}

.page-id-1603.page-template-template-landing-page .full-image-contentsection:nth-child(6) .row .full-description h3 {
	color: var(--White);
}

.page-template-template-landing-page .full-image-contentsection .row .full-description ul li {
	list-style-position: inside;
}





.page-id-1567.page-template-template-landing-page .full-image-contentsection:nth-child(5) .row {
	align-items: baseline;
}

.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpage-video img {
	width: 100%;
}

.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(10):before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(10) {
	position: relative;
}

.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(10) .cm-container {
	z-index: 9;
	position: relative;
}

.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(10) .innerpage-title h2,
.page-id-1986.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title h2,
.page-id-1988.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title h2,
.page-id-1990.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title h2 {
	opacity: 1;
}

.page-id-2121.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpage-title h2,
.page-id-2121.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title h2 {
	color: #000;
	opacity: 1;
}

.page-id-2121.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpage-title {
	border: 0;
	padding: 0;
}

.single-our-experts .our-expert-container .cm-container,
.expert-det-sec .container {
	max-width: 100%;
	padding: 0;
}

.our-expert-container .expert-det-sec {
	background: var(--OffWhite);
}

.expert-det-sec .expert-det-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.expert-det-sec .expert-det-image {
	width: 38%;
}

.expert-det-sec .expert-det-content {
	width: 58%;
}

.expert-det-sec .expert-det-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expert-det-sec .expert-det-content h1 {
	color: var(--Black);
	text-align: left;
	letter-spacing: 0;
	line-height: normal;
	font-size: 6vw;
	margin-bottom: 1vw;
}

.expert-det-sec .expert-det-content {
	padding: 6vw 2vw;
}

.expert-det-sec .expert-det-content p {
	text-align: left;
	color: var(--Black);
	font-size: 2vw;
	line-height: normal;
}

.single-our-experts .innerpages-description {
	background: var(--OffWhite);
	padding: 100px 0;
}

.single-our-experts .innerpages-description .container {
	max-width: 1440px;
}

.single-our-experts .innerpages-description p,
.single-our-experts .innerpages-description ul li,
.single-our-experts .innerpages-description a {
	font-weight: 500;
	text-align: left;
	font-size: 28px;
	line-height: 1.3em;
	color: var(--Black) !important;
}

.single-our-experts .innerpage-video-section iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
}

.single-our-experts .innerpage-video-section .container {
	max-width: 980px;
}

.single-our-experts .expert-advice-sec {
	/* background-color: #4B4B4B; */
	padding: 100px 0;
}

.single-our-experts .expert-advice-sec .container {
	padding: 0;
	max-width: 100%;
}

.single-our-experts .expert-advice-sec .expert-advice-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
	gap: 0px;
	margin-bottom: 0;
}

.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-image,
.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed,
.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-video {
	width: 50%;
}

.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-image img {
	width: 100%;
	border-top-right-radius: 10vw;
	border-bottom-right-radius: 10vw;
	object-fit: contain;
	/*aspect-ratio: 1 / 1;*/
	/*height: 100%;*/
}

.post-type-archive-our-experts main#primary,
.single-our-experts main#primary {
	padding: 0;
}

.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed h2 {
	text-align: left;
	color: var(--Black);
	font-size: 4vw;
	line-height: normal;
	margin-bottom: 3vw;
	opacity: 1;
}

.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed .expert-advice-para-slide .expert-advice-paras p {
	color: var(--Black);
	text-align: left;
	font-size: 2vw;
	line-height: normal;
	margin-bottom: 60px;
}

.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed {
	padding: 4vw;
}

.single-our-experts .expert-advice-sec .slick-nav.slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	/*width: 100%;*/
}

.single-our-experts .expert-advice-sec .slick-nav.slick-arrow svg {
	width: 20px;
	height: 20px;
	background-color: var(--Black);
	border-radius: 5px;
	display: flex;
	padding: 10px;
	cursor: pointer;
	color: var(--White);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.con-add-phone a:hover {
    color: #7d7d7d !important;
}
.single-our-experts .expert-advice-sec .slick-nav.slick-arrow svg:hover {
    background: var(--BlueColor);
}
.single-our-experts .expert-advice-sec .slick-nav.slick-arrow.next-arrow.slick-arrow {
	/*right: -25px;*/
	left: 50px;
}

.single-our-experts .expert-advice-sec .slick-nav.slick-arrow.prev-arrow.slick-arrow {
	/*    left: -25px;
    right: auto;*/
	z-index: 2;
}

.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(11),
.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(12) {
	background-color: var(--White);
}

.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(11) .full-description p,
.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(12) .full-description p {
	color: #000;
}

.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(11) .row .full-description .action_schedule .innerpage-cta-btn a,
.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(12) .row .full-description .action_schedule .innerpage-cta-btn a {
	background-color: #219BE8;
	width: auto;
}

.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(11) .row .full-description .action_schedule .innerpage-cta-btn,
.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(12) .row .full-description .action_schedule .innerpage-cta-btn {
	text-align: center;
}

.page-id-2172.page-template-template-landing-page .full-image-contentsection .row .full-description ul {
	padding-left: 5%;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	padding: 80px 0 !important;
	background-attachment: fixed !important;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .cm-container {
	position: relative;
	max-width: 90%;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .cm-container:after {
	bottom: -80px;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	padding: 80px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpage-title h2 {
	font-weight: bold;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpage-title {
	border: 0;
}

.page-id-2172.page-template-template-landing-page .full-image-contentsection:nth-child(9) {
	background-color: #1E98EB;
}

.page-id-2172.page-template-template-landing-page .full-image-contentsection:nth-child(9) .row .full-description h3 {
	color: var(--White);
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title h2 {
	color: var(--White);
	opacity: 1;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title {
	border: 0;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:last-child {
	border-top: 1px solid;
}

.postid-2224.single-our-experts .expert-advice-sec {
	padding: 0;
	background-color: #000;
}

.page-id-1760.page-template-template-landing-page .innerpage-main-content:nth-child(12):before,
.page-id-1988.page-template-template-landing-page .innerpage-main-content:last-child:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.page-id-1760.page-template-template-landing-page .innerpage-main-content:nth-child(12),
.page-id-1988.page-template-template-landing-page .innerpage-main-content:last-child,
.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6),
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) {
	position: relative;
}

.page-id-1760.page-template-template-landing-page .form-container .no-labl-form p input,
.page-id-1986.page-template-template-landing-page .form-container .no-labl-form p input,
.page-id-1988.page-template-template-landing-page .form-container .no-labl-form p input,
.page-id-2303.page-template-template-landing-page .form-container .no-labl-form p input {
	color: #000;
	border-color: #000;
}

.page-id-1760.page-template-template-landing-page .form-container .no-labl-form p input::placeholder,
.page-id-1986.page-template-template-landing-page .form-container .no-labl-form p input::placeholder,
.page-id-1988.page-template-template-landing-page .form-container .no-labl-form p input::placeholder,
.page-id-2303.page-template-template-landing-page .form-container .no-labl-form p input::placeholder {
	color: #0E0D0D;
}

/* .page-template-template-landing-page .bluemed_treatment_section .treatment_link {
    visibility: hidden;
} */
.page-id-1701.page-template-template-landing-page .innerpage-main-content:last-child,
.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(5) {
	background-color: #1E98EB;
}

.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(9) .row .full-description h3 {
	color: var(--White);
}

.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(9) .row .full-description ul li {
	margin: 10px 0;
}

.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description p,
.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description h4,
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description p,
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description h4 {
	color: #000 !important;
	opacity: 1;
	position: relative;
}

.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description,
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description {
	max-width: 100%;
	text-align: left;
	padding: 0;
}

.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6) .cm-container,
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) .cm-container {
	width: 45%;
	margin: 0 0 0 auto;
}

.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6),
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) {
	min-height: auto;
	aspect-ratio: 683/384;
}

.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpage-title h2,
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpage-title h2 {
	text-align: left;
}

.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6):before {
	visibility: hidden;
}


.page-id-1760.page-template-template-landing-page .innerpage-main-content:last-child {
	background-color: #1E98EB;
}

.page-id-1760.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h3 {
	color: #000;
}

.page-id-1576.page-template-template-landing-page .innerpage-faq-section:nth-child(8) {
	padding-bottom: 0;
}

.page-id-1576.page-template-template-landing-page .innerpage-faq-section:nth-child(9) {
	padding-top: 15px;
}

.bluemed_treatment_list .bluemed_treatment {
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.bluemed_treatment_list .bluemed_treatment:hover {
    color: #fff;
}
.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed .expert-advice-para-slide .expert-advice-paras p svg {
	height: 50px;
	margin-right: 15px;
	color: var(--Black);
}

.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed .expert-advice-para-slide .expert-advice-paras p svg.fa-quote-right {
	margin-right: 0;
	margin-left: 15px;
	vertical-align: top;
}

.single-our-experts .innerpages-description p span {
	font-weight: 600;
	font-size: 22px;
}

.page-id-2170.page-template-template-landing-page .innerpage-main-content:last-child,
.page-id-1611.page-template-template-landing-page .innerpage-main-content:last-child {
	padding: 40px 0;
}

.page-id-2172.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn a.btn {
	display: none;
}

.bluemed_ourtreatment .bluemed_listoftreatment .bluemed_treatment_section.cm-row {
	align-items: center;
}

.page-id-1603.page-template-template-landing-page .full-image-contentsection:nth-child(5),
.page-id-1603.page-template-template-landing-page .full-image-contentsection:nth-child(5) .row,
.page-id-1603.page-template-template-landing-page .full-image-contentsection:nth-child(8),
.page-id-1603.page-template-template-landing-page .full-image-contentsection:nth-child(8) .row {
	padding-top: 0 !important;
}

.page-id-1572.page-template-template-landing-page .full-image-contentsection:nth-child(5),
.page-id-1603.page-template-template-landing-page .full-image-contentsection:nth-child(5) {
	padding-bottom: 50px !important;
}

.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(2) {
	background-color: var(--White);
}


.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description p {
	color: #000;
}

.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(3),
.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(4) {
	background-color: #1E98EB;
}

.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(3) .row .full-description h3,
.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(4) .row .full-description h3 {
	color: var(--White);
}

.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(3) .row .full-description p,
.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(4) .row .full-description p {
	color: #000;
}

/*.page-id-2303.page-template-template-landing-page .innerpage-main-content:nth-child(5) {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 80px 0;
    background-attachment: fixed !important;
}*/
/*.page-id-2303.page-template-template-landing-page .innerpage-main-content:nth-child(5) .cm-container:after {
    bottom: -80px;
}*/
.page-id-2303.page-template-template-landing-page .full-image-contentsection:last-child {
	background-color: var(--White);
}

.page-id-2303.page-template-template-landing-page .full-image-contentsection:last-child .row .full-description p {
	margin: 0;
}

.page-id-2303.page-template-template-landing-page .form-container .no-labl-form.submit-btn input {
	background-color: #BAAE97;
	color: var(--White);
}

.page-id-2303.page-template-template-landing-page .form-container .no-labl-form.submit-btn input:hover {
	background-color: #1E98EB;
	color: #000;
}

.page-id-2312.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
	left: 0;
	transform: none;
	right: auto;
	top: auto;
	bottom: 0;
	width: auto;
}

.page-id-2312.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpage-banner-desc h1 {
	text-align: center;
	color: var(--White);
	text-transform: none;
	font-style: italic;
}

.page-id-2312.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpabe-banner-button a,
.page-id-2312.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
	color: var(--Black);
	background: var(--BlueColor);
	/* margin-bottom: 30px; */
}

.page-id-2312.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpabe-banner-button a:hover,
.page-id-2312.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a:hover {
	color: var(--White) !important;
	background: var(--Black);
}

.page-id-2312.page-template-template-landing-page .full-image-contentsection .row {
	position: relative;
}

/* .page-id-2312.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule {
	margin-top: 117px;
} */
/* .page-id-2312.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
} */
.page-template-template-landing-page .bluemed_treatment_section .treatment_content p strong {
	line-height: 50px;
}

.page-template-template-landing-page .bluemed_treatment_section .treatment_content ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.page-template-template-landing-page .bluemed_treatment_list .bluemed_treatment span {
	display: inline-block;
	width: 45px;
}

.page-id-1420.page-template-template-landing-page .innerpage-faq-section .faq-question-answer .faq-question-answer-item ol {
	list-style-position: outside;
	margin-left: 20px;
}

.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpage-title h2 {
	text-transform: none;
}

.page-contact-us .innerpage-main-content {
	background-color: #1E98EB;
}

.page-contact-us .innerpage-main-content .innerpage-title {
	border: 0;
	margin: 0;
}

.page-contact-us .innerpage-main-content .innerpage-title h2 {
	color: #000;
	max-width: 49%;
	font-weight: 700;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.page-contact-us.innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form {
	width: 70%;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con {
	width: 30%;
	text-align: left;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form {
	width: 70%;
	background-color: #F4F7F6;
	padding: 50px 30px 20px;
	text-align: left;
}

.page-contact-us .innerpage-main-content p {
	margin-inline: inherit;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form h3 {
	font-family: 'Nobel';
	font-weight: 700;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form p {
	color: #000 !important;
	font-size: 24px;
	margin-bottom: 20px;
}

.page-contact-us.innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-side-img img {
	width: 100%;
	/*    max-width: 200px;*/
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-side-img {
	text-align: center;
	margin-bottom: 40px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description {
	background-color: #F4F7F6;
	padding: 50px 30px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone h4 {
	font-family: 'Nobel';
	font-weight: 700;
	color: var(--BlueColor);
	padding-bottom: 5px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone p,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone p a {
	color: #000 !important;
	font-size: 24px;
	word-break: break-word;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone .add-with-location {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone .add-with-location p {
	width: 50%;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone .add-with-location p img {
	width: auto;
	height: 50px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone p a:hover {
	text-decoration: underline;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone:nth-child(4) p {
	margin-bottom: 0;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form label span {
	display: block;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form label {
	display: inline-block;
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form label input {
	margin: 5px 0 0 0;
	border: 0;
	background-color: #DBDDDC;
	border-radius: 0;
	padding: 5px 10px;
	border-bottom: 3px solid #00000033;
	width: 100%;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form p.wid-half {
	width: 48%;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	width: 100%;
	margin: 0;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .wpcf7-form-control-wrap .wpcf7-form-control {
	display: block;
	column-count: 2;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type="checkbox"] {
	margin: 0 10px 0px 0px;
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0;
	padding: 0 0 10px 0;
}
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
	color: #000;
	font-weight: bold;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div p {
	font-weight: bold;
	line-height: 1.5em;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table td,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table tr {
	border: 1px solid #000;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form {
	width: 100%;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table td {
	padding: 5px 10px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table.last-big-tabl td {
	padding: 10px 10px 20px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form input.wpcf7-submit {
	padding: 12px 20px;
	cursor: pointer;
	background: var(--BlueColor);
	color: var(--Black);
	border: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin-bottom: 0;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form input.wpcf7-submit:hover {
	background: var(--Black);
	color: var(--White);
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form.sent .wpcf7-response-output {
	display: block;
	width: 100%;
	margin: 10px;
	text-align: left;
	color: green;
	padding: 0;
}

.con-add-phone p+p {
	margin-bottom: 3px !important;
}

.con-add-phone p {
	margin-bottom: 0 !important;
}

/* .page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone .add-with-location p:last-child {
	text-align: center;

} */
.page-id-1603.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-title,
.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(12) .innerpage-title {
	border: 0;
}

.page-id-1603.page-template-template-landing-page .innerpage-main-content:last-child .cm-container {
	max-width: 1280px;
}

.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .iner-box-blue,
.page-id-1603.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description .iner-box-blue {
	text-align: left;
}

.page-id-1701.page-template-template-landing-page .innerpage-main-content .innerpage-title h2 {
	color: var(--White);
	opacity: 1;
}

.page-id-1701.page-template-template-landing-page .innerpage-main-content .innerpage-title {
	opacity: 1;
	border: 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description p,
.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description ul li {
	color: #000 !important;
	font-weight: 500;
	font-size: 2vw;
	line-height: 1.4;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	aspect-ratio: 683/384;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description {
	text-align: left;
	padding: 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content .cm-container,
.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description,
.iv-hy-content {
	height: 100%;
}

.iv-hy-content {
	width: 100%;
	position: relative;
}

.iv-hy-content .iv-hy-content-btm {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description ul li {
	padding: 0;
	list-style: initial;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description ul {
	padding-left: 2vw;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description ul li::after,
.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:before,
.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:after {
	display: none;
}

.iv-hy-content .iv-hy-content-top h3 {
	font-weight: 600;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description,
.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description {
	max-width: 100%;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content .cm-container {
	max-width: 100%;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .iv-hy-content .iv-hy-content-top p {
	max-width: 30%;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description .iv-hy-content .iv-hy-content-top p,
.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description p {
	max-width: 45%;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li {
	background-color: transparent;
	margin: 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li:hover {
	box-shadow: none;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(6) {
	min-height: auto;
	display: block;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description .iv-hy-content .iv-hy-content-btm {
	max-width: 45%;
	right: 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description {
	max-width: 50%;
	margin-left: 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) {
	background-color: var(--White);
	aspect-ratio: unset;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpage-title {
	border: 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpage-title h2 {
	color: #000;
	opacity: 1;
}

.page-template-template-landing-page h2,
.page-template-template-landing-page .head2 {
	opacity: 1;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue {
	width: 100%;
	gap: 50px;
	justify-content: center;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue .iner-box-blue {
	background-color: #1E98EB;
	width: 28%;
	padding: 40px 30px;
	text-align: center;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue .iner-box-blue h4 {
	color: #000;
	font-size: 30px;
	margin-bottom: 30px;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue .iner-box-blue p {
	margin-bottom: 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue .iner-box-blue p.innerpage-cta-btn {
	margin-top: 40px;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue .iner-box-blue p.innerpage-cta-btn a {
	background-color: #000;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .note-des {
	color: #000;
	max-width: 50%;
	margin: 40px auto 0;
	font-size: 28px;
	line-height: 1.8;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child {
	aspect-ratio: unset;
	background-attachment: unset !important;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description,
.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn {
	max-width: 40%;
	margin: 0 auto 0 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h3 {
	font-size: 4vw;
	color: var(--White);
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h5 {
	color: #000;
	font-family: 'Nobel';
	font-size: 2vw;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn {
	margin-top: 50px;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection,
.page-id-2352.page-template-template-landing-page .innerpage-video-section,
.page-id-2352.page-template-template-landing-page .innerpage-main-content {
	background-color: #0E0D0D;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection .full-description {
	width: 60%;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection .left-image,
.page-id-2352.page-template-template-landing-page .full-image-contentsection .right-image {
	width: 40%;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection .row .full-description ul li {
	list-style-position: outside;
	margin: 0;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection .row .full-description ul {
	padding-left: 3vw;
	margin-top: -20px;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection .row {
	align-items: normal;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection .row .full-description,
.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(odd) .row .full-description,
.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(even) .row .full-description {
	padding: 2em 1em !important;
	margin: 0;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(3) .row .full-description div div,
.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(4) .row .full-description div div {
	width: 48%;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(3) .row .full-description div,
.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(4) .row .full-description div {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.page-id-2352.page-template-template-landing-page .full-image-contentsection .row .full-description p,
.page-id-2352.page-template-template-landing-page .full-image-contentsection .row .full-description ul li {
	font-size: 1.6vw;
}

.page-id-2352.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:after,
.page-id-2352.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:before {
	display: none;
}

.page-id-2352.page-template-template-landing-page .innerpage-video-section {
	padding-bottom: 0;
	padding-top: 70px;
}

/*for video autoplay*/
/*.page-id-1701.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpage-video .popup-module {
    height: 101%;
    width: 100%;
    padding: 0;
    opacity: 1;
    z-index: 9999;
    max-width: 1940px;
}
.page-id-1701.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpage-video img {
    visibility: hidden;
}
.page-id-1701.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpage-video .play-button {
    display: none;
}
.page-id-1701.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpage-video .popup-module .close-module {
    display: none;
}
.page-id-1701.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpage-video .popup-module iframe {
    transform: none;
}*/
.page-id-1701.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpages-description video,
.page-id-1386.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpages-description video {
	width: 100%;
}

.page-id-1701.page-template-template-landing-page .innerpage-video-section.bluemed_treatment_videosection .innerpages-description iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/0.6;
}

.page-id-2352.page-template-template-landing-page .innerpage-video-section .innerpages-description video {
	width: 100%;
	max-width: 980px;
	height: 100%;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .pop-treatment-div-midl .wpcf7-form-control-wrap .wpcf7-form-control,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control {
	column-count: auto;
	display: flex;
	flex-wrap: wrap;
	/*    justify-content: space-between;*/
	margin: 20px 0 30px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .pop-treatment-div-midl .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	width: 33.33%;
	padding: 5px 10px;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .pop-treatment-div-midl .wpcf7-form-control-wrap .wpcf7-form-control,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .pop-treatment-div-midl .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control,
.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	border: 1px solid #000;
	border-collapse: collapse;
}

.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	width: 25%;
}

.page-id-1988.page-template-template-landing-page .innerpage-main-content:nth-child(3) {
	display: none;
}

/* .page-id-2121.page-template-template-landing-page .bluemed_treatment_section .treatment_link {
    visibility: visible;
} */
.page-template-template-landing-page .innerpage-cta-btn a.btn {
	font-size: 30px;
}

.page-id-1779.page-template-template-landing-page .innerpage-main-content:last-child .cm-container {
	max-width: 54%;
	margin: 0 auto 0 0;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description {
	padding-top: 50px;
	max-width: 90%;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description .iv-hy-content .iv-hy-content-middl {
	position: absolute;
	width: 100%;
	max-width: 45%;
	right: 0;
	top: 30%;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .iv-hy-content .iv-hy-content-btm {
	display: flex;
	justify-content: end;
	gap: 10px;
	bottom: -20px;
}

.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(6) .cm-container {
	max-width: 45%;
	margin: 0;
}



/* .full-image-contentsection img {
	min-height: 550px;
}*/
.page-id-1918.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
	left: 0;
	top: 20px;
	transform: none;
	text-align: center;
	display: flex;
	justify-content: center;
}

.page-id-1918.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 {
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
}

header .header-right .header-right-img {
	max-height: 260px;
	height: auto;
}

header .header-right .header-right-img img {
	object-fit: contain;
}

.topmenuactive .header-image img {
	max-height: 576px;
}

/*8-1*/
header .header-right .header-right-content {
	align-items: center;
}

header .header-right .header-right-content .header-right-contact-link a {
	color: var(--LighBlack);
}

header.fixed .header-right .header-right-content .header-right-contact-link a,
header .header-right .header-right-content .header-right-contact-link a:hover {
	color: var(--White);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header.fixed .header-right .header-right-content .header-right-contact-link a:hover {
	color: var(--BlueColor);
}

.page-template-template-landing-page .innerpage-video-section .innerpages-description video {
	width: 100%;
	height: 100%;
}

.page-template-template-landing-page .innerpage-video-section .innerpages-description iframe,
.page-template-template-landing-page .innerpage-video-section .innerpage-video iframe,
.innerpage-video-section .innerpage-video iframe,
.treatment_videoslider .item-inner iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.page-id-1918.page-template-template-landing-page .full-image-contentsection:nth-child(4) img {
	background-color: #181717;
}

.expert-list-sec {
	padding: 100px 0;
	/*background-image: url(https://luxmedspa.bachmannglobal.com/landingpage/wp-content/uploads/2024/01/pexels-eugenia-remark-13918724-scaled.jpg);*/
	background: #e6e1da;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.expert-list-sec .container {
	max-width: 1240px;
	position: relative;
}

/*.expert-list-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(24, 23, 23, 0.7);
}*/
.expert-list-sec .expert-list-inner-sec>h1 {
	color: var(--Black);
	font-size: 70px;
	text-align: center;
	line-height: normal;
	margin-bottom: 30px;
}

.expert-list-sec .expert-list-element {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	position: relative;
	flex-wrap: wrap;
}

.expert-list-sec .expert-list-element .expert-list-right-des {
	width: 60%;
	padding-top: 30px;
}

.expert-list-sec .expert-list-element .expert-list-left-img {
	width: 40%;
	padding-right: 80px;
}

.expert-list-sec .expert-list-element .expert-list-left-img img {
	width: 100%;
	max-width: none;
	/* aspect-ratio: 1/1.1; */
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
	border: 5px solid #000;
}

.expert-list-sec .expert-list-element .expert-list-left-img a {
	display: block;
}

.expert-list-sec .expert-list-element:before {
	position: absolute;
	content: '';
	width: auto;
	height: 2px;
	background: var(--Black);
	left: 40%;
	right: -15%;
	top: 0;
}

.expert-list-sec .expert-list-element-parent .expert-list-element:first-child::before {
	display: none;
}

.expert-list-sec .expert-list-element .expert-list-right-des h2.xpert-list-titl a {
	color: var(--Black);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 55px;
	line-height: normal;
	display: block;
}

.expert-list-inner-sec .learn-more {
	margin-top: 25px;
}

.expert-list-inner-sec .learn-more a:hover {
	background-color: transparent;
	color: #000;
}

.expert-list-inner-sec .learn-more a {
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
	background: #000;
	border: 1px solid #000;
	padding: 11px 30px 11px 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.expert-list-sec .expert-list-element .expert-list-right-des h2.xpert-list-titl {
	line-height: normal;
	opacity: 1;
	margin-bottom: 20px;
}

.expert-list-sec .expert-list-element .expert-list-right-des h6.xpert-list-designation br {
	display: none;
}

.expert-list-sec .expert-list-element .expert-list-right-des h6.xpert-list-designation {
	font-style: italic;
	color: var(--Black);
	line-height: normal;
	font-size: 24px;
	margin-bottom: 25px;
}

.expert-list-sec .expert-list-element .expert-list-right-des .xpert-excerpt p {
	color: var(--Black);
	max-width: 80%;
	font-size: 22px;
	line-height: 1.3;
}

.page-id-1290.page-template-template-landing-page .full-image-contentsection:nth-child(10),
.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(3),
.page-id-1701.page-template-template-landing-page .innerpage-video-section:nth-child(4),
.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(5),
.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(6),
.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(7),
.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(8),
.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(9),
.home .banner-section

/* ,
.home .bluemed_treatment_videosection */
	{
	display: none;
}

.new-home-bnr-sec {
	/* padding: 100px 0; */
	/* padding: 0 0 100px 0; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 683/384;
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.new-home-bnr-sec .new-home-video {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.new-home-bnr-sec video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-left-logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content {
	width: 50%;
	right: 0;
	position: absolute;
	top: 20px;
}

.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content .new-home-tel-link a {
	display: block;
	text-align: center;
	color: #1E98EB;
	font-size: 32px;
	line-height: normal;
	font-weight: bold;
}

.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content h1 {
	font-size: 55px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #1E98EB;
	margin: 30px 0;
}

.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content .new-home-trophy img {
	height: 800px;
	width: auto;
	object-fit: contain;
}

.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content .new-home-trophy {
	text-align: center;
}

.home .innerpage-main-content .innerpage-title,
.home .innerpage-main-content .innerpages-description {
	text-align: center;
}

.home .innerpage-main-content .innerpage-title {
	border: 0;
	margin-bottom: 30px;
}

.home .innerpage-main-content .innerpages-description p {
	font-size: 2vw;
	line-height: normal;
}

.new-hm-repeater-sec {
	width: 100%;
	/* background: #000; */
}

.new-hm-repeater-sec .container {
	max-width: 100%;
	padding: 0;
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	background: var(--DarkBlue);
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-left-img,
.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content {
	width: 50%;
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content {
	padding: 5vw;

}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3,
.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3 a {
	/* color: #219BE8; */
	color: var(--BlueColor);
	margin-bottom: 25px;
	font-size: 59px;
	line-height: normal;
	font-weight: bold;

}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3 a {
	margin-bottom: 0;
	position: relative;
	transition: 0.5s;
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li,
.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li a,
.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content p {
	font-size: 38px;
	line-height: normal;
	color: #181717;
	font-weight: normal;
	/* color: #fff; */
}

/*.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul {
    padding-left: 2vw;
}*/
.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li {
	margin: 1vw 0;
	list-style: none;
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt:nth-child(even) {
	flex-direction: row-reverse;
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .innerpage-main-content .cm-container {
	max-width: 100%;
}

.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(12) .innerpages-description ul {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

/*.page-id-1986.page-template-template-landing-page .bluemed_treatment_section .treatment_link ,
.page-id-1988.page-template-template-landing-page .bluemed_treatment_section .treatment_link ,
.page-id-1990.page-template-template-landing-page .bluemed_treatment_section .treatment_link ,
.page-id-2611.page-template-template-landing-page .bluemed_treatment_section .treatment_content:nth-child(5) .treatment_link ,
.page-id-2640.page-template-template-landing-page .bluemed_treatment_section .treatment_content:nth-child(4) .treatment_link ,
.page-id-1725.page-template-template-landing-page .bluemed_treatment_section .treatment_content:nth-child(1) .treatment_link ,
.page-id-1841.page-template-template-landing-page .bluemed_treatment_section .treatment_content:nth-child(6) .treatment_link ,
.page-id-2121.page-template-template-landing-page .bluemed_treatment_section .treatment_content:nth-child(5) .treatment_link{
	display: none;
}*/
.page-id-1986.page-template-template-landing-page .bluemed_treatment_section .treatment_link,
.page-id-1988.page-template-template-landing-page .bluemed_treatment_section .treatment_link {
	display: none;
}

.page-id-1986.page-template-template-landing-page .bluemed_treatment_section #content-2012 .treatment_link {
	display: inline-block;
}

header .header-right .header-right-content .header-search-bar {
	margin-left: 20px;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper {
	position: relative;
	z-index: 1;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-main {
	display: block;
	line-height: 40px;
	padding: 2px 12px;
	cursor: pointer;
	color: var(--DarkBlue);
	/* color: #219BE8; */
}

header.fixed .header-right .header-right-content .header-search-bar .header-search-wrapper .search-main {
	color: var(--BlueColor);
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main {
	background: var(--White) none repeat scroll 0 0;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	border: 2px solid var(--DarkBlue);
	padding: 15px;
	position: absolute;
	right: 0;
	top: 124%;
	width: 300px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main.active-search {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--DarkBlue);
	content: "";
	position: absolute;
	right: 15px;
	top: -12px;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main .search-field {
	margin: 0;
	border: 0;
	background-color: #DBDDDC;
	border-radius: 0;
	padding: 5px 10px;
	border-bottom: 2px solid var(--DarkBlue);
	width: 100%;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main .search-submit {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: transparent;
	padding: 0;
	width: 25px;
	height: 42px;
	background: transparent;
	margin: 0;
	z-index: 2;
	position: relative;
	cursor: pointer;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main form.search-form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main form.search-form .search-submit-btn {
	position: relative;
	width: 30px;
	text-align: end;
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main form.search-form .search-input-type {
	width: calc(100% - 35px);
}

header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main form.search-form .search-submit-btn span.search-inner {
	color: var(--DarkBlue);
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 42px;
}

.search header.fixed {
	position: relative;
	box-shadow: none;
}

.search .site .site-main {
	padding: 50px 20px;
	margin: 0 auto;
	max-width: 1100px;
	z-index: 1;
	position: relative;
}

.search .site .site-main .page-header h1.page-title {
	color: var(--White);
	font-size: 50px;
	line-height: normal;
	letter-spacing: 0;
}

.search .site .site-main .page-header h1.page-title span {
	color: var(--White);
	text-transform: uppercase;
	border-bottom: 2px solid;
}

.search .site .site-main article header h2.entry-title {
	opacity: 1;
	font-size: 40px;
	line-height: normal;
}

.search .site .site-main article header h2.entry-title a {
	color: #219BE8;
	transition: 0.5s;
}

.search .site .site-main article footer.entry-footer {
	display: none;
}

.search .site .site-main article header h2.entry-title a:hover {
	color: #219BE8;
	text-decoration: underline;
}

.search .site .site-main header.page-header {
	padding: 0 0 20px 0;
}

.search .site .site-main .page-content p,
.search .site .site-main p {
	color: #000;
    font-size: 25px;
    line-height: normal;
}

.search .site .site-main form.search-form input.search-field {
	margin: 0;
	border: 0;
	background-color: #DBDDDC;
	border-radius: 0;
	padding: 5px 10px;
	border-bottom: 2px solid #219BE8;
	width: 100%;
	max-width: 600px;
}

.search .site .site-main form.search-form label {
	display: block;
}

.search .site .site-main form.search-form {
	margin: 40px 0;
}

.search .site .site-main form.search-form input.search-submit {
	border: 0;
	background-color: #DBDDDC;
	border-radius: 0;
	padding: 10px 20px;
	border-bottom: 4px solid #219BE8;
	cursor: pointer;
}

.search .site .site-main article header.entry-header {
	padding: 20px 0;
}

.search .site .site-main article a.post-thumbnail img.attachment-post-thumbnail {
	max-height: 300px;
	width: auto;
	margin-bottom: 20px;
}

.search .site .site-main .post,
.search .site .site-main .page,
.search .site .site-main .entry-summary {
	margin: 0;
}

.testimonial-section .testimonial-slide-top {
	display: none;
}

.bluemed_treatment_section .treatment_content p {
	font-size: 25px;
	line-height: 1.3;
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3 a:hover {
	color: var(--White);
}


.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li a {
	transition: 0.2s;
	color: var(--White);
}

.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li a:hover {
	color: var(--BlueColor);
}

.page-template-template-landing-page .step_wise_process_section .row .process-steps .step ul li {
	list-style-position: outside;
	font-weight: 600;
}

.page-template-template-landing-page .step_wise_process_section .row .process-steps .step ul {
	padding-left: 20px;
}

.page-template-template-landing-page .innerpage-faq-section .faq-question-answer .faq-question-answer-item ul li,
.page-template-template-landing-page .innerpage-faq-section .faq-question-answer .faq-question-answer-item ol li {
	color: #1E98EB;
	font-size: 22px;
	line-height: normal;
	list-style: disc;
}

.page-template-template-landing-page .innerpage-faq-section .faq-question-answer .faq-question-answer-item ul,
.page-template-template-landing-page .innerpage-faq-section .faq-question-answer .faq-question-answer-item ol {
	padding-left: 25px;
}

.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpage-title {
	padding: 0;
}

.page-contact-us .innerpage-main-content .container {
	max-width: 1430px;
}

.btn {
	font-family: 'Nobel' !important;
}

.innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone {
	margin-bottom: 25px;
}

.innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone .add-with-location p {
	margin: 0;
}

/*header.fixed .main-logo img {
    top: 20px;
    max-height: 87px;
}*/
.innerpage-main-content .innerpages-description h3:nth-child(3n) {
	padding-top: 0.8vw;
}

/*2-5-2024*/
.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .cm-container {
	padding: 0;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row {
	margin: 0;
	align-items: unset;
	position: relative;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .left-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description {
	width: 45%;
	margin: 0 0 0 auto;
	z-index: 1;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description p.image-top-text {
	width: 51%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 2.25rem;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description .blue_side_logo {
	max-height: 100px;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description .blue_side_logo img {
	width: auto;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description p {
	text-align: center;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description .two_side_img_div {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description .two_side_img_div img {
	max-height: 150px;
	width: auto;
	margin: 0;
}

.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description p.blue_link_botm {
	position: absolute;
	bottom: 0;
	left: 40%;
	margin: 0 0 15px;
}

.page-id-2597.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials h2 {
	font-size: 3vw;
}

.page-id-2597.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials .testimonial {
	border: 0;
}

.page-id-2597.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials .testimonial p {
	margin: 0 0 20px;
	text-align: left;
	font-size: 2vw;
	color: #7F7C7C;
}

.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-video iframe {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 16 / 15;
	border-radius: 0vw 5vw 5vw 0vw;
	-webkit-border-radius: 0vw 5vw 5vw 0vw;
	-moz-border-radius: 0vw 5vw 5vw 0vw;
	-ms-border-radius: 0vw 5vw 5vw 0vw;
	-o-border-radius: 0vw 5vw 5vw 0vw;
}

.bluemed_menu ul.sub-menu {
	margin-top: 25px;
}

/*7-1-2025*/
.page-id-3370 .innerpage-main-content {
	/*aspect-ratio: 857 / 850;*/
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: flex;
	align-items: center;
	min-height: 800px;
}

.page-id-3370 .innerpage-main-content .innerpages-description p {
	color: #000 !important;
}

.blue_member_wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.blue_member_wrapper>* {
	width: 40%;
}

.page-id-3370 .innerpage-main-content .innerpages-description {
	padding: 50px 0;
	position: relative;
}

.page-id-3370 .innerpage-main-content:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--White);
	opacity: 0.15;
	left: 0;
	top: 0;
}

.page-id-3370 .innerpage-main-content .innerpages-description ul li {
	color: #000;
}

.page-id-3370 .innerpage-main-content .innerpages-description ul {
	display: block;
	column-count: 2;
}

.blue_member_right:has(ul) h3 {
	text-align: center;
}

.blue_member_right h3 {
	margin-bottom: 20px;
}

.full-image-contentsection:has(.diamond_membership) .left-image {
	max-height: unset;
	height: 100%;
}

.full-image-contentsection:has(.diamond_membership) h3 {
	color: #219BE8;
	margin-bottom: 20px;
}

.full-image-contentsection:has(.diamond_membership) .diamond_membership_wrapppr h3 {
	color: var(--White);
}

.diamond_membership_wrapppr {
	margin: 30px 0 0;
}

.diamond_membership_wrapppr {
	margin: 30px 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.diamond_membership_wrapppr ul {
	padding-left: 30px;
}

.full-image-contentsection:has(.diamond_membership) .cm-container {
	max-width: 100%;
	padding: 0;
}

.full-image-contentsection:has(.diamond_membership) {
	padding: 0;
	overflow-x: hidden;
}

.full-image-contentsection:has(.diamond_membership) .full-description {
	padding: 3vw;
}

.page-id-3370 .innerpage-main-content:has(.membership_Agreement) {
	min-height: auto;
	background-color: #0e0d0d;
}

.page-id-3370 .innerpage-main-content:has(.membership_Agreement)::before {
	display: none;
}

.page-id-3370 .innerpage-main-content:has(.membership_Agreement) .innerpages-description p {
	color: var(--White) !important;
}

.membership_Agreement {
	margin-bottom: 3vw;
}

.page-bridal-package .innerpage-video-section {
	padding: 0;
}

.page-bridal-package .innerpage-video {
	max-width: 100%;
}

.page-bridal-package main section {
	background-color: var(--White);
}

.page-bridal-package .innerpage-video-section+.innerpage-main-content {
	padding-top: 50px !important;
	background-color: #1e98eb;
}

.page-bridal-package .innerpage-main-content .innerpage-title,
.page-bridal-package .innerpage-main-content .innerpages-description {
	text-align: center;
}

/* .page-bridal-package .innerpage-main-content .innerpage-title {
	border: 0;
	margin-bottom: 30px;
} */
.page-bridal-package .innerpage-title h2 {
	color: var(--White);
	opacity: 1;
	font-family: 'Brittany Signature';
	line-height: normal;
}

.page-bridal-package .innerpages-description p {
	color: var(--Black) !important;
	font-size: 2vw;
	line-height: 1.2;
}

.page-bridal-package .innerpage-video iframe {
	display: block;
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content {
	text-align: center !important;
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content * {
	pointer-events: none;
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li a {
	color: #219BE8;
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content p {
	color: var(--Black);
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h5,
.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content p {
	font-size: 22px;
	line-height: 1.21;
	font-weight: 400;
	font-family: 'Nobel';
}

.page-bridal-package .innerpages-description h1 {
	font-size: 40px;
	line-height: normal;
	color: #1e98eb;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	padding: 0;
	font-family: 'Brittany Signature';
}

.page-bridal-package .innerpage-video-section .innerpages-description video {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.page-bridal-package .innerpage-video-section .cm-container {
	position: relative;
	max-width: 100%;
	padding: 0;
}

.page-bridal-package .innerpages-description h1 span.banner_span {
	font-size: 50px;
	line-height: normal;
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3 {
	font-family: 'Brittany Signature';
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h4 {
	font-size: 30px;
	line-height: normal;
	font-weight: bold;
}

.page-bridal-package .new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h5 {
	font-weight: 600;
	letter-spacing: 1px;
}

.privacy-policy .innerpage-main-content {
	background-color: #000;
}

.privacy-policy .innerpages-description p,
.privacy-policy .innerpages-description ul li {
	font-size: 24px;
}

.privacy-policy .innerpages-description a {
	color: #1E98EB;
}

/* START - ONLOAD POPUP CSS */
#popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s;
	padding: 20px;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s;
	-moz-transition: opacity 0.3s ease, visibility 0.3s;
	-ms-transition: opacity 0.3s ease, visibility 0.3s;
	-o-transition: opacity 0.3s ease, visibility 0.3s;
}

.popup-content {
	background: #1E1E1E;
	/*padding: 25px;
	*/
	max-width: 700px;
	border-radius: 12px;
	text-align: center;
	position: relative;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	transform: scale(0.8);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.popup-body h3 {
	padding-bottom: 25px;
}

.popup-header {
	background: #219BE8;
	color: var(--White);
	padding: 15px;
	border-radius: 12px 12px 0 0;
	font-size: 18px;
	font-weight: bold;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #219BE8;
	cursor: pointer;
	transition: color 0.3s;
	background: var(--White);
	width: 35px;
	height: 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 100%;
}

.close-btn:hover {
	color: red;
}

/* Popup Body */
.popup-body {
	padding: 20px;
	font-size: 16px;
	line-height: 1.6;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Show Popup Effect */
#popup.show {
	opacity: 1;
	visibility: visible;
}

#popup.show .popup-content {
	opacity: 1;
	transform: scale(1);
}

.popup-body p {
	color: var(--White);
	padding-bottom: 10px;
}

/*body.popup-open {*/
/*	overflow: hidden;*/
/*}*/
.popup-header p {
	font-size: 30px;
	color: var(--White);
	font-weight: bold;
}

.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h5 {
	color: var(--White);
}

.footer-bottom a:hover {
	color: #219BE8;
}

.image-gallery-section-inner {
	display: flex;
	gap: 35px;
}

.image-gallery-section .image-gallery-single-image {
	margin-bottom: 0;
	padding-right: 30px;
	padding-bottom: 0px;
	border-right: 1px solid rgba(33, 33, 33, .2);
	border-bottom: none;
}

.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials .testimonial a {
	color: #000;
}

.image-gallery-section .image-gallery-single-image:last-child {
	border: none;
}

/* .custom-banner-title{
    padding: 156px 50px 50px 50px;
} */

.inner-cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.consultation-left {
	width: calc(50% - 15px);
	text-align: left;
}

.consultation-right {
	width: 50%;
	padding-top: 80px;
}

.consultation-left h3 {
	font-size: 1.5557vw;
}

.consultation-left h2 {
	color: #000;
	opacity: 1;
	padding: 15px 0;
}

.calltoaction-btn {
	padding: 35px 0;
}

.consultation-sec .cm-container {
	max-width: 1800px;
	width: 100%;
}

.calltoaction-btn span {
	display: block;
	line-height: 1;
	padding-bottom: 5px;
}

blockquote {
	font-size: 38px;
	line-height: 1.2;
	max-width: 700px;
	width: 100%;
	border-left: 3px solid #85bebf;
	padding-left: 25px;
	color: #000;
	opacity: 1;
}

.calltoaction-btn a {
	border: 2px solid #85bebf;
	border-radius: 15px;
	font-size: 26px;
	/* line-height: 2; */
	padding: 15px 30px 15px 30px;
	color: #000;
	font-weight: 800;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.calltoaction-btn a:hover {
	background: var(--White);
}

.tax-main_treatment.term-lip-augmentation .cm-container {
	max-width: 100%;
}

/* .check-points-sec.bg-white .points-list,
.term-rosacea .points-list,
.term-hair-restoration .points-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
} */
.term-rosacea .check-points-sec,
.term-hair-restoration .check-points-sec {
	padding: 60px 20px 120px 20px;
}

/* .page-dermal-fillers .full-image-contentsection .row {
    align-items: center;
    flex-direction: row-reverse;
} */

.term-bodies .full-image-contentsection .cm-container {
	max-width: 100%;
}

.term-bodies .full-image-contentsection .row {
	margin: 0;
}

.full-description .action_schedule {
	padding-top: 70px;
}

.page-bodytite .check-points-sec,
.page-bodytite .step_wise_process_section {
	padding-top: 0;
}

.footer-links ul li a {
	max-width: 195px;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.footer-links ul li a:hover
 {
    color: var(--BlueColor);
}
.footer-links ul li:first-child {
	padding-bottom: 20px;
}

.term-wellness .full-image-contentsection .cm-container,
.term-wellness .landing_page_testimonial .cm-container {
	max-width: 100%;
}

.page-aveli-cellulite .check-points-sec {
	padding-top: 0;
}

.page-aveli-cellulite .step_wise_process_section {
	padding-top: 0;
}

.page-aveli-cellulite .image-gallery-section .cm-container,
.page-aveli-cellulite .image-gallery-section {
	padding: 0;
}

.page-bodytite .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-aveli-cellulite .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-trilift-facelift .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-aquafirm-xs-with-derive .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-prp-hair .innerpage-main-content:nth-child(3) .innerpages-description ul li::before {
	background: var(--BlueColor);
}

.page-laser-hair-removal .step_wise_process_section .row .process-steps .step:last-child .step_number::before,
.page-laser-tattoo-removal .step_wise_process_section .row .process-steps .step:last-child .step_number::before {
	border-left: 19px solid #a0dadb;
}

.page-trilift-facelift .check-points-sec.bg-gray,
.page-trilift-facelift .step_wise_process_section,
.page-aquafirm-xs-with-derive .check-points-sec,
.page-prp-hair .check-points-sec,
.page-laser-hair-removal .step_wise_process_section,
.page-laser-hair-removal .check-points-sec,
.page-laser-tattoo-removal .check-points-sec {
	padding-top: 0;
}


.page-trilift-facelift .image-gallery-section .cm-container {
	padding: 0;
}

.landing_page_testimonial.bg-skyblue .author-test {
	color: var(--Black);
}

.page-trilift-facelift .image-gallery-section {
	padding: 50px 0 0 0;
}



/* .page-botox .full-description p {
    padding-bottom: 25px;
} */
.term-clinical-spa-services .full-image-contentsection .cm-container {
	max-width: 100%;
}

.term-spider-veins .full-image-contentsection .cm-container {
	max-width: 100%;
}

.term-buttock-tone-and-lift .full-image-contentsection .left-image img,
.term-buttock-tone-and-lift .full-image-contentsection .right-image img {
	height: 700px;
	object-fit: contain;
}

.page-neck-platsyma-bands .image-gallery-section .cm-container {
	padding: 0;
}

.author-test {
	display: block;
	text-align: right;
	padding-top: 10px;
	font-size: 25px;
	/* font-weight: bold; */
	color: var(--BlueColor);
}

.innerpage-title h1 {
	text-align: center;
	margin-inline: auto;
	color: var(--Black);
	text-transform: capitalize;
}


.landing_page_testimonial.bg-skyblue h2 {
	color: #000;
}

.landing_page_testimonial.bg-skyblue .testimonial_video img {
	max-height: 900px;
	object-fit: contain;
}

.bluemed_ourtreatment.bg-cream {
	padding-bottom: 0;
}

.bluemed_ourtreatment.bg-cream .bluemed_treatment {
	color: #000 var(--BlueColor)
}

.bluemed_ourtreatment.bg-cream .bluemed_treatment.active {
	color: var(--DarkBlue) !important;
}

.font-cus {
	font-size: 46px;
	padding-bottom: 10px;
	display: block;
}

/* .underline {
   border-bottom: 1px solid #fff;
   display: inline !important;
   padding-bottom: 5px;
} */
.radiese-content {
	padding-top: 20px;
}

.landing_page_testimonial.bg-white .author-test {
	color: #000;
}

.full-image-contentsection .full-description strong {
	color: var(--BlueColor);
}

.page-dermal-fillers .full-image-contentsection .full-description strong {
	color: var(--White);
}

.term-faces .full-image-contentsection:nth-child(2n) .cm-container .row {
	align-items: stretch;
}

.landing_page_testimonial.bg-black .author-test {
	color: var(--White);
}

.page-restylane-refyne .full-image-contentsection:nth-child(4n) .cm-container .row,
.page-dysport .full-image-contentsection:nth-child(4n) .cm-container .row {
	background: #e6e1da !important;
}

.page-restylane-refyne .full-image-contentsection:nth-child(4n) .cm-container .row h3,
.page-restylane-refyne .full-image-contentsection:nth-child(4n) .cm-container .row p,
.page-dysport .full-image-contentsection:nth-child(4n) .cm-container .row p,
.page-dysport .full-image-contentsection:nth-child(4n) .cm-container .row h3 {
	color: #000;
}

.page-restylane-refyne .check-points-sec.bg-gray {
	padding-top: 50px;
}



/* .full-image-first-section {
    padding-top: 100px;
} */
.page-prp-bio-filler .full-image-contentsection {
	padding-bottom: 100px;
}

.page-virtue-rf .innerpage-main-content:nth-child(3) .innerpages-description ul li::before,
.page-agnes-rf .innerpage-main-content:nth-child(3) .innerpages-description ul li::before {
	background: var(--BlueColor);
}

.page-virtue-rf .check-points-sec.bg-gray,
.page-virtue-rf .step_wise_process_section {
	padding-top: 0;
}


.full-image-contentsection .full-description .underline {
	color: #fff;
}

.page-agnes-rf .check-points-sec {
	padding-top: 0;
	/* padding-bottom: 0; */
}

/* .page-restylane-eyelight .full-image-contentsection .right-image img,
.page-restylane-eyelight .left-image img
{
	object-fit: contain;
} */
.page-restylane-lyft .full-image-first-section {
	padding-top: 0;
}

.page-agnes-rf .image-gallery-section .image-gallery-single-image video,
.page-hydrafacial .image-gallery-section .image-gallery-single-image video {
	height: auto;
	max-height: 700px;
}

.full-image-contentsection.bg-cream .full-description h3 {
	color: var(--Black);
}

.full-image-contentsection.bg-cream .full-description p {
	color: var(--Black);
}

/*
.page-bodytite .check-points-sec .list-item h4,
.page-aveli-cellulite .check-points-sec .list-item h4 {
	color: #fff;
} */

.innerpage-main-content .innerpage-cta-btn a:hover {
	background: #fff;
	color: var(--BlueColor);
}

.page-weight-loss .full-image-contentsection .full-description .full-des-inner h3 {
	text-transform: uppercase;
}

.left-right-content {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	aspect-ratio: 683 / 384;
	padding: 50px 0;
	position: relative;
}

.left-right-content h2 {
	margin-bottom: 2.2vw;
	font-size: 2.5vw;
	line-height: normal;
	color: var(--Black);
	opacity: inherit;
}

.left-column ul li {
	color: #000 !important;
	font-weight: 500;
	font-size: 2vw;
	line-height: 1.4;
}

.left-column ul {
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 70px;
	left: 35px;
	max-width: 1000px;
	width: 100%;
}

.left-right-content p {
	color: #000 !important;
	font-weight: 500;
	font-size: 2vw;
	line-height: 1.4;
	max-width: 750px;
	width: 100%;
}

.right-column {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 20px;
	display: flex;
	justify-content: end;
	gap: 10px;
	width: 100%;
}

.right-column ul {
	padding-left: 2vw;
	list-style: none;
	margin-bottom: 25px;
	/* max-width: 1000px;
	 width: 100%; */
}

.bookpage-main-content .scultpt-outer {
	background: transparent;
	padding: 0;
}

.bookpage-main-content .scultpt-outer p {
	text-align: left;
	max-width: 700px;
	width: 100%;
	color: #000;
	font-family: 'Nobel';
	font-size: 2vw;
}

.bookpage-cta-btn a {
	background-color: var(--BlueColor);
	color: var(--Black);
	text-transform: capitalize;
	font-family: 'Runalto';
	padding: 15px 30px;
	line-height: normal;
	font-size: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	font-weight: 500;
	text-align: center;
}

.bookpage-cta-btn a:hover {
	background-color: var(--BlueColor);
	color: var(--White);
}

.bookpage-cta-btn {
	text-align: left;
	margin-top: 50px;
}

.bookpage-main-content {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	aspect-ratio: 500 / 200;
	padding: 50px 0;
	position: relative;
}

.bookpage-title h2 {
	text-align: left;
	font-size: 4vw;
	color: var(--BlueColor);
	margin-bottom: 2.2vw;
}

.right-column ul li {
	color: #000 !important;
	font-weight: 500;
	font-size: 2vw;
	line-height: 1.4;
}

.bookpage-main-content .scultpt-outer .cm-container {
	padding: 0;
}

.page-aquafirm-xs .check-points-sec {
	padding-top: 0;
}

.bookpage-left-content {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	aspect-ratio: 623 / 360;
	padding: 50px 0;
}

.bookpage-left-content .scultpt-outer {
	background: transparent;
	padding: 0;
}

.bookpage-left-content .scultpt-outer .cm-container {
	padding: 0;
}

.bookpage-left-content .bookpage-title h2 {
	color: #fff;
	opacity: 1;
	text-align: center;
}

.bookpage-left-content .scultpt-outer .innerpages-description p {
	color: #fff;
	font-size: 35px;
}

.bookpage-left-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin-left: auto;
}

.page-prp .innerpage-main-content .innerpage-title h2 {
	text-transform: capitalize;
}

.bookpage-left-inner .scultpt-outer p {
	max-width: 1000px;
	width: 100%;
}

.bookpage-left-inner .scultpt-outer .bookpage-cta-btn {
	text-align: center;
}

.bookpage-title {
	text-align: center;
	width: 100%;
}

.page-contact-us .innerpage-main-content .scultpt-outer h1 {
	font-size: 64px;
	max-width: 850px;
	line-height: 1.5;
	padding-bottom: 15px;
}

.consultation-right img {
	max-height: 700px;
}

/*
.page-restylane-refyne .full-image-contentsection .right-image img,
.page-prp-bio-filler .full-image-contentsection .right-image img {
	object-fit: contain;
} */



.page-obagi-elastiderm .scultpt-outer,
.page-obagi-acne-system .scultpt-outer,
.page-obagi-hydrate .scultpt-outer {
	background: #a0dadb;
}

.page-obagi-claribright .innerpage-main-content .innerpages-description h3,
.page-obagi-nu-derm-fx-system .innerpage-main-content .innerpages-description h3 {
	font-size: 30px;
}

.page-obagi-claribright .innerpage-main-content .innerpages-description ul li,
.page-obagi-nu-derm-fx-system .innerpage-main-content .innerpages-description ul li {
	padding: 46px;
	padding-left: 120px;
	margin: 15px 0;
}

.page-obagi-claribright .innerpage-main-content .innerpages-description ul li::before,
.page-obagi-nu-derm-fx-system .innerpage-main-content .innerpages-description ul li::before {
	width: 75px;
	height: 75px;
}

.page-obagi-claribright .innerpage-main-content .innerpages-description p,
.page-obagi-nu-derm-fx-system .innerpage-main-content .innerpages-description p,
.page-obagi-sun-shield .innerpage-main-content .innerpages-description p,
.page-obagi-sun-shield .innerpage-main-content .innerpages-description p {
	text-align: left;
}

.blvd-book-now {
	background: var(--LighBlack);
	border: 1px solid var(--LighBlack);
	color: #fff;
	font-size: 19px;
	padding: 9px 20px 9px 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.book-now,
.client-portal {
	margin-right: 25px;
}

.blvd-book-now:hover {
	background: #fff;
	color: var(--LighBlack);
}

header.fixed .blvd-book-now {
	background: var(--BlueColor);
	color: var(--Black);
	border: 1px solid var(--BlueColor);
}

header.fixed .blvd-book-now:hover {
	background: transparent;
	color: var(--BlueColor);
	border: 1px solid var(--BlueColor);
}


.page-gift-cards .full-image-contentsection {
	background: var(--OffWhite) !important;
}

.page-gift-cards .full-image-contentsection .full-des-inner p {
	color: var(--Black);
}

.page-gift-cards .full-image-contentsection .row {
	align-items: center;
}

.page-id-2312 .landing-banner-content {
	width: 100%;
}

.book-now.mobile-btn {
	display: none;
}

.page-contact-us .innerpage-main-content .innerpages-description {
	max-width: 100%;
}

.contact-canva-design .canva-con-form .btm-for-coln-div .wpcf7-form-control.wpcf7-checkbox {
	border: 1px solid #000;
	border-collapse: collapse;
	display: flex !important;
	column-count: auto !important;
	display: flex;
	flex-wrap: wrap;
}

.contact-canva-design .canva-con-form .btm-for-coln-div .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	width: 50% !important;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 5px 10px;
	display: flex;
	align-items: center;
}

.listing-detail-wrapper {
	background: #a0dadb;
	padding: 120px 0;
}

.listing-detail-row {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	padding: 0 20px;
}

.listing-detail-row p {
	font-size: 30px;
}

.listing-detail-row p {
	font-size: 30px;
}

.listing-detail-row p:first-child {
	padding-bottom: 30px;
}

.listing-detail-row span {
	font-size: 30px;
	display: block;
	line-height: 1.2;
}

.listing-detail-row ul {
	list-style: none;
	position: relative;
	/* list-style-position: inside; */
	padding-left: 30px;
}

.listing-detail-row ul li:before {
	content: "";
	background: #000;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 9px;
	border-radius: 100%;
	left: 0;
}

.listing-detail-row ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 25px;
}

.listing-detail-row ul+p {
	padding: 30px 0;
}

.list-points {
	padding: 45px 0 25px 0;
}

.page-chemical-peel .innerpage-main-content:nth-child(3n) .scultpt-outer {
	background: var(--BlueColor);
	padding-top: 0;
}

.page-chemical-peel .testimonial_video img {
	height: 800px;
	object-fit: contain;
}

.page-bridal-package .full-des-inner ul {
	padding-top: 10px;
	padding-left: 25px;
}

.page-bridal-package .full-des-inner ul li {
	color: #fff;
	list-style-position: inside;
	font-size: 25px;
	padding-bottom: 15px;
}

section.consultation-sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-gallery-section-inner {
	display: flex;
	gap: 35px;
	justify-content: center;
}

.page-obagi-claribright .check-points-sec,
.page-aquafirme-xs .check-points-sec {
	padding-top: 0;
}

/* .page-restylane-kysse .full-image-contentsection .right-image img {
    object-fit: contain;
} */
.client-portal a {
	border: 1px solid var(--LighBlack);
	font-size: 19px;
	padding: 9px 20px 9px 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: var(--LighBlack);
}

.client-portal a:hover {
	background: var(--LighBlack);
	color: #fff;
}

header.fixed .client-portal a {
	border: 1px solid var(--BlueColor);
	color: var(--BlueColor);
}

header.fixed .client-portal a:hover {
	background: var(--BlueColor);
	color: #fff;
}

.partner-section h2 {
	font-size: 65px;
	line-height: 1;
	padding-bottom: 50px;
	text-align: center;
}

/* START - HOME PAGE LOGO SLIDER CSS */
.awards-partner-logos .slick-dots {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* align-items: center; */
	margin-top: 25px;
	gap: 10px;
	border-radius: 110px;
}

.awards-partner-logos .slick-dots button {
	background: transparent;
	border: transparent;
	padding: 0;
	width: 15px;
	height: 15px;
	font-size: 0;
	cursor: pointer;
}

.awards-partner-logos .slick-dots li {
	padding: 0;
	width: 15px;
	height: 15px;
	background: var(--BlueColor);
	border-radius: 50px;
}

.awards-partner-logos .slick-dots li.slick-active {
	background: #fff;
}

/* END - HOME PAGE LOGO SLIDER CSS */

/* START - IMAGE LINK */
.page-xeomin .full-image-contentsection .right-image img,
.page-botox .full-image-contentsection .right-image img,
.page-restylane-refyne .full-image-contentsection .right-image img,
.page-dysport .full-image-contentsection .right-image img,
.page-juuvederm-voluma-xc .full-image-contentsection .right-image img,
.page-restylane-lyft .full-image-contentsection .right-image img,
.page-juvederm-volbella .full-image-contentsection .right-image img,
.page-restylane-kysse .full-image-contentsection .right-image img,
.page-juvederm-volux-xc .full-image-contentsection .right-image img,
.page-juvederm-volbella-xc .full-image-contentsection .right-image img,
.page-restylane-eyelight .full-image-contentsection .right-image img,
.page-hyperdilute-radiesse .full-image-contentsection .right-image img,
.page-restylane-lyft .full-image-contentsection .right-image img,
.page-juvederm-ultra-xc .full-image-contentsection .right-image img {
	height: auto;
	min-height: 100%;
	object-fit: contain;
}

.page-xeomin .full-image-contentsection .right-image,
.page-botox .full-image-contentsection .right-image,
.page-restylane-refyne .full-image-contentsection .right-image,
.page-dysport .full-image-contentsection .right-image,
.page-juuvederm-voluma-xc .full-image-contentsection .right-image,
.page-restylane-lyft .full-image-contentsection .right-image,
.page-juvederm-volbella .full-image-contentsection .right-image,
.page-restylane-kysse .full-image-contentsection .right-image,
.page-juvederm-volux-xc .full-image-contentsection .right-image,
.page-juvederm-volbella-xc .full-image-contentsection .right-image,
.page-restylane-eyelight .full-image-contentsection .right-image,
.page-hyperdilute-radiesse .full-image-contentsection .right-image,
.page-restylane-lyft .full-image-contentsection .right-image,
.page-juvederm-ultra-xc .full-image-contentsection .right-image {
	align-self: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
}

.page-xeomin .extra-images,
.page-botox .extra-images,
.page-restylane-refyne .extra-images,
.page-dysport .extra-images,
.page-juuvederm-voluma-xc .extra-images,
.page-restylane-lyft .extra-images,
.page-juvederm-volbella .extra-images,
.page-restylane-kysse .extra-images,
.page-juvederm-volux-xc .extra-images,
.page-juvederm-volbella-xc .extra-images,
.page-restylane-eyelight .extra-images,
.page-hyperdilute-radiesse .extra-images,
.page-restylane-lyft .extra-images,
.page-juvederm-ultra-xc .extra-images {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 30px;

}

.extra-image-item {
	background: #000;
	height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-bottom: 5px solid transparent;
}
.extra-image-item:hover {
    border-bottom: 5px solid #fff;
}
.extra-image-item a,
.extra-image-item img {
	height: 100%;
}

.extra-images {
	padding: 50px 20px;
}

.page-xeomin .right-image .extra-images .extra-image-item img,
.page-botox .right-image .extra-images .extra-image-item img,
.page-restylane-refyne .right-image .extra-images .extra-image-item img,
.page-dysport .right-image .extra-images .extra-image-item img,
.page-juuvederm-voluma-xc .right-image .extra-images .extra-image-item img,
.page-restylane-lyft .right-image .extra-images .extra-image-item img,
.page-juvederm-volbella .right-image .extra-images .extra-image-item img,
.page-restylane-kysse .right-image .extra-images .extra-image-item img,
.page-juvederm-volux-xc .right-image .extra-images .extra-image-item img,
.page-juvederm-volbella-xc .right-image .extra-images .extra-image-item img,
.page-restylane-eyelight .right-image .extra-images .extra-image-item img,
.page-hyperdilute-radiesse .right-image .extra-images .extra-image-item img,
.page-restylane-lyft .right-image .extra-images .extra-image-item img,
.page-juvederm-ultra-xc .right-image .extra-images .extra-image-item img {
	height: 115px;
	max-width: 400px;
	width: 100%;
}

.page-coolpeel-resurfacing .innerpage-main-content p {
	font-size: 30px;
	line-height: normal;
}

/* END - IMAGE LINK */

.testimonial-slide {
	background-color: #f5fafa;
	border-radius: 12px;
	padding: 1.5rem;
	margin: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.book-now.desktop-btn {
	color: var(--White);
}

.page-restylane-refyne .full-image-contentsection:nth-child(4n) .cm-container .row .right-image,
.page-dysport .full-image-contentsection:nth-child(4n) .cm-container .row .right-image,
.page-restylane-lyft .full-image-contentsection:nth-child(4n) .cm-container .row .right-image {
	background: transparent;
}

/* END - ONLOAD POPUP CSS */
.bluemed_treatment_list .bluemed_treatment:first-of-type .testi-title {
	padding-left: 3px;
}

.cont-image {
	text-align: center;
}

.page-financing .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn {
	text-align: center;
}
.innerpage-main-content:nth-child(3) .innerpages-description ul li p {
    font-size: 30px;
}

.breadcrumb-wrapper {
    padding: 15px 60px;
}
.breadcrumb-wrapper .custom-breadcrumbs a {
	 color: #112E40;
	 font-size: 25px;
	 font-weight: 600;
	 transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -ms-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.breadcrumb-wrapper .custom-breadcrumbs a:hover {
    color: #000;
}
.breadcrumb-wrapper .custom-breadcrumbs span {
    font-size: 25px;
    font-weight: 600;
}
.breadcrumb-wrapper .custom-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-wellness-health-beauty .breadcrumb-wrapper {
    display: none;
}

.footer-links.footer-time ul li {
    padding-bottom: 0;
}

/* START - SEARCH CSS */
.search-wrapper h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    opacity: 1;
    text-transform: capitalize;
}
.header-section {
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e2e8f0;
}
.header-title h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}
.header-subtitle {
  color: #64748b;
  margin: 0;
}
.search-wrapper {
  margin-bottom: 2rem;
}
.page-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
}
.search-term {
  background: linear-gradient(135deg, var(--BlueColor), var(--DarkBlue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  position: relative;
}
.search-term::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--BlueColor), var(--DarkBlue));
  border-radius: 1px;
}
article {
  background: white;
  border-radius: 16px;
  padding: 3rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(59, 130, 246, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--BlueColor), var(--DarkBlue));
}
article:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: var(--BlueColor);
}
.entry-header {
  margin-bottom: 0;
}
.entry-title {
  margin: 0;
  line-height: 1;
  opacity: 1;
  font-size: inherit;
	margin-bottom: 10px;
}
.entry-title a {
  color: var(--DarkBlue);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.entry-title a:hover {
  color: var(--BlueColor);
}
.entry-title a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--BlueColor);
  transition: width 0.3s ease;
}
.entry-title a:hover::after {
  width: 100%;
}
.page-weight-loss .full-image-contentsection .left-image {
    min-height: auto;
}
/* END - SEARCH CSS */
/* START - 404 PAGE */
/* 404 Page Styles */
.error-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  position: relative;
  overflow: hidden;
}

.error-404::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.error-wrapper {
  text-align: center;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  padding: 4rem 3rem;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideInUp 0.8s ease-out;
}

.error-wrapper::before {
  content: '404';
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8rem;
  font-weight: 900;
  color: var(--DarkBlue);
  opacity: 0.1;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1;
  z-index: -1;
}

.error-wrapper .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--DarkBlue);
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  font-family: system-ui, -apple-system, sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.error-wrapper p {
  color: #666;
  font-size: 1.125rem;
  margin: 0 0 2.5rem 0;
  line-height: 1.6;
  opacity: 0.8;
}

.error-wrapper a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--BlueColor);
  color: white;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.error-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.error-wrapper a:hover::before {
  left: 100%;
}

.error-wrapper a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.error-wrapper a:active {
  transform: translateY(0);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-contrast: high) {
  .error-wrapper {
    background: white;
    border: 2px solid var(--DarkBlue);
  }

  .error-wrapper .page-title {
    color: var(--DarkBlue);
  }

  .error-wrapper a {
    border: 2px solid var(--DarkBlue);
  }
}
@media (prefers-reduced-motion: reduce) {
  .error-wrapper {
    animation: none;
  }

  .error-wrapper a {
    transition: none;
  }

  .error-wrapper a:hover {
    transform: none;
  }
}
@media (prefers-color-scheme: dark) {
  .error-wrapper {
    background: rgba(30, 30, 30, 0.95);
    color: #e5e5e5;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .error-wrapper .page-title {
    color: #e5e5e5;
  }

  .error-wrapper p {
    color: #b0b0b0;
  }
}

/* END - 404 PAGE */
/*Responsive*/

@media (max-width: 1600px){
	.full-image-contentsection .right-image,
	.full-image-contentsection .left-image {
   	 min-height: auto;
	}
}
@media only screen and (max-width:1550px) {

	/* header .main-logo img,
	header .main-logo {
		max-width: 200px;
	}
	header .main-logo img {
		left: 30px;
	} */
	header {
		padding: 20px 30px;
	}

	header .header-right .header-right-img {
		max-width: 550px;
	}

	header .mobile-menu-toggler {
		margin: 15px 0px 15px 10px;
	}

	header .header-right .header-right-content .header-search-bar {
		margin-left: 10px;
	}

	body .banner-section {
		padding-top: 130px;
	}

	.banner-item-title {
		top: -23px;
		margin-bottom: -23px;
	}

	.banner-item-title h3 {
		font-size: 35px;
	}

	.banner-inner-box .cm-row .banner-item:first-child {
		padding-top: 3.1%;
	}

	.banner-inner-box .cm-row .banner-item:nth-child(2) {
		padding-top: 10.5%;
	}

	.banner-inner-box .cm-row .banner-item:nth-child(3) {
		padding-top: 16.3%;
	}

	.banner-inner-box .cm-row .banner-item:last-child {
		padding-top: 24.8%;
	}

	.treatment_videoslider {
		max-width: 1300px;
	}

	.video_slider_counter .video_slides {
		max-width: 1300px;
	}

	.page-id-1846.page-template-template-landing-page .innerpage-main-content:last-child,
	.page-id-1841.page-template-template-landing-page .innerpage-main-content:last-child,
	.page-id-1836.page-template-template-landing-page .innerpage-main-content:last-child,
	.page-id-2121.page-template-template-landing-page .innerpage-main-content:last-child,
	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) {
		min-height: auto;
	}

	header .header-right .header-right-img {
		max-height: 205px;
	}

	.page-contact-us .innerpage-main-content .cm-container {
		max-width: 1280px;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form p,
	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone p,
	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description .con-add-phone p a {
		font-size: 20px;
	}

	.step_wise_process_section .row .process-steps .step .step_number {
		max-width: 250px;
		width: 100%;
	}
}

@media(max-width:1440px) {
	/* .step_wise_process_section .row .process-steps .step {
		width: 50%;
	} */

	.step_wise_process_section .row .process-steps .step .step_number {
		max-width: 400px;
		width: 100%;
		margin-inline: auto;
	}

	.step_wise_process_section .row .process-steps .step ul li {
		text-align: center;
		width: fit-content;
		margin-inline: auto;
	}

	.step_wise_process_section .row .process-steps .step ul li {
		padding: 0 0 5px 16px;
	}

	.step_wise_process_section .row .process-steps .step ul li::before {
		left: 0
	}

	.step p {
		max-width: 400px;
		width: 100%;
		margin-inline: auto;
		text-align: center !important;
	}

	/* .step:last-child {
    	margin-top: 35px;
	} */
	.step_wise_process_section .inner-process-btn {
		margin-top: 80px;
	}

	.step_wise_process_section .step {
		margin-bottom: 31px;
	}

	.left-column ul {
		width: auto;
	}
	.page-bridal-package .full-image-contentsection .full-description {
		padding: 1rem 2.25rem 1rem 3rem;
	}
	/* START - FOR IMAGES */

	/* END - FOR IMAGES */
}

@media only screen and (max-width: 1366px) {
	header .header-right .header-right-img {
		max-width: 450px;
	}

	.banner-item-inner {
		min-height: 480px;
	}

	.banner-inner-box .cm-row .banner-item {
		margin-right: 45px;
		width: calc(100% / 4 - 34px);
	}

	.banner-item-content {
		padding: 50px 30px;
	}

	.bluemed_menu_inner {
		padding: 60px 0 0;
	}

	header .social-icons {
		margin-top: 60px;
	}

	h2,
	.head2 {
		font-size: 70px;
		line-height: 1.2;
	}

	.bluemed_treatment_list .bluemed_treatment {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 35px;
	}

	.bluemed_treatment_list .bluemed_treatment span {
		margin-right: 30px;
	}

	.bluemed_ourtreatment {
		padding: 100px 0;
	}

	.bluemed_treatment_section .treatment_images img.active,
	.bluemed_treatment_section .treatment_images img.active+img {
		height: 420px;
		min-height: 420px;
	}

	.bluemed_treatment_videosection {
		padding: 90px 0;
	}

	.bluemed_treatment_videosection .section_title {
		margin-bottom: 20px;
	}

	.treatment_videoslider .item {
		padding: 0 100px;
	}

	.treatment_videoslider .item-inner {
		max-width: 850px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.treatment_videoslider {
		max-width: 1140px;
	}

	.bluemed_treatment_videosection::after {
		top: 53.2%;
	}

	.treatment_videoslider .slick-arrow {
		width: 80px;
		height: 80px;
		top: 45.7%;
	}

	.treatment_videoslider .slick-arrow.slick-next {
		top: calc(50% - 103px);
	}

	.video_title h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.testimonial-section {
		padding: 110px 0px;
	}

	/*.partner-section {
		padding: 120px 0px;
	}*/
	.video_slider_counter .video_slides {
		max-width: 1130px;
	}

	.video_slider_counter .video_slides span {
		width: 80px;
		height: 80px;
	}

	.video_slider_counter {
		top: calc(50% - 52px);
	}

	.testimonial-section .row .heading_col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}

	.testimonial-section .row .slider_image_col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.slider_image_col_inner .slider .slick-slide.slick-current {
		height: 600px;
	}

	.testimonial-section .row .slider_content_col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.slider_image_col_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.slider_image_col_inner .slider {
		width: 100%;
		max-width: 300px;
	}

	.testimonial-section .row .heading_col h2 {
		margin-bottom: 45px;
	}

	.slider_image_col_inner .slider .slick-current .testimonial_image_box {
		padding-bottom: 200%;
	}

	.innerpage-banner-section {
		height: 580px;
	}

	.innerpage-video-section {
		padding: 50px 0;
	}

	/* .innerpage-main-content {
		padding: 50px 0;
	} */
	.innerpage-video {
		max-width: 980px;
	}

	.single-our-experts .innerpages-description p,
	.single-our-experts .innerpages-description ul li,
	.single-our-experts .innerpages-description a {
		font-size: 25px;
	}

	.page-template-template-landing-page .bluemed_treatment_list .bluemed_treatment span {
		width: 35px;
	}

	header .header-right .header-right-img {
		max-height: 167px;
	}

	.innerpage-main-content .innerpages-description ul li::before {
		width: 65px;
		height: 65px;
		left: 20px;
		font-size: 45px;
		top: 26px;
	}

	.innerpage-main-content .innerpages-description ul li {
		padding: 40px 30px 40px 100px;
	}

	.page-hyperdilute-radiesse .full-image-contentsection .right-image img,
	.page-hyperdilute-radiesse .full-image-contentsection .left-image img,
	.page-clinical-facials .full-image-contentsection .right-image img {
		object-fit: contain;
	}


}

@media only screen and (max-width: 1250px) {
	.bluemed_treatment_list .bluemed_treatment {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 25px;
	}



	.bluemed_treatment_list .bluemed_treatment span {
		margin-right: 20px;
	}

	/* .bluemed_treatment_list .bluemed_treatment:first-of-type .testi-title {
		padding-left: 9px;
	} */

	.bluemed_treatment_section .treatment_images img {
		height: 400px;
		min-height: 400px;
	}

	.banner-item-title h3 {
		font-size: 25px;
		line-height: 1.3;
	}

	.banner-item-title {
		top: -15px;
		margin-bottom: -15px;
	}

	.banner-item-content {
		padding: 50px 20px;
	}

	.bluemed_treatment_section .treatment_detail {
		padding-left: 60px;
	}

	.treatment_videoslider .item-inner {
		max-width: 700px;
	}

	.treatment_videoslider {
		max-width: 1000px;
	}

	.treatment_videoslider .slick-arrow {
		top: 44.7%;
	}

	.treatment_videoslider .slick-arrow.slick-next {
		top: calc(50% - 106px);
	}

	.video_title h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.video_title {
		text-align: center;
		position: relative;
		top: -14px;
	}

	.play-button {
		top: 43.2%;
	}

	.treatment_videoslider .slick-arrow.slick-next {
		top: calc(50% - 108px);
	}

	.treatment_videoslider .slick-arrow {
		top: 43.7%;
	}

	.video_slider_counter .video_slides {
		max-width: 984px;
	}

	.video_slider_counter {
		top: calc(50% - 56px);
	}

	.page-id-1113.page-template-template-landing-page .step_wise_process_section .row .process-steps .step {
		width: 25%;
	}

	.expert-list-sec .expert-list-element .expert-list-right-des .xpert-excerpt p {
		max-width: 92%;
	}

	.bluemed_treatment_section .treatment_content p {
		font-size: 22px;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
		width: 33.33%;
	}

	.page-financing .full-image-contentsection .right-image img {
		height: calc(30vh - 119px);
	}
}

@media only screen and (max-width: 1050px) {
	header .header-right .header-right-img {
		max-width: 350px;
	}

	.bluemed_treatment_list {
		width: 100%;
	}

	.bluemed_treatment_section .treatment_images {
		width: 100%;
		position: relative;
		padding: 40px;
		height: 500px;
	}

	.bluemed_treatment_section .treatment_detail {
		padding-left: 60px;
		width: 100%;
	}

	.bluemed_treatment_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding-top: 50px;
	}

	.treatment_videoslider {
		max-width: 960px;
	}

	.testimonial-section {
		padding: 90px 0px;
	}

	/*.partner-section {
		padding: 90px 0px;
	}*/
	.video_slider_counter .video_slides {
		max-width: 950px;
	}

	.page-id-1195.page-template-template-landing-page .landing-page-banner .innerpage-banner-content,
	.page-id-2640.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		width: 50%;
	}

	/*.page-id-1195.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1199.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1306.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1339.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1351.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 {
    	font-size: 40px;
	}*/
	.page-id-1306.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		left: 0%;
	}

	header .header-right .header-right-img {
		max-height: 130px;
	}
}

@media only screen and (max-width: 1024px) {

	h1,
	.head1 {
		font-size: 50px;
		line-height: 75px;
	}

	/* .landing-page-banner, .landing-page-banner {
		height: 70vh;
	} */
	.page-contact-us .innerpage-main-content .scultpt-outer h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	.page-prp .full-image-first-section {
		padding-top: 0;
	}


	header .main-logo img {
		max-width: 200px;
	}

	blockquote {
		font-size: 25px;
	}

	.term-faces .full-image-contentsection .cm-container .row {
		align-items: stretch;
	}

	.innerpage-main-content .innerpages-description ul li::before {

		top: 40px;
	}

	.innerpage-main-content .innerpage-title {
		padding: 40px 20px 40px 20px;
	}

	.list-item {
		padding: 25px;
		flex: 0 0 calc(50% - 21px);
	}

	header {
		padding: 20px 20px;
	}
	.breadcrumb-wrapper {
    padding: 15px 20px;
}
	.innerpage-main-content .innerpage-cta-btn a {
		font-size: 25px;
	}

	.full-description .action_schedule {
		padding-top: 50px;
	}

	.full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
		font-size: 25px;
	}

	.page-botox .full-image-contentsection.xpect-sec-new:nth-of-type(even) .row {
      flex-direction: column-reverse;
    }
	.page-botox .full-image-contentsection .video_col {
		width: 100%;
	}
	.page-botox .full-description p {
    	max-width: 100%;
	}
	.listing-detail-wrapper {
		padding: 80px 0;
	}

	.bookpage-main-content .scultpt-outer .innerpages-description p {
		font-size: 20px;
	}

	.page-chemical-peel .testimonial_video img {
		height: 100%;
	}

	/* .full-image-first-section{
		padding-top: 80px;
	} */
	.page-rf-microneedling .full-image-first-section {
		padding-top: 0;
	}
	.full-image-contentsection .full-description {
    	padding: 2rem;
	}
	.innerpage-faq-section {
		padding: 80px 0;
	}

	.right-column {
		position: inherit;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner {
		margin-bottom: 0;
	}

	.right-column ul li {
		font-size: 20px;
	}

	.page-botox .full-image-contentsection.xpect-sec-new .row video,
	.page-botox .left-image img {
		width: 100%;
		height: 700px;
	}

	.term-buttock-tone-and-lift .full-image-contentsection .left-image img,
	.term-buttock-tone-and-lift .full-image-contentsection .right-image img {
		height: auto;
		object-fit: cover;
	}

	.page-botox .full-image-contentsection .full-description,
	.page-botox .full-image-contentsection .left-image {
		width: 100%;
	}

	.left-right-content p {
		font-size: 20px;
	}

	.left-right-content h2 {
		font-size: 30px;
	}

	/* section.full-image-contentsection.xpect-sec-new:nth-child(odd) .row
	{
    flex-direction: column-reverse;
	} */
	/* .page-neck-platsyma-bands .full-image-contentsection.xpect-sec-new:nth-child(odd) .row {
      flex-direction: row;
   } */
	.listing-detail-row span {
		font-size: 21px;
	}

	.listing-detail-row p:first-child {
		padding-bottom: 20px;
	}

	.listing-detail-row ul+p {
		padding: 10px 0;
	}

	.listing-detail-row ul li {
		padding-left: 20px;
		padding-bottom: 8px;
		font-size: 21px;
	}

	.listing-detail-row p {
		font-size: 21px;
	}

	.innerpage-main-content .innerpages-description ul li h3 {
		font-size: 22px;
	}

	.page-dermal-fillers .full-image-contentsection .row,
	.page-prp .full-image-contentsection .row {
		align-items: stretch;
	}

	.image-gallery-section {
		padding: 80px 0;
	}

	.bluemed_ourtreatment {
		padding: 80px 0;
	}

	.step_wise_process_section {
		padding: 80px 0;
	}

	.step_wise_process_section .inner-process-btn {
		margin: 30px 0 0 0;
	}

	.check-points-sec.bg-white .points-list,
	.term-rosacea .points-list,
	.term-hair-restoration .points-list {
		grid-template-columns: 1fr 1fr;
	}

	.term-rosacea .check-points-sec,
	.term-hair-restoration .check-points-sec {
		padding: 60px 20px 80px 20px;
	}

	.step_wise_process_section .row h2 {
		font-size: 3.5vw;
	}

	.step_wise_process_section a {
		margin: 0;
	}

	/* .landing-banner-content {
		top: 50px;
		left: 50px;
	} */


	.innerpage-main-content .innerpages-description h3 {
		margin-bottom: 12px;
		font-size: 3vw;
	}

	.consultation-left h3 {
		font-size: 2vw;
	}

	.consultation-left h2 {
		font-size: 40px;
	}

	.calltoaction-btn a {
		font-size: 18px;
		padding: 10px 15px 10px 15px;
		border-radius: 10px;
	}

	.testimonial p,
	.list-item p {
		font-size: 25px;
	}

	.full-image-contentsection .row .full-description h3 {
		padding-bottom: 30px;
		font-size: 30px;
	}

	.spacing {
		font-size: 36px !important;
	}

	/* .page-botox .full-description p {
    	padding-bottom: 15px;
	} */
	.page-financing .right-image {
		padding: 50px 0 0 0;
	}

	.slider_image_col_inner .slider .slick-current .testimonial_image_box {
		padding-bottom: 175%;
	}

	.check-points-sec {
		padding: 80px 20px 80px 20px;
	}

	.check-points-sec .innerpage-title {
		padding-bottom: 30px;
	}

	.list-item h4 {
		font-size: 35px;
	}

	.innerpage-title h2 {
		font-size: 50px;
	}

	/* .list-item {
    padding: 25px;
	} */
	.landing_page_testimonial {
		padding: 80px 0;
	}

	.slider_image_col_inner .slider .testimonial_image_box {
		padding-bottom: 160%;
	}

	.testimonial-inner p {
		font-size: 18px;
	}

	.testimonial-inner p::after,
	.testimonial-slide-content p::before {
		width: 20px;
		height: 20px;
	}

	.testimonial-section .testimonial-slide-top {
		margin-bottom: 45px;
	}

	.slider_content_col_inner {
		padding-bottom: 52px;
	}

	.testimonial-section .slick-prev,
	.testimonial-section .slick-next {
		width: 42px;
		height: 42px;
		padding: 0;
	}

	.slider_image_col_inner .slider .slick-slide.slick-current {
		height: 525px;
	}

	.slides-numbers .active,
	.slides-numbers {
		font-size: 25px;
	}

	.our-expert-container .innerpage-title {
		margin-bottom: 50px;
	}

	.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
	.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .cm-container,
	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .cm-container {
		max-width: 98%;
	}

	.single-our-experts .innerpages-description {
		padding: 60px 0;
	}

	.single-our-experts .expert-advice-sec {
		padding: 70px 0;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed .expert-advice-para-slide .expert-advice-paras p {
		font-size: 3vw;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content {
		aspect-ratio: 683/570;
	}

	.expert-list-sec {
		padding: 70px 0;
	}

	.expert-list-sec .expert-list-inner-sec>h1 {
		font-size: 60px;
	}

	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content {
		padding: 50px 30px;
	}

	.page-id-3370 .innerpage-main-content {
		background-size: 100% 220% !important;
	}

	.membership_Agreement {
		margin-bottom: 40px;
	}

	.page-laser-treatments .full-image-contentsection .cm-container .row {
		align-items: stretch;
	}
	.page-subnovil-plasma-pen .image-gallery-section {
		padding: 0 0 80px 0;
	}
}

@media only screen and (max-width: 991px) {

	h2,
	.head2 {
		font-size: 50px;
		line-height: 1.4;
	}

	header .header-right .header-right-img {
		max-width: 270px;
	}

	body .banner-inner-box .cm-row .banner-item.aos-animate:first-child,
	body .banner-inner-box .cm-row .banner-item.aos-animate:nth-child(2),
	body .banner-inner-box .cm-row .banner-item.aos-animate:nth-child(3),
	body .banner-inner-box .cm-row .banner-item.aos-animate:last-child {
		padding-top: 0;
	}

	body.banner-section-to-top .banner-title h1 span:last-child {
		padding-top: 0;
	}

	.awards-partner-logos {
		flex-wrap: wrap;
		gap: 10px;
	}

	.page-bodytite .step_wise_process_section {
		padding-top: 0;
	}

	.awards-partner-section h2,
	.partner-section h2 {
		font-size: 30px;
	}

	.banner-inner-box .cm-row {
		gap: 55px 50px;
	}

	.extra-images {
		padding: 50px 20px 0 20px;
	}

	.banner-inner-box .cm-row .banner-item {
		margin-right: 0;
		width: calc(100% / 2 - 25px);
	}
	.innerpage-main-content p {

		font-size: 2.5vw;
	}
	body .banner-title {
		position: relative;
		padding: 0 20px;
		max-width: 800px;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	/* .awards-partner-logos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
} */
	.innerpage-faq-section .faq-question-answer {
		width: calc(100% - 75px);
	}

	.awards-partner-logos .partner-logo-img:nth-child(4n) {
		border: transparent;
	}

	.innerpage-faq-section .innerpage-title h2 {
		font-size: 60px;
		margin-bottom: 10px;
	}

	.treatment_videoslider.videoactive .slick-arrow.slick-prev {
		top: 496px !important;
	}

	.page-id-2312 .full-image-contentsection .action_schedule {
		margin-top: 0 !important;
	}

	.treatment_videoslider.videoactive .slick-arrow {
		visibility: hidden !important;
	}

	body .banner-title h1 span {
		font-size: calc(6.25vw + 20px);
		line-height: 1.1;
	}

	body .banner-section {
		padding-top: 70px;
	}

	.banner-inner-box {
		padding-top: 30px;
	}

	.bluemed_menu ul li a {
		font-size: 25px;
	}
	/* .step_wise_process_section .step {
		margin: 0;
		padding: 10px 0 10px 0 !important;
	} */
	.bluemed_menu_inner {
		padding-top: 50px;
	}

	.page-financing .full-image-contentsection:nth-child(even) .cm-container .row {
		flex-direction: column;
	}

	.bluemed_ourtreatment {
		padding: 80px 0 90px;
	}

	.bluemed_listoftreatment {
		margin-top: 50px;
	}

	.step_wise_process_section .row .process-steps .step {
		width: 100%;
      margin-bottom: 0;
      padding-bottom: 0;
	}

	.page-id-2312.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpage-banner-desc h1 {
		font-size: 37px;
	}

	.step_wise_process_section {
		padding: 50px 0;
	}

	.step_wise_process_section .row .process-steps {
		margin-top: 30px;
	}

	.bluemed_treatment_detail {
		padding-bottom: 0;
	}

	.step:last-child {
		margin-top: 0;
	}

	.step_wise_process_section .inner-process-btn {
		text-align: center;
		margin-top: 0;
	}

	.footer-links h4 {
		font-size: 22px;
		line-height: 1.1;
		margin-bottom: 10px;
	}

	footer ul li a,
	footer ul li {
		font-size: 18px;
		line-height: 34px;
	}

	footer {
		padding: 70px 0 0;
	}

	.footer-bottom {
		margin-top: 60px;
		padding: 20px 0;
	}

	footer .footer-top {
		width: 65%;
	}

	footer .contact-timing {
		width: 35%;
	}

	.treatment_videoslider .slick-arrow {
		position: relative;
		width: 50px;
		height: 50px;
		border: solid 1px var(--White) !important;
		margin-top: 0;
	}

	.treatment_videoslider {
		max-width: 960px;
		padding: 0 50px;
	}

	.treatment_videoslider .slick-arrow {
		position: relative;
		top: 0 !important;
		left: calc(50% - 50px);
	}

	.treatment_videoslider .slick-arrow.slick-next {
		border: none;
		margin-left: 60px;
	}

	.bluemed_treatment_videosection {
		padding: 70px 0;
	}

	.bluemed_treatment_videosection .section_title {
		margin-bottom: 0;
	}

	.treatment_videoslider .slick-arrow.slick-prev {
		position: absolute;
		top: calc(100% - 50px) !important;
	}

	.bluemed_treatment_videosection::after {
		top: calc(50% - 21px);
	}

	.testimonial-section {
		padding: 60px 0px;
	}

	/*.partner-section {
		padding: 60px 0px;
	}*/
	.testimonial-section .row .heading_col h2 {
		margin-bottom: 25px;
	}

	.video_slider_counter {
		display: none;
	}

	.innerpage-banner-title h1 {
		font-size: calc(4.5vw + 20px);
	}

	/* .innerpage-title h2,
	.innerpages-description h2 {
		font-size: calc(3vw + 10px) !important;
	} */
	.innerpage-main-content .innerpages-description p {
		margin-bottom: 35px;
	}

	.innerpages-after-before-gallery {
		padding: 20px 0;
	}

	.innerpage-video {
		margin: 15px auto 20px;
		max-width: 600px;
	}

	.after-before-gallery-inner {
		gap: 30px;
	}

	.page-bridal-package .innerpage-video-section+.innerpage-main-content {
		padding-top: 40px !important;
	}

	.innerpage-banner-section {
		height: 480px;
	}

	.innerpage-main-content+.action_schedule {
		padding-bottom: 40px;
		text-align: center;
	}

	.innerpages-description p img+img {
		width: calc(100% / 2 - 17px);
	}

	/* .full-image-contentsection .left-image {
		padding-right: 40px;
	} */
	.xpect-sec-new .row .full-description ul {
		column-count: 1;
	}

	.page-template-template-landing-page .innerpage-main-content .innerpages-description {
		padding: 20px 0;
	}


	.page-template-template-landing-page .step_wise_process_section .row .process-steps .step h4 {
		font-size: 16px;
	}

	.page-template-template-landing-page .innerpage-faq-section .innerpage-title h2 {
		font-size: 60px !important;
	}

	.page-template-template-landing-page .innerpage-faq-section .faq-question-answer {
		width: calc(100% - 75px);
	}

	.innerpage-faq-section .faq-question-answer .faq-question-answer-item {
		width: 48%;
	}




	/* .page-template-template-landing-page .full-image-contentsection .row .full-description h4,
	.page-template-template-landing-page .full-image-contentsection .row .full-description p,
	.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description p,
	.page-id-899.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description p,
	.page-id-2593.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description p,
	.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpages-description p,
	.page-template-template-landing-page .full-image-contentsection .row .full-description ul li,
	.page-id-2352.page-template-template-landing-page .full-image-contentsection .row .full-description p,
	.page-id-2352.page-template-template-landing-page .full-image-contentsection .row .full-description ul li,
	.home .innerpage-main-content .innerpages-description p,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li a,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content p,
	.page-bridal-package .innerpages-description p {
		font-size: 2.5vw;
	} */
	.page-id-1113.page-template-template-landing-page .step_wise_process_section .row .process-steps .step {
		width: 49%;
		margin-bottom: 20px;
	}

	.page-id-1113.page-template-template-landing-page .step_wise_process_section .row .process-steps {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.aft-wrapper .container {
		width: 100%;
		max-width: 700px;
	}

	/* .full-image-contentsection .left-image img,
	.full-image-contentsection .right-image img {
		height: 70vh;
	} */

	.aft-wrapper {
		padding: 50px 20px;
	}

	.landing_page_testimonial h2 {
		padding-bottom: 25px;
	}

	.page-hyperdilute-radiesse .full-image-contentsection .full-description {
		padding: 30px 20px 30px 20px;
	}

	.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 {
		font-size: 4.5vw;
	}

	.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description,
	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description {
		padding: 40px 0;
	}

	.page-id-1386.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		left: 0;
	}

	.page-id-1386.page-template-template-landing-page .iconbox-section:nth-child(15) .landingpage_iconbox .iconbox {
		width: 100%;
	}

	.page-id-1306.page-template-template-landing-page .full-image-contentsection:nth-child(7) .full-description h4 {
		font-size: 25px;
	}

	.page-id-1567.page-template-template-landing-page .full-image-contentsection .row .full-description,
	.page-id-1572.page-template-template-landing-page .full-image-contentsection .row .full-description {
		padding: 0 0.25rem 0 1rem;
	}

	.expert-det-sec .expert-det-content h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.expert-det-sec .expert-det-content p {
		font-size: 20px;
	}

	.expert-det-sec .expert-det-content {
		padding: 40px 20px;
	}

	.page-contact-us .innerpage-main-content .innerpage-title h2 {
		max-width: 100%;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design {
		gap: 25px;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design {
		flex-wrap: wrap;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form,
	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con {
		width: 100%;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-side-img img {
		max-width: 70%;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description p,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description ul li,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h5 {
		font-size: 2.5vw;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue {
		gap: 20px;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue .iner-box-blue {
		padding: 30px 15px;
		width: 45%;
	}

	.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(3) .row .full-description div div,
	.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(4) .row .full-description div div,
	.expert-list-sec .expert-list-element .expert-list-left-img,
	.expert-list-sec .expert-list-element .expert-list-right-des,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-left-img,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content {
		width: 100%;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .pop-treatment-div-midl .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
		width: 50%;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
		width: 33.33%;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .note-des {
		max-width: 100%;
	}

	header .header-right .header-right-img {
		max-height: 100px;
	}

	.expert-list-sec .expert-list-element .expert-list-left-img {
		padding-right: 0;
	}

	.expert-list-sec .expert-list-element .expert-list-left-img img {
		aspect-ratio: unset;
		height: 100%;
		object-fit: contain;
		width: auto;
		width: 100%;

	}

	.expert-list-sec .expert-list-element .expert-list-left-img a {
		height: auto;
	}

	.expert-list-sec .expert-list-element:before {
		right: 0;
		left: 0;
	}

	.expert-list-sec .expert-list-element .expert-list-right-des .xpert-excerpt p {
		max-width: 100%;
	}

	.page-id-3370 .innerpage-main-content {
		background-size: 100% 360% !important;
		min-height: auto;
	}

	.blue_member_wrapper>* {
		width: 100%;
	}

	.blue_member_wrapper {
		gap: 10px;
	}

	.full-image-contentsection:has(.diamond_membership) .full-description {
		padding: 40px;
	}

	.page-bridal-package .innerpages-description h1,
	.page-bridal-package .innerpages-description h1 span.banner_span {
		font-size: 30px;
	}

	.page-bridal-package .innerpages-description p {
		font-size: 20px;
		line-height: 1.5;
	}

	.full-image-contentsection .video_col {
		width: 100%;
	}

	.right-column {
		flex-direction: column;
	}

	.page-clinical-facials .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-jowls .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-double-chin-reduction .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-coolpeel-resurfacing .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-neck-platsyma-bands .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-tear-trough-correction .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-jawline-and-chin-contouring .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-kybella .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-tetra-co2-laser .full-image-contentsection .cm-container:nth-child(odd) .row,
	.page-lip-augmentation .full-image-contentsection .cm-container:nth-child(odd) .row{
		flex-direction: column-reverse;
	}

	.page-clinical-facials .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-clinical-facials .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-jowls .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-double-chin-reduction .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-coolpeel-resurfacing .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-neck-platsyma-bands .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-tear-trough-correction .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-jawline-and-chin-contouring .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-kybella .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-tetra-co2-laser .full-image-contentsection:nth-child(even) .cm-container .row,
	.page-lip-augmentation .full-image-contentsection:nth-child(even) .cm-container .row{
		flex-direction: column;
	}

	.full-image-contentsection .cm-container:nth-child(odd) .row {
		flex-direction: column;
	}

	.full-image-contentsection:nth-child(even) .cm-container .row {
		flex-direction: column-reverse;
	}

	.full-image-contentsection .full-description {
		width: 100%;
	}

	.full-image-contentsection .left-image,
	.full-image-contentsection .right-image {
		width: 100%;
		min-height: auto;
	}

	/* .full-description p,
	.testimonial p,
	.innerpage-main-content p {
    font-size: 2.5vw;
} */
	.page-hyperdilute-radiesse .full-image-contentsection:nth-of-type(even) .row {
		flex-direction: column-reverse;
	}

	.page-hyperdilute-radiesse .full-image-contentsection:nth-of-type(odd) .row {
		flex-direction: column;
	}

	/* This is css Apply for Right image */
	/* .page-lip-augmentation .full-image-contentsection:nth-of-type(odd) .row,
	.page-jowls .full-image-contentsection:nth-of-type(odd) .row,
	.page-double-chin-reduction .full-image-contentsection:nth-of-type(odd) .row,
	.page-coolpeel-resurfacing .full-image-contentsection:nth-of-type(odd) .row,
	.page-neck-platsyma-bands .full-image-contentsection:nth-of-type(odd) .row,
	.page-tear-trough-correction .full-image-contentsection:nth-of-type(odd) .row,
	.page-jawline-and-chin-contouring .full-image-contentsection:nth-of-type(odd) .row,
	.page-dermal-fillers .full-image-contentsection:nth-of-type(odd) .row,
	.page-botox .full-image-contentsection:nth-of-type(odd) .row,
	.term-faces .full-image-contentsection:nth-of-type(odd) .row,
	.page-tetra-co2-laser .full-image-contentsection:nth-of-type(odd) .row,
	.page-kybella .full-image-contentsection:nth-of-type(odd) .row,
	.term-bodies .full-image-contentsection:nth-of-type(odd) .row,
	.page-weight-loss .full-image-contentsection:nth-of-type(odd) .row,
	.term-wellness .full-image-contentsection:nth-of-type(odd) .row,
	.page-hyperdilute-radiesse .full-image-contentsection:nth-of-type(odd) .row{
			flex-direction: column-reverse;
	} */

	/* This is css Apply for Right image */
	/* .page-lip-augmentation .full-image-contentsection:nth-of-type(even) .row,
	.page-jowls .full-image-contentsection:nth-of-type(even) .row,
	.page-double-chin-reduction .full-image-contentsection:nth-of-type(even) .row,
	.page-coolpeel-resurfacing .full-image-contentsection:nth-of-type(even) .row,
	.page-neck-platsyma-bands .full-image-contentsection:nth-of-type(even) .row,
	.page-tear-trough-correction .full-image-contentsection:nth-of-type(even) .row,
	.page-jawline-and-chin-contouring .full-image-contentsection:nth-of-type(even) .row,
	.page-dermal-fillers .full-image-contentsection:nth-of-type(even) .row,
	.page-botox .full-image-contentsection:nth-of-type(even) .row,
	.term-faces .full-image-contentsection:nth-of-type(even) .row,
	.page-tetra-co2-laser .full-image-contentsection:nth-of-type(even) .row,
	.page-kybella .full-image-contentsection:nth-of-type(even) .row,
	.term-bodies .full-image-contentsection:nth-of-type(even) .row,
	.page-weight-loss .full-image-contentsection:nth-of-type(even) .row,
	.term-wellness .full-image-contentsection:nth-of-type(even) .row,
	.page-hyperdilute-radiesse .full-image-contentsection:nth-of-type(even) .row{
			flex-direction: column;
	} */
	.page-financing .full-image-contentsection .right-image img {
		height: auto;
	}

	.full-description p {
		font-size: 2.5vw;
	}
		.book-now.mobile-btn {
		display: block;
	}

	.client-portal.mobile-btn {
		display: block;
	}

	.client-portal.mobile-btn a {
		border: 1px solid var(--BlueColor);
		color: var(--BlueColor);
		margin-top: 15px;
	}
	.book-now.desktop-btn, .client-portal.desktop-btn {
        display: none;
    }
	.blvd-book-now {
      background: var(--BlueColor);
    }
}

@media only screen and (max-width: 767px) {

	/* .innerpage-title {
    	padding: 50px 0 0 50px;
	} */
	/* .term-clinical-spa-services .full-image-contentsection:nth-of-type(even) .row,
	 .term-spider-veins .full-image-contentsection:nth-of-type(even) .row,
	 .term-spider-veins .full-image-contentsection:nth-of-type(even) .row,
	 .page-neck-platsyma-bands .full-image-contentsection.xpect-sec-new:nth-child(odd) .row{
        flex-direction: column-reverse;
    } */
	h1,
	.head1 {
		font-size: 40px;
		line-height: 50px;
	}

	.bookpage-left-content .scultpt-outer .innerpages-description p {
		font-size: 25px;
	}
	.breadcrumb-wrapper .custom-breadcrumbs span {
    font-size: 20px;
    font-weight: 600;
	}
	.innerpage-main-content .innerpages-description p {
		margin-bottom: 15px;
	}

	.listing-detail-row ul li:before {
		top: 11px;
	}
	article {
		padding: 2rem;
	}
	.search-wrapper {
    margin-bottom: 1rem;
	}
	.search-wrapper h1 {
    font-size: 30px;
	}
	.step p {
		max-width: 100%;
	}
	.innerpage-main-content:nth-child(3) .innerpages-description ul li h3 {
    font-size: 25px;
	}
	.innerpage-main-content:nth-child(3) .innerpages-description ul li p	{
    font-size: 23px;
	}
	.bookpage-cta-btn a {
		font-size: 20px;
	}
	.social-icons ul#menu-footer-social li {
    	margin-bottom: 0;
	}
	#nav_menu-2 {
    margin-bottom: 10px;
}
	.partner-logo-img {
		width: 25%;
		padding: 10px;
	}
	.error-wrapper .page-title {
    font-size: 2rem;
	}
	.error-404 {
    min-height: 70vh;
	}
	.error-wrapper {
    	padding: 3rem 2rem;
	 }
	.page-subnovil-plasma-pen .image-gallery-section {
    	padding: 0 0 60px 0;
	}
	.page-subnovil-plasma-pen .image-gallery-single-image {
    	height: auto;
		width: 100%;
	}
	.partner-logo-img:nth-child(6n) {
		border-right: 1px solid #C7C7C7;
	}

	.partner-logo-img:nth-child(n+19) {
		border-bottom: 1px solid #C7C7C7;
	}

	.partner-logo-img:nth-child(4n) {
		border-right: none;
	}

	.partner-logo-img:nth-child(n+21) {
		border-bottom: none;
	}

	.page-bridal-package .full-image-contentsection .row {
		flex-direction: column-reverse !important;
	}

	.new-hm-repe-inr-sec .new-hm-rep-parent:nth-of-type(odd) .new-hm-rep-elemt {
		flex-direction: column-reverse;
	}

	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3 a {
		font-size: 40px;
	}

	.page-xeomin .right-image .extra-images .extra-image-item img,
	.page-botox .right-image .extra-images .extra-image-item img {
		max-width: 300px;
		width: 100%;
	}

	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content ul li a,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content p {
		font-size: 30px;
	}
	.breadcrumb-wrapper {
    padding: 15px 20px;
	}
	.page-bridal-package .full-image-contentsection .right-image img {
		width: 100%;
		height: 100%;
	}

	.page-financing .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
		font-size: 18px;
	}

	.listing-detail-wrapper {
		padding: 50px 0;
	}

	.page-weight-loss .full-image-first-section {
		padding-top: 0;
	}

	.innerpage-faq-section {
		padding: 50px 0;
	}

	.bookpage-title h2 {
		font-size: 35px;
	}

	.bookpage-cta-btn a,.innerpage-main-content p {
		font-size: 20px;
	}

	.book-now.mobile-btn {
		display: block;
		margin-bottom: 0;
	}

	.client-portal.mobile-btn {
		display: block;
		margin-bottom: 0;
	}
	.topmenuactive .header-image img {
    max-height: 100%;
}

	.client-portal.mobile-btn a {
		border: 1px solid var(--BlueColor);
		color: var(--BlueColor);
		margin-top: 15px;
	}

	#headerImg {
		margin-left: 25px;
	}

	.right-column {
		justify-content: flex-start;
		padding-top: 25px;
	}

	.bluemed_menu .bluemed_menu_inner .nav-item {
		padding-bottom: 30px !important;
	}

	.left-column ul {
		position: inherit;
		padding-top: 25px;
	}

	.left-column ul li {
		font-size: 20px;
	}

	.page-juvederm-volbella-xc .spacing {
		padding-top: 25px;
	}

	.book-now.desktop-btn,
	.client-portal.desktop-btn {
		display: none;
	}

	.blvd-book-now {
		background: var(--BlueColor);
	}

	.right-column ul {
		margin-bottom: 0;
	}

	/*
	.full-image-contentsection .left-image img,
	.full-image-contentsection .right-image img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	} */

	.page-dermal-fillers .left-image img,
	.page-dermal-fillers .full-image-contentsection .right-image img {
		height: auto;
	}

	.page-prp-bio-filler .full-image-contentsection {
		padding-bottom: 80px;
	}

	/* .full-image-contentsection .right-image,
	.full-image-contentsection .left-image{
		padding-right: 20px;
		padding-left: 20px;
	} */
	/* .full-image-contentsection:nth-of-type(even) .row {
    		flex-direction: column-reverse;
		} */
	.full-image-contentsection.xpect-sec-new .row video {
		width: 100%;
	}

	.term-clinical-spa-services .full-image-contentsection:nth-of-type(odd) .row,
	.term-spider-veins .full-image-contentsection:nth-of-type(odd) .row,
	.term-spider-veins .full-image-contentsection:nth-of-type(odd) .row {
		flex-direction: column;
	}

	.page-tear-trough-correction .image-gallery-section {
		padding: 50px 0 0 0;
	}

	.innerpage-banner-content {
		padding: 10px 40px 40px 40px;
	}

	/* .page-dermal-fillers .full-image-contentsection .row {
    flex-direction: column-reverse;
	} */
	.page-botox .full-image-contentsection.xpect-sec-new .row video {
		height: 100%;
	}

	.innerpage-banner-desc p {
		font-size: 20px;
	}

	.bluemed_ourtreatment {
		padding: 50px 0;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed .expert-advice-para-slide .expert-advice-paras p svg {
		height: 32px;
	}

	.innerpage-title h2,
	.landing_page_testimonial h2,
	.consultation-left h2,
	.step_wise_process_section .row h2 {
		font-size: 35px;
		line-height: 1.3;
	}

	.check-points-sec.bg-white .points-list,
	.term-rosacea .points-list,
	.term-hair-restoration .points-list {
		grid-template-columns: 1fr;
	}

	blockquote {
		font-size: 23px;
		line-height: 1.5;
	}

	.list-points {
		padding-top: 30px;
	}

	.term-rosacea .check-points-sec,
	.term-hair-restoration .check-points-sec {
		padding: 50px 20px 50px 20px;
	}

	.image-gallery-section-inner {
		gap: 15px !important;
	}

	.step_wise_process_section a {
		padding: 10px 26px;
	}

	.image-gallery-section .image-gallery-single-image {
		padding-right: 15px;
	}

	.step_wise_process_section .row .process-steps .step p {
		padding: 0;
	}

	.innerpage-main-content .innerpages-description h3,
	.full-image-contentsection .row .full-description h3,
	.consultation-left h3 {
		font-size: 35px;
		line-height: 1.1;
	}
 	.full-image-contentsection .row .full-description h3{
	   padding-bottom: 10px;
 	}
	.full-description p {
		font-size: 20px;
	}

	.testimonial p {
		font-size: 22px;
	}

	.innerpage-main-content p {
		font-size: 25px;
	}

	.check-points-sec {
		padding: 50px 20px 50px 20px;
	}

	.list-item {
		padding: 20px;
		flex: 0 0 calc(100% - 21px);
	}

	.list-item h4 {
		font-size: 30px;
	}

	.points-list {
		flex-direction: column;
	}

	.row {
		margin: 0;
	}

	.check-points-sec.bg-white .points-list {
		grid-template-columns: 1fr;
	}

	.bluemed_treatment_section .treatment_images {

		margin-bottom: 25px;
	}

	.list-item h4 {
		padding: 15px 0;
	}

	/* .landing-banner-content {
		position: static;
	} */
	.custom-banner-title {
		padding: 40px 40px 0px 40px;
	}

	.innerpabe-banner-button a {
		font-size: 16px;
	}

	.list-item p {
		font-size: 25px;
	}

	.landing_page_testimonial {
		padding: 50px 0;
	}

	.landing_page_testimonial .row .landing_testimonial .testimonial_video {
		width: 100%;
	}

	h2,
	.head2 {
		font-size: 33px;
		line-height: 1.3;
	}

	.scultpt-outer {
		padding: 50px 0 50px 0;
	}

	/* .innerpage-title h2,
	.innerpages-description h2 {
		font-size: calc(3vw + 20px) !important;
		line-height: 1.3;
	} */
	/* html, body{
		overflow-x: hidden;
		overflow-y: auto;
	} */
	.site {
		overflow: hidden;
		min-height: 100vh;
	}

	.section_title span {
		font-size: 22px;
		line-height: 1.1;
	}

	header {
		padding: 20px;
		gap: 15px;
	}

	/* header {
		position: fixed;
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
		background-color: #181717;
	} */
	/*main{
		padding-top: 95px;
	}*/
	header .social-icons ul {
		padding: 0 20px;
	}

	header .main-logo img,
	header .main-logo {
		max-width: 180px;
	}

	header .main-logo img {
		left: 20px;
		top: 20px;
	}

	header .header-right .header-right-img {
		display: none;
	}

	header .mobile-menu-toggler {
		margin: 0;
		padding: 0;
		padding: 0;
	}

	.banner-inner-box .cm-row .banner-item {
		margin-right: 0;
		width: 100%;
		max-width: 550px;
		margin: 0 auto !important;
	}

	.banner-title {
		padding: 0 30px;
	}

	.banner-inner-box .cm-row {
		gap: 30px 0;
		padding: 0 20px;
	}

	.banner-item-title h3 {
		font-size: 30px;
	}

	.banner-item-title {
		top: -20px;
		margin-bottom: -25px;
	}

	.banner-item-inner {
		min-height: 400px;
	}

	body .banner-title {
		max-width: 590px;
	}

	.banner-inner-box {
		padding-top: 20px;
	}

	.bluemed_menu_inner .cm-row> :last-child {
		border: none;
	}

	.bluemed_menu_inner .cm-row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.bluemed_menu ul li {
		margin-bottom: 15px;

	}

	.bluemed_menu_inner {
		padding-top: 0;
		border-top: transparent;
	}

	header .social-icons {
		margin-top: 0px;
	}

	.bluemed_menu_inner .cm-row> :last-child {
		height: 300px;
      text-align: left;
      margin-bottom: 30px;
      width: 100%;
      display: block;
    	height: 350px;
	}
	.nav-item .menu-menu-1-container #primary-menu li {
    	margin-bottom: 15px;
	}
	/* .landing-page-banner, .landing-page-banner {
		height: 50vh;
	} */
	.bluemed_menu_inner .cm-row> :last-child img {
		/* width: 100%; */
      -o-object-fit: cover;
      object-fit: contain;
      text-align: left;
	}

	/* .bluemed_menu ul li a {
		font-size: 18px;
	} */

	.bluemed_menu_inner .cm-row>* {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
	}

	.bluemed_menu {
		padding: 30px 0 0;
	}

	.topmenuactive header {
		padding: 5px;
	}

	.bluemed_treatment_section .treatment_content {
		max-width: 100%;
	}

	.bluemed_treatment_section .treatment_detail {
		padding-left: 0;
		width: 100%;
		padding-top: 15px;
		max-width: 100%;
	}

	.bluemed_treatment_list .bluemed_treatment {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	.bluemed_listoftreatment {
		margin-top: 30px;
	}

	.bluemed_treatment_detail {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 25px;

	}

	.bluemed_treatment_section .treatment_link {
		margin-top: 20px;
		padding: 16px 30px 12px;
		line-height: normal;
	}

	.bluemed_ourtreatment {
		padding: 40px 0 50px;
	}

	.bluemed_treatment_section .treatment_images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.bluemed_treatment_list {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.testimonial-section .row .slider_content_col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 3%;
		padding-left: 15px;
	}

	.slider_image_col_inner .slider .slick-slide.slick-current {
		height: 420px;
	}

	.testimonial-section .row .slider_image_col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.slider_image_col_inner {
		display: block;
	}

	.slider_image_col_inner .slider {
		width: auto;
		max-width: unset;
	}

	.slider_image_col_inner .slider .slick-current .testimonial_image_box {
		padding-bottom: 140%;
	}

	.slider_image_col_inner .slider .testimonial_image_box {
		padding-bottom: 120%;
	}

	.slider_image_col_inner .slider .testimonial_image_box img {
		-o-object-position: top;
		object-position: top;
	}


	footer .footer-top>div {
		width: 100%;
		margin-bottom: 20px;
	}

	footer {
		padding: 40px 0 0;
	}

	.footer-bottom {
		margin-top: 30px;
		/* padding: 15px; */
	}

	footer .contact-timing>div:first-child {
		margin-bottom: 50px;
	}

	.footer-links h4 {
		margin-bottom: 5px;
	}

	footer ul li a,
	footer ul li {
		font-size: 18px;
		line-height: 30px;
	}

	footer .footer-top>div.footer-logo-icon {
		margin-bottom: 30px;
	}

	footer .contact-timing,
	footer .footer-top {
		width: 100%;
	}

	.copyright p {
		text-align: left;
	}

	.social-icons ul li a {
		width: 40px;
		height: 40px;
		font-size: 17px;
	}

	.social-icons ul {
		margin-top: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}

	.bluemed_treatment_videosection::after {
		top: calc(50% - 33px);
	}

	.video_title {
		padding: 0 20px;
		max-width: 418px;
		margin: 0 auto -14px;
	}

	.treatment_videoslider .slick-arrow {
		margin-top: 15px;
	}

	.close-module svg {
		width: 30px;
	}

	.bluemed_treatment_videosection .slick-list {
		overflow: hidden !important;
	}

	/*
	.bluemed_treatment_list .bluemed_treatment span {
		position: absolute;
		left: 0;
	} */

	.bluemed_treatment_list .bluemed_treatment {
		position: relative;
		padding-left: 35px;
	}

	.treatment_videoslider .slick-list {
		margin: 0;
	}

	.treatment_videoslider {
		padding: 0;
	}

	.close-module {
		top: -50px;
		margin-right: 20px;
	}

	.treatment_videoslider.videoactive .slick-arrow.slick-prev {
		top: 479px !important;
	}

	.treatment_videoslider .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.treatment_videoslider .slick-arrow.slick-prev {
		top: 395px !important;
	}

	.video_title h3 {
		font-size: 24px;
		line-height: 33px;
	}

	.treatment_videoslider .slick-prev.slick-arrow::after,
	.treatment_videoslider .slick-arrow.slick-next::after,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .note-des {
		font-size: 22px;
	}

	.treatment_videoslider .slick-arrow.slick-next {
		margin-left: 50px;
	}

	.bluemed_treatment_videosection {
		padding: 40px 20px 50px;
	}

	.treatment_videoslider .item-inner {
		max-width: 600px;
		overflow: hidden;
	}

	.testimonial-section {
		padding: 40px 0px;
	}

	.partner-section {
		padding: 40px 0px;
	}

	.testimonial-section .row .heading_col h2 {
		margin-bottom: 15px;
	}

	.innerpage-banner-section {
		height: 380px;
	}

	/* .innerpage-main-content {
		padding: 35px 0;
	} */
	.page-bridal-package .innerpage-video-section+.innerpage-main-content {
		padding-top: 35px !important;
	}

	.innerpage-video-section {
		padding: 30px 0;
	}

	.innerpages-description h2 {
		margin-bottom: 8px;
	}

	.inner-page-wrapper .bluemed_ourtreatment {
		padding: 0 0 20px;
	}

	.after-before-gallery-inner {
		flex-direction: column;
	}

	.innerpage-video {
		max-width: 450px;
	}

	/* .innerpage-main-content .innerpage-title {
		margin-bottom: 20px;
	} */
	.innerpage-main-content .innerpage-title {
		padding: 50px 20px 50px 20px;
	}

	.image-title h3 {
		font-size: 17px;
	}

	.image-title {
		padding: 10px;
		min-width: 80px;
	}

	.innerpage-main-content+.action_schedule {
		margin-bottom: 0;
	}

	.innerimage-contentsection .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.innerimage-contentsection .row {
		gap: 20px 0;
	}

	/* .full-image-contentsection .row {
		flex-direction: column-reverse;
		gap: 25px;
	} */
	/* .full-image-contentsection:nth-of-type(even) .row {
    	flex-direction: column;
	} */


	/* .full-description p,
	.testimonial p{
		font-size: 2.25vw
	} */
	.full-image-contentsection .left-image,
	.full-image-contentsection .right-image {
		/* margin-bottom: 0;
		width: 100%;
		padding: 0;
		max-width: 100%;
		margin: 0 auto;
		text-align: left; */
		min-height: auto;
	}

	.innerpage-banner-section+.full-image-contentsection {
		padding: 60px 0 0;
	}

	.our-expert-container .innerpage-title h1 {
		font-size: 50px;
		line-height: normal;
		word-break: break-word;
	}

	.xpect-sec-new .row .right-image {
		max-width: none;
		padding: 0 15px;
	}

	.xpect-sec-new .row {
		gap: 15px;
		padding: 35px 0;
	}

	.xpect-sec-new .row .full-description h4 {
		font-size: 20px;
	}

	/* .xpect-sec-new .row .full-description {
		padding: 0 15px;
	} */
	.page-botox .full-image-contentsection.xpect-sec-new .row video,
	.page-botox .left-image img {
		height: auto;
	}

	.full-description .action_schedule {
		padding-top: 40px;
	}

	.xpect-sec-new .row .full-description h4 {
		margin-bottom: 25px;
	}

	.page-template-template-landing-page main {
		padding-top: 0;
	}



	.page-template-template-landing-page .full-image-contentsection .row .full-description h3 {
		max-width: 100%;
	}


	.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpage-title h2 br,
	.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox h3 br {
		display: none;
	}

	.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description,
	.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description p,
	.page-id-1195.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description p,
	.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpages-description {
		max-width: 100%;
	}

	.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpage-title {
		padding-bottom: 0;
	}

	.page-template-template-landing-page .iconbox-section .row {
		justify-content: center;
		text-align: center;
	}

	.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox,
	.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonial_video,
	.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials,
	.page-id-1306.page-template-template-landing-page .full-image-contentsection.xpect-sec-new .row video,
	.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description {
		width: 100%;
	}

	.page-template-template-landing-page .iconbox-section .landingpage_iconbox,
	.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial {
		flex-wrap: wrap;
	}

	.page-template-template-landing-page .iconbox-section,
	.page-template-template-landing-page .step_wise_process_section,
	.page-template-template-landing-page .landing_page_testimonial,
	.page-template-template-landing-page .innerpage-faq-section {
		padding: 40px 0;
	}

	.page-template-template-landing-page .step_wise_process_section .row .process-steps {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.page-template-template-landing-page .step_wise_process_section .row .process-steps .step,
	.page-id-1113.page-template-template-landing-page .step_wise_process_section .row .process-steps .step {
		width: 49%;
		margin-bottom: 20px;
	}

	.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonial_video,
	.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonial_video iframe {
		transform: none;
	}

	.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonial_video iframe {
		width: 100%;
		height: 360px;
	}

	.innerpage-faq-section .faq-question-answer .faq-question-answer-item,
	.innerpage-faq-section .faq-question-answer {
		width: 100%;
	}

	.innerpage-faq-section .innerpage-title {
		position: relative;
		transform: none;
		left: unset;
		top: unset;
	}

	.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:before,
	.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:after,
	.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .cm-container:before,
	.page-id-1351.page-template-template-landing-page .innerpage-main-content:nth-child(4) .cm-container:after,
	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .cm-container:before,
	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(7) .cm-container:after {
		height: 70px;
	}

	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8):before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

	.image-gallery-section {
		padding: 50px 0;
	}

	/* .innerpages-description p {
    	font-size: 20px !important;
	} */
	.full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
		font-size: 20px;
	}

	.landing_page_testimonial .row .landing_testimonial {
		flex-direction: column;
		gap: 20px;
		padding: 0;
	}

	.landing_page_testimonial .row .landing_testimonial .testimonials,
	.landing_page_testimonial .row .landing_testimonial .testimonials {
		width: 100%;
	}

	.landing_page_testimonial h2 {
		padding-bottom: 25px;
	}

	.landing_page_testimonial .row .landing_testimonial .testimonials,
	.landing_page_testimonial .row .landing_testimonial .testimonials {
		padding-left: 0;
	}


	/* .full-image-contentsection .row .full-description h3,
	 .innerpage-main-content .innerpages-description h3,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3,
	.new-hm-repe-inr-sec .new-hm-rep-parent .new-hm-rep-elemt .new-hm-rep-right-content h3 a,
	 .landing_page_testimonial .row .landing_testimonial .testimonials h2 {
		font-size: 25px;
	} */

	.page-id-1028.page-template-template-landing-page .innerpage-main-content:nth-child(6):before {
		visibility: hidden;
	}

	.page-template-template-landing-page.page-id-1028 .innerpage-main-content:nth-child(6) .innerpages-description,
	.page-id-1113.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description p {
		max-width: 100%;
	}

	.page-id-1113.page-template-template-landing-page .full-image-contentsection:nth-child(odd) {
		padding: 20px 0;
	}

	.form-container .no-labl-form {
		width: 100%;
	}

	.aft-wrapper .container {
		height: 500px;
	}

	.aft-wrapper .container .before-left,
	.aft-wrapper .container .after-right {
		padding: 6px 9px;
		font-size: 18px;
	}

	.page-id-1195.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		max-width: 300px;
	}

	.page-template-template-landing-page .innerpage-main-content .innerpages-description h3 br {
		display: none;
	}

	.page-template-template-landing-page .bluemed_ourtreatment {
		padding: 40px 0;
	}

	.page-template-template-landing-page .bluemed_ourtreatment:before,
	.page-template-template-landing-page .bluemed_ourtreatment:after {
		height: 40px;
	}

	.page-id-1164.page-template-template-landing-page .step_wise_process_section .row .process-steps .step h4,
	.page-id-1576.page-template-template-landing-page .step_wise_process_section .row .process-steps .step h4,
	.page-id-1846.page-template-template-landing-page .step_wise_process_section .row .process-steps .step h4,
	.page-id-1603.page-template-template-landing-page .step_wise_process_section .row .process-steps .step h4 {
		height: auto;
	}

	.page-template-template-landing-page .innerpage-main-content+.innerpage-video-section {
		padding-top: 30px;
	}

	.page-id-1413.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		padding: 0 10px;
		max-width: 70%;
	}

	.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) {
		background-color: #000;
		padding: 60px 20px;
	}

	.page-id-1413.page-template-template-landing-page .innerpage-main-content:nth-child(8) .cm-container {
		width: 100%;
		max-width: 100%;
		min-height: auto;
	}

	.page-id-1418.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials,
	.page-id-1424.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials {
		padding-left: 0;
	}

	.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(15) .innerpages-description ul li::after,
	.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(12) .innerpages-description ul li::after {
		width: 40px;
		height: 40px;
		top: -4px;
	}

	.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(10),
	.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(13) {
		min-height: 235px;
	}

	.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(15) .innerpages-description ul {
		column-count: 1;
	}

	.page-id-1418.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials .testimonial,
	.page-id-1424.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials .landing_testimonials .testimonial {
		padding-bottom: 10px;
	}

	.page-id-1418.page-template-template-landing-page .landing_page_testimonial .row .landing_testimonial .testimonials h2,
	.page-id-1422.page-template-template-landing-page .step_wise_process_section .row h2,
	.page-id-1422.page-template-template-landing-page .iconbox-section h2 {
		font-size: 30px;
	}

	.page-id-1418.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		max-width: 70%;
		left: 0;
		padding: 0 10px;
	}

	.page-id-1422.page-template-template-landing-page .innerpage-main-content .innerpages-description {
		padding: 20px 0;
	}

	.page-id-1422.page-template-template-landing-page .innerpage-main-content .innerpage-cta-btn a {
		font-size: 20px;
		padding: 10px 15px;
		margin-top: 0px;
	}

	.page-id-1422.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .bg {
		padding: 30px 20px;
	}

	.page-id-1576.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		padding: 0 10px;
	}

	.page-id-1351.page-template-template-landing-page .full-image-contentsection:nth-child(odd) .row .full-description {
		padding-top: 40px;
	}

	.page-template-template-landing-page .full-image-contentsection .row .full-description h3 br,
	br {
		display: none;
	}

	.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description p {
		margin-bottom: 25px;
	}

	.page-id-1576.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description p {
		font-size: 25px;
	}

	.page-id-1603.page-template-template-landing-page .full-image-contentsection .row .full-description h3 {
		position: unset;
		left: unset;
		top: unset;
		width: 100%;
	}

	.page-id-1567.page-template-template-landing-page .full-image-contentsection .row .full-description,
	.page-id-1572.page-template-template-landing-page .full-image-contentsection .row .full-description,
	.page-id-1603.page-template-template-landing-page .full-image-contentsection .row .full-description {
		padding: 1.2rem 15px 0;
	}

	.page-id-1567.page-template-template-landing-page .full-image-contentsection .row,
	.page-id-1572.page-template-template-landing-page .full-image-contentsection .row {
		padding-top: 0;
	}

	.page-id-1567.page-template-template-landing-page .full-image-contentsection,
	.page-id-1572.page-template-template-landing-page .full-image-contentsection {
		padding: 0 0 20px !important;
	}

	.page-id-1846.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
	.page-id-1841.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
	.page-id-1836.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
	.page-id-2121.page-template-template-landing-page .innerpage-main-content:last-child .cm-container,
	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) .cm-container {
		max-width: 100%;
		margin: 0 auto;
	}

	.page-id-1603.page-template-template-landing-page .full-image-contentsection .row {
		padding-top: 0;
	}

	.expert-det-sec .expert-det-content,
	.expert-det-sec .expert-det-image {
		width: 100%;
	}

	.expert-det-sec .expert-det-content h1,
	.expert-det-sec .expert-det-content p {
		text-align: center;
	}

	.single-our-experts .innerpages-description {
		padding: 40px 0;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-image,
	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed,
	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-video {
		width: 100%;
	}

	.single-our-experts .expert-advice-sec {
		padding: 40px 0;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-image img {
		border-radius: 0;
		aspect-ratio: auto;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed {
		padding: 40px 20px;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed h2 {
		font-size: 35px;
	}

	.single-our-experts .expert-advice-sec .expert-advice-inner .expert-advice-detailed .expert-advice-para-slide .expert-advice-paras p {
		font-size: 25px;
	}

	.page-id-2170.page-template-template-landing-page .full-image-contentsection:nth-child(12) .row {
		flex-direction: column-reverse;
	}

	.page-id-2172.page-template-template-landing-page .innerpage-main-content:nth-child(8) .cm-container {
		z-index: 1;
	}

	.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(6) .cm-container,
	.page-id-1603.page-template-template-landing-page .innerpage-main-content:nth-child(6) .cm-container {
		width: 100%;
	}

	.page-template-template-landing-page .full-image-contentsection:nth-child(even) .row {
		flex-direction: column-reverse;
	}

	.page-id-2303.page-template-template-landing-page .full-image-contentsection:nth-child(3) .row {
		flex-direction: column;
	}

	.page-id-2312.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule .innerpage-cta-btn a {
		position: unset;
	}

	.page-id-2312.page-template-template-landing-page .full-image-contentsection .row .full-description .action_schedule {
		margin-top: 30px;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description p,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content .innerpages-description ul li {
		font-size: 20px;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content {
		aspect-ratio: unset;
	}

	.iv-hy-content .iv-hy-content-btm,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description .iv-hy-content .iv-hy-content-middl {
		position: unset;
	}

	/* .page-id-2365.page-template-template-landing-page .innerpage-main-content:before,
	.new-home-bnr-sec:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.8);
		background-image: linear-gradient(180deg, #0e0e0e63, rgba(255, 255, 255, 0.8) 30%);
		left: 0;
		top: 0;
	} */
	.page-id-2365.page-template-template-landing-page .innerpage-main-content,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content .cm-container {
		position: relative;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpage-cta-btn {
		max-width: 100%;
		margin: 0 auto;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child::before {
		background-color: rgba(0, 0, 0, 0.8);
		background-image: none;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h5 {
		color: var(--White);
		font-size: 20px;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-2352.page-template-template-landing-page .full-image-contentsection .full-description,
	.page-id-2352.page-template-template-landing-page .full-image-contentsection .left-image,
	.page-id-2352.page-template-template-landing-page .full-image-contentsection .right-image,
	.page-id-2640.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		width: 100%;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .parent-box-blue {
		flex-wrap: wrap;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .iv-hy-content .iv-hy-content-top p,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description .iv-hy-content .iv-hy-content-top p,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description p,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(6) .innerpages-description p,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .innerpages-description .iv-hy-content .iv-hy-content-top p,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(8) .innerpages-description,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(7) .note-des,
	.page-id-1779.page-template-template-landing-page .innerpage-main-content:last-child .cm-container {
		max-width: 100%;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child .innerpages-description h3 {
		font-size: 25px;
	}

	.page-id-2352.page-template-template-landing-page .full-image-contentsection:nth-child(odd) .row {
		flex-direction: column;
	}

	.page-id-2352.page-template-template-landing-page .innerpage-main-content:last-child {
		padding: 10px 0;
	}

	.page-id-1701.page-template-template-landing-page .full-image-contentsection:nth-child(even) .row {
		flex-direction: column;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
		width: 50%;
	}

	.page-template-template-landing-page .innerpage-cta-btn a.btn {
		font-size: 20px;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(2) .innerpages-description {
		padding-top: 0px;
		max-width: 100%;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description .iv-hy-content .iv-hy-content-btm,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(4) .innerpages-description .iv-hy-content .iv-hy-content-middl,
	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(6) .cm-container {
		max-width: 100%;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .iv-hy-content .iv-hy-content-btm {
		flex-wrap: wrap;
		justify-content: unset;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:last-child {
		padding: 20px 0;
	}

	.page-id-1918.page-template-template-landing-page .full-image-contentsection img,
	.page-id-2303.page-template-template-landing-page .full-image-contentsection img,
	.page-id-1290.page-template-template-landing-page .full-image-contentsection img {
		min-height: unset;
	}

	.page-id-1918.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		top: 36%;
		padding: 0 20px;
		max-width: unset;
		left: -4%;
	}


	header .header-right .header-right-content .header-right-contact-link a {
		position: relative;
		font-size: 0;
	}

	header .header-right .header-right-content .header-right-contact-link a:before {
		position: absolute;
		content: "\f095";
		font-family: 'FontAwesome';
		font-size: 22px;
		top: -11px;
		left: -28px;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background: var(--White);
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 10px;
	}

	header.fixed .header-right .header-right-content .header-right-contact-link a {
		color: var(--BlueColor);
	}

	.expert-list-sec {
		padding: 40px 0;
	}

	.expert-list-sec .expert-list-element .expert-list-right-des h2.xpert-list-titl a {
		font-size: 40px;
	}

	.expert-list-sec .expert-list-element .expert-list-right-des h6.xpert-list-designation {
		font-size: 22px;
	}

	.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(15) .innerpages-description ul li,
	.page-id-1418.page-template-template-landing-page .innerpage-main-content:nth-child(12) .innerpages-description ul li {
		padding-left: 40px;
		min-height: 40px;
	}

	.new-home-bnr-sec {
		min-height: auto;
      height: auto;
		/* padding: 50px 0; */
	}

	.page-bridal-package .full-image-contentsection:nth-child(even) .row {
		flex-direction: column !important;
	}

	.page-bridal-package .left-image img {
		width: 100%;
		height: 100%;
	}

	.page-bridal-package .full-image-first-section {
		padding-top: 0;
	}

	.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content {
		position: relative;
		right: unset;
		top: unset;
		width: 100%;
		margin: 30px 0 0 0;
	}

	.new-home-bnr-sec:before {
		background: rgba(0, 0, 0, 0.6);
	}

	.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content h1 {
		margin-bottom: 0;
	}

	.new-home-bnr-sec .new-home-bnr-iner-sec .new-home-right-content .new-home-trophy img {
		height: 300px;
	}

	.page-id-970.page-template-template-landing-page .full-image-contentsection:nth-child(even) .row,
	.page-id-2938.page-template-template-landing-page .full-image-contentsection:nth-child(even) .row {
		flex-direction: column;
	}

	.page-id-2640.page-template-template-landing-page .landing-page-banner img {
		object-fit: cover;
		min-height: 450px;
	}

	header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main {
		width: 200px;
		padding: 7px 5px;
	}

	header .header-right .header-right-content .header-search-bar .header-search-wrapper .search-form-main form.search-form .search-submit-btn span.search-inner {
		right: 5px;
	}

	header .header-right .header-right-content .header-search-bar {
		margin-left: 15px;
	}

	.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description {
		width: 100%;
		margin: 0;
		padding: 30px 20px;
	}

	.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description p.image-top-text {
		width: 100%;
		position: unset;
		padding: 0;
	}

	.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .full-description p.blue_link_botm {
		position: unset;
		margin: 0 0 15px;
	}

	.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(2) .row .left-image {
		opacity: 0.3;
	}

	.page-id-2597.page-template-template-landing-page .full-image-contentsection:nth-child(odd) .row {
		flex-direction: column;
	}

	.bluemed_menu ul.sub-menu {
		margin-top: 15px;
	}

	.page-id-3370 .innerpage-main-content .innerpages-description ul {
		column-count: 1;
	}

	.popup-body h3 {
		padding-bottom: 20px;
	}

	.popup-body {
		padding: 15px;
	}

	.close-btn {
		font-size: 16px;
		width: 30px;
		height: 30px;
	}

	.popup-body p {
		font-size: 18px;
	}

	.popup-header p {
		font-size: 23px;
	}

	.step_wise_process_section .row .process-steps {
		padding: 0 10px 0 0;
	}
	.listing-detail-row ul {
    	padding-left: 15px;
	}
    /* .listing-detail-row ul li {
        padding-left: 10px;
    } */
}

@media only screen and (max-width: 639px) {
	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-side-img img {
		max-width: 100%;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form p.wid-half {
		width: 100%;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form,
	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-sidebar-con .canva-con-description {
		padding: 30px 20px 20px;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .wpcf7-form-control-wrap .wpcf7-form-control {
		column-count: 1;
	}

	.page-obagi-claribright .innerpage-main-content .innerpages-description ul li,
	.page-obagi-nu-derm-fx-system .innerpage-main-content .innerpages-description ul li {
		padding: 26px;
		padding-left: 26px;
	}

	.page-obagi-claribright .innerpage-main-content .innerpages-description h3,
	.page-obagi-nu-derm-fx-system .innerpage-main-content .innerpages-description h3 {
		font-size: 22px;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .pop-treatment-div-midl .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form .btm-for-coln-div .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
		width: 100%;
	}

	.innerpage-main-content .innerpages-description ul li {
		margin: 15px 0;
	}

	.innerpage-main-content .innerpages-description ul li {
		padding: 30px;
	}

	.innerpage-main-content .innerpages-description ul li::before {
		position: static;
	}

	.innerpage-main-content .innerpages-description ul li h3 {
		margin-top: 20px;
	}

	/* .contact-canva-design .canva-con-form .btm-for-coln-div .wpcf7-form-control.wpcf7-checkbox {
    flex-direction: column;
	} */
	.contact-canva-design .canva-con-form .btm-for-coln-div .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		width: 100% !important;
	}

	.partner-logo-img {
		width: 33.33%;
	}

	.partner-logo-img:nth-child(4n) {
		border-right: 1px solid #C7C7C7;
	}

	.partner-logo-img:nth-child(n+21) {
		border-bottom: 1px solid #C7C7C7;
	}

	.partner-logo-img:nth-child(3n) {
		border-right: none;
	}

	.partner-logo-img:nth-child(n+22) {
		border-bottom: none;
	}
}

@media only screen and (max-width: 575px) {
	.video_title h3 {
		font-size: 23px;
		line-height: 34px;
	}

	.full-description img {
		max-width: 250px;
	}

	.treatment_videoslider .slick-arrow.slick-prev {
		top: 397px !important;
	}

	.bluemed_treatment_videosection::after {
		top: 44%;
	}

	.after-before-gallery-inner {
		gap: 20px;
	}

	.awards-partner-logos {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.innerpages-description p img+img {
		width: 100%;
	}

	.scroll-wrapper a {
		padding: 10px 30px;
	}

	.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li {
		padding-left: 10px;
	}

	.inner-cols {
		flex-direction: column;
	}

	.consultation-left {
		width: 100%;
	}

	.consultation-right {
		width: 100%;
		padding-top: 0;
	}

	.consultation-sec {
		padding: 50px 0 0 0;
	}

	.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li::before {
		top: 10px;
		transform: none;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li {
		padding-left: 10px;
		padding-top: 90px;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.page-template-template-landing-page .step_wise_process_section .row .process-steps .step,
	.page-id-1113.page-template-template-landing-page .step_wise_process_section .row .process-steps .step {
		width: 100%;
	}

	.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpage-banner-desc p {
		font-size: 18px;
	}

	.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpage-banner-desc {
		margin-bottom: 10px;
	}

	.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		left: 70%;
		top: 55%;
		max-width: 280px;
	}

	.page-id-1028.page-template-template-landing-page .landing-page-banner img,
	.page-id-1195.page-template-template-landing-page .landing-page-banner img {
		min-height: 200px;
	}

	.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpabe-banner-button a,
	.page-id-1306.page-template-template-landing-page .landing-page-banner .innerpage-banner-content .innerpabe-banner-button a {
		font-size: 16px;
		padding: 15px 20px;
	}

	.aft-wrapper .container {
		height: 370px;
	}

	.aft-wrapper:nth-child(12) .container .img {
		height: 320px;
	}

	/*.page-id-1195.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1199.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1306.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1339.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 , .page-id-1351.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 {
	    font-size: 30px;
	}*/
	.page-template-template-landing-page .landing-page-banner .innerpage-banner-content h1 {
		font-size: 30px;
	}

	.page-id-1195.page-template-template-landing-page .landing-page-banner .innerpage-banner-content,
	.page-id-1386.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		max-width: 50%;
		padding: 0 10px;
	}

	.page-id-1199.page-template-template-landing-page .landing-page-banner .innerpage-banner-content,
	.page-id-1306.page-template-template-landing-page .landing-page-banner .innerpage-banner-content,
	.page-id-1339.page-template-template-landing-page .landing-page-banner .innerpage-banner-content,
	.page-id-1351.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		max-width: 50%;
		padding: 0 10px;
	}

	.page-id-1199.page-template-template-landing-page .landing-page-banner img,
	.page-id-1339.page-template-template-landing-page .landing-page-banner img,
	.page-id-1351.page-template-template-landing-page .landing-page-banner img,
	.page-id-1306.page-template-template-landing-page .landing-page-banner img,
	.page-id-1386.page-template-template-landing-page .landing-page-banner img {
		min-height: 300px;
		object-fit: cover;
	}

	.page-id-1339.page-template-template-landing-page .landing-page-banner img {
		object-position: left;
	}

	.page-id-1351.page-template-template-landing-page .landing-page-banner img {
		object-position: center;
	}

	.page-id-1140.page-template-template-landing-page .innerpage-main-content:last-child .cm-container:after {
		bottom: -80px;
	}

	/*.page-id-1195.page-template-template-landing-page .landing-page-banner img {
    	left: -15%;
	}*/
	.page-id-1386.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox {
		flex-direction: column;
	}

	.page-id-1386.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox h3 {
		text-align: center;
	}

	.page-id-1386.page-template-template-landing-page .iconbox-section .landingpage_iconbox .iconbox img {
		margin-bottom: 15px;
	}

	.page-id-1413.page-template-template-landing-page .landing-page-banner,
	.page-id-1418.page-template-template-landing-page .landing-page-banner {
		position: relative;
		height: auto;
		min-height: 400px;
	}

	.page-id-1422.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li {
		padding: 90px 20px 30px 20px;
	}

	.page-id-1567.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1572.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1846.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1841.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1836.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1701.page-template-template-landing-page .innerpage-main-content:nth-child(25) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1725.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1725.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1760.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1779.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1779.page-template-template-landing-page .innerpage-main-content:nth-child(12) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1986.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1988.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-1990.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-2121.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description .parent-box-blue .iner-box-blue,
	.page-id-2121.page-template-template-landing-page .innerpage-main-content:nth-child(5) .innerpages-description .parent-box-blue .iner-box-blue {
		width: 100%;
	}

	.page-id-1351.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		width: 50%;
	}

	.page-id-2312.page-template-template-landing-page .landing-page-banner .innerpage-banner-content {
		max-width: 100%;
		padding: 0 20px;
	}

	.page-id-2312.page-template-template-landing-page .landing-page-banner img {
		min-height: 300px;
		object-fit: cover;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table td {
		display: block;
	}

	.page-contact-us .innerpage-main-content .innerpages-description .contact-canva-design .canva-con-form form .help-div-form div table tr {
		border: 0;
	}

	.page-id-2365.page-template-template-landing-page .innerpage-main-content:nth-child(3) .innerpages-description ul li {
		padding: 0;
		text-align: left;
	}

	header .main-logo img,
	header .main-logo {
		max-width: 130px;
	}

	/* .blvd-book-now {
		font-size: 15px;
		padding: 8px 14px 7px 15px;
	} */
	.book-now,
	.client-portal {
		margin: 0 0 10px 0;
	}
	.step_wise_process_section .row .process-steps .step .step_number {
    	min-height: 55px;
	}
	.step_wise_process_section .step_number > h3 {
    font-size: 20px;
    line-height: 1.2;
}
}

@media only screen and (max-width: 450px) {

	.bluemed_treatment_section .treatment_images img.active+img,
	.bluemed_treatment_section .treatment_images img.active {
		max-width: 280px;
	}

	.innerpage-banner-section {
		height: 310px;
	}
	.full-image-contentsection .full-description {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 390px) {

	.bluemed_treatment_section .treatment_images img.active+img,
	.bluemed_treatment_section .treatment_images img.active {
		max-width: 240px;
		height: 370px;
		min-height: 370px;
	}

	.video_title {
		width: 55%;
	}

	.bluemed_treatment_section .treatment_images {
		padding: 25px 40px 20px;
		height: 440px;
	}

	.bluemed_treatment_section .treatment_detail {
		padding-top: 0;
	}

	.innerimage-contentsection .contentbox-inner .content-image {
		min-height: 300px;
		max-width: 300px;
	}
}

@media only screen and (max-width: 369px) {
	.video_title h3 {
		font-size: 20px;
		line-height: 34px;
	}

	.bluemed_treatment_section .treatment_images img.active+img,
	.bluemed_treatment_section .treatment_images img.active {
		max-width: 210px;
		height: 350px;
		min-height: 350px;
	}

	.bluemed_treatment_section .treatment_images {
		height: 410px;
	}

	.innerimage-contentsection .contentbox-inner .content-image {
		min-height: 280px;
		max-width: 280px;
	}
}