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

@import "fonts.css";

/* font-family: "proxima-nova",sans-serif;  */
/* font-family: "montserrat",sans-serif;  */
/* font-family: "ivypresto-headline",serif; */
/*     font-family: 'Bayshore'; */

/********************* Header Css ******************/
.header-area{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
	padding: 35px 0px;
}
.relative-header{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
	padding: 30px 0px;
}
.header-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 25px;
	padding-right: 25px;
}
.header-right{
	display: flex;
	align-items: center;
}
.header-phone-number a{
	font-family: "montserrat",sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-right: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-phone-number a:hover{
	color:#8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.header-menu-icon{
	margin-left: 40px;
}
.mobile-logo{
	display: none;
}
.header-logo a img{
	filter: brightness(0) invert(1);
}
.header-menu-icon img{
	filter: brightness(0) invert(1);   
}
.header-area.fixed_header{
	padding: 20px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.header-area.fixed_header .header-logo a img{
	filter: none;
}
.header-area.fixed_header .header-menu-icon img{
	filter: none;
}
.header-area.fixed_header .header-phone-number a{
	color: #000;
}
.header-area.fixed_header .header-phone-number a:hover {
	color:#8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.header-menu-icon{
	cursor:pointer;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.banner-area::after{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .5;   
}
.banner-wrapper-image{
	height: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;  
}
.banner-area{
	position: relative;
}
.banner-content-text {
	position: absolute;
	left: 140px;
	bottom: 70px;
	z-index: 2;
	max-width: 530px;
}
.banner-content-text h1{
	margin-bottom: 20px;
}
.banner-content-text h1 strong{
	font-weight: 300;
	font-style: italic;
}
.banner-content-text h3{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.banner-content-text h3::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 10px;
	width: 160px;
	background-image: url(../images/Gold-Bar.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-content-text h4{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	color: #fff;
}
.banner-video-area video {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.banner-social-icon{
	position: absolute;
	right: 72px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(350deg) brightness(102%) contrast(101%);
}
.banner-social-icon ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	width: 20px;
}
.banner-social-icon ul li{
	margin-bottom: 30px;
}
.banner-social-icon ul li a{
	color: #EEEAE5;
	font-size: 20px;
}
.banner-social-icon ul li{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner-social-icon ul li:hover{
	transform: scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll-bottom {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	cursor: pointer;
	position: absolute;
	bottom: 90px;
	right: 72px;
	width: fit-content;
	cursor: pointer;
	z-index: 2;
}
.scroll-bottom a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	writing-mode: sideways-lr;
}
.scroll-bottom a img{
	margin-top: 10px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.footer-area{
	padding-top: 140px;
	padding-bottom: 20px;
}
.footer-left{
	padding-right: 105px;
}
.footer-left p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.footer-social-icon-area{
	display: flex;
	align-items: center;
	padding-bottom: 45px;
	margin-bottom: 55px;
	border-bottom: 1px solid #D9B779;
}
.social-icon-area{
	padding-left: 40px;
}
.social-icon-area ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}
.social-icon-area ul li{
	margin-right: 15px;
}
.social-icon-area ul li i{
	font-size: 30px;
	color: #000;
}
.footer-right h5{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #525252;
	margin-bottom: 10px;
}
.footer-right a,
.footer-right p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	color: #000;
	display: block;
	margin-bottom: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.footer-right a:hover{
	color:#8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-bottom ul li:first-child {
	padding-left: 0px;
}
.footer-bottom ul li {
	padding: 0px 7px;
	position: relative;
}
.footer-bottom ul li::after{
	position: absolute;
	content: '';
	right: 0px;
	top: 57%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #8C6637;
}
.footer-bottom ul li:last-child:after{
	display: none;
}
.footer-bottom ul li a{
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #000;  
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.footer-bottom ul li a:hover{
	color:#8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;		
}
.footer-bottom p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;  
}
.social-icon-area ul li{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.social-icon-area ul li:hover{
	transform:scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Home Visite Gallery %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-visite-gallery-area{
	background-color: #000;
	padding-top: 140px;
	padding-bottom: 105px;
	position: relative;
	overflow: clip;
}
.home-visite-gallery-bg-image {
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
}
.home-visite-gallery-wrapper{
	position: relative;
	z-index: 2;
}
.home-visite-gallery-wrapper h3{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 20px;
}
.home-visite-gallery-wrapper p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	color: #B2B2B2;
	max-width: 650px;
}
.home-visite-gallery-wrapper .common-link{
	color: #fff; 
}
.home-visite-gallery-logo-area{
	display: flex;
	align-items: center;
	margin-left: -70px;
	margin-bottom: 30px;
}
.home-visite-gallery-logo{
	margin-right: 30px;
}
.home-visite-gallery-logo-area h2{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 80px;
	line-height: 82px;
	color: #fff;
	max-width: 320px;
	margin-bottom: 0px;
}
.plastic-surgery-slider-each img{
	width: 100%;
}
.plastic-surgery-slider-heading{
	max-width: 860px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.plastic-surgery-slider-heading p{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #000000;
}
.plastic-surgery-slider-heading p strong{
	color: #8C6637;
	font-style: italic;
}
.plastic-surgery-slider-area{
	margin-top: 70px;
	margin-bottom: 70px;
}
.things-slider-each img{
	width: 100%;
}
.things-slider-wrapper .swiper {
	padding: clamp(3.125rem, -0.4464rem + 1.5804vw, 6.25rem) 40px clamp(1.875rem, -1.6964rem + 5.5804vw, 5rem) clamp(3.75rem, -21.25rem + 33.3333vw, 18.75rem);
}
.things-slider-area{
	padding-top: 70px;
	margin-top: 70px;
	margin-bottom: 70px;
	position: relative;
	overflow-x: clip;
}
.things-slider-area::after {
	position: absolute;
	content: '';
	width: calc(100% - 140px);
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	height: 100%;
	background-image: url('../images/Things to Consider.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.thing-slider-heading{
	position: relative;
	z-index: 1;
}
.thing-slider-heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.thing-slider-heading h2{
	margin-bottom: 0px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% artistry-area %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.artistry-area{
	margin-top: 140px;
	margin-bottom: 70px;
	overflow-x: clip;
}
.artistry-top-area .row,
.artistry-bottom-area .row{
	margin-left: -10px;
	margin-right: -10px;
}
.artistry-top-area .row .col-lg-5,
.artistry-bottom-area .row .col-lg-5{
	padding-left: 10px;
	padding-right: 10px;
}
.artistry-top-area .row .col-lg-2,
.artistry-bottom-area .row .col-lg-2{
	padding-left: 10px;
	padding-right: 10px;
}
.artistry-image img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.artistry-top-area .row .col-lg-2 .artistry-image{
	margin-top: -70px;
}
.artistry-bottom-area .row .col-lg-2 .artistry-image{
	margin-top: 70px;
}
.artistry-content{
	margin-top: 70px;
	margin-bottom: 70px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Logo Area %%%%%%%%%%%%%%%%%%%%%%  */
.logo-slider{
	margin-top: 70px;
	margin-bottom: 70px;
	/* 	overflow-x: clip; */
}
.swiper-partner .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
	display: flex;
	align-items: center;
}
.swiper-partner .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 35px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Testimonials area %%%%%%%%%%%%%%%%%%%%%%% */
.testimonials-slider-star-area{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.testimonials-slider-star {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
}
.testimonials-slider-star img{
	max-width: none !important;
}
.testimonials-area{
	margin-top: 140px;
	margin-bottom: 140px;
	position: relative;
}
.testimonials-slider-left h4{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #000;
}
.testimonials-slider-right p{
	font-weight: 300;
	font-style: italic;
	font-size: 22px;
	line-height: 34px;
	color: #000;
	font-family: "proxima-nova",sans-serif;
	margin-bottom: 10px;
}
.testimonials-slider-right h6{
	color: #000;
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;

}
.testimonials-controals .swiper-button-next:after{
	display: none;
}
.testimonials-controals .swiper-button-prev:after{
	display: none;
}
.testimonials-wrapper{
	position: relative;
	padding-left: 110px;
	padding-right: 110px;
}
.testimonials-wrapper .swiper-pagination{
	bottom: -60px;
}
.testimonials-each .row{
	margin-left: -16px;
	margin-right: -16px;
}
.testimonials-each .row .col-lg-5{
	padding-left: 16px;
	padding-right: 16px;
}
.testimonials-each .row .col-lg-7{
	padding-left: 16px;
	padding-right: 16px;
}
.testimonials-area .swiper-pagination-bullet{
	opacity: 1;
	background: #D9D9D9;
	width: 10px;
	height: 10px;
	margin: 0px 10px !important;
}
.testimonials-area .swiper-pagination-bullet-active{
	background: #989898;
}
.testimonials-more-review-button{
	margin-top: 20px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Surgery area %%%%%%%%%%%%%%%%%%% */
.surgery-area{
	padding-top: 226px;
	padding-bottom: 140px;
	background-position: right center;
	background-size: 70%;
	position: relative;
	overflow-x: clip;
}
.surgery-bg-image{
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;   
	background-size: 70%;
	background-position: right center;
}
.surgery-content{
	padding: 70px;
	width: 100%;
	max-width: 609px;
	position: relative;
	z-index: 1;
	box-shadow: 20px 20px 40px 0px #00000040;
	border-radius: 10px;
}
.surgery-mobile-image{
	display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% home-dr-text-area %%%%%%%%%%%%%%%% */
.home-dr-text-area{
	padding-top: 140px;
	padding-bottom: 140px;
}
.home-dr-text{
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}
.home-dr-text p{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 17px;
}
.home-dr-text h5{
	font-family: 'Bayshore';
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}
.body-face-slider-area{
	margin-bottom: 140px;
	margin-top: -50px;
}
.body-face-each-text{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding: 20px 10px 20px 10px;
	z-index: 1;
}
.body-face-each{
	position: relative;
	box-shadow: 20px 20px 40px 0px #00000040;
	/* 	margin-bottom: 60px;
	overflow: hidden; */
}
.body-face-each::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 400px;
	bottom: 0px;
	left: 0px;
	background-image: url('../images/Overlay.Bottom.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.body-face-each-text h3{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 0px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Tab Area %%%%%%%%%%%%%%%%%%%%%% */
.every-body-each-area{
	min-height: 773px;
	padding: 140px 30px 140px;
	position: relative;
}
.every-body-each-area::after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/tab-Overlay-breast.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.every-body-each-wrapper{
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.every-body-each-wrapper h4{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #B2B2B2;
}
.every-body-each-wrapper h2{
	color: #fff;
	max-width: 470px;
	margin-bottom: 30px;
}
.every-body-each-wrapper p{
	color: #B2B2B2;   
	max-width: 440px;
}
.every-body-area{
	position: relative;
}
.every-body-area nav{
	position: absolute;
	width: 100%;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1220px;
}
.every-body-area .nav-tabs {
	border-bottom: 0px;
	justify-content: space-between;
}
.every-body-area .nav-tabs .nav-link{
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 15px 35px 15px;
	border: 0px;
	border-top: 1px solid #D9B779;
	background-color: transparent;
	border-radius: 0px;
	color: #fff;
	position: relative;
	min-width: 272px;
}
.every-body-area .nav-tabs .nav-link.active{
	color:#8C6637;
}
.every-body-area .nav-tabs .nav-link:focus{
	outline: none;
}
.every-body-tab-area .home-visite-gallery-wrapper{
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.things-slider-each{
	position: relative;
}
.things-slider-each::after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url('/wp-content/uploads/2025/06/OverlayLeft.png');
	background-repeat:no-repeat;
	background-size: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.things-slider-each:hover:after{
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.item-text {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	padding: 50px 50px 25px;
	z-index: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: end;
	overflow: hidden;
}
.hover-procedure h3{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.hover-procedure {
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	position: relative;
	z-index: 2;
	transform: translateY(calc(100% - clamp(2.75rem, 0.4466rem + 1.2945vw, 5rem)));
	transition: transform 600ms, flex 800ms;
}
.things-slider-each:hover .hover-procedure {
	transition: transform 600ms, flex 800ms;
	transform: translateY(0%);
}
.hover-procedure p{
	font-family: "proxima-nova", sans-serif !important;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 30px !important;
	color: #B5B5B5;
}
.hover-procedure .common-link{
	color: #fff;
}
.item-text:after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 1;
}
.things-slider-each:hover  .item-text:after{
	opacity: .7;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.things-slider-each:hover .item-text h3{
	margin-bottom:10px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Home Blog Media Area %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.video-media-each{
	box-shadow: 10px 10px 60px 0px #00000040;
	margin-bottom: 50PX;
}
.video-media-each-text{
	padding: 20px 30px 30px;
}
.video-media-each-text h4{
	margin-bottom: 20px;
}
.video-media-each-image{
	position: relative;
}
.video-media-each-image-text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50PX;
	z-index: 2;
}
.video-media-each-image img{
	width: 100%;
}
.video-media-each-image::after{
	position: absolute;
	content: '';
	top: 0PX;
	left: 0PX;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.Video-media-button{
	text-align: center;
	margin-top: 20px;
}
.video-media-area{
	margin-top: 140px;
	margin-bottom: 140px;
}
.video-media-heading{
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.video-media-wrapper-mobile{
	display: none;
}
.video-media-each-video {
	overflow: hidden;
	height: 355px;
	display: block;
	width: 100%;
	position: relative;
}
.video-media-each-video iframe {
	height: 100%;
	display: block;
	width: 100%;
}
.video-media-each-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.video-media-each-overlay img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.video-media-play-btn {
	width: 90px;
	height: 90px;
	border: 2px solid #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	padding-left: 5px;
}
.video-media-each-overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .5);
}
.video-media-each-image::after{
	display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% dr-tehrani-video-area %%%%%%%%%%%%%%%% */
.dr-tehrani-video-area{
	position: relative;
	margin-top: 140px;
	margin-bottom: 140px;
}
.dr-tehrani-video-area::after {
	position: absolute;
	content: '';
	width: calc(100% - 140px);
	left: 50%;
	transform: translateX(-50%);
	height: 91%;
	bottom: 0px;
	background-image: url('/wp-content/uploads/2025/08/Light-Wall.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	box-shadow: -20px 20px 40px 0px #00000040;
}
.dr-tehrani-video-wrapper{
	position: relative;
	z-index: 2;
}
.dr-tehrani-content{
	text-align: center;
	padding: 70px 0px;
}
.dr-tehrani-content h2{
	font-size: 60px;
	line-height: 62px;
}
.dr-tehrani-content h4{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #525252;
	margin-bottom: 0px;
}
.dr-tehrani-play-button {
	width: 90px;
	height: 90px;
	border: 2px solid #8C6637;
	border-radius: 100%;
	font-size: 30px;
	color: #8C6637;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 20px;
	cursor: pointer;
	padding-left: 5px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Meet Ali Tab Area %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.meet-ali-area{
	position: relative;
}
.meet-ali-area nav {
	position: absolute;
	width: 100%;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1220px;
}
.meet-ali-tab-each {
	min-height: 810px;
	padding: 70px 30px 140px;
	position: relative;
}
.meet-ali-tab-wrapper {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.meet-ali-content-left h5{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	margin-bottom: 3px;
}
.meet-ali-content-left h2{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 80px;
	line-height: 82px;
	color: #fff;
	margin-bottom: 35px;
}
.meet-ali-content-left h2 strong{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 62px;
	color: #fff;
	font-style: normal;
}
.meet-ali-content-right h3{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 10px;
}
.meet-ali-content-right p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #B2B2B2;
}
.meet-ali-content-right .common-link{
	color: #fff;
}
.meet-ali-top-logo{
	margin-bottom: 124px;
}
.meet-ali-content-left{
	max-width: 380px;
}
.meet-ali-content-right-area{
	max-width: 250px;
	margin-left: auto;
}
.meet-ali-area .nav-tabs {
	border-bottom: 0px;
	padding: 10px;
	border-radius: 10px;
	width: fit-content;
	margin: 0 auto;
	position: relative;
}
.meet-ali-area .nav-tabs::after{
	background-color: #000;
	opacity: .8;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 10px;
}
.meet-ali-area .nav-tabs .nav-link{
	padding: 15px 60px;
	border-radius: 5px;
	border: 0px;
	background-color: transparent;
	font-family: "montserrat",sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 1;
}
.meet-ali-area .nav-tabs .nav-link.active{
	background-image: url(../images/common-button-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.meet-ali-area .nav-tabs .nav-link:focus{
	outline: none;
}
.meet-ali-tab-each::after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/meet-ali-overlap.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Home After Before Area %%%%%%%%%%%%%%%%%%%%%%%% */
.home-after-before-heading{
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.home-after-before-wrapper{
	position: relative;
	z-index: 1;
	padding-bottom: 186px;
}
.home-after-before-wrapper nav {
	position: absolute;
	width: 100%;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1220px;
}
.home-after-before-wrapper .nav-tabs {
	border-bottom: 0px;
	padding: 10px;
	border-radius: 10px;
	width: fit-content;
	margin: 0 auto;
	position: relative;
}
.home-after-before-wrapper .nav-tabs::after{
	background-color: #000;
	opacity: .8;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 10px;
}
.home-after-before-wrapper .nav-tabs .nav-link{
	padding: 15px 60px;
	border-radius: 5px;
	border: 0px;
	background-color: transparent;
	font-family: "montserrat",sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 1;
}
.home-after-before-wrapper .nav-tabs .nav-link.active{
	background-image: url(../images/common-button-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.home-after-before-wrapper .nav-tabs .nav-link:focus{
	outline: none;
}
.home-after-before-video iframe {
	height: 100%;
	display: block;
	width: 100%;
}
.home-after-before-video {
	overflow: hidden;
	height: 321px;
	display: block;
	width: 100%;
	position: relative;
}
.home-after-before-area{
	position: relative;
	margin-top: 70px;
	margin-bottom: 70px;
	padding-top: 70px;
}
.home-after-before-area::after {
	position: absolute;
	content: '';
	width: calc(100% - 140px);
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	height: 100%;
	background-image: url('../images/Things to Consider.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.home-after-before{
	box-shadow: 20px 20px 40px -50px #00000040;
	margin-right: 47px;
}
.home-after-before-heading-left{
	margin-right: 47px;    
}

.home-after-before-mobile-area{
	position: relative;
	z-index: 1;
	display: none;
}
.tab-navigation{
	background: url('../images/down-arrow.png') no-repeat 95% rgba(0, 0, 0, .8);
	padding: 10px;
	margin-bottom: 20px;
}
.tab-navigation select{
	padding: 15px 60px;
	border-radius: 5px;
	border: 0px;
	background-image: url(../images/tab-buuton.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 82%;
	background-color: transparent;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	appearance: none;
	width: 100%;
}
.tab-navigation select:focus{
	outline: none;
}
.tab-navigation select option{
	background-color:rgba(0, 0, 0, .8) ;
	color: #fff;
	padding: 10px 50px 10px 20px !important;

	text-align: center;
}
.meet-ali-mobile-area{
	display: none;
}
.artistry-top-mobile-area{
	display: none;
}
.testimonials-controals .swiper-button-next, .testimonials-controals .swiper-button-prev{
	top: 42%;
	width: 40px;
}
.body-face-slider-wrapper{
	/* 	max-width: 1300px; */
	margin: 0 auto;
}
.video-modal-area .close {
	position: absolute;
	right: 0px;
	background-color: #fff;
	opacity: .7;
	border-radius: 50%;
	z-index: 1;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}
.video-modal-area .modal-header{
	padding: 0px;
	border: 0px;
}
.video-modal-area .modal-body{
	padding: 0px;
}
.video-modal-area .modal-dialog {
	max-width: 800px;
	margin: 10.75rem auto;
	padding: 0px 15px;
}
.video-modal-wrap iframe{
	height: 400px;
}
.things-slider-wrapper{
	position: relative;
	z-index: 1;
}
.plastic-surgery-slider-each{
	overflow: hidden;
}
.artistry-image img{
	box-shadow: 20px 40px 60px 0px #00000040;
}
.Video-media-button .common-button.black-button{
	border: 2px solid #8C6637;
}
.video-media-each{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.doctor-icon-slider-area{
	margin-top: 70px;
	margin-bottom: 140px;
	overflow-x: clip;
}
.thing-link a{
	font-family: "montserrat",sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	display: flex;
	align-items: center;
}
.thing-link a:hover {
	color: #8C6637;
}
.thing-link a img{
	margin-left: 8px;
}
.body-face-each img{
	width: 100%;
}
.body-face-slider-area {
	overflow-x: clip;
}
.dr-tehrani-video-area {
	overflow-x: clip;
}
.header-area{
	overflow-x: hidden;
}
.footer-logo{
	margin-bottom: 15px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Inner Page Marge %%%%%%%%%%%%%%%%%%%%% */
/*============================ blog-overview ===============================*/
.blog-overview-sec{
	overflow-x: clip;
}
.filter-area form{
	display: flex;
	flex-wrap: wrap;
	column-gap: 70px;
	justify-content: center;
}
.filter-area select{
	background-color: #E6E6E6;
	padding: 5px 15px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: rgba(0, 0, 0, .5);
	max-width: 405px;
	width: 100%;
	border-radius: 5px;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("../images/arrow-down-svgrepo-com.svg");
	background-position: 96%;
	background-repeat: no-repeat;
	background-size: 10px;
}
.filter-area select:focus{
	outline: none;
}
.blog-overview-wrapper{
	margin-top: 70px;
	margin-bottom: 140px;
}
.blog-overview-wrapper .row{
	margin: 0px -25px;
}
.blog-overview-wrapper .col-md-6{
	padding: 0px 25px;
}
.each-blog-overview{
	box-shadow: 10px 10px 60px 0px #00000040;
	border-radius: 0 0 10px 10px;
	margin-bottom: 50px;
}
.blo-overview-content{
	padding: 18px 30px 26px;
}
.blo-overview-content h2{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	color: #000000;
	margin-bottom: 20px;
}
.blo-overview-content h2 a{
	color: #000000;	
}
.blo-overview-content h2 a:hover{
	color: #8C6637;
}
.load-more-btn{
	margin-top: 91px;
}
/*==================== blog-post =====================*/
.blog-post-banner{
	padding-top: 210px;
	padding-bottom: 325px;
}
.blog-post-banner::after{
	background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
}
.blog-post-banner-wrapper{
	position: relative;
	z-index: 1;
}
.blog-post-banner-wrapper h1{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 68px;
	color: #FFFFFF;
}
.blog-post-banner-wrapper h3{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	color: #B2B2B2;
	max-width: 420px;
	width: 100%;
	margin: 39px auto 0;
	position: relative;
	padding-bottom: 40px;
}
.blog-post-banner-wrapper h3::after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 10px;
	background-image: url("../images/h1span.png");
	background-position: center;
	background-size: cover;
	bottom: 0;
}
.blog-post-image{
	margin-top: -256px;
	position: relative;
	margin-bottom: 120px;
}
.blog-post-image img{
	max-width: 840px;
	margin-bottom:70px;
	box-shadow: 20px 20px 40px 0px #00000040;
	-webkit-box-shadow: 20px 20px 40px 0px #00000040;
}
.blog-post-image h3{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
}
.blog-post-image h3 a{
	font-weight: 700;
	color: #8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog-post-image h3 a:hover{
	color: #000000;
}
.blog-post-wrapper h5{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B2B2B2;
}
.blog-post-wrapper .load-more-btn {
	margin-top: 73px;
}
.blog-post-wrapper{
	margin-bottom: 70px;
}
.related-blog{
	overflow-x: clip;
}
.related-blog-heading h2{
	text-align: center;
	margin-bottom: 50px;
}
.related-blog .blog-overview-wrapper{
	margin-bottom: 90px;
}
.contact-inject-sec{
	margin-top: 140px;
}
.contact-inject-bg{
	background-position: center 20%;
}
.contact-inject-bg::after{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.375) 0%, rgba(0, 0, 0, 0.75) 100%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.contact-inject-bg .container{
	height: 650px;
	position: relative;
	z-index: 1;
}
.contact-inject-content{
	padding-bottom: 70px;
	max-width: 600px;
	width: 100%;
}
.contact-inject-content h3{
	font-size: 40px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.contact-inject-content h2{
	color: #FFFFFF;
	margin-bottom: 31px;
} 
.contact-inject-content p{
	color: #B2B2B2;
	margin-bottom: 30px;
}
.contact-inject-form{
	background-color: #FFFFFF;
	box-shadow: 10px 10px 60px 0px #00000040;
	border-radius: 10px;
	padding: 50px;
	margin-top: -70px;
}
/*===================== Gallery overview =====================*/
.section-intro{
	margin-top: 60px;
}
.gal-overview-heading{
	max-width: 880px;
	width: 100%;
	margin: 0px auto 140px;
}
.gal-overview-heading h4{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #B2B2B2;
	margin-bottom: 0;
}
.gal-overview-heading p{
	margin-bottom: 22px;
}
.gal-overview-vdo{
	overflow: hidden;
	height: 323px;
	display: block;
	width: 100%;
}
.gal-overview-vdo iframe{
	height: 100%;
	display: block;
	width: 100%;
}
.gal-overview-vdo-overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gal-overview-vdo-overlay::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .5);
}
.gal-overview-vdo-overlay img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.play-btn{
	width: 90px;
	height: 90px;
	border: 2px solid #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
	padding-left: 5px;
}
.gal-overview-content{
	padding-left: 40px;
}
.gal-overview-content p:last-child{
	margin-bottom: 0;
}
.gal-overview-content h2{
	margin-bottom: 18px;
}
.gal-overview-list{
	margin-top: 50px;
}
.gal-overview-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;
}
.gal-overview-list li{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #000000;
	max-width: 47%;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #8C6637;
}
.gal-overview-list li a{
	color: #000000;
	background-image: url("../images/gal-right-arrow.svg");
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 30px;
	display: block;
	transition: all 0.5s;
	padding-right: 35px;
}
.gal-overview-list li a:hover{
	color: #8C6637;
}
.each-gal-overview{
	margin-bottom: 140px;
}
.each-gal-overview:nth-child(even) .row{
	flex-direction: row-reverse;
}
.each-gal-overview:nth-child(even) .gal-overview-content{
	padding-left: 0;
	padding-right: 40px;
}
/*===================================== gallery-category ===================================*/
.gal-category-banner{
	padding-top: 185px;
	padding-bottom: 356px;
	position: relative;
}
.gal-category-banner::after{
	background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
}
.gal-category-banner-wrap{
	position: relative;
	z-index: 1;
}
.gal-category-banner-heading h3{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B2B2B2;
	display: table;
	margin-top: 29px;
	max-width: 420px;
	width: 100%;
}
.gal-category-banner-text p{
	color: #B2B2B2;
}
.gal-category-banner-text p:last-child{
	margin-bottom: 0;
}
.gal-category-banner-text > strong img{
	width: 160px;
	margin-bottom: 30px;
}
.gallery-category-sec{
	margin-bottom: 140px;
}
.beer-handle {
	background: #FFFFFF !important;
}
.beer-handle {
	transform: translate3d(-50%,-50%,0);
	transition: background .3s,box-shadow .3s,opacity .5s .25s;

	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	-webkit-transition: background .3s,box-shadow .3s,opacity .5s .25s;
	-moz-transition: background .3s,box-shadow .3s,opacity .5s .25s;
	-o-transition: background .3s,box-shadow .3s,opacity .5s .25s;
}
.beer-slider{
	width: 100%;
}
.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after{
	font-family: "proxima-nova",sans-serif;
	top: auto;
	bottom: 10px;
	padding: 0;
	background: transparent;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	text-transform: capitalize !important;
}
.gal-category-featured-wrapper{
	margin-top: -288px;
	position: relative;
	z-index: 1;
}
.each-gal-category-featured{
	box-shadow: 10px 10px 60px 0px #00000040;
	-webkit-box-shadow: 10px 10px 60px 0px #00000040;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.gal-category-featured-content{
	padding: 8px 20px 12px;
}
.gal-category-featured-content h2{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	color: #000000;
	margin-bottom: 20px;
}
.gal-category-featured-content h2 a{
	color: #000000;
}
.gal-category-featured-content h2 a:hover{
	color: #8C6637;
}
.gal-category-featured-wrapper .row{
	margin: 0px -25px;
}
.gal-category-featured-wrapper .col-lg-6{
	padding: 0px 25px;
}
.each-gallery-category{
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #8C6637;
	overflow-x: clip;
}
.gallery-category-dtl{
	margin-top: 30px;
}
.gallery-category-dtl ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 20px;
}
.gallery-category-dtl li h6{
	font-family: "montserrat",sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
}
.gallery-category-dtl li h6 strong{
	font-weight: 600;
}
.gallery-category-dtl li p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	margin: 0;
	text-transform: capitalize;
}
.gallery-category-dtl li p a{
	font-weight: 700;
	color: #8C6637;
}
.gallery-category-dtl li p a:hover{
	color: #000000;
}
.gallery-category-sec .load-more-btn {
	margin-top: 70px;
}
/*================== gallery-post ==================*/
.gallery-post-slider .swiper-container{
	overflow-x: hidden;
}
.gallery-post-wrapper{
	margin-top: -200px;
	position: relative;
	z-index: 1;
}
.gallery-post-slid-top .swiper-container{
	max-width: 840px;
	width: 100%;
	margin: 0px auto 75px;
	box-shadow: 20px 20px 40px 0px #00000040;
	-webkit-box-shadow: 20px 20px 40px 0px #00000040;
}
.gallery-post-slid-top{
	padding: 0px 70px;
}
.gallery-post-slid-top .common-arrow{
	top: auto;
	bottom: 0;
}
.gallery-post-slider{
	margin-bottom: 70px;
}
.gallery-post-dtl{
	max-width: 1020px;
	width: 100%;
	margin: 0px auto;
	box-shadow: 10px 10px 40px 0px #00000040;
	-webkit-box-shadow: 10px 10px 40px 0px #00000040;
	border-radius: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 70px;
}
.gallery-post-procedures {
	margin-bottom: 44px;
}
.gallery-post-procedures h6{
	font-family: "montserrat",sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
}
.gallery-post-procedures p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #8C6637;
	margin-bottom: 0;
}
.gallery-post-procedures p a{
	color: #8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gallery-post-procedures p a:hover{
	color: #000000;
}
.gallery-post-right p:last-child,
.gallery-post-case-dtl p:last-child{
	margin-bottom: 0;
}
.gallery-post-right p strong{
	font-family: "montserrat",sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	display: block;
	margin-bottom: 8px;
}
.gallery-post-right {
	padding-left: 40px;
}
.gallery-post-wrapper .load-more-btn {
	margin-top: 70px;
}
.related-gallery-sec{
	margin-top: 70px;
	margin-bottom: 140px;
}
.related-gallery-wrapper .gallery-category-img .common-link{
	margin-top: 30px;
}
/*========================== featured media ==========================*/
.articles-publications-heading h2{
	margin-bottom: 50px;
}
.articles-publications-area .row{
	row-gap: 50px;
}
.each-articles-publications{
	box-shadow: 10px 10px 60px 0px #00000040;
	-webkit-box-shadow: 10px 10px 60px 0px #00000040;
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
}
.articles-publications-img::after{
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
}
.articles-publications-logo{
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}
.articles-publications-img{
	height: 355px;
}
.articles-publications-content{
	padding: 20px 30px 17px;
}
.articles-publications-content h2{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	color: #000000;
	margin-bottom: 20px;
}
.articles-publications-content h2 a{
	color: #000000;
}
.articles-publications-content h2 a:hover{
	color: #8C6637;
}
.articles-publications-area .row{
	margin: 0px -25px;
}
.articles-publications-area .col-lg-6{
	padding: 0px 25px;
}
.articles-publications-area .load-more-btn {
	margin-top: 72px;
}
.articles-publications-area{
	padding-bottom: 70px;
	border-bottom: 1px solid #8C6637;
	margin-bottom: 70px;
}
.articles-publications-img iframe{
	height: 100%;
	width: 100%;
	display: block;
}
.educational-videos-sec .articles-publications-img::after{
	display: none;
}
.educational-videos-sec .load-more-btn{
	margin-top: 140px;
}
.educational-videos-sec{
	border: none;
}
/************************banner cs*********************** */
.banner-content-text p{
	color: #B2B2B2;
}
.banner-icon{
	margin-bottom: 20px;
	display: flex; 
	column-gap: 30px;
}
/*=========================== meet the team ===========================*/
.team-overview-sec{
	margin-bottom: 140px;
}
.member-img{
	padding-right: 40px;
	padding-bottom: 40px;
	position: relative;
}
.member-img img{
	box-shadow: -20px 20px 40px 0px #00000040;
	-webkit-box-shadow: -20px 20px 40px 0px #00000040;
}
.member-img-bg{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
	padding-left: 40px;
	z-index: -1;
	width: 100%;
}
.member-img-bg img{
	border-radius: 10px;
	overflow: hidden;
}
.member-dtl{
	padding-left: 70px;
}
.member-dtl h2{
	margin-bottom: 19px;
}
.each-member-dtl-img{
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #8C6637;
}
.each-member-dtl-img:nth-child(even) .row{
	flex-direction: row-reverse;
}
.each-member-dtl-img:nth-child(even) .member-dtl{
	padding-left: 0;
	padding-right: 70px;
}
.each-member-dtl-img:nth-child(even) .member-img{
	padding-left: 40px;
	padding-right: 0px;
}
.each-member-dtl-img:nth-child(even) .member-img-bg{
	padding-left: 0;
	padding-right: 40px;
}
.each-member-img{
	max-width: 390px;
	width: 100%;
	margin: 0px auto;
}
.each-member-img .member-img{
	margin-bottom: 50px;
}
.line{
	border-bottom: 1px solid #8C6637;
	margin: 70px 0;
	width: 100%;
}
.each-member-img h3{
	margin-bottom: 6px;
}
.each-member-img h4{
	margin-bottom: 30px;
}
/*=================== team-individual ===================*/
.team-individual-banner{
	min-height: 100vh;
	padding-top: 200px;
}
.team-individual-banner::after{
	background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
}
.team-individual-banner-wrap{
	position: relative;
	z-index: 1;
}
.member-post-img{
	margin-bottom: -70px;
}
.member-post-img img{
	box-shadow: -20px 20px 40px 0px #00000040;
	-webkit-box-shadow: -20px 20px 40px 0px #00000040;
}
.team-individual-banner-content{
	padding-bottom: 40px;
}
.team-individual-banner-content h1{
	font-size: 70px;
	line-height: 72px;
	margin-bottom: 20px;
}
.team-individual-banner-content h3{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B2B2B2;
	max-width: 420px;
	width: 100%;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 27px;
}
.team-individual-banner-content h3::after{
	position: absolute;
	content: "";
	left: 0;
	width: 160px;
	height: 10px;
	background-image: url("../images/h1span.png");
	background-position: center;
	background-size: cover;
	bottom: 0;
}
.team-individual-banner-content p{
	color: #B2B2B2;
	max-width: 450px;
	width: 100%;
}
.team-individual-sec{
	margin-top: 140px;
	margin-bottom: 140px;
}
.team-individual-wrapper h5 {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B2B2B2;
}
.team-individual-sec .load-more-btn {
	margin-top: 70px;
}
/*=========================== contact-us ===========================*/
.contact-us-banner{
	padding: 240px 0 140px;
	position: relative;
}
.contact-us-banner::after{
	background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
}
.contact-us-banner-wrap{
	position: relative;
	z-index: 1;
}
.contact-us-banner-content h1{
	font-size: 70px;
	line-height: 72px;
	position: relative;
	padding-bottom: 52px;
	margin-bottom: 40px;
}
.contact-us-banner-content h1::after{
	position: absolute;
	content: "";
	left: 0;
	width: 160px;
	height: 10px;
	background-image: url("../images/h1span.png");
	background-position: center;
	background-size: cover;
	bottom: 0;
}
.contact-us-banner-content p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	color: #FFFFFF;
	margin-bottom: 19px;
}
.contact-us-banner-content p a{
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-us-banner-content p a:hover{
	color: #8C6637;
}
.contact-us-banner-content p:last-child{
	margin-bottom: 0;
}
.contact-us-form{
	box-shadow: 10px 10px 60px 0px #00000040;
	-webkit-box-shadow: 10px 10px 60px 0px #00000040;
	padding: 50px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.map-area iframe{
	width: 100%;
	display: block;
	height: 613px;
}
.map-area p{
	margin-bottom: 0;
}
/*===================== virtual-consultation =====================*/
.virtual-consultation-sec {
	margin-bottom: 140px;
}
.virtual-consultation-wrapper{
	max-width: 880px;
	width: 100%;
	margin: 0px auto;
}
.virtual-consultation-sec .gal-overview-heading{
	margin-bottom: 70px;
}
/*===================== service overview =====================*/
.each-procedures-overview{
	margin-bottom: 140px;
}
.procedures-overview-img{
	max-width: 880px;
	width: 100%;
	margin: 0px auto;
	box-shadow: 20px 20px 40px 0px #00000040;
	-webkit-box-shadow: 20px 20px 40px 0px #00000040;
}
.procedures-overview-content{
	margin-top: 50px;
}
.procedures-overview-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
.procedures-overview-content li{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #000000;
	padding-bottom: 8px;
	width: 100%;
	border-bottom: 1px solid #8C6637;
	margin-bottom: 40px;
}
.procedures-overview-content li:last-child{
	margin-bottom: 0;
}
.procedures-overview-content a{
	color: #000000;
	background-image: url("../images/gal-right-arrow.svg");
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 30px;
	display: block;
	transition: all 0.5s;
	padding-right: 35px;
}
.procedures-overview-content li a:hover{
	color: #8C6637;
}
.procedures-overview-list{
	padding: 40px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -70px;
	position: relative;
	z-index: 1;
	max-width: 404px;
	margin-left: auto;
	box-shadow: 10px 30px 60px 0px #00000040;
	-webkit-box-shadow: 10px 30px 60px 0px #00000040;
}
.procedures-overview-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.procedures-overview-list li{
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 35px;
	color: #000000;
}
.procedures-overview-list li a{
	color: #000000;
}
.procedures-overview-list li a:hover{
	color: #8C6637;
}
.each-procedures-overview:nth-child(even) .row{
	flex-direction: row-reverse;
}
.each-procedures-overview:nth-child(even) .procedures-overview-list{
	margin-left: 0;
}
/*============================ meet the doctor ============================*/
.doctor-icon-slider .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
	align-items: center;
}
.doctor-icon-slider .swiper-slide {
	text-align: center;
	width: auto;
	padding: 0 30px;
}
.doctor-icon-slider{
	margin-top: 65px;
	overflow-x: clip;
}
.candidate-inject-sec{
	margin-top: 140px;
	margin-bottom: 140px;
}
.candidate-inject-top{
	padding: 60px 0;
	min-height: 525px;
}
.candidate-inject-top::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.375) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.candidate-inject-top-wrapper{
	position: relative;
	z-index: 1;
}
.candidate-inject-top-heading h3{
	font-size: 40px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.candidate-inject-top-heading h2{
	color: #FFFFFF;
}
.candidate-inject-top-text p{
	color: #B2B2B2;
}
.candidate-inject-top-heading h2:last-child,
.candidate-inject-top-heading h3:last-child,
.candidate-inject-top-text p:last-child{
	margin-bottom: 0;
}
.candidate-inject-slider{
	overflow-x: clip;
}
.candidate-inject-sld-wrap{
	width: 100vw;
	position: relative;
	z-index: 1;
	margin-top: -45px;
}
.each-candidate-slid-content{
	box-shadow: 20px 40px 60px 0px #00000040;
	-webkit-box-shadow: 20px 40px 60px 0px #00000040;
	overflow-x: hidden;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 40px;
	height: 100%;
}
.each-candidate-slid-content h3{
	margin-bottom: 11px;
}
.each-candidate-slid-content p:last-child{
	margin-bottom: 0;
}
.candidate-inject-sld-wrap .swiper-slide{
	height: auto;
}
.plastic-surgeon-wrapper{
	padding: 81px 70px 70px;
	border-radius: 10px;
	overflow: hidden;
	max-width: 1300px;
	margin: 0px auto;
}
.plastic-surgeon-heading{
	text-align: center;
	margin-bottom: 79px;
}
.plastic-surgeon-heading strong{
	display: block;
}
.plastic-surgeon-wrap{
	column-count: 2;
	column-gap: 140px;
}
.each-plastic-surgeon{
	break-inside: avoid-column;
}
.each-plastic-surgeon:nth-child(odd){
	border-bottom: 1px solid #8C6637;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.each-plastic-surgeon p:last-child{
	margin-bottom: 0;
}
.plastic-surgeon-sec{
	padding: 0px 30px;
	margin-top: 140px;
	margin-bottom: 140px;
}
.faq-sec{
	margin-top: 140px;
	margin-bottom: 140px;
}
.faq-wrapper{
	max-width: 880px;
	width: 100%;
	margin: 0px auto;
}
.faq-wrapper h2{
	text-align: center;
	margin-bottom: 42px;
}
.faq-wrapper .common-button,
.faq-wrapper .common-link{
	text-align: center;
	margin: 50px auto 0px;
	display: table;
}
.accordion {
	list-style: none;
	padding: 0px;
}
.accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 34px;
}
.accordion>li:last-child{
	margin-bottom: 0;
}
.accordion>li>span {
	font-family: "proxima-nova",sans-serif;
	display: block;
	padding: 5px 25px 7px 0px;
	background: url("../images/plus.svg") no-repeat 100%;
	cursor: pointer;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	border-bottom: 1px solid #8C6637;
	background-size: 15px;
	color: #000000;
}
.accordion>li>div {
	list-style: none;
	margin-top: 20px;
	display: none;
	overflow: auto;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}
.accordion li>span.active {
	background: url("../images/minus.svg") no-repeat 100%;
	background-size: 15px;
}
.complementary-procedures-inject{
	margin-top: 140px;
	margin-bottom: 140px;
	padding: 0px 30px;
}
.complementary-procedures-wrapper{
	max-width: 1300px;
	width: 100%;
	margin: 0px auto;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 20px 20px 40px 0px #00000040;
	-webkit-box-shadow: 20px 20px 40px 0px #00000040;
}
.complementary-procedures-heading{
	max-width: 440px;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0;
}
.complementary-procedures-heading img{
	max-width: 200px;
	width: 100%;
	margin-bottom: 30px;
}
.complementary-procedures-heading h3{
	font-family: "montserrat",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 26px;
	color: #B2B2B2;
	margin-bottom: 0;
}
.complementary-procedures-heading h2{
	color: #FFFFFF;
}
.complementary-procedures-content{
	background-color: rgba(0, 0, 0, .25);
	padding: 70px 110px;
}
.complementary-procedures-content h3{
	color: #FFFFFF;
}
.complementary-procedures-content p{
	color: #B2B2B2;
	margin-bottom: 56px;
}
.complementary-procedures-heading h2,
.complementary-procedures-content p:last-child{
	margin-bottom: 0;
}
/*============================== procedures ==============================*/
.procedures-sec h5{
	font-family: "montserrat",sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #B2B2B2;
	text-transform: uppercase;
}
.quick-facts-inject{
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 0px 30px;
}
.quick-facts-inject-wrap{
	max-width: 1300px;
	width: 100%;
	margin: 0px auto;
	box-shadow: -20px 20px 40px 0px #00000040;
	-webkit-box-shadow: -20px 20px 40px 0px #00000040;
	padding: 70px 0;
	border-radius: 10px;
	overflow: hidden;
}
.quick-facts-inject-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}
.quick-facts-inject-wrap li{
	padding: 0px 70px;
	position: relative;
}
.quick-facts-inject-wrap li:not(:last-child)::after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #8C6637;
	width: 1px;
	height: 66px;
	content: "";
}
.quick-facts-inject-wrap h3{
	margin-bottom: 0;
}
.quick-facts-inject-wrap h4{
	margin-top: 8px;
	margin-bottom: 0;
}
.goals-inject-wrapper{
	max-width: 1300px;
	width: 100%;
	margin: 0px auto;
	padding: 70px 0;
	border-radius: 10px;
	overflow: hidden;
}
.goal-inject-heading {
	padding-left: 40px;
}
.goals-inject-left h5 {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #525252;
	text-transform: uppercase;
}
.goals-inject-left h2{
	margin-bottom: 50px;
}
.goals-inject-content{
	padding-left: 40px;
}
.goals-inject-content ul{
	margin: 0 0 40px;
	padding-left: 24px;
}
.goals-inject-content li::marker{
	font-size: 12px;
}
.goals-inject-content li{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.goals-inject-content p{
	margin-bottom: 42px;
}
.goals-inject-content ul:last-child,
.goals-inject-content p:last-child{
	margin-bottom: 0;
}
.goals-inject-sec{
	padding: 0px 30px;
	margin: 140px;
	margin-bottom: 140px;
}
.benefits-inject{
	margin-top: 140px;
	margin-bottom: 140px;
}
.benefits-inject .gal-overview-heading h5{
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #B2B2B2;
	text-transform: uppercase;
}
.each-benefits{
	min-height: 456px;
	padding: 40px 40px 40px;
	position: relative;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content:center;
	box-shadow: -20px 20px 40px 0px #00000040;
	-webkit-box-shadow: -20px 20px 40px 0px #00000040;
	height: 100%;
}
.each-benefits::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .5);
}
.each-benefits-inner{
	position: relative;
	z-index: 1;
}
.each-benefits h3{
	color: #FFFFFF;
	margin-bottom: 7px;
}
.each-benefits p{
	color: #B2B2B2;
}
.each-benefits ul {
	color: #B2B2B2;
}
.each-benefits p:last-child{
	margin-bottom: 0;
}
.benefits-inject .gal-overview-heading{
	margin-bottom: 60px;
}
.why-choose-inject{
	margin-top: 140px;
	margin-bottom: 120px;
	padding: 0px 30px;
}
.why-choose-inject-wrapper{
	padding: 70px 0;
	max-width: 1300px;
	width: 100%;
	margin: 0px auto;
	border-radius: 10px;
	overflow: hidden;
}
.why-choose-left{
	padding-right: 40px;
}
.why-choose-btm-area{
	margin-top: 62px;
}
.each-why-choose-btm{
	padding: 0px 70px;
	position: relative;
}
.each-why-choose-btm h3{
	margin-bottom: 7px;
}
.each-why-choose-btm p:last-child{
	margin-bottom: 0;
}
.each-why-choose-btm:not(:last-child)::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #8C6637;
	width: 1px;
	height: 90%;
	content: "";
}
.tummy-tuck-preparation-sec{
	margin-top: 120px;
	margin-bottom: 80px;
}
.tummy-tuck-preparation-heading{
	padding-right: 70px;
}
.tummy-tuck-preparation-text{
	padding-left: 70px;
	border-left: 1px solid #8C6637;
}
.tummy-tuck-preparation-text h4{
	margin-bottom: 14px;
}
.tummy-tuck-preparation-text ul{
	margin: 0;
	padding-left: 24px;
}
.tummy-tuck-preparation-text li::marker{
	font-size: 12px;
}
.tummy-tuck-preparation-text li{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.compare-and-contrast-inject{
	margin-top: 70px;
	margin-bottom: 140px;
}
.compare-and-contrast-heading h5{
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #525252;
	text-transform: uppercase;
}
.compare-and-contrast-heading{
	margin-bottom: 50px;
}
.compare-and-contrast-wrapper{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 20px 20px 40px 0px #00000040;
	-webkit-box-shadow: 20px 20px 40px 0px #00000040;
}
.each-compare-and-contrast{
	min-height: 418px;
	padding: 70px;
	height: 100%;
	align-content: space-evenly;
}
.each-compare-and-contrast p:last-child{
	margin-bottom: 0;
}
.each-compare-and-contrast{
	position: relative;
}
.each-compare-and-contrast.dark-bg::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	opacity: .25;
}
.each-compare-and-contrast.dark-bg h3{
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.each-compare-and-contrast.dark-bg p{
	color: #B2B2B2;
	position: relative;
	z-index: 1;
}
.each-compare-and-contrast.dark-bg ul {
	color: #B2B2B2;
}
.lead-form-desktop{
	background-color: #FFFFFF;
	box-shadow: 10px 10px 60px 0px #00000040;
	border-radius: 10px;
	padding: 50px;
	max-width: 490px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.lead-form-banner:after {
	background:#000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Form %%%%%%%%%%%%%%%%%%%%%%  */
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform-datepicker {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 30px;
	color: #000;
	background-color:#E6E6E6;
	border-radius: 5px;
	padding:5px 15px !important;
	border: 0px;
	width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield textarea{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	background-color:#E6E6E6;
	border-radius: 5px;
	padding:5px 15px;
	border: 0px;	
	resize: none;
	height: 119px !important;
}
.gform_wrapper.gravity-theme .gfield input{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield select{
	height:40px;
	background:url('/wp-content/uploads/2025/06/Vectorrr.png') 97% no-repeat;
	appearance: none;
}
.gform_wrapper.gravity-theme .gfield select:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield select option{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.gform_wrapper.gravity-theme .gform_footer{
	justify-content: center;
	padding-top:6px !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}
.gform-footer .gform_button{
	background-color: transparent;
	color: #000;
	padding: 11px 21px 11px 21px;
	min-width: 140px;
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #8C6637;
}
.gform-footer .gform_button:hover{
	background-image: url(../images/common-button-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	border: 1px solid #8C6637;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Form End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.body-face-each-text{
	position:absolute;
	bottom:20px;
	left: 0px;
	width: 100%;
	transform: translateY(calc(100% - 72px));
	transition: transform 0.5s ease 0s;
	z-index:1;
}
.body-face-each:hover .body-face-each-text{
	transform: translateY(0px);
	bottom:0px;
}
.body-face-each-text h2{
	margin-bottom:20px;
	transition: all 0.5s ease 0s;
}
.body-face-each-text .common-link{
	color:#fff;
}
.body-face-each-text a.common-link::after{
	background-color: #8C6637;
}
.body-face-each-text h3{
	margin-bottom:40px;
	transition: all 0.5s ease 0s;
}
.body-face-each:hover .body-face-each-text h3{
	margin-bottom: 20px;
	transition: all 0.5s ease 0s;
}
.body-face-each .body-face-each-text a.common-link:hover:after{
	background-color: #8C6637;
}
.beer-slider img {
	object-fit: cover !important;
}
.beer-reveal>:first-child {
	height: 100% !important;
	max-width: none !important;
	width: auto !important;
}
.things-slider-area .swiper-button-next:after{
	display:none;
}
.thing-link.swiper-button-next{
	right: 50PX;
}
.gallery-post-slid-thumb .swiper-slide-thumb-active .gallery-category-img img{
	opacity:.5;
}
span.coma:last-child {
	display: none;
}
.team-member-img-wrap .line:last-child {
	display: none;
}
.social-icon-area ul li img{
	min-width: 30px;
	border-radius: 5px;
}
section.fof.error-page{
	margin: 140px 0px;
}
.relative-header{
	padding: 20px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.header-area.relative-header .header-logo a img {
	filter: none;
}
.header-area.relative-header .header-phone-number a {
	color: #000;
}
.header-area.relative-header .header-menu-icon img {
	filter: none;
}
.header-area.relative-header.fixed_header {
	position: fixed;
	top: 0px;
	left: 0px;
}
.procedure-content a{
	color:#fff;
}
.menu-social-icons img{
	width: 26px;
	border-radius: 4px;
}
.meet-ali-tab-each{
	background-position: top center;
}














/* AUDITS CSS */
.banner-content-text h1 span {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	display:block;
	padding-top: 27px;
}
.banner-content-text h1 span::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 10px;
	width: 160px;
	background-image: url(../images/Gold-Bar.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us-banner-content h1 span {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	position: relative;
	display:block;
	padding-top: 27px;
}
.team-individual-banner-content h1 span {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	display:block;
	padding-top: 27px;
}
.team-individual-banner-content h1 span::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 10px;
	width: 160px;
	background-image: url(../images/Gold-Bar.png);
	background-repeat: no-repeat;
	background-size: cover;
}
a.common-button.white-button {
	background-color: #FFF;
	font-weight: 600;
	background-image: none;
	color: #000;
	border:2px solid #FFF;
}
a.common-button.white-button:hover{
	background-color: transparent;
	color: #FFF;
	border:2px solid #8C6637;
}
.home-banner .banner-content-text h1 em {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	display:block;
	padding-top: 27px;
}
.home-banner .banner-content-text h1 em::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 10px;
	width: 160px;
	background-image: url(../images/Gold-Bar.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-video-area{
	height:100vh;
}
@media (max-width: 991px) {
	.every-body-each-wrapper {
		margin-bottom: 77px;
	}
}
.gallery-category-wrapper .gallery-category-dtl .border-button {
	display: inline-block;
	padding: 3px 20px;
	border: 2px solid #8C6637;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	font-weight: 500;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "montserrat", sans-serif;
	border-radius: 5px;
}
.gallery-category-wrapper .gallery-category-dtl .border-button:hover {
	background-color: #8C6637;
	color: #FFF;
}
.complementary-procedures-content h3 a{
	color: #FFFFFF;
	position: relative;
	width: 100%;
	display: block;
}
.complementary-procedures-content h3 a:hover{
	color: #8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.complementary-procedures-content h3 a::after {
	position: absolute;
	content: '';
	right: 0;
	height: 22px;
	top: 12px;
	width: 27px;
	background-image: url(/wp-content/uploads/2025/07/right-arrow-light.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


.things-slider-each.new-thing-slider-each4:hover .hover-procedure {
	transition: transform 600ms, flex 800ms;
	transform: translateY(0%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.things-slider-each.new-thing-slider-each4:hover .hover-procedure h3{
	position:relative;
	padding-bottom: 20px;
	max-width: 170px;
}
.things-slider-each.new-thing-slider-each4:hover .hover-procedure h3:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	left: 50%;
	bottom:0px;
	transform: translatex(-50%);
	background-color:#D9B779;
}

.gal-category-banner-heading h1 span {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	display: block;
	padding-top: 27px;
}
.hover-procedure .each-link-4 {
	font-family: "ivypresto-headline", serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
}
.things-slider-each.new-thing-slider-each4 .hover-procedure .each-link-4{
	position:relative;
	padding:0 0 20px;
	max-width: 100%;
}
.things-slider-each.new-thing-slider-each4 .hover-procedure{
	transition: transform 600ms, flex 800ms;
	transform: translateY(0%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.things-slider-each.new-thing-slider-each4 .hover-procedure .each-link-4:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	left: 50%;
	bottom: 0px;
	top:auto;
	transform: translatex(-50%);
	background-image: url(../images/Gold-Bar.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-post-banner .blog-post-banner-wrapper h1 span {
	font-family: "montserrat", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B2B2B2;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
	display:block;
	padding-top: 27px;
}
.blog-post-banner .blog-post-banner-wrapper h1 span::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 10px;
	width: 160px;
	background-image: url(../images/Gold-Bar.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: 50%;
	transform: translateX(-50%);
}

.rs-widget-container#rs-widget-1964 {
	background-color: rgb(255 255 255 / 0%) !important;
}

.body-face-each {
	/* 	width: 400px; */
	/* 	height: 600px; */
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.body-face-each img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.body-face-slider-wrapper {
	overflow: visible !important;
	padding: 0 50px;
}

.body-face-slider-area .swiper {
	overflow: visible !important;
}

.body-face-each-text a.common-link::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #8C6637;
	top: 7px;
	left: 0px;
}
.body-face-each-text {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width:100%;
	text-align:center;
	color: #fff;
}
.submenu-toggle {
	cursor: pointer;
	margin-left: 8px;
	font-size: 14px;
	position: absolute;
	right: 0px;
}
.sub-menu {
	display: none;
}
.sub-menu.active {
	display: block;
}

.home-after-before-video.instagram-video{
	height:auto;
}
.home-after-before-video.instagram-video iframe{
	height:913px;
}
.gal-overview-vdo.position-relative.instagram-video{
	height:auto;
}
.gal-overview-vdo.position-relative.instagram-video iframe{
	height:913px;
}

@media(max-width:767px){
	.gal-overview-vdo.position-relative.instagram-video iframe {
		height: 645px;
	}
	.dr-tehrani-video-area .dr-tehrani-video-image img {
		width: 225px;
	}
	.site-breadcrumb a {
		display: none;
	}
	.site-breadcrumb span {
		display: none;
	}
	.site-breadcrumb a:first-child {
		display: block;
	}
	.site-breadcrumb span.spt:nth-child(2) {
		display: inline-block;
	}
	.site-breadcrumb {
		display: flex;
		justify-content: center;
	}
	.logo-slider .swiper-partner .swiper-wrapper .swiper-slide{
		width:125px;
		padding:0;
	}
	.tab-navigation select{
		padding-left:0;
		padding-top: 12px;
	}
	.home-banner-button{
		display:block !important;
		width:190px !important;
		padding:11px 0px !important;
	}
	.doctor-icon-slider-area .doctor-icon-slider .swiper-slide{
		padding:0px 10px;
	}
	.doctor-icon-slider-area .each-doctor-icon img{
		width:100px;
	}
	.artistry-bottom-mobile-down img{
		height:141px;
	}
	.artistry-top-mobile-down img{
		height:141px;
	}
	.every-body-tab-area a.common-button.white-button{
		margin-bottom:30px;
	}
	.complementary-procedures-content h3 a::after{
		right:-12px;
	}
}
.home-banner-button{
	display:none;
}
.articles-publications-img.instagram-video{
	height:auto;
}
.articles-publications-img.instagram-video iframe{
	height:900px;
}
.home .video-media-each-image.video-media-each-video.instagram-video iframe {
	height: 920px;
}
.home .video-media-each-video{
	height:inherit;
}
.video-articale-each {
	position: relative;
	display: block;
}
.video-articale-each::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
	opacity: 0.5;
	z-index: 1;
	display:inline-block;
}
@media (max-width: 991px) {
	.articles-publications-area .col-lg-6.instagram-video{
		padding: 0px !important;
	}
	.articles-publications-img.instagram-video iframe {
		height: 685px;
	}
	.home .video-media-each-image.video-media-each-video.instagram-video iframe {
		height: 685px;
	}
	.home .video-media-each {
		margin-bottom: 50px;
	}
}

.new-cta-inner-wrapper {
	border-radius: 10px;
	padding: 30px 50px 40px 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-position: top center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.cta-text h2 {
	color:#fff;
	font-size: 33px;
	margin-bottom:0;
}
.cta-text em {
	font-style: italic;
}
.cta-text p {
	color:#fff;
	margin-bottom:0;
}
.cta-text a {
	color: #fff;
	text-decoration: underline;
}
.cta-text a:hover{
	color: #000;
}
.new-cta-inner-wrapper .common-button {
	background: #fff;
	color: #000;
	padding: 12px 50px;
	border-radius: 6px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}
.new-cta-inner-wrapper .common-button:hover{
	background-color:#000;
	color:#fff;
}
@media(max-width:767px){
	.cta-text {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.new-cta-inner-wrapper {
		flex-direction: column;
		text-align: center;
		padding: 20px 40px 30px;
	}
	.new-cta-inject .container{
		padding:0;
	}
}





/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
/*********** Qoute Area **********/
.qoutation-text-holder{
    max-width: 860px;
    /*background-color: #fff;*/
/*     padding: 55px 0px; */
	margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.qoutation-text-holder p{
    font-family: "ivypresto-headline", serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin-bottom:30px
}
.qoutation-text-holder p em{
	display:inline-block;
	line-height: 0px;
	vertical-align: baseline;
}
.split-child {
  display: inline-block;
  vertical-align: baseline;
  line-height: inherit;
  transform-origin: center bottom;
  will-change: transform, filter;
}

em .split-child {
  font-style: italic;  
}
.section__line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  transform: translateX(-50%);
  height: 170px;
  background-color: #C9C9C9;
  opacity:0.5
}
.section__line2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  height: 170px;
  background-color: #C9C9C9;
  opacity:0.5
}

/*********** Qoute Area **********/
.home-dr-text-area.qoute-section .qoutation-text-holder {
     max-width: 100%;
	 }
.home-dr-text.blur-text p {
    font-family: "ivypresto-headline", serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 17px;
}