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

@import "al_fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/*font-family: "Josefin Sans", sans-serif;*/
/********************* Header Css ******************/
.header-area{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
.top-header{
	background-color: #121212;
}
.top-header-left ul {
	display: flex;
}
.top-header-left ul li a{
	display:inline-block;
	height:40px;
	line-height:40px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	padding:0px 20px;
	letter-spacing:1.2px;
	color:#fff;
	border-left:1px solid #484848;
	border-right:1px solid #484848;
}
.top-header-left ul li a img{
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -2px;
}
.top-header-left ul li:last-child a{
	border-right:0px;
}
.top-header-left ul li a:hover, .top-header-left ul li.active a{
	background-color: #242424;
	color:#B2B2B2
}
.top-header-right{
	padding-right: 55px;
}
.logo-area a{
	display: flex;
	gap:10px;
	align-items: center;
}
.logo-area a p{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color:#fff
}
.phone-number a{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 1.2px;
	color:#fff;
	/*display: inline-block;*/
}
.phone-number a:hover{
	color:#C8B29D
}
.book-now-button a{
	background-color:#C8B29D;
	border-color:#C8B29D;
	color:#000;
	min-width: 155px;;
}
.book-now-button a:hover{
	border-color:#fff;
	background-color: #fff;
}
.header-right-area{
	gap:40px
}
.main-header-area{
	padding:50px 0px;
}
/********************* End:Header Css ******************/
/***************** Footer Css ****************/
.footer-area{
	background: #121212;
}
.footer-top-area{
	padding-top: 36px;
	padding-bottom: 65px;
	padding-left: 55px;
	padding-right: 55px;
	border-bottom: 0.5px solid #FFFFFF
}
.footer-top-left .book-now-button{
	margin-bottom: 40px;
}
.footer-top-left .phone-number{
	padding-left: 7px;
}
.footer-top-left .phone-number:not(.address){
	margin-bottom: 30px;
}
.address p{
	margin:0px;
}
.address a{
	font-size: 16px;
}
.footer-social ul{
	gap:15px;
	justify-content: flex-end;
}
.footer-social ul li a{
	font-size: 24px;
	color:#fff;
}
.footer-social ul li a:hover{
	color:#C8B29D;
}
.footer-social{
	margin-bottom: 70px;
}
.footer-bottom{
	padding-top:70px;
	padding-bottom: 85px;
	padding-left: 60px;
	padding-right: 60px;
}
.footer-bottom-content{
	max-width: 1195px;
	margin-bottom: 80px !important;
}
.footer-bottom-content p{
	color:#FFFFFF;
	text-align: center;
	font-size: 15px;
	margin: 0px;
}
.footer-bottom-info-block-middle ul{
	margin:0px;
	padding:0px;
	list-style: none;
	display:flex;
	gap:10px
}
.footer-bottom-info-block-middle ul li{
	position: relative;
	padding:0px 5px;
}
.footer-bottom-info-block-middle ul li:not(:last-child):after{
	position: absolute;
	right: -6px;
	height: 15px;
	width: 1px;
	background: #C8B29D;
	content: '';
	top: 5px;
}
.footer-bottom-info-block-middle ul li a{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: underline;
	color:#C8B29D
}
.footer-bottom-info-block-middle ul li a:hover{
	color:#fff;
}
.footer-bottom-info-block-left p, .footer-bottom-info-block-right p{
	color:#fff;
	margin:0px;
}
.footer-bottom-info-block-right p a{
	text-decoration: underline;
}
.footer-bottom-info-block-right p a:hover{
	color:#fff
}
/***************** End:Footer Css ****************/
/********* Home Banner Css **********/
.banner-area{
	min-height: 100vh;
	padding-bottom: 75px;
}
.banner-area-left-part{
	max-width: 690px;
}
.banner-area-left-part p{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-box: trim-both cap alphabetic;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#fff;
	margin: 0px;
}
.home .banner-area-left-part h1{
	margin-bottom: 30px;
}
.logo-watermark{
	position: absolute;
	top:-80px;
	left:-90px;
	pointer-events: none;
	opacity:.25;
}
.switch-to-another-website{
	position:absolute;
	bottom:0px;
	right:0px;
	border-top-left-radius: 20px;
	background: #08080899;
	padding:85px 45px 75px 60px; 
}
.another-website-info{
	max-width:252px;
}
.another-website-info p{
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color:#fff;
	margin-bottom: 15px;
}
.switch-to-another-website{
	gap:35px;
}
/********* End:Home Banner Css **********/
/*********** Qoute Area **********/
.qoutation-text-holder{
	max-width: 755px;
	/*background-color: #fff;*/
	padding: 55px 0px;
	position: relative;
	z-index: 1;
}
.qoutation-text-holder p{
	font-weight: 300;
	font-size: 44px;
	text-box: trim-both cap alphabetic;
	line-height: 52px;
	text-align: center;
	font-family:"ivypresto-headline";
	margin:0px;
	color:#fff
}
.section__line {
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	transform: translateX(-50%);
	height: 170px;
	background-color: #696969;
	opacity: 0.75;
}
.section__line2 {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 2px;
	transform: translateX(-50%);
	height: 170px;
	background-color: #696969;
	opacity: 0.75;
}
.qoute-section{
	padding:170px 0px
}
/*********** Qoute Area **********/
/*********** Doctor Area **********/
.doctor-section{
	padding-bottom: 105px;;
}
.doctor-section-bg img{
	max-height: 100vh;
	min-height: 80vh;
	object-fit: cover;
	object-position: top center;
}
.doctor-section-bg:after{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background-color: rgba(0,0,0,0.45);
}
.doctor-section-bg:before{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	opacity: 0.50;

}
.doctor-section-info{
	bottom:0px;
	left:0px;
	width:100%;
}
.doctor-tab-area ul{
	display: flex;
	justify-content: space-between;
	gap: 25px;
}
.each-doctor-tab-details{
	border-radius: 25px;;
	overflow: hidden;
}
.each-doctor-tab-details:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(18,18,18,0.7);
	top:0px;
	left:0px;
	content:'';
}
.tab-doctor-name-and-designation{
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	padding:22px 15px;
	z-index: 1;
}
.tab-doctor-name-and-designation h5{
	font-family:"ivypresto-headline";
	color:#fff;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 5px;
}
.tab-doctor-name-and-designation h6{
	font-size: 14px;
	line-height: 18px;
	color:#D9D9D9;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.each-doctor-name-and-designation h2{
	font-weight: 300;
	font-size: 54px;
	line-height: 66px;
	letter-spacing: 0%;
	color: #fff;
}
.each-doctor-name-and-designation h4{
	font-size: 18px;
	line-height: 26px;
	color:#D9D9D9;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.each-doctor-short-description h3{
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	color:#fff
}
.each-doctor-short-description p{
	color:#fff;
	display:none;
}
.each-docto-info{
	margin-bottom: 80px;
}
.doctor-tab-area ul li.active .tab-doctor-name-and-designation{
	display: none;
}
.doctor-tab-area ul li.active .each-doctor-tab-details:after{
	display: none;;
}
.doctor-tab-area ul li.active .each-doctor-tab-details {
	transform: scale(1.18);
	transition: all 0.5s;
}
.each-docto-info{
	top:0px;
	left:0px;
	width:100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
}
.each-docto-info.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(00%);
	transition: all 1s;
}
.both-doctors-info{
	position: relative;
	top:50px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-surgones-content-holder.active .both-doctors-info{
	top:0px;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*********** End:Doctor Area **********/
/********** Logo Slider Area ***********/
.logo-slider{
	padding:120px 0px 105px;
	overflow-x: hidden;
}
.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 20px;
}
.logo-slider .swiper-slide img{
	opacity: 0.6;
	mix-blend-mode: Luminosity;
	filter: grayscale(100%);
}
/********** End:Logo Slider ***********/
/********** Surgon Area ***********/
.surgones-area .each-surgones-content-holder{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;;
}
.surgones-area .each-surgones-content-holder.active{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;;
	visibility: visible;
	pointer-events: all;
}
.each-surgones-content-wrapper{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;;
	background-position: top center;
}
.background-image img{
	max-height: 100vh;
	object-fit: cover;
	object-position: top center;
}
.surgons-tabs {
	bottom:45px;
	left:50%;
	transform: translateX(-50%);
	position:absolute;
	background: #000000CC;
	padding: 10px;
	border-radius: 45px;
}
.surgons-tabs ul{
	display: flex;
}
.surgons-tabs ul li a{
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	padding:18px 25px;
	display: inline-block;
	color: #B2B2B2;
	border-radius: 25px;
	text-box: trim-both cap alphabetic;
	min-width: 172px;
	white-space: nowrap;
}
.surgons-tabs ul li.active a, .surgons-tabs ul li a:hover{
	background: #FFFFFF4D;
	color:#fff
}
.singel-doctors-info{
	position: relative;
	top:50px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-surgones-content-holder.active .singel-doctors-info{
	position: relative;
	top:0px;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.singel-doctors-info h2{
	color:#FFFFFF;
	font-weight: 300;
	font-size: 54px;
	line-height: 66px;
}
.singel-doctors-info p{
	color: #D9D9D9;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-weight: 300;;
}
.each-surgones-content-holder{
	top:0px;
	left:0px;
}
.service-quick-links{
	max-width: 285px;
}
.service-quick-links ul li{
	border-bottom:1px solid #B2B2B2;
}
.service-quick-links ul{
	row-gap: 10px;
}
.service-quick-links ul li a{
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
	font-weight: 300;
	color:#fff;
	padding-bottom: 8px;
	display:block;
	width: 100%;
	position: relative;
	padding-left:10px;
}
.service-quick-links ul li a:after{
	content:url('../images/listng-arrow.png');
	position: absolute;
	right:15px;
	top: 2px;
	transition: all 0.5s;;
}
.service-quick-links ul li a:hover{
	color:#C8B29D
}
.service-quick-links ul li a:hover:after{
	right:5px;
	transition: all 0.5s;;
}
/********** End surgon Area **********/
/************ Our Expert Care **********/
.our-expert-care{
	margin-top: 140px;
	margin-bottom: 140px;
	overflow: hidden;
}
.our-expert-care-heading h2{
	max-width: 585px;
	font-weight: 300;
	font-size: 54px;
	line-height: 66px;
	margin-bottom: 0px;
}
.our-expert-care-heading{
	padding:0px 55px;
}
.our-expert-care-heading {
	margin-bottom: 90px;
}
.each-our-expert-slide{
	border-radius:20px;
	overflow: hidden;
}
.item-text {
	bottom:50px;
	z-index: 1;;
	transition:all 0.5s;
}
.item-text h3{
	color: #fff;
	margin: 0px;
}
.our-expert-care-slider .swiper{
	padding: 0 clamp(3.75rem, -23.4rem + 33.3333vw, 18.75rem);
}
.each-our-expert-slide a{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.each-our-expert-slide:hover .item-text {
	bottom:70px;;
	transition:all 0.5s;
}
.each-our-expert-slide:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content:'';
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	opacity: 0.75;
}
/************ End:Our Expert Care **********/
/************ Testimonial Area ***********/
.testimonial-area{
	padding:75px 0px 100px
}
.testimonial-heading img {
	margin-bottom: 20px;
}
.testimonial-heading h2 {
	font-weight: 300;
	font-size: 54px;
	line-height: 66px;
	margin-bottom: 35px;
	color:#D9D9D9
}
.testimonial-heading  h6{
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 24px;
	font-weight: 300;
	color:#fff;
	font-size: 18px;;
}
.testimonial-heading{
	margin-bottom: 90px;
}
.testimonial-slider{
	border-top:1px solid #C9C9C9;
	padding-left: 40px;
	padding-right: 24px;;
}
.testimonial-left-content p{
	font-weight: 300;
	font-size: 36px;
	line-height: 52px;
	color:#E6E6E6;
	font-family:"ivypresto-headline";
	margin:0px;
}
.testimonial-right-content p{
	color:#FFFFFF;
	margin:0px;
}
.testimonial-left-content{
	/* max-width: 583px;; */
	padding-left: 45px;
}
.testimonial-slider:after{
	content: url('../images/qoutation.png');
	position: absolute;
	top: 49px;
	left: 58px;
	filter:invert(1)
}
.testimonial-slider .swiper{
	padding-top: 90px;
}
.testimonial-right-content{
	max-width: 634px;
	margin-left: auto;
}
.testimonial-controller{
	gap:28px;
	padding-left: 40px;
}
.swiper-pagination-fraction{
	width:auto;
	bottom:auto;
	font-weight: 400;
	font-size: 21px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
	margin-left: 20px;
}
.testimonial-controller-and-button{
	margin-top: 30px;
}
/************ End:Testimonial Area ***********/
/*********** Shop Our Products Area ***************/
.shop-our-products{
	padding:100px 0px;
}
.shop-our-products-heading-left h2{
	margin-bottom: 30px;
}
.shop-our-products-heading-left h6{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 10%;
	text-transform: uppercase;
	color:#fff
}
.shop-our-products-heading{
	margin-bottom: 85px;
	max-width:1180px;
	margin-left:auto;
	margin-right:auto;
}
.gift-card-area{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 50px 0px #000000B2;
}
.gift-card-area:after{
	position: absolute;
	bottom:0px;
	left:0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	width: 100%;
	height:calc(100% - 60px);
	content:'';
}
.gift-card-content{
	position: absolute;
	padding:58px 50px;
	bottom:0px;
	left:0px;
	z-index: 9;
	width:100%
}
.gift-card-content h3{
	font-size: 36px;
	line-height: 34px;
	color:#fff;
	margin-bottom: 30px;
}
.each-service-listing-left h6{
	font-size: 14px;
	line-height: 24px;
	color:#FFFFFF;
	margin-bottom: 10px;
}
.shop-our-product-content .row{
	margin:0px -30px;
}
.shop-our-product-content .row > div{
	padding: 0px 30px;
}
.each-service-listing-left h3{
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	color:#FFFFFF;
	margin-bottom: 8px;
}
.each-service-listing-left p{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#FFFFFF;
	margin:0px
}
.each-service-listing-right a.common-button.border-button{
	min-width: 170px;
}
.gift-card-service-listing ul li{
	padding:40px 20px;
	border-bottom:1px solid #C9C9C9;
}
.gift-card-service-listing ul li:first-child{
	padding-top: 0px;
}
.gift-card-service-listing ul li:last-child{
	padding-bottom: 0px;
	border-bottom: 0px;
}
/*********** End:Shop Our Products Area ***************/ 
/************ NewsLetter Area **********/
.newsletter-area{
	padding:108px 0px;
}
.newsletter-heading h2{
	font-weight: 300;
	font-size: 44px;
	line-height: 54px;
	color:#E6E6E6;
	margin-bottom: 30px;
}

.split-child {
	display: inline-block;
	filter: blur(10px);
	opacity: 0;
	transform: skewX(-20deg); /* simulate italic */
}

.split-child.active {
	font-style: normal; /* change to normal when visible */
}
.blur-text p em{
	display:inline-block;
}

/****** Meet Our Team ***********/
.inner-banner-area .banner-area{
	min-height: auto;
	padding-top: 230px;
	padding-bottom: 75px;
}
.inner-banner-area .banner-area-left-part  p{
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #fff;
	text-transform: none;
	letter-spacing: normal;
}
.inner-banner-area .banner-area:after{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height:100%;
	content:'';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 75%);
}
.inner-banner-area .banner-area-left-part{
	z-index: 1;
	max-width: 720px;
}
.team-section{
	padding:90px 0px 60px;
}
.each-team-meber-image{
	border-radius:30px;
	overflow: hidden;
}
.team-section .container{
	max-width: 1300px;
}
.each-team-meber-image img{
	width: 100%;
}
.each-team-meber-image:after{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	content:'';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.95) 100%);
}
.member-name-and-position{
	width: 100%;
	bottom:40px;
	left: 0px;
	padding: 0px 40px;
	z-index: 1;
}
.member-name-and-position h3{
	margin-bottom: 12px;
}
.team-section .row {
	row-gap: 50px;
}
/******** Team Details Banner ***********/
.team-details-banner.inner-banner-area .banner-area {
	padding-bottom: 250px;
}
.banner-bottom-video-block-wrapper{
	max-width: 1230px;
	padding: 50px;
	background-color: #121212;
	margin-top: -180px;
	position: relative;
	border-radius:30px;
	overflow: hidden;
}
.banner-bottom-video-block-wrapper-right-content iframe{
	display:block;
	height:315px
}
.banner-bottom-video-block-wrapper-left-content{
	max-width: 511px;
}
.banner-bottom-video-block-wrapper-left-content p:last-child{
	margin-bottom: 0px;
}
.team-member-content{
	padding:55px 0px 25px
}
.team-member-content-wrapper{
	max-width: 1230px;
}
.each-team-member-content{
	gap:25px;
}
.each-team-member-content h2{
	margin:0px;
}
.each-team-member-content p{
	margin: 0px;
}
.each-team-member-content ul{
	gap:15px;
}
.each-team-member-content ul li a{
	color:#C8B29D;
	text-decoration:underline;
}
.each-team-member-content ul li a:hover{
	color:#fff
}
.team-member-image img{
	border-radius:30px;
}
.private-consultation-sec{
	margin-top: 130px;
	margin-bottom: 126px;
}
.private-consultation-wrap{
	padding: 80px;
	border-radius: 30px;
	overflow: hidden;
}
.private-consultation-wrap::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 70%);
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.13);
}
.private-consultation-inner{
	max-width: 450px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.private-consultation-wrap h2{
	color: #FFF;
}
.private-consultation-wrap p{
	color: #fff;
}
.private-consultation-wrap .common-button{
	background-color:#C8B29D;
	border-color:#C8B29D;
	color:#000;
	min-width: 155px;;
}
.private-consultation-wrap .common-button:hover{
	border-color:#fff;
	background-color: #fff;
}
/*=============================== procedure ===============================*/
.overview-banner{
	min-height: 100vh;
	padding: 250px 0 80px;
}
.overview-banner::after{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.80) 75%);
}
.overview-banner-img::after{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 52.67%, #121212 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}
.overview-banner-wrapper{
	position: relative;
	max-width: 1170px;
	width: 100%;
	margin: 0px 100px;
	z-index: 1;
}
.overview-banner-wrapper h1{
	margin-bottom: 20px;
}
.overview-banner-wrapper p{
	color: #F5F5F5;
	margin-bottom: 15px;
}
.overview-banner-wrapper p a{
	color: #F5F5F5;
	text-decoration: underline;
}
.overview-banner-wrapper p a:hover{
	color: #C8B29D;
}
.overview-banner-wrapper .common-button{
	background-color: #C8B29D;
	border-color: #C8B29D;
	color: #000;
	min-width: 155px;
}
.overview-banner-wrapper .common-button:hover {
	border-color: #fff;
	background-color: #fff;
}
.procedure-area{
	background-color: #151515;
}
/*================= quick-facts  =================*/
.quick-facts .container{
	max-width: 1330px;
}
.quick-facts-content-holder{
	max-width: 1300px;
	box-shadow: 0px 0px 50px 0px #000000B2;
	padding:75px 50px;
	border-radius:30px;
	gap:80px;
}
.quick-facts-content-holder::after{
	/*background: #0000004D;*/
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.each-fact-icon{
	margin-bottom: 30px;
}
.each-fact-box h6{
	color:#C8B29D;
	margin-bottom: 10px;
}
.each-fact-box h3{
	font-size: 30px;
	line-height: 38px;
	color:#FFFFFF;
	margin:0px;
}
.each-fact-box{
	min-width:200px;
	position: relative;
	z-index: 1;
}
.each-fact-box:not(:last-child):after{
	position: absolute;
	right:-40px;
	height:100%;
	top:0px;
	background-color: #C8B29D;
	content:'';
	width:2px
}
.quick-facts{
	margin-top:-226px
}
/************ two-column ************/
.two-column-sec{
	margin-top: 107px;
	margin-bottom: 117px;
}
.two-column-wrap{
	max-width: 1238px;
	width: 100%;
	margin: 0px auto;
}
.two-column-img{
	border-radius: 25px;
	overflow: hidden;
}
.two-column-wrap .row{
	margin: 0px -29px;
}
.two-column-wrap .col-lg-6{
	padding: 0px 29px;
}
/* *****why-choose-inject***** */
.why-choose-inject{
	margin-top:125px;
	margin-bottom: 108px;
}
.why-choose-inject-wrap{
	max-width: 1216px;
	width: 100%;
	margin: 0px auto;
}
.why-choose-inject-upper-area-content h2{
	color: #F5F5F5;
}
.why-choose-inject-upper-area-content p{
	color: #F5F5F5;
}
.why-choose-inject-upper-area-content p a{
	color: #F5F5F5;
	text-decoration: underline;
}
.why-choose-inject-upper-area-content p a:hover{
	color: #C8B29D;
}
.why-choose-inject-video{
	border-radius:25px;
	overflow: hidden;
	max-width: 560px;
}
.why-choose-inject-video iframe{
	display:block;
	height:315px
}
.why-choose-inject-upper-area-content{
	max-width: 580px;
}
.why-choose-inject-upper-area-content p{
	margin-bottom: 0px;
}
.why-choose-inject-upper-area{
	margin-bottom: 65px;
	max-width:1240px;
	margin-left:auto;
	margin-right:auto;
}
.why-choose-inject-bottom-area-each-block .surgeon-two-colum-text {
	max-height: 145px;
	overflow: hidden;
}
.why-choose-inject-bottom-area-each-block h3{
	margin-bottom: 10px;
	color: #F5F5F5;
}
.why-choose-inject-bottom-area-each-block p{
	color: #F5F5F5;
}
.why-choose-inject-bottom-area-each-block p:last-child{
	margin-bottom: 0;
}
.why-choose-inject-bottom-area-each-block {
	padding:15px 25px;
}
.why-choose-inject-bottom-area .row .col-lg-4:not(:last-child){
	border-right:1px solid #C8B29D
}
.why-choose-inject-bottom-area{
	margin:auto;
	max-width:1290px;
}
/******* the-aesthetic-lounge *******/
.the-aesthetic-lounge-sec{
	background-color: #121212;
	padding: 105px 0;
	position: relative;
}
.the-aesthetic-lounge-sec::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	mix-blend-mode: color-burn;
	height: 100%;
	content: "";
	background-image: url("../images/shutterstock_2159287147\ 1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	pointer-events: none;
}
.the-aesthetic-lounge-wrapper{
	max-width: 1250px;
	width: 100%;
}
.the-aesthetic-lounge-content{
	padding-right: 15px;
}
.the-aesthetic-lounge-content h2{
	color: #FFFFFF;
}
.the-aesthetic-lounge-content p{
	color: #fff;
}
.the-aesthetic-slider-nav{
	max-width: 130px;
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aesthetic-nav{
	position: initial;
	margin-bottom: -14px;
}
.aesthetic-nav img{
	display: block;
}
.aesthetic-nav::after{
	display: none;
}
.the-aesthetic-lounge-btn-nav{
	display: flex;
	margin-top: 30px;
	align-items: center;
	justify-content: space-between;
}
.the-aesthetic-lounge-slider{
	overflow-x: clip;
}
.each-the-aesthetic-lounge{
	position: relative;
	border-radius: 25px;
	overflow: hidden;
	height: 100%;
}
.each-the-aesthetic-lounge::after{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.7) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.each-the-aesthetic-lounge img{
	height: 100%;
	object-fit: cover;
}
.the-aesthetic-lounge-slid-content{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 1;
	padding: 34px 32px;
	writing-mode: sideways-lr;
}
.the-aesthetic-lounge-slid-content h3{
	color: #FFFFFF;
	margin-right: 8px;
	margin-bottom: 0;
}
.the-aesthetic-lounge-slid-content h4{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
	color: #D9D9D9;
	text-transform:uppercase;
	margin-bottom: 0;
}
.the-aesthetic-lounge-slid-content p{
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top: 14px;
}
.the-aesthetic-lounge-slid-content p:last-child{
	margin-bottom: 0;
}
.the-aesthetic-lounge-slider .swiper-slide p{
	display: none;
}
.the-aesthetic-lounge-slider .swiper-slide{
	transition: width 0.4s ease;
	height: 492px;
}
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active{
	width: 350px !important;
}
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active p{
	display: none;
}
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active .the-aesthetic-lounge-slid-content{
	writing-mode: initial;
	width: 100%;
}
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active h3{
	margin-right: 0;
	margin-bottom: 8px;
}
/* why-choose-dr-sec */
.why-choose-dr-sec{
	margin-bottom: 75px;
}
.why-choose-dr-img{
	min-height: 570px;
}
.why-choose-dr-img::after{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
}
.why-choose-dr-content{
	padding: 80px 80px 54px;
	border-radius: 30px;
	margin-top: -115px;
	position: relative;
	z-index: 1;
	background-color: #151515;
	max-width:1180px;
	margin-left:auto;
	margin-right:auto;
}
.why-choose-dr-content h2{
	margin-bottom: 20px;
}
.why-choose-dr-content p{
	margin-bottom: 20px;
}
.why-choose-dr-content p:last-child{
	margin-bottom: 0;
}
/* bg-text-two-column */
.bg-text-two-column{
	padding: 100px 0;
	position: relative;
	margin-top:100px;
	margin-bottom:100px;
}
.bg-text-two-column::after{
	background: #0000004D;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.bg-text-two-column-wrap{
	position: relative;
	z-index: 1;
}
.bg-text-two-column-wrap{
	max-width: 1180px;
	width: 100%;
	margin: 0px auto;
}
.each-bg-text-column h3{
	margin-bottom:10px;
}
.bg-text-two-column-wrap p{
	margin-bottom: 30px;
}
.bg-text-two-column-wrap p:last-child{
	margin-bottom: 0;
}
.procedure-content{
	width: 100%;
	margin: 100px auto;
}
.procedure-content ul{
	margin: 0;
	padding-left: 20px;
}
.procedure-content li{
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
}
.procedure-content li::marker{
	font-size: 10px;
}
.bg-text-two-column-btm{
	padding-bottom: 220px;
}
.maintaining-morpheus-results-sec{
	margin-top: 85px;
	margin-bottom: 100px;
}
.maintaining-morpheus-results-wrap{
	position: relative;
	z-index: 1;
	min-height: 516px;
	box-shadow: 0px 0px 50px 0px #000000B2;
	-webkit-box-shadow: 0px 0px 50px 0px #000000B2;
	max-width: 1220px;
	width: 100%;
	margin-top: -122px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	overflow: hidden;
}
.maintaining-morpheus-results-sec .maintaining-morpheus-results-wrap{
	max-width: 100%;
	border-radius: 20px;
}
.maintaining-morpheus-results-wrap::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000080;
}
.maintaining-morpheus-results-text{
	position: relative;
	z-index: 1;
	max-width: 720px;
	width: 100%;
}
.maintaining-morpheus-results-sec .maintaining-morpheus-results-text h2{
	font-size: 54px;
	line-height: 66px;
	margin-bottom: 20px;
}
.maintaining-morpheus-results-text h6{
	color: #fff;
	margin-bottom: 30px;
}
.maintaining-morpheus-results-text p{
	margin-bottom: 30px;
}
/*====== faq css ======*/
.faq-sec{
	margin-top: 100px;
	margin-bottom: 90px;
}
.faq-wrapper{
	padding-top: 100px;
	border-top: 1px solid #F5F5F5;
}
.faq-heading{
	max-width: 490px;
	width: 100%;
}
.accordion {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.faq-accordian .accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 30px;
}
.faq-accordian .accordion>li>span {
	display: block;
	padding: 5px 20px 7px 0;
	background: url(../images/plus.svg) no-repeat 100%;
	cursor: pointer;
	color:#F5F5F5;
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; 
	text-transform: capitalize;
	border-bottom: 1px solid #F5F5F5;
	background-size: 15px;
}
.faq-accordian .accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top:20px;
	color:#F5F5F5;
}
.faq-accordian .accordion>li>div p:last-child{
	margin-bottom: 0;
}
.faq-accordian .accordion>li>div p{
	color:#F5F5F5;
}
.faq-accordian .accordion li>span.active {
	background: url(../images/minus.svg) no-repeat 100%;
	background-size: 15px;
}
.common-button.yellow-btn{
	background-color: #C8B29D;
	color: #000000;
	border-color: #C8B29D;
}
.common-button.yellow-btn:hover{
	background-color: #121212;
	color: #F5F5F5;
	border-color: #F5F5F5;
}
.maintaining-morpheus-results-wrap p a{
	color: #fff;
	text-decoration: underline;
}
.maintaining-morpheus-results-wrap p a:hover{
	color: #C8B29D;
}
.procedure-area .shop-our-products {
	padding: 113px 0px 125px;
}
.hotspot-content-area{
	max-width: 1229px;
	min-height:671px;
}
.hotspot-area .background-image{
	overflow: hidden;
	border-radius:30px;
}
.hotspot-area .background-image img{
	max-width: none;
}
.picture-dot-position{
	top:0px;
	left:0px;
}
.position1 {
	top:150px;
	left:305px
}
.position2{
	top:230px;
	left:305px
}
.position3{
	top: 195px;
	left: 401px;
}
.position4{
	top: 215px;
	left: 450px;
}
.position5 {
	top: 320px;
	left: 330px;
}
.position6 {
	top: 300px;
	left: 485px;
}
.position7{
	bottom: 242px;
	left: 424px;
}
.position8{
	bottom: 150px;
	left: 345px;
}
.position9{
	bottom: 65px;
	left: 420px;
}
.dot-image{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor:pointer;
	z-index: 1;
}
.selected-image{
	opacity:0;
	transition: all 0.5s;
}
.each-focus-image.active .selected-image{
	opacity:1;
	transition: all 0.5s;
}
.hotspot-content {
	padding:0px 90px;
	top:0px;
	left:0px;
}
.all-hotspot-content-holder{
	max-width: 427px;
}
.each-hotspot-content ul{
	row-gap: 10px;
}
.each-hotspot-content ul li a{
	text-decoration: underline;
}
.each-hotspot-content ul li a:hover{
	color:#fff
}
.each-hotspot-content h6{
	margin-bottom: 20px;
}
.each-hotspot-content{
	display:none;
}
.each-hotspot-content.active{
	display: block;
}
.overview-banner .overview-banner-wrapper{
	max-width: 600px;
	/*margin-left:auto;*/
	margin-right:auto;
	margin-bottom:200px;
}
.overview-banner-wrapper.left-content{
	margin:0px 100px;	
}	
/*.overview-banner{
padding-top: 300px;
padding-bottom: 380px;
}*/
.hotspot-content-area{
	margin-top: -340px;
}
.hotspot-area{
	padding-bottom: 100px;
}
.hotspot-content{
	top:0px;
	left:0px
}
/****** CSS BY RAHUL *******/
video#heroVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.video-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	width: 100%;
	height: 100%;
}
.banner-area-content-holder .banner-area .container{
	z-index:2;
}
.switch-to-another-website{
	z-index:2;
}
/******** Menu Area ***********/
.open-header-area{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9999999;
	background-color:#242424;
	opacity:0;
	pointer-events:none;
	transition:all 0.5s;
	overflow-y: scroll;
}
.open-header-area.active{
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
}
.open-header-area::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.open-header-area::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.menu-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu-area > ul{
	display:flex;
	justify-content:space-between;
	gap:40px;
}
.menu-area > ul > li > a{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#FAFAFA;
	display:inline-block;
	padding-bottom:20px;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
.menu-area > ul > li > a:before{
	width:100%;
	height:2px;
	background-color:#C8B29D;
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	opacity:0;
}
.menu-area > ul > li > a:hover:before, .menu-area > ul > li.active > a:before{
	opacity:1;
}
.menu-area > ul > li{
	position:relative
}
.menu-area > ul > li.menu-item-has-children > a:after{
	content:url('/wp-content/uploads/2025/08/Vector.png');
	display:inline-block;
	margin-left:7px;
}
.menu-area > ul > li > ul{
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	padding:50px 15px;
	white-space:nowrap;
}
.menu-area > ul > li.active > ul{
	display:block
}
.menu-area > ul > li > ul > li:not(:last-child){
	margin-bottom:15px;
	min-width:200px;
}
.menu-area > ul > li > ul > li > a{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#FAFAFA;
	text-wrap:auto;
}
.menu-area > ul > li > ul > li > a:hover{
	color:#C8B29D;
}
.menu-area > ul > li > ul > li > ul > li > a{
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color:#FAFAFA;
}
.menu-area > ul > li > ul > li > ul > li > a:hover{
	color:#C8B29D;
}
.menu-area > ul > li.three-block-menu.active > ul{
	display:flex;
	column-gap:50px;
}
.menu-area > ul > li > ul > li > ul{
	margin-top:20px;
}
.menu-area{
	margin-top:65px;
	position:relative;
}
.menu-area > ul > li.big-menu{
	position:static;
}
.menu-area > ul > li.big-menu.active > ul{
	display:flex;
	column-gap:50px;
	justify-content:space-between;
	width:100%;
}
.open-header-area .main-header-area{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	padding:50px 0px 0px
}
.menu-area  a:not([href]):not([tabindex]){
	color: #FAFAFA;
}
.image-content-block-50-50{
	margin-top:110px;
	margin-bottom:110px;
}
.image-content-block-50-50 .container{
	max-width:1265px;
}
.image-content-block-50-50 .wp-block-columns{
	column-gap:60px;
}
.image-content-block-50-50 .wp-block-image img{
	border-radius:25px;
}
.two-column-img .wp-block-image{
	margin-bottom:0px !important
}
.maintaining-morpheus-results-sec .bg-text-two-column {
	margin-bottom:0px;
}
.bg-text-two-column-wrap p:empty {
	display: none;
}

/*********** css transfer from style.css **************/
/*************** Search result *****************/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 60px 150px 60px 0;
	border-bottom: 1px solid #4A4E55;
	position: relative;
}
.search-result-area article h2 a {
	color: #1C1D1C;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #4A4E55;
}
.search-result-area article img {
	width: 110px !important;
	max-width: 100% !important;
	height: 140px !important;
	object-fit: cover;
}
.search-result-area article figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-result-area .pagination {
	margin-top: 40px;
}
.search-result-area .pagination h2,
.search-result-area .pagination a {
	color: #0B0B0B;
}
.search-result-area .pagination a:hover {
	color: #4A4E55;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #4B4E55;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #4B4E55;
	color: #fff;
	padding: 10px 30px 15px;
}
.loader-img img {
	max-width:80px;
}
.search-result-area .no-results .page-title {
	color: #fff;
}
.search-result-area .no-results .page-header {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.search-result-area .no-results .search-field {
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 100px 10px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-family: "collier", sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #003D93;
	border-radius: 0 5px 5px 0;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	top: 0;
	right: -1px;
	height: 41px;
	width: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-result-area .no-results .search-submit:hover {
	background-color: #FF3524;
}
.search-result-area .no-results label {
	display: none;
}
.search-result-area .no-results form {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	position: relative;
}

@media(max-width:767px){
	.search-result-area article figure {
		position: initial;
		transform: translateY(0);
		margin-bottom: 20px;
	}
	.search-result-area article img {
		width: 100% !important;
		max-width: 100% !important;
		height: 300px !important;
	}
	.search-result-area article {
		padding: 30px 0 40px;
	}
	.search-result-area article h2,
	.search-result-area .page-header h2{
		font-size: 35px;
		line-height: 47px;
	}
	.search-result-area .page-header,
	.search-result-area .search-result-count{
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-result-area {
		padding: 40px 0;
	}
}
/*************** Search result end *****************/
/*============================ blog search result ============================*/
#advance-search-news-display,
#advance-search-video-display,
#advance-search-blog-display {
	background-color: #fff;
	box-shadow: 0px 0px 23px rgba(0 0 0 / 0.2);
}
#advance-search-news-display h5,
#advance-search-video-display h5,
#advance-search-blog-display h5 {
	font-family: "ivypresto-headline";
	font-size: 20px;
	line-height: 30px;
	padding:20px;
	text-transform:capitalize;
}
#advance-search-news-display ul,
#advance-search-video-display ul,
#advance-search-blog-display ul {
	padding: 0 20px 20px;
}
.search-thumb {
	max-width: 25%;
	width: 100%;
}
#advance-search-news-display li h4,
#advance-search-video-display li h4,
#advance-search-blog-display li h4 {
	width: 75%;
	padding-left: 20px;
	color: #000;
	font-size: 17px;
	line-height: 26px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#advance-search-news-display a:hover h4,
#advance-search-video-display a:hover h4,
#advance-search-blog-display a:hover h4{
	color: #C8B29D;
}
#advance-search-news-display li,
#advance-search-video-display li,
#advance-search-blog-display li{
	margin-bottom:20px;
}
/* footer-form */
.newsletter-form .gform-footer.gform_footer.top_label {
	display: none;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield input.large {
	background-color: #121212;
	border-radius: 40px;
	border: 1px solid #FAFAFA;
	font-weight: 400;
	font-size: 14px;
	line-height: 100% !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Josefin Sans", sans-serif;
	padding: 15px 25px 13px;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield textarea.large:focus-visible,
.contact-form-wrap .gform_wrapper.gravity-theme .gfield input.large:focus-visible, .contact-form-wrap .gform_wrapper.gravity-theme .gfield select.large:focus-visible,
.newsletter-form .gform_wrapper.gravity-theme .gfield input.large:focus-visible{
	outline:none;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield input.large::placeholder{
	color: #FFFFFF;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gform_footer input,
.newsletter-form .gform_wrapper.gravity-theme #field_submit input{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 17px 27px 17px 27px;
	border: 1px solid #000;
	background-color: #C8B29D;
	border-color: #C8B29D;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-width: 190px;
	border-radius: 40px;
	text-box: trim-both cap alphabetic;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gform_footer input:hover,
.newsletter-form .gform_wrapper.gravity-theme #field_submit input:hover{
	border-color: #fff;
	background-color: #fff;
}
/* contact-form */
.contact-form-wrap .gform_wrapper.gravity-theme .gfield_label{
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color:#000000;
	padding-left:20px;
}
.contact-form-wrap h2 {
	margin-bottom: 41px;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield_required{
	display:none;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield textarea.large,
.contact-form-wrap .gform_wrapper.gravity-theme .gfield input.large, .contact-form-wrap .gform_wrapper.gravity-theme .gfield select.large {
	border-radius: 20px;
	border: none;
	padding: 13px 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100% !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	font-family: 'Proxima Nova Rg';
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield textarea.large{
	height:100px;
	resize:none;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gform_footer input{
	width:100%;
	margin-top:20px;
}
.contact-form-wrap{
	padding-bottom:50px;
}
.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after{
	display:none;
}
.al-team-banner{
	min-height:auto;
	padding-top: 220px;
	padding-bottom: 80px;
}
@media(max-width:991px){
	.newsletter-form {
		margin-top: 40px;
	}
	.contact-form-wrap{
		padding: 75px 19px 50px;
	}
	.overview-banner {
		padding-top: 0;
		padding-bottom: 87px;
		background-image: none !important;
		background-color: #121212;
		min-height: initial;
	}
	.al-team-banner {
		min-height: auto;
		/*padding-top: 220px;*/
		padding-bottom: 80px !important;
	}
}
@media(max-width:767px){
	.newsletter-form .gform_wrapper.gravity-theme .gform_fields{
		display:block;
	}
	.newsletter-form .gform_wrapper.gravity-theme .gfield input.large{
		margin-bottom:30px;
	}
	.newsletter-form .gform_wrapper.gravity-theme #field_submit{
		justify-content:center;
	}
}
@media(max-width:640px){
	.contact-form-wrap .gform_wrapper.gravity-theme .gform_fields{
		grid-column-gap: 2%;
	}
	.contact-form-wrap .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){
		grid-column: span 6;
	}
}
.header-area.fixed_header{
	position: fixed;
	top: -100%;
	left: 0px;
	width: 100%;
	background:#00000075;
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
}
.header-area.fixed_header .top-header {
	display:none !important
}
.header-area.fixed_header .main-header-area{
	padding:7px 0px;
}
.al-header-banner.team-details-banner{
	min-height:80vh;
	padding-top: 240px;
	padding-bottom: 150px;
	background-position:top center;
}
.small-container {
	max-width: 900px;
}
.gal-overview-sec{
    margin-bottom: 110px;
}
.gal-overview-wrapper{
    position: relative;
    z-index: 1;
    max-width: 1232px;
    width: 100%;
    margin: -232px auto 0;
}
.each-gal-overview{
    padding: 75px 75px 60px;
    background-color: #121212;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 50px;
}
.gal-overview-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 37px;
}
.gal-overview-list li a{
    color: #F5F5F5;
    font-family: 'Proxima Nova Lt';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-overview-list li a:hover{
    color: #C8B29D;
}
.gal-overview-heading h2 {
    text-box: none;
}
/*.page-template-template-service-overview .overview-banner .overview-banner-wrapper{
	margin-bottom:0px !important;
}*/
.doc-images > div {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position:absolute;
}
.doc-images > div.active {
	opacity: 1;
	visibility: visible;
	position:relative;
}

.page-template-default .al-header-banner {
    text-align: left !important;
}