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

@import "common.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

/*font-family: 'Montserrat', sans-serif;*/


/********************* Header Css ******************/

.header-area {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
}

.top-header {
	background: #2C3C4B;
}

.top-header-left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}

.top-header-left ul li a {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	padding: 3px 25px;
	border-right: 1px solid #707070;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.top-header-left ul li a:hover {
	background: #546270;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.top-header-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: end;
}

.top-header-right ul li a {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	border-right: 1px solid #707070;
	padding: 3px 15px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.top-header-right ul li a:hover {
	color: #9DE5F5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.top-header-right ul li:last-child a {
	font-weight: 700;
	color: #9DE5F5
}

.phone-number-and-book-now ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	gap:55px
}

.phone-number-and-book-now ul li {
	/*margin-left: 35px;*/
	position:relative
}
.phone-number-and-book-now ul li:after{
	height:30px;
	width:2px;
	background-color: #D4CFC8;
	position: absolute;
	content:'';
	top:-2px;
	right:-27px;
}
.phone-number-and-book-now ul li:last-child:after {
	margin-left: 0px;
	display:none;
}
.phone-number-and-book-now ul li a strong{
	margin-right: 5px;;
}
.phone-number-and-book-now ul li a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16px;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.phone-number-and-book-now ul li a:hover {
	color: #586E48 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.phone-number-and-book-now ul li.book-now-button a {
	color: #fff;
	background: #5CA9BA;
	border: 1px solid #5CA9BA;
	padding: 7px 20px 7px 20px;
}

.phone-number-and-book-now ul li.book-now-button a:hover {
	color: #fff;
	background: #0B0B0B;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.book-now-button a{
	color:#fff;
	border-color:#fff;
	padding: 11px 30px 11px 30px;
	text-transform:capitalize;
	font-size:16px;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.book-now-button a:hover{
	border-color:#586E48;
	background:#586E48;
}

.menu-icon img {
	cursor: pointer;
}

.search-box>img {
	filter: invert(1) brightness(100);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header-right>div {
	margin-left: 35px;
}

.header-right>div:first-child {
	margin-left: 0px;
}

.main-header {
	padding: 20px;
}

.header-area.fixed_header {
	top: -100%;
	width: 100%;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 29px -3px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 29px -3px rgb(0 0 0 / 30%);
}

.header-area.fixed_header.stky {
	position: fixed;
	top: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header-area.fixed_header .main-header , .header-area.stky-header .main-header{
	padding: 12px 45px;
}

.header-area.fixed_header .phone-number-and-book-now ul li a, .header-navigation-wrapper.header-area.active .phone-number-and-book-now ul li a {
	color: #0B0B0B;
}

.header-area.fixed_header .phone-number-and-book-now ul li.book-now-button a , .header-navigation-wrapper.header-area.active .phone-number-and-book-now ul li.book-now-button a {
	color: #fff;
}

.header-area.fixed_header .search-box svg, .header-navigation-wrapper.header-area.active .search-box svg, .header-area.stky-header .main-header .search-box svg{
	filter: invert(1) brightness(00)
}

.header-area.fixed_header .search-box>img, .header-navigation-wrapper.header-area.active .search-box>img {
	filter: invert(0) brightness(00);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area .menu-icon img{
	filter: invert(1);	
}
.header-area.fixed_header .menu-icon img, .header-navigation-wrapper.header-area.active .menu-icon img{
	filter: none;
}
.header-logo img {
	height: 90px;
}
.header-area.fixed_header .header-logo, .header-navigation-wrapper.header-area.active .header-logo {
	display: block !important
}
.header-area.fixed_header .book-now-button a, .header-area.stky-header .main-header .book-now-button a{
	color:#000
}
.header-area.fixed_header .book-now-button a:hover{
	color:#fff
}
.header-area.fixed_header .top-header {
	display: none;
}
.mob-logo {
	display: none;
}
/************************* Menu Css *********************/

.header-navigation-wrapper.header-area {
	pointer-events: none;
	z-index: -100;
	opacity: 0;
	transition: transform .35s,opacity .35s;
	position: absolute;
	padding: 0px;
}
.header-navigation-wrapper.header-area.active {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#fff;
	pointer-events: all;
	z-index: 99999;
	transform: translateY(0);
	opacity: 1;
	top:0px;
	left:0px;
}
.header-navigation-wrapper.header-area .menu-wrapper{
	transition: all .35s;
	opacity:0
}
.header-navigation-wrapper.header-area.active .menu-wrapper{
	transform: scale(1);
	opacity: 1;
}
.dextop-menu{
	padding:0px;
	list-style:none;
	margin:0px;
	border-right:1px solid #636363;
	float:left;
}
.menu-wrapper .container-fluid {
	display: table;
	height: calc(100vh - 84px);
}
.menu-wrapper .container-fluid > div {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0px;
	padding-left:60px;
	padding-right:60px;
}
.header-navigation-wrapper.header-area .dextop-menu{
	transform: translateY(-9rem);
	transition: all .35s .35s;
}
.header-navigation-wrapper.header-area.active .dextop-menu{
	transform: translateY(-.9rem);
	padding:0px 0px;
}
.header-navigation-wrapper.header-area.active .book-now-button a{
	color:#000;
	background-color: transparent;
}
.header-navigation-wrapper.header-area.active .book-now-button a:hover{
	border-color: #586E48;
	background: #586E48;
	color:#fff
}

.dextop-menu > li > ul{
	position: absolute;
	width: 100%;
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	top: 0px;
	transform: translateX(-2rem);
	transition: opacity .45s .35s,transform .485s .45s;
	/*display: none;*/
	opacity: 0;
	z-index: -1;
	padding-left: 150px !important;
}
.dextop-menu > li.active > ul{
	transform: translateX(0);
	box-sizing: border-box;
	opacity: 1;
	z-index: 1;
}
.menu-wrapper .container{
	display:table;
	height:calc(100vh - 84px);
}
.menu-wrapper .container > div{
	display:table-cell;
	vertical-align:middle;
	padding-top:0px;
}
.menu-wrapper .container > div > nav{
	position:relative;
}
.dextop-menu > li{
	padding:16px 0px;
}
.dextop-menu > li > a{
	font-size:24px;
	line-height:26px;
	font-weight:300;
	color:#0B0B0B;
	padding: 10px 60px 10px 0px;
	display:block;
	width: 100%;
	transition: all .5s;
	position:relative;
}
.dextop-menu > li.active > a:after{
	width: 100vh;
	height: 100%;
	background: #403227;
	top: 50%;
	transform: translateY(-50%);
	right: -33px;
	content: '';
	position: absolute;
	border-radius: 25px;
	z-index: -1;
}
.dextop-menu > li.active > a{
	color:#fff;
}
.dextop-menu > li > ul > li{
	display:block;
	/*padding-left:70px;*/
	width: 100%;
	/*white-space: nowrap;*/
	vertical-align: top;
}
.dextop-menu > li > ul > li > a{
	color: #403227;
	font-size:24px;
	line-height:100%;
	font-weight:300;
	display:inline-block;
	margin-bottom: 10px;
}
.dextop-menu > li > ul > li > a:hover{
	color: #586E48;
}
.dextop-menu > li > ul > li > ul{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:40px;
}
.dextop-menu > li > ul > li > ul > li > a{
	color:#0B0B0B;
	font-size:16px;
	font-weight:300;
	line-height:32px;
}
.dextop-menu > li > ul > li > ul > li > a:hover{
	color: #586E48;
}
.dextop-menu > li.active > ul.big-menu{
	display:block;
}
.dextop-menu > li.big-menu > ul > li{
	display:inline-block;
	width:100%;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	margin-bottom:30px;
}
.sub-menu-toggle{
	display:none;
}
.dextop-menu > li.image-menu > ul{
	display:grid;
	grid-template-columns: 1fr auto auto;
	column-gap: 36px;
}
.menu-image-not-hovered{
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.dextop-menu > li.with-image > ul{
	display:table
}
.dextop-menu > li.with-image > ul > li{
	display:table-cell;
	width:auto;
}
.menu-image-title-after.menu-image-title{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 30px !important;
	color: #fff;
	font-size: 24px;
	left: 0px;
	line-height: 130%;
}
.dextop-menu > li.with-image > ul > li.image-block {
	padding-left:50px;
	width:291px;
	position:relative;
}
.menu-image-title-after.menu-image-not-hovered img{
	padding-right:0px !important;
}
.image-block > a{
	display:block;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.42);
}
.image-block > a:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background:url('https://psagrdlm.wpengine.com/wp-content/uploads/2022/02/Rectangle-73.png') no-repeat center center /cover;
}
.image-block > ul{
	position: absolute;
	bottom: 10px;
	left: 50px;
	padding: 20px 30px !important;
	white-space: normal;
}
.image-block > ul > li > a{
	font-weight:300 !important;
	color:#fff !important;
	font-size:20px !important;
	text-transform: uppercase;
}
/******************* End Menu Css *****************/
/****************** Banner Css *********************/

.banner-area {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	background-color: #4B4B4B;
}

.banner-area:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color:rgba(0,0,0,0.5);
	z-index:1
}

video {
	width: 100%;
	height: 100vh;
	z-index: 1;
	position: relative;
	object-fit:cover
}

.banner-area video:after {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
	background-size: 3px 3px;
	z-index: 2;
	content: '';
}

.banner-content {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 9;
}

.banner-content-left {
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 50px;
}

.banner-content-left:after {
	width: calc(100% + 50px);
	height: 1px;
	background: #FFFFFF;
	content: '';
	position: absolute;
	bottom: 0px;
	left: -25px;
}

.banner-content-left img {
	margin-bottom: 30px;
	margin-left: -75px;
}

.banner-content-left p {
	color: #fff;
	letter-spacing: -0.5px;
	margin: 0px;
}

.banner-content-right h1 {
	font-size: 50px;
	line-height: 50px;
	max-width: 467px;
	margin-left: auto;
	margin-bottom: 27px;
}

.mobile-banner-image {
	display: none;
}


/************ Testimonial Area *************/

.testimonial-area {
	/*padding: 120px 0px 100px;*/
	margin-top:120px;
	margin-bottom:100px;
}

.testimonial-left {
	position: relative;
}

.testimonial-left:before {
	width: 146px;
	height: 162px;
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2026/02/PatientVideoReview.png');
	top: -65px;
	left: -80px;
}

.testimonial-left p {
	color: #0B0B0B;
	font-size: 32px;
	line-height: 42px;
	font-style: italic;
	padding-left: 15px;
}

.testimonial-left .common-button span {
	margin-right: 10px;
}

.testimonial-image {
	width: 375px;
	height: 375px;
	border-radius: 100%;
	margin-left: auto;
	margin-right: 0px;
	position: relative;
	/*-webkit-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);*/
}

.testimonial-image:after {
	content: '';
	width: 708px;
	height: 670px;
	background: url('../images/Group 13.png') no-repeat center center;
	top: 50%;
	left: 50%;
	transform: translate(-47%, -50%);
	position: absolute;
}

.testimonial-image>img {
	object-fit: cover;
}

.animation-round-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-47%, -50%);
}

.animation-round-image img {
	max-width: none;
}

.testimonial-services-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.testimonial-services-links ul li {
	display: inline-block;
	margin-right: 80px;
}

.testimonial-services-links ul li a {
	padding-left: 30px;
	display: inline-block;
	position: relative;
}

.testimonial-services-links ul li a:before {
	width: 70px;
	height: 70px;
	background: #F2F2F2;
	border-radius: 100%;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.testimonial-services-links ul li a h3 {
	font-size: 26px;
	color: #546270;
	line-height: 26px;
	margin: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.testimonial-services-links ul li a p {
	font-size: 18px;
	font-weight: 500;
	color: #546270;
	margin: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.testimonial-services-links ul li a:hover:before {
	width: 122px;
	height: 122px;
	left: -30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.testimonial-services-links {
	margin-top: 70px;
}

.testimonial-services-links ul li a:hover h3,
.testimonial-services-links ul li a:hover p {
	opacity: 0.5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile-testimonial-services {
	display: none;
	padding-top: 50px;
}

.mobile-testimonial-services ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.mobile-testimonial-services ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}

.mobile-service-image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100%;
}

.mobile-service-content h3 {
	font-size: 21px;
	margin: 0px;
	line-height: 25px;
}

.mobile-service-content p {
	font-weight: 700;
	margin: 0px;
	color: #546270;
}

.mobile-service-content {
	padding-left: 25px;
}
.difference-we-make-sec.full-width{
	margin-top:100px;
	margin-bottom:100px;
}

/******************* Home Services *****************/
.service-text-blog h2 {
	margin-bottom: 15px;
	color:#7D7D7D;
	font-size:48px;
	line-height:55px;
	color:#403227;
	margin-top:0px;
}
.service-text-blog p{
	line-height:30px;
	font-weight:300;
	color:#1D1D1D;
	font-size:16px;
	margin-bottom:25px;
}
.item-image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.item-image::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0px;
	left: 0px;
	background:url('/wp-content/uploads/2026/02/service-overlay.png') no-repeat center center / cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 1;
}


.item-text {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 50px 25px 25px;
	z-index: 2;
}

.item-text h3 {
	color: #fff;
	font-size: 35px;
	line-height: 100%;
	font-weight:300;
	margin-bottom:0px;
}

.hover-procedure>a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 18px;
	padding-left: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.hover-procedure {
	max-height: 0px;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.hover-procedure ul {
	padding-top: 18px;
	padding-left: 0px;
	list-style: none;
	margin: 0px;
}

.hover-procedure ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.item-image:hover .hover-procedure {
	max-height: 1000px;
}

.more-procedure {
	text-align: center;
	margin-top: 70px;
}

.procedure-gallery {
	margin: 80px 0px 100px 0px;
}

.procedure-gallery .procedure-item {
	padding: 0px 20px;
}

.procedure-service-wrapper {
	margin: 0px -20px;
}

.service-text-blog {
	padding-right: 5px;
}

.home-procedure {
	padding: 70px 0px 0px;
}

.hover-procedure a:hover {
	color: #586E48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/************************* Non Surgicale Area *****************/

.non-surgical-area {
	padding: 155px 0px 40px;
	margin-bottom: 150px;
	height: 670px;
	background-position: top center;
}

.non-surgical-content {
	position: relative;
}

.non-surgical-content h2 {
	color: #fff;
	margin-bottom: 9px;
}

.non-surgical-content p {
	color: #fff;
	margin-bottom: 35px;
}

.non-surgical-content ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-left: -55px;
	margin-top: 60px;
}

.non-surgical-content ul li {
	vertical-align: middle;
}

.non-surgical-content:before {
	/*width: 146px;
	height: 154px;
	content: '';
	position: absolute;
	background: url('../images/Group 364.png');
	top: -90px;
	left: -55px;*/
}


/********************* Our Specialist Section ******************/

.specialist-section {
	margin-top: 100px;
	margin-bottom: 100px;
}

.specialist-content-part {
	max-width: 920px;
	position: relative;
}

.specialist-content-part p{
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 300;
	margin-bottom: 28px;
	letter-spacing:1px;
}
.team-member-image {
	width: 225px;
	height: 225px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0 0 7.5px 0 rgba(0, 0, 0, 0.18);
}

.each-team-member h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-bottom: 0px;
}
.each-team-member h4 a{
	font-weight: 400;
	font-size: 20px;
	line-height:28px;
	color: #000 !important;
	line-height: 30px;
}
.each-team-member h5{
	color: #000;
	line-height: 30px;
	font-size: 16px;
}
.each-team-member p {
	font-size: 15px;
}

.team-member-wrapper {
	margin-top: 40px;
	margin-bottom: 70px;
}


/**************** Surgical Facility Area *****************/

.surgical-facility-area {
	padding: 70px 0px;
}

.surgical-facility-left {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
}

.surgical-area-right {
	margin-left: 45px;
	max-width: 398px;
	width: 100%;
}

.surgical-area-right>img {
	margin-bottom: 15px;
}

.surgical-area-right h2 {
	margin-bottom: 10px;
}

.surgical-area-right p {
	margin-bottom: 50px;
}


/******************* Instragram Area *****************/

.instragram-area {
	padding: 100px 0px;
}

.instragram-left {
	padding-left: 0px;
	position: relative;
	padding-right: 15px;
}

.instragram-left:after {
	width: 256px;
	height: 406px;
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2026/02/instragram-watermark.png');
	top: -195px;
	left: -168px;
	z-index: -1;
}

.instragram-left h2 {
	margin-bottom: 10px;
	font-size:48px;
	line-height:55px;
	color:#000;
	margin-top:0px;
}

.instragram-left p {
	margin-bottom: 40px;
	font-size:16px;
}


/***************** Footer Area ***************/

.dlm-cred {
	text-align: center;
	margin: auto;
	padding-top: 12px;
	display: block;
}
.dlm-cred p {
	font-size: 12px;
	float: right;
}

.newsletter-area-content{
	position: relative;
	z-index: 2;
}
.newsletter-area-content p{
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height:24px !important;
	margin-bottom: 25px;
	letter-spacing:0.5px;
}
.newsletter-area {
	padding:115px 0px;
}
.newsletter-area-content .ginput_container_email input:focus{
	outline:none;
}
.newsletter-wrapper {
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.newsletter-wrapper h2 {
	margin-bottom: 10px;
	font-size:48px;
	line-height:55px;
	font-weight:300;
	color: #fff;
	margin-top: 0px;
	letter-spacing: -.5px;
}
body .newsletter-area-content .gform-footer .gform_button {
	color: #fff !important;
/* 	border-color: #fff !important; */
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 11px 30px 11px 30px !important;
	text-transform: capitalize !important;
	font-size: 16px !important;
	background: rgba(255, 255, 255, 0) !important;
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1) !important;
	backdrop-filter: blur(6.5px) !important;
	-webkit-backdrop-filter: blur(6.5px) !important;
	margin:0px !important
}
body .newsletter-wrapper .gform_wrapper form .ginput_container input{
	color: #fff !important;
/* 	border-color: #fff !important; */
	padding: 11px 30px 11px 30px !important;
	text-transform: capitalize !important;
	font-size: 16px !important;
	background: rgba(255, 255, 255, 0) !important;
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1) !important;
	backdrop-filter: blur(6.5px) !important;
	-webkit-backdrop-filter: blur(6.5px) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
body .newsletter-wrapper .gform_wrapper form .ginput_container input::placeholder {
	color: #fff !important;
	font-style:normal !important
}
body .newsletter-wrapper .gform_wrapper form{
	max-width:465px;
	margin-left:auto;
	margin-right:auto
}
footer{
	background: #403227;
	position:relative;
	z-index: 1;
}
footer:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background:url('../images/gradient.png') no-repeat center center / cover;
	z-index: -1;

}
.footer-top-area {
	/*background: #2C3C4B;*/
	padding: 45px 0px 60px;
}
.footer-nav-area {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 12px 0px;
}
.footer-nav-area ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display:flex;
	justify-content:center;
	gap:50px;
}
.footer-nav-area ul li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.92px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-nav-area ul li a:hover {
	color: #586E48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-logo {
	margin-bottom: 50px;
	padding: 0 180px 0 180px
}
.footer-content {
	padding: 45px 0px 0px;
}
.each-footer-content h4 {
	color: #fff;
	font-weight:400;
	font-size: 20px;
	line-height: 28px;
	margin-bottom:12px
}
.each-footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
}
.footer-phone-number, .footer-mail-address {
	margin-bottom: 12px;
}
.footer-phone-number a, .footer-mail-address a{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16px;
	color:#fff;
	transition:all 0.5s;
}
.footer-phone-number a:hover{
	color:#9DE5F5;
	transition:all 0.5s;
}
.each-footer-content p:last-child{
	margin-bottom: 0px;
}

.each-footer-content ul li a {
	font-size: 20px;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-footer-content ul li a:hover {
	color: #586E48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-footer-content p a, .each-footer-content a {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-footer-content p a:hover, 
.each-footer-content a:hover {
	color: #586E48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-footer-content p a strong {
	color: inherit;
}
.each-footer-content p {
	color: #fff;
	line-height: 30px;
	margin-top:0px;
	margin-bottom: 0px;
}
.contact-right .each-footer-content p strong{
	font-weight:300;
}
.parking-content {
	max-width: 249px;
}

.hours-content {
	margin-left: -20px;
}

.footer-bottom-left p {
	margin: 0px;
}

.footer-bottom-right {
	text-align: right;
}

.footer-bottom-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-bottom-right ul li {
	display: inline-block;
	border-left: 1px solid #BCBCBC;
	padding: 0px 8px;
}

.footer-bottom-right ul li:last-child {
	padding-right: 0px;
}

.footer-bottom-right ul li:first-child {
	border: 0px;
}

.footer-bottom-right ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom-left p {
	font-size: 16px;
	color:#fff;
}
.footer-bottom-right ul li a:hover {
	color: #586E48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer-bottom {
	padding: 10px 0px 30px;
}


/* %%%%%%%%%%%%%%%%%%% non-surgical-slider %%%%%%%%%%%% */

.non-surgical-slider {
	display: none;
}


/****************** Procedure Page Css *****************/

.inner-banner {
	padding: 210px 0px;
}

.page-content {
	padding: 0px 0px 0px 0px;
}

.page-content-wrapper {
	max-width: 920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.page-content-wrapper ul {
	padding-left: 25px;
	list-style: none;
}

.page-content-wrapper ul li:before {
	content: '-'
}

.review-section {
	background-color: #2C3C4B;
	padding: 120px 0px 70px 0px;
	margin-top: 70px;
	margin-bottom: 70px;
}

.reviw-content-wrpper h2 {
	color: #fff;
	margin-bottom: 0px;
}

.reviw-content-wrpper h4 {
	margin-bottom: 25px;
}

.reviw-content-wrpper p {
	color: #fff;
	font-family: 'Adobe Garamond Pro';
	font-size: 32px;
	line-height: 42px;
	font-style: italic;
	margin-bottom: 35px;
}

.reviw-content-wrpper {
	position: relative;
	z-index: 1;
}

.reviw-content-wrpper:after {
	width: 146px;
	height: 154px;
	content: '';
	position: absolute;
	background: url('../images/Group 364.png');
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.3;
	z-index: -1;
}

.meet-specialist-content-part h2 {
	margin-bottom: 10px;
}

.meet-specialist-content-part ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.meet-specialist-content-part ul li {
	display: inline-block;
	margin-right: 20px;
}

.meet-specialist-content-part ul li:before {
	display: none;
}

.meet-specialist-doc .team-member-image {
	margin-bottom: 0px;
	box-shadow: none;
}

.meet-specialist-doc a.common-button.blue-button {
	position: relative;
	top: -40px;
}

.meet-specialist-doc a.common-button.blue-button span {
	margin-right: 10px;
}

.meet-specialist-doc.each-team-member h4 {
	margin-top: 10px;
	margin-bottom:0px;
}

.meet-specialist-content-part {
	position: relative;
	max-width:785px;
	padding-right:55px
}

/* .meet-specialist-content-part:after {
width: 146px;
height: 154px;
content: '';
position: absolute;
background: url('../images/Group 345.png');
top: -50px;
left: -50px;
} */

.meet-specialist-inject {
	padding-top: 75px;
	margin-top:100px;
	margin-bottom:100px;
}

.real-patient-content:after {
	display: none;
}

.real-patient-content {
	padding: 0px 30px;
}

.real-patient-content:before {
	position: absolute;
	width: 100vw;
	right: -25%;
	height: calc(100% + 60px);
	background: #2C3C4B;
	content: '';
	border-radius: 10px;
	top: -30px;
	z-index: -9
}

.real-patient-content h2,
.real-patient-content p {
	color: #fff;
}

.real-patients {
	margin-top: 130px;
	margin-bottom: 130px;
}

.procedure-area h2{
	font-size:48px;
	line-height:55px;
	color:#403227;
	font-weight:300;
	margin-top: 0px;
}
.procedure-area h3{
	font-size:28px;
	line-height:100%;
	color:#403227;
	font-weight:300;
	margin-bottom:15px;
}
.procedure-area h4{
	font-size:24px;
	line-height:100%;
	color:#403227;
	font-weight:300;
	margin-bottom:15px;
}
.procedure-area p{
	font-size:16px;
	line-height:24px !important;
	margin-top:0px;
	margin-bottom:30px
}
.meet-specialist-content-part p{
	margin-bottom:40px;
}
/* ******************* FAQ *************** */

.faq-area {
	margin-bottom: 35px;
	margin-top: 45px;
}

.accordion {
	list-style: none;
	padding: 2px;
}

.accordion>li {
	display: block;
	list-style: none;
}

.accordion>li>span {
	display: block;
	margin: 4px 0 13px;
	padding: 13px 30px;
	background: url(../images/+.png) no-repeat 97% center;
	cursor: pointer;
	font-size: 21px;
	line-height: 26px;
	color: #546270;
	font-weight: 500;
	border: 2px solid #546270;
	border-radius: 30px;
}

.accordion>li>div {
	font-size: 16px;
	line-height: 24px;
	color: #0B0B0B;
	font-weight: 400;
	list-style: none;
	padding: 6px 40px;
	display: none;
	overflow: auto;
	margin-bottom: 15px;
}

.accordion li>span.active {
	background: url(../images/-.png) no-repeat 97% center;
	background-size: 20px;
}

.page-content-wrapper .faq-area ul li:before {
	display: none;
}

.page-content-wrapper .faq-area ul {
	padding-left: 0px;
}


/* %%%%%%%%%%%%%%%%%%%%%%% Blog Page %%%%%%%%%%%%%%%% */

.blog-wrapper {
	padding-top: 5px;
	padding-bottom: 60px;
}

.blog-wrapper h1 {
	line-height: 60px;
	color: #546270;
	margin-bottom: 32px;
}

.blog-wrapper h2 {
	padding-top: 16px;
}

.blog-wrapper h3 {
	padding-top: 10px;
	margin-bottom: 10px;
}

.blog-wrapper h4 {
	padding-top: 30px;
}

.our-blog-wrapper {
	padding-top: 10px;
	padding-bottom: 50px;
}

.our-blog-wrapper h2 {
	margin-bottom: 17px;
}

.our-blog-each {
	margin-bottom: 75px;
}

.consul-wrapper {
	padding: 150px 100px 100px 100px;
	text-align: center;
	position: relative;
}

.consul-wrapper h2 {
	color: #fff;
	margin-bottom: 33px;
}

.consul-wrapper p {
	color: #fff;
	margin-bottom: 33px;
}

.consul-area {
	position: relative;
	margin-top: 50px;
	margin-bottom: 0px;
}

.consul-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: 0.55;
}

.consul-wrapper .common-button {
	color: #fff;
	border: 1px solid #fff;
}

.consul-area:after {
	width: 146px;
	height: 146px;
	background: url(../images/Group\ 3640.png) no-repeat center center /cover;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translatex(-50%);
	content: '';
}


/* %%%%%%%%%%%%%%%%%%%%%%% Gallery %%%%%%%%%%%%%% */

.gallery-wrapper .row {
	margin-right: -30px;
	margin-left: -30px;
}

.gallery-wrapper .row .col-lg-6, .gallery-wrapper .row .col-lg-4, .gallery-wrapper .row .col-lg-8 {
	padding-right: 30px;
	padding-left: 30px;
}

.gallery-wrapper h1 {
	color: #546270;
	margin-bottom: 53px;
	line-height: 60px;
}

.gallery-each {
	text-align: center;
	margin-bottom: 70px;
	padding: 20px;
	box-shadow: 0px 1px 35px -23px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 1px 35px -23px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 35px -23px rgba(0,0,0,0.75);
}

.gallery-each .common-button {
	margin-top: 30px;
}

.gallery-case-wrapper {
	margin-bottom: 100px;
	max-width:1085px;
	margin-left:auto;
	margin-right:auto;
}

.gallery-case-wrapper h1 {
	color: #546270;
	margin-bottom: 30px;
	line-height: 60px;
}

.gallery-case-wrapper .common-button {
	margin: 0 auto;
	margin-top: 50px;
	display: table;
}

.gallery-case-image {
	margin-bottom: 16px;
}

.gallery-case-image-area {
	padding-top: 6px;
}
.gallery-category-block .rows, .gallery-list-wrap .rows{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.gallery-category-block .rows > div, .gallery-list-wrap .rows > div{
	break-inside: avoid-column;
}
/* %%%%%%%%%%%%%%%%%%%% Template %%%%%%%%%%% */

.template-wrapper {
	padding-top: 10px;
	padding-bottom: 70px;
	max-width: 900px;
	margin: 0 auto;
}

.template-image-vidio {
	text-align: center;
	margin-right: 25px;
	margin-bottom: 35px;
	float: left;
}

.tem-image {
	width: 400px;
	height: 400px;
	overflow: hidden;
	border-radius:10px;
}

.template-image-vidio .common-button span {
	margin-right: 10px;
}

.template-best {
	padding-top: 28px;
}

.creden-wrapper {
	background-color: #546270;
	padding-top: 65px;
	padding-bottom: 40px;
}

.creden-each ul {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
}

.creden-each ul li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 300;
	width:50%
}

.template-best ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.creden-each {
	margin-left: 15px;
	margin-right: 60px;
}

.teamMissionArea.ourMissionArea .container{
	max-width:1140px;
}
/* %%%%%%%%%%%%%%%%%%%%%%% NEW %%%%%%%%%%%%%%%%% */

.site-bread-area {
	margin-top: 40px;
	margin-bottom: 40px;
}

.template-banner-area {
	padding: 25px 0px;
	background-color: #2C3C4B;
}

.template-banner {
	position: relative;
}

.template-banner:after {
	width: 75px;
	height: 75px;
	background: url(../images/Group\ 440.png) no-repeat center center /cover;
	position: absolute;
	top: -35%;
	left: -46px;
	content: '';
}

.interiors-wrapper {
	max-width: 950px;
	margin: 0 auto;
}
.service-intro-area{
	margin-top: 60px;
}
.service-intro-area p{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 30px;
}
.contact-right {
	background-color: #2C3C4B;
	padding: 40px 50px;
	padding-bottom: 25px;
	border-radius: 10px;
}

.contact-phone {
	margin-bottom: 60px;
}

.contact-phone h4 {
	color: #fff;
}

.contact-phone p a {
	color: #fff;
}

.contact-phone p a:hover {
	color: #9DE5F5;
}

.contact-social {
	margin-bottom: 30px;
}

.contact-address {
	margin-bottom: 60px;
}

/************** Contact Form Css *************/
.gform_legacy_markup_wrapper {
	margin-top: 0px !important;
}
body .gform_wrapper .ginput_container input, 
body .gform_wrapper .ginput_container select,
body .gform_wrapper .ginput_container textarea{
	width: 100%;
	border-radius:24px;
	border:1px solid #D4CFC8 ;
	background-color:transparent;
	font-size:16px !important;
	line-height:24px !important;
	color:#000 !important;
	padding: 7px 25px !important;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight:300;
	margin-top:0px !important;
}
body .gform_wrapper .ginput_container select{
	background: url('/wp-content/uploads/2022/02/Icon-ionic-ios-arrow-down.png') transparent no-repeat 97% center;
}
body .gform_wrapper .ginput_container input::-webkit-input-placeholder { /* Edge */
	color: #000;
}
body .gform_wrapper .ginput_container input:-ms-input-placeholder { /* Internet Explorer */
	color: #000;
}

body .gform_wrapper .ginput_container input::placeholder {
	color: #000;
}
body .gform_wrapper .ginput_container textarea::-webkit-input-placeholder { /* Edge */
	color: #000;
}
body .gform_wrapper ul li.gfield {
	margin-top: 15px !important;
	padding-top: 0;
}
body .gform_wrapper .ginput_container textarea {
	height: 170px !important;
}
body .gform-footer  .gform_button{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #999 !important;
	border-radius: 23px !important;
	background-color: transparent !important;
	padding: 7px 30px 7px 30px !important;
	display: inline-block;
	min-width: 160px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
body .gform-footer  .gform_button:hover{
	background-color: #586E48 !important;
	color: #fff;
	border-radius: 44px !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.request-consultation .gform_legacy_markup_wrapper .gform_footer {
	text-align: center;
}
.contact-form .gform_legacy_markup_wrapper .gform_footer {
	margin-top: 6px;
}
.contact-us-area{
	margin-top: 45px;
	margin-bottom: 100px;
}
.contact-form p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	padding-right: 16px;
	margin-top: 0px !important;
}
/********** Search Area **********/
.search-area {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: flex;
	/*align-items: center;*/
	padding-top:15vh;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #4B4B4B;
}
.search-area.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-area form {
	display: flex;
	align-items: center;
	max-width: 900px;
	margin: 0px auto;
}
.input-feild {
	width: 100%;
}
.input-feild input {
	width: 100%;
	border: 0px;
	border-radius: 0px;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 20px;
}
.search-area .search-button {
	padding: 11px 18px;
	border: 1px solid #fff;
	background: #fff;
}
.search-area .search-button button {
	background: none;
	border: none;
	padding: 0px;
}
.search-area .search-close {
	position: absolute;
	top: 35px;
	right: 35px;
}
.advance-search-wrapper input{
	width: 100%;
	padding: 10px 25px;
}
.search-form-wrapper button{
	padding: 10px 10px;
	border: 0px;
	background: #5CA9BA;
}
.newsletter-wrapper .gform_wrapper form {
	display:table;
	width:100%;
}
.newsletter-wrapper .gform_wrapper form > div{
	display:table-cell;
}
.newsletter-wrapper .gform_wrapper form .ginput_container input {
	width:100%;
}

body .newsletter-wrapper .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
	padding-top: 0;
}
body .newsletter-wrapper .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
}
.newsletter-wrapper .gform_wrapper .gform_footer {
	padding: 0px 0 0px;
	margin: 0px 0 0;
}
body .newsletter-wrapper .gravity-from-submit button {
	padding: 11px 40px 9px 40px;
}

/*=============== Quick Link ==================*/
.quick-links-area{
	position: fixed;
	top:25vh;
	right: 0px;
	z-index:9;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 180px ) );
	transition: transform 500ms ease;
}
.quick-links-area.active{
	transform: translateX(0);
	z-index: 99;
}
.quick-links-rotate{
	height:auto;
	width:180px;
	transform: rotate(-90deg) translate(-100%, calc( 180px - 100% ));
	transform-origin: 0 0;
	margin:0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom:10px;
	float:left;
	/*background:rgba(5, 28, 119, 0.5);*/
	background: #2A5262;
	/* 	font-family: 'Quicksand bold'; */
	border-radius: 5px 5px 0 0;
	text-align:center;
	color:inherit;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}
.quick-links-arrow{
	float:right;
	margin:0px 15px 0px 0px;
	display:none;
}
.quick-links-area h3 span{
	font-weight:400;
}
.quick-links-rotate h3{
	color:inherit;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 400;
	letter-spacing: 2px;
}
.quick-links-arrow svg{
	transform: rotate( -180deg ); 
	transition: all 150ms ease;
	margin-bottom:0px;
}
.quick-links-arrow img{
	transform: rotate( -90deg ); 
	transition: all 150ms ease;
	margin-bottom:0px;
}
.quick-links-area.active .quick-links-arrow svg{
	transform: rotate( 0deg );
	margin-bottom:-5px;
}
.quick-links-area.active .quick-links-arrow img{
	transform: rotate( 90deg );
	margin-bottom:-5px;
}
.quick-link-list{
	float:left;
	width:340px;
	/*background:#303E92;*/
	background: #2A5262;
	/*font-family: 'Montserrat';*/
	line-height:18px;
	text-transform:uppercase;
	padding:30px;
	max-height:75vh;
	min-height: 240px;
	overflow:auto;
	font-weight:700;
}
.quick-link-list ol{
	padding-left: 22px;
}
.quick-link-list ul{
	list-style:none;
	padding-left: 0px;
}
.quick-link-list ol li, .quick-link-list ul li{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px;
	/* 	font-family: 'FuturaBT light'; */
	font-weight:300;
}
.quick-link-list ol li:last-child, .quick-link-list ul li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color:inherit;
	text-decoration:none;
	/* 	font-family: 'Montserrat'; */
	text-transform: none;
	font-weight: 500;
}
.quick-link-list li a:hover{
	color: #999;
}
.home-body-content{
	padding-top:100px;
}
@media(max-width:767px){
	.quick-links-area{
		top: 22vh;
		transform: translateX( calc( 275px - 100% ) );
	}
	.quick-links-rotate{
		position: absolute;
		/*right: 275px;*/
		right:307px;
		padding:10px;
		/*width: 150px;*/
		width:118px;
		transform: rotate(
			-90deg) translate(-100%, calc( 150px - 100% ));
	}
	.quick-link-list{
		width:275px;
		position: absolute;
		right: 0px;
	}
	.quick-links-rotate h3 {
		font-size: 20px;
		line-height: 24px;
		display:none;
	}
	.quick-links-arrow{
		display:block;
		margin: -5px 17px 7px 0px;
	}
}

/* ================== ./Quick Link ============ */

.request-consultation-form .gform_body ul{
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-right: -15px !important;
	margin-left: -15px !important;
}
.request-consultation-form .gform_footer {
	padding-left:15px !important;
}

.mobile-screen-button{
	background: #586E48;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99999;
	left: 0px;
	transition: all .5s;
	display: none;
	-webkit-box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
	-moz-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
}
.mobile-screen-button ul{
	margin:0px;
	padding:0px;
	font-size:0px;
	display:table;
	width:100%;
}
.mobile-screen-button ul li{
	display:table-cell;
	width:50%;
	text-align:center;
}
.mobile-screen-button ul li a{
	font-weight: 500;
	font-size: 15px;
	line-height:24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	text-align:center;
	padding: 8px 0px;
	display:block;
	text-transform:uppercase;
}
.mobile-screen-button ul li:first-child{
	background:#151515;
}

/* ================ :: Menu Custom Style :: ======================= */
.mobile-header{
	display:none;
}
.mobile-header .menu-icon {
	position: relative;
	top: 15px;
	width: auto;
	display:inline-block;
}
#menu-custom-style{
	left:-100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	overflow-y: auto;
	width: 100%;
	height: 100vh;
	z-index: 97;
	top: 0;
	position: fixed;
	background: #ffffff;
	padding: 60px 15px 0px 15px;
}
#menu-custom-style.active{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	left:0;
}
#menu-custom-style .MainMobleMenu{
	margin-top:10px;
	margin-bottom:10px;
}
#menu-custom-style ul li{
	list-style:none;
	margin-left:5px;
	padding-top:10px;
	padding-bottom:10px;
}
#menu-custom-style ul li a{
	color: #0B0B0B;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	display: inline-block;
	margin: 0px 0px;
	line-height: 45px;
	font-weight:500;
}
#menu-custom-style ul li ul li a{
	font-weight:400;
	color:#0B0B0B;
}
#menu-custom-style ul li ul li ul, #menu-custom-style ul li ul li ul li{
	margin-left:0px;
}
#menu-custom-style ul li ul li ul li{
	padding:0px;
}
#menu-custom-style ul li ul li ul li a{
	font-size:16px;
	text-transform:capitalize;
	line-height:30px;
	color:#0B0B0B;
}
#menu-custom-style ul{
	background-image: none !important;
	margin-left: 10px;
	padding: 40px 0px 0px;
}
#menu-custom-style ul li.page_item_has_children{
	position:relative;
}
#menu-custom-style ul li.page_item_has_children.link-none > a{
	pointer-events: all !important;
}
#menu-custom-style ul li.page_item_has_children > a{
	/*display:block;*/
	margin-right:30px;
	margin-left:0;
}
#menu-custom-style ul li.page_item_has_children > a::after{
	content: url('../images/ionic-ios-arrow-down.png');
	top:4;
	right:0;
	padding:0 24px 4px 16px;
	color:#DD988F;
	position:absolute;
	font-size: 25px;
	line-height: 35px;
	webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	z-index:999;
	width:15px;
	text-align:right;
	background-color:#fff;
	font-weight:300;

}
#menu-custom-style ul li.page_item_has_children > a.arrow-down::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
#menu-custom-style ul li.page_item_has_children.position-static{
	position:relative !important;
}
#menu-custom-style .children{
	display:none;
}
/*#menu-custom-style .sub-menu li a::after{
display:none;
}*/
#menu-custom-style li.m-open > ul{ /* add > */
	display:block;
}
#menu-custom-style ul ul{
	padding:0px;
}
.MainMobleMenu li.second-level-menu  > ul > li > a{
	display:none;
}  
.cross-menu-img {
	display: none;
	position: relative;
}
.menu-for-mobile.active .cross-menu-img {
	display: block;
}
.mobile-menu-wrapper.active #mobile-menu-icon-custom img{
	display:none;
}
.mobile-menu-wrapper.active .cross-menu-img{
	display:block;
	margin-right:-15px;
}
.mobile-menu-icon-custom{
	display:none;
}
.mobile-view-address{
	padding:30px 10px;
	border-top:1px solid #707070;
}
.mobile-view-address a{
	font-weight:500;
	font-size:18px;
	display:block;
	color:#2F2F2F;
}
a.valet-address{
	font-weight:800;
	font-size:18px;
	display:block;
	color:#5CA9BA;
}
.header-area.open-menu-box .menu-icon-mobile{
	display:none;
}
.header-area.open-menu-box .cross-menu-img{
	display:block;
}
.blog-page h1{
	color:#546270;
	margin-bottom: 30px;
	text-align: left;
}
.blog-page .site-breadcrumb{
	margin-bottom: 20px;
}
.page-content-wrapper ul li:before{
	content:none;
}
.page-content-wrapper ul li{
	list-style:disc;
	margin-bottom: 7px;
}
.procedure-area .non-surgical-area {
	margin-bottom: 0px;
}
.blog-wrapper {
	padding-top: 40px;
}
.side-bar-blog{
	background:url('/wp-content/uploads/2026/02/side-search-bar.png') no-repeat center center / cover;
	padding:35px 50px 50px;
	border-radius:10px;
	height: max-content;
}
.side-search-area {
	/*padding: 50px;
	border-radius: 10px;
	margin-bottom: 45px;
	position:relative;*/
}
.side-search-area form{
	position:relative;
}
.side-search-area [type=search]{
	width:100%;
	border-radius:25px;
	padding:10px;
}
.side-search-area button{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	background: none;
	border: none;
}
.category-list h4{
	color:#000;
}
.category-list p{
	line-height:30px;
}
.view-all-post-link{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	bottom: -15px;
}
.view-all-post-link a{
	width: 230px;
	color: #fff;
	background: #608696;
	border: 1px solid #608696;
	padding: 7px 20px 7px 20px;
	margin:auto;
}
.extra-button-links{
	text-align:center;
	margin-bottom:35px
}
.extra-button-links a{
	display:block;
	width:90%;
	margin:auto auto 15px;
}
.extra-button-links a.border-button{
	background:transparent;
	color:#fff
}
.follow-on-social ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	display: inline-block;
}
.follow-on-social ul li{
	display: inline-block;
	margin:auto 7px;
}
.follow-on-social ul li a {
	font-size: 27px;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.follow-on-social ul li a:hover{
	color: #586E48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.search-close a img{
	filter: brightness(0) invert(1);
}
.fof{
	padding:150px 0px;
}
.mobile-view-address{
	padding: 30px 10px 50px;
}
/* ======= - End::Menu Custom Style - ===========*/
@media(max-width:1199px){
	/*.desk-menu{
	display:none;
}*/
	.menu-icon-mobile img {
		filter: invert(1) brightness(0);
	}
	.menu-icon-mobile{
		margin-left:40px;
	}
	.image-block{
		display:none !important;
	}
}
.sidebar-filter{
	border-radius: 0px;
	background: transparent;
	padding:0px !important;
	margin-bottom:30px;
	max-width:980px;
}
.sidebar-filter-wrap{
	margin-bottom:0px !important;
	max-width:980px;
}
.sidebar-filter-button-wrap {
	text-align: center;
	margin-bottom: -45px;
}
.sidebar-button-wrap{
	padding:0px 30px;
}
.sidebar-social-media-wrap{
	text-align:center;
	margin-bottom:30px;
}
.sidebar-social-media-wrap h4{
	color:#000000
}
.sidebar-social-media-wrap ul{
	margin:0px;
	padding:0px;
}
.sidebar-social-media-wrap ul li {
	display: inline-block;
	margin: 0px 10px;
}
.sidebar-social-media-wrap ul li a{
	font-size:27px;
	color:#000000;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sidebar-social-media-wrap ul li a:hover{
	color:#5CA9BA;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sidebar-button-wrap .common-button {
	text-align: center;
}
@media(max-width:991px){
	.sidebar-button-wrap, .sidebar-social-media-wrap{
		display:none;
	}
	.sidebar-filter{
		margin-bottom:70px;
	}
}
.banner-wrapper-image{
	min-height: 100vh;
}
.banner-content-holder{
	position: absolute;
	left:0px;
	width:100%;
	padding-bottom:50px;
	z-index: 2;
	bottom: 0px;
}
.home-banner-content p{
	color:#fff;
	margin:0px;
	padding-bottom: 20px;
	border-bottom:1px solid #BCBCBC;
	font-size:16px;
}
.banner-logo {
	margin-bottom: 45px;;
}
.home-banner-heading h1{
	font-size: 60px;
	line-height: 100%;
	font-weight: 300;
}
.home-banner-heading h1 em{
	display: block;
}
.home-sub-heading h2{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color:#fff;
	margin:0px;
	margin-top:15px;
}
.featured-area{
	min-height:598px;
	padding:50px 0px;
}
.featured-area-content-wrapper{
	max-width:670px;
}
.featured-area-content-wrapper h6{
	font-size:14px;
	font-weight:700;
	color:#D9F0FA;
}
.featured-area-content-wrapper h2{
	margin-top:0px;
	color:#fff
}
.featured-area-content-wrapper p{
	color:#fff;
	font-size:15px;
	line-height:26px;
}
.featured-area-content-wrapper a.common-button{
	color:#fff;
	border-color:#fff;
}
.featured-area-content-wrapper a.common-button:hover{
	border-color:#999
}
.site-operation-area{
	padding:160px 0px 250px
}
.site-operation-content h6{
	font-size:14px;
	font-weight:700;
	color:#608696;
}
.site-operation-content h2{
	margin-top:0px;
}
.site-operation-content p{
	font-size:16px !important
}
.site-operation-video-area iframe{
	height:280px;
	display:block;
	border-radius:10px;
	position: relative;
	z-index: 1;
}
.site-operation-video-area:after{
	width:calc(100% + 20px);
	height:calc(100% + 20px);;
	border-radius:10px;
	background:#EFEFEF;
	content:'';
	position: absolute;
	top:30px;
	left:55px;
	z-index: 0;
}
.non-surgical-content ul{
	display: flex;
	align-items: center;
	gap:35px
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New New Csss %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.extra-button-links .common-button{
	width: 100%;
	font-weight: 400;
}
.view-all-post-link .common-button{
	width: 100%;
	font-weight: 400;
}
.follow-on-social h4{
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 0px;
	font-weight: 300;
	padding-top: 0px;
	color:#fff !important;
	text-align:left;
	margin-bottom:15px;
}
.search-filter form {
	color: #fff;
	border-color: #fff;
	padding: 11px 30px 11px 30px;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
	border-radius:23px;
	color:#fff;
	border:1px solid #fff
}
.search-filter input {
	background-color: transparent;
	padding: 0px;
	border: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: #fff;
	width: 100%;
	padding-right: 50px;
}
.search-filter input::placeholder {
	color: #fff;
}
.search-filter input:focus{
	outline: none;
}
.search-filter button {
	position: absolute;
	right: 17px;
	top: 24px;
	border: none;
	background-color: transparent;
	padding: 0;
}
.advance-search-loading{
	display: none;
}
.advance-search-close {
	display: none;
	position: absolute;
	top: 17px;
	right: 44px;
	width: 14px;
	height: 14px;
	filter:invert(1)
}
.advance-search-close img{
	width: 16px;
	filter:invert(1)
}
.advance-search-close + button img{
	width: 17px;
	filter:invert(1)
}
#advance-search-blog-display ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#advance-search-blog-display ul li{
	margin-top: 20px;
}
#advance-search-blog-display h4{
	font-size:16px;
	line-height: 26px;
	padding: 0px;
	margin-bottom:0px;
	margin-left: 10px;
}
.search-thumb img{
	width: 120px;
}
.category-list{
	margin-bottom:35px;
}
.category-list h4{
	padding-top: 35px;
	font-size:24px;
	line-height:100%;
	color:#fff !important;
	font-weight:300;
	margin-bottom:15px;
}
.search-result-area{
	margin-bottom: 100px;
}
.search-result-area hr {
	margin-top: 40px;
	margin-bottom: 60px;
	border: 0;
	border-top: 1px solid #545B54;
	display: none;
}
.each-search-post{
	padding-bottom:60px;
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 60px;
	border-bottom: 1px solid #545B54;
}
.each-search-post h2{
	font-size: 36px;
	line-height: 100%;
	margin-top:0px;
	margin-bottom:20px;
	color: #231F20;
	font-weight: 300;
}
.each-search-post p{
	font-size: 16px;
	line-height: 24px !important;
	font-weight: 300;
	color: #000000;
	margin-top:0px;
	margin-bottom:25px
}
.each-search-post a.common-button, .load-more-btn a.common-button{
	background:transparent
}
.interiors-area{
	margin-top: 40px;
}
.interiors-area .item-text {
	padding: 50px 25px 15px;
}
.request-consultation{
	margin-top: 40px;
}
.consultation-wrapper{
	margin-top: 60px;
}
.consultation-wrapper p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
}
.search-result-heading{
	margin-top: 75px;
	margin-bottom: 60px;
}
.search-result-heading h2{
	font-size: 48px;
	font-weight: 300;
	line-height: 55px;
	color: #000;
	margin-top: 0px;
}
.search-result-heading h3{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
}
.newsletter-area-content .gform-footer .gform_button{
	color: #fff;
	border: 1px solid #BCBCBC !important;
}
.single-blog-content .common-button{
	margin-top: 30px;
}
.after-before-slider .row{
	margin-right: 0px;
	margin-left: 0px;
}
/*.clear-button.clear-filter{
display: none;
}*/
.gallery-filter-area .sidebar-filter-wrap select{
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300 ;
	color: #000 !important;
	border: 1px solid #fff !important;
	padding: 5px 25px !important;
}
.gallery-filter-area .sidebar-filter-wrap button.common-button {
	background: #586E48;
	border: 1px solid #586E48;
}
.gallery-filter-area .sidebar-filter-wrap button.common-button:hover{
	background-color:#403227;
	border-color:#403227;
	color:#fff !important;
}
.after-before-slider .row{
	margin-left: -5px;
	margin-right: -5px;
}
.after-before-slider .row .col-6{
	padding-left: 5px;
	padding-right: 5px;
}
.gallery-case-image-area .row{
	margin-left: -25px;
	margin-right: -25px;
}
.gallery-case-image-area .row .col-lg-6{
	padding-left: 25px;
	padding-right: 25px;
}
.gallery-case-image .row{
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-case-image .row .col-6{
	padding-left: 5px;
	padding-right: 5px;
}
.gallery-case-area h1{
	color: #000;
	font-size: 60px;
	font-weight: 300;
	line-height: 100%;
	text-transform: capitalize;
	margin-bottom:30px;
}
.gallery-case-area{
	margin-top: 60px;
}
.gallery-case-area .gallery-case-description {
	margin-top: 60px;
}
.gallery-case-area .container{
	max-width:1265px
}
.payment-plans-content p{
	font-size:16px;
}
.procedure-featured-image{
	max-width:400px;
	float:left;
	display:inline-block;
	margin-right:28px;
}
.procedure-area.page-content{
	padding-top:35px;
}
.page-content-wrapper{
	padding-top:50px;
}
#headline-two-h2{
	margin-top:0px;
}
.contact-form{
	/*padding-right: 25px;*/
}
.contact-us-wrapper{
	max-width: 990px;
	margin: 0 auto;
	margin-top: 80px;
}
.each-footer-content.footer-address a p:hover{
	color: #9DE5F5;
	transition: all 0.5s;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New Css %%%%%%%%%%%%%%%%%%%%%%%%%  */
.contact-right {
	/*background-image: url('/wp-content/uploads/2025/08/contact-us-bg-1.png');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	padding-bottom: 70px;
}
.contact-right .each-footer-content ul{
	justify-content: left;
}
.contact-right .each-footer-content p{
	font-weight: 300;
}
.contact-right .each-footer-content h4 {
	font-weight: 300;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 8px;
	color:#fff
}
.contact-right .each-footer-content p a {
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}
.contact-social ul li a{
	font-size: 27px;
}
.contact-phone p a:hover {
	color: #D9F0FA;
}
.contact-right .each-footer-content ul li a:hover {
	color: #D9F0FA;
}
.contact-right .each-footer-content p a:hover {
	color: #D9F0FA;
}
.contact-address {
	margin-bottom: 40px;
}
.contact-phone {
	margin-bottom: 40px;
}
.inner-banner-content h1{
	font-size: 60px;
	line-height: 100%;
	color: #fff;
	font-weight:300;
}
.inner-banner-content h1 a{
	color: #fff;
}
.inner-banner {
	padding: 90px 0px;
	position: relative;
	height: 400px;
	display: flex;
	align-items: center;
}
/*.inner-banner:after{
position: absolute;
content: '';
left: 0px;
top:0px;
width: 100%;
height: 100%;
background-color:rgba(0,0,0,0.3);
background-size: cover;
z-index: 1;
}*/
.inner-banner-content{
	position: relative;
	z-index:2;
}
.blog-overview-wrapper{
	margin-bottom:100px
}
.our-blog-each{
	box-shadow: 0px 0px 10px 0px #00000040;
	border-radius: 10px;
	margin-bottom: 65px;
}
.blog-each-text h2{
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight:300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Number of lines to show */
	-webkit-box-orient: vertical;
}
.blog-each-text h2 a{
	color: #000;
}
.blog-each-text p{
	font-size:16px;
	line-height:24px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:80px
}
.blog-each-text {
	padding: 25px 30px 30px 30px !important;
	background-color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.our-blog-each img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height:217px;
	object-fit:cover;
	width:100%;
}
.each-footer-content p em{
	font-style: italic;
}
.loader-img img {
	width: 80px;
}
.blog-wrapper h2{
	color: #000;
}
.blog-wrapper h3{
	color: #000;
}
.blog-wrapper h4{
	color: #000;
}
.blog-wrapper p{
	color: #000;
	line-height: 30px;
	font-weight: 300;
}
.blog-area{
	margin-top: 40px;
}
.category-list ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.category-list ul li a{
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.category-list ul li a:hover{
	color:#586E48
}
/*========================= home-page-css =========================*/
.non-surgical-logo-area{
	margin-top: 36px;
}
.non-surgical-logo-area ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 38px;
	align-items: center;
}
.setting-standard-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.setting-standard-content h2{
	margin-top:0px;
	color:#403227;
	margin-bottom:25px;
	font-size:48px;
	line-height:55px;
	max-width:430px;
}
.setting-standard-content{
	padding-right: 37px;
}
.setting-standard-content p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom:25px;
}
.setting-standard-content img{
	position: absolute;
	left: -44px;
	top: -19px;
	pointer-events: none;
	z-index: -1;
}
.setting-standard-img img{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.payment-plans-sec{
	margin-bottom: 98px;
}
.payment-plans-img img{
	width: 100%;
	border-radius: 10px;
}
.payment-plans-content{
	padding-left: 23px;
}
.payment-plans-content h5{
	color: #608696;
	font-size: 14px;	
	font-weight: 700;
	line-height: 26px; 
}
.payment-plans-content h2{
	margin-top: 0;
	margin-bottom: 26px;
}
.payment-plans-content p{
	margin-top: 0;
	margin-bottom: 17px;
	font-weight: 300;
}
.payment-plans-content .common-button{
	margin-right: 30px;
}
.difference-we-make-sec{
	padding: 55px;
}
.difference-we-make-wrapper{
	overflow-x: clip;
	max-width: 675px;
	width: 100%;
	margin: 0px auto;
}
.difference-we-make-wrapper h2{
	color: #fff;
	font-size:60px;
	line-height:100%;
	margin: 0 0 30px;
}
.difference-we-make-wrapper h3{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 100%;
	margin: 0 0 30px;
	letter-spacing: 0.6px;
	font-style:italic;
}
.difference-we-make-wrapper p{
	color: #fff;
	font-size: 20px !important;
	font-weight: 300;
	line-height: 28px !important;
	margin: 0 0 30px;
}
.each-difference-we-make a.common-button{
	color:#fff;
	border-color:#fff;
	background:transparent;
}
.meet-the-team-area{
	margin-top: 40px;
}
.team-intro-content{
	max-width: 950px;
	margin: 0 auto;
	margin-top: 60px;
}
.team-intro-content p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px; 	
}
.each-team-member .common-button{
	margin-top: 22px;
}
.gallery-case-area .fancybox{
	display: block;
	margin-bottom: 50px;
}
.gallery-case-description{
	margin: 0 auto;
	margin-bottom: 28px;
}
.gallery-case-description p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px; 	
}
.gallery-case-description ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.gallery-case-image img{
	width:100%;
	border-radius:5px;
}
.white-border-button{
	border-color:#fff !important;
	background:transparent;
	color:#fff
}
.white-border-button:hover{
	border-color:#586E48 !important;
	background:#586E48;
}
/********* Neo 10 Css **********/
.site-bread-area a{
	color:rgba(0, 0, 0, 1)
}
.site-bread-area a:hover{
	color:rgba(42, 82, 99, 1)
}
.meet-specialist-content-part a.white-border-button{
	border-color:#fff !imporatant;
	background:transparent;
	color:#fff
}
.meet-specialist-content-part a.white-border-button:hover{
	background-color:#403227;
	border-color:#403227 !important;
}
.meet-specialist-content-part:after {
	width: 216px;
	height: 343px;
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2026/02/instragram-watermark.png');
	background-size:cover;
	top: -125px;
	left: 95%;
}
.meet-specialist-content-part h2 {
	margin-bottom: 15px;
	color:#fff
}
.procedure-area .meet-specialist-content-part h2 {
	margin-bottom: 25px;
	color:#403227
}
.procedure-area .meet-specialist-content-part.real-patient-content h2{
	color:#fff
}
.meet-specialist-inject  .each-team-member p {
	margin-top:0px;
	margin-bottom:0px;
}
.real-patient-content:before {
	background:url('/wp-content/uploads/2026/02/Group-4369.jpg') no-repeat center center / cover;
}
.testimonial-image picture img{
	width:375px;
	height:375px;
	border-radius:100%;
	object-fit:cover;
}
.testimonial-left h2{
	margin-bottom:20px;
}
.testimonial-left h4{
	font-size:22px;
	line-height:27px;
	font-weight:500;
	color:#000;
	font-style:italic;
}
.testimonial-left p {
	font-weight:300;
	color: #0B0B0B;
	font-size: 20px !important;
	line-height: 28px !important;
	font-style: italic;
	padding-left: 0px;
	margin-bottom:40px;
}
.testimonial-left .common-button span{
	margin-right:0px;
}
.testimonial-left .common-button span img{
	filter:invert(1);
	margin-right:10px;
}
.accordion>li>span {
	display: block;
	margin: 4px 0 13px;
	padding: 7px 0px;
	background: url(/wp-content/uploads/2025/08/plus.png) no-repeat right center;
	cursor: pointer;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	font-weight: 500;
	border:0px;
	border-bottom: 1px solid #BCBCBC;
	border-radius: 0px;
	background-size:normal
}
.accordion li>span.active {
	background: url(/wp-content/uploads/2025/08/minus.png) no-repeat right center;
	background-size:normal
}
.faq-area h2{
	margin-bottom:40px;
}
.accordion>li>div{
	font-size:16px;
	line-height:30px;
	padding-left:0px;
	padding-right:0px;
}
.special-await-inject-wrapper h2{
	color:#fff
}
.special-await-inject-wrapper p{
	color:#fff;
	font-size:20px !important;
	line-height:28px !important;
	margin-bottom:0px;
	font-weight:300;
}
.special-await-inject-wrapper  h3{
	color:#fff;
	font-size:36px;
	line-height:36px;
	font-weight:900;
	margin-bottom:30px;
	margin-top:30px;
	font-style:italic;
}
.special-await-inject-wrapper em{
	color:#fff;
	font-size:16px;
	line-height:36px;
	font-style:normal;
}
.page-content-wrapper p{
	font-size:16px;
	line-height:30px;
}
.testimonial-image:after{
	content: '';
	width: 575px;
	height: 575px;
	background: url(/wp-content/uploads/2025/08/Group-4281.png) no-repeat center center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: -1
}

.gallery-area h1{
	color: #000;
	font-family: "ivyora-display", serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.9px;
	text-transform: capitalize;
	margin-bottom: 35px;
}
.gallery-filter-area{
	margin-top: 120px;
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}
.gallery-area{
	margin-top: 60px;
	margin-bottom: 60px;
}
.gallery-filter-area .blog-filter select {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #000 !important;
	border: 1px solid #fff !important;
	padding: 0px 25px !important;
	width: 100%;
	border-radius: 24px;
	background: url(/wp-content/uploads/2022/02/Icon-ionic-ios-arrow-down.png) #fff no-repeat 97% center;
	appearance: none;
	-webkit-appearance: none;
	line-height: 45px;
	height: 45px;
}
.gallery-filter-area .blog-filter {
	border-radius: 10px;
	background: rgba(235, 235, 235, 0.93);
	padding: 30px;
	margin-bottom: 30px;
}
.common-link.clear-filter{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #2A5262;
	border-radius: 23px;
	background-color: #2A5262;
	padding: 7px 30px 7px 30px;
	display: inline-block;
	min-width: 190px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: 10px;
}
.common-link.clear-filter:hover{
	background-color: #999;
	border: 1px solid #999;
	border-radius: 4px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.single-team-area{
	margin-top: 40px;
}
.achievements-area-wrapper{
	padding-top: 40px;
	padding-bottom: 80px;
}

.template-wrapper {
	max-width: 950px;
}
.template-wrapper p{
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}

.our-blog-area{
	margin-top: 45px;
}

.item-image img{
	width: 100%;
}
.error404 .inner-banner .row{
	justify-content:center;
	text-align:center;
}
.phone-number-and-book-now ul{
	gap: 45px;
}
.blog-overview-wrapper{
	margin-top: 60px;
}
.gallery-overview-sec{
	margin-top: 60px;
	margin-bottom: 90px;
}
.gal-overview-wrapper{
	margin-top: 60px;
}
.each-gal-overview{
	margin-bottom: 60px;
}
.gal-overview-content{
	padding-left: 30px;
}
.gal-overview-list ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}
.gal-overview-list ul li{
	width: 50%;
	margin-bottom: 10px;
}
.gal-overview-list ul li a{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gal-overview-list ul li a:hover{
	color: #999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gal-overview-list{
	margin-top: 40px;
}
.gal-overview-content a h2:hover{
	color: #2A5262;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.site-operation-area{
	position:relative;
}
.site-operation-area:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/wp-content/uploads/2025/08/Layer_1.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.home .site-operation-area:after{
	display: none;
}
.single-team .instragram-area{
	padding-top: 20px;
}
.single-team-area + .site-operation-area {
	padding: 160px 0px 180px;
}
.procedure-area {
	margin-top: 0px;
}
.procedure-area .site-operation-area {
	margin-top:100px;
	margin-bottom:100px;
	padding:0px;
}
.ourMissionArea.full-width{
	margin-top:100px;
	margin-bottom:100px;
	padding:0px;
}
.gallery-filter-area .sidebar-filter-wrap select:focus{
	outline: none;
}
.pagination .number-area{
	margin: 0px 20px;
}
.pagination .number-area ul li{
	margin: 0px 8px;
}
.inner-banner .site-breadcrumb{
	display: none;
}
.single-post .blog-wrapper p{
	font-size:16px;
}
.gallery-overview-sec .gallery-filter-area .sidebar-filter-wrap form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.gallery-overview-sec .gallery-filter-area select {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #000 !important;
	border: 1px solid #000 !important;
	padding: 4px 18px !important;
	border-radius: 24px;
	width: calc(25% - 15px);
	background:url('/wp-content/uploads/2026/02/Icon-ionic-ios-arrow-down.png') no-repeat 96% center / 18px;
	appearance: none;
}
.gallery-overview-sec .sidebar-filter-button-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(25% - 15px);
	margin:0px;
}
.gallery-filter-area .sidebar-filter-wrap button.common-button{
	color:#fff;
}
.gallery-overview-sec h1 {
	color: #000;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0.9px;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight:300;
}
.gallery-overview-sec .gallery-each .row{
	margin:0 7px;
}
.gallery-overview-sec .gallery-each .row .col-6{
	padding: 0 5px;
}
/*.gallery-overview-sec .gallery-each img {
height: 244px;
width: 244px;
}*/
.gallery-overview-sec .site-breadcrumb {
	margin:0px;
}
.gallery-content-wrapper{
	max-width:1085px;
	margin-left:auto;
	margin-right:auto;
}
@media(max-width:991px){
	.gallery-overview-sec .gallery-filter-area select{
		width:100%;
	}
}
.team-member-image img {
	height: 100%;
	object-fit: cover;
}
.each-footer-content p{
	font-size: 16px;
	line-height:24px;
}
.each-footer-content p strong{
	font-weight:700;
}
@media(min-width:992px){
	.footer-content .col-lg-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.m-a-box-avatar img {
	width: 150px !important;
}

/******* New Modified Css **********/
.footer-top-area .container{
	max-width:1185px;
}
.footer-bottom .container{
	max-width:1420px
}

.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 50px;
}
.swiper-partner .swiper-wrapper .swiper-slide{
	border-right:1px solid #D4CFC8
}
.swiper-partner .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}
.rotating-text-slider{
	padding-top:70px;
	padding-bottom:70px;
	overflow:hidden;
	margin:0px;
}
.rotating-text-slider .swiper-slide p{
	color:#D4CFC8;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	margin:0px;
}
.service-content{
	max-width:700px;
}
.service-button-wrapper{
	justify-content:center;
	gap:10px;
}
.service-button-wrapper a{
	min-width:245px;
}
.ourMissionArea{
	padding:100px 0px;
}
.ourMissionArea .container{
	max-width:1250px;
}
.our-mission-image img{
	border-radius:10px;
}
.our-mission-content h2{
	margin-top:0px;
	color:#403227;
	margin-bottom:20px;
	font-size:48px;
	line-height:55px;
}
.our-mission-content p{
	font-size:16px;
	margin-bottom:25px;
}
.expert-area{
	padding-top:80px;
}
.expert-area-centent{
	max-width:700px;
	margin-bottom: -70px;
	position:relative;
	z-index:1;
}
.expert-area-centent h2{
	margin-top:0px;
	color:#403227;
	margin-bottom:20px;
	font-size:48px;
	line-height:55px;
}
.expert-area-centent p{
	font-size:16px;
	letter-spacing: 0.25px;
	line-height:24px;
	margin-bottom:25px;
}
.expert-area-centent a{
	background-color:transparent !important;
	border-color:#000 !important
}
.expert-area-centent a:hover{
	background-color:#000 !important;
	border-color:#000 !important;
		color:#fff !important;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Tab Section Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-tab-each{
	min-height: 803px;
	display: flex;
	position: relative;
	padding-top:75px;
}
.home-tab-each-content{
	position: relative;
	z-index: 1;
}

.home-tab-area{
	position: relative;
	background:#403227
}
.home-tab-button-area{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1157px;
	border-radius: 25px;
	z-index: 1;
}
.home-tab-button-area .nav-tabs{
	border-bottom: 2px solid #fff;
	justify-content: space-between;
}
.home-tab-button-area .nav-tabs .nav-item {
	margin-bottom: 0px;
}
.home-tab-button-area .nav-tabs .nav-link {
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
	font-weight: 500;
	font-size: 16px;
	line-height: 18.27px;
	padding: 15px 30px 15px 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	color:#fff;
	letter-spacing: 3px;
}
.home-tab-button-area .nav-tabs .nav-link.active:after{
	width:100%;
	height:7px;
	background-color:#586E48;
	content:'';
	position:absolute;
	bottom: -5px;
	left: -1px;
}
.home-tab-button-area .nav-tabs .nav-link:focus{
	outline: none;
}
.home-tab-each h2{
	font-weight: 300;
	font-size: 48px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 30px;
	margin-top:0px;
}
.home-tab-each-content p{
	font-size: 16px;
	line-height: 24px important;
	color: #fff;
	margin-bottom:30px;
}
.home-tab-each-content a.common-button.border-button{
	border-color:#fff;
	background:transparent;
	color:#fff
}
.home-tab-each-content a.common-button.border-button:hover{
	color:#fff;
	background-color:#000;
	border-color:#000;
}
.review-rating img{
	max-width:none;
}
.review-rating-wrap{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
.review-rating-wrap > img{
	filter: brightness(0) saturate(100%) invert(42%) sepia(17%) saturate(780%) hue-rotate(51deg) brightness(90%) contrast(88%);
}
.review-rating {
	display:inline-block;
	margin-bottom:30px;
}
.contact-content-heading{
	max-width:745px;
	margin-left:auto;
	margin-right:auto;
}
.contact-content-heading h2{
	font-size: 48px;
	line-height: 55px;
	margin-bottom:20px;
	margin-top:0px;
	color:#403227
}
.contact-content-heading p{
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
}
.request-consultation .contact-us-wrapper{
	max-width:915px
}
.request-consultation .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
	width:50%;
}
.request-consultation .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--type-select{
	width:100%;
}
.request-consultation .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--type-textarea{
	width:100%;
}
.specialist-content-part h2{
	color:#403227;
	font-size:60px;
	line-height:100%;
	margin-bottom: 20px;
}
.gallery-overview-sec .container {
	max-width: 1265px;
}
.instragram-area.full-width{
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-top:100px;
	margin-bottom:100px;
}
.single-team-area .template-wrapper{
	padding-top:75px;
}
.single-team-area .template-wrapper h2{
	font-size:48px;
	line-height:55px;
	color:#403227
}
.single-team-area .template-wrapper h3{
	font-size:36px;
	line-height:100%;
	color:#403227;
	font-weight:300;
	margin-bottom:12px;
}
.single-team-area .template-wrapper p{
	margin-top:0px;
	margin-bottom:35px
}
.creden-each h2{
	font-size:48px;
	line-height:55px;
	color:#fff;
	margin-top:0px;
	margin-bottom:25px;
}
.gallery-case-area .site-breadcrumb {
	margin-left:0px;
}
.single-blog-content h2{
	font-size:48px;
	line-height:55px;
	margin-bottom:15px;
	margin-top:0px;
	padding-top:0px;
}
.single-blog-content h3, .single-blog-content h4{
	font-size:24px;
	line-height:100%;
	margin-bottom:15px;
	font-weight:300;
}
.single-post .blog-wrapper p{
	margin-top:0px;
	margin-bottom:30px;
	line-height:24px !important
}
.single-blog-content ul{
	margin-bottom:30px;
}
.blog-wrapper .row{
	margin:0px -25px;
}
.blog-wrapper .row > *{
	padding:0px 25px;
}
.gallery-category-block  h2{
	font-size: 48px;
	line-height: 55px;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.gallery-each img{
	width:100%
}
.procedure-area .specialist-content-part p{
	font-size: 20px;
	line-height: 28px !important;
}
@media(max-width:1400px){
	.instragram-left:after {
		top: -180px;
		left: -80px;
	}
}
@media(min-width:1300px){
	.ourMissionArea .container .row{
		margin:0px -52px;
	}
	.ourMissionArea .container .row > *{
		padding:0px 52px;
	}
	.teamMissionArea .container > .row{
		margin:0px -30px;
	}
	.teamMissionArea .container > .row > *{
		padding:0px 30px;
	}
	.blog-wrapper .row > .col-lg-4{
		-ms-flex: 0 0 37%;
		flex: 0 0 37%;
		max-width: 37%;
	}
	.blog-wrapper .row > .col-lg-8{
		-ms-flex: 0 0 63%;
		flex: 0 0 63%;
		max-width: 63%;
	}
	.ourMissionArea.full-width .site-operation-area-content-wrapper .row{
		margin:0px -30px;
	}
	.ourMissionArea.full-width .site-operation-area-content-wrapper .row > *{
		padding:0px 30px;
	}
}
@media(max-width:1199px){
	.home-tab-button-area{
		width:100%;
	}
	.home-tab-button-area .nav-tabs .nav-link {
		padding: 15px 15px 15px 15px;
		letter-spacing: 2px;
	}
	.setting-standard-content {
		padding-right: 0px;
	}
	.home-banner-heading h1, .difference-we-make-wrapper h2 {
		font-size: 50px;
	}
	.service-text-blog h2, 
	.home-tab-each h2, 
	.our-mission-content h2, 
	.expert-area-centent h2, 
	.setting-standard-content h2, 
	.instragram-left h2,
	.newsletter-wrapper h2{
		font-size:40px;
		line-height:43px;
	}
	.instragram-left:after {
		top: -132px;
		left: -108px;
		width: 162px;
		height: 288px;
		background-size: contain;
	}
}
@media(max-width:991px){
	.home-tab-button-area {
		width: 100%;
		overflow-x: scroll;
		left: 0px;
		transform: none;
	}
	.home-tab-button-area .nav-tabs {
		width: 100% !important;
		overflow-x: scroll;
		flex-wrap: nowrap;
		padding-right: 30px;
	}
	.home-tab-button-area .nav-tabs .nav-link {
		white-space: nowrap;
	}
	.home-tab-button-area .nav-tabs .nav-link {
		font-size: 13px;
		line-height: 15.83px;
	}
	.home-tab-area {
		position: relative;
		overflow-x: hidden;
	}
	.home-tab-each {
		padding-bottom: 43px;
	}
	.home-tab-each::before{
		display: none;
	}
	.rotating-text-slider {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.procedure-gallery {
		margin: 30px 0px 0px 0px;
	}
	.our-mission-image, .setting-standard-img{
		margin-bottom:50px
	}
	.expert-area-centent {
		margin-bottom: -20px;
	}
	.instragram-left:after{
		display:none
	}
	.instragram-area .row {
		align-items: center;
		flex-direction: column;
	}
	.each-footer-content ul li a {
		font-size: 48px;
	}
	.footer-bottom-left{
		text-align:center;
	}
	.footer-bottom-right{
		text-align:center !important
	}
	.footer-top-area {
		padding: 45px 0px 0px;
	}
	footer{
		padding-bottom:50px
	}
	.gallery-case-area h1{
		font-size:48px;
		line-height:55px;
	}
	.search-result-heading h2 {
		font-size: 40px;
		line-height: 43px;
	}
	.search-result-heading {
		text-align:left !important
	}
}
@media(max-width:767px){
	.search-result-heading h2 {
		font-size: 36px;
		line-height: 100%;
	}
	.banner-logo img {
		max-width: 280px;
	}
	.home-banner-heading h1{
		font-size:36px;
	}

	.home-sub-heading h2{
		font-size:16px;
		line-height:24px;
	}
	.service-text-blog h2, 
	.home-tab-each h2, 
	.our-mission-content h2, 
	.expert-area-centent h2, 
	.setting-standard-content h2, 
	.instragram-left h2, 
	.newsletter-wrapper h2 {
		font-size: 36px;
		line-height: 43px;
	}
	.service-button-wrapper{
		display:block !important
	}
	.service-button-wrapper  a:not(:last-child){
		margin-bottom:10px;
	}
	.service-content{
		margin-bottom:20px;
	}
	.home-tab-button-area .nav-tabs {
		width: 100% !important;
		overflow-x: scroll;
		flex-wrap:wrap;
		padding-right: 0px;
		row-gap: 20px;
	}
	.home-tab-each{
		align-items:flex-start !important;
		padding-top:50px;
	}
	.home-tab-button-area .nav-tabs .nav-link {
		padding: 0px 0px 10px 0px;
		letter-spacing: 2px;
	}
	.ourMissionArea {
		padding: 50px 0px;
	}
	.our-mission-image, .setting-standard-img {
		margin-bottom: 40px;
	}
	.expert-area-centent {
		margin-bottom: 30px;
	}
	.setting-standard-sec{
		padding-top:65px;
	}
	.header-area.fixed_header .main-header {
		padding: 12px 15px;
	}
	.instragram-area {
		padding: 70px 0px 50px !important;
	}
	body .newsletter-wrapper .gform_wrapper form .ginput_container input{
		border-radius:35px;
	}
	body .newsletter-area-content .gform-footer .gform_button{
		border-radius:35px;
		width:100% !important;
		line-height:24px !important
	}
	.footer-logo img{
		max-width:297px !important;
	}
	.footer-nav-area ul{
		flex-direction:column;
		gap:40px
	}
	.footer-nav-area ul li{
		padding:0px !important;
	}
	.footer-nav-area{
		padding:25px 0px;
	}
	.newsletter-wrapper .gform_legacy_markup_wrapper{
		margin-top:40px !important
	}
	.newsletter-area {
		padding: 115px 0px 80px;
	}
	.request-consultation .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
		width: 100%;
	}
	.gallery-case-area h1{
		font-size:36px;
		line-height:100%;
		margin-bottom:20px
	}
	.gallery-case-area .fancybox {
		margin-bottom: 25px;
	}
	.single-team-area .template-wrapper {
		padding-top: 0px;
	}
	.creden-each ul li {
		width: 100%;
	}
	.creden-each h2{
		font-size: 36px;
		line-height: 43px;
	}
	.ourMissionArea.teamMissionArea{
		padding-bottom:0px;
	}
	.gallery-overview-sec {
		margin-top: 0px;
		margin-bottom: 90px;
	}
	.gallery-overview-sec h1{
		font-size:36px;
		line-height:100%
	}
	.gallery-category-block h2{
		font-size:36px;
		line-height:100%;
		margin-bottom:20px;
	}
	.gallery-category-block .rows, .gallery-list-wrap .rows {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
}
.journey-area{
	padding-top: 110px;
	padding-bottom: 110px;
	text-align: center;
}
.journey-wrapper h2{
	color: #FFF;
	font-size: 48px;
	font-weight: 300;
	line-height: 55px; /* 114.583% */
	letter-spacing: -0.48px;
	margin-bottom: 5px;
}
.journey-wrapper p{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	letter-spacing: 0.16px;
	margin-top: 0px;
}
.site-operation-video-area:after{
	display:none;
}
.site-operation-area:after {
	display: none;
}
.testimonial-image:after{
	display: none;
}
.fof h2{
	font-size:60px;
	line-height:100%;
	color:#000;
	margin-bottom:20px;
	margin-top:0px;
}
.fof p{
	font-size:24px;
	color:#000;
	margin-bottom:30px;
}
.special-await-inject-content-holder{
	width:calc(100% - 120px);
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height:380px;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1
}
.special-await-inject-content-holder:before{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	content:'';
	z-index:-1;
	border-radius:10px;
}
.special-await-inject.full-width{
	margin-top:100px;
	margin-bottom:100px;
}
#dlm_faq{
	margin-top:40px;
}
.common h3 {
	padding: 0px !important;
	line-height: 1.2;
	background: transparent !important;
	text-transform:none !important;
	color:#121111 !important;
	padding-bottom:10px !important;
	border-bottom:1px solid #403227 !important
}
.faq-item{
	margin-bottom:30px
}
.common h3:after {
	right: 0px !important;
}
.site-operation-area-content-wrapper{
	max-width:1115px;
}
.doctor-inject-content{
	max-width:658px;
}
.doctor-cta-area .special-await-inject-content-holder{
	padding:90px 110px
}
.doctor-cta-area .special-await-inject-content-holder:before{
	display:none;
}
.doctor-cta-area .special-await-inject-content-holder{
	justify-content:flex-start
}
.doctor-inject-content h4{
	font-weight:500;
	font-size:16px;
	line-height:100%;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#D4CFC8;
	margin-bottom:6px;
}
.doctor-inject-content h2{
	font-size:48px;
	line-height:55px;
	color:#fff;
	letter-spacing:-1px;
	margin-top:0px;
}
.doctor-inject-content p{
	color:#fff;
	font-size:16px;
	line-height:24px !important;
	letter-spacing: 0.2px;
	margin-bottom:40px;
	margin-top:0px;
}
.doctor-inject-content a.common-button.border-button{
	border-color:#fff;
	color:#fff;
	background:transparent
}
.doctor-inject-content a.common-button.border-button:hover{
	background-color: #586E48 !important;
	border-color:#586E48;
	color: #fff;
}
.doctor-image{
	position:absolute;
	right:100px;
	bottom:0px;
}
.search-result-area{
	padding-top:35px;
}
.dextop-menu > li.card-column-menu > ul > li{
	break-inside: avoid-column;
}
.mobile-screen-button{
	margin-bottom:-100%;
	transition:all 0.5s;
}
.mobile-screen-button.fix-mob-btn{
	margin-bottom:0;
}
.setting-standard-sec,
.ourMissionArea{
	overflow-x:clip;
}
.home .banner-video-area {
    line-height: 0;
}
.single-gallery .header-area,
.tax-gallery-category .header-area{
	margin: 10px;
	width: calc(100% - 20px);
}
.single-gallery .mob-logo,
.tax-gallery-category .mob-logo {
    display: block;
}
.single-gallery .header-area .main-header,
.tax-gallery-category .header-area .main-header {
	padding: 12px 15px;
}
.search-filter button img {
    width: 19px;
    filter: invert(0) brightness(1);
}
.search-filter form,
body .newsletter-wrapper .gform_wrapper .top_label div.ginput_container,
.newsletter-wrapper .gform_wrapper .gform_footer,
.book-now-button a {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.search-filter form::before,
body .newsletter-wrapper .gform_wrapper .top_label div.ginput_container::before,
.newsletter-wrapper .gform_wrapper .gform_footer::before,
.book-now-button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 37px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
	z-index:1;
}
.search-filter form::after,
body .newsletter-wrapper .gform_wrapper .top_label div.ginput_container::after,
.newsletter-wrapper .gform_wrapper .gform_footer::after,
.book-now-button a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 37px;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
.newsletter-wrapper .gform_wrapper .gform_footer:hover::before,
.newsletter-wrapper .gform_wrapper .gform_footer:hover::after,
.book-now-button a:hover::after, .book-now-button a:hover::before{
	display:none;
}


.single-gallery .mob-logo,
.tax-gallery-category .mob-logo {
    display: none;
}
@media(max-width:991px){
	.single-gallery .mob-logo, .tax-gallery-category .mob-logo {
		display: block;
	}
}
/* .procedure-gallery{
	row-gap:40px;
}
.procedure-gallery .col-lg-4:nth-child(2),
.procedure-gallery .col-lg-4:nth-child(5){
	position:relative;
	top:40px;
}
.procedure-gallery .col-lg-4:nth-child(3),
.procedure-gallery .col-lg-4:nth-child(6){
	position:relative;
	top:60px;
}
.home-procedure {
    margin-bottom: 170px;
}
@media(max-width:991px){
	.procedure-gallery{
		row-gap:0px;
	}
	.procedure-gallery .col-lg-4:nth-child(2),
	.procedure-gallery .col-lg-4:nth-child(5){
		position:relative;
		top:0px;
	}
	.procedure-gallery .col-lg-4:nth-child(3),
	.procedure-gallery .col-lg-4:nth-child(6){
		position:relative;
		top:0px;
	}
	.home-procedure {
		margin-bottom: 0px;
	}
} */

.difference-we-make-wrapper .swiper-button-prev:after, .difference-we-make-wrapper .swiper-button-next:after {
	content:none;
}
.difference-we-make-wrapper{
    max-width: 775px;
    padding: 0px 50px;
}
.difference-we-make-wrapper .swiper-button-prev, .difference-we-make-wrapper .swiper-button-next {
    top: 62%;
}
.interiors-area .home-procedure  .item-image:hover .hover-procedure {
    max-height: 450px;
    overflow-y: scroll;
}
.interiors-area .home-procedure  .item-image:hover .hover-procedure::-webkit-scrollbar {
    display: none;
}
.interiors-area .home-procedure  .item-image .hover-procedure ul {
    padding-top: 0px;
}
.interiors-area .home-procedure  .item-image .item-text h3{
	padding-bottom: 18px;
}