@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600&amp;display=swap');
/* font-family: 'Gothic A1', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap');
/* font-family: 'Playfair Display', serif; */

body {
	font-family: 'Gothic A1', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: inherit;
	opacity: 0.6;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: inherit;
	opacity: 0.6;
}

/* Common Style Start */
.main-title {
	font-family: 'Playfair Display', serif; 
	font-size: 64px;
	line-height: 85px;
	font-weight: 400;
	letter-spacing: 1.17203px;
	margin: 0 0 50px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit; 
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.common-detail {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.service-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	line-height: 43px;
	font-weight: 400;
	letter-spacing: 1.17203px;
}

.service-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.circular-title {
	font-family: 'RavensaraSansMedium';
	font-size: 34px;
	line-height: 44px;
	position: absolute;
	margin: 0 auto;
	width: 214px;
	height: 214px;
	color: #fff;
	text-align: center;
	animation: spinZ 20s linear infinite;
	-webkit-animation: spinZ 20s linear infinite;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.circular-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.circular-title span {
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-transform: uppercase;
}

@keyframes spinZ {
	0% {
		transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}

@-webkit-keyframes spinZ {
	0% {
		transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}

@-moz-keyframes spinZ {
	0% {
		transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}

@-ms-keyframes spinZ {
	0% {
		transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}

@-o-keyframes spinZ {
	0% {
		transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}

.btn {
	font-size: 15px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 0;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn-black {
	color: #fff;
	overflow: hidden;	
	position: relative;
	border: 1px solid #000;
	background-color: #000000;
	padding: 17px 24px 14px 24px;
	-moz-box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.02);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
	background-color: transparent !important;
	color: #000 !important;
	border-color: #000 !important;
}

.btn-border {
	position: relative;
}

.btn-border::before {
	content: "";
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.btn-border:hover {
	opacity: 0.6;
}

.color-fff {
	color: #fff;
}

.bg-F4F0EC {
	background-color: #F4F0EC;
}

.bg-FEFAF6 {
	background-color: #FEFAF6;
}
/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 30px 0 27px;
	position: relative;
	z-index: 99;
	background-color: #fff;	
}

.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 15px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	padding: 0;
	position: relative;
}

.header .navbar-nav .nav-item .nav-link:hover {
	opacity: 1;
}

.header .navbar-nav .nav-item .nav-link::before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(100% + 2px);
	width: 100%;
	height: 1px;
	background-color: #000;
	will-change: transform;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	transition: transform .7s cubic-bezier(.42,0,0,1),-webkit-transform .7s cubic-bezier(.42,0,0,1);
	-moz-transition: transform .7s cubic-bezier(.42,0,0,1),-webkit-transform .7s cubic-bezier(.42,0,0,1);
	-ms-transition: transform .7s cubic-bezier(.42,0,0,1),-webkit-transform .7s cubic-bezier(.42,0,0,1);
	-webkit-transition: transform .7s cubic-bezier(.42,0,0,1),-webkit-transform .7s cubic-bezier(.42,0,0,1);
	-o-transition: transform .7s cubic-bezier(.42,0,0,1),-webkit-transform .7s cubic-bezier(.42,0,0,1);
	transform: translateZ(0) scaleX(0);
	-webkit-transform: translateZ(0) scaleX(0);
	-moz-transform: translateZ(0) scaleX(0);
	-ms-transform: translateZ(0) scaleX(0);
	-o-transform: translateZ(0) scaleX(0);
}
 
.header .navbar-nav .nav-item .nav-link:hover:before,
.header .navbar-nav .nav-item .nav-link.active:before {
	transform-origin: 0 50%;
	transform: translateZ(0) scaleX(1);
	-webkit-transform: translateZ(0) scaleX(1);
	-moz-transform: translateZ(0) scaleX(1);
	-ms-transform: translateZ(0) scaleX(1);
	-o-transform: translateZ(0) scaleX(1);
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Banner Start ==========*/
.banner-wrp {
	position: relative;
}

.banner-section {
	position: absolute;
	top: 158px;
	left: 0;
	right: 0;
}

.banner-section .common-detail {
	margin: 0 0 50px;
}

.banner-img {
	position: relative;
	height: 1353px;
}

.banner-img::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-webkit-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-moz-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-ms-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-o-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
}

.banner-shape {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner-img img {
	width: 100%;
	max-height: 100%;
	height: 100%;
    height: 100 svh;
	object-fit: cover;
	object-position: top;
	border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-webkit-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-moz-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-ms-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
	-o-border-radius: 0% 0% 50% 50% / 48% 48% 52% 52%;
}

.banner-inner-img {
	width: 100%;
	height: 100%;
}
/*========== Banner End ==========*/

/*========== Testimonial Start ==========*/
.testimonial-section {
	position: relative;
	text-align: center;
	z-index: 9;
}

.testimonial-section::before {
	content: "";
	border: 1px solid #000000;
	position: absolute;
	left: 50%;
	top: 410px;
	bottom: 0;
	max-width: 916px;
	width: 100%;
	height: 100%;
	border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-webkit-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-moz-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-ms-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-o-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: -1;
}

.testimonial-img img {
	max-width: 490px;
	width: 100%;
	height: 617px;
	margin: 0 auto;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-webkit-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-moz-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-ms-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
	-o-border-radius: 50% 50% 50% 50% / 42% 42% 0% 0%;
}

.tetimonial-content {
	max-width: 580px;
	margin: 0 auto;
}

.tetimonial-content .common-detail {
	letter-spacing: 1px;
}

.tetimonial-content .common-detail p {
	padding: 0 0 30px;
}

.testimonial-item .testimonial-img {
	margin: 0 0 80px;
}

.slick-arrow {
	background-color: transparent;
	padding: 0;
	border: none;
	position: absolute;
	bottom: 0;
}

.slick-arrow svg {
	width: 19px;
	height: 37px;
}

.slick-prev {
	left: 50%;
	transform: translate(-200%, 0);
	-webkit-transform: translate(-200%, 0);
	-moz-transform: translate(-200%, 0);
	-ms-transform: translate(-200%, 0);
	-o-transform: translate(-200%, 0);
}

.slick-next {
	position: absolute;
	left: 50%;
	transform: translate(70%, 0);
	-webkit-transform: translate(70%, 0);
	-moz-transform: translate(70%, 0);
	-ms-transform: translate(70%, 0);
	-o-transform: translate(70%, 0);
}

.slick-arrow svg path {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.slick-arrow:hover svg path {
	stroke: #D9BDA3;
}

.testimonial-slider {
	opacity: 0;
	padding: 0 0 55px;
}

.testimonial-slider .slick-slide {
	outline: none !important; 
}

.testimonial-slider.slick-initialized {
	opacity: 1;
}

.testimonial-section .main-title {
	margin: 0 0 80px;
}

.testimonial-section .circular-text {
	left: -425px;
	right: 0;
	top: 149px;
}

.testimonial-wrp {
	margin: -570px 0 0;
	padding: 0 0 100px;
}
/*========== Testimonial End ==========*/

/*========== Services Start ==========*/
.services-section {
	margin: 0 13px;
	position: relative;
	z-index: 9;
}

.services-section::before {
	content: "";
	border-right: 1px solid #000;
	max-width: 916px;
	width: 100%;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.service-block .service-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	object-position: top;
}

.services-section .bottom-right-border {
	margin: 0 41px 130px;
}

.services-section .top-left-border {
	margin: 0 13px 0 0;
}

.services-section .top-right-border {
	margin: 0 0 159px 13px;
}

.top-left-border .service-img img {
	height: 362px;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 120px 0 0 0;
	-webkit-border-radius: 120px 0 0 0;
	-moz-border-radius: 120px 0 0 0;
	-ms-border-radius: 120px 0 0 0;
	-o-border-radius: 120px 0 0 0;
}

.bottom-right-border .service-img img {
	border-radius: 0 0 180px 0;
	-webkit-border-radius: 0 0 180px 0;
	-moz-border-radius: 0 0 180px 0;
	-ms-border-radius: 0 0 180px 0;
	-o-border-radius: 0 0 180px 0;
}

.bottom-right-border .service-img img img {
	height: 624px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.top-right-border .service-img img {
	height: 362px;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 0 120px 0 0;
	-webkit-border-radius: 0 120px 0 0;
	-moz-border-radius: 0 120px 0 0;
	-ms-border-radius: 0 120px 0 0;
	-o-border-radius: 0 120px 0 0;
}

.service-block .service-img {
	margin: 0 0 20px;
}

.service-block .common-detail {
	letter-spacing: 1px	;
}

.services-wrp {
	padding: 200px 0 133px;
	position: relative;
	z-index: 9;
	overflow: hidden;
	border-radius: 50% 50% 0 0;
	-webkit-border-radius: 50% 50% 0 0;
	-moz-border-radius: 50% 50% 0 0;
	-ms-border-radius: 50% 50% 0 0;
	-o-border-radius: 50% 50% 0 0;
}

.services-row {
	padding: 0 0 23px;
}

.services-row .row {
	align-items: flex-end;
}

.service-block .circular-text {
	left: 0;
}

.service-block {
	position: relative;
	z-index: 9;
}

.service-block .circular-title {
	position: absolute;
	right: -45px;
	bottom: 31px;
}
/*========== Services End ==========*/

/*========== Meet The Team Start ==========*/
.sabrina-block .meet-team-img img {
	border-radius: 130px 0 0 0;
	-webkit-border-radius: 130px 0 0 0;
	-moz-border-radius: 130px 0 0 0;
	-ms-border-radius: 130px 0 0 0;
	-o-border-radius: 130px 0 0 0;
}

.vanessa-block .meet-team-img img {
	border-radius: 130px 130px 130px 0;
	-webkit-border-radius: 130px 130px 130px 0;
	-moz-border-radius: 130px 130px 130px 0;
	-ms-border-radius: 130px 130px 130px 0;
	-o-border-radius: 130px 130px 130px 0;
}

.kristie-block .meet-team-img img {
	border-radius: 0 130px 0 130px;
	-webkit-border-radius: 0 130px 0 130px;
	-moz-border-radius: 0 130px 0 130px;
	-ms-border-radius: 0 130px 0 130px;
	-o-border-radius: 0 130px 0 130px;
}

.meet-team-content .common-detail {
	letter-spacing: 1px;
	margin: 0 20px 0 0;
}

.meet-team-content .insta-icon {
	margin: 0 20px 0 0;
}

.meet-team-content .insta-icon a {
	display: block;
}

.meet-team-content .insta-icon a:hover {
	opacity: 0.6;
}

.meet-team-content .read-bio .btn {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: unset;
}

.meet-team-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.meet-team-img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.meet-team-row {
	position: relative;
	margin: 0 17px;
}

.meet-team-row .row {
	margin: 0 -27px;
}

.meet-team-row .row>* {
	padding: 0 27px;
}

.meet-team-section .meet-team-title {
	max-width: 678px;
	width: 100%;
	margin: 0 auto 110px;
}

.meet-team-wrp {
	overflow: hidden;
	padding: 149px 0 132px;
	border-radius: 0 0 50% 50%;
	-webkit-border-radius: 0 0 50% 50%;
	-moz-border-radius: 0 0 50% 50%;
	-ms-border-radius: 0 0 50% 50%;
	-o-border-radius: 0 0 50% 50%;
}

.meet-team-section .view-all {
	padding: 125px 0 0;
}

.meet-team-block {
	position: relative;
}

.meet-team-section {
	position: relative;
	z-index: 9;
}

.meet-team-section::before {
	content: "";
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: -100%;
	left: 50%;
	max-width: 916px;
	width: 100%;
	height: 1300px;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}


.meet-team-img {
	margin: 0 0 22px;
}

.vanessa-block {
	margin: 150px 0 0;
	position: relative;
	z-index: 9;
}

.kariana-block {
	margin: 60px 0 0;
}

.meet-team-section .circular-text3 {
	font-family: 'Playfair Display', serif;
	top: 20px;
	left: 225px;
	color: #D9BDA3;
	font-size: 30px;
	line-height: 40px;
}

.our-surgeons-wrp {
	padding: 150px 0 78px;
	overflow: hidden;
}

.surgeon-content {
	position: relative;	
}

.surgeon-content .main-title {
	letter-spacing: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.our-surgeons-block .surgeon-img img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.our-surgeons-block {
	max-width: 300px;
	margin: 0 auto;
	padding: 29px 24px;
	text-align: center;
	border: 1px solid #D9BDA3;
	border-radius: 340px;
	-webkit-border-radius: 340px;
	-moz-border-radius: 340px;
	-ms-border-radius: 340px;
	-o-border-radius: 340px;
}

.our-surgeons-block .surgeon-img {
	margin: 0 0 40px;
}

.surgeon-content .common-detail {
	padding: 115px 0 42px;
}

.our-surgeons-row .row>*:last-child .our-surgeons-block {
	margin-top: 68px;
}

.our-surgeons-section > .main-title {
	max-width: 903px;
	margin: 0 auto 76px;
}

.surgeon-main {
	position: relative;
	overflow: hidden;
}

.surgeon-main::before {
	content: "";
	background-color: #F4F0EC;
	position: absolute;
	left: 0;
	right: 0;
	top: 470px;
	bottom: -600px;
	z-index: -1;
	border-radius: 50% 50% 0 0;
	-webkit-border-radius: 50% 50% 0 0;
	-moz-border-radius: 50% 50% 0 0;
	-ms-border-radius: 50% 50% 0 0;
	-o-border-radius: 50% 50% 0 0;
}

/*========== Meet The Team End ==========*/

/*========== Our Surgeons Start ==========*/
.al-logo {
	font-family: 'RavensaraSansMedium';
	font-size: 41.74px;
	line-height: 54px;
	width: 96px;
	height: 96px;
	position: absolute;
	top: 20px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #D9BDA3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.al-logo * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.al-logo .circular-title {
	font-family: 'Playfair Display', serif;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	width: 145px;
	height: 135px;
	animation: none;
	-webkit-animation: none;
}

.al-logo::after,
.al-logo::before {
	content: "";
	background-color: #000;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.al-logo::after {
	left: 11px;
}

.al-logo::before {
	right: 11px;
}

.our-surgeons-row {
	position: relative;
	margin: 0 124px;
}

.our-surgeons-row .dot-left {
	position: absolute;
	top: 0;
	left: 0;
}

.our-surgeons-row .dot-left::before {
	content: "";
	width: 6000px;
	background-color: #000;
	position: absolute;
	top: 152px;
	right: 100%;
	height: 1px;
}

.our-surgeons-row .dot-left::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000;
	position: absolute;
	right: 0;
	top: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.our-surgeons-row .dot-right {
	position: absolute;
	top: 0;
	right: 0;
}

.our-surgeons-row .dot-right::before {
	content: "";
	width: 6000px;
	background-color: #000;
	position: absolute;
	top: 152px;
	left: 100%;
	height: 1px;
}

.our-surgeons-row .dot-right::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

/*========== Our Surgeons End ==========*/

/*========== Service Page Start ==========*/
.inner-banner-img img {
	width: 100%;
	border-radius: 0px 289.64px 0px 289.64px;
	-webkit-border-radius: 0px 289.64px 0px 289.64px;
	-moz-border-radius: 0px 289.64px 0px 289.64px;
	-ms-border-radius: 0px 289.64px 0px 289.64px;
	-o-border-radius: 0px 289.64px 0px 289.64px;
}

.inner-banner-setion .row {
	margin: 0 -50px;
}

.inner-banner-setion .row>* {
	padding: 0 50px;
}

.inner-banner-wrp {
	padding: 120px 0 100px;
}

.services-list-block {
	padding: 50px 0;
	border-bottom: 1px solid #000;
	position: relative;
}

.services-list-section .services-list-block:last-child {
	border-bottom: none;
}

.services-list-block .service-title {
	margin: 0 0 30px;
}

.service-list ul {
	padding: 30px 0 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.service-list ul li {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	list-style-type: none;
	margin: 0 10px 10px 0;
	background-color: #fff;
	display: block;
	padding: 14px 22px;
	border: 1px solid #000000;
	border-radius: 86.5218px;
	-webkit-border-radius: 86.5218px;
	-moz-border-radius: 86.5218px;
	-ms-border-radius: 86.5218px;
	-o-border-radius: 86.5218px;
}

.services-list-section {
	margin: 0 18px;
}

.service-list-img {
    max-width: 300px;
	width: 100%;
	height: 410px;
    position: absolute;
    right: 150px;
    top: -20px;
    z-index: 9;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}

.service-list-img img {
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.services-list-main .book-visit {
	padding: 90px 0 0;
}

.inner-banner-shape {
	position: relative;
}

.inner-banner-shape::before {
	content: "";
	background-color: #FEFAF6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1436px;
	z-index: -1;
	border-radius: 0 0 1080px 1080px;
	-webkit-border-radius: 0 0 1080px 1080px;
	-moz-border-radius: 0 0 1080px 1080px;
	-ms-border-radius: 0 0 1080px 1080px;
	-o-border-radius: 0 0 1080px 1080px;
}

.services-list-wrp {
	position: relative;
}

.services-list-wrp::before {
	content: "";
	background-color: #F9F5F1;
	width: 1248px;
	height: 1248px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
/*========== Service Page End ==========*/

/*========== About Page End ==========*/
.about-banner .inner-banner-img img {
	border-radius: 260px 0 0 260px;
	-webkit-border-radius: 260px 0 0 260px;
	-moz-border-radius: 260px 0 0 260px;
	-ms-border-radius: 260px 0 0 260px;
	-o-border-radius: 260px 0 0 260px;
}

.about-team-row {
	margin: 0 30px;
}

.about-team-section .meet-team-img {
    margin: 0 22px 0 0;
	position: relative;
}

.about-team-section .meet-team-img::before {
	content: "";
	background-color: #000000;
	width: 6000px;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 50%;
}

.about-team-section .meet-team-img img {
	height: 350px;
}

.about-team-content {
	margin: 0 0 0 40px;
}

.team-details {
	display: flex;
	padding: 0 0 27px;
}

.team-details .insta-icon:hover {
	opacity: 0.6;
}

.team-details .common-detail {
	margin: 0 20px 0 0;
}

.about-team-main .main-title {
	margin: 0 0 80px;
}

.about-team-wrp {
	padding: 100px 0 132px;
	overflow: hidden;
	position: relative;
}

.about-team-wrp::before {
	content: "";
	background-color: #F9F5F1;
	width: 1248px;
	height: 1248px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.about-team-row .about-team-section:nth-child(even) .row {
	flex-direction: row-reverse;
}

.about-team-row .about-team-section:nth-child(even) .meet-team-img::before {
	left: 100%;
	right: auto;
}	

.about-team-row .about-team-section:nth-child(even) .row .meet-team-img {
	margin: 0 0 0 22px;
}

.about-team-section {
	padding: 0 0 120px;
	margin: 0;
}

.about-team-main .book-visit {
	padding: 50px 0 0;
}

.about-team-section.vanessa-block .meet-team-img img {
	border-radius: 182px 182px 182px 0;
	-webkit-border-radius: 182px 182px 182px 0;
	-moz-border-radius: 182px 182px 182px 0;
	-ms-border-radius: 182px 182px 182px 0;
	-o-border-radius: 182px 182px 182px 0;
}

.about-team-section.kristie-block .meet-team-img img {
	border-radius: 0 182px 0 182px;
	-webkit-border-radius: 0 182px 0 182px;
	-moz-border-radius: 0 182px 0 182px;
	-ms-border-radius: 0 182px 0 182px;
	-o-border-radius: 0 182px 0 182px;
}

.about-team-main {
	position: relative;
}

.about-team-main .circular-title {
	font-family: 'Playfair Display', serif; 
	font-size: 30px;
	line-height: 40px;
	color: #D9BDA3;
	right: 50px;
	bottom: 450px;
}
/*========== About Page End ==========*/

/*========== Contact Page Start ==========*/
.get-in-touch-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	position: relative;
}

.get-in-touch-detail::before {
	content: "";
	background-color: #000;	
	width: 6000px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.get-in-touch-detail .common-detail {
	max-width: 162px;
	line-height: 20px;
}

.get-in-touch-content .get-in-touch-detail:last-child::before {
	display: none;
}

.get-in-touch-section > .row {
	margin: 0 -66px;
}

.get-in-touch-section > .row>* {
	padding: 0 66px;
}

.get-in-touch-right {
	margin: 0 0 0 18px;
}

.get-in-touch-block .main-title {
	margin: 0 0 70px;
}

.get-in-touch-img .contact-img img {
	width: 150px;
	height: 150px;
}

.contact-one .contact-img img {
	border-radius: 51.885px 0px 0px 0px;
	-webkit-border-radius: 51.885px 0px 0px 0px;
	-moz-border-radius: 51.885px 0px 0px 0px;
	-ms-border-radius: 51.885px 0px 0px 0px;
	-o-border-radius: 51.885px 0px 0px 0px;
}

.contact-two .contact-img img {
	border-radius: 0px 78.5363px 0 78.5363px;
	-webkit-border-radius: 0px 78.5363px 0 78.5363px;
	-moz-border-radius: 0px 78.5363px 0 78.5363px;
	-ms-border-radius: 0px 78.5363px 0 78.5363px;
	-o-border-radius: 0px 78.5363px 0 78.5363px;
}

.contact-three .contact-img img {
	border-radius: 130px 130px 130px 0px;
	-webkit-border-radius: 130px 130px 130px 0px;
	-moz-border-radius: 130px 130px 130px 0px;
	-ms-border-radius: 130px 130px 130px 0px;
	-o-border-radius: 130px 130px 130px 0px;
}

.get-in-touch-img .contact-img {
	margin: 0 0 20px;
}

.get-in-touch-name {
	display: flex;
	align-items: center;
	justify-content: center;
}

.get-in-touch-name .insta-icon:hover {
	opacity: 0.6;
}

.get-in-touch-name .common-detail {
	margin: 0 20px 0 0;
}

.get-in-touch-img  {
	position: relative;
	z-index: 9;
}

.contact-two {
	margin: 0 0 0 -37px;
}

.contact-one {
	margin: 70px 0 25px;
}

.contact-one::before,
.contact-two::before {
	content: "";
	background-color: #000000;
	top: 0;
	height: 100%;
	width: 1px;
	position: absolute;
	top: -100%;
	left: 80px;
}

.contact-three {
	margin: 0 -75px 0 75px;
}

.contact-four {
	margin: -63px 0 0 38px;
}

.get-in-touch-wrp {
	padding: 120px 0 75px;
}

.contact-form .form-floating .form-control {
	box-shadow: none;
}

.contact-form .form-floating .form-control,
.contact-form .form-floating .form-select {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000;
	padding: 0;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #000000;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.contact-form .form-floating {
	margin: 0 0 100px;
}

.contact-form .form-floating label {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 7px 0;
	color: rgba(0, 0, 0, 0.4);
} 

.contact-form .form-floating>.form-control:focus~label,
.contact-form .form-floating>.form-control:not(:placeholder-shown)~label {
	transform: translateY(-60px) !important;
	-webkit-transform: translateY(-60px) !important;
	-moz-transform: translateY(-60px) !important;
	-ms-transform: translateY(-60px) !important;
	-o-transform: translateY(-60px) !important;
}

.contact-form .row {
	margin: 0 -31px;
}

.contact-form .row>* {
	padding: 0 31px;
}

.contact-main .main-title {
	margin: 0 0 80px;
}

.contact-form .form-btn {
	padding: 20px 0 0;
}

.contact-wrp {
	padding: 75px 0 0;
	overflow: hidden;
}

.contact-main .circular-title {
	font-family: 'Playfair Display', serif;
	font-size: 47.8336px;
	line-height: 64px;
	color: #F0E0D1;
	right: 3px;
	top: -70px;
	z-index: -1;
}

.contact-main {
	position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
}

.contact-form .form-floating>.form-control-plaintext~label::after, 
.contact-form .form-floating>.form-control:focus~label::after, 
.contact-form .form-floating>.form-control:not(:placeholder-shown)~label::after, 
.contact-form .form-floating>.form-select~label::after {
	background-color: transparent;
}

.vip-program-page .inner-banner-img {
	position: relative;
}

.vip-program-page .inner-banner-img::after {
	content: "";
	background-image: url("https://houstonaestheticlab.com/wp-content/themes/Aesthetic Lab/images/vip-circle-border.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.vip-program-page .inner-banner-img > img {
	border-radius: 306.8px 0 306.8px 306.8px;
	-webkit-border-radius: 306.8px 0 306.8px 306.8px;
	-moz-border-radius: 306.8px 0 306.8px 306.8px;
	-ms-border-radius: 306.8px 0 306.8px 306.8px;
	-o-border-radius: 306.8px 0 306.8px 306.8px;
}

.aesthetic-lab-vip {
	background-color: #000;
	width: 241px;
	height: 241px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.aesthetic-lab-vip img {
	width: auto;
}

.vip-banner-content {
	position: relative;
}

.aesthetic-lab-vip::after {
	content: "";
	background-image: url("https://houstonaestheticlab.com/wp-content/themes/Aesthetic Lab/images/aesthetic-lab-circle.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 3.5px;
	right: 3.5px;
	top: 3.5px;
	bottom: 3.5px;
}

.vip-program-page .inner-banner-setion .row>* {
	padding: 0 19px;
}

.vip-program-page .inner-banner-setion .row {
    margin: 0 -19px;
}

.vip-banner-content .circular-title {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	position: absolute;
	left: -100px;
	top: 44%;
	width: 200px;
	height: 200px;
	color: #000;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.vip-program-page .inner-banner-content {
	margin: 0 100px 0 0;
}

.vip-program-main {
	max-width: 1115px;
	margin: 0 auto;
	position: relative;
}

.vip-program-main::before {
	content: "";
	background-color: #F9F5F1;
	width: 1248px;
	height: 1248px;
	position: absolute;
	left: 50%;
	top: 62%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
}

.vip-program-img img {
	width: 350px;
	height: 350px;
}

.vip-program-main .vip-program-row:nth-child(even) .row {
	flex-direction: row-reverse;
}

.vip-program-content .main-title {
	margin: 0 0 30px;
} 

.vip-program-content ul {
	padding: 0 0 14px;
	margin: 0;
}

.vip-program-content ul li {
	font-size: 15px;
	line-height: 30px;
	list-style-type: none;
}

.vip-program-wrp {
	overflow: hidden;
	padding: 100px 0 0;
}

.vip-program-content .common-detail p {
	font-size: 11px;
	line-height: 40px;
}

.vip-program-content .common-detail {
	padding: 18px 0 0;
	position: relative;
}

.vip-program-content .common-detail ul {
	padding: 0;
}

.vip-program-content .common-detail::before {
	content: "";
	background-color: #000;
	width: 6000px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	left: -153px;
	z-index: -1;
}

.vip-program-main .vip-program-row:nth-child(even) .common-detail::before {
	left: auto;
	right: -53px;	
}

.vip-program-row {
	margin: 0 0 200px;
}

.vip-program-row .row {
	align-items: center;
}

.vip-program-main .vip-program-row:last-child {
	margin-bottom: 0;
}

.vip-program-main .vip-program-row:nth-child(even) .vip-program-img {
	text-align: right;
}

.vip-program-main .vip-program-row:nth-child(odd) .vip-program-content {
	margin: 0 0 0 57px;
}

.vip-program-main .vip-program-row:nth-child(even) .vip-program-content {
	margin: 0 0 0 60px;
}

.vip-program-img.top-border img {
	border-radius: 175px 175px 0px 0px;
	-webkit-border-radius: 175px 175px 0px 0px;
	-moz-border-radius: 175px 175px 0px 0px;
	-ms-border-radius: 175px 175px 0px 0px;
	-o-border-radius: 175px 175px 0px 0px;
}

.vip-program-img.border-full img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.vip-program-img.border-top-bottom img {
	border-radius: 0px 182.001px 0px 182.001px;
	-webkit-border-radius: 0px 182.001px 0px 182.001px;
	-moz-border-radius: 0px 182.001px 0px 182.001px;
	-ms-border-radius: 0px 182.001px 0px 182.001px;
	-o-border-radius: 0px 182.001px 0px 182.001px;
}

.vip-program-img.border-top-right img {
	border-radius: 0 130px 0px 0px;
	-webkit-border-radius: 0 130px 0px 0px;
	-moz-border-radius: 0 130px 0px 0px;
	-ms-border-radius: 0 130px 0px 0px;
	-o-border-radius: 0 130px 0px 0px;
}

.vip-program-wrp .book-visit {
	padding: 150px 0 0;
}

.vip-program-img {
	position: relative;
}

.vip-program-img .circular-title {
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	line-height: 61px;
	position: absolute;
	top: -110px;
	left: -110px;
	color: #000;
}

/*========== Contact Page End ==========*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.copyright p {
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	text-align: center;
}

.footer-logo {
	display: block;
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
}

.footer-top {
	padding: 0 0 35px;
	border-bottom: 1px solid #000000;
}

.footer-bottom {
	padding: 25px 0 18px;
}

.footer {
	padding: 78px 0 0;
	position: relative;
}

.footer::after {
	content: "";
	background-color: #F4F0EC;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 110px;
	z-index: -1;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Giftcard Start ==========*/
/*==================================================================*/
.giftcard-content {
    max-width: 404px;
}
.gallery-section {
    max-width: 500px;
    margin: 0 auto;
}
.gallery-img {
    max-width: 500px;
    /* margin: 0 auto; */
}

.gallery-section {
    position: relative;
}

.gallery-section .slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
}

.gallery-section .slick-arrow.slick-next {
    right: -25px;
    left: unset;
}
.gallery-page .book-visit {
    margin-top: 100px;
}
.main-title+ul li:first-child {
    font-style: italic;
}
.vip-program-content .common-detail li{
    list-style-type: disc;
}
p.vip-discount {
    font-size: 17px;
}