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

/*************** Header Css *******************/
.header-area{
	position:absolute;
	top:0px;
	width:100%;
	left:0px;
	z-index:99;
	/* padding:15px 0px; */
}
.heder-wrapper{
	max-width: 1310px;
	padding:0px 15px;
	margin: 0 auto;
}
.heder-left-area{
	gap:50px;
}
.header-area.fixed_header{
	position:fixed;
	top:-100%;
	left:0px;
	width:100%;
	background:#fff;
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.stiky-logo{
	display:none;
}
.header-area.fixed_header .stiky-logo, .header-area.fixed_header .logo-area{
	display:block;
}
.header-area.fixed_header .normal-logo, .home .logo-area{
	display:none;
}
.mobile-menu-button{
	display:none;
}
.menu-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu-area > ul{
	display:flex;
	gap:24px;
}
.menu-area > ul > li{
	position:relative;
	padding: 25px 0px;
}
.menu-area > ul > li > a{
	font-family:"europa";
	font-weight:400;
	font-size:18px;
	color:#1C1C1C;
}
.menu-area > ul > li > a:hover{
	color:#47736E;
}
.menu-area > ul > li > ul{
	position:absolute;
	top:100%;
	left:0px;
	padding:0px 0px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 30px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px -17px rgba(0,0,0,0.75);
	min-width:200px;
	white-space:nowrap;
	display:none;
}
.menu-area > ul > li:hover > ul{
	display:block;
}
.menu-area > ul > li > ul > li > a{
	font-family:"europa";
	font-weight:400;
	font-size:16px;
	color:#22211E;
	line-height:46px;
	display:block;
	padding:0px 20px;
}
.menu-area > ul > li > ul > li > a:hover{
	background: #47736E;
	color: #fff;
	font-family: 'europa';
}
.sub-menu-toggle{
	display:none;
}
.phn-number a{
	font-family:"europa";
	font-size:18px;
	color: #1C1C1C;
	font-weight:700;
}
.phn-number a:hover{
	color:#47736E;
}

.header-right{
	gap:30px;
}
.menu-hamburger {
	max-width: 24px;
	width: 100%;
	margin-left: auto;
	cursor: pointer;
}
.header-area.fixed_header .menu-hamburger img {
	filter: brightness(0) saturate(100%) invert(97%) sepia(49%) saturate(237%) hue-rotate(307deg) brightness(92%) contrast(92%);
	-webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(49%) saturate(237%) hue-rotate(307deg) brightness(92%) contrast(92%);
}
/*************** End:Header Css *******************/
/************* Footer Area ***********/
.footer-each-content-area h5{
	letter-spacing: 2.5px;
	color: #D0DCD0;
	text-transform: uppercase;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}
.footer-middle > div:not(:last-child){
	margin-bottom:5px;
}
.footer-middle > div a{
	color: #fff;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	display:flex;
	align-items: baseline;
}
.footer-middle > div a:hover{
	color: #D0DCD0;
}
.footer-middle > div a img{
	margin-right:10px;
}
.footer-each-content-area p{
	line-height:22px;
	margin-bottom: 20px;
	color:#fff
}
.footer-each-content-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-each-content-area ul li a{
	letter-spacing: 1.5px;
	color: #D0DCD0;
	text-transform: uppercase;
	font-size:16px;
	line-height:30px;
	font-weight:700;
	background:url('../images/ion-arrow-down-circle-outline.svg') no-repeat right center;
	width:100%;
	display:block;
	border-bottom:1px solid #D0DCD0;
	padding-right:40px;
}
.footer-each-content-area ul li a:hover{
	color: #fff;
}
.footer-each-content-area ul li{
	margin-bottom:10px;
}
.footer-top-area {
	padding:50px 0px 40px;
	border-bottom:1px solid #fff;
}
.footer-bottom-links ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
	justify-content: center;
}
.footer-bottom-links ul li {
	padding:0px 10px;
	border-right:1px solid #fff;
	line-height:16px;
}
.footer-bottom-links ul li:first-child{
	padding-left:0px;
}
.footer-bottom-links ul li:last-child{
	padding-right:0px;
	border:0px;
}
.footer-bottom-links ul li a{
	color: #fff;
	text-transform: capitalize;
	font-size:16px;
	font-style:normal;
	font-weight:400;
}
.footer-bottom-links ul li a:hover{
	color:#D0DCD0;
}
.footer-bottom-left p{
	margin:0px;
	font-size:16px;
	line-height:34px;
	color:#fff;
}
.footer-bottom-area{
	padding:25px 0px;
	align-items: center
}
.footer-bottom-links{
	margin-bottom:5px;
}
/************* End:Footer Area ***********/
/************* Banner Area ***********/
.banner-area{
	min-height:100vh;
}
.banner-area:after{
	position:absolute;
	width:56.22%;
	height:calc(100% + 50px);
	left:0px;
	content:'';
	top:0px;
	border-bottom-right-radius: 366px;
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.73);
	backdrop-filter: blur(12.1px);
	-webkit-backdrop-filter: blur(12.1px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-content-wrapper{
	z-index:1;
}
.banner-content h3{
	font-weight:700;
	font-size:18px;
	line-height:24px;
	color:#47736E;
	text-transform:uppercase;
	max-width:340px;
	margin-bottom:10px;
}
.banner-content p{
	font-size:18px;
	line-height:30px;
	color: #1C1C1C;
	font-weight:400;
}
.banner-content{
	max-width:475px;
}
.banner-content h1{
	font-size:40px;
	line-height:40px;
}
.banner-logo{
	margin-bottom:35px;
}
/************* End:Banner Area ***********/
/************ Our Approch Area *************/
.our-approch-area{
	background:#FCF9F3;
	padding:175px 0px;
}
.our-approch-left p{
	letter-spacing: 3.6px;
	color: #47736E;
	text-transform: uppercase;
	font-size:18px;
	line-height:32px;
	font-weight:600;
	margin-bottom:4px;
}
.our-approch-left h2{
	line-height:46px;
	margin-bottom:25px;
}
.our-approch-right p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
	margin-top: 5px;
}
.our-approch-right{
	padding-left:30px;
}
.our-approch-right ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.our-approch-right ul li h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #47736E;
}
.our-approch-right ul li h4 span{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -4px;
}
.our-approch-right ul li:last-child p{
	margin-bottom:0px;
}
/************ End: Our Approch Area *********/
/************ Our Specialty Area ************/
.our-speciality-area{
	padding:65px 0px 65px;
}
.our-speciality-area:after{
	content:'';
	position:absolute;
	left:0px;
	width:48%;
	height:100%;
	top:0px;
	background-color:#47736E;
	border-bottom-right-radius: 20px;
}
.our-speciality-area .container{
	position:relative;
	z-index:1;
}
.our-speciality-left h2{
	color:#fff;
	margin-bottom:40px;
	max-width: 475px;
}
.speciality-listing{
	border-left:3px solid #fff;
	margin-left:20px;
	margin-bottom:50px;
}
.speciality-listing ul{
	margin:0px;
	padding-left:60px;
	list-style:none;
	display:flex;
	flex-direction:column;
	gap:20px;
}
.speciality-listing ul li a{
	font-size:18px;
	line-height:100%;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight:300;
}
.speciality-listing ul li{
	display: inline-block;
	width: 100%;
}
.each-speciality p{
	font-size:18px;
	line-height:30px;
	letter-spacing:normal;
}
.speciality-details-wrapper{
	padding-left:65px;
}
.each-speciality{
	display:none;
}
.each-speciality.active{
	display:block;
}
.speciality-listing ul li.active a, .speciality-listing ul li a:hover{
	font-weight:700;
}
.our-speciality-left a.common-button{
	background:#fff;
	border: 1px solid #fff;
	color:#47736E
}
.our-speciality-left a.common-button:hover{
	border: 1px solid #fff;
	background-color: #47736E;
	color:#fff;
}
.our-speciality-area-mob{
	padding:60px 0px 60px;
	background: #47736E !important;
}
/* .our-speciality-left h2{
text-align:center;
} */
.each-speciality-accordian-wrapper{
	margin-bottom:15px;
}
.each-speciality-accordian-wrapper h3{
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 2.5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	border-bottom:1px solid #D0DCD0;
	padding-bottom:15px;
	margin-bottom: 0px;
	position:relative;
}
.each-speciality-accordian-wrapper h3:after{
	content:'+';
	color:#fff;
	font-size:22px;
	font-weight:400;
	position:absolute;
	right:0px;
}
.each-speciality-accordian-wrapper .each-speciality {
	background:#fff;
	position:relative;
	z-index:1;
	padding:50px 36px;
	width:100vw;
	left:50%;
	margin-left:-50vw;
}
/*.each-speciality-accordian-wrapper .each-speciality:before{
width:100vw;
left:50%;
margin-left:-50vw;
position:absolute;
background:#fff;
content:'';
top:0px;
height:100%;
z-index:-1;
}*/
.each-speciality-accordian-wrapper .each-speciality img{
	width:70px;
	margin-bottom:30px;
}
.each-speciality-accordian-wrapper .each-speciality p {
	font-size: 16px;
	line-height: 28px;
}
.each-speciality-accordian-wrapper h3.active{
	font-weight:700;
	border:0px;
}
.each-speciality-accordian-wrapper h3.active:after{
	content:'-';
	color:#fff;
}
/************ End:Our Specialty Area ************/
/************* Who We Serve Area ************/
.who-we-serve{
	padding:95px 0px 0px;
}
.who-we-serve .container{
	max-width:1195px;
}
.who-we-serve-heading-area h4{
	letter-spacing: 3.6px;
	color: #47736E;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 4px;
}
.who-we-services-each-block{
	border-radius:20px;
	overflow:hidden;
	box-shadow: 0px 0px 15px 0px #00000026;
}
.who-we-services-each-block-image img{
	height:322px;
	object-fit:cover;
	width:100%;
}
.who-we-services-each-block-content{
	padding:45px 35px;
	background:#fff;
}
.who-we-services-each-block-content h5{
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.who-we-services-each-block-content p{
	font-size:18px;
	line-height:28px;
	margin-bottom:0px;
}
.who-we-serve .row{
	row-gap:30px;
	align-items:center;
}
/************* End:Our Therapists Area ************/
/************* Reward Area *************/
.reward-area{
	padding-top:235px;
	padding-bottom:140px;
	background: #FCF9F3;
	margin-top:-100px;
}
.reward-area-content-wrapper{
	max-width:900px;
	column-gap:90px;
}
.reward-content{
	flex:1;
}
.reward-content h5{
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color:#47736E;
	margin-bottom:10px;
}
.reward-content h2{
	margin-bottom:15px;
}
.reward-content p{
	font-size:18px;
	line-height:28px;
	margin:0px;
}
/************* End:Reward Area *************/
/************* Testimonial *************/
.testimonial-area{
	padding:140px 0px;
	margin-top:100px;
	margin-bottom:100px;
}
.testimonial-area .container{
	max-width:1195px;
}
.testimonial-heading-content{
	max-width:715px;
	margin-top:20px;
	margin-bottom:0px;
}
.each-testimonial-box{
	box-shadow: 0px 0px 15px 0px #00000026;
	padding:30px;
	border-radius:20px;
	background: #fff;
}
.each-testimonial-box p{
	margin:0px;
	font-style:italic;
	font-size:18px;
	line-height:30px;
	font-weight:300;
	text-align:center
}
.testimonial-slider-wrapper .swiper-container{
	padding:20px;
	margin:0px -20px;
}
.testimonial-slider-controller > div{
	margin:0px;
	left:0px;
	right:0px;
	top:auto;
	transform:none;
	width: auto;
	height: auto;
}
.testimonial-slider-controller{
	gap:40px;
	margin-top:20px;
}
.swiper-button-prev:after, .swiper-button-next:after{
	display:none;
}
.more-testimonial {
	margin-top:20px;
}
/************* End:Testimonial *************/
/***************** Telehealth Area ***************/
.page-id-9 .telehealth-area {
	margin-top: 0px;
}
.telehealth-area{
	min-height:820px;
	padding-top:150px;
	margin-top: 140px;
	padding-bottom:190px;
}
.telehealth-area:after{
	position:absolute;
	width:60%;
	height:calc(100% + 50px);
	right:0px;
	content:'';
	top:-50px;
	border-bottom-left-radius: 366px;
	background: rgba(255, 255, 255, 0.73);
	backdrop-filter: blur(12.1px);
	-webkit-backdrop-filter: blur(12.1px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.telehealth-area .container{
	position:relative;
	z-index:1;
}
.telehealth-area-content span p{
	color:#D6B799;
}
.telehealth-area-content h2{
	color:#1c1c1c;
	margin-bottom:40px;
}
.our-approch-left.telehealth-area-content{
	padding-left:35px;
	max-width:500px;
	margin-left:auto;
	margin-right: auto;
}
/***************** End:Telehealth Area ***************/
/**************** Footer Form Area *************/
.footer-form-area{
	padding:50px 0px 0px;
	background: #47736E;
}
.footer-form-area .container{
	max-width:1180px;
}
.footer-form-left-icon img{
	filter:invert(1)
}
.footer-form-left-part{
	max-width:380px;
}
.footer-form-left-icon{
	margin-bottom:30px;
}
.footer-form-left-part h2{
	color:#fff;
	margin-bottom:20px;
}
.footer-form-left-part p{
	color:#fff;
	font-size:18px;
	line-height:28px;
	margin-bottom:0px;
}
.contact-form-area{
	max-width:632px;
	/* padding:65px 85px;
	border-radius:15px; */
	margin-left:auto;
}
.footer-form-wrapper{
	padding-bottom:50px;
	border-bottom:1px solid #fff;
}

.contact-form-area p iframe{
	    height: 100% !important;
	    height: 500px !important;
}

/**************** End:Footer Form Area *************/
/*============================blog-overview page start============================*/
.blog-overview-wrap {
	margin: 110px 0 145px;
}
.filter-area {
	margin-bottom: 62px;
}
.select-style {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #B46C3C;
	font-family:"elza";
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #E3DCD3;
	border-radius: 0;
	padding: 0 22px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	appearance: none;
	background: url(../images/filter-arrow.svg) rgba(227, 220, 211, 0.25) no-repeat 98% center / 10px;
}
.select-style:focus {
	outline: none;
}
.each-blog-text {
	padding-top: 23px;
}
.each-blog-text ul {
	padding: 0;
	margin: 0 0 4px;
	list-style: none;
}
.each-blog-text li {
	display: inline-block;
}
.each-blog-text li a {
	letter-spacing: 2px;
	color: #47736E;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 4px;
}
.each-blog-text li a:hover {
	color: #1c1c1c;
}
.each-blog-text h2 {
	font-size: 35px;
	color: #1c1c1c;
	line-height: 35px;
	margin-bottom: 15px;
}
.each-blog-text p {
	margin-bottom: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-blog-text .common-link {
	color: #1c1c1c;
}
.each-blog-text .common-link::after {
	background-color: #1c1c1c;
}
.each-blog-text .common-link:hover {
	color: #47736E;
}
.each-blog-text .common-link:hover::after {
	background-color: #47736E;
}
.blog-overview-main .row {
	margin: 0 -31.5px;
}
.blog-overview-main .col-lg-4 {
	padding: 0 31.5px;
}
.each-blog {
	margin-bottom: 54px;
}
/*============================blog-post page start============================*/
.post-banner-area {
	background-color: #FCF9F3;
	padding: 90px 0 90px;
}
.post-banner-img {
	border-radius: 8px;
	overflow: hidden;
	max-width:545px;
	margin-left:auto;
}
.post-banner-text {
	padding-bottom: 22px;
}
.post-banner-text ul {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
.post-banner-text li {
	font-family:"elza";
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	color: #494B4B;
	display: inline-block;
	padding: 0 5px;
	position: relative;
}
.post-banner-text li a {
	color: #B46C3C;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.post-banner-text li a:hover {
	color: #736F58;
}
.post-banner-text li::after {
	content: "";
	height: 100%;
	width: 2px;
	background-color: #494B4B;
	position: absolute;
	right: -2px;
	top: -2px;
}
.post-banner-text li:last-child {
	padding-right: 0;
}
.post-banner-text li:last-child::after {
	display: none;
}
.blog-post-wrap {
	margin: 140px 0;
}
.related-blog-grid-area,
.related-blog-slider-area {
	margin-top: 120px;
	margin-bottom: 165px;
}
.related-blog-heading h2 {
	font-size: 45px;
	line-height: 45px;
	color: #1c1c1c;
	margin-bottom: 70px;
}
.related-blog-grid .row {
	margin: 0 -31.5px;
}
.related-blog-grid .col-lg-4 {
	padding: 0 31.5px;
}
.related-blog-grid .each-blog,
.related-blog-slider .each-blog {
	margin-bottom: 0;
}
.related-blog-slider{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
}
/*============================about page start============================*/
.inner-banner-area {
	min-height: 742px;
}
.inner-banner-area .banner-content {
	max-width: 540px;
	padding: 100px 0;
}
.inner-banner-area .banner-content p {
	/*max-width: 415px;*/
	width: 100%;
}
.inner-banner-area .banner-logo {
	margin-bottom: 24px;
}
.inner-banner-area .banner-logo img {
	width: 200px;
}
.inner-banner-area:after {
	z-index: 1;
	background-color: rgba(255,255,255,0.7);
}
.inner-banner-area .banner-content-wrapper {
	z-index: 2;
}
.about-approch-area {
	background-color: #fff; 
	padding-bottom: 52px;
}
.about-approch-area .our-approch-right {
	padding-left: 90px;
}
.about-approch-area .our-approch-left {
	max-width: 430px;
	width: 100%;
}
.about-gallery-grid {
	padding: 5px;
}
.each-gallery {
	padding: 5px;
}
.each-gallery {
	height: 100%;
	overflow: hidden;
}
.each-gallery img {
	height: 100%;
	object-fit: cover;
}
.about-gallery-slider .swiper-slide {
	height: auto;
}
.about-gallery-slider .each-gallery {
	padding: 0;
}
/*============================contact page start============================*/
.only-img-banner {
	min-height: 545px;
}
.only-img-banner::after {
	display: none;
}
.contact-area{
	padding:100px 0px;
	background-color:#FCF9F3;
}
/*.contact-form-main {
box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.2);
border-radius: 16px;
padding: 180px 151px;
margin-top: -366px;
position: relative;
z-index: 1;
background-color: #fff;
}*/
.contact-form-heading{
	max-width:385px;
}
.contact-form-main p {
	font-weight:400;
	margin: 15px 0px;
}
.contact-form-main h2 {
	font-size: 45px;
	line-height: 45px;
	color: #1c1c1c;
	margin-bottom: 20px;
}
.contact-form-main h3{
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #47736E;
	margin-top: 30px;
	margin-bottom: 20px;
}
.contact-map {
	/*margin: 100px 0px;*/
}
.each-contact-info h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #47736E;
}
.contact-map iframe {
	display:block;
	height:100%;
}
.contact-info {
	margin: 42px 0 91px;
}
.contact-info .col-lg-4 {
	border-right: 1px solid #AEAEAF;
}
.each-contact-info {
	position: relative;
	height: 100%;
	padding: 33px 40px;
	display:inline-block;
}
.contact-info .col-lg-4:last-child {
	border-right: 0;
}
.contact-info .col-lg-4:last-child .each-contact-info {
	padding-right: 0;
}
.contact-info .col-lg-4:first-child .each-contact-info {
	padding-left: 0;
	padding-right: 0;
}
.each-contact-info p {
	margin-bottom: 0;
	font-weight: 400;
}
.contact-area .contact-form-area{
	background:transparent;
	/* border:1px solid #1c1c1c */
}
/*============================team-overview page start============================*/
.team-overview-wrap {
	margin: 180px 0 152px;
}
.each-member:nth-child(odd) .row {
	flex-direction: row-reverse;
}
.each-member {
	margin-bottom: 170px;
}
.each-member-text {
	max-width: 440px;
	width: 100%;
}
.each-member-text p {
	/*display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;*/
	position: relative;
	margin-bottom: 20px;
	font-size:18px;
	line-height:28px;
	margin-top:0px;
}
/*.each-member-text p::after {
content: "";
height: 85%;
width: 100%;
background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
position: absolute;
bottom: 0;
left: 0;
}*/
.each-member-text h2 {
	font-size: 45px;
	line-height: 45px;
	color: #1c1c1c;
	margin-bottom: 25px;
}
.each-member-text h5 {
	letter-spacing: 2.5px;
	color: #47736E;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 4px;
}
.each-member-text .common-link {
	color: #1c1c1c;
}
.each-member-text .common-link::after {
	background-color: #1c1c1c;
}
.each-member-text .common-link:hover {
	color: #47736E;
}
.each-member-text .common-link:hover::after {
	background-color: #47736E;
}
.each-member-img {
	max-width: 457px;
	width: 100%;
	margin-left: auto;
	position: relative;
}
.each-member-img::after {
	content: "";
	height: calc(100% - 30px);
	width: 100%;
	background-color: #736F58;
	position: absolute;
	bottom: -50px;
	right: -60px;
	z-index: -1;
	background-color: #D0DCD0;
}
.each-member:nth-child(even) .each-member-img {
	margin-left: 0;
}
.each-member:nth-child(even) .each-member-text {
	margin-left: auto;
}
/*============================service-overview page start============================*/
.service-overview-area {
	margin-top: 140px;
}
.our-service-area {
	background-color: #FCF9F3;
	padding: 118px 0 108px;
	margin-top: 123px;
	margin-bottom: 140px;
}
.our-service-heading {
	max-width: 830px;
	width: 100%;
	margin: 0 auto 50px;
}
.our-service-heading h5 {
	letter-spacing: 3.6px;
	color: #47736E;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 4px;
}
.our-service-heading h2 {
	font-size: 45px;
	line-height: 40px;
	margin-bottom: 20px;
}
.each-service {
	border: 2px solid #47736E;
	padding: 45px 20px 38px;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 20px;
	row-gap: 40px;
}
.each-service-icon {
	height: 54px;
	margin-bottom: 25px;
}
.each-service h4{
	font-family: "athena";
	font-weight: 300;
	font-size: 35px;
	line-height: 35px;
	color:#1C1C1C
}
.each-service .common-link {
	color:#1C1C1C
}
.each-service .common-link::after {
	background-color: #1C1C1C;
}
.each-service .common-link:hover {
	color: #47736E;
}
.each-service .common-link:hover::after {
	background-color: #47736E;
}
.our-service-main .col-lg-3 {
	padding: 10px;
}
.our-service-main .row {
	margin: 0 -10px;
}
.faq-area {
	/*margin-top: 170px;
	margin-bottom: 244px;*/
	padding-top:170px;
	padding-bottom:170px;
	background-color:#D0DCD0
}

.faq-wrap {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}
.faq-area h5 {
	margin-bottom: 20px;
	letter-spacing: 2.5px;
	color: #47736E;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 8px;
}
.faq-area h2 {
	font-size: 35px;
	line-height: 35px;
}
.accordion {
	list-style: none;
	padding: 0px;
}
.accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 0px;
}
.accordion>li>span {
	display: block;
	padding: 20px 0 15px;
	background: url(../images/plus.svg) no-repeat 100%;
	cursor: pointer;
	font-size: 18px;
	line-height: 28px;
	color: #1C1D1C;
	font-weight: 400;
	/* 	border-bottom: 1px solid #494B4B; */
	background-size: 16px;
}
.faq-area .accordion li{
	border-bottom: 1px solid #494B4B;
}
.accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	font-size: 16px;
	line-height: 30px;
	color: #22211E;
	font-weight: 300;
	padding: 0px 0 0;
}
.accordion li>span.active {
	background: url(../images/minus.svg) no-repeat 100%;
	background-size: 16px;
}
.faq-area .accordion {
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
}
.faq-area .accordion>li {
	width: 48%;
}
.faq-link-button{
	text-align:center;
	margin-top:40px;
}
.treatment-approach-area {
	margin-top: 187px;
	margin-bottom: 170px;
	background-color: #464435;
	padding: 87px 0 100px;
}
.treatment-approach-info h5 {
	color: #D6B799;
	margin-bottom: 10px;
}
.treatment-approach-info h2 {
	color: #fff;
	margin-bottom: 30px;
}
.treatment-approach-info p {
	color: #fff;
}
.treatment-approach-img {
	max-width: 312px;
	width: 100%;
}
.treatment-approach-img-small {
	max-width: 168px;
	width: 100%;
	margin-left: auto;
	margin-top: -124px;
	margin-right: -50px;
}
.treatment-approach-info {
	max-width: 456px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding-bottom: 60px;
}
.treatment-approach-accordion .accordion>li>span {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	border-bottom-color: #E3DCD3;
	padding: 35px 0 17px;
	background: url(../images/plus2.svg) no-repeat 100%;
}
.treatment-approach-accordion .accordion>li>div {
	color: #fff;
}
.treatment-approach-accordion .accordion li>span.active {
	background: url(../images/minus2.svg) no-repeat 100%;
}
.our-therapists-inject {
	padding: 0;
	margin-top: 165px;
	margin-bottom: 165px;
}
/*============================team-post page start============================*/
.team-post-banner {
	padding: 164px 0 70px;
}
.team-post-banner-content h5 {
	margin-bottom: 14px;
}
.team-post-banner-content h2 {
	font-size: 45px;
	line-height: 45px;
	color: #22211E;
}
.team-post-left {
	max-width: 457px;
	width: 100%;
}
.team-post-details h2 {
	line-height: 40px;
	margin-bottom: 30px;
}
.team-post-wrap {
	margin-bottom: 100px;
}
.member-post-info .accordion {
	margin: 10px 0 0;
}
.member-post-info .accordion>li {
	border-bottom: 1px solid #000;
}
.member-post-info .accordion>li>span {
	font-size: 24px;
	line-height: 45px;
	color: #22211E;
	font-family:"athena";
	background: url(../images/acc-down.svg) no-repeat 100%;
	border-bottom: 0;
	padding: 8px 0;
}
.member-post-info .accordion li>span.active {
	background: url(../images/acc-up.svg) no-repeat 100%;
}
.member-speciality {
	padding-bottom: 20px;
}
.member-speciality ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	column-gap: 30px;
	row-gap: 5px;
	flex-wrap: wrap;
}
.member-speciality li {
	line-height: 34px;
	width: 40%;
}
.member-education ul {
	padding: 0;
	margin: 0;
	list-style: none;  
}
.member-education li {
	display: flex;
	margin-bottom: 28px;
}
.member-education-img {
	max-width: 65px;
	width: 100%;
	margin-right: 22px;
}
.member-education-text p {
	line-height: 24px;
	margin-bottom: 10px;
}
.member-education-text p strong {
	text-transform: uppercase;
	font-weight: 400;
}
/*============================procedure page start============================*/
.procedure-area {
	margin: 0px 0;
}
.procedure-top-area {
	margin-top: 115px;
	margin-bottom: 115px;
}
.procedure-top-text {
	max-width: 427px;
	width: 100%;
	margin-left: auto;
}
.procedure-top-text h2 {
	margin-bottom: 65px;
}
.procedure-top-text p:last-child {
	margin-bottom: 0;
}
.single-process-area {
	background-color:#47736E;
	margin-top: 109px;
	margin-bottom: 140px;
	overflow: hidden;
}
.single-process-img-wrap {
	position: relative;
	/* top: 50%;
	transform: translateY(-50%); */
	height: 100%;
}
.single-process-img-wrap .row,
.single-process-img {
	height: 100%;
}
.single-process-img img {
	height: 100%;
	object-fit: cover;
}
.single-process-content-wrap {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.single-process-content-wrap h2 {
	color: #fff;
	line-height: 48px;
	margin-bottom:20px;
}
.single-process-content-wrap p strong {
	color: #D6B799;
	line-height: 30px;
	font-weight: 400;
}
.single-process-content-wrap h5 {
	color: #D6B799;
	margin: 10px 0 28px;
	text-transform: initial;
}
.single-process-content-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-process-content-wrap li {
	color: #fff;
	position: relative;
	line-height: 30px;
	margin-bottom: 16px;
	padding-left: 24px;
	font-size: 18px;
	font-weight: 400;
}
.single-process-content-wrap li::after {
	background-size: 7px;
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
}
.single-process-main-content {
	padding: 40px 0;
	max-width: 450px;
	width: 100%;
}
.single-process-main-content h4{
	letter-spacing: 2.5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}
.single-process-main-content p{
	color:#fff;
	font-size:18px;
	line-height:30px;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:400;
}
.procedure-area .related-blog-slider-area {
	margin-top: 84px;
	margin-bottom: 145px;
}







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 #000;
	background-color:transparent;
	color:#22211E;
	padding: 20px 0px 14px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight:400;
	font-size: 18px;
}
body .gform_wrapper.gravity-theme .gfield select{
	background: url('/wp-content/uploads/2024/03/form-arrow.svg') transparent no-repeat 100% center;
}
body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { 
	color: #22211E;
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder { 
	color: #22211E;
}

body .gform_wrapper.gravity-theme .gfield input::placeholder {
	color: #22211E;
}
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder { 
	color: #22211E;
}

body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder { 
	color: #22211E;
}

body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
	color: #22211E;
}
body .gform_footer .gform_button.button{
	font-size:16px;
	font-weight: 700;
	color:#FFF;
	border: 1px solid #47736E;
	background-color: #47736E;
	border-radius: 31px;
	padding: 10px 30px 7px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	text-align:center;
	margin-top: 16px;
	margin-bottom: 0;
	margin:0px;
}
body .gform_footer .gform_button.button:hover{
	background-color: #fff;
	border-color: #47736E;
	color:#47736E;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 60px;
	margin-top: 48px;
}
:focus{
	outline:none
}
body .gform_wrapper.gravity-theme .gfield input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	appearance: auto;
	-webkit-appearance: auto;
	width:auto;
}
body .gfield_checkbox{
	text-align:center;
}
body .gform_wrapper.gravity-theme .gfield_checkbox label{
	font-weight:300;
	font-size:16px;
}
body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 25px;
	column-gap:30px;
}
body .gform_wrapper.gravity-theme .gform_footer, 
body .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 20px 0 0;
	padding: 16px 0 0;
}
.fof{
	padding: 100px 0px;
	min-height:400px;
}
.each-blog-img img {
	height:325px;
	width: 100% !important;
	border-radius:30px;
	object-fit:cover;
}
.page-id-355 .procedure-area ul {
	margin-bottom: 40px;
}
.page-id-352 .single-process-area {
	margin-bottom: 80px;
}
.page-id-352 .telehealth-area {
	margin-top: 140px;
}



/* Footer Stycky Buttons */
.mobile-footer-menu-bottom {
	position: fixed;
	width: 100%;
	bottom:0%;
	left: 0;
	background: #fcf8f1;
	z-index: 999;
	-webkit-box-shadow: 0px -5px 15px 0px rgb(0 0 0 / 53%);
	-moz-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.53);
	box-shadow: 0px -5px 15px 0px rgb(0 0 0 / 53%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow-x: hidden;
}

.mobile-footer-menu-bottom .d-table .d-table-cell {
	border-width: 0;
	border-left-width: 1px;
	/*     border-right: 2px solid #fff; */
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	display: table-cell;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.mobile-footer-menu-bottom .d-table-cell {
	display: table-cell!important;
}

.mobile-footer-menu-bottom .mobile-menu-bottom-text {
	color: #47736E;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 4px;
	/*font-family: 'elza';*/
}

.mobile-footer-menu-bottom .d-table .d-table-cell:first-child {
	background-color: #cad7ca;
}
.mobile-footer-menu-bottom .d-table .d-table-cell {
}
.mobile-footer-menu-bottom .mobile-menu-bottom-text {
	font-size: 18px;
	margin-bottom: 9px;
	margin-top: 10px;
}
@media (min-width: 992px)
{
	section.mobile-footer-menu-bottom {
		display: none;
	}
}

@media (max-width: 768px)
{
	section.mobile-footer-menu-bottom {
		display: block;
	}
}


.sticky-button-wrapper {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}
.sticky-button a{
	font-family: "elza";
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	border: 1px solid #B46C3C;
	background-color: #B46C3C;
	padding: 10px 30px 7px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	min-width: 196px;
	text-align: center;
}
.sticky-button a:hover {
	background-color: #736F58;
	border-color: #736F58;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
@media(max-width:767px){
	.sticky-button-wrapper{
		display:none;
	}
}
.our-approch-left.telehealth-area-content h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.our-approch-left.telehealth-area-content p{
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color:#1c1c1c;
	text-transform:none;
	margin-bottom:30px;
	margin-top: 10px;
}
.footer-area{
	background: #47736E;
}
.header-area.inner-header{
	background:#fff;
	position:sticky;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.team-overview-area .container{
	max-width:1125px;
}
/* .procedure-area .testimonial-area{
	padding:0px;
} */
.blog-overview-area .container{
	max-width:1050px;
}
.blog-overview-area .each-blog-img img {
	height: 217px;
	width: 100% !important;
}
.blog-overview-area .each-blog-text h2 {
	font-size: 25px;
	color: #1c1c1c;
	line-height: 35px;
	margin-bottom: 15px;
}
.blog-overview-area .each-blog-text p{
	margin-top:0px;
}
.each-contact-info  h2{
	margin-bottom:15px;
}
.map-area-holder{
	position:absolute;
	right:0px;
	width:50%;
	top:0px;
	height:100%;
}
.map-and-location-area{
	min-height:578px;
	background-color:#D0DCD0
}
.map-area-holder .map-area{
	height:100%
}
#rmp-menu-wrap-292 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link{
	color:#FFFFFF !important;
}
#rmp-menu-wrap-292 .rmp-submenu .rmp-menu-item-link:hover, #rmp-menu-wrap-292 .rmp-submenu .rmp-menu-item-link:focus{
	color:#FFFFFF !important;
}
#rmp-container-292{
	margin-top:77px !important;
}

.banner-content a.common-button.blank {
    margin-top: 30px;
}

.page-template-default .procedure-area{
	    padding-top: 100px;
}
.page-id-9 .testimonial-area {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.testimonial-area{
	background-color:#D0DCD0;
}
.procedure-area h3{
	font-family:"athena";
	font-size: 35px;
	color: #1C1C1C;
	margin-bottom: 10px;
}
.blog-overview-wrap .each-blog-text ul li a:last-child span{
	display:none;
}
@media(max-width:991px){
	.single-process-area{
		height:100% !important;
	}
}
@media(max-width:991px){
.our-approch-left.telehealth-area-content{
	opacity: 0.9;
	/* padding: 60px 30px !important; */
}
.mobile-image img{
	width: 100%;
}
}
.contact-form-main h2{
	 font-size: 32px;
	margin-bottom:10px;
}
.contact-form-main p{
	font-size: 18px;
    line-height: 30px;
	
}
.contact-form-main h3{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.contact-form-heading a{
	font-size:18px;
}
@media(max-width:767px){
	.contact-form-heading{
		margin-bottom: 35px;
	}
}
.contact-area .contact-form-area{
	border: 1px solid #1c1c1c;
    padding: 60px;
    border-radius: 35px;
}
@media(max-width:1191px){
	.contact-area .contact-form-area{
		padding: 30px 40px;
		border-radius: 35px;
	}
}
@media(max-width:991px){
	.contact-area .contact-form-area{
		padding: 40px 60px;
		border-radius:25px;
	}
}
@media (max-width:767px) {
    .contact-area .contact-form-area {
        padding: 25px;
        border-radius: 15px;
	}
}
/* .contact-form-main .col-lg-5 .contact-form-heading{
	display: inherit;
} */
.page-template-template-booking .contact-form-main .col-lg-2{	
	max-width: 100%;
	flex: 0 0 auto;
}
.page-template-template-booking .contact-form-main .col-lg-10{
	max-width: 100%;
	flex: 0 0 auto;
}
.page-template-template-booking .contact-form-main{
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.page-template-template-booking .contact-form-heading{
	display: flex;
	column-gap: 83px;
	max-width:100%;
}
.form-left-content{
	width: 55%;
}
.form-right-content{
	width:45%;
}

@media(max-width:991px){
	.page-template-template-booking .contact-form-heading{
		flex-wrap: wrap;
	}
	.form-left-content,
	.form-right-content{
		width:100%;
	}
}
@media(max-width:767px){
	.page-template-template-booking.contact-form-heading{
	margin-bottom: 40px;
}
}
.page-template-template-contact .contact-form-heading > p:last-child{
    display: none;
}
@media(max-width:991px){
	.telehealth-area-content:after{
		/* background-image: url(/wp-content/uploads/2026/05/Rectangle-151-1.png); */
	}
	
}
.banner-content{
	position: relative;
	z-index: 9;
}
 .page-template-template-contact .contact-area .page-content p{
	font-size: 14px;
	line-height:24px;
	font-style: italic;
}

.footer-left {
    max-width: 50%;
}
.footer-content p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.footer-content {
    margin-top: 35px;
}
.footer-top-area {
    padding: 50px 0px 12px;
}
@media(max-width:991px){
	.footer-left {
		max-width: 100%;
	}
}


/* .page-template-template-service-overview .contact-form-area p iframe {
    height: 799px !important;
}
.page-id-352 .contact-form-area p iframe {
    height: 799px !important;
}
.page-id-930 .contact-form-area p iframe {
    height: 799px !important;
}
.page-id-943  .contact-form-area p iframe {
    height: 799px !important;
} */

 .contact-form-area p iframe {
    height: 799px !important;
}