/*************** 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: "quinn-display",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: #fff;
	padding-left: 12px;
	padding-right: 10px;
	transition: all .3s ease-in-out;
}

.navigation-upper a:last-child i {
	color: #E2774B;
	transition: all .3s ease-in;
}

.navigation-upper a:last-child:hover i {
	color: #fff;
}

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

.navigation-upper a:last-child:hover {
	color: #fff;
}

.navigation-upper a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding-left: 10px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

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

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

.header-area-menu {
	background: #1E211B;
	padding:0px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.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 30px;
}

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

.header-area-menu .naviagtion ul li a {
	color: #FBF6EB;
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	transition: all .3s ease-in-out;
}


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

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

.page-template-template-home .header-area-menu{
	background: #1E211B;
	box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
}
/* .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{
	background: #1E211B;
	box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
}
.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: #9DA295;
}
.header-left{
	display: flex;
	align-items: center;
}
.header-mail a{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	display:block;
	padding-left:30px;
	color:#FBF6EB;
}
.header-mail a:hover{
	color: #9DA295;
}
/************* Banner Css ****************/
.banner-area {
	min-height: 100vh;
}

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

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

.banner-content p {
	margin-bottom: 40px;
}
.banner-content p{
	max-width: 838px;
	margin: 0 auto;
	margin-bottom: 20px;
}

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

/* .banner-area-innerpage::after {
content: "";
background-image: url("../images/team-banner-overlay.png");
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 {
	padding-top: 50px;
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform:capitalize;
}

/* .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: 10px;
	color: #1C1A1D;
	text-transform: capitalize;
	line-height: 21px;
	letter-spacing: 1.55px;
	font-weight: 300;
	font-size: 12px;
	word-break: break-word;
	font-family: "quinn-display",serif;
	margin-bottom: 15px;
}
.breadcrumb-text span.spt{
	font-weight: 700;
}

.breadcrumb-text a {
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; 
	letter-spacing: 0.85px;
	transition: all .5s ease-in-out;
	text-transform: capitalize;
}

.breadcrumb-text a:hover {
	color: #9DA295;
}

.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: #fff;
}

/******** 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: #E7E9DB;
}

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

.banner-area-innerpage-type-two .banner-heading h1 {
	padding-top: 40px;
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: capitalize;
}

.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: "quinn-display",serif;
	font-size: 15px;
	font-weight: 300;
	color:#9B9893;
}

.banner-content-type-two p {
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.85px;
	padding-bottom: 5px;
}

.breadcrumb-text-type-2 a {
	color: #1C1A1D;
	font-size: 15px;
	font-weight: 700;
	font-family: "quinn-display",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: 80%;
	max-width: 550px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 20px;
}

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

/******* End:Innaer Page Banner-(2) Css ******/
/************* Procedure Css ****************/
.procedure-list-area {
	padding: 190px 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: #1C1A1D;
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.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;
}

.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-service-list .col-lg-6:nth-child(even) {
	text-align: right;
	margin-top: -280px;
}

.service-list {
	transform: translateY(calc(100% - 82px));
	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 {
	font-family: "quinn-display",serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 45px;
	color: #fff;
}

.service-list ul li a:hover {
	color: #E2774B;
}

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

.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 {
	background: #EBE9E4;
	padding: 0px 0px 150px;
}

.testimonial-content-wrapper {
	max-width: 800px;
}

.testimonial-content-wrapper h2 {
	color: #1C1A1D;
	/*font-family: "quinn-display",serif;*/
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.testimonial-content-wrapper p {
	font-family: "quinn-display",serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 35px;
	margin: 40px;
}

/************* End:Testimonial Area Css *************/
/************* Wellness Area Css ****************/
.wellness-area {
	min-height: 100vh;
	padding-bottom: 100px;
	background-attachment: fixed;
}

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

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

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

.wellness-area h2 {
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}

.wellness-area p {
	color: #fff;
	margin: 0px;
}
.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: 85px 75px;
	background: #E7E9DB;
	position:relative;
}

.founder-area-content h2 {
	color: #1C1A1D;
	text-align: center;
	font-family: "quinn-display",serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0px;
	text-transform: capitalize;

}

.founder-area-content h4 {
	color: #1C1A1D;    
	font-family: "quinn-display",serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; 
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.founder-area-content p{
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0px;
}
.founder-area .container .row {
	margin: 0px -30px;
}

.founder-area .container .row>div {
	padding: 0px 30px;
}

/************* End:Founder Area Css ****************/
/************* Our Mission Area Css ****************/
.our-mission-area {
	background: #9DA295;
	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;
	obkect-position: top;
}

.misstion-content h2 {
	color: #FBF6EB;
	font-family: "quinn-display",serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.misstion-content p{
	color: #FBF6EB;
	font-family: "quinn-display",serif;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 300;
	line-height: 30px !important;
	letter-spacing: 0px;
	max-width: 425px;
}
.misstion-content a {
	color: #FBF6EB;
	font-size: 18px;
	font-weight: 600;
	font-family: "figtree",serif;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	transition: all .5s ease-in-out;
}

.misstion-content a:hover {
	color: #d9a883;
}

.our-mission-area  a.common-link {
	color: #FBF6EB;
}
.our-mission-area  a.common-link:hover {
	color: #1E211B;
}
/************* End:Our Mission Area Css ****************/
/************** Our Team Area Css *****************/
.our-team {
	padding: 107px 0px;
}

.our-team-member-image {
	width: 100%;
}

.our-team-member-image img {
	width: 100%;
}

.our-team-detail-text {
	width: 100%;
	padding-left: 45px;
}

.our-team-detail-text h2 {
	color: #374637;
	font-family: "quinn-display",serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.our-team-detail-text h4 {
	color: #374637;
	font-family: "quinn-display",serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 1px;
}

.our-team-detail-text p {
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; 
	letter-spacing: 0.85px;
	padding-top: 14px;
}

/*************** 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: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.thrive-wellness-aesthetics-text p {
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; 
	letter-spacing: 0.85px;
	padding-bottom: 25px;
}

.thrive-wellness-asthetics-image {
	width: 100%;
	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;
	text-align: center;
	font-family: "quinn-display",serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: all .5s ease-in-out;
}

.thrive-wellness-asthetics-content-box a:hover {
	color: #9DA295;
}
.thrive-wellness-aesthetics-text{
	max-width: 450px;
}
.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: #E7E9DB;
	bottom: 0px;
}
.thrive-wellness-aesthetics .row{
	margin-left: -20px;
	margin-right: -20px;
}
thrive-wellness-aesthetics .row .col-lg-6{
	padding-left: 20px;
	padding-right: 20px;
}
.contact-page-wrapper{
	max-width:1040px;
	margin: 0 auto;
}
/******** 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%;
	position: relative;
	margin-bottom: 36px;
}

.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: 1;
	padding: 0px 17px;
}

.skin-rejuvenation-procedures-txt a:not(:last-child) {
	color: #fff;
	font-size: 30px;
	font-family: "quinn-display",serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: all .5s ease-in-out;
	/* 	padding: 0px 5px; */
}

.skin-rejuvenation-procedures-txt a:not(:last-child):hover {
	color: #9DA295;
}

/***** 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 {
	width: 50%;
	background: #EBE9E3;
	padding: 55px 0px 50px;
	text-align: center;
	position: relative;
}

.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 80px;
}

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

.patient-result-slide-textbox {
	width: 100%;
	text-align: center;
	padding: 0px 80px;
}

.patient-result-slide-textbox h4 {
	color: #A55735;
	font-size: 20px;
	font-weight: 500;
	font-family: "quiche-sans",sans-serif;
	line-height: 35px;
	letter-spacing: 1px;
	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: 50px;
	top: 33%;
}

.patient-results .swiper-button-prev {
	left: 50px;
	top: 33%;
}

.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: #E7E9DB;
}

.contact-address-text {
	width: 100%;
	/* 	text-align: center;
	padding: 80px 0px; */
}

.contact-address-text h1 {
	color: #1E211B;
	font-family: "quinn-display",serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: capitalize;
	margin-bottom: 17px;
}

.hours-area h3 {
	color: #1E211B;
	font-family: "quiche-sans",sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding-top: 0px;
	margin-bottom: 0px;
}
.hours-area a {
	color: #1E211B;
	font-family: "quinn-display",serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; 
	letter-spacing: 0.35px;
	transition: all .3s ease-in-out;
}
.hours-area a:hover{
	color: #fff;	
	transition: all .3s ease-in-out;
}
.contact-address-text a {
	display: block;
	color: #1E211B;
	font-family: "quinn-display",serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; 
	letter-spacing: 0.35px;
	transition: all .3s ease-in-out;
}

.contact-address-text a:hover {
	color: #fff;
	transition: all .3s ease-in-out;
}

.hours-area p {
	display: block;
	color: #1E1E1E;
	font-size: 18px;
	font-family: "quinn-display",serif;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
}

.contact-address-social ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0px;
	padding-top: 10px;
}

.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: #E2774B;
}

.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;
}
.contacat-us-form-wrapper h3{
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 175% */
	letter-spacing: 1px;
	text-align:center;
}
/************* 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: "quinn-display",serif;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.appointment-schedules-text p {
	padding-top: 25px;
}

/******** 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: "quinn-display",serif;
	letter-spacing: 1.5px;
	font-weight: 300;
	outline: none;

}

/**************** End:Form Area Css Area Css ***********/
/*********** Schedule Consultation Area Css ************/
.schedule-consultation {
	background: #1C1A1D;
	padding: 86px 0px;
}

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

.schedule-consultation-text h2 {
	color: #EBE9E3;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	font-family: "quinn-display",serif;
}

.schedule-consultation-text p {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.85px;
	padding-top: 20px;
	font-family: "quinn-display",serif;
}

.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: "quinn-display",serif;
	font-size: 17px;
	resize: none;
}

.input-form input::placeholder {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	font-family: "quinn-display",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: "quinn-display",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: "quinn-display",serif;
	width: 100%;
	resize: none;
}

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

.submit-btn button {
	font-family: "quinn-display",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: "quinn-display",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: "quinn-display",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;
}

.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: #B0522B;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

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

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

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

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

.footer-bottom-area ul li a {
	font-family: "figtree", sans-serif;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color:#EBE9E4;
}

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

.footer-bottom-area p {
	font-family: "quinn-display",serif;
	font-size: 18px;
	color: #EBE9E4;
	font-weight: 300;
	margin: 0px;
}
.footer-bottom-wrapper{
	text-align:center;
}
/****************** End: Footer Area Css *****************/
.wellness-area .wellness-content-wrapper ul li {
	color: #fff;
}
.home-banner-slider-content h1 {
	color: #1C1A1D;
	font-family: "quinn-display",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: "quinn-display",serif;
	letter-spacing: 1.5px;
	outline: none;
}

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

}

.blog-categories .col-lg-6 {
	padding: 40px;
}

.blog-categories-inner {
	background-color: #EBE9E3;
	padding: 40px;
	height: 100%;
}

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

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

.blog-categories-text p {
	font-family: "quinn-display",serif;
	margin-top: 43px;
}

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

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

.blog-categories a:hover {
	color: #d9a883;
}



.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;
	font-family: "quinn-display",serif;
	font-size: 18px;
	line-height: 15px;
	color: #A55735;
	margin: 0px 10px;
	/*border-right: 1px solid #1C1C1C;*/
	font-weight:700;
}

.pegination-area .pagination ul li a {
	font-family: "quinn-display",serif;
	color: #1C1A1D;
}

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

/*********========================= our blog ends ======================= *********/
/************* Contact Area ************/
.contact-form-area{
	padding:125px 0px;
	background:#fff;
}
.contact-form-wrapper{
	max-width:728px;
	margin:0px auto;
}
.contact-form-wrapper h2.gform_title, .contact-form-wrapper h2{
	color: #1C1A1D;
	font-family: "Quinn Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}
.contact-form-wrapper p.gform_description{
	text-align:center;
}
.contact-form-wrapper p{
	color: #1C1A1D;
	text-align: center;
	font-family: "quinn-display",serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; 
	letter-spacing: 0px;
}
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: "quinn-display",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/07/Iicon-feather-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{
	border: 2px solid #374637;
	background: #374637;
	color: #FBF6EB;
	font-family: "figtree",serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1.6px;
	padding: 9px 60px 9px 60px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: uppercase;
	min-width: 250px;
	text-align: center;
}
body .gform_footer .gform_button.button:hover{
	color: #FBF6EB;
	border: 2px solid #1C1A1D;
	background-color: #1C1A1D;
	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: 25px 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: "quinn-display",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: "quinn-display",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: "quinn-display",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{
	text-align:center;
	margin-bottom: 8px;
}
.contacat-us-form-wrapper p{
	text-align:center;	
	margin-bottom: 40px;
}
.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;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Menu area %%%%%%%%%%%%%%%%%%%%%  */
nav > ul > li:hover > ul {
	display: block !important;
}
nav > ul > li > ul > li a{
	color: #FBF6EB;
	text-align: center;
	font-family: "quinn-display",serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.8px;
	text-transform:capitalize !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;		
}
nav > ul > li > ul > li a:hover{
	color:#9DA295 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
nav > ul > li.full-width-menu > ul li a{
	font-family: "quinn-display",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: 21px;
	position: relative;
	padding-top: 21px;
}
.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: 50px 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: #374637;
	padding: 24px 38px;
	min-width: 250px;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 0px;
	box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
}
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:#9DA295 !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: #1E211B;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99999;
	left: 0px;
	transition: all .5s;
	display: none;
	box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
}
.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: "figtree", sans-serif;
	font-size: 12.789px;
	font-style: normal;
	font-weight: 500;
	line-height: 23.98px;
	letter-spacing: 1.279px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	display: block;
	text-align: center;
	padding: 16px 6px;
	border: 0px;
	text-transform:uppercase;
}
.mobile-sticky-footer ul li a i{
	margin-right: 10px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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 Section %%%%%%%%%%%%%%%%%%%%%%  */
.home-service-area{
	margin-top:173px;
	position:relative;
}
.home-service-area:after{
	position:absolute;
	content: '';
	width: 100%;
	height: 320px;
	background-color: #E7E9DB;
	left:0px;
	bottom: 0px;
	z-index: -1;
}
.home-service-each{
	padding: 83px 63px;
	background-color:#9DA295;
	text-align:center;
}
.telehealth-area{
	padding-bottom:110px;
	padding-top:244px;
}
.telehealth-wrapper{
	max-width:486px;
}
.home-service-each-text{
	padding-right:100px;
}
.telehealth-wrapper h2{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	line-height: 100%;
	color: #E7E9DB;
	text-transform: capitalize;
}
.telehealth-wrapper p{
	font-family: "quinn-display",serif;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #E7E9DB;
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
}
.telehealth-wrapper p:after {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom:0px;
	left: 0px;
	content: '';
	z-index: 1;
}
.telehealth-wrapper .common-link{
	color: #E7E9DB;
}
.singel-review-area{
	padding-bottom: 170px;
	padding-top:120px;
	background-color: #E7E9DB;
	position:relative;
}
.singel-review-area:after {
	width: 394px;
	height: 615px;
	background: url(/wp-content/uploads/2025/07/ff.png) no-repeat center center / cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	z-index: 0;
}
.singel-review-wrapper{
	max-width:800px;
	margin: 0 auto;
	text-align:center;
}
.singel-review-wrapper p{
	color: #1E211B;
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 44px;
	padding: 0px;
	margin: 0px;
}
.singel-review-wrapper h5{
	color: #374637;
	font-family: "quinn-display",serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 1px;
}
.home-service-wrapper  .card-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 2.25rem;
}
.home-service-wrapper  .card-columns .card{
	border: 0px;
	margin-bottom: 48px;
	background: transparent;
}
.home-service-each-logo{
	margin-bottom:25px;
}
.home-service-each h2{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 2px;
	color: #fff;
	text-transform:capitalize;
}
.home-service-each p{
	font-family: "quinn-display",serif;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1C1A1D;
}
.home-service-each .common-link{
	color:#fff;
}
.Home-banner-area{
	height: 100%;
	min-height: 768px;
	display: flex;
	align-items: center;
	padding-top: 137px;
}
.home-banner-wrapper{
	max-width:456px;
	text-align:center;
}
.home-banner-wrapper h1{
	font-family: "quinn-display",serif;
	font-weight: 300;
	font-style: Normal;
	font-size: 33px;
	line-height: 40px;
	color:#FBF6EB;
	text-transform:none;
	margin-bottom: 10px;
}
.home-banner-wrapper p{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 30px;
	color:#FBF6EB;
	text-transform:capitalize;	
	margin-top: 0px;
	margin-bottom: 60px;
}
.home-banner-wrapper .common-button{
	background-color:#E7E9DB;
	box-shadow: 0px 1px 30px 0px #0000004D;
	color:#1E211B;
	letter-spacing: 2px;
	border: 2px solid #E7E9DB;
}
.home-banner-wrapper .common-button:hover{
	background-color: #374637;
	border: 2px solid #374637;
	color: #FBF6EB;
}
.home-banner-logo{
	margin-bottom:60px;
}
.home-service-each-text h2{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform:capitalize;	
	color:#1C1A1D;
	margin-bottom:10px;
}
.home-service-each-text p{
	font-family: "quinn-display",serif;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color:#1C1A1D;
}
.home-service-button{
	text-align: center;
	margin-top: 30px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New Footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.top-footer-area{
	padding-top:96px;
	padding-bottom:80px;
	background-color: #9DA295;
}
.top-footer-area h3{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 26px;
	line-height: 100%;
	color: #E7E9DB;
	margin-bottom: 10px;
	margin-top: 20px;
}
.top-footer-area a{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: .5px;
	color: #1E211B;
	display:block;
}
.top-footer-area a:hover{
	color:#fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;		
}
.quick-link-area{
	max-width:204px;
}
.quick-link-area ul{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.quick-link-area ul li a{
	font-family: "quinn-display",serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	color: #1E211B;
	display:block;
	line-height: 32px;
	border-bottom: 1px solid #CDCAC5;
	padding: 5px 0px;
	background: url(/wp-content/uploads/2025/07/right-arrow.png) no-repeat 98%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.quick-link-area ul li a:hover{
	color:#fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.quick-link-area ul li:last-child a{
	border: 0px;
}
.footer-each.footer-quick-link{
	max-width: 204px;
	margin-left: auto;
}
.footer-each.footer-address{
	max-width: 265px;
	margin-left: auto;
}
.team-btn {
	text-align: center;
	padding-top: 50px;
}
.team-btn .common-button {
	padding: 11px 60px 11px 60px;
}
.founder-area-content:after{
	position:absolute;
	content:'';
	top: -30px;
	left:50%;
	transform: translateX(-50%);
	background: url(/wp-content/uploads/2025/07/fUnion.png) no-repeat;
	background-size:cover;
	width: 50px;
	height: 70px;
}
.founder-area-content .common-link{
	color: #374637;
	font-size: 18px;
}
.card.mob-only{
	display:none;
}
.banner-area-innerpage-type-two:after{
position: absolute;
content:'';
top: 50%;
left:0px;
transform: translateY(-50%);
background: url(/wp-content/uploads/2025/07/banner-icon.png) no-repeat;
width: 100%;
height: 433px;
}
.procedure-area h2{
	color: #FBF6EB;
	font-family: "quinn-display",serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.procedure-area h3{
	color: #1C1A1D;
	font-family: "quinn-display",serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; 
	letter-spacing: 1px;
	text-transform: capitalize;
}
.procedure-area p{
	font-family: "quinn-display",serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 0.8px;
}
.procedure-area .inner-container {
	max-width: 900px;
	margin: 0 auto;
}
.procedure-area .our-mission-area{
	margin-top: 100px;
}
.team-post-area{
	margin-top:73px;
}
.hours-area{
	margin-top: 30px;
}
.header-area-menu .naviagtion ul li > ul > li{
	padding:0px;
	margin-bottom: 8px;
}
#rmp-container-426{
	background-color: #374637 !important;
}
#rmp-menu-wrap-426{
	margin-top: 90px;
	padding-left: 8% !important;
	padding-right: 8% !important;
}
.fof {
	padding-top: 200px;
}
.single-team .breadcrumb-text a:nth-child(3) {
	display: none;
}
.single-team .breadcrumb-text span:nth-child(2) {
	display: none;
}

.error404 .banner-heading h1 span {
	font-size: 18px;
	font-family: "quinn-display",serif;
}





.skin-rejuvenation-procedures-txt a.common-link {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 0;
	padding: 0;
	display:inline-block;
}
.skin-rejuvenation-procedures-txt a:not(.common-link) {
	display: table;
	margin-bottom: 20px;
}
.skin-rejuvenation-procedures-box:hover .skin-rejuvenation-procedures-txt a.common-link {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	height: auto;
	padding: 12px 24px;
}
a.common-link.read-more-link{
	color: #fff;
}
a.common-link.read-more-link:hover{
	color: #9DA295;
}



.thrive-wellness-asthetics-content-box {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0px;
    text-align: center;
    z-index: 1;
    padding: 0px 17px;
}
.thrive-wellness-asthetics-content-box a.common-link {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 0;
	padding: 0;
	display:inline-block;
}
.thrive-wellness-asthetics-content-box a:not(.common-link) {
	display: block;
	margin-bottom: 20px;
}
.thrive-wellness-asthetics-right-image:hover .thrive-wellness-asthetics-content-box a.common-link {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	height: auto;
	padding: 12px 24px;
}
.thrive-wellness-asthetics-image:hover .thrive-wellness-asthetics-content-box a.common-link { 
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	height: auto;
	padding: 12px 24px;
}

.thrive-wellness-asthetics-content-box a.common-link {
    font-family: "figtree",serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner-content-type-two {
    z-index: 9999;
    position: relative;
}
.skin-rejuvenation-procedures-txt a:not(.common-link) {
    display: block !important;
}
.team-logos ul {
    display: flex;
    list-style: none;
    gap: 13px;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.team-logos {
    margin-top: 15px;
}
@media(max-width:991px){
	.banner-area-innerpage-type-two .row{
		 flex-direction: column-reverse;
	}
	body .banner-content-type-two-image {
		padding-left: 0px;
		margin-top: 0px;
		margin-bottom: 40px;
		width: 40%;
	}
	.banner-area-innerpage-type-two{
		padding-bottom:30px;
	}
}