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

/* @import "common.css"; */
@import "fonts.css";

/********************* Header Css ******************/
.header-area {
	background: #1C1A1D;
	padding: 15px 0px;
	position: fixed;
	width: 100%;
	top: -100%;
	z-index: 99;
}

.header-area.fixed_header {
	top: 0%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*.schedule-appointment-area a{
	font-family: 'League Spartan', sans-serif;
	font-size:15px;
	line-height:30px;
	color:#E2774B;
	letter-spacing:2px;
	font-weight:600;
	text-transform:uppercase;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.schedule-appointment-area a img{
	margin-right:12px;
	margin-top:-5px;
}
.schedule-appointment-area a:hover{
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}*/

/************* Menu Css start ****************/
.navigation-upper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navigation-upper a i {
	color: #040404;
    padding-left: 21px;
    padding-right: 4px;
	transition: all .3s ease-in-out;
}
.naviagtion{
	display: flex;
	align-items: center;
}
/* .navigation-upper a:last-child i {
	color: #E2774B;
	transition: all .3s ease-in;
} */

.navigation-upper a:hover i {
	color: #AED6E2;
}

/* .navigation-upper a:last-child {
	color: #E2774B;
}

.navigation-upper a:last-child:hover {
	color: #fff;
}
 */
.navigation-upper a {
	color: #040404;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 230.769% */
	letter-spacing: 0.65px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.navigation-upper a:hover {
    color: #B18A4B;
}

.navigation-upper a:hover i {
   color: #B18A4B;
}

.header-area-menu {
/* 	background: #1C1A1D; */
	padding:0px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.header-area-menu .naviagtion ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px !important;
}

.header-area-menu .naviagtion ul li {
	list-style-type: none;
	padding: 0px 13px;
}

.header-area-menu .naviagtion nav > ul > li:last-child{
	padding-right:0px;
}

.header-area-menu .naviagtion ul li a {
	color: #000;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 200% */
	letter-spacing: 0.75px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
 .header-area-menu.fixed_header,
 .header-area-menu.relative-header{
	background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.10));
}

.header-area-menu .naviagtion ul li a:hover{
    color: #B18A4B;
}

.header-area-menu .naviagtion ul li .active {
    color: #B18A4B;
}

/* .page-template-template-home .header-area-menu{
	background:transparent;
} */
/* .page-template-template-home .header-area-menu ul li a,  .page-template-template-home .header-area-menu .navigation-upper a, .page-template-template-home .header-area-menu .navigation-upper a i{
	color: #131514;
} */

/* .page-template-template-home .header-area-menu.fixed_header ul li a, .page-template-template-home .header-area-menu.fixed_header .navigation-upper a, .page-template-template-home .header-area-menu.fixed_header .navigation-upper a i {
	color: #fff;
} */
/* .page-template-template-home .header-area-menu.fixed_header .naviagtion ul li a:hover, .page-template-template-home .header-area-menu .navigation-upper a:hover, .page-template-template-home .header-area-menu.fixed_header .navigation-upper a i:hover {
	color: #E2774B;
} */

 .header-area-menu .logo-area{
	visibility: hidden;
}
 .header-area-menu.fixed_header .logo-area,
 .header-area-menu.relative-header .logo-area{
	visibility: visible;
}

/************* Banner Css ****************/
.banner-area {
	min-height: 100vh;
}

.banner-content {
	padding: 0px 45px;
}

.banner-content img {
	margin-bottom: 40px;
}

.banner-content p {
	margin-bottom: 40px;
}

/************* End:Banner Css ****************/
/********** Innaer Page Banner Css ***********/
.banner-area-innerpage {
	width: 100%;
/* 	min-height: 545px; */
	min-height: 800px;
	padding: 100px 0px 0px;
	position: relative;
}

.banner-area-innerpage::after {
	content: "";
	/* background-image: url("../images/team-banner-overlay.png"); */
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; */
}
.banner-heading {
	width: 100%;
	position: relative;
	z-index: 1;
}
.banner-heading h1{
	color: #fff;
	font-size: 45px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.21px;
	position: relative;
}
/* .banner-heading h1::after {
	content: "";
	position: absolute;
	background-color: #9B5A3C;
	width: 77px;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
} */
.breadcrumb-text {
	margin-top: 6px;
	color: #FBFAF5;
	line-height: 30px;
	letter-spacing: 1.55px;
	font-weight: 300;
	font-size: 17px;
	word-break: break-word;
}
.breadcrumb-text span.spt{
	font-weight: 300;
}
.breadcrumb-text a {
	color: #FBFAF5;
	font-weight: 300;
	text-align: center;
	/*font-family: 'League Spartan', sans-serif;
	padding: 0px 15px;
	line-height: 21px;
	letter-spacing: 1.55px;
	border-left: 2px solid #fff;*/
	font-family: "futura-pt",sans-serif;
	transition: all .5s ease-in-out;
}
.breadcrumb-text a:hover {
	color: #B18A4B;
}
.breadcrumb-text span{
	font-weight: 500;
}
.breadcrumb-text a:first-child {
	border-left: none;
}
.breadcrumb-text a:last-child {
	font-weight: 300;
}
.banner-area-innerpage-type-two .breadcrumb-text, .banner-area-innerpage-type-two .breadcrumb-text a{
	color: #1C1A1D;
}
.banner-area-innerpage-type-two .breadcrumb-text a:hover {
	color: #E2774B;
}

/******** End:Innaer Page Banner Css ********/
/******** Innaer Page Banner-(2) Css ********/
.banner-area-innerpage-type-two {
	width: 100%;
	min-height: 545px;
	padding: 100px 0px 0px;
	position: relative;
	background: #DED7CC;
}

.banner-content-type-two {
	width: 100%;
	padding-right: 21px;
}

.banner-area-innerpage-type-two .banner-heading h1 {
	padding-top: 40px;
	color: #1C1A1D;
	letter-spacing: 0px;
    font-weight: 600;
}

.banner-area-innerpage-type-two .banner-heading h1::after {
	display: none;
}

.breadcrumb-text-type-2 {
	margin-top: 25px;
	line-height: 21px;
	letter-spacing: 1.55px;
	text-transform: uppercase;
	font-family: 'League Spartan', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color:#9B9893;
}

.banner-content-type-two p {
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.51px;
}

.breadcrumb-text-type-2 a {
	color: #1C1A1D;
	font-size: 15px;
	font-weight: 700;
	font-family: 'League Spartan', sans-serif;
	/*padding: 0px 12px;*/
	/*border-left: 2px solid #1C1A1D;*/
	transition: all .5s ease-in-out;
}

.breadcrumb-text-type-2 a:hover {
	color: #E2774B;
}

.breadcrumb-text-type-2 a:first-child {
	border-left: none;
	padding-left: 0px;
}

.breadcrumb-text-type-2 a:last-child {
	font-weight: 300;
}

.banner-content-type-two-image {
	width: 100%;
	max-width: 550px;
	margin-bottom: -70px;
	margin-top: 70px;
	padding-left: 20px;
}

.banner-content-type-two-image img {
	width: 100%;
}

/******* End:Innaer Page Banner-(2) Css ******/
/************* Procedure Css ****************/
.procedure-list-area {
    padding: 70px 0px;
	position: relative;
/* 	background: rgb(235, 233, 228);
	background: -moz-linear-gradient(360deg, rgba(235, 233, 228, 1) 25%, rgba(255, 255, 255, 1) 25%);
	background: -webkit-linear-gradient(360deg, rgba(235, 233, 228, 1) 25%, rgba(255, 255, 255, 1) 25%);
	background: linear-gradient(360deg, rgba(235, 233, 228, 1) 25%, rgba(255, 255, 255, 1) 25%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe9e4", endColorstr="#ffffff", GradientType=1); */
}

.procedure-list-area h2 {
	color: #040404;
    font-family: "montserrat",sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.procedure-content-area p{
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}
.procedure-content-area h5{
color: #1C1A1D;
font-family: "futura-pt",sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 450;
line-height: 27px; /* 128.571% */
}
/* .procedure-content-area {
	padding-right: 20px;
} */

/*.procedure-service-list{
	margin:0px -35px;
}
.procedure-service-list > div{
	padding:0px 35px;
}*/

.procedure-image-wrapper {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.procedure-image-wrapper:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(102, 102, 102, 0.02) 69%, rgba(102, 77, 102, 0.04) 70%, rgba(85, 85, 85, 0.06) 71%, rgba(89, 89, 89, 0.08) 72%, rgba(96, 96, 96, 0.1) 73%, rgba(88, 88, 88, 0.12) 74%, rgba(82, 82, 82, 0.14) 75%, rgba(81, 81, 81, 0.16) 76%, rgba(83, 83, 83, 0.18) 77%, rgba(80, 80, 80, 0.2) 78%, rgba(77, 72, 77, 0.22) 79%, rgba(72, 72, 76, 0.24) 80%, rgba(74, 74, 74, 0.26) 81%, rgba(69, 69, 72, 0.28) 82%, rgba(68, 68, 68, 0.3) 83%, rgba(68, 65, 68, 0.32) 84%, rgba(64, 64, 64, 0.34) 85%, rgba(62, 59, 62, 0.36) 86%, rgba(57, 57, 60, 0.38) 87%, rgba(57, 57, 57, 0.4) 88%, rgba(54, 54, 56, 0.42) 89%, rgba(51, 51, 54, 0.44) 90%, rgba(49, 49, 51, 0.46) 91%, rgba(48, 48, 50, 0.47) 92%, rgba(44, 41, 44, 0.5) 94%, rgba(40, 38, 40, 0.52) 95%, rgba(36, 35, 38, 0.53) 96%, rgba(36, 34, 36, 0.55) 97%, rgba(34, 32, 34, 0.56) 98%, rgba(31, 27, 31, 0.59) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(102, 102, 102, 0.02) 69%, rgba(102, 77, 102, 0.04) 70%, rgba(85, 85, 85, 0.06) 71%, rgba(89, 89, 89, 0.08) 72%, rgba(96, 96, 96, 0.1) 73%, rgba(88, 88, 88, 0.12) 74%, rgba(82, 82, 82, 0.14) 75%, rgba(81, 81, 81, 0.16) 76%, rgba(83, 83, 83, 0.18) 77%, rgba(80, 80, 80, 0.2) 78%, rgba(77, 72, 77, 0.22) 79%, rgba(72, 72, 76, 0.24) 80%, rgba(74, 74, 74, 0.26) 81%, rgba(69, 69, 72, 0.28) 82%, rgba(68, 68, 68, 0.3) 83%, rgba(68, 65, 68, 0.32) 84%, rgba(64, 64, 64, 0.34) 85%, rgba(62, 59, 62, 0.36) 86%, rgba(57, 57, 60, 0.38) 87%, rgba(57, 57, 57, 0.4) 88%, rgba(54, 54, 56, 0.42) 89%, rgba(51, 51, 54, 0.44) 90%, rgba(49, 49, 51, 0.46) 91%, rgba(48, 48, 50, 0.47) 92%, rgba(44, 41, 44, 0.5) 94%, rgba(40, 38, 40, 0.52) 95%, rgba(36, 35, 38, 0.53) 96%, rgba(36, 34, 36, 0.55) 97%, rgba(34, 32, 34, 0.56) 98%, rgba(31, 27, 31, 0.59) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(102, 102, 102, 0.02) 69%, rgba(102, 77, 102, 0.04) 70%, rgba(85, 85, 85, 0.06) 71%, rgba(89, 89, 89, 0.08) 72%, rgba(96, 96, 96, 0.1) 73%, rgba(88, 88, 88, 0.12) 74%, rgba(82, 82, 82, 0.14) 75%, rgba(81, 81, 81, 0.16) 76%, rgba(83, 83, 83, 0.18) 77%, rgba(80, 80, 80, 0.2) 78%, rgba(77, 72, 77, 0.22) 79%, rgba(72, 72, 76, 0.24) 80%, rgba(74, 74, 74, 0.26) 81%, rgba(69, 69, 72, 0.28) 82%, rgba(68, 68, 68, 0.3) 83%, rgba(68, 65, 68, 0.32) 84%, rgba(64, 64, 64, 0.34) 85%, rgba(62, 59, 62, 0.36) 86%, rgba(57, 57, 60, 0.38) 87%, rgba(57, 57, 57, 0.4) 88%, rgba(54, 54, 56, 0.42) 89%, rgba(51, 51, 54, 0.44) 90%, rgba(49, 49, 51, 0.46) 91%, rgba(48, 48, 50, 0.47) 92%, rgba(44, 41, 44, 0.5) 94%, rgba(40, 38, 40, 0.52) 95%, rgba(36, 35, 38, 0.53) 96%, rgba(36, 34, 36, 0.55) 97%, rgba(34, 32, 34, 0.56) 98%, rgba(31, 27, 31, 0.59) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#961f1b1f', GradientType=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.procedure-image-wrapper:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	background: -moz-linear-gradient(top, rgba(88, 88, 88, 0.13) 0%, rgba(85, 85, 85, 0.13) 1%, rgba(80, 80, 80, 0.13) 2%, rgba(85, 78, 85, 0.13) 3%, rgba(83, 83, 90, 0.13) 4%, rgba(87, 87, 87, 0.13) 5%, rgba(83, 77, 83, 0.13) 6%, rgba(81, 81, 81, 0.14) 7%, rgba(79, 79, 79, 0.14) 8%, rgba(83, 83, 83, 0.14) 9%, rgba(81, 81, 81, 0.15) 10%, rgba(78, 78, 78, 0.16) 11%, rgba(76, 76, 76, 0.16) 12%, rgba(80, 80, 80, 0.16) 13%, rgba(78, 78, 78, 0.17) 14%, rgba(75, 75, 75, 0.18) 15%, rgba(74, 74, 78, 0.18) 16%, rgba(77, 77, 77, 0.19) 17%, rgba(76, 76, 80, 0.19) 18%, rgba(73, 73, 73, 0.2) 19%, rgba(72, 72, 72, 0.2) 20%, rgba(75, 75, 75, 0.21) 21%, rgba(73, 69, 73, 0.21) 22%, rgba(72, 72, 72, 0.22) 23%, rgba(70, 70, 70, 0.22) 24%, rgba(69, 69, 73, 0.22) 25%, rgba(72, 72, 72, 0.23) 26%, rgba(71, 71, 71, 0.24) 27%, rgba(69, 65, 69, 0.24) 28%, rgba(67, 67, 67, 0.25) 29%, rgba(70, 67, 70, 0.25) 30%, rgba(69, 69, 69, 0.26) 31%, rgba(68, 68, 68, 0.26) 32%, rgba(66, 63, 66, 0.27) 33%, rgba(69, 65, 69, 0.27) 34%, rgba(68, 65, 68, 0.28) 35%, rgba(64, 64, 64, 0.28) 36%, rgba(66, 63, 66, 0.29) 37%, rgba(61, 61, 65, 0.29) 38%, rgba(64, 61, 64, 0.3) 39%, rgba(63, 60, 63, 0.3) 40%, rgba(62, 59, 62, 0.31) 41%, rgba(61, 58, 61, 0.31) 42%, rgba(60, 60, 63, 0.32) 43%, rgba(62, 59, 62, 0.32) 44%, rgba(62, 59, 62, 0.33) 45%, rgba(61, 58, 61, 0.33) 46%, rgba(57, 57, 60, 0.34) 47%, rgba(56, 56, 59, 0.34) 48%, rgba(55, 55, 58, 0.35) 49%, rgba(55, 55, 58, 0.35) 50%, rgba(56, 54, 56, 0.36) 51%, rgba(56, 56, 58, 0.36) 52%, rgba(55, 53, 55, 0.37) 53%, rgba(55, 52, 55, 0.37) 54%, rgba(54, 54, 57, 0.38) 55%, rgba(53, 53, 56, 0.38) 56%, rgba(52, 50, 52, 0.39) 57%, rgba(52, 50, 52, 0.39) 58%, rgba(51, 49, 51, 0.4) 59%, rgba(51, 51, 53, 0.4) 60%, rgba(50, 48, 50, 0.41) 61%, rgba(50, 47, 50, 0.41) 62%, rgba(49, 47, 49, 0.42) 63%, rgba(49, 49, 51, 0.42) 64%, rgba(48, 48, 50, 0.43) 65%, rgba(47, 45, 47, 0.43) 66%, rgba(47, 45, 47, 0.44) 67%, rgba(47, 44, 49, 0.44) 68%, rgba(44, 44, 46, 0.45) 69%, rgba(43, 43, 45, 0.45) 70%, rgba(45, 42, 45, 0.46) 72%, rgba(42, 40, 44, 0.47) 73%, rgba(41, 39, 44, 0.47) 74%, rgba(41, 39, 43, 0.48) 75%, rgba(41, 39, 41, 0.48) 76%, rgba(40, 38, 40, 0.49) 77%, rgba(40, 38, 40, 0.49) 78%, rgba(39, 37, 39, 0.5) 80%, rgba(39, 37, 41, 0.51) 81%, rgba(39, 37, 39, 0.51) 82%, rgba(36, 34, 38, 0.52) 83%, rgba(38, 36, 38, 0.53) 85%, rgba(35, 34, 35, 0.53) 86%, rgba(33, 31, 35, 0.54) 88%, rgba(34, 33, 34, 0.55) 89%, rgba(32, 31, 34, 0.55) 90%, rgba(32, 30, 32, 0.56) 91%, rgba(29, 28, 31, 0.57) 94%, rgba(31, 29, 31, 0.57) 95%, rgba(29, 27, 31, 0.58) 96%, rgba(29, 25, 29, 0.59) 98%, rgba(28, 27, 30, 0.6) 99%, rgba(28, 27, 30, 0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(88, 88, 88, 0.13) 0%, rgba(85, 85, 85, 0.13) 1%, rgba(80, 80, 80, 0.13) 2%, rgba(85, 78, 85, 0.13) 3%, rgba(83, 83, 90, 0.13) 4%, rgba(87, 87, 87, 0.13) 5%, rgba(83, 77, 83, 0.13) 6%, rgba(81, 81, 81, 0.14) 7%, rgba(79, 79, 79, 0.14) 8%, rgba(83, 83, 83, 0.14) 9%, rgba(81, 81, 81, 0.15) 10%, rgba(78, 78, 78, 0.16) 11%, rgba(76, 76, 76, 0.16) 12%, rgba(80, 80, 80, 0.16) 13%, rgba(78, 78, 78, 0.17) 14%, rgba(75, 75, 75, 0.18) 15%, rgba(74, 74, 78, 0.18) 16%, rgba(77, 77, 77, 0.19) 17%, rgba(76, 76, 80, 0.19) 18%, rgba(73, 73, 73, 0.2) 19%, rgba(72, 72, 72, 0.2) 20%, rgba(75, 75, 75, 0.21) 21%, rgba(73, 69, 73, 0.21) 22%, rgba(72, 72, 72, 0.22) 23%, rgba(70, 70, 70, 0.22) 24%, rgba(69, 69, 73, 0.22) 25%, rgba(72, 72, 72, 0.23) 26%, rgba(71, 71, 71, 0.24) 27%, rgba(69, 65, 69, 0.24) 28%, rgba(67, 67, 67, 0.25) 29%, rgba(70, 67, 70, 0.25) 30%, rgba(69, 69, 69, 0.26) 31%, rgba(68, 68, 68, 0.26) 32%, rgba(66, 63, 66, 0.27) 33%, rgba(69, 65, 69, 0.27) 34%, rgba(68, 65, 68, 0.28) 35%, rgba(64, 64, 64, 0.28) 36%, rgba(66, 63, 66, 0.29) 37%, rgba(61, 61, 65, 0.29) 38%, rgba(64, 61, 64, 0.3) 39%, rgba(63, 60, 63, 0.3) 40%, rgba(62, 59, 62, 0.31) 41%, rgba(61, 58, 61, 0.31) 42%, rgba(60, 60, 63, 0.32) 43%, rgba(62, 59, 62, 0.32) 44%, rgba(62, 59, 62, 0.33) 45%, rgba(61, 58, 61, 0.33) 46%, rgba(57, 57, 60, 0.34) 47%, rgba(56, 56, 59, 0.34) 48%, rgba(55, 55, 58, 0.35) 49%, rgba(55, 55, 58, 0.35) 50%, rgba(56, 54, 56, 0.36) 51%, rgba(56, 56, 58, 0.36) 52%, rgba(55, 53, 55, 0.37) 53%, rgba(55, 52, 55, 0.37) 54%, rgba(54, 54, 57, 0.38) 55%, rgba(53, 53, 56, 0.38) 56%, rgba(52, 50, 52, 0.39) 57%, rgba(52, 50, 52, 0.39) 58%, rgba(51, 49, 51, 0.4) 59%, rgba(51, 51, 53, 0.4) 60%, rgba(50, 48, 50, 0.41) 61%, rgba(50, 47, 50, 0.41) 62%, rgba(49, 47, 49, 0.42) 63%, rgba(49, 49, 51, 0.42) 64%, rgba(48, 48, 50, 0.43) 65%, rgba(47, 45, 47, 0.43) 66%, rgba(47, 45, 47, 0.44) 67%, rgba(47, 44, 49, 0.44) 68%, rgba(44, 44, 46, 0.45) 69%, rgba(43, 43, 45, 0.45) 70%, rgba(45, 42, 45, 0.46) 72%, rgba(42, 40, 44, 0.47) 73%, rgba(41, 39, 44, 0.47) 74%, rgba(41, 39, 43, 0.48) 75%, rgba(41, 39, 41, 0.48) 76%, rgba(40, 38, 40, 0.49) 77%, rgba(40, 38, 40, 0.49) 78%, rgba(39, 37, 39, 0.5) 80%, rgba(39, 37, 41, 0.51) 81%, rgba(39, 37, 39, 0.51) 82%, rgba(36, 34, 38, 0.52) 83%, rgba(38, 36, 38, 0.53) 85%, rgba(35, 34, 35, 0.53) 86%, rgba(33, 31, 35, 0.54) 88%, rgba(34, 33, 34, 0.55) 89%, rgba(32, 31, 34, 0.55) 90%, rgba(32, 30, 32, 0.56) 91%, rgba(29, 28, 31, 0.57) 94%, rgba(31, 29, 31, 0.57) 95%, rgba(29, 27, 31, 0.58) 96%, rgba(29, 25, 29, 0.59) 98%, rgba(28, 27, 30, 0.6) 99%, rgba(28, 27, 30, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(88, 88, 88, 0.13) 0%, rgba(85, 85, 85, 0.13) 1%, rgba(80, 80, 80, 0.13) 2%, rgba(85, 78, 85, 0.13) 3%, rgba(83, 83, 90, 0.13) 4%, rgba(87, 87, 87, 0.13) 5%, rgba(83, 77, 83, 0.13) 6%, rgba(81, 81, 81, 0.14) 7%, rgba(79, 79, 79, 0.14) 8%, rgba(83, 83, 83, 0.14) 9%, rgba(81, 81, 81, 0.15) 10%, rgba(78, 78, 78, 0.16) 11%, rgba(76, 76, 76, 0.16) 12%, rgba(80, 80, 80, 0.16) 13%, rgba(78, 78, 78, 0.17) 14%, rgba(75, 75, 75, 0.18) 15%, rgba(74, 74, 78, 0.18) 16%, rgba(77, 77, 77, 0.19) 17%, rgba(76, 76, 80, 0.19) 18%, rgba(73, 73, 73, 0.2) 19%, rgba(72, 72, 72, 0.2) 20%, rgba(75, 75, 75, 0.21) 21%, rgba(73, 69, 73, 0.21) 22%, rgba(72, 72, 72, 0.22) 23%, rgba(70, 70, 70, 0.22) 24%, rgba(69, 69, 73, 0.22) 25%, rgba(72, 72, 72, 0.23) 26%, rgba(71, 71, 71, 0.24) 27%, rgba(69, 65, 69, 0.24) 28%, rgba(67, 67, 67, 0.25) 29%, rgba(70, 67, 70, 0.25) 30%, rgba(69, 69, 69, 0.26) 31%, rgba(68, 68, 68, 0.26) 32%, rgba(66, 63, 66, 0.27) 33%, rgba(69, 65, 69, 0.27) 34%, rgba(68, 65, 68, 0.28) 35%, rgba(64, 64, 64, 0.28) 36%, rgba(66, 63, 66, 0.29) 37%, rgba(61, 61, 65, 0.29) 38%, rgba(64, 61, 64, 0.3) 39%, rgba(63, 60, 63, 0.3) 40%, rgba(62, 59, 62, 0.31) 41%, rgba(61, 58, 61, 0.31) 42%, rgba(60, 60, 63, 0.32) 43%, rgba(62, 59, 62, 0.32) 44%, rgba(62, 59, 62, 0.33) 45%, rgba(61, 58, 61, 0.33) 46%, rgba(57, 57, 60, 0.34) 47%, rgba(56, 56, 59, 0.34) 48%, rgba(55, 55, 58, 0.35) 49%, rgba(55, 55, 58, 0.35) 50%, rgba(56, 54, 56, 0.36) 51%, rgba(56, 56, 58, 0.36) 52%, rgba(55, 53, 55, 0.37) 53%, rgba(55, 52, 55, 0.37) 54%, rgba(54, 54, 57, 0.38) 55%, rgba(53, 53, 56, 0.38) 56%, rgba(52, 50, 52, 0.39) 57%, rgba(52, 50, 52, 0.39) 58%, rgba(51, 49, 51, 0.4) 59%, rgba(51, 51, 53, 0.4) 60%, rgba(50, 48, 50, 0.41) 61%, rgba(50, 47, 50, 0.41) 62%, rgba(49, 47, 49, 0.42) 63%, rgba(49, 49, 51, 0.42) 64%, rgba(48, 48, 50, 0.43) 65%, rgba(47, 45, 47, 0.43) 66%, rgba(47, 45, 47, 0.44) 67%, rgba(47, 44, 49, 0.44) 68%, rgba(44, 44, 46, 0.45) 69%, rgba(43, 43, 45, 0.45) 70%, rgba(45, 42, 45, 0.46) 72%, rgba(42, 40, 44, 0.47) 73%, rgba(41, 39, 44, 0.47) 74%, rgba(41, 39, 43, 0.48) 75%, rgba(41, 39, 41, 0.48) 76%, rgba(40, 38, 40, 0.49) 77%, rgba(40, 38, 40, 0.49) 78%, rgba(39, 37, 39, 0.5) 80%, rgba(39, 37, 41, 0.51) 81%, rgba(39, 37, 39, 0.51) 82%, rgba(36, 34, 38, 0.52) 83%, rgba(38, 36, 38, 0.53) 85%, rgba(35, 34, 35, 0.53) 86%, rgba(33, 31, 35, 0.54) 88%, rgba(34, 33, 34, 0.55) 89%, rgba(32, 31, 34, 0.55) 90%, rgba(32, 30, 32, 0.56) 91%, rgba(29, 28, 31, 0.57) 94%, rgba(31, 29, 31, 0.57) 95%, rgba(29, 27, 31, 0.58) 96%, rgba(29, 25, 29, 0.59) 98%, rgba(28, 27, 30, 0.6) 99%, rgba(28, 27, 30, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21585858', endColorstr='#991c1b1e', GradientType=0);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.procedure-image-wrapper:hover:before {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.procedure-image-wrapper:hover:after {
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.procedure-image-wrapper img{
	width: 100%;
}
.procedure-service-list .col-lg-7:nth-child(even) .procedure-image-wrapper {
    max-width: 600px;
    width: 100%;
/* 	margin-bottom: 100px; */
}
.procedure-service-list .col-lg-7:nth-child(2) {
	text-align: right;
	margin-top: -280px;
}
.procedure-service-list .col-lg-7:nth-child(4) {
	text-align: right;
	margin-top: -110px;
}
.service-list {
	transform: translateY(calc(100% - 78px));
	transition: transform 0.5s ease 0s;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0;
	z-index: 1;
	padding-bottom: 50px;
}

.procedure-image-wrapper:hover .service-list {
	transform: translateY(0);
}

.service-list h2 {
	color: #fff;
}

.service-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.service-list ul li a {
	color: #FFF;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 450;
	line-height: 45px; /* 250% */
	letter-spacing: 0.9px;
	text-transform: uppercase;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.service-list ul li a:hover {
    color: #B18A4B;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.procedure-service-list {
	margin-top: 10px;
}

.procedure-service-list .col-lg-6:not(:nth-last-child(-n+2)) .procedure-image-wrapper {
	/*margin-bottom:115px;*/
}

.appointment-button-area {
	margin-top: -230px;
}

.appointment-button-area a.common-button.border-button {
	margin-left: 60px;
}

/************* End:Procedure Css ****************/
/************* Testimonial Area Css *************/
.testimonial-area {
    position: relative;
	padding: 0px 0px 150px;
}
.testimonial-area:after{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height:calc(100% + 400px);
	    background: url(/wp-content/uploads/2025/09/TEXTURE-GOLD-1.png) no-repeat;
    background-size: cover;
	    z-index: -1;
}
.testimonial-content-wrapper {
	max-width: 800px;
	position: relative;
}
.testimonial-content-wrapper:after{
	position: absolute;
	content: '';
	left: 50%;
	transform: translatex(-50%);
	bottom: 70px;
	width: 273px;
	height: 234px;
	background-image:url('/wp-content/uploads/2025/08/Vector.png');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.testimonial-content-wrapper h2 {
	color: #1C1A1D;
	text-align: center;
	font-family: "montserrat",sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 0px;
	position: relative;
    z-index: 2;
}

.testimonial-content-wrapper p {
	color: #1C1A1D;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; /* 159.091% */
	letter-spacing: 1.1px;
	margin: 40px;
}

/************* End:Testimonial Area Css *************/
/************* Wellness Area Css ****************/
.wellness-area {
    padding-top: 160px;
	padding-bottom: 160px;
}

.wellness-content-wrapper {
    max-width: 558px;
}

.wellness-area:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(28, 26, 29, 0.49);
/* 	background: #6C5B45; 
    opacity: .46; */
	content: '';
}

.wellness-area .container {
	position: relative;
	z-index: 1;
}

.wellness-area h2 {
	color: #fff;
    font-family: "montserrat",sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.wellness-area p {
	color: #FFF;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.85px;
	margin-bottom: 15px;
	margin-top: 11px;
}
.wellness-area-services {
	width: 100%;
	margin-top: 30px;
	padding: 50px 0px 0px;
	border-top: 1px solid #9C9894;
}

.wellness-area-services ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wellness-area-services ul li {
	list-style: none;
}

.wellness-area-services ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.wellness-area-services ul li a:hover {
	color: #E2774B;
}
/************* End:Wellness Area css *************/
/************** Founder Area Css ****************/
.founder-area {
	padding: 120px 0px;
}

.founder-area-content {
    padding: 0px 62px 95px;
	background: #EBE9E3;
	position: relative;
}
.founder-area-content:before{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #AED6E2;
}
.founder-area-content h2 {
	color: #1C1A1D;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.founder-area-content h4 {
	font-family: "quiche-sans",sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.founder-area .container .row {
	margin: 0px -30px;
}

.founder-area .container .row>div {
	padding: 0px 30px;
}
.founder-area-content p{
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.85px;
}
.doctor-area-logo{
	margin-bottom: 24px;
}
/************* End:Founder Area Css ****************/
/************* Our Mission Area Css ****************/
.our-mission-area {
	background: #DED7CC;
	position: relative;
	min-height: 775px;
}

.our-mission-image {
	position: absolute;
	width: 50%;
	right: 0px;
	height: 100%;
}

.our-mission-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.misstion-content {
	max-width: 425px;
	padding: 30px 0px;
}

.misstion-content h2 {
	color: #1C1A1D;
    font-family: "montserrat",sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.95px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.misstion-content p {
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.51px;
}
.instagram-area{
   margin-bottom: 91px;
}
.instagram-area-heading{
	margin-bottom: 40px;
}
.instagram-area-heading h2{
	color: #000;
text-align: center;
font-family: "montserrat",sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 71px; /* 177.5% */
	margin-bottom: 0px;
}
.instagram-area-heading h5 a{
	color: #000;
text-align: center;
font-family: "futura-pt",sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 450;
line-height: 28px; /* 116.667% */
	display: block;
	margin: 0px;
}
/************* End:Our Mission Area Css ****************/
/************** Our Team Area Css *****************/
.our-team {
	padding: 107px 0px 133px;
}

.our-team-member-image {
	width: 100%;
	max-width: 380px;
}
.our-team-member-image img {
	width: 100%;
}
.our-team-detail-text {
	width: 100%;
	padding-left: 10px;
}
.our-team-detail-text h2 {
	/* font-size: 40px;
	font-weight: 400;
	color: #1C1A1D;
	text-transform: uppercase;
	font-family: "quiche-sans",sans-serif;
	line-height: 53px;
	letter-spacing: 1px;
	text-align: left; */
	font-family: "montserrat",sans-serif;
	font-weight: 600;
	font-size: 33px;
	line-height: normal;
	text-transform: capitalize;
	color: #1C1A1D;
}
.our-team-detail-text h4 {
	color: #B18A4B;
	font-family: "futura-pt",sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 450;
	line-height: 27px; /* 128.571% */
	margin-bottom: 8px;
}
.our-team-detail-text p {
	color: #1E1E1E;
	margin-top: 8px;
}
.our-team-detail-text p:last-child{
	margin-bottom: 0;
}
.our-team .top-space{
	margin-top: 91px;
}
.our-team-wrapper{
	max-width: 1000px;
    margin: 0 auto;
}
/*************** End:Our Team Area Css ****************/
/*************** Chemical Peels Area Css ****************/
.chemical-peels {
	padding: 115px 0px 30px;
}

.chemical-peels-text {
	width: 100%;
	text-align: left;
}

.chemical-peels-text h2 {
	color: #1C1A1D;
	font-size: 30px;
	font-family: "quiche-sans",sans-serif;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
}

.chemical-peels-text p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
	padding: 20px 0px 0px;
}

.chemical-peels-textlist ul p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.chemical-peels-textlist ul li p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
	padding: 0px !important;
	margin-bottom: 0px !important;
}

/*************** End:Chemical Peels Area Css **************/
/********* Thrive Wellness Aesthetics Area css ***********/
.thrive-wellness-aesthetics {
	padding: 115px 0px 0px;
	position: relative;
}

.thrive-wellness-aesthetics-text h2 {
	color: #1C1A1D;
	font-family: "quiche-sans",sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.thrive-wellness-aesthetics-text p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
	text-align: left;
	padding-bottom: 25px;
}

.thrive-wellness-asthetics-image {
	width: 100%;
	max-width: 486px;
	position: relative;
}

.thrive-wellness-asthetics-image img {
	width: 100%;
	z-index: 1;
    position: relative;
}

.thrive-wellness-asthetics-image::after {
	content: "";
	position: absolute;
	background-image: url("../images/thrive-wellness-asthetics-overlap-cover.png");
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.thrive-wellness-asthetics-content-box {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0px;
	text-align: center;
	z-index: 1;
}

.thrive-wellness-asthetics-content-box a {
	color: #fff;
	font-family: "quiche-sans",sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}

.thrive-wellness-asthetics-content-box a:hover {
	color: #E2774B;
}

.thrive-wellness-asthetics-right-image {
	width: 100%;
	max-width: 602px;
	margin-left: auto;
	position: relative;
}

.thrive-wellness-asthetics-right-image img {
	width: 100%;
	position: relative;
    z-index: 1;
}

.thrive-wellness-asthetics-right-image::after {
	content: "";
	position: absolute;
	background-image: url("../images/thrive-wellness-asthetics-overlap-cover-right.png");
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.thrive-wellness-aesthetics::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 31%;
	background: #EBE9E3;
	bottom: 0px;
}

/******** End:Thrive Wellness Aesthetics Area Css ********/
/************* Patient Testimonials Area Css ****************/
.patient-testimonials {
	background: #EBE9E3;
	position: relative;
	padding: 115px 0px 145px;
}

.patient-testimonial-text {
	max-width: 800px;
	margin: 0px auto;
}

.patient-testimonial-text h2 {
	color: #1C1A1D;
	font-size: 40px;
	font-weight: 400;
	font-family: "quiche-sans",sans-serif;
	text-transform: uppercase;
	line-height: 53px;
	letter-spacing: 1px;
}

.patient-testimonial-text p {
	color: #1C1A1D;
	font-size: 18px;
	font-weight: 300;
	font-family: "quiche-sans",sans-serif;
	line-height: 35px;
	letter-spacing: 0.9px;
	padding: 30px 0px 15px;
	opacity: 1;
}

/*********** End:Patient Testimonials Area Css *********/
/******* Skin Rejuvenation Procedures Area Css ********/
.skin-rejuvenation-procedures {
	padding: 186px 0px 65px;
}

.skin-rejuvenation-procedures-heading {
	width: 100%;
	text-align: center;
}

.skin-rejuvenation-procedures-heading h3 {
	color: #1C1A1D;
	font-size: 30px;
	font-weight: 400;
	font-family: "quiche-sans",sans-serif;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	margin-bottom: 15px;
	/*margin-bottom: 55px;*/
}

.skin-rejuvenation-procedures-box {
	width: 100%;
	max-width: 300px;
	position: relative;
}

.skin-rejuvenation-procedures-box img {
	width: 100%;
	z-index: 1;
    position: relative;
}

.skin-rejuvenation-procedures-box::after {
	content: "";
	position: absolute;
	background-image: url("../images/skin-rejuvenation-procedures-overlay.png");
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.skin-rejuvenation-procedures-txt {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0px;
	text-align: center;
	z-index: 2;
	/*padding: 0px 14px;*/
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.skin-rejuvenation-procedures-txt a {
	color: #fff;
	font-size: 30px;
	font-family: "quiche-sans",sans-serif;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	padding: 0px 5px;
}

.skin-rejuvenation-procedures-txt a:hover {
	color: #E2774B;
}

/***** End:Skin Rejuvenation Procedures Area Css *****/
/********* What Are Chemical Peels Area Css *********/
.what-chemical-peels {
	padding: 0px 0px 130px;
}

.what-chemical-peels-text {
	width: 100%;
	text-align: left;
}

.what-chemical-peels-text h3 {
	color: #1C1A1D;
	font-size: 30px;
	font-weight: 400;
	font-family: "quiche-sans",sans-serif;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.what-chemical-peels-text p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
}

/******** End:What Are Chemical Peels Area Css *********/
/********** Patient Chemical Results Area Css ***********/
.patient-chemical-results {
	padding: 170px 0px 0px;
}

.patient-chemical-results-wraper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.patient-results.new-gallery-inject {
	width: 50%;
	background: #DED7CC;
    padding: 35px 0px 30px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}

.patient-results-heading h3 {
	color: #1C1A1D;
	font-size: 30px;
	font-weight: 400;
	font-family: "quiche-sans",sans-serif;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	padding-bottom: 35px;
}

.patient-results-slider-wrapper {
	margin: 0px auto;
}

.patient-results-slide-imgbox {
	padding: 0px 72px;
}

.patient-results-slide-imgbox img {
	width: 100%;
}

.patient-result-slide-textbox {
	width: 100%;
}

.patient-result-slide-textbox h4 {
	color: #B18A4B;
    font-family: "futura-pt",sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 450;
	line-height: 27px; /* 128.571% */
	padding: 20px 0px 12px;
}

.patient-result-slide-textbox p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
	margin-bottom: 0px;
}

.patient-results .common-link {
	display: inline-block;
	margin-top: 36px;
}

.patient-results .swiper-button-next {
    right: 44px;
    top: 46%;
}

.patient-results .swiper-button-prev {
	left: 44px;
	top: 46%;
}

.what-are-chemical-result {
	width: 50%;
	text-align: left;
	padding-left: 46px;
}

.what-are-chemical-result h3 {
	color: #1C1A1D;
	font-size: 30px;
	font-weight: 400;
	font-family: "quiche-sans",sans-serif;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	padding-top: 37px;
	padding-bottom: 34px;
}

.what-are-chemical-result p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
}

/********* End:Patient Chemical Results Area Css *********/
/******** Candidate For Chemical Treatment Area Css *******/
.candidate-for-chemical-treatment {
	padding: 80px 0px;
}

.candidate-for-chemical-inner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.candidate-chemical-treatment-inner-txt {
	width: 50%;
}

.candidate-chemical-treatment-inner-txt h3 {
	color: #1C1A1D;
	font-size: 30px;
	font-weight: 400;
	font-family: "quiche-sans",sans-serif;
	line-height: 40px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	padding-bottom: 17px;
}

.candidate-chemical-treatment-inner-txt p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
}

.black-box-wrapper {
	width: 50%;
	margin-left: 50px;
}

.testimonial-black-box {
	width: 100%;
	padding: 65px;
	background-color: #1C1A1D;
	text-align: center;
}

.testimonial-black-box h2 {
	color: #EBE9E3;
	font-size: 30px;
	font-weight: 400;
	font-family: "quiche-sans",sans-serif;
	line-height: 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.testimonial-black-box p {
	color: #EBE9E3;
	font-size: 18px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 35px;
	letter-spacing: 0.9px;
	padding: 25px 0px 45px;
}

.testimonial-black-box .common-link {
	color: #EBE9E3;
}

.recovery-from-chemical {
	width: 100%;
}

.recovery-from-chemical h4 {
	color: #A55735;
	font-size: 20px;
	font-weight: 500;
	font-family: "quiche-sans",sans-serif;
	line-height: 30px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.recovery-from-chemical p {
	color: #1C1A1D;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
	letter-spacing: 0.85px;
}

.faq-identity-area {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 44px 0px 20px;
}

.faq-left-image-box {
	width: 50%;
}

.weight-loss-right-box {
	width: 50%;
}

.box-image-faq-weight {
	width: 100%;
	max-width: 475px;
	position: relative;
}

.box-image-faq-weight img {
	width: 100%;
	z-index: 1;
    position: relative;
}

.box-image-faq-weight::after {
	content: "";
	position: absolute;
	background-image: url("../images/faq-weight-overlay.png");
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.box-faq-weight-txt {
	width: 100%;
	position: absolute;
	bottom: 28px;
	left: 0px;
	text-align: center;
	z-index: 1;
	padding: 0px 7px;
}

.box-faq-weight-txt a {
	color: #fff;
	font-size: 38px;
	font-family: "quiche-sans",sans-serif;
	font-weight: 400;
	line-height: 51px;
	letter-spacing: 0.95px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}

.box-faq-weight-txt a:hover {
	color: #E2774B;
}

/****** End:Candidate For Chemical Treatment Area Css ******/
/******* Blog What Are Chemical Peels Area Css *******/
.blog-wrapper {
	padding: 100px;
}

.blog-what-chemical-peels {
	text-align: left;
}

.blog-what-chemical-peels h2 {
	font-size: 30px;
	font-family: "quiche-sans",sans-serif;
	color: #1C1A1D;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 54px;
	padding-bottom: 20px;
}

.blog-what-chemical-peels p {
	line-height: 30px;
}

.blog-what-chemical-peels h3 {
	font-size: 30px;
	font-family: "quiche-sans",sans-serif;
	color: #1C1A1D;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.blog-what-chemical-peels h4 {
	color: #A55735;
	font-size: 20px;
	font-weight: 500;
	font-family: "quiche-sans",sans-serif;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 25px 0px 18px;

}

/****** End:Blog What Are Chemical Peels Area Css ******/
/********** Category Chemical Peels Area Css **********/
.category-chemical {
	min-height: 350px !important;
}

.category-chemical-peels .form-option {
	padding: 20px 0px 60px;
}

.category-chemical-slide {
	width: 100%;
}

.category-chemical-slide .patient-results-slider-wrapper .patient-result-slide-textbox p {
	padding-top: 30px;
}

.catogery-row-wrapper {
	margin-left: -25px;
	margin-right: -25px;
}

.catogery-row-wrapper .col-lg-6 {
	padding: 25px;
}

.category-chemical-slide .patient-result-slide-textbox {
	padding: 0px 80px;
}

.category-chemical-slide .common-arrow {
	background-color: #EBE9E3;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 100%;
}

.category-chemical-slide .swiper-button-next {
	left: auto;
	right: 0px;
}


/************ pagination css *************/
.inner-pagination {
	width: 100%;
	padding: 96px;
	text-align: center;
}

.inner-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
}

.inner-pagination ul li {
	list-style-type: none;
	padding: 0px 15px;
}

.inner-pagination ul li a {
	color: #1C1A1D;
	font-family: 'League Spartan', sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	text-align: center;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.inner-pagination ul li .active {
	font-weight: 700;
	color: #A55735;
}

.inner-pagination ul li a:hover {
	color: #A55735;
}

/************* End: Category Chemical Peels Css ***********/
/**************** Contact Area Css Start ******************/

.conatct-area {
	width: 100%;
	padding: 80px 0px;
	min-height: 454px;
	background: #DED7CC;
}
 .conatct-area {
    padding-top: 200px !important;
}
.contact-address-text {
	width: 100%;
	padding: 80px 0px;
}

.contact-address-text h3 {
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 450;
	line-height: 30px; /* 111.111% */
	text-transform: capitalize;
	padding-bottom: 5px;
}

.hours-area h3 {
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 450;
	line-height: 30px; /* 111.111% */
	text-transform: capitalize;
	padding-bottom: 5px;
}

.contact-address-text a {
	display: block;
    color: #1E1E1E;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.51px;
	transition: all .3s ease-in-out;
}

.contact-address-text a:hover {
    color: #B18A4B;
}

.hours-area p {
	display: block;
    color: #1E1E1E;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.51px;
	margin: 0px;
}
.contact-address-social{
	margin-top: 70px;
}
.contact-address-social ul {
	display: flex;
	align-items: center;
	padding-left: 0px;
}

.contact-address-social ul li {
	list-style: none;
	padding: 0px 10px;
}

.contact-address-social ul li a {
	font-size: 25px;
	color: #131514;
	display: inline-block;
	transition: all .5s ease-in-out;
}

.contact-address-social ul li a:hover {
    color: #B18A4B;
}

.contacat-us-form {
	background-color: #979797;
	width: 100%;
	padding: 200px 80px;
	margin-top: 100px;
	text-align: center;
}

.contacat-us-form h2 {
	color: #1C1A1D;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

/************* End:Contact Area Css *************/
/******* Schedule Consultation Area Css Start *******/
.appointment-schedules {
	padding: 100px 0px;
	background-color: #FFFFFF;
}

.appointment-schedules-text {
	text-align: center;
	padding: 50px 0px 0px;
}

.appointment-schedules-text h1 {
	color: #1C1A1D;
	font-size: 40px;
	font-weight: 500;
	font-family: "quiche-sans",sans-serif;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.appointment-schedules-text p {
	padding-top: 25px;
}
.appointment-schedules .appointment-schedules-text p {
    margin-bottom: 40px;
	padding-top: 0px;
}
/******** End:Schedule Consultation Area Css ******/
/*************** Visit Us Area Css ****************/
.visit-us {
	background-color: #1C1A1D;
}

.visit-us-text h3 {
	color: #fff;
}

.visit-us-text a {
	color: #fff;
}

.visit-us-text p {
	color: #fff;
}

.visit-us-text .contact-address-social ul {
	padding-top: 20px;
}

.visit-us-text .contact-address-social ul li a {
	color: #fff;
}

.visit-us .contact-address-social ul li a:hover {
	color: #E2774B;
}

/*************** End:Visit Us Area Css ************/
/************** Form Area Css Start ***************/
.form-option {
	width: 100%;
	text-align: center;
	padding: 60px 0px;
}

.form-option .formarea {
	max-width: 309px;
	height: 50px;
	width: 100%;
    padding: 0 19px;
    border: 1px solid #D6D6D6;
    color: #7E7A73;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 1.5px;
    font-weight: 300;
    outline: none;
    background: url(/wp-content/uploads/2025/08/arrow.png) no-repeat 94%;
    appearance: none;
}

/**************** End:Form Area Css Area Css ***********/
/*********** Schedule Consultation Area Css ************/

.schedule-consultation-text {
	width: 100%;
	max-width: 382px;
}

.schedule-consultation-text h2{
	color: #FFF;
	font-family: "montserrat",sans-serif;
	font-size: 33px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.schedule-consultation-text p{
	color: #FFF;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.85px;
	padding: 0px;
	margin: 0px;	
}
.input-form {
	border-bottom: 1px solid #9B9894;
	margin: 0px 70px;
}

.input-form input {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	width: 100%;
	padding: 30px 4px 5px;
	background: transparent;
	border: none;
	outline: none;
	font-family: 'League Spartan', sans-serif;
	font-size: 17px;
	resize: none;
}

.input-form input::placeholder {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
	line-height: 30px;
}

#country {
	width: 100%;
	padding: 30px 0px 10px;
	background: #1C1A1D;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	border: none;
	outline: none;
	font-family: 'League Spartan', sans-serif;
}

option {
	padding: 20px;
}

.input-form textarea {
	background: #1C1A1D;
	border: none;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	outline: none;
	padding: 30px 0px 0px 3px;
	font-family: 'League Spartan', sans-serif;
	width: 100%;
	resize: none;
}

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

.submit-btn button {
	font-family: 'League Spartan', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #E2774B;
	border: 2px solid #D57C55;
	background-color: transparent;
	padding: 10px 75px;
	letter-spacing: 1px;
	text-transform: uppercase;
	min-width: 250px;
	text-align: center;
	line-height: 30px;
	transition: all 0.5s;
	display: inline-block;
	margin-top: 40px;
	transition: all .3s ease-in-out;
}

.submit-btn button:hover {
	background-color: #A55735;
	color: #fff;
	border: 2px solid #A55735;
}

/************ End:Schedule Consultation Area Css **********/
/******************* Footer Area Css ********************/
.footer-area {
	background: #1C1A1D;
}

.address-area {
	text-align: left;
	color: #fff;
	padding-left: 60px;
}

.address-area h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "quiche-sans",sans-serif;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

.address-area p {
	margin-bottom: 40px;
}

.address-area a {
	color: #EBE9E4;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	font-family: 'League Spartan', sans-serif;
	letter-spacing: 0.45px;
	transition: all .3s ease-in-out;
}

.address-area a:hover {
	color: #E2774B;
}

.footer-social-media {
	text-align: center;
}

.footer-rating {
	width: 100%;
	max-width: 200px;
	margin: 38px auto 0px;
}

.footer-rating img {
	width: 100%;
	filter: none !important;

}

.footer-read-review a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.footer-read-review a:hover {
	color: #E2774B;
	transition: all .3s ease-in-out;
}

.footer-top-area {
	padding: 60px 0px 0px;
}

/* .footer-top-area img {
	margin-bottom: 20px;
	filter: invert(1) brightness(200);
} */

.footer-social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center
}

.footer-social ul li {
	margin: 0px 10px;
}

.footer-social ul li a {
	font-size: 25px;
	color: #fff;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer-social ul li a:hover {
    color: #B18A4B;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer-bottom-area {
	background: #AED6E2;
	padding: 20px 0px;
}

.footer-bottom-area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}

.footer-bottom-area ul li {
	padding: 0px 20px;
	border-right: 1px solid #000;
	line-height: 1;
}

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

.footer-bottom-area ul li a {
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: .5px;
	color: #040404;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: uppercase;
}

.footer-bottom-area ul li a:hover {
	color: #B18A4B;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer-bottom-area p {
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: .5px;
    color: #040404;
	margin: 0px;
}

/****************** End: Footer Area Css *****************/
.wellness-area .wellness-content-wrapper ul li {
    color: #fff;
}
.home-banner-slider-content h1 {
    color: #1C1A1D;
    font-family: "quiche-sans",sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media(max-width:767px){
	.home-banner-slider-content h1{
		font-size: 40px;
	}
	.home-banner-slider-content img {
		margin-bottom: 0px;
		width: 50%;
}	
}
/* Banner slider css */
@media(max-width:767px){
	.home-banner-slider-content {
		position: absolute;
		top: 30% !important;
		left: 50% !important;
		transform: translate(-50%, -70%) !important;
		width: 90% !important;
		max-width: 700px;
		z-index: 9;
	}
	.home-banner-slider-content .common-button {
		display: none;
	}
	.home-banner-slider-content p {
		display: none;
	}
	}
	.home-banner-slider-content {
		position: absolute;
		top: 50%;
		left: 25%;
		transform: translate(-50%, -50%);
		z-index: 1;
		width: 50%;
		max-width: 540px;
		z-index:9;
	}
	.home-banner-slider-content img {
    width: 50%;
}
.home-banner {
    height: 100vh;
    overflow: hidden;
    -webkit-box-shadow: 0px -15px 30px 25px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px -15px 30px 25px rgba(0,0,0,0.26);
    box-shadow: 0px -15px 30px 25px rgba(0,0,0,0.26);
}

.each-banner-slide {
    height: 100vh;
    transition: transform 5s ease-in-out;
    position: relative;
}
.home-banner .swiper-slide.swiper-slide-active .each-banner-slide {
    transform: scale(1.2);
}

/* Banner slider css end */
.footer-top-area img {
   /* max-width: 20%; */
}
.procedure-list-area .service-list ul li a {
   /* pointer-events: none;*/
}
.mobile-screen-button {
	background: #A55735;
	position: fixed;
	width: 90%;
	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-family: 'League Spartan', sans-serif;
	font-size: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	border: 0px solid #222934;
	display: block;
	text-align: center;
	padding: 20px 0px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}
/********* extra aditional properties class css *********/
.inner-container {
	max-width: 1000px;
	margin: 0 auto;
}

.top-space {
	margin-top: 160px;
}

.gallary-area {
	padding: 0px 0px 145px;
}

/*********========================= our blog start ======================= *********/
.blog-categories .blog-form .formarea {
	margin: 49px 0 79px;
	max-width: 309px;
	height: 50px;
	width: 100%;
	padding: 0 19px;
	border: 1px solid #D6D6D6;
	color: #7E7A73;
	text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	letter-spacing: 1.5px;
	font-weight: 300;
	outline: none;
	background: url('/wp-content/uploads/2025/08/arrow.png') no-repeat 94%;
	appearance: none;
}

.blog-categories .blog-form {
	text-align: center;

}
.blog-categories .row{
	margin-left: -28px;
	margin-right: -28px;
}
.blog-categories .col-lg-6 {
	padding: 28px;
}

.blog-categories-inner {
	background-color: #DED7CC;
	height: 100%;
}

.blog-categories-text {
	padding: 32px 50px 55px;
}

.blog-categories-text a {
	color: #A55735;
	font-family: "quiche-sans",sans-serif;
	font-size: 20px;
	min-height: 50px;
	display: inline-block;
}

/* .blog-categories-text p {
	font-family: 'league_spartanlight';
	margin-top: 43px;
} */

.blog-last-a {
	padding: 22px 0 0;
}

.blog-last-a a {
	color: #1C1A1D;
	font-size: 18px;
	font-family: 'league_spartanmedium';
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.blog-categories a:hover {
	color: #d9a883;
}
.blog-categories-wpapper{
	max-width: 1000px;
    margin: 0 auto;
}


.pegination-area {
	margin: 50px auto 68px;
}

.pegination-area .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pegination-area .pagination ul li {
	display: inline-block;
	display:inline-block;
	font-family: "futura-pt",sans-serif;
	font-weight:700;
	font-size:17px;
	color:#B18A4B;
	margin: 0px 10px;
}

/* .pegination-area .pagination ul li a {
	font-family: 'League Spartan', sans-serif;
	color: #1C1A1D;
} */

.pegination-area .pagination ul li:last-child {
	border-right: none;
}

/*********========================= our blog ends ======================= *********/
/************* Contact Area ************/
.contact-form-area{
    padding: 110px 0px 90px;
	background: #FBFAF5;
}
.contact-form-wrapper{
	max-width:728px;
	margin:0px auto;
}
.contact-form-wrapper h2.gform_title, .contact-form-wrapper h2{
	color: #1C1A1D;
	text-align: center;
    font-family: "montserrat",sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.95px;
	text-transform: capitalize;
}
.contact-form-wrapper p{
	color: #1C1A1D;
text-align: center;
font-family: "futura-pt",sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 176.471% */
letter-spacing: 0.51px;
}
.contact-form-wrapper p.gform_description{
	text-align:center;
}
body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea{
	width: 100%;
	border-radius:0px;
	border:0px ;
	border-bottom:1px solid #9E9B96;
	background-color:transparent;
	padding: 8px 10px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #1C1A1D;
    letter-spacing: 0.5px;
}
body .gform_wrapper.gravity-theme .gfield select{
	background: url('/wp-content/uploads/2025/09/chevron-down.png')  no-repeat 97% center;
}
body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { /* Edge */
  color: #1C1A1D;
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder { /* Internet Explorer */
  color: #1C1A1D;
}

body .gform_wrapper.gravity-theme .gfield input::placeholder {
  color: #1C1A1D;
}
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder { /* Edge */
  color: #1C1A1D;
}

body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder { /* Internet Explorer */
  color: #1C1A1D;
}

body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #1C1A1D;
}
body .gform_footer .gform_button.button{
    color: #FFF;
    text-align: center;
    font-family: "montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 5.7px;
    text-transform: uppercase;
    background: url(/wp-content/uploads/2025/08/button-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9px 15px 9px 15px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-width: 295px;
    border: 0px;
}
body .gform_footer .gform_button.button:hover{
	background-color: #A55735;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
body .gform_wrapper.gravity-theme .gform_footer{
	justify-content:center;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 110px;
}
:focus{
	outline:none
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
}
body .gform_wrapper.gravity-theme .gform_footer, 
body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
    padding: 50px 0 16px;
}
/************* End:Contact Area ************/
/* .footer-top-area .col-lg-4 img{
	max-width:80%;
} */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  schedule-contact-form %%%%%%%%%%%%%%%%%%%% */
.schedule-contact-form .gform_wrapper.gravity-theme .gfield input.large, .schedule-contact-form .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
		font-family: 'League Spartan', sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:30px;
	color:#fff;
	letter-spacing:0.5px;
	background-color:transparent;
	border-bottom:1px solid #9B9894;
}
.schedule-contact-form .gform_wrapper.gravity-theme .gfield input.large::placeholder{
		font-family: 'League Spartan', sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:30px;
	color:#fff;
	letter-spacing:0.5px;
}
  .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 53px;
		background-color:transparent;
	border-bottom:1px solid #9B9894;
}
.schedule-contact-form .gform_wrapper.gravity-theme .gfield textarea.small::placeholder{
			font-family: 'League Spartan', sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:30px;
	color:#fff;
	letter-spacing:0.5px;
}
.schedule-contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
}
.schedule-contact-form .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
    padding: 28px 0 16px;
}
.schedule-contact-form  .gform_wrapper.gravity-theme .gfield select {
    background: url(/wp-content/uploads/2023/05/feather-chevron-down.png) #fff no-repeat 97% center;
}
 .schedule-contact-form .gform_wrapper.gravity-theme .gfield select.large option{
	background-color:#111112;
}
.schedule-contact-form .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 48px;
    margin-top: 13px;
}
.schedule-contact-form .gform_wrapper.gravity-theme .gfield input, .schedule-contact-form .gform_wrapper.gravity-theme .gfield select, .schedule-contact-form .gform_wrapper.gravity-theme .gfield textarea{
	padding-left:2px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Contact us from %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.contacat-us-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px;
}
.contacat-us-form-wrapper  .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 50px;
    margin-top: 13px;
}
.contacat-us-form-wrapper .gform_wrapper.gravity-theme .gform_footer, .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
    padding: 25px 0 16px;
}

.contacat-us-form-wrapper h2{
    margin-bottom: 0px;
}
.contacat-us-form-wrapper p{
    margin-bottom: 20px;
	margin-top: 8px;
}
.contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield input, .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield select, .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield textarea{
	padding-left:2px;
}
.contact-address-text p{
	margin: 0px;
		  transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.contact-address-text p:hover{
		color: #B18A4B;
		  transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Menu area %%%%%%%%%%%%%%%%%%%%%  */
nav > ul > li:hover > ul {
    display: block !important;
}
nav > ul > li > ul > li a{
    font-family: "futura-pt", sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 32px;
    color: #1E1E1E !important;
    letter-spacing: 0.5px;	
	  text-transform:capitalize !important;
	  transition: all 0.5s;
   -webkit-transition: all 0.5s;		
}
nav > ul > li > ul > li a:hover{
	color: #B18A4B !important;
	  transition: all 0.5s;
   -webkit-transition: all 0.5s;	
}
nav > ul > li.full-width-menu > ul li a{
    font-family: "futura-pt", sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 32px;
    color: #1E1E1E !important;
    letter-spacing: 0.5px;	
	  text-transform:uppercase !important;
}
.header-area-menu {
    padding-bottom: 0px;
}
.header-area-menu .naviagtion ul li {
  padding-bottom: 15px;
	position: relative;
}
.header-area-menu .naviagtion ul li.full-width-menu{
	position:inherit;
}
nav > ul > li.full-width-menu {
    position: static;
}
nav > ul > li.full-width-menu > ul {
    display: none !important;
    background-color: #fff;
    padding: 25px;
    min-width: 100%;
    white-space: nowrap;
    position: absolute !important;
    top: 100%;
    left: 0px;
}

nav > ul > li.full-width-menu > ul {
 width: 100%; 
    align-items: flex-start !important;
/*     justify-content: space-between !important; */
    padding: 35px 25px;
}
nav > ul > li.full-width-menu:hover > ul {
    display: flex !important;
}
nav > ul > li.full-width-menu > ul{
	position:relative;
}
nav > ul > li > ul {
    display: none !important;
    background-color: #fff;
    padding: 25px 10px;
    min-width: 250px;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 0px;
    box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.2);
}
nav > ul > li.full-width-menu > ul li > ul{
	display:block !important;
	padding-left:0px;
}
nav > ul > li.full-width-menu > ul li > ul > li{
	padding:0px !important;
}
nav > ul > li.full-width-menu > ul > li > ul > li >a{
	font-weight: 300 !important;
	text-transform:capitalize !important;
	  transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
nav > ul > li.full-width-menu > ul li a:hover{
    color: #B18A4B !important;
	  transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
nav > ul > li.full-width-menu > ul > li{
	padding:0px 40px !important; 
}
nav > ul > li > ul > li{
	padding-bottom:0px !important;
}
nav>ul>li.menu-item-has-children > a:after {
    content: url(/wp-content/uploads/2023/05/icon-ionic-ios-arrow-down.svg);
    margin-left: 10px;
    display: inline-block;
	filter: invert(100%);
}
nav > ul > li.full-width-menu > ul {
box-shadow:none;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%  Mobile button %%%%%%%%%%%  */
.mobile-sticky-footer {
    background: #aed6e2;
    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-sticky-footer ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    display: table;
    width: 100%;
}
.mobile-sticky-footer ul li {
    display: table-cell;
}
.mobile-sticky-footer ul li a {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #000;
    display: block;
    text-align: center;
    padding: 16px 6px;
    border: 0px;
	text-transform:uppercase;
}
/* .mobile-sticky-footer ul .footer-schedule a{
	color:#E2774B;
} */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%% From appointment-schedules-text %%%%%%%%%%%%%%%%%%%%%  */
.appointment-schedules .appointment-schedules-text .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 15px;
}
.appointment-schedules .appointment-schedules-text .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 48px;
    margin-top: 30px;
}
.appointment-schedules .appointment-schedules-text{
	max-width:716px;
	margin:0px auto;
}
.appointment-schedules-text h1 {
    font-weight: 400;
}
.appointment-schedules-text p{
	margin-bottom:76px;
}

body button.rmp_menu_trigger.is-active .rmp-trigger-box{
	    color: #000 !important;
}

.page-template-template-home .header-area-menu nav>ul>li.menu-item-has-children > a:after{
	filter: invert(0%);
}
/* .page-template-template-home .header-area-menu.fixed_header nav>ul>li.menu-item-has-children > a:after{
	filter: invert(100%);
} */

body .schedule-consultation .schedule-contact-form .gform_wrapper.gravity-theme .gfield.gfield--width-half, body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield.gfield--width-half{
	-ms-grid-column-span: 12;
	grid-column: span 12;
}
.search-content-wrapper{
	padding-top:50px;
}

.Testimonial-arrow .testi-slider-home.swiper-button-prev {
    transform: rotateY(180deg);
	left: 0px;
}
.Testimonial-arrow .testi-slider-home.swiper-button-next { 
	right: 0px;
}





/* 
/////Popup-gift-card //// */
	.popup-custom {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100vh;
	 transition:0.8s all;
}
.join-popup {
    position: fixed;
  
    top: 100px;
    left: 50%;
    transform: translate(-50% ,0);
	  transition:0.5s all;
}
.popup-content { 
    position: relative;
	  transition:0.5s all;
	}
button.pop-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    transition: 0.5s all;
    border: 0 !important;
}

	.popup-content a:hover {
    background-color: #c87082;
}
@media (max-width:768px){

.join-popup {
    width: 93%;
    left: 50%;
    right: 50%;
}
	button.pop-close {
    position: absolute;
    top: 7px;
    right: 17px;
    background: none;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    transition: 0.5s all;
    border: 0 !important;
}
	.join-popup {
    margin-top: 52px;
}

button#closebtnhome {
    margin-bottom: 30px;
}
}

.home .procedure-content-area a {
    color: initial;
}

.home .procedure-content-area a:hover {
    color: #a55735;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New Css %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.copyright-area{
	display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 30px;
}
.footer-address-area h5{
	font-family: "montserrat",sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #FFFFFF;
	    margin-bottom: 15px;
}
.footer-address-area a p{
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 2.5%;
	color: #AED6E2;
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-address-area a p:hover{
	color: #B18A4B;
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-contact h5{
	font-family: "montserrat",sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #FFFFFF;
	    margin-bottom: 15px;
}
.footer-contact  a{
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 2.5%;
	color: #AED6E2;
}
.footer-contact a:hover{
	color: #B18A4B;
}
.reviewshakeWidget{
	padding: 0px !important;
}
.home-banner-wrapper{
	display: flex;
	align-items: center;
	position: relative;
    z-index: 1;
}
.home-banner-logo img{
	width: 300px;
}
.home-banner-area {
	padding-top: 250px;
    padding-bottom: 150px;
	position: relative;
}
.home-banner-area:after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/08/banner-overlay.png);
	background-size: cover;
    background-repeat: no-repeat;
}
.home-banner-area:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #AED6E2;
	z-index: 2;
}
.home-banner-content{
	max-width: 320px;
	margin-left: 4px;
}
.home-banner-content p{
	 color:  #040404;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 158.824% */
	letter-spacing: 0.85px;
	margin-top: 0px;
}
.home-banner-content h1{
	color: #040404;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.procedure-content-area h3{
		color: #B18A4B;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 230.769% */
	letter-spacing: 0.65px;
	text-transform: uppercase;
	padding-left: 155px;
	position: relative;
}
.procedure-content-area h3:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0px;
	transform: translatey(-50%);
	width: 144px;
	height: 3px;
    background: url(/wp-content/uploads/2025/08/button-bg-1.png) no-repeat;
    background-size: cover;
}
.our-office-area h3{
	color: #FFF;
    font-family: "montserrat",sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 230.769% */
	letter-spacing: 0.65px;
	text-transform: uppercase;
	position: relative;
    padding-left: 118px;
	margin-bottom: 7px;
}
.our-office-area h3:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0px;
	transform: translatey(-50%);
	width: 105px;
	height: 2px;
    background: url(/wp-content/uploads/2025/08/button-bg-1.png) no-repeat;
    background-size: cover;
}
.wellness-content-wrapper .common-link{
	color: #fff;
}
.instagram-area-social ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
}
.instagram-area-social ul li{
	margin: 0px 5px;
}
.instagram-area-social ul li a{
	color: #13151B;
	font-size: 20px;
}
.doctor-area-logo img{
    width: 80px;
    margin-top: -40px;
}
.founder-area-content h3{
	color: #040404;
	font-family: "montserrat",sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px; /* 230.769% */
	letter-spacing: 0.65px;
	text-transform: uppercase;
	position: relative;
	width: fit-content;
    margin: 0 auto;
    padding: 0px 90px;
	margin-bottom: 20px;
}
.founder-area-content h3:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0px;
    transform: translatey(-50%);
    width: 80px;
    height: 3px;
    background: url(/wp-content/uploads/2025/08/button-bg-1.png) no-repeat;
    background-size: cover;
}
.founder-area-content h3:before{
    position: absolute;
    content: '';
    top: 50%;
    right: 0px;
    transform: translatey(-50%);
    width: 80px;
    height: 3px;
    background: url(/wp-content/uploads/2025/08/button-bg-1.png) no-repeat;
    background-size: cover;
}
.founder-area-image{
	text-align: center;
}
.founder-area-image .common-button{
	margin-top: 34px;
}
.our-mission-area:before{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: 20px;
    background-color: #AED6E2;
}
.schedule-appointment-area{
	margin-left: 30px;
}
.schedule-appointment-area .common-button{
	min-width: 200px;
}
.service-button-wrapper{
	max-width: 1100px;
	margin: auto;
	margin-top: 60px;
}
section.service-button-area.resource-inject {
    margin-bottom: 40px;
    margin-top: 40px;
}
.mobile-logo{
   display: none;
}
.Testimonial-arrow .common-arrow img{
	filter: invert(1);
}
.schedule-consultation.contact-us-inject{
	padding-top: 95px;
    padding-bottom: 33px;
}
.procedure-area-wrapper,
.procedure-content-area{
	max-width: 1014px;
	margin: auto;
}
.blo-overview-content h2 a{
	color: #1C1A1D;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 450;
	line-height: 30px; /* 111.111% */
	text-transform: capitalize;
	margin-bottom: 20px;
    display: block;
}
.procedure-resource-box{
	height: 100%;
	position: relative;
}
.procedure-resource-box:after{
	position: absolute;
	content: '' ;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:url('/wp-content/uploads/2025/08/faq-overlay.png') no-repeat;
	background-size: cover;
}
.procedure-resource-box img{
	height: 100%;
}
.blog-overview-wrapper{
	max-width: 1014px;
	margin: auto;	
}
.service-button-wrapper.procedure-service-box .row{
	margin-left: -30px;
	margin-right: -30px;
}
.service-button-wrapper.procedure-service-box .row .col-lg-6{
	margin-bottom: 55px;
	padding-left: 30px;
	padding-right: 30px;
}
.blo-overview-content{
	background-color: #DED7CC;
	text-align: center;
	padding: 30px 10px 40px;
}
.each-blog-overview{
	margin-bottom: 78px;
}
.blo-overview-content h2{
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 450;
	line-height: 30px; /* 111.111% */
	text-transform: capitalize;
}
.blo-overview-content .common-link{
	 font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
	letter-spacing: 1.5px;
	color: #1C1A1D;
}

.blo-overview-content .common-link:after{
	display: none;
}
.blog-overview-wrapper .row {
	margin-left: -10px;
	margin-right: -10px;
}
.blog-overview-wrapper .row .col-lg-4{
	padding-left: 10px;
	padding-right: 10px;
}
.banner-content-type-two .site-breadcrumb {
	margin-top: 5px;
}
.patient-results-slider-wrapper .common-link{
	color: #1C1A1D;
font-size: 18px;
font-weight: 500;
line-height: 30px; /* 166.667% */
letter-spacing: 1.8px;
	margin-top: 0px;
}
.patient-results-heading h2{
	margin-bottom: 20px;
}
.patient-results-slider-wrapper .common-link:after{
	display: none;
}
.procedure-area .patient-review-wrapper {
    background-color: #DED7CC;
	padding: 62px;
}
.procedure-area .patient-review-wrapper h2{
	color:  #040404;
	font-family: "montserrat",sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.procedure-area .patient-review-wrapper p{
	color: #040404;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: 34px; /* 136% */
	letter-spacing: 0.75px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 25px;
}
.procedure-area .patient-review-wrapper .common-link{
		color: #040404;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
	letter-spacing: 1.8px;
	margin-top: 0px;
}
.procedure-area .patient-review-wrapper .common-link:hover{
	  color: #B18A4B;
}
.procedure-area .patient-review-wrapper .common-link:after{
	display: none;
}
.procedure-area .patient-review-inject {
    width: 50%;
	margin-bottom: 42px;
}
.procedure-area .wp-block-list{
	list-style: none;
	margin-bottom: 25px;
}
.procedure-area .wp-block-list li{
	position: relative;
	margin-bottom: 10px;
}
.procedure-area .wp-block-list li:after{
	position: absolute;
	content: '';
    width: 21px;
    height: 19px;
    left: -40px;
	top: 2px;
	background-image: url('/wp-content/uploads/2025/08/Tooth.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.procedure-area .wp-block-list li strong{
	color: #000;
	font-family: "futura-pt",sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 450;
	line-height: 27px; 
}

/*Gallery page css*/
.gallery-overview-wrapper{
	max-width: 1008px;
    margin: 50px auto 100px;
}
.each-gallery-cat{
    margin-bottom: 80px;
}
.each-gallery-post{
	position: relative;
}
.each-gallery-post .gallery-post-hover-area{
	position: absolute;
    width: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    height: 100%;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
    top: 0;
	left: 0;
}
.each-gallery-post:hover .gallery-post-hover-area{
	opacity: 1;
}
.gallery-post-hover-area a{
	color:#fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
}
.each-gallery-post:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #442a00;
    opacity: 20%;
    z-index: 1;
}
.each-gallery-post:hover::after{
	z-index: -1;
}
.gallery-cat-heading {
    border-bottom: 2px solid #B18A4B;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.each-gallery-post {
    margin-bottom: 35px;
}
.each-featured-post .each-gallery-post {
    margin-bottom: 0px;
}
.each-featured-post {
    background: #DED7CC;
    padding: 45px;
    margin-bottom: 35px;
}
.featured-post-details {
    max-width: 543px;
    padding-left: 30px;
}
.featured-post-details h2 {
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "futura-pt",sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}
.featured-post-details h4 {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0px;
    font-family: "futura-pt",sans-serif;
    margin-bottom: 15px;
    font-weight: 450;
    color: #B18A4B;
}
.featured-post-details p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: "futura-pt",sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
}
.gallery-case-slider{
	position: relative;
/*     overflow-x: hidden; */
}
.gallery-case-wrapper .swiper-container{
	overflow-x: hidden;
	margin-top: 50px;
}
.gallery-case-area{
	margin-bottom: 124px;
    margin-top: 50px;
}
.gallery-case-slider .swiper-button-next{
	right: -28px;
}
.gallery-case-slider .swiper-button-prev{
	left: -28px;
}
/*Gallery page css end*/
/* Patient Review Inject css */
.patient-review-inject {
    width: calc(50% - 50px);
    margin-left: 50px;
    margin-bottom: 30px;
    float: right;
	position: relative;
	z-index: 1;
}
.patient-review-wrapper {
    width: 100%;
    padding: 65px;
    background-color: #1C1A1D;
    text-align: center;
}
.patient-review-wrapper h2 {
    color: #EBE9E3;
    font-size: 30px;
    font-weight: 400;
    font-family: "quiche-sans", sans-serif;
    line-height: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.each-patient-review p {
    color: #EBE9E3;
    font-size: 18px;
    font-weight: 300;
    font-family: 'League Spartan', sans-serif;
    line-height: 35px;
    letter-spacing: 0.9px;
    padding: 25px 0px 45px;
}
.patient-review-wrapper a {
    color: #EBE9E3;
}
/* Patient Review Inject css */
.quick-links-arrow img{
    width: 25px;
}
.swiper-container-thumbs .gallery-post-img img {
    cursor: pointer;
}
.skin-rejuvenation-procedures-txt h3{
	color: #FFF;
	font-family: "montserrat",sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.inject-procedure-list .row{
	margin-left: -25px;
	margin-right: -25px;
}
.inject-procedure-list .procedure-item {
    padding: 0px 25px;
}
.home .service-button-wrapper {
    max-width: 1100px;
	margin-top: 0px;
}
.contact-page-wrap{
	max-width: 910px;
	margin: 0 auto;
}
.banner-area-innerpage.inner-banner-area .site-breadcrumb a{
	color: #FBFAF5;
}
.banner-area-innerpage.inner-banner-area .site-breadcrumb {
	color: #FBFAF5;
}
.each-team-member{
	margin-bottom: 90px;
}
.blog-categories-text h2{
	color: #1C1A1D;
text-align: center;
    font-family: "futura-pt",sans-serif;
font-size: 27px;
font-style: normal;
font-weight: 450;
line-height: 30px; /* 111.111% */
text-transform: capitalize;
}
.blog-post-wrapper{
	max-width: 1016px;
    margin: 0 auto;
}
.blog-post-sec{
	margin-bottom: 90px;
	margin-top: 114px;
}
.single-post .banner-area-innerpage-type-two .banner-heading h1 {
  font-size: 33px;
}
.single-post .banner-content-type-two .site-breadcrumb {
    margin-top: 20px;
}
.blog-post-wrapper p strong{
	font-weight: 700;
}
.single-post .wp-block-list {
    list-style: none;
    margin-bottom: 25px;
}
.single-post .wp-block-list li{
	position:relative;
	margin-bottom: 10px;
}
.single-post .wp-block-list li strong {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 450;
    line-height: 27px;
}
.single-post .wp-block-list li:after {
    position: absolute;
    content: '';
    width: 21px;
    height: 19px;
    left: -40px;
    top: 2px;
    background-image: url(/wp-content/uploads/2025/08/Tooth.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#rmp_menu_trigger-426 .responsive-menu-pro-inner::before {
    top: 10px !important;
}
#rmp_menu_trigger-426 .responsive-menu-pro-inner::after {
    bottom: 10px !important;
}
#rmp_menu_trigger-426.is-active .responsive-menu-pro-inner::after {
    bottom: 0px !important;
}
#rmp-menu-wrap-426 {
	padding-top: 80px !important;
	padding-left: 5% !important;
	padding-bottom: 10px;
	padding-right: 5% !important;
}
.gallery-banner-area{
	background-color: #FBFAF5;
	min-height: 400px;
}
.gallery-banner-area .form-option {
    padding: 15px 0px;
}
.gallery-case-wrapper{
	border-top: 1px solid #B18A4B;
	max-width: 1008px;
	margin: 0 auto;
}
.gallery-case-text{
	padding-left: 50px;
}
.gallery-case-link{
	 color: #1C1A1D;
    text-align: center;
    font-family: "montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.gallery-case-link:hover{
	color: #B18A4B;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.resource-inject .procedure-resource-box:hover .service-list {
    transform: translateY(calc(100% - 96px));
    transition: transform 0.5s ease 0s;
}
.skin-rejuvenation-procedures-heading h2{
	margin-bottom: 30px;
}
.skin-rejuvenation-procedures-box{
	position: relative;
}
.skin-rejuvenation-procedures-box:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(102, 102, 102, 0.02) 69%, rgba(102, 77, 102, 0.04) 70%, rgba(85, 85, 85, 0.06) 71%, rgba(89, 89, 89, 0.08) 72%, rgba(96, 96, 96, 0.1) 73%, rgba(88, 88, 88, 0.12) 74%, rgba(82, 82, 82, 0.14) 75%, rgba(81, 81, 81, 0.16) 76%, rgba(83, 83, 83, 0.18) 77%, rgba(80, 80, 80, 0.2) 78%, rgba(77, 72, 77, 0.22) 79%, rgba(72, 72, 76, 0.24) 80%, rgba(74, 74, 74, 0.26) 81%, rgba(69, 69, 72, 0.28) 82%, rgba(68, 68, 68, 0.3) 83%, rgba(68, 65, 68, 0.32) 84%, rgba(64, 64, 64, 0.34) 85%, rgba(62, 59, 62, 0.36) 86%, rgba(57, 57, 60, 0.38) 87%, rgba(57, 57, 57, 0.4) 88%, rgba(54, 54, 56, 0.42) 89%, rgba(51, 51, 54, 0.44) 90%, rgba(49, 49, 51, 0.46) 91%, rgba(48, 48, 50, 0.47) 92%, rgba(44, 41, 44, 0.5) 94%, rgba(40, 38, 40, 0.52) 95%, rgba(36, 35, 38, 0.53) 96%, rgba(36, 34, 36, 0.55) 97%, rgba(34, 32, 34, 0.56) 98%, rgba(31, 27, 31, 0.59) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(102, 102, 102, 0.02) 69%, rgba(102, 77, 102, 0.04) 70%, rgba(85, 85, 85, 0.06) 71%, rgba(89, 89, 89, 0.08) 72%, rgba(96, 96, 96, 0.1) 73%, rgba(88, 88, 88, 0.12) 74%, rgba(82, 82, 82, 0.14) 75%, rgba(81, 81, 81, 0.16) 76%, rgba(83, 83, 83, 0.18) 77%, rgba(80, 80, 80, 0.2) 78%, rgba(77, 72, 77, 0.22) 79%, rgba(72, 72, 76, 0.24) 80%, rgba(74, 74, 74, 0.26) 81%, rgba(69, 69, 72, 0.28) 82%, rgba(68, 68, 68, 0.3) 83%, rgba(68, 65, 68, 0.32) 84%, rgba(64, 64, 64, 0.34) 85%, rgba(62, 59, 62, 0.36) 86%, rgba(57, 57, 60, 0.38) 87%, rgba(57, 57, 57, 0.4) 88%, rgba(54, 54, 56, 0.42) 89%, rgba(51, 51, 54, 0.44) 90%, rgba(49, 49, 51, 0.46) 91%, rgba(48, 48, 50, 0.47) 92%, rgba(44, 41, 44, 0.5) 94%, rgba(40, 38, 40, 0.52) 95%, rgba(36, 35, 38, 0.53) 96%, rgba(36, 34, 36, 0.55) 97%, rgba(34, 32, 34, 0.56) 98%, rgba(31, 27, 31, 0.59) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 68%, rgba(102, 102, 102, 0.02) 69%, rgba(102, 77, 102, 0.04) 70%, rgba(85, 85, 85, 0.06) 71%, rgba(89, 89, 89, 0.08) 72%, rgba(96, 96, 96, 0.1) 73%, rgba(88, 88, 88, 0.12) 74%, rgba(82, 82, 82, 0.14) 75%, rgba(81, 81, 81, 0.16) 76%, rgba(83, 83, 83, 0.18) 77%, rgba(80, 80, 80, 0.2) 78%, rgba(77, 72, 77, 0.22) 79%, rgba(72, 72, 76, 0.24) 80%, rgba(74, 74, 74, 0.26) 81%, rgba(69, 69, 72, 0.28) 82%, rgba(68, 68, 68, 0.3) 83%, rgba(68, 65, 68, 0.32) 84%, rgba(64, 64, 64, 0.34) 85%, rgba(62, 59, 62, 0.36) 86%, rgba(57, 57, 60, 0.38) 87%, rgba(57, 57, 57, 0.4) 88%, rgba(54, 54, 56, 0.42) 89%, rgba(51, 51, 54, 0.44) 90%, rgba(49, 49, 51, 0.46) 91%, rgba(48, 48, 50, 0.47) 92%, rgba(44, 41, 44, 0.5) 94%, rgba(40, 38, 40, 0.52) 95%, rgba(36, 35, 38, 0.53) 96%, rgba(36, 34, 36, 0.55) 97%, rgba(34, 32, 34, 0.56) 98%, rgba(31, 27, 31, 0.59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#961f1b1f', GradientType=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	z-index: 1;
}
.skin-rejuvenation-procedures-box:hover .skin-rejuvenation-procedures-txt{
    bottom: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fof.error-page-area .common-button{
	min-width: 270px;
}
.banner-area-innerpage.inner-banner-area .site-breadcrumb a:hover {
    color: #B18A4B;
}
.blog-categories-text .common-link{
	    font-size: 18px;
    min-height: auto;
	color: #1C1A1D;
	line-height: 30px;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 1.8px;
}
.blog-categories-text .common-link:hover{
		color: #B18A4B;
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.blog-categories-text .common-link:after{
display: none;
}
.blog-categories-text h2{
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;	
}
.blog-categories-text h2:hover{
	color: #B18A4B;
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search-result-area a{
    color: #B18A4B;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search-result-area a:hover{
		color: #1C1A1D;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;	
}
.blog-categories-img img{
	 height: 352px;
    object-fit: cover;
    object-position: 100% 20%;
}

body .gform_footer .gform_button.button:hover{
	color: #000;
}
.instagram-area-social ul li a:hover {
    color: #B18A4B;
}
.instagram-area-heading a:hover {
    color: #B18A4B;
}
.review-script a{
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    top: -40px;
    color: #fff;
}
.review-script a:hover{
	color: #B18A4B;
}
.blo-overview-content h2 a:hover{
	color: #B18A4B;
}
.new-gallery-inject a.common-link:hover {
   color: #B18A4B;
}
.related-blog a.common-link:hover {
   color: #B18A4B;
}
.banner-content-type-two p {
    letter-spacing: 0;
    text-transform: none;
}

/* +++++++++++client's location+++++++++ */
.location-area{
/* 	margin-top: 0px; */
	margin-bottom: 120px;
}
.location-wrapper {
    width: 100%;
    max-width: 1156px;
    margin: 0 auto;
}
.map-image img{
	height:100%;
}
.location-dtls{
	background:#DED7CC;
	padding: 60px 30px 30px 40px;
	height: 100%;
}
.location-dtls h3{
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-size: 33px;
	line-height: 40px;
	text-transform: none;
	color:#1C1A1D;
	margin-bottom: 30px;
}
.location-dtls ul{
	padding:0px;
}
.location-dtls li{
	list-style:none;
}
.adrees{
    display: flex;
    column-gap: 25px;
    align-items: center;
	margin-bottom: 26px;
	padding-left: 16px;
}
.adrees a,
.adrees p{
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	color:#1C1A1D;
	font-style: normal;
	max-width: 315px;
	width: 100%;
}
.adrees a:hover{
	color: #B18A4B;
	transition:all 0.5s;
}
.adrees i{
	font-size:20px;
	cursor:pointer;
}
.adrees i:hover{
	color: #B18A4B;
	transition:all 0.5s;
}
.adrees:last-child{
	margin-bottom:0px;
}
@media(max-width:1199px){
	.map-image img{
		height: 100%;
		object-fit: cover;
	}
	.map-image {
		height:100%;
	}
}
@media(max-width:991px){
	.map-image img {
		width: 100%;
	}
	.adrees a{
		max-width:inherit;
	}
	.location-dtls h3{
		font-size: 25px;
		line-height: 32px;
	}
	.location-dtls{
		padding: 42px 30px 42px 30px
	}
}