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

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

/********************* Header Css ******************/
.header-area-menu{
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(3.6500000953674316px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area-menu.fixed_header {
	position: fixed;
	top: -100%;
}
.header-area-menu.fixed_header.stky{
	top: 0;
}
.header-area-wrapper{
	padding: 0px 70px;
}
.logo-area img{
	filter: brightness(0);
}
.navigation-upper {
	padding-left: 33px;
}
.navigation-upper a {
	color: #000;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.navigation-upper a:hover {
	color: #D3DBD3;
}
.header-area-menu .naviagtion{
	display: flex;	
	column-gap: 57px;
	align-items: center;
}
.header-area-menu .naviagtion ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0;
	padding: 0;
	list-style: none;
	column-gap: 50px;
}
.header-area-menu .naviagtion ul li {
	list-style-type: none;
	padding: 21px 0;
}
.header-area-menu .naviagtion nav > ul > li:last-child{
	padding-right:0px;
}
.header-area-menu .naviagtion ul li a {
	font-family: "seitu-variable",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	transition: all .3s ease-in-out;
	color: #000;
}
.header-area-menu .naviagtion ul li a:hover{
	color: #D3DBD3;
}
.header-area-menu .naviagtion ul li.active {
	color: #D3DBD3;
}
a.open-search-box{
	color: #000;
	font-size: 16px;
}
.page-template-template-home .header-area-menu{
	background-color:transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	backdrop-filter: blur(0);
}
.page-template-template-home a.open-search-box,
.page-template-template-home .header-area-menu ul li a,  
.page-template-template-home .header-area-menu .navigation-upper a{
	color: #FBFBFB;
}
.page-template-template-home .header-area-menu.fixed_header .header-area-menu.fixed_header{
	background-color: #FFFFFFF2;
}
.page-template-template-home .header-area-menu.fixed_header .navigation-upper a,
.page-template-template-home .header-area-menu.fixed_header a.open-search-box,
.page-template-template-home .header-area-menu.fixed_header ul li a, 
.page-template-template-home .header-area-menu.fixed_header .navigation-upper a{
	color: #000;
}
.page-template-template-home .header-area-menu nav>ul>li.menu-item-has-children > a:after{
	filter: invert(1);
}
.page-template-template-home .header-area-menu.fixed_header nav>ul>li.menu-item-has-children > a:after{
	filter: invert(0);
}
.page-template-template-home .header-area-menu .navigation-upper a:hover{
	color: #D3DBD3;
}
.page-template-template-home .logo-area img {
	filter: brightness(1);
}
.page-template-template-home .header-area-menu.fixed_header .logo-area img{
	filter: brightness(0);
}
.page-template-template-home .header-area-menu.fixed_header{
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(3.6500000953674316px);
}
/************* 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;
	padding: 100px 0px 0px;
	position: relative;
}

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

}
.center-banner-text .banner-content-type-two{
	text-align:center;
	max-width: 730px;
	width: 100%;
	padding-right: 0;
	margin: 0px auto;
}
.banner-heading h1 {
	padding-top: 70px;
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	font-family: "the-seasons",sans-serif;
	line-height: 48px;
	letter-spacing: 2.21px;
	text-transform: uppercase;
	position: relative;
}
.breadcrumb-text {
	margin-top: 10px;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 1.8px;
	font-weight: 700;
	font-size: 12px;
	word-break: break-word;
	margin-bottom: 15px;
}
.breadcrumb-text span.spt{
	font-weight: 700;
}
.breadcrumb-text a {
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: 'League Spartan', sans-serif;
	transition: all .5s ease-in-out;
}

.breadcrumb-text a:hover {
	color: #D3DBD3;
	font-weight: 700;
}

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

/******** End:Innaer Page Banner Css ********/
/******** Innaer Page Banner-(2) Css ********/
.banner-area-innerpage-type-two {
	width: 100%;
	min-height: 628px;
	padding: 100px 0px 165px;
	position: relative;
	background: rgba(240, 236, 212, 0.5);
}
.banner-content-type-two {
	width: 100%;
	padding-right: 21px;
}
.banner-area-innerpage-type-two .banner-heading h1 {
	color: #1C1A1D;
}
.banner-area-innerpage-type-two .banner-heading h1::after {
	display: none;
}
.banner-area-innerpage-type-two .common-button{
	border: 1px solid #374637;
}
.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;
	margin-top: 40px;
	padding-bottom: 5px;
}
.breadcrumb-text-type-2 a {
	color: #1C1A1D;
	font-size: 15px;
	font-weight: 700;
	font-family: 'League Spartan', sans-serif;
	transition: all .5s ease-in-out;
}
.breadcrumb-text-type-2 a:hover {
	color: #D3DBD3;
}
.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: 430px;
	margin-bottom: -70px;
}
.banner-content-type-two-image img {
	width: 100%;
}
/******* End:Innaer Page Banner-(2) Css ******/
/************* Procedure Css ****************/
.procedure-list-area {
	padding: 144px 0px 0px;
	position: relative;
	margin-bottom: -78px;
	z-index: 1;
}
.procedure-list-area h2 {
	margin-bottom: 5px;
}
.procedure-list-area h5{
	color:  #475647;
	font-family: "seitu-variable",sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 30px;
}	
.procedure-list-area p{
	color: #000;
}
.procedure-content-area {
	max-width: 421px;
	width: 100%;
	margin: 0px auto;
}
.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;
}
.procedure-service-list .col-lg-6:last-child {
	text-align: right;
	margin-top: -280px;
	width: 100%;
	margin-left: auto;
}
.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: #FBFBFB;
}
.service-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.procedure-image-wrapper:hover .service-list ul{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.service-list ul li a {
	font-family: "seitu-variable",sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 45px;
	color: #FBFBFB;
}
.service-list ul li a:hover {
	color: #D3DBD3;
}
.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-color: #D3DBD3;
	padding: 100px 0px;
	min-height: 827px;
}
.testimonial-content-wrapper {
	max-width: 800px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.testimonial-content-wrapper p {
	color: #000;
	text-align: center;
	font-family: "the-seasons",sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px; 
	letter-spacing: 1.2px;
	margin-bottom: 30px;
}
.testimonila-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
/************* End:Testimonial Area Css *************/
/************* Wellness Area Css ****************/
.wellness-area {
	min-height: 695px;
	padding-bottom: 100px;
	background-attachment: fixed;
}
.wellness-content-wrapper {
	max-width: 486px;
	width: 100%;
}
.wellness-area:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000 100%);
	content: '';
}
.wellness-area .container {
	position: relative;
	z-index: 1;
}
.wellness-area h2 {
	color: #fbfbfb;
	margin-bottom: 37px;
}
.wellness-area p {
	color: #fbfbfb;
	margin: 0px;
}
.wellness-area-services {
	width: 100%;
	margin-top: 40px;
	padding: 28px 0px 0px;
	border-top: 1px solid #fbfbfb;
}
.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: #FBFBFB;
	font-family: "seitu-variable",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px; 
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.wellness-area-services ul li a:hover {
	color: #D3DBD3;
}
/************* End:Wellness Area css *************/
/************** Founder Area Css ****************/
.founder-area {
	padding: 120px 0px 88px;
}
.founder-btn{
	margin-top: 38px;
}
.founder-area-content{
	padding: 100px 70px 61px;
	background: rgba(240, 236, 212, .5);
	position: relative;
}
.founder-area-content::after{
	background: linear-gradient(0deg, rgba(240, 236, 212, 1) 30%, rgba(240, 236, 212, 0.39) 50%, rgba(240, 236, 212, 0) 100%);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: "";
	position: absolute;
}
.founder-area-content h2 {
	margin-bottom: 12px;
}
.founder-area-content h4 {
	color: #000;
	font-family: "seitu-variable",sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 51px;
}
.founder-area-content P{
	color: #000;
	height: 317px;
	overflow: hidden;
}
.founder-area-logo{
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 329px;
	pointer-events: none;
	width: 100%;
}
.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: #475647;
	position: relative;
	padding-top: 47px;
	margin-bottom: 69px;
}
.misstion-content {
	max-width: 425px;
	padding: 30px 0px;
}
.misstion-content h2 {
	color: #f8f8f8;
	margin-bottom: 8px;
}
.misstion-content h3{
	color: #D3DBD3;
	font-family: "seitu-variable",sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 31px;
}
.misstion-content a.common-link{
	color: #f8f8f8;
	border-bottom: 1px solid;
	display: inline-block;
}
.misstion-content a:hover {
	color: #000;
}
.misstion-content p {
	color: #f8f8f8;
}
.our-mission-image{
	margin-bottom: -69px;
	filter: drop-shadow(0 5px 11px rgba(0, 0, 0, 0.10)) drop-shadow(0 20px 20px rgba(0, 0, 0, 0.09)) drop-shadow(0 44px 26px rgba(0, 0, 0, 0.05)) drop-shadow(0 78px 31px rgba(0, 0, 0, 0.01)) drop-shadow(0 122px 34px rgba(0, 0, 0, 0.00));
}
/************* End:Our Mission Area Css ****************/
/************** Our Team Area Css *****************/
.our-team {
	margin-top: 70px;
	margin-bottom: 70px;
}
.our-team-member-image {
	width: 100%;
	max-width: 100%;
}
.our-team-member-image img {
	width: 100%;
}
.our-team-detail-text {
	width: 100%;
	max-width: 522px;
}
.our-team-detail-text h2 {
	color: #374637;
	letter-spacing: 0.96px;
	margin-bottom: 7px;
}
.our-team-detail-text h4 {
	color: #475647;
	margin-bottom: 22px;
}
.our-team-detail-text p {
	color: #1C1A1D;
}
.team-our-mission-area{
	margin-bottom: 170px;
}
.single-team-post{
	margin-bottom: 0;
}
/*************** 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 {
	margin-top: 70px;
	margin-bottom: 70px;
	position: relative;
}
.thrive-wellness-aesthetics-wrap{
	max-width: 1156px;
	width: 100%;
}
.thrive-wellness-aesthetics-text h2 {
	color: #1C1A1D;
	font-weight: 400;
	font-size: 48px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 18px;
}
.thrive-wellness-aesthetics-text{
	margin-bottom: 52px;
}
.thrive-wellness-asthetics-image {
	position: relative;
}
.thrive-wellness-asthetics-image::after {
	content: "";
	position: absolute;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
}
.thrive-wellness-asthetics-content-box {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0px;
	text-align: center;
	z-index: 1;
	padding: 0px 20px;
}
.thrive-wellness-asthetics-content-box a {
	color: #FBFBFB;
	font-family: "the-seasons",sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.96px;
	transition: all .5s ease-in-out;
}
.thrive-wellness-asthetics-content-box a:hover {
	color: #D3DBD3;
}
/******** 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;
}
.inject-procedure-wrap{
	max-width: 1080px;
	width: 100%;
	margin: 0px auto;
}
.skin-rejuvenation-procedures-heading h3 {
	color: #1C1A1D;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.skin-rejuvenation-procedures-box {
	height: 100%;
	position: relative;
}
.skin-rejuvenation-procedures-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.skin-rejuvenation-procedures-box::after {
	content: "";
	position: absolute;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	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 10px;
}
.skin-rejuvenation-procedures-txt a {
	color: #fbfbfb;
	font-size: 32px;
	font-family: "the-seasons",sans-serif;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.skin-rejuvenation-procedures-txt a:hover {
	color: #D3DBD3;
}
/***** 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: #FBFBFB;
	font-size: 32px;
	font-weight: 300;
	line-height: 40px; 
	letter-spacing: 0.96px;
}
.testimonial-black-box p {
	color: #FBFBFB;
	margin-bottom: 35px;
	margin-top: 34px;
}
.testimonial-black-box .common-link {
	color: #FBFBFB;
}
.testimonial-black-box .common-link:hover{
	color: #374637;
}
.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: #D3DBD3;
}

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

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

/************* End: Category Chemical Peels Css ***********/
/**************** Contact Area Css Start ******************/
.conatct-area {
	width: 100%;
	padding: 80px 0px 92px;
	min-height: 762px;
	background-color: rgba(240, 236, 212, .5);
}
.contact-address-text {
	width: 100%;
	padding: 80px 0px;
}
.contact-address-text h1{
	color: #1E211B;
	font-size: 48px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px;
	margin-bottom: 15px;
}
.contact-address-text a {
	color: #1E211B;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px; 
	display: table;
	letter-spacing: 0.35px;
	transition: all .3s ease-in-out;
}
.contact-address-text a:hover {
	color: #D3DBD3;
}
.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 .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	grid-column: span 12;
	-ms-grid-column-span: 12;
}
.contacat-us-form-wrapper h3{
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;

}
.contacat-us-form-wrapper h2,
.contacat-us-form-wrapper p{
	display:none;
}
body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield input, 
body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield select,
body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield textarea{
	color: #131514;
	font-family: "Figtree", sans-serif;
	border-color: #9E9B96;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}
body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield input::placeholder, 
body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield textarea::placeholder{
	color: #131514;
}
body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gfield textarea.small {
	height: 50px;
}
body .contacat-us-form-wrapper .gform_wrapper.gravity-theme .gform_footer{
	padding-top: 16px;
}
/************* 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;
}

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

/*************** 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: 'League Spartan', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 300;
	outline: none;

}

/**************** End:Form Area Css Area Css ***********/
/*********** Schedule Consultation Area Css ************/
.schedule-consultation {
	margin-top: 100px;
	margin-bottom: 78px;
}
.schedule-consultation-text {
	width: 100%;
	max-width: 459px;
}
.schedule-consultation-text h2 {
	margin-bottom: 30px;
}
body .schedule-contact-form .gform_footer .gform_button.button{
	padding: 12px 62px;
}
.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: #D3DBD3;
}
.address-area {
	text-align: left;
	color: #fff;
	padding-left: 77px;
}
.address-area h5 {
	color: #000;
	font-family: "the-seasons",sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}
.address-area p {
	margin-top: 0;
	margin-bottom: 55px;
}
.address-area a {
	color: #000;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; 
	letter-spacing: 0.35px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	display: table;
}
.address-area a:hover {
	color: #fff;
}
.footer-social-media {
	text-align: center;
}
.footer-menu-area{
	text-align: left;
}
.footer-menu-area h4{
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 34px;
}
.footer-menu-area ul{
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 189px;
	width: 100%;
}
.footer-menu-area li:not(:last-child){
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #475647;
}
.footer-menu-area li a{
	color: #000;
	font-family: "seitu-variable",sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	background-image: url("/wp-content/uploads/2025/07/Vector-2.svg");
	display: block;
	background-position: 100%;
	background-size: 7px;
	background-repeat: no-repeat;
}
.footer-menu-area li a:hover{
	background-position: 96%;
}
.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: 77px 0px 109px;
}
.footer-social ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	column-gap: 12px;
}
.footer-social ul li a {
	font-size: 25px;
	color: #475647;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social ul li a:hover {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom-area {
	background: #475647;
	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 20px;
	line-height: 1;
	position: relative;
}
.footer-bottom-area ul li:not(:last-child)::after{
	position: absolute;
	right: 0;
	height: 75%;
	width: 1px;
	background-color: #fff;
	content: "";
	top: 50%;
	transform: translateY(-50%);
}
.footer-bottom-area ul li a {
	color: #FBFBFB;
	text-align: center;
	font-family: "seitu-variable",sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px; 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom-area ul li a:hover {
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom-area p {
	color:  #FBFBFB;
	text-align: center;
	font-family: "seitu-variable",sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px; 
	margin-top: 10px;
	margin-bottom: 0;
}

/****************** End: Footer Area Css *****************/
.wellness-area .wellness-content-wrapper ul li {
	color: #fff;
}
.home-banner-slider-content h1 {
	color: #FBFBFB;
	font-size: 60px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.home-banner-slider-content h1 em{
	color: #FBFBFB;
	font-family: "seitu-variable",sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-style: normal;
}
.banner-logo {
	margin-left: -23px;
	margin-bottom: -20px;
}
.home-banner-slider-content {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 50%;
	max-width: 640px;
	padding: 0px 20px;
	z-index:9;
}
.home-banner-slider-content p{
	color: #FBFBFB;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px; 
	margin-bottom: 44px;
	margin-top: 0;
}
.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);
	position: relative;
}
.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 */
.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: 'league_spartanlight';
	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: "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: #D3DBD3;
}



.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: 'League Spartan', sans-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: '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:71px 0px 40px;
	background:#fff;
}
.contact-form-wrapper{
	max-width:717px;
	width: 100%;
	margin:0px auto;
}
.contact-form-wrapper h2.gform_title, .contact-form-wrapper h2{
	margin-bottom: 21px;
}
.contact-form-wrapper p.gform_description{
	text-align:center;
}
.contact-form-wrapper .gf_browser_chrome{
	margin-top: 54px;
}
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 #D3DBD3;
	background-color:transparent;
	padding: 8px 0px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-family: "seitu-variable",sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.5px;
}
body .gform_wrapper.gravity-theme .gfield select{
	background: url('/wp-content/uploads/2025/07/Icon-feather-chevron-down.svg')  no-repeat 99% center;
}
body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { 
	color: #000;
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder { 
	color: #000;
}
body .gform_wrapper.gravity-theme .gfield input::placeholder {
	color: #000;
}
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder { 
	color: #000;
}
body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {
	color: #000;
}
body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
	color: #000;
}
body .gform_footer .gform_button.button{
	border: 0px solid #fff;
	background-color: #475647;
	border: 1px solid #475647;
	padding: 7px 62px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-width: 242px;
	color: #FBFBFB;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
body .gform_footer .gform_button.button:hover{
	background-color: #F0ECD4;
	color:#000;
	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: 45px;
}
:focus{
	outline:none
}
body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 15px;
}
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 ************/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Menu area %%%%%%%%%%%%%%%%%%%%%  */
.header-area-menu .naviagtion nav > ul > li > ul {
	display: none;
	background-color: #475647;
	padding: 26px 36px !important;
	min-width: 431px;
	position: absolute;
	top: 100%;
	left: -81px;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.25);
}
.header-area-menu .naviagtion nav > ul > li:hover > ul {
	display: block;
}
.header-area-menu .naviagtion nav > ul > li > ul > li a{
	color: #FBF6EB !important;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; 
	letter-spacing: 0.8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;		
}
.header-area-menu .naviagtion nav > ul > li > ul > li a:hover{
	color:#000 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.header-area-menu nav > ul > li.full-width-menu > ul li a{
	font-family: 'League Spartan', sans-serif !important;
	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 .naviagtion ul li {
	position: relative;
}
.header-area-menu .naviagtion ul li.full-width-menu{
	position:inherit;
}
.header-area-menu nav > ul > li.full-width-menu {
	position: static;
}
.header-area-menu 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;
}

.header-area-menu nav > ul > li.full-width-menu > ul {
	width: 100%; 
	align-items: flex-start !important;
	padding: 50px 25px;
}
.header-area-menu nav > ul > li.full-width-menu:hover > ul {
	display: flex !important;
}
.header-area-menu nav > ul > li.full-width-menu > ul{
	position:relative;
}

.header-area-menu nav > ul > li.full-width-menu > ul li > ul{
	display:block !important;
	padding-left:0px;
}
.header-area-menu nav > ul > li.full-width-menu > ul li > ul > li{
	padding:0px !important;
}
.header-area-menu 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;
}
.header-area-menu .naviagtion nav > ul > li.full-width-menu > ul li a:hover{
	color:#A55735 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area-menu .naviagtion nav > ul > li.full-width-menu > ul > li{
	padding:0px 40px !important; 
}
.header-area-menu .naviagtion nav > ul > li > ul > li{
	padding:0px 0px 8px !important;
}
.header-area-menu .naviagtion nav>ul>li.menu-item-has-children > a:after {
	content: url("/wp-content/uploads/2025/07/Vector-1.svg");
	margin-left: 10px;
	display: inline-block;
}
.header-area-menu .naviagtion nav > ul > li.full-width-menu > ul {
	box-shadow:none;
}
#rmp-menu-wrap-426 .rmp-menu-item-link{
	font-family: "the-seasons", sans-serif !important;
}
#rmp-container-426 {
	padding-top: 87px !important;
}
.header-area-menu.active{
	z-index: 999999;
}
#rmp_menu_trigger-426{
	z-index: 9999999 !important;
}
.header-area-menu.active{
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(3.6500000953674316px);
}
.header-area-menu.active .logo-area img {
	filter: brightness(0);
}
.header-area-menu.active a.open-search-box{
	color: #000;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%  Mobile button %%%%%%%%%%%  */
.mobile-sticky-footer {
	background: #FBFBFB;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99999;
	padding: 20px 6px;
	left: 0px;
	transition: all .5s;
	display: none;
	-webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	bottom: -100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-sticky-footer.active{
	bottom: 0;
}
.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{
	color: #000;
	font-family: "seitu-variable",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px; 
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border: 0px;
	text-transform:uppercase;
}
.mobile-sticky-footer ul li a i{
	margin-right: 10px;
}
.mobile-sticky-footer ul li a:hover{
	color: #475647;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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;
}
.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: #D3DBD3;
}
.home .procedure-content-area a {
	color: initial;
}
.home .procedure-content-area a:hover {
	color: #D3DBD3;
}
.white-banner-text .banner-heading h1{
	color:#FBFBFB !important;
}
.white-banner-text .breadcrumb-text{
	color:#FBFBFB;
}
.white-banner-text .breadcrumb-text a{
	color:#FBFBFB;
}
.white-banner-text .banner-heading p{
	color:#FBFBFB;
}

.page-template-template-contact .patient-testimonials{
	display:none !important;
}

/** Default Template **/
.procedure-area-banner{
	padding-bottom: 0;
	margin-bottom: 148px;
}
.procedure-area-banner .banner-heading h1{
	color: #1C1A1D;
	padding-top: 0;
	text-transform: capitalize;
	font-size: 48px;
	line-height: normal;
	letter-spacing: 0.96px;
	margin-bottom: 20px;
}
.procedure-area{
	margin-top: 70px;
	margin-bottom: 67px;
}
.procedure-area .inner-container{
	max-width: 901px;
	width: 100%;
	margin: 0px auto;
}
.wp-block-column .patient-results{
	width:100%;
}
.black-box-wrapper.testimonial-inject{
	width:calc(50% - 50px);
	margin-left:50px;
	margin-bottom: 30px;
	float:right;
}
.procedure-area :where(.wp-block-columns.is-layout-flex){
	gap:50px;
}
.page-template-template-service-overview .procedure-area{
	margin-top: 0;
}
.page-template-template-service-overview  .inject-procedure-list{
	margin-top: -70px;
	position: relative;
	z-index: 1;
	margin-bottom: 110px;
}
.our-mission-inject{
	min-height: 775px;
	margin-top: 67px;
}
.our-mission-inject .our-mission-image {
	filter: initial;
	position: absolute;
	right: 0;
	height: 100%;
	width: 50%;
	margin-bottom: 0;
	top: 0;
}
.our-mission-inject .our-mission-image img{
	height: 100%;
	object-position: top;
	object-fit: cover;
}
.two-column-inject{
	margin-top: 70px;
	margin-bottom: 70px;
}
.two-column-inject-wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
}
.two-column-inject-wrapper .black-box-wrapper.testimonial-inject {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	float: none;
}
.two-column-right-part{
	background-color: #344A55;
	height: 100%;
	padding: 65px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.two-column-right-part h2 {
	color: #FBFBFB;
	font-size: 32px;
	font-weight: 300;
	line-height: 40px; 
	letter-spacing: 0.96px;
	margin-bottom: 34px;
}
.two-column-right-part p {
	color: #FBFBFB;
	margin-bottom: 35px;
}
.two-column-content p:last-child {
	margin-bottom: 0;
}
.two-column-right-part .common-link {
	color: #FBFBFB;
}
.two-column-right-part p:last-child{
	margin-bottom: 0;
}
.two-column-content {
	max-width: 523px;
	padding-right: 30px;
	width: 100%;
}
.procedure-area .dlm-faq-area {
	display: block !important;
	margin: 0px -50px;
}
.procedure-area .dlm-faq-area > h3{
	margin-bottom: 25px;
}
body .common h3{
	margin-bottom: 25px !important;
	color: #16355e;
	font-size: 24px;
	font-weight: 300;
	text-transform: capitalize;
	background: rgba(211, 219, 211, 0.50);
	padding: 12px 25px 12px 21px;
	font-family: "the-seasons", sans-serif;
	letter-spacing: 0.72px;
}
body .common h3::after{
	font-family: "seitu-variable",sans-serif;
}
.faq-bottom .btn {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: "seitu-variable", sans-serif;
}
.faq-bottom .btn{
	color: #374637;
}
/*======================= innerbanner =======================*/
.innar-banner-new{
	min-height: 490px;
	align-items: end !important;
	padding-bottom: 132px;
}
.innar-banner-new .banner-heading h1{
	font-size: 55px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.65px;
	margin-bottom: 25px;
	padding-top: 0;
	text-transform: capitalize;
}
.center-banner-text.innar-banner-new .banner-content-type-two{
	max-width: 749px;
}
.search-results .banner-heading{
	text-align:center;
}
.search-results .banner-heading h1{
/* 	color:#fff !important; */
	color:#000 !important;
}
.search-results .banner-heading .breadcrumb-text{
/* 	color:#fff !important; */
	color:#000 !important;
}
.search-results .banner-heading .breadcrumb-text a{
/* 	color:#fff !important; */
	color:#000 !important;
}
.search-results .banner-area-innerpage-type-two{
	text-align:center;
}
.Testimonial-arrow .testi-slider-home.swiper-button-prev {
	left: -50px !important;
}
.Testimonial-arrow .testi-slider-home.swiper-button-next {
	right: -50px !important;
}
.Testimonial-arrow .swiper-button-prev,  .Testimonial-arrow .swiper-button-next {
	top: 30%;
}

@media(max-width:991px){
	.Testimonial-arrow .testi-slider-home.swiper-button-prev {
		left: 0px !important;
	}
	.Testimonial-arrow .testi-slider-home.swiper-button-next {
		right: 0px !important;
	}
}
.founder-area-content a.common-link {
	z-index: 99999;
	position: relative;
}
.banner-area-innerpage-type-two .breadcrumb-text a:hover {
	color: #475647;
}
ul#rmp-menu-426 ul li a {
	font-family: 'seitu-variable';
}
.our-mission-image img {
	width: 80% !important;
}

.footer-bottom-area p a {
	color: #C8B29D;
	font-weight: 600;
}
.service-list ul li a {
	line-height: 36px;
}
@media(min-width:992px){
	.footer-area .address-area{
		padding-top:90px;
	}
}

@media screen and (max-width: 991px) {
	#rmp-menu-wrap-426 .rmp-submenu .rmp-menu-item-link {
		font-family: 'seitu-variable' !important;
	}
	.procedure-list-area h2
	{
		font-size: 20px;
	}
	.procedure-image-wrapper img {
		width: 100%;
		height: 419px;
		object-fit: cover;
	}
/* 	.service-list ul li a {
		line-height: 19px !important;
		font-size: 12px;
	} */
/* 	.service-list ul li {
		line-height: 0;
	} */
/* 	.service-list {
		padding-bottom: 73px;
	} */
}

.footer-description {
    text-align: center;
    margin-bottom: 30px;
}
.contact-left-content {
    margin-top: 15%;
    max-width: 300px;
}