/*************** Import Css **************/
@import "common.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: 'fredoka-variable', sans-serif;
Brand Colors:
Blue/Purple: #005D64;
Orange: #ea7835;
Green: #51a962;
*/
/********************* Header Css ******************/
.header-area{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 99;
}
.header-area > div{
	position:relative;
	z-index:1;
}
.top-header-area{
	background-color:#005D64;
}
.top-header-left a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14.63px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:#fff;
	display:inline-block;
	padding: 12px 28px;
	position: relative;
}
.top-header-left a:after {
	content: url(../images/expand-arrow.png);
	position: absolute;
	display: inline-block;
	margin-left: 15px;
	transition: all 0.5s;
	right: 0px;
}
.top-header-left a:hover{
	color: #51a962;
}
.phone-number a, .contact_us a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 17.07px;
	letter-spacing: 0.15em;
	padding: 12px 28px;
	display: inline-block;
	color:#fff;
	text-transform: uppercase;
}
.phone-number a:hover, .contact_us a:hover{
	color: #51a962;
}
.start-your-journey-button a{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 12px 25px;
	display: inline-block;
	background-color:#FFFFFF;
	color:#000;
	text-transform: uppercase;
}
.start-your-journey-button a:hover{
	color:#fff;
	background-color: #005D64;
}
.phone-number{
	border-right:1px solid #FFF;
}
.main-header-wrapper{
	/*     padding: 30px 0px 30px; */
	border-bottom:1px solid rgba(255, 255, 255, 1);
}
.header-area.fixed_header{
	position: fixed;
	top:-100%;
	left:0px;
	background: rgba(246, 246, 246, 1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header-area.fixed_header .main-header-wrapper {
	border-bottom: 0px solid rgba(255, 255, 255, 1);
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
}
.header-area.fixed_header:after{
	display:none;
}
/*************** Menu Area *************/
.menu-area ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
.menu-area > ul{
	display:flex;
	column-gap: 20px;
	justify-content: flex-end;
}
.menu-area > ul > li{
	padding:0px 40px;
}
.menu-area > ul > li{
	padding-right:0px;
}
.menu-area > ul > li > a{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	padding: 45px 0px;
	gap: 5px;
}
.menu-area > ul > li > a:hover{
	color:#7899AD
}
.menu-area > ul > li.menu-item-has-children > a:after{
	content:url('/wp-content/uploads/2024/11/Expand-Arrow.png')
}
.menu-area > ul > li > a:hover:after{
	transform:rotate(180deg)
}
/********************* End:Header Css ******************/
/********** Banner Area *********/
.slider-wrapper{
	min-height:100vh
}
.each-image-area{
	height:370px;
	border-top-left-radius:100px;
	border-bottom-left-radius: 100px;
	overflow:hidden;
	transition: all 0.7s;;
	position: relative;
	top:50%;
	transform:translateY(-50%);
}
.each-image-area img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.banner-area .swiper-slide{
	position: absolute;
	top:0px;
	right:0px;
	height:100%;
	display: flex;
	align-items: center;
	width:15% !important;
	opacity: 0;
	transition: all 0.7s;
	display: block !important;
	animation: grow linear both;
}
.banner-area .swiper-wrapper{
	transform:none !important;
}
.banner-area .swiper-slide.swiper-slide-active{
	width:100% !important;
	transition: all 0.7s;
	right:0px;
	opacity: 1;
}
.banner-area .swiper-slide.swiper-slide-active .each-image-area{
	height: 100%;
	border-radius: 0px;
	transition: all 0.7s;
}
.banner-area .swiper-slide-next{
	opacity: 1;
	pointer-events: all;
}

/********** End:Banner Area *********/
/************ Path To Wellness ************/
.path-to-wellness{
	padding-top: 120px;
	padding-bottom: 120px;
}
.path-to-wellness-wrapper{
	max-width: 1030px;
}
.path-to-wellness-wrapper-heading img{
	margin-top: 50px;
	margin-bottom:-25px;
	margin-left: 60px;
	max-width:100%;
}
.path-to-wellness-wrapper-heading p{
	max-width:845px;
	margin: 0 auto 47px;
	font-size: 16px;
	line-height: 30px;
	font-family: "open-sans", sans-serif;
	font-weight:400 !important;
}
.path-to-wellness-wrapper-heading p a{
	color: #000;
	text-decoration: underline;
}
.path-to-wellness-wrapper-heading p a:hover{
	color: #005D64;
}
.path-to-wellness-wrapper-heading h2{
	max-width:825px;
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	margin-bottom:20px;
}
.path-to-wellness-wrapper-heading ul {
    margin: 0 0 17px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
}
.path-to-wellness-wrapper-heading li {
    padding: 0px 15px;
	position: relative;
	color: #005D64;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px; 
	letter-spacing: 2px;
	text-transform: uppercase;
}
.path-to-wellness-wrapper-heading li:not(:last-child)::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000000;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	overflow: hidden;
}
.path-to-wellness-wrapper-heading h3{
	margin-bottom: 20px;
}
.each-path-box{
	height:245px;
}
.path-number{
	font-family: "open-sans", sans-serif;
	font-size: 86px;
	font-weight: 800;
	line-height: 24px;
	color:rgba(120, 153, 173, 1)
}
.path-content h3{
	margin-bottom: 6px;
	color:#000;
	transition: all 0.5s;
	letter-spacing:.1em;
}
.path-content p{
	font-size: 16px;
	line-height: 30px;
	font-family: "open-sans", sans-serif;
	font-weight:300;
	margin:0px;
	color:#000;
	transition: all 0.5s;
}
.path-content{
	max-width: 294px;
	min-width: 294px;
}
.path-content-wrapper{
	gap:15px;
}
.path-to-wellness-wrapper{
	row-gap: 65px;
}
.video-overlay-area{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0;
	transition: all 0.5s;
	z-index: 0;
}
.video-overlay-area:before{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: rgba(0, 0, 0, 50%);
	position: absolute;
	content:'';
	z-index: 1;
}
.video-overlay-area video{
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	object-fit: cover;
}
.each-path-box:hover .video-overlay-area{
	opacity: 1;
	transition: all 0.5s;
}
.path-block-wrapper .col-md-6:nth-child(odd){
	border-right:1px solid rgba(217, 217, 217, 1)
}
.path-block-wrapper .col-md-6:not(:nth-last-child(-n+2)) {
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.each-path-box:hover .path-content h3, .each-path-box:hover .path-content p{
	color:#fff;
	transition: all 0.5s;
}
/************ End:Path To Wellness ************/
/************ Service Overview Area ************/
.service-overview-area{
	padding-top: 185px;
	overflow-x: clip;
}
.tab-list-wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 9;
}
.background-image-wrapper{
	top:0px;
	left:0px;
	width:100%;
	height:calc(100% - 150px)
}
.tab-list-manage{
	padding: 0px 45px;
	border-bottom: 1px solid #fff;
}
.each-tab-bg:before{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	/* background-color:rgb(0 0 0 / 50%); */
	background-color: rgba(0, 0, 0, 0.70);
	position: absolute;
	content:'';
	z-index: 0;
	pointer-events: none;
}
.each-tab-list h5{
	font-size: 21px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	padding: 40px 15px;
	position: relative;
	cursor:pointer
}
.each-tab-list h5:after{
	width:0%;
	height:5px;
	background-color: #fff;
	position: absolute;
	bottom:-2px;
	left:50%;
	transform: translateX(-50%);
	content:'';
	transition: all 0.5s;;
}
.tab-list-manage .swiper .swiper-wrapper .swiper-slide:nth-child(n+2) .each-tab-list{
	text-align: center;
}
.tab-list-manage .swiper .swiper-wrapper .swiper-slide:nth-child(n+3) .each-tab-list{
	text-align: right;
}
.tab-list-manage .swiper{
	padding-bottom: 5px;
	margin-bottom: -5px;
}
.each-tab-list.active h5:after{
	width:100%;
	transition: all 0.5s;;
}
.each-tab-content-heading h2{
	color:#fff;
	white-space: nowrap;
}
.each-tab-content-heading h3{
	color:#fff;
	margin-bottom: 15px;
	letter-spacing:.1em;
}
.each-tab-content-heading p{
	font-size: 16px;
	line-height: 30px;
	font-family: "open-sans", sans-serif;
	font-weight:300;
	color:#fff;
	margin-bottom: 35px;
	max-width:540px;
}
.each-tab-content-heading p a{
	color: #fff;
	text-decoration: underline;
	font-weight: 700 !important;
}
.each-tab-content-heading p a:hover{
	color: #005D64;
}
.each-tab-content-heading a.common-button{
	background: rgba(217, 217, 217, 0.25);
	color:#fff;
	border-color:#fff
}
.each-tab-content-heading{
	margin-left: 80px;
}
.each-service-image img{
	height:350px;
	width: 100%;
	object-fit:cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	object-position:top;
}
.each-services{
	background: #fff;
}
.service-content{
	padding:30px 25px;
	display: flex;
	flex-direction: column;
}
.service-content h4{
	font-family:'fredoka-variable', sans-serif;
	color:#005D64;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	letter-spacing:0px;
	text-transform:none;
}
.service-content p{
	font-size: 16px;
	line-height: 30px;
	font-family: "open-sans", sans-serif;
	font-weight:400;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
}
.each-services{
	border-radius:20px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.each-tab-related-service-slider .swiper-slide{
	padding-bottom: 15px;
	height: auto !important;
	display: flex !important;
}
.tab-content-wrapper .swiper-scrollbar{
	margin-top: 65px;
	margin-bottom: 75px;
	max-width: 174px;
	margin-left: 30px;
}
.swiper-scrollbar{
	background-color: rgb(214, 214, 214);
	height: 1px !important;
	border-radius:0px;
}
.swiper-scrollbar .swiper-scrollbar-drag{
	height:5px !important;
	border-radius:0px;
	background-color: rgba(255, 255, 255, 1);
	top:-2px;
}
.each-tab-related-service-slider .swiper{
	padding: 0px 10px;
	margin:0px -10px
}
.each-tab-content{
	opacity: 0;
	transition: opacity 0.5s ease; /* Adjust duration as needed */
	display: none; /* Hide element initially */
}
.each-tab-content.active{
	display: block; /* Show element when active */
	opacity: 1; /* Fade in */
}

.home .media-section{
	padding-top: 15px;
}


/************ End:Service Overview Area ************/
/************ Media section ***********/
.media-section{
	padding-top: 100px;
	padding-bottom: 90px;;
}
.media-heading{
	padding:0px 65px;
}
.media-heading h2{
	margin:0px;
}
.media-heading p{
	font-size: 16px;
	line-height: 30px;
	font-family: "open-sans", sans-serif;
	font-weight:300;
	padding:0px 25px 0px 85px;
	margin:0px;
}
.media-image-or-video{
	border-radius: 20px;
	overflow: hidden;
	margin-top: 65px;
	margin-bottom: 68px;
}
.media-image-or-video video{
	width:100%;
	height:100%;
	display:block
}
.media-video:after{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(29, 59, 84, 0.7);
	position: absolute;
	content: '';
	z-index: 1;
}
.video-icon{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50% , -50%);
	color:#fff;
	font-size: 50px;
	z-index: 2;
}
.swiper-partner .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
	align-items: center;
}
.swiper-partner .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 65px;
}
.each-partner img{
	opacity: 0.15;
}
.logo-partner-slider{
	margin-bottom: 95px;
}
.media-below-left-content{
	padding-right: 55px;
	border-right:1px solid rgba(1, 28, 47, 1)
}
.media-below-left-content h3{
	margin-bottom: 20px;
}
.media-below-left-content p{
	font-size: 16px;
	line-height: 30px;
	font-family: "open-sans", sans-serif;
	font-weight:300;
	margin-bottom:10px;
	font-weight: 400;
}
.media-below-left-content p a{
	color: rgba(29, 59, 84, 1) !important;
	text-decoration: underline !important;
}
/* .media-below-content{
	padding:0px 45px;
} */
.media-below-right-content h3{
	font-family:'fredoka-variable', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 38px;
	text-transform: unset;
	letter-spacing: normal;
	margin-bottom: 30px;
}
.media-below-right-content{
	padding-left: 58px;
}
.media-below-content .col-lg-9{
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.media-below-content .col-lg-3{
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.media-wallpaper{
	position: absolute;
	width:100%;
	height:50%;
	left:0px;
	top:0px;
	z-index: -1;
}
/************ End:Media section ***********/
/************ Repeted Md ***********/
.repeted-md{
	min-height: 635px;
	padding: 80px 0px;
}
.repeted-md:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(89.9deg, #1D3B54 19.98%, rgba(64, 131, 186, 0) 99.91%);
	opacity: 0.7;
}
.repeted-md .container{
	z-index: 1;
}
.repeat-md-content img{
	margin-bottom: 40px;
}
.repeat-md-content h3{
	color:#fff;
	margin-bottom: 15px;
}
.repeat-md-content h2{
	color:#fff;
	font-size: 44px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: 0.05em;
	margin-bottom: 25px;;
}
.repeat-md-content ul{
	margin:0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:10px;
	margin-bottom: 35px;
}
.repeat-md-content ul li{
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
	color:#fff;
	display:flex;
}
.repeat-md-content ul li:before{
	content:url('../images/Done.png');
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: 5px;
}
.repeat-md-content a.common-button {
	background: rgba(217, 217, 217, 0.25);
	color: #fff;
	border-color: #fff;
}
/************ End:Repeted Md ***********/
/************ location Area ***********/
.location-area{
	padding-top: 225px;
	padding-bottom: 225px;
}
.location-area .container{
	z-index: 1;
	position: relative;
}
.location-area:after{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background:rgb(0 0 0 / 25%);
}
.location-content-wrapper {
	max-width:1150px;
	background:#07176fa1;
	border-radius:20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 110px 0px;
}
.location-area-content{
	max-width: 730px;
}
.location-area-content h3{
	color:#fff;
	margin-bottom: 15px;
	letter-spacing:.1em;	
}
.location-area-content h2{
	color:#fff;
	margin-bottom: 15px;
	font-size:50px;
	line-height:60px;
}
.location-area-content p{
	font-size:20px;
	line-height:32px;
	margin-bottom:34px;
	color:#fff;
}
.location-area-content a.common-button{
	background: rgba(217, 217, 217, 0.25);
	color: #fff;
	border-color: #fff;
}
/************ End:location Area ***********/
/************ Footer Area *************/
.footer-area{
	background: rgba(246, 246, 246, 1);
}
.footer-area .container{
	max-width: 1400px;;
}
.footer-top-wrapper{
	padding-top:82px;
	padding-bottom:50px;
	padding-left: 30px;
	padding-right: 50px;
	border-bottom:1px solid #005D64;
	column-gap:30px
}
.footer-location-info h5{
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-location-info > a{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#000;
	font-family: "open-sans", sans-serif;
	display: inline-block;
	margin-bottom: 15px;
}
.footer-location-info > a:hover{
	color:#7899AD
}
.view-locations a{
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	color:#000;
	text-transform: uppercase;
}
.view-locations a:hover{
	color:#51a962;
}
.footer-contact-info h5{
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-contact-info a{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#000;
	font-family: "open-sans", sans-serif;
	display: inline-block;
	transition:all 0.5s;
}
.footer-contact-info a:hover{
/* 	color:#51a962; */
	color:#005D64;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.social-info h5{
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.social-info > ul{
	display:flex;
	gap:15px;
}
.social-info > ul > li > a{
	font-size: 25px;
	color:#005D64;
}
.social-info > ul > li > a:hover{
	color:#51a962;
}
.footer-bottom-left{
	gap:10px;
	align-items: center;
}
.footer-bottom-left p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#000;
	margin:0px;
}
.footer-bottom-left ul{
	margin:0px;
	padding:0px;
	list-style: none;
	display:flex;
	font-family: "open-sans", sans-serif;
}
.footer-bottom-left ul li a{
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 24px;
	color:#005D64;
	font-family:"open-sans", sans-serif;
	text-decoration: underline;
	padding: 0px 10px;
	position: relative;
}
.footer-bottom-left ul li a:after{
	position: absolute;
	top:4px;
	left:0px;
	height:15px;
	background-color: #000;
	content:'';
	width:1px;
}
.footer-bottom-area{
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.footer-bottom-left ul li a:hover{
	color:#51a962;
}
.footer-bottom-right-area p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#000;
	margin:0px;
}
.footer-bottom-right-area p a{
	color:inherit
}
.footer-bottom-right-area p a:hover{
	color:#51a962;
}
/************ End:Footer Area *************/
/*********** Procudere Page Css ****************/
.procure-page-banner .container{
	position: relative;
	z-index: 1;
}
.procure-page-banner{
	min-height: 830px;
	padding-bottom: 95px;
}
.inner-banner-left-content p{
	font-family:"open-sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color:#fff;
	margin-bottom: 35px;
}
.inner-banner-left-content h1{
	font-family:'fredoka-variable', sans-serif;
	letter-spacing:0;
	font-size:55px;
	font-weight:300;
	text-transform:capitalize;
	margin-top: 10px;
	margin-bottom: 15px;
}
.procedure-banner-content{
	max-width:500px;
}
.procedure-banner-content a.common-button, .procedure-banner-gallery-area  a.common-button, .inner-banner-area a.common-button{
	background: rgba(217, 217, 217, 0.25);
	color: #fff;
	border-color: #fff;
}
.procedure-banner-gallery-area{
	max-width: 558px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 22px;
	padding-bottom: 28px;
	background-color: rgba(29, 59, 84, 0.5);
}
.banner-before-after-gallery-wrapper{
	gap:5px;
	margin-bottom: 25px;
}
.why-choose-area{
	padding-top:75px;
	padding-bottom: 0px;
	margin-top: 50px;
}

.why-choose-content p{
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
}
.why-choose-image img{
	width:100%;
	border-radius:30px;
}
.why-choose-three-blocks-area{
	column-gap: 105px;
}
.each-of-blocks h3{
	margin-bottom: 15px;
}
.why-choose-three-blocks-area{
	padding:0px 65px;
	margin-top:0px
}
.compare-inject{
	padding-top: 100px;
}
.compare-inject-contant-wrapper{
	border-radius:30px;
	background:rgba(245, 245, 245, 1);
	overflow:hidden;
}
.compare-each-block{
	padding: 50px 50px;;
}
.compare-each-block h3{
	font-size: 28px;
	font-weight: 400;
	line-height: 33.6px;
	letter-spacing: 0.1em;
	color:rgba(1, 28, 47, 1);
	margin-bottom: 16px;
}
.compare-each-block p{
	color: rgba(0, 0, 0, 1);
	margin-bottom: 0px;
}
.compare-each-block h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	letter-spacing: 0.1em;
	color:rgba(1, 28, 47, 1);
	text-transform: uppercase;
	margin-top:18px;
	margin-bottom: 10px;
}
.compare-each-block a{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	color:rgba(128, 189, 226, 1);
	text-decoration:underline;
}
.dark-bg-part h3, .dark-bg-part p, .dark-bg-part h4{
	color:#fff;
}
.dark-bg-part{
	background:rgba(29, 59, 84, 1);
	height:100%;
}
.compare-area-heading h2{
	margin-bottom: 36px;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
.review-area {
	padding:100px 0px;
	min-height:630px;
}
.percentage-area {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
}
.percentage-area img {
	max-width: none !important;
	margin-bottom:2px;
	filter: brightness(0) saturate(100%) invert(67%) sepia(120%) saturate(450%) hue-rotate(340deg) brightness(100%) contrast(100%);
}
.review-wrapper> img{
	margin-bottom: 20px;
	max-width:100px;
}
.review-wrapper > p{
	font-size: 34px;
	font-style: italic;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	font-family:"open-sans", sans-serif;
	margin-bottom: 45px;;
}
.review-wrapper{
	max-width: 1024px;
}
.star-area{
	margin-bottom: 30px;
}
.review-wrapper h6{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family:"open-sans", sans-serif;
	margin-bottom: 40px;
}
.service-inject{
	padding-top: 115px;
	/*padding-bottom: 145px;*/
}
.service-inject-haeding-content{
	padding:0px 35px;
}
.service-inject-background {
	top:0px;
	left:0px;
	height:65%;
	width:100%
}
.service-inject-background:before{
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	background: #1D3B54;
	content:'';
	opacity: 0.75;
	position: absolute;
}
.service-inject-heading h2{
	color:#fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.1em;
	margin:0px
}
.service-heading-content p{
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
	color:#fff;
	margin:0px;
}
.service-inject-blocks .swiper{
	padding:0px 10px 10px;
	/*     margin:0px -10px; */
}
.service-inject-blocks .service-content  h4{
	margin-bottom: 20px;
}
.service-inject-blocks .service-content p {
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 35px;
}
.button-wrapper{
	display:flex;
	gap:20px;
}
.service-slider-controller .swiper-scrollbar{
	max-width: 114px;
	left:0px;
}
.service-slider-controller {
	padding: 0PX 35PX;
	margin: 50px 0px 110px;
}
.service-slider-controller .swiper-pagination{
	max-width: 114px;
	left:0px;
	display: flex;
}
.service-slider-controller .swiper-pagination-bullet {
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	opacity: 1;
	background: transparent !important
}
.singel-middle-block-area{
	margin-top:100px;
	margin-bottom: 100px;
}
.singel-middle-block-area img{
	border-radius:30px;
}
.real-parient-inject{
	min-height:550px;
	padding: 100px 0px;
}
.real-parient-inject:before{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 50%);
	content:'';
}
.real-parient-inject .container{
	position: relative;
	z-index: 1;
}
.real-parient-inject img{
	margin-bottom: 30px;
	width:85px;
}
.real-parient-inject h3{
	color:#fff;
	margin-bottom: 16px;
}
.real-parient-inject h2{
	font-size: 44px;
	font-weight: 400;
	line-height: 52.8px;
	letter-spacing: 0.1em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#fff;
	margin-bottom: 35px;
}
.real-parient-inject a.common-button{
	background: rgba(217, 217, 217, 0.25);
	color: #fff;
	border-color: #fff;
}
.blog-inject{
	padding:120px 0px
}
.blog-inject h2{
	margin-bottom: 50px;
}
.each-blog-content{
	padding: 35px 30px 35px;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.each-blog-content h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin:0px;
	text-transform: unset;
	letter-spacing: normal;
}
.each-blog-content p{
	margin-bottom:15px;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.each-blog-content a{
	width: max-content;
}
.each-blog-image{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.each-blog{
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.each-blog-image img{
	height:270px;
	width:100%;
	object-fit: cover;
}
.blog-wrapper{
	margin:0px -30px
}
.faq-wrapper {
	max-width: 950px;
}
.faq-area{
	padding-top: 95px;
	padding-bottom: 100px;
}
.faq-wrapper h2{
	margin-bottom: 45px;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
.each-of-blocks p{
	margin-bottom: 0px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Inner Page Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.inner-banner-area {
	align-items: center !important;
	/* 	min-height: 595px; */
	height:700px;
	padding-bottom: 0px;
	/* padding-top: 63px; */
}
.inner-banner-area .container{
	position: relative;
	z-index: 1;
}
.inner-banner-area h4{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 13px; 
}
.inner-banner-area span{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 13px; 
}
.inner-banner-area .procedure-banner-content {
	max-width: 524px;
}
.blog-area .blog-wrapper .col-lg-4{
	margin-bottom: 50px;
}
.blog-wrapper .each-services{
	height:auto;
}
.concern-area{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	background-color: rgba(29, 59, 84, 0.7);
	max-width: 330px;
	padding: 35px;
	margin-left: auto;
}
.concern-area h4{
	font-family: Century Gothic Pro;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left:10px;
}
.concern-filter-area .select-style {
	height: 40px;
	color: #000;
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	border-radius: 10px;
	padding: 0 20px;
	background: url(../images/filter-drop-arrow.png) #fff no-repeat 97% center / 18px;
	appearance: none;
	-webkit-appearance: none;
	line-height: 39px;
	width: 100%;
}
.concern-filter-area .select-style:focus{
	outline:none;
}
.blog-area .blog-wrapper {
	margin: 0px;
	margin-top: -130px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Location Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.location-page-area{
	margin-top: -190px;
}
.location-each{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}
.location-each-image img {
	height: 245px;
	width: 100%;
	object-fit: cover;
	/* border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
}
.location-each-text{
	padding: 25px;
}
.location-each-text h4{
	margin-bottom: 1px;
}
.location-each-text h4 a{
	font-family:"open-sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
}
.location-each-text a{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}
.location-each-text h5{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin-bottom: 12px;
}
.location-each-text h5 a{
	font-weight: 700;
	color: #005D64;
	text-decoration: underline;
}
.location-each .button-wrapper .common-button {
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17.07px;
	color: #fff;
}
.location-each .button-wrapper .common-button.border-button{
	color: #000;
}
.location-wrapper .nav{
	margin-bottom: 70px;
	z-index: 1;
	position: relative;
	justify-content: space-between;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.location-wrapper .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: transparent;
	color: #fff;
	font-family:"open-sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	padding: 20px 30px;
}
.location-wrapper .nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
	border: 0px;
	border-bottom: 5px solid #fff;
}
.location-wrapper .nav-tabs .nav-link:focus{
	outline: none;
	border: 0px;
	border-bottom: 5px solid #fff;
}
.location-each .button-wrapper .common-button.border-button:hover{
	color: #fff;
	background-color:#005D64;
}
.location-each .button-wrapper .common-button:hover{
	background-color:#51a962;
}
.location-each-area .row{
	margin-left: -27px;
	margin-right: -27px;
}
.location-each-area .row .col-lg-4{
	padding-left: 27px;
	padding-right: 27px;
}
.location-each-image{
	position: relative;
}
.location-each-image::after{
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	content: '';
	position: absolute;
	background: linear-gradient(0deg, rgba(1, 28, 47, 0.5) 29.85%, rgba(1, 28, 47, 0) 74.63%);
	opacity: 0.75;
}
.location-each-image-text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px 30px;
	z-index: 1;
}
.location-each-image-text h3{
	font-family: Century Gothic Pro;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	color: #EFEDE9;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top:15px;
}
.location-star-area ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	margin-bottom: 10px;
}
.location-star-area ul li{
	margin-right: 2px; 
}
.location-star-area ul li img{
	height: auto;
}
.location-each-image-text a{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #EFEDE9;   
	text-decoration: underline;
}
.location-post-area{
	margin-top: 220px;
	/* margin-bottom: 100px; */
}
.location-post-image img{
	border-radius: 40px;
}
.location-post-address{
	margin-top: 50px;
}
.location-post-each h4{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #1D3B54;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.location-post-each a{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #51a962;     
	text-decoration: underline;
}
.location-post-each{
	margin-bottom: 40px;
}
.location-post-each .list-style{
	display: flex;
}
.location-post-each .list-style li{
	margin-right: 20px;
}
.location-post-each .list-style li a i{
	font-size: 30px;
}
.location-post-text h4{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #1D3B54;
	text-transform: uppercase;
	margin-bottom: 10px; 
}
.location-post-text p a{
	color: #000;
	text-decoration: underline;
}
.location-post-text{
	padding-right: 60px;
	padding-top:90px;
}
.location-post-area .service-inject .swiper-pagination{
	display: none;
}
.location-post-area .service-inject{
	margin-top: 90px;
} 
.physician-image img{
	border-radius: 0px;
}
.physician-area{
	margin-top: 50px;
}
.physician-text{
	padding-right: 30px;
}
.physician-text h2{
	color:#005D64;
	font-size:34px;
	line-height:40px;
	margin-bottom:15px;
}
.physician-text h4{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;   
}
.location-meet-team-each{
	padding: 23px 26px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.location-meet-the-team-area{
	padding-top: 91px;
	padding-bottom: 70px;
	background-color: #1D3B54;
}
.location-meet-the-team-area h2{
	text-align: center;
	color: #fff;
	margin-bottom: 45px;
}
.location-meet-team-image img{
	border-radius: 50%;
	width:100px;
	height:100px;
	object-fit:cover;
	overflow: hidden;
}
.location-meet-team-text{
	padding-left: 20px;
}
.location-meet-team-text h3{
	font-family:"open-sans", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;  
}
.location-meet-team-text h4{
	font-family:"open-sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	color: #fff;  
}
.blog-area .service-content h4 {
	font-size: 20px;
	line-height: 26px;
	/* color:#07186E; */
	color:#005D64;
}
.blog-area .service-content p {
	font-size: 14px;
	line-height: 20px;
	-webkit-line-clamp: 3;
}
.blog-banner{
	padding-top: 63px;
}
.cleleb-overview-area .review-area {
	margin-top: 90px;
}
.light-header .menu-area > ul > li > a {
	color:#1D3B54
}
.light-header .menu-area > ul > li > a:after{
	filter: brightness(0) saturate(100%) invert(20%) sepia(24%) saturate(1087%) hue-rotate(165deg) brightness(96%) contrast(97%);
}
.light-header .logo a img{
	filter: brightness(0) saturate(100%) invert(20%) sepia(24%) saturate(1087%) hue-rotate(165deg) brightness(96%) contrast(97%);
}
.celeb-details{
	padding-top: 240px;
}
.celeb-details .media-below-left-content h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.celeb-details .media-below-left-content h1{
	font-family:'fredoka-variable', sans-serif;
	font-size:50px;
	text-transform:capitalize;
	letter-spacing:0;
	font-weight:300;
	color:#005D64;
	margin-bottom: 15px;
}
.celeb-details .media-below-right-content h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	color:#000000;
	font-style: normal;
	font-family:"open-sans", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.category-wrapper{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 60px;
}
.category-wrapper a{
	font-weight: 400;
	color:#111;
	cursor: auto;
	/*text-decoration:underline;*/	
}
.category-wrapper a:hover{
	color:#000
}
.celeb-details .media-below-right-content{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.celeb-bg-image-area{
	border-radius:30px;
	margin-top: 75px;
	margin-bottom: 95px;
	overflow: hidden;
}
.celeb-bg-image-area:before{
	background: linear-gradient(180deg, rgba(29, 59, 84, 0) 0%, #1D3B54 100%);
	position: absolute;
	bottom:0px;
	width:100%;
	height:50%;
	left:0px;
	content:'';
}
.celeb-qoute{
	position: absolute;
	max-width: 665px;
	left:85px;
	bottom:85px
}
.celeb-qoute p{
	font-size: 25px;
	font-style: italic;
	font-weight: 600;
	line-height: 36px;
	font-family:"open-sans", sans-serif;
	color:#fff;
	margin:0px
}
.celeb-details:after{
	position: absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	content:'';
	background-image: url('/wp-content/uploads/2025/03/SHC-BG.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	z-index: -1;
}
.article-wrapper{
	padding-top: 95px;
	padding-bottom: 115px;
}
.article-heading-content{
	max-width: 731px;
}
.article-heading-content h2{
	margin-bottom: 15px;
}
.each-article-area {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px #0000001A;
}
.each-artcle-image img{
	height:100%
}
.each-artcle-image{
	min-width: 285px;
	max-width: 275px;
}
.each-artcle-image img{
	min-height:375px;
	width: 100%;
	object-fit: cover;
}
.article-content{
	padding: 50px;
	gap:20px;
	background-color: #fff;
}
.article-content h4{
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color:#1D3B54
}
.article-content p{
	margin-bottom: 5px;
}
.each-artcle-image:before{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(1, 28, 47, 0.5) 29.85%, rgba(1, 28, 47, 0) 74.63%);
	content:'';
	opacity: 0.75;
}
.article-bloc-wrapper{
	margin-top: 90px;
}
.light-header .main-header-wrapper {
	border-bottom: 1px solid #1D3B54;
}
.light-header.fixed_header .logo a img {
	filter: none
}
.light-header.fixed_header .mobile-menu-area img {
	filter: none
}
.start-your-journey-banner:after{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content:'';
	background:#0000005e;
}
.start-your-journey-banner .procedure-banner-content h3{
	color:#fff;
	margin-bottom: 12px;
}
.start-your-journey-banner .procedure-banner-content h1{
	font-size:40px;
	line-height:50px;
}
.start-your-journey-banner .procedure-banner-content span{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 13px; 
}
.start-your-journey-banner .procedure-banner-content {
	max-width: 560px;
	margin-top:185px;
}
.start-your-journey-listing ul li a{
	border:1px solid #fff;
	width: 100%;
	padding: 33px;
	border-radius:20px;
	display: flex;
	gap:20px;
	text-transform: uppercase;
}
.start-your-journey-listing ul li a:hover{
	border:1px solid #fff;
	width: 100%;
	padding: 33px;
	border-radius:20px;
	display: flex;
	gap:20px;
	text-transform: uppercase;
/* 	background-color:#51a962; */
	background-color:#005D64;
}
.start-your-journey-listing ul li a h4{
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin:0px;
	color:#fff
}
.start-your-journey-listing ul{
	display: flex;
	flex-direction: column;
	gap:30px;
	margin-top: 50px;
}
.start-your-journey-banner{
	padding-top: 180px;
}
.start-your-jouney-form{
	padding: 60px 50px 0px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	max-width: 595px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.start-your-jouney-form h2{
	font-size: 30px;
	line-height: 40px;
	margin-bottom:0px;
}
.procedure-overview-banner{
	min-height:781px;
	padding-top: 265px;
}
.procedure-overview-banner{
	align-items: flex-start !important;
}
.procedure-overview-banner p{
	margin:0px
}
.procedure-overview-wrapper .service-content h4{
	margin-bottom: 25px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.parent-tab-content .footer-section, .parent-tab-content .header-phone, .parent-tab-content .header-contact, .parent-tab-content .header-btn{
	display:none;
}
.parent-tab-content .footer-section.active, .parent-tab-content .header-phone.active, .parent-tab-content .header-contact.active, .parent-tab-content .header-btn.active{
	display:block;
}
.dropdown-contents{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	background-color: rgba(26, 52, 77, 1);
	padding:60px 0px;
	display:none;
}
.dropdown-contents.active{
	display:block
}
.header-area > div.top-header-area{
	z-index:2;
}
.dropdown-contents > .container{
	display:flex;
	column-gap:50px;
}
.parent-dropdown > h3{
	color:#fff;
	font-family:"open-sans", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	padding:10px;
	border-bottom:1px solid #fff;
	margin-bottom:20px
}
.parent-dropdown > a{
	display:block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding:0px 10px;
	font-family:"open-sans", sans-serif;
	text-transform:none;
	margin-bottom:10px
}
.parent-dropdown > a:after{
	display:none;
}
.parent-dropdown{
	width:20%;
}
.dropdowns > a.active:after{
	transform: rotate(180deg);
}
.no-post-found-area {
	top: 50px;
	position: relative;
	z-index:1;
}
/* Review Star */
.review-rating-wrap img {
	width: 120px;
	max-width: inherit;
	height: auto;
}
.review-rating-wrap {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index:1;
}
.review-rating > img {
	opacity: 0.7;
	width: 100%;
	height: auto;
}
.review-rating{
	max-width:120px;
	z-index:1;
}
.gallery-no-post-found-area {
	margin: 100px 0px;
}
/* ***************************** New ******************** */
.location-each-image-text h3 > a{
	font-family:"open-sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	color: #EFEDE9;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-decoration:none;
}

/***************HOME BANNER****************/
.home-banner{
	height:100vh;
	position:relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	margin-top:-1px;
}
.each-slider-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	/*   height:239px;
	width:168px;
	right:-90px;
	top:50%;
	transform: translateY(-50%);*/
	border-radius: 60px;  
	transition:all 1s;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.each-slider-image.active{
	width:100%;
	height: 100%;
	right:0px;
	top:50%;
	transform: translateY(-50%);
	border-radius: 0px;
	transition:all .7s;
	z-index: 2;
	box-shadow:none;
}
.each-slider-image.next{
	z-index: 5;
	transition:all 1s;
}
.each-slider-image.previous{
	z-index: 1; 
	width:200%;
	height: 200%;
	right:0px;
	border-radius: 0px;
	transition:all 1s;
	top:50%;
	transform: translateY(-50%);
}
.slider-content{
	position: relative;
	z-index: 10;
	top: 55%;
	transform: translateY(-50%);
}
.slider-count{
	position:absolute;
	left:15px;
	top:50%;
	transform: translateY(-50%);
	padding:0px !important;
	margin: 0px;
	list-style: none;
}
.slider-count ul{    
	padding:0px !important;
	margin: 0px;
	list-style: none;
}
.slider-count ul li{
	font-family:"open-sans", sans-serif;
	display: inline-block;
	color:#fff; 
	cursor: pointer;
	padding:10px 15px;
}
.slider-count::before{
	position:absolute;
	content: '';
	left:0px;
	bottom:-5px;
	width:100%;
	border-bottom:2px solid #fff;
	opacity:.5;
}
.slider-count::after{
	position:absolute;
	content: '';
	left:0px;
	bottom:-6px;
	width:33.33%;
	border-bottom:4px solid #fff;   
	transition: all 1s;
}
/*********** SLIDR 1 **************/

.home-banner .slider-image .each-slider-image:first-child{
	z-index: 1;
}
.home-banner .slider-image .each-slider-image:nth-child(2){
	z-index: 2;
}
.home-banner .slider-image .each-slider-image:last-child{
	z-index: 3;
}
.home-banner.slider_1 .slider-image .each-slider-image:first-child{
	width:100%;
	height: 100%;
	right:0px;
	top:50%;
	transform: translateY(-50%);
	border-radius: 0px;
	transition:all .7s;   
}
@media (max-width: 991px){
	.home-banner.slider_1 .slider-image .each-slider-image:first-child{
		top:50%;
	}
}	
.home-banner.slider_1 .slider-count::after{    
	width:33.33%;

}
/*********** SLIDR 2 **************/
.home-banner.slider_2 .slider-image .each-slider-image:first-child{   
	width:200%;
	height: 200%;
	right:0px;
	border-radius: 0px;
	transition:all 1s;
	top:50%;
	transform: translateY(-50%);
}
.home-banner.slider_2 .slider-image .each-slider-image:nth-child(2){
	width:100%;
	height: 100%;
	right:0px;
	top:50%;
	transform: translateY(-50%);
	border-radius: 0px;
	transition:all .7s;    
}
@media (max-width: 991px){
	.home-banner.slider_2 .slider-image .each-slider-image:nth-child(2){
		top:50%!important;
		width:200%
	}
	.home-banner.slider_3 .slider-image .each-slider-image:nth-child(3) {
		width:220%;
	}
}	
.home-banner.slider_2 .slider-image .each-slider-image:last-child{
	z-index: 3;
	margin-right:0px;
}
.home-banner.slider_2 .slider-count::after{    
	width:66.66%;
}
/*********** SLIDR 3 **************/
.home-banner.slider_3 .slider-image .each-slider-image:nth-child(3){
	width:100%;
	height: 100%;
	right:0px;
	top:50%;
	transform: translateY(-50%);
	border-radius: 0px;
	transition:all .7s;   
	margin-right:0px;
}
.home-banner.slider_3 .slider-image .each-slider-image:first-child{   
	width:200%;
	height: 200%;
	right:0px;
	border-radius: 0px;
	transition:all 1s;
	top:50%;
	transform: translateY(-50%);
}
.home-banner.slider_3 .slider-image .each-slider-image:nth-child(2){    
	width:200%;
	height: 200%;
	right:0px;
	border-radius: 0px;
	transition:all 1s;
	top:50%;
	transform: translateY(-50%);
}
.home-banner.slider_3 .slider-count::after{    
	width:100%;
}
.each-slider-image.top-gradient:after, .each-slider-image.bottom-gradient:before{
	display:none;
}
.each-slider-image.active.top-gradient:after, .each-slider-image.active.bottom-gradient:before{
	display: block;
}
.each-banner-upper-content{
	max-width: 417px;
	opacity: 0;
	margin-top: 30px;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(50%);
	transition: all 0.7s;
}
.each-banner-upper-content.active {
	animation: text-up 2s linear both, text 1.5s linear both;
}

/* @keyframes text {
0%, 25% {
opacity: 0;
}
50% {
opacity: 1;
transform: none;
}
75%, 100% {
opacity: 0;
}
}

@keyframes text-up {
0%, 25% {
opacity: 0.5;
transform: translateY(105%);
}
50% {
opacity: 1;
transform: none;
}
75%, 100% {
opacity: 0.5;
transform: translateY(-105%);
}
} */
.each-banner-upper-content.active{
	opacity:1;
	transform: translateY(0%);
	margin-top:0px;
	visibility: visible;
	pointer-events: all;
	transition: all 0.7s;
}
.slider-uppercontent{
	position: absolute;
	top: 200px;
	width: 100%;
	left: 0px;
	z-index: 9;
}
.each-banner-upper-content h1{
	text-transform: uppercase;
	color:#fff;
	font-family:"open-sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.125em;
	margin-bottom: 10px;
}
/*.each-banner-upper-content h4{
text-transform: uppercase;
color:#fff;
font-family: Century Gothic Pro;
font-size: 14px;
font-weight: 700;
line-height: 16.8px;
letter-spacing: 0.1em;
font-family: "Montserrat", sans-serif;
white-space: nowrap;
margin-bottom: 10px;
}*/
.each-banner-upper-content p{
	font-family: "open-sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color:#fff;
}
.each-banner-upper-content p a{
	color:#fff;
	text-decoration: underline;
}
.each-banner-upper-content p a:hover{
	color: #005D64;
}
.slider-bottom-content{
	position:absolute;
	bottom:80px;
	width:100%;
	left:0px;
	z-index: 9;
	/*     height:200px */
}
.each-bottom-content h2{
	margin-bottom:40px;
	font-family: fredoka-variable, sans-serif;
	font-size: 70px;
	font-weight: 300;
	line-height: 72px;
	letter-spacing: 0;
	text-transform:capitalize;
	color: #fff;
}
/*.each-bottom-content h1{
margin-bottom:30px;
font-family: Century Gothic Pro;
font-size: 55px;
font-weight: 400;
line-height: 66px;
letter-spacing: 0.05em;
}*/
.each-bottom-content a.common-button {
	background: rgba(217, 217, 217, 0.25);
	color: #fff;
	border-color: #fff;
}
.each-slider-image{
	padding-top: 215px;
	padding-bottom: 80px;
}
.each-slider-image .container{
	position: relative;
	z-index: 199;
}
.each-bottom-content{
	opacity: 0;
	/*margin-top: 30px;*/
	visibility: hidden;
	pointer-events: none;
	transform: translateY(50%);
	transition: all 0.7s;
}
.each-bottom-content.active{
	opacity:1;
	transform: translateY(0%);
	/*margin-top:0px;*/
	visibility: visible;
	pointer-events: all;
	transition: all 0.7s;
}
.celeb-profile-slider-area{
	padding:65px 0px 0px;
}

.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield_label{
	font-family: Century Gothic Pro;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0.1em;
	color:#fff;
	margin-bottom: 12px;
	display: block !important;
	text-transform:uppercase;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield_required {
	display:none;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield input.large{
	background-color: #ffffff;
	border-radius:10px;
	border: 0px;
	min-height: 49px;
	padding: 8px !important;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 24px !important;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield input:focus{
	outline:none;
}
.blog-post-slider-bar-each .gform_button {
	margin-top: 10px;
	border: 1px solid #fff !important;
	width: 100%;
	height:41px;
	color: #fff !important;
	background-color: #D9D9D940 !important;
	font-weight:600;
	border-radius: 10px;
	text-transform:uppercase;
	font-family: "open-sans", sans-serif;
	font-size: 14px;
	line-height: 17.07px;
	letter-spacing: 0.1em;
}
.blog-post-slider-bar-each .gform_button:hover{
	background-color: #7899AD !important;
	border: 1px solid #7899AD !important;
	color: #fff;
}
.gform_required_legend{
	display:none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Form Area %%%%%%%%%%%%%%%%%%%  */
.gform_wrapper.gravity-theme .gfield input{
	background-color: rgba(29, 59, 84, 0.1);
	color: #535353;
	border:0px;
	border-radius:10px;
	height:100%;
	min-height:50px;
	padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme .gfield input:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield select{
	background-color: rgba(29, 59, 84, 0.1);
	color: #535353;
	border:0px;
	border-radius:10px;
	height:100%;
	min-height:50px;
	padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme .gfield select:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield textarea{
	background-color: rgba(29, 59, 84, 0.1);
	color: #535353;
	border:0px;
	border-radius:10px;
	height:100%;
	min-height:50px;
	padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme .gfield_label{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #535353;
}
.gform_wrapper.gravity-theme .gfield input::placeholder{
	color: #535353;
	font-weight:500;
	font-size: 16px;
	font-weight: 400;
}
.gform-footer .gform_button{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	line-height: 17.07px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 30px;
	padding: 11px 20px;
	display: inline-block;
	border: 1px solid #005D64;
	background-color: rgba(29, 59, 84, 0.1);
	color: #005D64;
	font-weight: 700;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gform-footer .gform_button:hover{
	background-color: #005D64;
	color: #fff;
}
.start-your-jouney-form h2{
	/*text-align:center;*/
}
.start-your-jouney-form h3{
	/*text-align:center;*/
	margin-bottom:30px;
}
.gfield--type-captcha{
	text-align:left;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 18px;
}
.media-below-right-content  .select-style {
	height: 40px;
	color: #1D3B54;
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	border-radius: 10px;
	padding: 0 20px;
	background: url(../images/filter-drop-arrow.png) #1D3B541A no-repeat 97% center / 18px;
	appearance: none;
	-webkit-appearance: none;
	line-height: 39px;
	width: 100%;
	margin-top: 4px;
	border: 1px solid #1D3B54;
	max-width: 258px;
}
.media-below-right-content  .select-style:focus{
	outline:none;
}
.each-celeb-image{
	border-radius:50px;
	overflow:hidden;
}
.each-celeb-image{
	/*max-width: calc(100% - 195px);*/
}
.celeb-slider-images{
	/*position: absolute;
	top:0px;
	width:100%;
	height:100%; */
	max-width: 630px;
	height:800px;
}
.celeb-slider-images .each-celeb-image{
	position: absolute;
	height: 239px;
	width: 175px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	overflow:hidden;
	transition: all .7s;
}
.each-celeb-image img{
	height:100%;
	max-width: 100%;
	object-fit: cover;
	border-radius: 0px;
	width:100%;
}
.each-celeb-image.active{
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0%;
	transform: translateY(0%);
	position: relative;
	border-radius: 0px;
	transition: all .7s;
}
/********* Celeb Slider 1 **************/
.celeb_slider_1 .celeb-slider-images .each-celeb-image:nth-child(1){
	margin-right: 0px;
	width:100%;
	height:100%;
	border-radius: 0px;
	transition: all .7s;
}
.celeb_slider_1 .celeb-slider-images .each-celeb-image:nth-child(2){
	margin-right: -45vw!important;
}
.celeb_slider_1 .celeb-slider-images .each-celeb-image:nth-child(3){
	margin-right: -45vw!important;
}

/********* Celeb Slider 2 **************/
.celeb_slider_2 .celeb-slider-images .each-celeb-image:nth-child(2){
	margin-right: 0px;
	width:100%;
	height:100%;
	border-radius: 0px;
	transition: all .7s;
}
.celeb_slider_2 .celeb-slider-images .each-celeb-image:nth-child(1){
	margin-right: 0px;
	width:100%;
	height:100%;
	border-radius: 60px;
}
.celeb_slider_2 .celeb-slider-images .each-celeb-image:nth-child(3){
	margin-right: -25vw;
}
.celeb_slider_2 .slider-count::after{    
	width:66.66%;

}
/********* Celeb Slider 3 **************/
.celeb_slider_3 .celeb-slider-images .each-celeb-image:nth-child(3){
	margin-right: 0px;
	width:100%;
	height:100%;
	border-radius: 0px;
	transition: all .7s;
}
.celeb_slider_3 .celeb-slider-images .each-celeb-image:nth-child(1){
	margin-right: 0px;
	width:100%;
	height:100%;
	border-radius: 0px;
}
.celeb_slider_3 .celeb-slider-images .each-celeb-image:nth-child(2){
	margin-right: 0px;
	width:100%;
	height:100%;
	border-radius: 0px;
}
.celeb_slider_3 .slider-count::after{    
	width:100%;

}
.landry-top-text{
	position: relative;
}
.landry-top-text::before{
	position: absolute;
	content: '';
	top: -35px;
	left: -43px;
	background-image: url('/wp-content/uploads/2025/04/cropped-Logomark-SPHC.png');
	width: 120px;
	height: 120px;
	opacity:.2;
	background-size:cover;
	background-repeat: no-repeat;
}
.landry-top-text h3{
	font-family: 'fredoka-variable', sans-serif;
	font-size: 32px;
	font-style: italic;
	letter-spacing:0px;
	font-weight: 400;
	line-height: 46px;
	text-transform: capitalize;
	color:#005D64;
	max-width: 480px;
}
.landry-bottom-text h4{
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.landry-bottom-text p{
	max-width: 426px;
	margin-bottom: 32px;
}
.celebrity-slider-count.slider-count ul li {
	display: inline-block;
	color: rgba(29, 59, 84, 1);
	cursor: pointer;
	padding: 10px 15px;
	font-weight:700;
}
.celebrity-slider-count.slider-count::before{
	border-bottom: 2px solid rgba(29, 59, 84, 1);
}
.celebrity-slider-count.slider-count::after {
	border-bottom: 4px solid #005D64;
}
.celebrity-slider-count.slider-count{
	position: relative;
	top: auto;
	left: 0px;
	transform: none;
	width: max-content;
}
.landry-left-tex{
	padding-top: 50px;
	padding-bottom: 100px;
}
.landry-top-text {
	/*height:153px;
	overflow: hidden;*/
	position: relative;
}
.landry-top-text .landry-top-text-wrapper{
	opacity: 0;
	pointer-events: none;
	transform: translateY(50%);
	transition: all .7s;
}
.landry-top-text .landry-top-text-wrapper.active{
	opacity: 1;
	pointer-events: all;
	transform: translateY(0%);
	transition: all .7s;
}
.landry-bottom-text{
	/*height:200px;
	overflow: hidden;*/
	position: relative;
}
.each-landry-bottom-text{
	opacity: 0;
	pointer-events:none;
	transform: translateY(50%);
	transition: all .7s;
}
.each-landry-bottom-text.active{
	opacity: 1;
	pointer-events:all;
	transform: translateY(0%);
	transition: all .7s;
}
.landing-header-area .main-header-wrapper{
	padding:20px 0px;
}
.single-location-area{
	margin-top:0px !important;
}
.single-location-area .location-post-wrapper{
	padding-top:160px;
	padding-bottom:50px;
}
.location-post-image img{
	width:100%;
}
.location-post-wrapper {
	background:url('/wp-content/uploads/2025/03/SHC-BG.jpg') no-repeat center center / cover
}
.single-location-area.location-post-area .service-inject {
	margin-top: 0px;
}
.procedure-overview-banner.inner-banner-area .inner-banner-left-content{
	text-align:left;
	padding:0;
}
.procedure-page-wrapper .compare-inject {
	padding-bottom:100px;
}
.review-page-area .review-area{
	margin-top: -100px;
	position: relative;
	z-index: -9;
	margin-bottom: -50px;
}
.overlap {
	display: grid;
	grid-template-areas: "overlap";
}
.overlap>* {
	grid-area: overlap;
}
.celeb-profile-slider-area {
	overflow:hidden
}
.home .location-area {
	padding-top: 150px;
	padding-bottom: 150px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Location %%%%%%%%%%%%%%%%%%%% */
.location-wrapper .nav-tabs .nav-link{
	letter-spacing: 1px;
} 
.location-heading h5{
	display: none;
}
.location-media-area{
	margin-bottom: 20px;
}
.location-media-heading{
	max-width: 1200px;
	margin: 0 auto;
}
.location-media-text-right p a{
	color: #000;
	text-decoration: underline;
}
.location-media-text-left{
	padding-right: 30px;
}
.location-media-area .media-image-or-video {
	margin-top: 38px;
}
.location-meet-the-team-wrapper{
	max-width: 1260px;
	margin: 0 auto;
}
.media-image img{
	width: 100%;
}
.location-post-each .list-style {
	margin-top: 16px;
}
.physician-wrapper{
	max-width: 1140px;
	margin: 0 auto;
}
.physician-wrapper:not(:last-child){
	margin-bottom: 70px;
}
.physician-text h4{
	margin-bottom: 13px;
}
.physician-image img{
	width: 100%;
}
.service-inject .service-heading-content .common-button.transparent-button{
	margin-top: 30px;
	border: 1px solid #fff;
	color: #fff;
	background: #D9D9D940;
}
.service-inject .service-heading-content .common-button.transparent-button:hover{
	background-color: rgba(29, 59, 84, 1);
	border: 1px solid #1D3B54;
	color: #fff;
}
.blog-post-top-image-area{
	position: relative;
}
.blog-post-top-image-area img{
	width: 100%;
	border-radius: 37px;
	object-fit:cover;
	object-position:top;
	height:710px;
}
.blog-post-top-text{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 66px 60px;
	padding-right: 120px;
	z-index: 1;
}
.blog-post-area{
	position: relative;
	padding-top: 200px;
}
.blog-post-area:after {
	position: absolute;
	width: 100%;
	height: 562px;
	left: 0px;
	top: 0px;
	content: '';
	background: url(../images/img/marbel-bg.png);
	z-index: -1;
}
.blog-post-top-image-area{
	border-radius: 37px;
	overflow: hidden;
	margin-bottom: 40px;
	width: calc(100% + 242px);
	margin-left: -100px;
}
.blog-post-top-image-area::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #1D3B54A1;
}
.share-post-area{
	display: flex;
	align-items: center;
	margin-bottom: 65px;
	margin-left: -50px;
}
.share-post-area .list-style{
	display: flex;
	margin-left: 13px;
}
.share-post-area .list-style li{
	margin-right: 20px;
}
.share-post-area .list-style li a i{
	font-size: 30px;
}
.share-post-area h4{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1D3B54;
}
.blog-post-top-text h4{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 14px;
}
.blog-post-top-text span{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 14px;
}
.blog-post-top-text h1{
	letter-spacing: 0.1em;
}
.blog-post-slider-bar-each h3{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	padding: 5px 0px 20px 0px;
	border-bottom: 1px solid #7D7D7D;
	text-transform: uppercase;
	color: #fff;
	/*margin-bottom: 15px;*/
}
.blog-post-slider-bar-each .gform-body.gform_body{
	margin-top:25px;
}
.blog-post-slider-bar-each{
	padding: 40px;
	background-color: #1D3B54;
	border-radius: 30px;
	margin-bottom: 40px;
}
.blog-slider-bar-each{
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #7D7D7D;
}
.blog-slider-bar-each h5{
	font-family:"open-sans", sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0.1em;
	color: #81C4E6;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.blog-slider-bar-each p{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.blog-post-slider-bar-each .blog-slider-bar-each:last-child{
	border-bottom: 0px;
}
.blog-post-slide-bar-area{
	margin-top: 40px;
	margin-right: 30px;
}
.blog-post-slider-bar-each .common-button.transparent-button{
	margin-top: 30px;
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	background: #D9D9D940;
}
.blog-post-slider-bar-each .select-style {
	height: 40px;
	color: #000;
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	border-radius: 10px;
	padding: 0 20px;
	background: url("../images/filter-drop-arrow.png") #fff no-repeat 97% center / 18px;
	appearance: none;
	-webkit-appearance: none;
	line-height: 39px;
	width: 100%;
	margin-top: 10px;
}
.blog-post-slider-bar-each .select-style:focus{
	outline: none;
}
.blog-post-slider-bar-each:last-child h3{
	border-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
}
.blog-post-text{
	margin-left: 100px;
	margin-right: 10px;
}
.blog-post-text h3{
	font-family:"open-sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: normal;  
	text-transform:none;
	margin-bottom:10px;
}
.share-post-area .list-style li a:hover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	color: #1D3B54;
}
.common-faq-area{
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 70px 30px;
	border-radius: 30px;
}
.common-faq-area h2{
	letter-spacing: 2px;
}
.celeb-bg-image-area  img{
	width: 100%;
}
.blog-cat-each{
	margin-bottom: 80px;
}
.blog-cat-image{
	margin-bottom: 39px;
}
.blog-cat-image img{
	border-radius: 30px;
	overflow: hidden;
}
.blog-category-area{
	max-width: 729px;
}
.each-gallery-image img{
	height: 181px;
	width: 100%;
	object-fit: cover;
}
.each-gallery-image .row{
	margin-left: 0px;
	margin-right: 0px;
}
.each-gallery-image .row .col-6{
	padding-left: 0px;
	padding-right: 0px;
}
.each-gallery-image .row .col-12{
	padding-left: 0px;
	padding-right: 0px;
}
.gallery-overview-area .service-content{
	padding: 33px 25px 40px;
}
.gallery-overview-area .service-content h4{
	margin-bottom: 20px;
}
.inner-banner-area .inner-banner-left-content {
	text-align: center;
	max-width:780px;
}
.gallery-cat-each{
	box-shadow: 0px 0px 20px 0px #0000001A;
	padding: 25px 20px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}
.gallery-cat-each .row{
	margin-left: 0px;
	margin-right: 0px;
}
.gallery-cat-each .row .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.gallery-cat-each .row .col-md-12{
	padding-left: 0px;
	padding-right: 0px;
}
.gallery-category-wrapper .card-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 3rem;
}
.gallery-category-wrapper .card-columns .card{
	border: 0px;
	border-radius: 20px;
	margin-bottom: 50px;
}
.gallery-cat-each .row .col-md-6 img{
	width: 100%;
}
.gallery-cat-each .row .col-md-12 img{
	width: 100%;
}
.gallery-category-wrapper{
	margin-top: 50px;
}
.gallery-category-area.celeb-details .media-below-right-content h3{
	margin-bottom: 20px;
}
.gallery-case-wrapper{
	max-width: 810px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
.gallery-case-wrapper .gallery-cat-each{
	margin-bottom: 30px;
}
.wellness-treatment-area{
	margin-top: 109px;
	margin-bottom: 125px;
}
.wellness-treatment-image img{
	border-radius: 50px;
	overflow: hidden;
	width: 100%;
}
.wellness-treatment-text{
	max-width: 575px;
	margin-left: 38px;
}
.wellness-treatment-text h2{
	margin-bottom: 20px;
}
.wellness-banner{
	display: flex !important;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 95px;
}
.inner-banner-area.wellness-banner .inner-banner-left-content {
	text-align: left;
}
.contact-us-area{
	padding-top: 210px;
}
.contact-us-text h3{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	color: #005D64;
	margin-bottom: 14px;
}
.contact-us-text h1{
	font-family:"open-sans", sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 52.8px;
	letter-spacing: 0.1em;
	color: #005D64;
	margin-bottom: 20px;
}
.contact-us-text p{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #323232;
	margin-bottom: 30px;
}
.contact-us-wrapper{
	max-width: 1270px;
	margin: 0 auto;
}
.contact-us-text{
	max-width: 547px;
	margin-bottom: 90px;
}
.contact-us-wrapper .location-post-address {
	margin-top: 70px;
}
.contact-us-wrapper .start-your-jouney-form{
	margin-bottom: 100px;
}
.location-post-each a {
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.location-post-each a:hover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	color: #1D3B54;
	text-decoration: underline;   
} 
.landing-banner-area{
	height: 935px;
	margin-bottom:-25px;
}
.landing-banner-text{
	max-width: 520px;
	position: relative;
	z-index: 2;
	padding-bottom: 130px;
}
.landing-banner-text h1{
	margin-bottom: 15px;
	font-size:48px;
	line-height:52px;
}
.landing-banner-text p{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #fff;   
}
.landing-page-list{
	margin-top: 55px;
}
.landing-page-list ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.landing-page-list ul li{
	margin-right: 15px;
	margin-bottom: 10px;
}
.landing-page-list ul li a{
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
}
.landing-page-list ul li a img{
	margin-right: 9px;
}
.landing-banner-wrapper .start-your-jouney-form{
	position: relative;
	z-index: 2;
	text-align: center;
	box-shadow: 0px 0px 20px 0px #0000001A;
	margin-bottom: -80px;
}
.landing-after-before-heading{
	max-width: 1030px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.landing-after-before-heading h2{
	margin-bottom: 25px;
}
/*.landing-after-before-area{
margin-top: 137px;
margin-bottom: 104px;
}*/
.real-parient-inject h2{
	font-family:'fredoka-variable', sans-serif;
	font-size:50px;
	line-height:50px;
	letter-spacing:0;
	font-weight:300;
	max-width: 885px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.real-parient-inject p{
	max-width: 885px;
	color:#fff;
	font-size:21px;
	line-height:32px;
	margin-left:auto;
	margin-right:auto;
}
.landing-location-wrapper{
	max-width: 1250px;
	margin: 0 auto;
	background: rgba(29, 59, 84, 0.95);
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
/*.landing-location-text{
padding: 165px 100px;
}*/
.landing-location-text h4{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 15px;
}
.landing-location-text h2{
	font-family:"open-sans", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 20px;
}
.landing-location-text p{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #fff;
	margin-bottom: -5px!important;
}
.landing-location-text a.common-button {
	background: rgba(217, 217, 217, 0.25);
	color: #fff;
	border-color: #fff;
}
.landing-location-text a.common-button:hover {
	background-color: rgba(29, 59, 84, 1);
	color: #fff;
}
.landing-location-wrapper .start-your-jouney-form{
	height: 100%;
	border-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.landing-location-wrapper .row{
	margin: 0px;
}
.landing-location-wrapper .row .col-lg-5{
	padding: 0px;
}
.landing-location-wrapper .row .col-lg-7{
	padding: 0px;
}
.landing-location-area{
	padding-top: 138px;
	padding-bottom: 138px;
}
.landing-button{
	display: none;
}
.landing-header-area .top-header-area{
	display: none !important;
}
.landing-header-area .landing-button{
	display: block;
}
.landing-header-area .menu-area{
	display: none;
}
.landing-header-area .landing-button a.common-button {
	background: rgba(217, 217, 217, 0.25);
	color: #fff;
	border-color: #fff;
	width: 194px;
	margin-right: 30px;
}
.landing-header-area .landing-button a.common-button:hover {
	background-color: rgba(29, 59, 84, 1);
	color: #fff;
}
.landing-header-area .main-header-wrapper{
	align-items: center;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Faq %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.accordion {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: left;
}
.accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 20px;
}
.accordion>li>span {
	display: block;
	padding: 15px 50px;
	background: url(../images/down-Arrow.png) no-repeat 95%;
	cursor: pointer;
	font-family:"open-sans", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
	color: #1D3B54;
	border-radius: 50px;
	background-color: #fff;
}
.accordion>li>div {
	list-style: none;
	padding: 15px 50px;
	display: none;
	overflow: auto;
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#000000;
}
.accordion li>span.active {
	background: url(../images/up-Arrow.png) no-repeat 95%;
	background-color: #fff;
}
.header-area.light-header.fixed_header .menu-area > ul > li > a {
	color: #fff;
}
.blog-inject {
	overflow-x: hidden;
}
.common-faq-area h2 {
	margin-bottom: 40px;
}
.location-each-text a{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;   
}
.location-each-text a:hover{
	color:#7899AD;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
} 
.location-each-text h5 a{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;       
}
.location-each-text h5 a:hover{
	color: #1D3B54;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;       
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Review Page %%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.review-page-area .review-page-wrapper {
	max-width: 1248px;
	margin: 0px auto;
	margin-top: -130px;
}
.review-page-area .review-page-wrapper .row{
	margin-left: -28px;
	margin-right: -28px;
}
.review-page-area .review-page-wrapper .row .col-lg-4{
	padding-left: 28px;
	padding-right: 28px;
}
.review-each-area{
	padding: 32px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}
.review-each-area .star-area{
	max-width: 110px;
} 
.star-area h4{
	position: absolute;
	right: -26px;
	top: 2px;
	color:#005D64;
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.review-each-area p{
	font-family:"open-sans", sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 29px;
	color: #000; 
	margin-bottom: 20px;
}
.review-each-area a{
	font-family:"open-sans", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
	color:#7899AD;
	text-transform: capitalize;
}
.review-each-area a:hover{
	color:#1A344D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
.review-each-area a.common-link{
	font-family:"open-sans", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
	color:#7899AD;
	text-transform: capitalize;
	margin-top: 20px;
	display: block;
	width: fit-content;
	padding-right: 26px;
}
.review-each-area a.common-link:hover{
	color:#1A344D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.review-each-area .percentage-area img {
	max-width: 110px !important;
}
.google{
	margin-bottom: 4px;
}
.review-content{
	height: 174px;
	overflow: hidden;
}
.review-content.show{
	height: 100%;
}
.review-content + .common-link.show-more{
	background: url(../images/Expandd-Arrow.png) 99%;
	background-repeat: no-repeat;
}
.review-content.show + .common-link.show-more{
	background: url(../images/Expanddd-Arrow.png) 99%;
	background-repeat: no-repeat;
}
.review-page-area .review-area{
	margin-bottom: 50px;
}
.landing-header-area .mobile-menu-area {
	display:none;
}
.location-banner{
	min-height:699px;
}
.location-post-text p a{
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
}
.location-media-text-right p a{
	text-decoration:underline !important;
}
.landing-after-before-each-area{
	margin-bottom:100px;
}
.page-template-template-landing .landing-after-before-area{
	margin-bottom:0px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge %%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.parent-tab-content .footer-section, .parent-tab-content .header-phone, .parent-tab-content .header-contact, .parent-tab-content .header-btn{
	display:none;
}
.parent-tab-content .footer-section.active, .parent-tab-content .header-phone.active, .parent-tab-content .header-contact.active, .parent-tab-content .header-btn.active{
	display:block;
}
.dropdown-contents{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	background-color: rgba(26, 52, 77, 1);
	padding:60px 0px;
	display:none;
}
.dropdown-contents.active{
	display:block
}
.header-area > div.top-header-area{
	z-index:2;
}
.dropdown-contents > .container{
	display:flex;
	column-gap:50px;
}
.parent-dropdown > h3{
	color:#fff;
	font-family:"open-sans", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	padding:10px;
	border-bottom:1px solid #fff;
	margin-bottom:20px
}
.parent-dropdown > a{
	display:block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing:0px;
	text-align: left;
	padding:0px 10px;
	font-family:"open-sans", sans-serif;
	text-transform:none;
	margin-bottom:10px
}
.parent-dropdown > a:after{
	display:none;
}
.parent-dropdown{
	width:20%;
}
.dropdowns > a.active:after{
	transform: rotate(180deg);
}
.no-post-found-area {
	top: 50px;
	position: relative;
	z-index:1;
}
/* Review Star */
.review-rating-wrap img {
	width: 130px;
	max-width: inherit;
	height: auto;
}
.review-rating-wrap {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index:1;
}
.review-rating > img {
	opacity: 0.7;
	width: 100%;
	height: auto;
}
.review-rating{
	max-width:130px;
	z-index:1;
}
.gallery-no-post-found-area {
	margin: 100px 0px;
}
/*****search-result******/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 30px 150px 30px 0;
	border-bottom: 1px solid #003D93;
	position: relative;
}
.search-result-area article h2 {
	color: #011D3F;
}
.search-result-area article h2 a {
	color: #011D3F;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #1D3B54;
}
.search-result-area article img {
	width: 110px !important;
	max-width: 100% !important;
	height: 140px !important;
	object-fit: cover;
}
.search-result-area article figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-result-area .pagination {
	margin-top: 40px;
}
.search-result-area h2{
	text-transform: capitalize;
}
.search-result-area .pagination h2,
.search-result-area .pagination a {
	color: #011D3F;
}
.search-result-area .pagination a:hover {
	color: #FF3524;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #011c2f;
	padding: 30px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #011c2f;
	color: #fff;
	padding: 10px 30px 15px;
}
.loader-img img {
	max-width:80px;
}
.search-result-area .no-results .page-title {
	color: #fff;
}
.search-result-area .no-results .page-header {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.search-result-area .no-results .search-field {
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 100px 10px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-family:"open-sans", sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #003D93;
	border-radius: 0 5px 5px 0;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	top: 0;
	right: -1px;
	height: 41px;
	width: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-result-area .no-results .search-submit:hover {
	background-color: #FF3524;
}
.search-result-area .no-results label {
	display: none;
}
.search-result-area .no-results form {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	position: relative;
}
.menu-area > ul > li.big-menu > ul{
	position:absolute;
	top:100%;
	width:100%;
	left:0px;
	background:#1D3B54;
	display:flex;
	justify-content:space-between;
	padding-left:60px;
	opacity:0;
	pointer-events:none;
	visibility:hidden
}
.menu-area > ul > li.big-menu.active > ul{
	opacity:1;
	pointer-events:all;
	visibility:visible
}
.menu-area > ul > li.big-menu > ul > li{
	padding-left:30px;
	padding-top:60px;
	padding-bottom:75px;
	max-width:625px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area a h2{
	color:#fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.1em;
	position:relative;
	max-width:250px;
	margin-bottom:50px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area h2 img{
	position:absolute;
	left:-35px;
	top:-10px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form{
	max-width:375px;
	position:relative;
	margin-bottom:30px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form:before{
	content:url('/wp-content/uploads/2024/11/Search.png');
	position:absolute;
	left:10px;
	top:10px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form input{
	width:100%;
	background-color:rgba(217, 217, 217, 0.2);
	font-size: 12px;
	font-weight: 700;
	line-height: 14.4px;
	letter-spacing: 0.1em;
	color:#fff;
	text-transform:uppercase;
	border-radius:10px;
	padding:13px;
	padding-left:45px;
	border:0px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form input::placeholder {
	color: #fff;
	opacity: 1;
}

.menu-area > ul > li.big-menu > ul > li.left-content-area form input::-ms-input-placeholder { /* Edge 12-18 */
	color: #fff;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area p{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color:#fff;
	text-transform:none !important;
	letter-spacing:normal !important;
}
.menu-area > ul > li.big-menu > ul > li > a{
	color:#fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:25px;
}
.menu-area > ul > li.big-menu > ul > li > ul{
	display:flex;
	flex-wrap:wrap;
}
.menu-area > ul > li.big-menu > ul > li > ul > li{
	width:50%;
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:12px;
	display:inline-block;
	color:#fff
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a:hover{
	color:#7899AD
}
.menu-area > ul > li.big-menu > ul > li.deep-blue-bg{
	background: rgba(1, 28, 47, 1);
	min-width:390px;
	padding-left:60px
}
.menu-area > ul > li.big-menu > ul > li.left-content-area {
	max-width:350px;
}
.menu-area > ul > li.big-menu > ul > li.deep-blue-bg > ul{
	display:block;
}
.menu-area > ul > li.big-menu.location-menu > ul > li{
	width:20%
}
.menu-area > ul > li.big-menu.location-menu > ul > li > ul{
	display:block;
}
.menu-area > ul > li.big-menu.location-menu > ul > li > ul > li{
	width:100%	
}
.menu-area > ul > li.singel-menu{
	position:relative;
}
.menu-area > ul > li.singel-menu > ul {
	position: absolute;
	top: 100%;
	width: max-content;
	left:50%;
	transform:translatex(-50%);
	background:#005D64;
	padding: 45px;
	min-width:360px;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.menu-area > ul > li.singel-menu:last-child > ul{
	right: 0px;	
	left:auto;
	transform:translatex(0);
}
.menu-area > ul > li.singel-menu.active > ul{
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
.menu-area > ul > li.singel-menu > ul > li > a{
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:15px;
}
.menu-area > ul > li.singel-menu > ul > li > a:hover{
	color:#fff !important;
}
.menu-area > ul > li.singel-menu > ul > li > ul > li > a{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 12px;
	display: inline-block;
	color: #fff;
}
.menu-area > ul > li.singel-menu > ul > li > ul > li > a:hover{
	color:#28a745!important;
}
.media-image-or-video iframe {
	height: 520px;
	position: relative;
}
.video-icon-area {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	z-index:1;
}
.video-media-inject:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1D3B54B2;
}
.media-below-description {
	column-count: 2;
	gap: 30px;
}
section.fof {
	margin: 100px 0px;
}
.article-wrapper .article-content .common-button.border-button{
	max-width:200px;
}
.page-template-template-blog-overview  .blog-area .service-content h4 {
	font-size: 21px;
	line-height: 26px;
}
.in_media_sec-area{
	padding-bottom: 60px;
	position:relative;
}
.in_media_sec-area:after {
	position: absolute;
	width: 100%;
	height: 811px;
	left: 0px;
	top: 0px;
	content: '';
	background: url(../images/img/marbel-bg.png);
	z-index: -1;
}
.each-slider-image {
	cursor: pointer;
}
.each-slider-image.active {
	cursor: auto;
}
@media(min-width:992px){
	.inner-banner-area .inner-banner-left-content {
		padding: 225px 0 95px;
	}
}
.menu-area > ul > li:hover a {
	color: #51a962;
}
.menu-area > ul > li:active a {
	color: #51a962;
}
.menu-area > ul > li:hover a:after {
	transform: rotate(180deg);
}
.each-tab-related-service-slider{
	width:100vw;
	position:relative;
	left:50%;
	margin-left:-50vw;
	padding-left:80px;
	margin-top: 58px;
}
.target-inject .service-content p {
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	-webkit-line-clamp: none!important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.target-inject .service-content {
	padding: 30px;
}
.target-inject {
	margin-bottom: 50px;
}
.pagination ul li.active{
	color:#7899AD;
}
.pagination a{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pagination a:hover{
	color:#7899AD;	
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.wp-block-button .wp-block-button__link{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 30px;
	padding: 11px 20px;
	display: inline-block;
	background-color: #7899AD;
	border: 1px solid #7899AD;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #1D3B54;
	background-color: rgba(29, 59, 84, 0.1);
	color: #1D3B54;
	font-weight: 700;
}
.wp-block-button .wp-block-button__link:hover {
	background-color: rgba(29, 59, 84, 1);
	color: #fff;
}
@media(max-width:767px){
	.about-right-image {
		flex-direction: column-reverse;
	}
}
.path-icon img {
	width: 100px;
	height: 100px;
}
.new-physician-btn{
	margin-top:20px;
}
/* .fixed_header.stky .menu-area > ul > li > a:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(24%) saturate(1087%) hue-rotate(165deg) brightness(100%) contrast(100%) !important;
} */

.fixed_header.stky .menu-area > ul > li > a:hover {
	color: #51a962!important;
}

.each-of-blocks {
	display: flex;
	column-gap: 10px;
}
.b-img img {
	max-width: 23px;
}
.each-of-blocks h3 {
	margin-bottom: 15px;
	letter-spacing: 0;
	font-weight: 700;
}
.single-celebrity .logo a img {
	filter: none !important;
}
.single-celebrity .header-area .sticky-logo {
	display: block;
}
.single-celebrity .header-area .logo {
	display: none;
}

.location-post-text {
	padding-right: 0px
}
@media(min-width:1200px){
	.col-lg-6.location {
		flex: 0 0 40%;
		max-width: 50%;
	}
	.col-lg-6.physician {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-lg-6.post-image {
		flex: 0 0 45%;
		max-width: 50%;
	}
	.col-lg-6.post-text {
		flex: 0 0 66%;
		max-width: 55%;
	}
}
.col-lg-6.physician .location-post-each a {
	line-height: 31px;
}

a.ff-ll img {
	filter: none !important;
}
@media (max-width: 767px) {
	/*
	.each-tab-related-service-slider .swiper-slide {
	width: 400px !important ;
	margin-left: 10px;
}*/
}


.header-area.open-header .logo {
	display: block !important;
}
.header-area.open-header .sticky-logo {
	display: none !important;
}
.header-area.open-header  .logo a img {
	filter:none !important;
}
.header-area.open-header  .mobile-menu-area img
{
	filter: none !important;
}
.review-rating > img {
	opacity: 1;
}
.footer-right{
	/* 	column-gap:30px; */
	column-gap:50px;
	align-items:center;
}
.footer-script p{
	margin:0;
}
.footer-script .reviewshakeWidget[data-widget-type='carousel']{
	padding:0;
}
.footer-script .rs-widget-container{
	background-color:transparent !important;
}
.footer-script .reviewshakeWidget{
	padding:0 !important;
}
@media(max-width:991px){
	.footer-script{
		margin-bottom:60px;
	}
	.footer-script .reviewshakeWidget__averageReviews,
	.footer-script .reviewshakeWidget__ratingBody,
	.footer-script .reviewshakeWidget[data-widget-type='carousel']{
		justify-content:flex-start !important;
	}
	.footer-script .rs-widget-container#rs-widget-2204 .reviewshakeWidget__averageTitle{
		text-align:left;
	}
	.footer-script .reviewshakeWidget[data-breakpoint="1"] .reviewshakeWidget__top{
		align-items: flex-start;
	}
}

.compare-inject-contant-wrapper .row {
	margin: 0;
}

div#rs-widget-2204 {
	background-color: transparent !important;
}

.page-template-template-team-overview .center-banner-txt .inner-banner-left-content {
	padding: 225px 0 225px;
}
.video-bb {
	text-align: center;
	display: inline-grid;
}
.video-bb a, .video-bb span , .video-bb strong {
	color: #fff;
	text-transform: uppercase;
}
.page-template-template-team-overview .inner-banner-left-content h1 {
	margin-bottom: 35px;
}
.team-overview {
	margin-bottom: 100px;
}

.concern-area {
	background-color: #005D64;
}

/*================= inner defult sec =================*/
.page-template-template-interior-default .location-area {
	display: none;
}
.inner-banner-left-content h1{
	margin-bottom: 35px;
}
.service-overview-sec{
	padding-top: 65px;
	background-attachment: fixed;
}
.what-pasticity-sec{
	margin-top: 65px;
	padding: 50px 0px;
}
.what-pasticity-video{
	border-radius: 30px;
	overflow: hidden;
}
.what-pasticity-video iframe{
	height: 426px;
	display: block;
	width: 100%;
}
.what-pasticity-cover{
	position: absolute;
	left: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.what-pasticity-cover::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.30);
}
.what-pasticity-play-btn a{
	color: #FFF;
	font-family:'fredoka-variable', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.what-pasticity-play-btn{
	position: relative;
	z-index: 1;
}
.what-pasticity-play-btn a strong{
	display: table;
	margin: 0px auto;
	font-weight: 400;
}
.what-pasticity-cover{
	cursor: url(/wp-content/uploads/2025/10/Group-71.png), auto;
	transition: transform 0.5s ease 0s;
}
.what-pasticity-cover:hover .what-pasticity-play-btn{
	display:none;
}
.what-pasticity-content h2{
	color: #000;
	margin-bottom: 25px;
}
.what-pasticity-content p{
	color: #000;
	font-family: "open-sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px; 
	margin-bottom: 58px;
}
.what-pasticity-content p a{
	color: #000;
	text-decoration: underline;
}
.what-pasticity-content .transparent-button {
	background-color: transparent !important;
	min-width: 259px;
}
.what-pasticity-content .transparent-button:hover{
	background: #005D64 !important;
}
.what-pasticity-wrapper .row{
	margin: 0px -15px;
}
.common-muscle-sec{
	margin-top: 95px;
	margin-bottom: 95px;
}
.common-muscle-heading{
	max-width: 800px;
	width: 100%;
	margin: 0px auto 58px;
}
.common-muscle-heading h2{
	margin-bottom: 30px;
	color: #000;
}
.common-muscle-heading p{
	color: #000;
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px; 
}
.common-muscle-wrapper{
	max-width: 1111px;
	width: 100%;
	margin: 0px auto;
}
.common-muscle-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 20px;
	row-gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.common-muscle-wrapper.text-center li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}
.common-muscle-wrapper li h6{
	color: #000;
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px; 
	margin-top: 14px;
}
.need-more-info-sec{
	margin-top: 95px;
	margin-bottom: 95px;
}
.need-more-info-wrapper{
	max-width: 950px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.need-more-info-wrapper h3{
	color: #000;
	font-family:'fredoka-variable', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.need-more-info-wrapper h2{
	color: #000;
	margin-bottom: 52px;
}
.need-more-info-wrapper .accordion {
	list-style: none;
	padding: 0px;
}
.need-more-info-wrapper .accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 20px;
}
.need-more-info-wrapper .accordion>li>span {
	display: block;
	padding: 10px 38px;
	background: url("/wp-content/uploads/2025/10/Expand-Arrow.png")  no-repeat 95%;
	background-color: #EBEBEB;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	color: #1D3B54;
	font-family:'fredoka-variable', sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 32px; 
	background-size: 15px;
}
.need-more-info-wrapper .accordion>li>div {
	list-style: none;
	display: none;
	overflow: auto;
	color: #000;
	font-family:'fredoka-variable', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	margin-top: 20px;
	padding: 0 35px;
}
.need-more-info-wrapper p{
	color: #000;
	font-family:'fredoka-variable', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	margin: 0;
}
.need-more-info-wrapper .accordion li>span.active {
	background: url("/wp-content/uploads/2025/10/Expand-Arrow2.png") no-repeat 95%;
	background-size: 15px;
	background-color: #EBEBEB;
}
.our-approach-spasticity-management{
	position: relative;
	padding-bottom:70px;
}
.our-approach-spasticity-area::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.50);
	height: 100%;
	width: 100%;
}
.approach-spasticity-management-wrapper{
	position: relative;
	z-index: 1;
	padding: 95px 0 157px;
}
.approach-spasticity-management-heading h2{
	color: #fff;
	margin-bottom: 20px;
}
.approach-spasticity-management-heading .transparent-button{
	border-color: #fff !important;
	background-color: transparent !important;
	color: #fff;
}
.approach-spasticity-management-heading .transparent-button:hover{
	border-color: #005D64 !important;
}
.approach-spasticity-management-heading{
	max-width: 350px;
	width: 100%;
	padding-right: 30px;
}
.approach-spasticity-management-content p{
	color: #EFEDE9;
	font-family:"open-sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px; 
	margin-top: 0;
}
.approach-spasticity-management-content p a{
	font-weight: 600;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: underline;
}
.approach-spasticity-management-content p a:hover{
	color: #005D64;
}
.approach-spasticity-management-wrapper .row{
	margin: 0px;
}
.approach-spasticity-management-list{
	padding: 0 35px;
	display: flex;
	column-gap: 40px;
	row-gap: 40px;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-top: -85px;
}
.each-approach-spasticity-management{
	padding: 26px 24px 28px;
	background-color: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	max-width: 331px;
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.each-approach-spasticity-management h3{
	color: #1CAC58;
	font-family:'fredoka-variable', sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 24px; 
	margin-bottom: 16px;
	text-transform: initial;
	letter-spacing: 0;
}
.each-approach-spasticity-management p{
	color: #000;
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px; 
	margin: 16px 0 0;
}
.each-approach-spasticity-management p a{
	text-decoration: underline;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #000;
}
.what-pasticity-content p a:hover,
.each-approach-spasticity-management p a:hover{
	color: #1CAC58;
}
.targeted-solutions-sec{
	margin-bottom: 100px;
}
.targeted-solutions-sec .what-pasticity-content h2,
.prioritizing-comfort-sec .what-pasticity-content h2{
	font-size: 34px;
	line-height: normal;
}
.what-pasticity-content ul{
	padding-left: 24px;
	margin-bottom: 0;
	margin-top: 0;
}
.what-pasticity-content li{
	color: #000;
	font-family:'fredoka-variable', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
}
.what-pasticity-content li::marker{
	font-size: 10px;
}
.prioritizing-comfort-sec{
	margin-bottom: 100px;
}
.targeted-solutions-sec .what-pasticity-content p,
.prioritizing-comfort-sec .what-pasticity-content p{
	margin: 0 0 30px;
}
.related-service-area{
	padding: 49px 0 73px;
}
.related-service-wrapper{
	max-width: 50%;
	width: 100%;
}
.related-service-wrapper h2{
	color: #FFF;
	font-family:'fredoka-variable', sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 13px;
}
.related-service-wrapper p{
	color: #FFF;
	font-family:'fredoka-variable', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px 0 70px;
}
.related-service-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.related-service-wrapper li{
	margin-bottom: 49px;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
}
.related-service-wrapper li:last-child{
	margin-bottom: 0;
}
.related-service-wrapper li a{
	color: #FFF;
	font-family:'fredoka-variable', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	display: block;
	background-image: url("/wp-content/uploads/2025/10/Vector.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.related-service-wrapper li a:hover{
	background-position: 96%;
}
.singlepoint-healthcare-team{
	min-height: 549px;
	display: flex;
	align-items: center;
	padding: 100px 0;
	position: relative;
}
.singlepoint-healthcare-team::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.40);
}
.singlepoint-healthcare-wrap{
	position: relative;
	z-index: 1;
}
.singlepoint-healthcare-wrap img{
	width: 61px;
	margin-bottom: 33px;
}
.singlepoint-healthcare-wrap h3{
	color: #FFF;
	font-family:'fredoka-variable', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.singlepoint-healthcare-wrap h2{
	color: #FFF;
	font-weight: 300;
	margin-bottom: 56px;
}
.contact-footer-content .transparent-button,
.singlepoint-healthcare-wrap .transparent-button{
	background-color: transparent !important;
	color: #fff;
	border-color: #fff !important;
	min-width: 281px;
}
.contact-footer-sec{
	padding: 80px 0;
}
.contact-footer-wrap{
	max-width: 1170px;
	margin: 0px auto;
	width: 100%;
}
.contact-footer-wrap .row{
	margin: 0px -15px;
}
.contact-footer-content h2{
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 31px;
}
.contact-footer-area{
	border-radius: 20px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	padding: 34px 44px 32px;
}
.contact-footer-area h2{
	margin-bottom: 21px;
	color: #000;
	text-align: center;
	font-weight: 300;
}
.contact-footer-area p{
	/* color: #1D3B54; */
	color: #000;
	text-align: center;
	font-family:'fredoka-variable', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	margin-bottom: 30px;
}
.contact-footer-area .gform_wrapper.gravity-theme .gfield textarea.large,
.contact-footer-area .gform_wrapper.gravity-theme .gfield select.large,
.contact-footer-area .gform_wrapper.gravity-theme .gfield input.large{
	font-family:'fredoka-variable', sans-serif;
	color: #868686;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	min-height: 35px;
	padding: 5px 20px !important;
	border-radius: 5px;
	overflow: hidden;
}
.contact-footer-area .gform_wrapper.gravity-theme .gfield textarea.large::placeholder,
.contact-footer-area .gform_wrapper.gravity-theme .gfield input.large::placeholder{
	color: #868686;
}
.contact-footer-area .gform_wrapper.gravity-theme .gfield textarea.large{
	height: 108px;
	resize: none;
}
.contact-footer-area .gform_wrapper.gravity-theme .gfield_label{
	color: #000;
	font-family:'fredoka-variable', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}
.contact-footer-area .gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: 2px;
	vertical-align: top;
	min-height: max-content !important;
	margin-right: 11px;
	border-radius: 0;
}
.contact-footer-area .gform_wrapper.gravity-theme .gfield-choice-input+label{
	/* color: #1D3B54; */
	color: #000;
	font-family:'fredoka-variable', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	vertical-align: top;
}
.contact-footer-area .gform-footer .gform_button {
	width: 100%;
}
.contact-footer-area .gchoice.gchoice_3_7_1 {
	margin-bottom: 20px;
}
@media(max-width:1199px){
	.what-pasticity-content {
		padding-left: 0;
	}
	.approach-spasticity-management-list {
		padding: 0 30px;
		column-gap: 20px;
	}
	.prioritizing-comfort-sec .what-pasticity-content {
		padding-right: 0;
		padding-left: 0;
	}
	.contact-footer-content .transparent-button{
		min-width: 257px;
		padding: 11px;
	}
	.what-pasticity-sec{
		margin-bottom: 50px;
	}
}
@media(max-width:991px){
	.what-pasticity-video{
		margin-bottom: 30px;
	}
	.contact-footer-area h2,
	.singlepoint-healthcare-wrap h2,
	.related-service-wrapper h2,
	.approach-spasticity-management-heading h2,
	.need-more-info-wrapper h2,
	.common-muscle-heading h2,
	.what-pasticity-content h2{
		margin-bottom: 15px;
		font-size: 33px;
	}
	.what-pasticity-content p{
		margin-bottom: 30px;
		margin-top: 0;
	}
	.need-more-info-sec,
	.common-muscle-sec,
	.what-pasticity-sec {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.common-muscle-heading{
		margin-bottom: 30px;
	}
	.common-muscle-wrapper ul{
		justify-content: center;
	}
	.approach-spasticity-management-heading {
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.approach-spasticity-management-list{
		flex-wrap: wrap;
		row-gap: 26px;
	}
	.each-approach-spasticity-management{
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.our-approach-spasticity-management{
		padding-bottom: 50px;
	}
	.prioritizing-comfort-sec{
		margin-top: 0;
	}
	.related-service-wrapper{
		max-width: 100%;
		position: relative;
		z-index: 1;
	}
	.related-service-area{
		position: relative;
		margin-bottom: 50px;
	}
	.related-service-area::after{
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.40);
	}
	.related-service-wrapper p{
		margin-bottom: 30px;
	}
	.related-service-wrapper li a{
		font-size: 18px;
	}
	.related-service-wrapper li {
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	.contact-footer-content {
		margin-bottom: 40px;
	}
}
@media(max-width:767px){
	.what-pasticity-video iframe{
		height: 320px;
	}
	.what-pasticity-video {
		border-radius: 20px;
	}
	.common-muscle-wrapper.text-center li{
		max-width: 45%;
		width: 100%;
	}
	.contact-footer-area{
		padding: 30px;
	}
	.contact-footer-sec {
		padding: 50px 0;
	}
}

.page-template-template-blog-overview .review-area {
	display: none;
}
.page-template-template-blog-overview footer.footer-area {
	margin-top: 100px;
}

a.read-review {
	text-align: left;
	display: table;
}
.footer-script br {
	display: none;
}
.footer-right {
	align-items: baseline;
}
.single-location .location-post-address {
	margin-top: 0 !important;
}
.single-location .location-post-address .row {
	margin-left: 0;
}
.single-location .col-lg-6.location:first-child {
	padding-left: 0;
	padding-right: 20px;
}
.single-location div#rs-widget-2204 {
	margin-left: -120px;
}

.single-location .dlm-review-scr a {
	margin-top: -48px;
	display: block;
	margin-left: 30px;
}
.what-pasticity-sec.prioritizing-comfort-sec .what-pasticity-video.prioritizing-comfort-vdo,
.what-pasticity-video{
	max-width:780px;
	width:100%;
}
.what-pasticity-sec.prioritizing-comfort-sec .what-pasticity-video,
.what-pasticity-sec.targeted-solutions-sec .what-pasticity-video{
	max-width:650px;
}
@media(max-width:991px){
	.single-location div#rs-widget-2204 {
		margin-left: 0px;
	}
	.single-location .dlm-review-scr a {
		margin-left: 60px;
	}
	.col-lg-6.physician {
		padding-left: 0;
	}
	.what-pasticity-sec.prioritizing-comfort-sec .what-pasticity-video.prioritizing-comfort-vdo,
	.what-pasticity-video,
	.what-pasticity-sec.prioritizing-comfort-sec .what-pasticity-video,
	.what-pasticity-sec.targeted-solutions-sec .what-pasticity-video{
		max-width:100%;
	}
}
/* new blog post */
.blog-post-top-image-area::after{
	background-color:#005D6480;
}
.blog-post-slider-bar-each{
	background-color:#005D64;
}
.blog-post-area:after{
	display:none;
}
.single-post .location-area{
	display:none;
}
.blog-post-area {
	padding-top: 91px;
}
.blog-post-content-wrap{
	max-width:1200px;
	width:100%;
	margin:0px auto;
}
@media(max-width:991px){
	.blog-post-area .row{
		margin:0px -15px;
	}
}
.path-to-wellness-wrapper-heading img{
	margin-left:0;
	margin-bottom:10px;
}
body .wp-block-image img{
	max-width: 100%;
	margin: 0px auto;
	display: table;
}
.footer-contact-info h5 {
	font-family: "open-sans", sans-serif;
	font-size:22px;
	letter-spacing:0;
}
.footer-contact-info a {
	display: table;
	margin-bottom: 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-contact-info a img{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-contact-info a:hover img{
	filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(1400%) hue-rotate(159deg) brightness(95%) contrast(102%);
}
/*  */
.path-to-wellness-wrapper-heading  img{
	max-width: 65%;
}
.page-id-2998 .wp-block-image img{
	max-width: 55%;
}

/* 
Aaron Boster Page: */
.physician-wrapper .row{
	margin-top: 0px;
	align-items: end !important;
}
.physician-text{
	padding-bottom: 70px;
}
@media (max-width: 991px) {
	.inner-banner-area {
		height: 490px !important;
	}
}

.page-template-template-interior-default .wp-block-button__link.wp-element-button{
	outline: 1px solid #005D64;
	border: none;
}

.page-template-template-interior-default .wp-block-button__link.wp-element-button:hover{
	background: #005D64 !important;
	color:#fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.page-template-template-interior-default .gform_wrapper.gravity-theme .gform_footer input{
		outline: 1px solid #005D64;
	border: none;
}
.page-template-template-interior-default .gform_wrapper.gravity-theme .gform_footer input:hover{
	background: #005D64 !important;
	color:#fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.page-id-3663 .service-overview-sec {
    padding-top: 0;
}
.page-id-3663 .what-pasticity-sec {
    margin-top: 0;
}

.video-temp .each-service-image img {
    height: auto;
}

.each-vdo-popup-area{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(11, 11, 11, .8);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 6px;
}
.vdo-popup-close{
    position: absolute;
    right: 0;
    top: -20px;
}
.vdo-popup-inner{
    max-width: 900px;
    width: 100%;
}
.vdo-popup-inner iframe{
    width: 100%;
    height: 506px;
    display: block;
}
.vdo-popup-close{
    font-size: 35px;
    color: #fff;
    top: -50px;
}
.vdo-popup-close:hover{
    color: #fff;
}
@media (min-width: 992px) {
	.page-template-template-video-overview .inner-banner-area .inner-banner-left-content {
		padding: 40px 0 95px;
	}
	.tax-video-category .inner-banner-area .inner-banner-left-content {
		padding: 40px 0 95px;
	}
	.tax-video-category .site-breadcrumb {
		display: none;
	}
}
.infosion-area{
	margin-top: 90px;
	margin-bottom: 90px;
}
.infosion-slider-each img{
	width: 100%;
}
.infosion-heading-area{
    max-width: 902px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.infosion-heading-area h2{
	font-family: Fredoka;
font-weight: 300;
font-size: 46px;
line-height: 100%;
text-align: center;
	color: #000;
}
.infosion-heading-area p{
	color: #000;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
.infosion-slider-button{
	text-align: center;
	margin-top: 36px;
}
.infosion-slider-button .common-button{
	border: 1px solid #1D3B54;
    background-color: transparent;
    color: #1D3B54;
	font-size: 14px;
    font-weight: 700;
    min-width: 259px;
}
.infosion-slider-button .common-button:hover{
	background-color: #1D3B54;
	color: #fff;
}


.infosion-slider-each {
    position: relative;
	cursor: pointer;
}
.infosion-area .infosion-slider-each {
	max-width: 500px;
	margin: auto;
}

.infosion-slider-each:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50% , -50%);
    left: 50%;
    height: 60px;
    width: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/wp-content/uploads/2026/01/play-button.png);
}
.infosion-slider-each:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.infosion-slider-each img {
    border-radius: 20px;
}
.infosion-slider-each-cover{
	min-height:250px;
	width:100%;
	border-radius:20px;
	overflow:hidden;
	position:relative;
	padding:20px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.infosion-slider-each-logo{
	position:absolute;
	right:18px;
	bottom:17px;
	max-width:211px;
	width:100%;
}
.infosion-slider-each:after{
	display:none;
}
.infosion-slider-each-cover h2{
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding:2px 16px;
	display:table;
	position:relative;
}
.infosion-slider-each-cover h2 strong{
	font-weight: 400;
	position:relative;
	z-index:1;
}
.infosion-slider-each-cover h2::after{
	background-color: #EA7835;
	position:absolute;
	left:0;
	top:0;
	content:"";
	width:100%;
	height:100%;
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
.infosion-slider-button .common-button {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #07166e;
}
/* medications-ova */
.medications-ova-banner .inner-banner-left-content {
	padding: 20px 0 50px;
}
.concern-search-area{
	position: relative;
}
.medications-ova-banner.inner-banner-area .row {
	margin: 0px -15px;
}
.concern-search-area input{
	height: 40px;
	color: #000;
	font-family: "open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	border-radius: 10px;
	padding: 0 30px 0 20px;
	background-color: #fff;
	line-height: 39px;
	width: 100%;
	text-transform:capitalize;
}
.concern-search-area input::placeholder{
	color: #000;
}
.medications-ova-banner .concern-filter-area{
	margin-bottom: 30px;
}
.concern-search-area input:focus-visible{
	outline: none;
}
.concern-search-area button{
	position: absolute;
	right: 13px;
	top: 5px;
	background-color: transparent;
	padding: 0;
	border: none;
}
.concern-search-area .advance-search-close {
    position: absolute;
    top: 12px;
    right: 34px;
}
.concern-search-area .advance-search-loading {
    position: absolute;
    right: 53px;
    top: 4px;
}
.concern-search-area div#advance-search-blog-display {
    background-color: #fff;
	position:absolute;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width:100%;
}
.concern-search-area h5{
    font-size: 19px;
    text-transform: inherit;
	padding: 20px;
	display:none;
}
.concern-search-area div#advance-search-blog-display ul {
    padding: 20px 20px;
    margin: 0;
/* 	height: 300px; */
    overflow-y: scroll;
}
.concern-area #advance-search-blog-display h4{
	color:#363636;
	padding-left:0;
	font-weight: 400;
	margin-bottom:0;
	font-size:15px;
}
.concern-search-area div#advance-search-blog-display a li {
	margin-bottom: 20px;
	flex-direction: column-reverse;
/* 	padding-bottom:20px;
	border-bottom:1px solid #363636; */
}
.concern-search-area button:focus{
	outline: none;
}
.medications-overview-sec{
	margin-bottom: 90px;
}
.medications-overview-wrapper{
	margin-top: -71px;
}
.medications-overview-wrapper .row{
	margin: 0px -25px 45px;
	row-gap: 42px;
}
.medications-overview-wrapper .row > div{
	padding: 0px 25px;
}
.each-medications-overview{
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	padding: 26px;
	display:flex;
	flex-direction:column;
	min-height:300px;
	justify-content:space-between;
}
.medications-icon{
	min-height: 131px;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.each-medications-overview h4{
	color: #07186E;
	font-family: 'fredoka-variable', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 12px;
	text-transform: initial;
	letter-spacing: 0;
}
.each-medications-overview h4 a{
	color: #005D64;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-medications-overview h4 a:hover{
	font-weight: 700;
}
@media(max-width:1199px){
	.medications-overview-wrapper .row {
		margin: 0px -15px 45px;
	}
	.medications-overview-wrapper .row > div {
		padding: 0px 15px;
	}
}
@media(max-width:991px){
	.medications-ova-banner .inner-banner-left-content > p{
		height: auto;
	}
	.medications-ova-banner.inner-banner-area {
		height: auto !important;
		padding-top: 128px;
		padding-bottom: 50px;
	}
	.medications-ova-banner .inner-banner-left-content {
		padding: 20px 0 0px;
	}
	.medications-ova-banner .concern-area {
		margin-left: 0px;
		margin-top: 0;
	}
	.medications-overview-wrapper {
		margin-top: -20px;
	}
}


.infosion-slider-button .common-button:hover{
    background-color: #07166e;
}
.header-area.relative-header{
	position: fixed;
	top:0;
	left:0px;
	background: rgba(246, 246, 246, 1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* .header-area.relative-header .logo a img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(24%) saturate(1087%) hue-rotate(165deg) brightness(96%) contrast(97%);
} */
.header-area.relative-header .menu-area > ul > li > a {
    color: #000 !important;
}
.header-area.relative-header .menu-area > ul > li > a:hover{
	color: #005D64 !important;
}
.header-area.relative-header .menu-area > ul > li.menu-item-has-children > a:after{
	filter: brightness(0);
}
.header-area.relative-header .mobile-menu-area img {
	filter: brightness(0.1);
}
/* Medications  */
.tysabri-sec{
	margin-top: 208px;
	margin-bottom: 90px;
	text-align: left;
}
.tysabri-top ul{
	margin: 0 0 42px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tysabri-top li{
	position: relative;
	padding: 0px 48px;
}
.tysabri-top li:not(:last-child)::after{
	position: absolute;
	content: "";
	width: 1px;
	background-color: #000000;
	height: 80%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tysabri-top h1{
	color: #000;
	font-family: 'fredoka-variable', sans-serif;
	font-size: 60px;
	font-weight: 300;
	line-height: normal;
	text-transform: initial;
}
.tysabri-wrapper{
	max-width: 800px;
	width: 100%;
	margin: 0px auto 79px;
}
.tysabri-top .spt,
.tysabri-top .site-breadcrumb a,
.tysabri-top .site-breadcrumb{
	color: #000 !important;
	font-size: 14px;
	letter-spacing: 1.4px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}
.tysabri-wrapper p{
	color: #000;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 30px; 
}
.two-colum-img{
	border-radius: 30px;
	overflow: hidden;
}
.two-colum-content{
	padding-left: 90px;
}
.two-colum-content h2{
	color: #000;
	font-size: 46px;
	font-weight: 300;
	line-height: 69px; 
	margin-bottom: 30px;
}
.two-colum-content p{
	color: #000;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 28px; 
}
.two-colum-sec{
	margin-bottom: 90px;
}
.two-colum-wrap .row{
	margin: 0px -15px !important;
}
.information-table-sec{
	padding: 80px 0 131px;
}
.information-table-wrap{
	overflow: hidden;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	margin-bottom: 48px;
}
.information-table-wrap table{
	width: 100%;
}
.information-table-wrap th{
	padding: 24px 32px;
	background-color: #005D64;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px; 
	letter-spacing: 4px;
	text-transform: uppercase;
}
.information-table-wrap td{
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	padding: 25px 32px;
}
.information-table-wrap td{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
}
.information-table-wrap td:first-child{
	color: #005D64;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px; 
}
.information-table-wrapper h3{
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px; 
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'fredoka-variable', sans-serif;
}
.information-table-wrapper h2{
	color: #000;
	text-align: center;
	font-size: 46px;
	font-weight: 300;
	line-height: 69px; 
	margin-bottom: 26px;
}
.resources-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	padding: 32px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}
.resources-list h4{
	color: #005D64;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px; 
	letter-spacing: 0;
	text-transform: initial;
	margin-bottom: 0;
}
.resources-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.resources-list li a.common-button{
	color: #005D64 !important;
	border: 1px solid #005D64 !important;
}
@media(max-width:1199px){
	.tysabri-sec{
		margin-top: 140px;
	}
	.two-colum-content {
		padding-left: 0;
	}
	.resources-list{
		padding: 32px 20px;
	}
}
@media(max-width:991px){
	.tysabri-wrapper{
		margin-bottom: 0;
	}
	.tysabri-sec{
		margin-bottom: 50px;
	}
	.two-colum-content {
		margin-top: 40px;
	}
	.two-colum-sec {
		margin-bottom: 50px;
	}
	.information-table-sec {
		padding: 50px 0;
	}
	.resources-list ul,
	.resources-list{
		flex-wrap: wrap;
		row-gap: 20px;
	}
}
@media(max-width:767px){
	.tysabri-top h1{
		font-size: 46px;
	}
	.information-table-wrapper h2,
	.two-colum-content h2 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 16px;
	}
	.information-table-wrap th,
	.information-table-wrap td {    
		padding: 15px 14px;
	}
	.tysabri-top ul {
		display: table;
		margin: 0px auto;
	}
	.tysabri-top li{
		padding: 20px 0px;
	}
	.tysabri-top li:not(:last-child)::after {
		width: 100%;
		height: 1px;
		right: auto;
		top: auto;
		transform: translateY(0%) translateX(-50%);
		bottom: 0;
		left: 50%;
	}
}

.single-medication .site-breadcrumb img {
    display: none;
}

.page-template-template-new-medications-overview div#advance-search-blog-display img {
    display: none;
}
.infosion-slider-each-logo {
    position: absolute;
    bottom: 17px;
    max-width: 211px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
}
.infosion-post-category a {
    color: #fff;
}
.infosion-post-category a:hover {
    color: #ea7835;
/*     font-weight: 500; */
}
.infosion-slider-each-cover {
    flex-direction: column;
}
.infosion-slider-each-cover h2::after {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

.single-medication .logo {
    display: none !important;
}
.single-medication .header-area .sticky-logo {
    display: block;
}

@media (max-width: 991px) {
	.admin-bar #rmp-container-703 {
		top: 110px !important;
	}
}


.each-services .infosion-slider-each-cover {
    border-radius: 20px 0 0px 0;
	 min-height: 300px;
}

.information-table-wrap td a {
    color: #000002;
}

.information-table-wrap td a:hover {
    color: #005D64;
}
/* new-css */
.media-below-left-content h2{
	color: #000000;
}
.media-below-content .row{
	margin-top: 0px !important;
}
main {
    margin-top: 110px;
}
.footer-contact-info {
    max-width: 372px;
    width: 100%;
}
@media(max-width:991px){
	main {
		margin-top: 100px;
	}
	.footer-contact-info {
		max-width: 100%;
		width: 100%;
	}
}
/* new-therapies-inject */
.new-therapies-inject{
	background: rgb(0, 95, 102, .05);
	position: relative;
	padding: 71px 0 63px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.new-therapies-inject::after{
	position: absolute;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 230px;								
}	
.new-therapies-inject::before{
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 230px;								
}	
.new-therapies-inject .container{
	position: relative;
	z-index: 1;
}
.new-therapies-heading{
	max-width: 800px;
	width: 100%;
	margin-bottom:32px;
}
.new-therapies-heading h2{
	color: #101828 !important;
	letter-spacing: 0.352px;
	margin: 0px 0px 20px;
}
.new-therapies-heading p{
	color: #4A5565;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px; 
	letter-spacing: -0.449px;
	margin-bottom: 56px;
}
.new-therapies-wrapper h3{
	color: #101828;
	font-family: 'parabolica' !important;
	font-size: 30px;
	text-transform: initial;
	font-weight: 400;
	line-height: 36px; 
	letter-spacing: 0.396px;
	margin: 0 0;
	text-align: center;
}
.new-therapies-wrapper{
	max-width: 986px;
	width: 100%;
	margin: 0px auto;
}
.new-therapies-wrapper .row{
	margin: 0px -15px;
	row-gap: 30px;
}
.each_therapie{
	padding: 20px 24px;
	border-radius: 14px;
	border: 1px solid rgba(0, 93, 100, 0.50);
	background-color: #FFF;
	height: 100%;
}
.each_therapie img{
	margin-right: 16px;
}
.each_therapie a{
	color: #101828;
	font-family: 'parabolica-text';
	font-size: 16px;
	font-weight: 500;
	line-height: 24.75px; 
	letter-spacing: -0.439px;
	display: flex;
}
@media(max-width:767px){
	.home .new-therapies-inject{
		margin-top: 95px;
	}
	.new-therapies-wrapper h3{
		font-size: 25px;
	}
	.new-therapies-heading p{
		margin-bottom:40px;
	}
	.new-therapies-heading{
		margin-bottom: 25px;
	}
}