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

@import "fonts.css";

/* font-family: "montserrat",sans-serif; */
/* font-family: "loretta",serif;  */

/********************* Header Css ******************/

.header-area{
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	z-index:9;
}
.logo-area, .menu-icon-icon{
	display:none;
}
.logo-area a img{
	width:147px;
}
.location-and-address-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
	align-items: center;
}
.location-and-address-area ul li{
	padding:0px 10px;
	border-left:2px solid #45ACE5;
	line-height:15px;
}
.location-and-address-area ul li:last-child{
	padding-right:0px;
}
.location-and-address-area ul li a{
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
	font-family: "montserrat",sans-serif;	
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.location-and-address-area ul li a:hover{
	color: #45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
} 
/* .location-and-address-area ul li:last-child{
display:none;
} */
.location-and-address-area ul li:first-child{
	border-left:0px;
}
.header-area.fixed_header{
	position:fixed;
	top:-100%;
	left:0px;
	z-index:99;
	/* 	background:#1C1C1C; */
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area.relative-header{
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
	/* 	background:#1C1C1C; */
}
.header-area.fixed_header .logo-area,
.header-area.relative-header .logo-area {
	display: block;
	/*min-width:147px;*/
	margin-right: 20px;
}
.header-area .location-and-address-area ul li:last-child{
	border: none;	
}
/* .header-area.fixed_header .location-and-address-area ul li:last-child {
display: block;
} */

.header-area.fixed_header .location-and-address-area ul li,
.header-area.relative-header .location-and-address-area ul li{
	border:0px;
}
.header-area.fixed_header .location-and-address-area ul,
.header-area.relative-header .location-and-address-area ul{
	align-items:center
}
/********************* End: Header Css ******************/
/* ================= Menu Area ================= */
.sub-menu-toggle{
	display:none;
}
.menu-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu-area > ul{
	display:flex;
}
.menu-area > ul > li{
	/* 	padding-right:16px; */
	/*margin-right:32px;*/
	position:relative;
}
.menu-area > ul > li > a{
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #fff;
	font-family: "montserrat",sans-serif;	
	text-transform: uppercase;
	padding:25px 0px;
	display:inline-block;
}
.header-area.fixed_header .menu-area > ul > li > a{
	padding:33px 0px;
}

.header-area.relative-header .menu-area > ul > li > a{
	padding:33px 0px;
}
/*.header-area.fixed_header  .menu-area > ul > li {
padding-right: 18px;
margin-right: 18px;
}
.header-area.relative-header  .menu-area > ul > li {
padding-right: 18px;
margin-right: 18px;
}*/
/* .header-area.fixed_header  .menu-area > ul > li:last-child{
display:none
}
.header-area.relative-header  .menu-area > ul > li:last-child{
display:none
} */
/*.header-area.fixed_header  .menu-area > ul > li:nth-last-child(2){
padding-right: 18px;
margin-right: 18px;
}
.header-area.relative-header  .menu-area > ul > li:nth-last-child(2){
padding-right: 18px;
margin-right: 18px;
}*/
.header-area.fixed_header .header-under-top .container{
	max-width: 1300px;
}
.header-area.relative-header .header-under-top .container{
	max-width: 1300px;
}
.menu-icon-icon span {
	font-family: "montserrat",sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 20px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 15px;
}
.menu-icon-icon span:before {
	width: 100%;
	height: 3px;
	background: #45ACE5;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-icon-icon span:after {
	width: 100%;
	height: 3px;
	background: #45ACE5;
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.top-header{
	background-color: #1C1C1C;
}
.top-header-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: #4e4e4ead;
}
.top-header-right ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
} 
.top-header-right ul li{
	margin-right: 20px;
}
.top-header-left ul li a{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	font-family: "montserrat",sans-serif;
}
.top-header-left ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;	
	align-items: center;
}
.top-header-left ul li{
	padding: 5px 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.top-header-left ul li:hover{
	background-color:#1C1C1C;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.top-header-right ul li a{
	color: #fff;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.top-header-right ul li a:hover{
	color: #45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.top-header-right{
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.logo-area a img{
	width: 95px;
}
.top-header-right h5 a{
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #fff;
	font-family: "montserrat",sans-serif;	
}
.top-header-right h5 a:hover{
	color: #45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.top-header-right h5{
	margin-right: 30px;
	display: none;
}
.header-area.fixed_header .top-header-right h5,
.header-area.relative-header .top-header-right h5{
	display: block;
}
.header-area.fixed_header .location-and-address-area ul li:first-child {
	display: none;
}
.header-area.relative-header .location-and-address-area ul li:first-child {
	display: none;
}
/*=========================== Sub Menu ==================  */
.menu-area > ul > li > ul{
	position:absolute;
	top:100%;
	background:#1C1C1C;
	left:0px;
	-webkit-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
	display:none;
	top:100%;
}
.menu-area > ul > li:hover > ul{
	display:block;
}
.menu-area > ul > li > ul > li:hover{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area > ul > li > ul > li a{
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #fff;
	font-family: "montserrat",sans-serif;	
	text-transform: capitalize;
	padding: 10px 20px;
	display:inline-block;
	text-wrap: nowrap;
}
.menu-area > ul > li > ul > li:hover{
	background-color:#E6F6FF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area > ul > li > ul > li:hover a{
	color:#1C1C1C;
}
.menu-area > ul > li > ul > li > ul{
	position:absolute;
	top:100%;
	background:#1C1C1C;
	left:100%;
	-webkit-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
	display:none;
	top:0px;
}
.menu-area > ul > li > ul > li:hover > ul{
	display:block;
}
.menu-area > ul > li > ul > li > ul > li a{
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #fff !important;
	font-family: "montserrat",sans-serif;	
	text-transform: capitalize;
	padding: 10px 20px;
	display:inline-block;
	text-wrap: nowrap;
}
.menu-area > ul > li > ul > li > ul > li:hover{
	background-color:#E6F6FF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area > ul > li > ul > li > ul > li:hover a{
	color:#1C1C1C !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area > ul > li.menu-item-has-children{
	position:relative;
} 
.menu-area > ul > li.menu-item-has-children:after{
	position: absolute;
	content:'';
	bottom:15px;
	left:0px;
	width:100%;
	height:3px;
	background-color:#45ACE5;
	display:none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area > ul > li.menu-item-has-children:hover:after{
	display:block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/* ================= End: Menu Area ================= */
/******************* Banner Area *****************/
.banner-area{
	min-height: 100vh;
	position:relative;
	text-align: center;
}
.banner-area:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	background-color: #000;
	opacity: .3; 
	z-index:2;
}
.banner-logo{
	margin-bottom: 20px;
}
.banner-wrapper h3{
	font-size: 38px;
	font-weight: 600;
	line-height: 51px;
	font-family: "loretta",serif; 
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.banner-wrapper{
	position: relative;
	z-index: 4;
}
.banner-button-area .common-button{
	margin-right: 20px;
}

.video-banner{
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
}
.video-banner video{
	width: 100%;
	object-fit: initial;
	height: 100%;
}
.scroll-down {
	margin-top: 60px;
	cursor: pointer;
	text-align: center;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
/******************* End: Banner Area *****************/
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Our Vision %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.our-vision-area{
	margin-top: 170px;
	margin-bottom: 170px;
}
.our-vision-wrapper{
	max-width: 725px;
	margin: 0 auto;
	text-align: center;
}
.our-vision-wrapper h2{
	font-size: 38px;
	line-height: 47px;
	font-weight: 700;
	font-family: "montserrat", sans-serif;
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #1C1C1C;
}
.our-vision-wrapper p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-family: "montserrat", sans-serif;
	margin-bottom: 25px;
	color: #1C1C1C;
}
/* ******************************** LoGo Slider ************************* */
.icon-slider-area{
	margin-top: 100px;
	margin-bottom: 150px;
}
.swiper-partner .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}
.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 35px;
	height: 84px;
}

/*********************** Concern Area start ********************/
.concern-area-left{
	max-width:525px;
}
.concern-area-left h2{
	font-size:44px;
	line-height:53px;
}
.concern-area-left p{
	margin-bottom:25px;
}
.concerns-list ul{
	display:block;
}
.concerns-list ul li a{
	padding:0px;
	display:inline-block;
	width:100%;
	font-size:24px;
	line-height:32px;
	color:#fff !important;
	font-family: "loretta",serif; 
	font-weight: 600;
	height:60px;
	line-height:60px;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:1px solid #FFFFFF !important;
	position:relative;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	background: url(../images/arrow-right-circle.png) no-repeat 98% 15px;
}
.concerns-list ul li a.active{
	background-color:#45ACE5 !important;
	border-bottom:1px solid #45ACE5 !important;
	background: url(../images/arrow-right-circle.png) no-repeat 95% 11px #45ACE5;
	padding-left:30px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.concerns-list ul li a:hover{
	background-color:#45ACE5 !important;
	border-bottom:1px solid #45ACE5 !important;
	background: url(../images/arrow-right-circle.png) no-repeat 95% 11px #45ACE5;
	padding-left:30px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.each-content-image-wrapper{
	min-height:540px;
	height:100%;
}
.each-content-image-wrapper:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	background-color:rgba(0,0,0,0.7)
}
.each-concert-content{
	position:relative;
	z-index:1;
}
.each-concert-content h3{
	margin-bottom:10px;
	color: #fff;
	text-transform: capitalize;
}
.each-concert-content ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.each-concert-content ul li:not(:last-child){
	margin-bottom:13px;
}
.each-concert-content ul li a{
	font-family: "montserrat",sans-serif;	
	font-size:16px;
	line-height:28px;
	font-weight:600;
	color:#fff;
	letter-spacing:.5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-concert-content ul li a:hover{
	color:#45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.concert-right-area{
	padding-right:80px;
	position:relative
}
.concern-area-left h2{
	font-family: "montserrat",sans-serif;	
	font-size: 38px;
	line-height: 47px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 17px;	
}
.concern-area-left{
	padding-top: 56px;
}
.concerns-list-mobile{
	padding-top: 30px;
}
.concerns-list-mobile{
	display: none;
}
.nav-tabs .nav-item ul{
	display: none;
}
.concert-right-before-listing img{
	height: 540px;
	object-fit:cover;
}
.our-service-area{
	position:relative;
}
.our-service-area:after{
	background-color: #1C1C1C;
	opacity: .8;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;	
}
.our-vision-area.our-team-logo-inject{
	margin-top: 100px;
	margin-bottom: 100px;
}
.our-vision-area.our-team-logo-inject .icon-slider-area{
	margin-top: 150px;
	margin-bottom: 0px;
}
/*********************** Concern Area end ********************/
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Testimonials Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-testimonials-text h2{
	font-size: 38px;
	line-height: 47px;
	font-weight: 700;
	font-family: "montserrat", sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #fff;	
}
.testimonials-star{
	margin-bottom: 30px;
}
.testimonials-star ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}
.testimonials-star ul li{
	margin-right: 10px;
}
.testimonials-star ul li i{
	color: #45ACE5;
	font-size: 23px;
}
.home-testimonials-wrapper{
	padding: 160px 70px 160px 70px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	backdrop-filter: blur(8px);
}
.home-testimonials-wrapper::after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #1C1C1C;
	opacity: .9;
	z-index: -1;
	filter: blur(12px);
	width: calc(100% + 20px);
	height: calc(100% + 100px);
}
.home-testimonials-area{
	padding-top: 74px;
	padding-bottom: 74px;
}
.testimonials-slider-each p{
	font-size: 16px;
	line-height: 28px;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	color: #fff;
}
.testimonials-slider-area{
	position: relative;
}
.testimonial-control{
	position: absolute;
	width: 85px;
	right: 0px;
	bottom: 30px;
}
.testimonials-slider-each h6{
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	font-family: "montserrat", sans-serif;	
	color: #fff;
}
.home-testimonials-text a.common-link{
	color: #fff;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Instragram Section %%%%%%%%%%%%%%%%%%%%%%%%% */
.instragram-area{
	margin-top: 150px;
	margin-bottom: 150px;
}
.instragram-head-area{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 30px;
	background-color: #E6F6FF;

}
.instragram-head-left{
	display: flex;
	align-items: center;
}
.instragram-head-left h2{
	font-size: 38px;
	line-height: 47px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.instragram-wrapper img{
	width: 100%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer Area %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.footer-area{
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-top-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.footer-top-area h2{
	font-size: 38px;
	line-height: 47px;
	font-weight: 700;
	font-family: "montserrat", sans-serif;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #fff;	
}
.footer-mid-area{
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
}
.footer-each h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	font-family: "montserrat", sans-serif;
	font-style: normal;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #fff;	
}
.footer-each a{
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	font-family: "montserrat", sans-serif;	
	color: #fff;
	display: inline-block;
	max-width: 190px;
	margin-bottom: 15px;
}
.footer-each h5{
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	font-family: "montserrat", sans-serif;	
	color: #fff;
}
.footer-each h5 a{
	color: #fff;	
}
.footer-logo-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid #fff;
}
.footer-social-area ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}
.footer-social-area ul li{
	background-color: #45ACE5;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.footer-social-area ul li a{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.footer-bottom-left p{
	font-family: "montserrat", sans-serif;	
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}
.footer-bottom-mid{
	text-align: center;
}
.footer-bottom-mid ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-bottom-mid ul li {
	padding: 0px 11px;
	position: relative;
	display: inline-block;
	line-height: 15px;
	border-right: 1px solid #fff;
}
.footer-bottom-mid ul li:last-child{
	border: none;
}
.footer-bottom-mid ul li a {
	font-family: "montserrat", sans-serif;	
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom-right p{
	font-family: "montserrat", sans-serif;	
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}
.footer-bottom-area{
	margin-top: 40px;
}
.footer-bottom-right{
	text-align: right;
}
.footer-each a:hover{
	color: #45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom-mid ul li a:hover{
	color: #45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.footer-social-area ul li:hover{
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
} 
.footer-social-area ul li:hover a{
	color: #45ACE5;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Inner Page Start %%%%%%%%%%%%%%%%%% */
.inner-container{
	max-width: 946px;
	width: 100%;
	margin: 0px auto;
}
.natural-area {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #E6F7FF;
	padding-top: 70px;
	padding-bottom: 70px;
}
.natural-area:after {
	width: 15%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	position: absolute;
	left: 0px;
	z-index: 0;
	background-color: #FFF;
}
.procedure-after-before-each iframe{
	height: 204px;
}
.natural-text{
	padding-left: 77px;
}
.video-slider-control{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
}
.video-slider-control .swiper-button-next {
	right: -30px;
}
.Procedure-area ul{
	padding: 0px;
	margin: 0px;
}
.patient-area{
	margin-top: 100px;
	margin-bottom: 100px;
}
.patient-each{
	position: relative;
}
.patient-each img{
	width: 100%;
}
.patient-area{
	margin-top: 100px;
	margin-bottom: 100px;
}
.patient-each-text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 30px;
	width: 100%;
}
.patient-each-text h3{
	color: #fff;
	background: url(../images/feather-arrow-right-circle.svg) 98% no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.patient-each-text h3:hover{
	background: url(../images/feather-arrow-right-circle.svg) 96% no-repeat;
	padding-left: 10px;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.Procedure-area{
	margin-top: 56px;
	margin-bottom: 100px;
}
.patient-wrapper .row{
	margin-left: -5px;
	margin-right: -5px;
}
.patient-wrapper .row .col-lg-4{
	padding-left: 5px;
	padding-right: 5px;
}
.Procedure-area h2{
	margin-bottom: 20px;
}
.Procedure-area h3{
	margin-bottom: 20px;
}
.Procedure-area p{
	margin-bottom: 25px;
}
.natural-text h2{
	font-size: 38px;
	line-height: 47px;
	margin-bottom: 25px;
}
.Procedure-area .home-testimonials-area{
	margin-top: 100px;
	margin-bottom:100px;
}
.Procedure-area ul{
	padding-left: 17px;
}
.Procedure-area ul li{
	margin-bottom: 20px;
}
.each-video-wrapper .each-video {
	margin-bottom: 30px;
}
.service-overview-wrapper ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-overview-wrapper ul li{
	width: 28%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1C1C1C;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.service-overview-wrapper ul li a{
	font-family: "loretta",serif; 
	text-transform:capitalize;
	font-size:21px;
	line-height:32px;
	font-weight: 600;
	background: url(../images/Iiifeather-arrow-right-circle.png) 98% no-repeat;
	color: #1C1C1C;
	width: 100%;
	display: block;
	padding-right: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-overview-wrapper ul li a:hover{
	background: url(../images/Iiifeather-arrow-right-circle.png) 95% no-repeat;	
	padding-left: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
} 
.patient-each-text h3{
	line-height: 32px;
	margin-bottom:0px;
}
.service-overview-area{
	margin-top: 60px;
	margin-bottom: 90px;
}
.service-overview-wrapper{
	margin-top: 60px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/**************** inner-banner ****************/
.inner-banner{
	min-height: 593px;
}
.inner-banner-content{
	padding: 40px 0;
	position: relative;
}
.inner-banner-content::after{
	position: absolute;
	top: 0;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	height: 100%;
	content: "";
	backdrop-filter: blur(8px);
	background-color: #1c1c1cdb;
}
.inner-banner-content h1{
	position: relative;
	z-index: 1;
}
/*======================================== blog sec ========================================*/
.blog-sec{
	margin-top: 60px;
	margin-bottom: 102px;
}
.blog-filter{
	max-width: 355px;
	width: 100%;
	margin-bottom: 75px;
}
.blog-filter select{
	border: 3px solid #E8E8E8;
	padding: 6px 15px;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #1C1C1C;
	text-transform: uppercase;
	font-weight: 700;
	background-image: url("../images/black-arrow-right.svg");
	background-position: 96%;
	background-repeat: no-repeat;
	background-size: 7px;
	height:38px;
}
.blog-filter select:focus-visible{
	outline: none;
}
.each-blog{
	margin-bottom: 50px;
}
.blog-img {
	overflow: hidden;
}
.blog-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog-img img:hover {
	transform: scale(1.1);
}
.blog-content{
	border: 3px solid #E8E8E8;
	padding: 20px 25px 35px;
	background-color: #fff;
}
.blog-post-time ul{
	display: flex;
	list-style: none;
	align-items: center;
	margin: 0 0 16px;
	padding: 0;
}
.blog-post-time li{
	font-family: "montserrat",sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 7px;
	position: relative;
	color: #45ACE5;
}
.blog-post-time li:first-child{
	padding-left: 0;
}
.blog-post-time li::after{
	position: absolute;
	content: "";
	right: 0;
	top: 7px;
	background-color: #45ACE5;
	width: 2px;
	height: 55%;
}
.blog-post-time li:last-child{
	padding-right: 0;
}
.blog-post-time li:last-child::after{
	display: none;
}
.blog-post-time li a{
	color: #45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog-post-time li a:hover{
	color:#1C1C1C;
}
.blog-content h2{
	font-family: "loretta", serif;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #1C1C1C;
	margin-bottom: 20px;
}
.blog-content h3 a{
	color: #1C1C1C;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog-content h3 a:hover{
	color:#45ACE5;
}
.blog-content p{
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.blog-warapper .row{
	margin: 0px -5px;
}
.blog-warapper .col-lg-4{
	padding: 0px 5px;
}

/*==================== blog-post ====================*/
.blog-post-banner{
	padding-bottom: 70px;
}
.blog-post-banner .inner-banner-content::after{
	width: 100%;
	left: 0;
	margin-left: 0;
}
.blog-post-banner .inner-banner-content{
	padding-left: 140px;
	padding-top: 82px;
}
.blog-post-banner .site-breadcrumb{
	color: #FFFFFF;
	margin-top: 25px;
}
.blog-post-banner .site-breadcrumb a{
	color: #FFFFFF;
}
.blog-post-banner .site-breadcrumb a:hover{
	color: #45ACE5;
}
.blog-post-sec{
	margin-top: 55px;
	margin-bottom: 100px;
}
.blog-post-wrapper .blog-post-time{
	margin-bottom: 47px;
}
.blog-post-wrapper{
	max-width: 946px;
	width: 100%;
	margin: 0px auto;
}
.blog-post-wrapper h3{
	margin-bottom: 16px;
}
.blog-post-wrapper p{
	margin-bottom: 30px;
}
.blog-post-wrapper h2{
	margin-bottom: 30px;
}
.back-btn a{
	font-family: "montserrat",sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #45ACE5;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.back-btn a:hover{
	color:#1C1C1C;
}
.back-btn a img{
	margin-right: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.back-btn a:hover img{
	filter: brightness(0);
}
.book-appoinment-sec{
	position: relative;
	padding: 100px 0;
}
.book-appoinment-sec::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(28,28,28,0.5) 100%);
}
.book-appoinment-wrapper{
	position: relative;
	z-index: 1;
}
.book-appoinment-content{
	max-width: 577px;
	width: 100%;
	padding-left: 70px;
}
.book-appoinment-content h2{
	color: #FFFFFF;
	margin-bottom: 25px;
	font-size: 38px;
	line-height: 46px;
}
.book-appoinment-content p{
	font-family: "loretta",serif; 
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 25px;
	font-weight: 600;
}
.book-appoinment-content p a{
	color: #45ACE5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.book-appoinment-content p a:hover{
	color: #FFFFFF;
}
.book-appoinment-form{
	backdrop-filter: blur(8px);
	background-color: #1c1c1cdb;
	padding: 50px;
	padding-bottom: 40px;
	margin-left: 84px;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 6% !important;
	grid-row-gap: 20px !important;
}

/*======================== contact-pg-sec ========================*/
.contact-pg-sec{
	padding-top: 200px;
	padding-bottom: 80px;
	background-image: url("../images/Img/contact-pg-bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.contact-pg-wrapper{
	max-width: 946px;
	width: 100%;
	margin: 0px auto;
}
.contact-pg-left{
	max-width: 417px;
	width: 100%;
}
.contact-pg-left h1{
	color: #1C1C1C;
	margin-bottom: 30px;
}
.contact-pg-left .site-breadcrumb{
	margin-bottom: 36px;
}
.contact-pg-form{
	margin-bottom: 59px;
}
.contact-pg-left p{
	margin-bottom: 14px;
}
.contact-info{
	background-color: #484848;
	padding: 9px 50px 39px;
}
.contact-info h4{
	font-family: "montserrat",sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 16px;
	margin-top: 45px;
	font-style:normal;
}
.contact-info ul{
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.contact-info ul a{
	background-color: #45ACE5;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-info ul a:hover{
	color: #45ACE5;
	background-color: #fff;
}
.contact-info p{
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 0 11px;
}
.contact-info p a{
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-info p a:hover{
	color: #45ACE5;
}
/*========================= meet the team =========================*/
.meet-the-team-sec{
	margin-top: 60px;
	margin-bottom: 60px;
}
.team-member-name{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(8px);
	background-color: #1c1c1cdb;
	padding: 10px 13px;
}
.team-member-name a{
	color: #FFFFFF; 
	background-image: url("../images/test-right.png");
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 25px;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.team-member-name a:hover{
	padding-left: 5px;
	background-position: 97%;
}
.each-team{
	margin-bottom: 40px;
}
.meet-the-team-wrapper .row{
	margin: 0px -5px;
}
.meet-the-team-wrapper .col-lg-4{
	padding: 0px 5px;
}
/*================ team-post ================*/
.team-post-sec{
	margin-top: 60px;
	margin-bottom: 103px;
}
.team-post-content{
	padding-left: 30px;
}
.team-post-content p{
	margin-bottom: 15px;
}
/*============================== faq ==============================*/
.faq-sec{
	margin-top: 56px;
}
.faq-wrapper{
	max-width: 956px;
	margin: 0px auto 90px;
	width: 100%;
	padding: 0px 10px;
}
.faq-wrapper p{
	margin-bottom: 15px;
}
.faq-wrapper .accordion {
	list-style: none;
	padding: 0px;
	margin-top: 33px;
}
.faq-wrapper .accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 0px;
}
.faq-wrapper .accordion>li>span {
	display: block;
	background: url(../images/plus.svg) no-repeat 99%;
	cursor: pointer;
	background-size: 15px;
	padding: 0 35px 9px 0;
	border-bottom: 1px solid #1C1C1C;
	margin-bottom: 12px;
}
.faq-wrapper .accordion>li>span h3{
	text-transform: unset;
}
.faq-wrapper .accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	margin-bottom: 20px;
}
.faq-wrapper .accordion li>span.active {
	background: url(../images/x.svg) no-repeat 99%;
	background-size: 15px;
	border-bottom: 1px solid #1C1C1C;
}
/*======================= location-overview =======================*/
.location-overview-sec{
	margin-top: 56px;
}
.location-overview-wrapper{
	margin-bottom: 100px;
}
.each-location{
	margin-bottom: 141px;
}
.each-location:last-child{
	margin-bottom: 0;
}
.each-location .row{
	margin: 0px -5px;
}
.each-location .col-lg-8,
.each-location .col-lg-4{
	padding: 0px 5px;
}
.map-area iframe{
	display: block;
	height: 100%;
	min-height: 336px;
	width: 100%;
}
.map-area{
	height: 100%;
}
.location-info{
	padding: 40px 58px;
	background-color: #494949;
}
.location-info h2{
	color: #fff;
	margin-bottom: 23px;
}
.location-info p{
	margin:26px 0 21px;
	font-weight: 500;
}
.location-info p a{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.location-info p a:hover{
	color: #45ACE5;
}
.location-info .common-link{
	color: #FFFFFF;
}
/*=================== single-location ===================*/
.single-location-sec{
	margin-top: 56px;
}
.single-location-sec .location-info h4{
	font-family: "montserrat",sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #FFFFFF;
	font-style: normal;
}
.single-location-sec .location-info p{
	margin-top: 5px;
	margin-bottom: 34px;
}
.single-location-sec .location-info{
	padding: 40px 83px;
}
.single-location-description{
	max-width: 946px;
	width: 100%;
	margin: 0px auto;
}
.single-location-wrapper .each-location {
	margin-bottom: 97px;
}
.single-location-wrapper{
	margin-bottom: 100px;
}
/*==================== video-overview ====================*/
.video-overview-sec{
	margin-top: 56px;
}
.video-overview-sec .blog-filter{
	margin-bottom: 63px;
}
.video-type{
	border-bottom: 1px solid #1C1C1C;
	margin-bottom: 40px;
}
.video-type h2 a{
	color: #1C1C1C;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.video-type h2 a:hover{
	color: #45ACE5;
}
.each-video iframe{
	height: 200px;
	display: block;
	width: 100%;
}
.each-video-wrapper{
	margin-bottom: 60px;
}
.video-overview-wrapper{
	margin-bottom: 100px;
}
/*================ video-post-sec ================*/
.video-post-sec{
	margin-top: 56px;
}
.video-post-vdo iframe{
	display: block;
	height: 389px;
	width: 100%;
}
.video-post-wrapper{
	margin-bottom: 106px;
}
.video-post-content{
	padding-left: 21px;
}
.video-post-content h2{
	border-bottom: 1px solid #1C1C1C;
	padding-bottom: 19px;
	margin-bottom: 21px;
}
.video-post-content h3{
	margin-bottom: 16px;
}
/*============= form-pg =============*/
.form-pg-sec{
	margin-top: 56px;
}
.form-pg-wrapper{
	margin-bottom: 100px;
}
.form-pg-wrapper .row{
	margin: 0px -5px;
}
.form-pg-wrapper .col-lg-4{
	padding: 0px 5px;
}
.each-form-pg{
	min-height: 248px;
	background-color: #E6F7FF;
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: relative;
}
.form-pg-logo{
	position: absolute;
	right: 30px;
	top: 30px;
}
.form-pg-content h3{
	margin-bottom: 7px;
}
/*============= community-sec =============*/
.community-sec{
	margin-top: 56px;
}
.community-wrapper{
	margin-bottom: 50px;
}
.each-community{
	margin-bottom: 50px;
	text-align: center;
}
.community-icon{
	height: 158px;
	width: 100%;
	border: 3px solid #E8E8E8;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.community-heading{
	background-color: #494949;
	padding: 11px 8px;
}
.community-heading h3{
	color: #fff;
}
.each-community-wrapper .row{
	margin: 0px -5px;
}
.each-community-wrapper .col-lg-4{
	padding: 0px 5px;
}
.each-community-wrapper{
	margin-bottom: 89px;
	margin-top: 54px;
}
.each-community-wrapper:last-child{
	margin-bottom: 0;
}
.community-wrapper p a{
	color: #1C1C1C;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.community-wrapper p a:hover{
	color: #45ACE5;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Form %%%%%%%%%%%%%%%%%  */
.gform_wrapper.gravity-theme .gfield input{
	font-size: 14px !important;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	font-family: "montserrat", sans-serif;
	background-color:transparent;
	border:0px;
	border-bottom:1px solid #fff;
	padding: 5px 0px  !important;
}
.gform_wrapper.gravity-theme .gfield input:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield input::placeholder{
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	font-family: "montserrat", sans-serif;
}
.gform_wrapper.gravity-theme .gfield select.large{
	font-size: 14px !important;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	font-family: "montserrat", sans-serif;
	background-color:transparent;
	border:0px;
	border-bottom:1px solid #fff;	
	padding: 9px 0px !important;
} 
.gform_wrapper.gravity-theme .gfield select.large:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield textarea{
	font-size: 14px !important;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	font-family: "montserrat", sans-serif;
	background-color:transparent;
	border:0px;
	border-bottom:1px solid #fff;		
	padding: 5px 7px !important;
	resize:none;
}
.gform_wrapper.gravity-theme .gfield textarea:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield textarea::placeholder{
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	font-family: "montserrat", sans-serif;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
	font-family: "montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #FFFFFF;
	border: 3px solid #45ACE5;
	background-color: #45ACE5;
	padding: 8px 18px 8px 18px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 0.5px;
	text-align: center;
	min-width: 134px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover{
	background-color: transparent;
	border: 3px solid #45ACE5;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-pg-form .gform_wrapper.gravity-theme .gfield input{
	color:#1C1C1C;
	border-bottom:1px solid #1C1C1C;
}
.contact-pg-form .gform_wrapper.gravity-theme .gfield input::placeholder{
	color:#1C1C1C;
}
.contact-pg-form .gform_wrapper.gravity-theme .gfield select.large{
	color:#1C1C1C;
	border-bottom:1px solid #1C1C1C;	
}
.contact-pg-form .gform_wrapper.gravity-theme .gfield textarea{
	color:#1C1C1C;
	border-bottom:1px solid #1C1C1C;	
}
.contact-pg-form .gform_wrapper.gravity-theme .gfield textarea::placeholder{
	color:#1C1C1C;	
}
.contact-pg-form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover{
	color:#1C1C1C;	
}
.book-appoinment-sec .gform_wrapper.gravity-theme .gfield select.large option{
	background-color:#1C1C1C;
}
.single-location-wrapper .location-info p {
	color: #fff;
}
.top-header-right a{
	display:none;
}
.top-header-right ul li a{
	display:block !important;
}
.top-header-left ul li:first-child{
	background-color: #1C1C1C;
	background-color: rgb(28 28 28 / 90%);
}

.location-and-address-area ul li a:hover{
	color:#fff;
}
#rmp-menu-wrap-340 > ul > li > ul{
	padding-left:20px !important;
}
#rmp-menu-wrap-340 > ul > li > ul > li a{
	font-family: "loretta",serif !important; 
	font-style:italic !important;
	font-size: 20px !important;
	line-height: 27px !important;
}
#rmp-menu-wrap-340 > ul > li > ul > li a .rmp-menu-subarrow img{
	filter: brightness(200) !important;
}
#rmp-menu-wrap-340 > ul > li > ul > li > ul > li a{
	font-family: "montserrat",sans-serif !important;
	font-size:16px !important;
	font-style:normal !important;
	font-weight:400 !important;
}
.mobile-menu-listing-area{
	margin-top:70px;
	margin-bottom:70px;
}
.mobile-menu-listing-area a{
	font-family: "loretta",serif; 
	text-transform:capitalize;
	font-size:20px;
	line-height:27px;
	font-weight: 600;
	color:#fff;
	font-style: italic;
	display:block;
	padding-bottom:10px;
	border-bottom: 1px solid #fff;
	text-align: left;
	margin-bottom: 10px;
}
.menu-icon-icon.is-active span:before {
	width: 80%;
	bottom: -4px;
	left: 4px;
	transform: rotate(45deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-icon-icon.is-active span:after {
	width: 80%;
	bottom: -4px;
	left: 4px;
	transform: rotate(-45deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu-icon-icon .mobile-close{
	display: none !important;
}
.menu-icon-icon.main .mobile-close{
	display: block !important;
}
.menu-icon-icon .mobile-menu-text{
	display: block;
}
.menu-icon-icon.main .mobile-menu-text{
	display: none;
}
.header-area.fixed_header.stky .header-under-top{
	background:#1C1C1C;
	width:100%;
}
.book-appoinment-form .gform-field-label {
	color: #fff;
}
.book-appoinment-form p.gform_required_legend {
	color: #fff;
}
.carrer-inner-content a {
	font-family: "montserrat", sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	background: url(../images/Iiifeather-arrow-right-circle.png) 98% no-repeat;
	color: #45ACE5;
	width: 22%;
	display: block;
	padding-right: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* .carrer-inner-content a:hover {
background: url(../images/Iiifeather-arrow-right-circle.png) 95% no-repeat;
padding-left: 15px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
} */
.career-inner {
	padding: 40px 0 70px;
}
.resume-form-area .gform_wrapper.gravity-theme .gfield input {
	font-size: 14px !important;
	line-height: 17px;
	font-weight: 400;
	color: #000;
	font-family: "montserrat", sans-serif;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #000;
	padding: 0px 0px !important;
}
.resume-form-area .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 0px !important;
}
.resume-form-area input#input_3_7 {
	border-bottom: none;
}
.resume-form-area textarea#input_3_8 {
	border-bottom: 1px solid #000;
}
.resume-form-area .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 60px;
}
.resume-form-area .gform_wrapper.gravity-theme .gfield textarea {
	color: #000;
}
.resume-form-area span#gfield_upload_rules_3_7 {
	display: none;
}
.resume-form-area {
	margin-top: 100px;
	padding: 0px 130px;
}
.resume-form-area .gform_heading {
	text-align: center;
}
.resume-form-area .gform_wrapper.gravity-theme .gfield select.large {
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: 800;
	font-size: 16px !important;
}
.resume-form-area .gform_heading h2 {
	margin-bottom: 50px;
}
.resume-form-area  input#gform_submit_button_3 {
	margin: 0 auto;
}
.resume-form-area  .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
	color: #000;
}
.carrer-inner-content .col-lg-6 {
	margin-top: 40px;
}
.carrer-inner-content .each-job {
	border: 3px solid #E8E8E8;
	height: 100%;
	padding: 40px 60px;
	background-color: #ffffff;
}
.each-job h3{
	margin-bottom: 17px;
}
.carrer-sec .site-breadcrumb {
	margin: 50px 0 30px;
}
@media(max-width:767px){
	.carrer-inner-content a {
		width: 35%;
	}
	.carrer-heading h2{
		font-size: 24px;
		margin-bottom: 0px;
	}
	.each-job h3{
		font-size: 18px;
	}
	.carrer-inner-content .each-job{
		padding: 20px 16px !important;
	}
	.resume-form-area .gform_heading h2{
		font-size:26px;
	}
	.career-inner {
		padding: 0px 0 70px;
	}
	.resume-form-area {
		margin-top: 60px;
	}
}
.resume-form-area input[type="file"]::file-selector-button {
	color: #000;
	padding: 10px 20px;
	border: 3px solid #45ACE5;
	cursor: pointer;
	background:#fff;
	font-weight:700;
	text-transform:uppercase;
}

.fixed_header.stky .top-header-wrapper {
	background-color: rgb(0 0 0 / 70%);
	background-color: #575757;
}


.relative-header .header-under-top {
	background: #1C1C1C;
}
.relative-header .top-header-wrapper {
	background-color: rgb(0 0 0 / 70%);
}
.Procedure-area a{
	color: #6ec1e4;
	font-weight: 700;
}
.Procedure-area a:hover{
	color: #000;
	font-weight: 700;
}
.menu-area > ul > li > ul > li{
	position:relative;
}
@media screen and (max-width: 1024px) {
	body #rmp-menu-wrap-340 .rmp-menu{
		padding-bottom:100px;
	}
	body #rmp-menu-wrap-340{
		padding-bottom: 20px;
	}
}


/* Landing Page Template */
.page-template-template-landing .footer-area,
.page-template-template-landing .header-area{
	display: none;
}
.landing-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px 0;
	z-index: 999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.landing-header.fixed_header{
	position: fixed;
	top: -100%;
}
.landing-header.fixed_header.stky{
	top: 0;
}
.landing-header-wrap{
	background-color: #1C1C1C;
	padding: 16px 20px;
	column-gap: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.landing-header-logo{
	max-width: 278px;
	width: 100%;
}
.header-right .common-button{
	border-radius: 5px;
	overflow: hidden;
}
.header-right .border-button{
	margin-right: 24px;
}
.lading-banner{
	position: relative;
	padding-top: 150px;
}
.lading-banner::after{
	position: absolute;
	content: '';
	background-image: url("/wp-content/uploads/2025/06/Group-145.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.landing-banner-wrap{
	position: relative;
	z-index: 1;
}
.landing-banner-content h1{
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	text-transform: uppercase;
	color: #1C1C1C;
	margin-bottom: 43px;
}
.landing-banner-content ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
.landing-banner-content li{
	padding-left: 52px;
	font-family: "loretta", serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	color: #1C1C1C;
	margin-bottom: 20px;
	background-image: url("/wp-content/uploads/2025/06/Vector.svg");
	background-size: 24px;
	background-position: 0;
	background-repeat: no-repeat;
}
.landing-form{
	max-width: 533px;
	width: 100%;
	margin-left: auto;
	padding: 50px;
	box-shadow: 0px 5px 25px 0px #00000026;
	-webkit-box-shadow: 0px 5px 25px 0px #00000026;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}
.lasik-sec{
	margin-top: 128px;
}
.each-lasik{
	margin-bottom: 130px;
}
.lasik-img-area{
	padding: 0 40px 40px 0;
}
.lasik-big-img{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 5px 25px 0px #00000026;
	-webkit-box-shadow: 0px 5px 25px 0px #00000026;
}
.lasik-sml-img{
	position: absolute;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 5px 25px 0px #00000026;
	-webkit-box-shadow: 0px 5px 25px 0px #00000026;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 15px;
	background-color: #FFFFFF;
}
.lasik-content h2{
	margin-bottom: 25px;
}
.lasik-content p{
	font-weight: 400;
	font-size: 16px;        
}
.each-lasik:nth-child(even) .row{
	flex-direction: row-reverse;
}
.each-lasik:nth-child(even) .lasik-img-area{
	padding: 0 0px 40px 40px;
}
.each-lasik:nth-child(even) .lasik-sml-img{
	right: auto;
	left: 0;
}
.lasik-content ul{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.lasik-content li{
	padding-left: 47px;
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #1C1C1C;
	margin-bottom: 20px;
	background-image: url("/wp-content/uploads/2025/06/Vector.svg");
	background-size: 18px;
	background-position: 0;
	background-repeat: no-repeat;
}
.lasik-content li:last-child,
.lasik-content p:last-child{
	margin-bottom: 0;
}
.landing-testimonial-sec{
	margin-top: 130px;
	margin-bottom: 130px;
}
.landing-testimonial-sec h2{
	margin-bottom: 65px;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	text-transform: uppercase;
}
.each-landing-testimonial{
	padding: 45px 50px 40px;
	border: 2px solid #D5D5D5;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}
.each-landing-testimonial p{
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #1C1C1C;
}
.l-star{
	margin-bottom: 16px;
	width: 145px;
}
.l-star img{
	max-width: initial;
	width: 145px;
}
.l-star-width{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.each-landing-testimonial h6{   
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #1C1C1C;
}
.landing-testimonial-nav .common-arrow{
	position: initial;
}
.landing-testimonial-nav{
	column-gap: 50px;
	margin-top: 40px;
}
.landing-faq-sec{
	margin-bottom: 130px;
	margin-top: 130px;
}
.landing-faq-wrapper h2{
	margin-bottom: 30px;
}
.landing-faq-wrapper .accordion {
	list-style: none;
	padding: 0px;
}
.landing-faq-wrapper .accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 25px;
	padding: 20px 25px;
	background-color: #FFFFFF;
	box-shadow: 0px 5px 25px 0px #00000026;
	-webkit-box-shadow: 0px 5px 25px 0px #00000026;
}
.landing-faq-wrapper .accordion>li>span {
	display: block;
	padding: 0px 25px 0 0;
	background: url("/wp-content/uploads/2025/06/ic_round-plus.svg") no-repeat 100%;
	cursor: pointer;
	background-size: 20px;
	font-family: Loretta;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #1C1C1C;
	font-family: "loretta", serif;
}
.landing-faq-wrapper .accordion>li>div{
	list-style: none;
	display: none;
	overflow: auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #1C1C1C;
	margin-top: 17px;
}
.landing-faq-wrapper .accordion>li>div p{
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #1C1C1C;
}
.landing-faq-wrapper .accordion>li>div p:last-child{
	margin-bottom: 0;
}
.landing-faq-wrapper .accordion li>span.active {
	background: url("/wp-content/uploads/2025/06/ic_round-minus.svg") no-repeat 100%;
	background-size: 20px;
}
.cta-are{
	margin-top: 130px;
	margin-bottom: 173px;
}
.cta-are::after{
	position: absolute;
	content: '';
	background-image: url("/wp-content/uploads/2025/06/Group-145-1.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.cta-wrap{
	position: relative;
	z-index: 1;
}
.cta-content h2{
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	margin-bottom: 30px;
}
.cta-content p{
	font-size: 16px;
}
.cta-content p:last-child{
	margin-bottom: 0;
}
.landing-footer{
	padding: 30px 30px 40px;
}
.landing-footer-wrapper{
	column-gap: 98px;
	justify-content: space-between;
	background-color: #1C1C1C;
	border-bottom: 20px;
	overflow: hidden;
	padding: 55px 30px;
	border-radius: 20px;
	overflow: hidden;
}
.landing-footer-left .footer-review{
	margin: 40px 0 0;
}
.landing-footer-left .reviewshakeWidget {
	padding: 0 !important;
}
.landing-footer-left p{
	margin: 0;
}
.landing-footer-left .footer-review br,
.landing-footer-left .footer-review strong{
	display: none;
}
.landing-footer-left .footer-social-area ul{
	justify-content: center;
}
.landing-footer-left .footer-social-area ul li a{
	display: flex;
}
.landing-footer-location h2{
	color: #FFFFFF;
	margin-bottom: 45px;
	width: 100%;
}
.l-each-footer-location h5{
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.l-each-footer-location p{
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0;
}
.l-each-footer-location p a{
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.l-each-footer-location p a:hover{
	color: #45ACE5;
}
.landing-footer-location{
	width: 100%;
}
.landing-footer-location .d-lg-flex{
	column-gap: 20px;
}
.scrol-top{
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lading-footer-btm{
	padding: 49px 20px 0;
	column-gap: 13px;
}
.lading-footer-btm p{
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}
.lading-footer-btm ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.lading-footer-btm li{
	padding: 0px 10px;
	position: relative;
}
.lading-footer-btm li:not(:last-child)::after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #1C1C1C;
	height: 80%;
	width: 1px;
	content: "";
}
.lading-footer-btm li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #1C1C1C;
}
@media(max-width:1199px){
	.lading-banner{
		padding-top: 124px;
	}
	.landing-banner-content h1{
		font-size: 34px;
		margin-bottom: 20px;
	}
	.landing-banner-content li{
		margin-bottom: 10px;
		font-size: 18px;
		background-size: 18px;
		padding-left: 34px;
	}
	.landing-form{
		padding: 30px;
	}
	.lasik-sec {
		margin-top: 65px;
	}
	.lasik-content h2 {
		font-size: 24px;
		line-height: normal;
		margin-bottom: 15px;
	}
	.each-lasik {
		margin-bottom: 65px;
	}
	.cta-are,
	.landing-faq-sec,
	.landing-testimonial-sec {
		margin-top: 65px;
		margin-bottom: 65px;
	}
	.landing-testimonial-sec h2 {
		margin-bottom: 30px;
		font-size: 34px;
	}
	.landing-faq-wrapper h2{
		font-size: 24px;
	}
	.landing-faq-wrapper .accordion>li>span{
		font-size: 18px;
	}
	.cta-content h2 {
		font-size: 34px;
		margin-bottom: 15px;
	}
	.landing-footer-location h2{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.lading-footer-btm{
		padding: 49px 0 0;
	}
	.landing-footer-wrapper {
		column-gap: 30px;
		padding: 30px 40px;
	}
	.scrol-top{
		left: 27%;
	}
}
@media(max-width:991px){
	.lading-banner{
		padding-top: 124px;
	}
	.landing-banner-content{
		margin-bottom: 25px;
	}
	.landing-form {
		margin-left: 0;
		max-width: 100%;
	}
	.lasik-img-area{
		margin-bottom: 30px;
	}
	.cta-content{
		margin-bottom: 30px;
	}
	.each-landing-testimonial {
		padding: 30px
	}
	.landing-footer-wrapper{
		text-align: center;
	}
	.landing-footer-left {
		margin-bottom: 80px;
	}
	.l-each-footer-location:not(:last-child){
		margin-bottom: 40px;
	}
	.scrol-top{
		display: none;
	}
	.lading-footer-btm {
		text-align: center;
	}
	.lading-footer-btm ul{
		margin: 40px 0;
		flex-wrap: wrap;
	}
}
@media(max-width:767px){
	.landing-header{
		padding: 10px 10px 0;
	}
	.header-right{
		display: none;
	}
	.landing-testimonial-sec {
		padding: 0px 29px;
	}
	.lasik-sml-img{
		width: 100px;
	}
	.landing-footer {
		padding: 8px 8px 40px;
	}
}

.page-template-template-landing .gform_wrapper.gravity-theme .gfield input.large, .page-template-template-landing .gform_wrapper.gravity-theme .gfield select.large , .page-template-template-landing  .gform_wrapper.gravity-theme .gfield textarea {
	width: 100%;
	background-color: #EEEEEE;
}

.page-template-template-landing .gform_wrapper.gravity-theme .gfield input ::placeholder , .page-template-template-landing .gform_wrapper.gravity-theme .gfield select ::placeholder , .page-template-template-landing  .gform_wrapper.gravity-theme .gfield  ::placeholder {
	color: #eeeeee !important;
	padding: 15px 6px !important;
}
.page-template-template-landing .gf_placeholder {
	display:none;
}
.page-template-template-landing .gform_required_legend {
	display:none;
}
.page-template-template-landing select#input_1_7 {
	color: #1c1c1c;
	font-weight: 500 !important;
	padding: 12px 6px !important;
}
.page-template-template-landing .gform_wrapper.gravity-theme .gfield input {
	padding: 7px !important;
}
.page-template-template-landing .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 500;
	color: #1C1C1C;
}
.page-template-template-landing .gform_wrapper.gravity-theme .gform_footer .gform_button {
	border-radius: 7px;
}
.lading-footer-btm.d-lg-flex.justify-content-between p img {
	filter: invert(1);
}

.landing-faq-wrapper .accordion>li {
	border-radius: 20px;
}
.page-template-template-landing {
	background-image: none !important;
}
.landing-banner-content li {
	line-height: 24px;
}
@media(max-width:991px){
	.lading-banner::after {
		background-position: top;
		background-size: auto;
		background-repeat: no-repeat;
	}
}
.page-template-template-landing .mobile-screen-button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 10px;
	background-color: transparent;
}
.page-template-template-landing .mobile-screen-button ul {
	margin: 0px;
	padding: 6px 0px;
	font-size: 0px;
	display: table;
	width: 100%;
	background-color: #45ACE5;
	border-radius: 7px;
	overflow: hidden;
	webkit-box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
	-moz-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
}

.menu-area > ul > li {
	/*margin-right: 20px;*/
}
.menu-area > ul > li > a {
	font-size: 14px;
}

.fixed_header.stky .menu-area > ul > li > a {
	font-size: 12px;
}
.fixed_header.stky .menu-area > ul > li {
	/*margin-right: 16px;*/
}

.form-pg-sec .form-pg-wrapper .row {
	justify-content: center;
}
.header-area.fixed_header .location-and-address-area ul li:first-child {
	border-right: 2px solid #45ace5;
	display: block;
}
.header-area.fixed_header .menu-area > ul > li > a {
	font-size: 14px !important;
}

.header-area.fixed_header .location-and-address-area ul li a {
	font-size: 14px;
}
.header-area.fixed_header .location-and-address-area ul ul.location-list li a,
.location-and-address-area ul ul.location-list li a{
	font-size: 16px;
}
/* booking-template */
.booking-template-sec{
	margin-top: 60px;
	margin-bottom: 100px;
}
.booking-template-wrapper .row{
	margin: 0px -5px;
}
.booking-template-wrapper .row > div{
	padding: 0px 5px;
}
.each-booking-template{
	border: 3px solid #E8E8E8;
	min-height: 304px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.booking-template-icon{
	position: absolute;
	top: 30px;
	right: 30px;
}
.booking-template-content{
	padding: 30px 30px 40px;
}
.booking-template-content p{
	color: #1C1C1C;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	border-left: 2px solid #45ACE5;
	padding-left: 10px;
	margin-bottom: 0;
}
.booking-template-content p a{
	color: #1C1C1C;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.booking-template-content p a:hover{
	color: #45ACE5;
}
.book-btn{
	background-color: #45ACE5;
	color: #FFF;
	font-family: "loretta", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	background-image: url("/wp-content/uploads/2026/01/image-3.svg");
	background-position: 96%;
	background-repeat: no-repeat;
	background-size: 24px;
	margin: -3px;
	padding: 13px 30px;
}
.booking-template-wrapper{
	max-width: 814px;
	width: 100%;
	margin: 0px auto;
}
@media(max-width:991px){
	.booking-template-wrapper .row{
		margin: 0px -15px;
		row-gap: 30px;
	}
	.booking-template-wrapper .row > div{
		padding: 0px 15px;
	}
	.booking-template-content h2{
		font-size:24px;
	}
}
.booking-template-wrapper .book-btn:hover{
	color:#fff;
}
.location-and-address-area ul li{
	position:relative;
}
.location-and-address-area ul .location-list{
	display:block;
}
.location-and-address-area ul .location-list {
    position: absolute;
    top: 100%;
    background: #1C1C1C;
    left: 0px;
    -webkit-box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.36);
    display: none;
    top: 100%;
}
.location-and-address-area ul li:hover > ul.location-list {
    display: block;
}
.location-and-address-area ul ul.location-list li:hover {
/*     background-color: #1c1c1c; */
    background-color: #E6F6FF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.location-and-address-area ul .location-list a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    font-family: "montserrat", sans-serif;
    text-transform: capitalize;
    padding: 10px 20px;
    display: inline-block;
    text-wrap: nowrap;
}
.location-and-address-area ul ul.location-list li{
	border:none;
}
.location-and-address-area > ul > li > a:not(.common-button){
	padding:25px 0;
	display:inline-block;
}
.header-area.fixed_header .location-and-address-area ul li:first-child,
.location-and-address-area > ul > li{
	border:none;
}
.location-and-address-area > ul > li:first-child::after{
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
	background-color:#3F71C2;
	width:2px;
	content:"";
	height:15px;
}
.header-area.fixed_header .location-and-address-area > ul > li > a:not(.common-button) {
    padding: 33px 0px;
}
.location-and-address-area ul ul.location-list li:hover a{
	color:black;
}
.top-header-right ul li{
	position:relative;
}
.top-header-right .location-list{
	display:block;
}
.top-header-right ul .location-list {
    position: absolute;
    top: 100%;
    background: #1C1C1C;
    left: 0px;
    -webkit-box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.36);
    display: none;
    top: 100%;
}
.top-header-right ul li:hover > ul.location-list {
    display: none;
}
.top-header-right ul .location-list a {
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    font-family: "montserrat", sans-serif;
    text-transform: capitalize;
    padding: 0px 10px;
    display: inline-block;
    text-wrap: nowrap;
}
.top-header-right ul li a{
	padding:5px 0;
	display: inline-block;
}
.top-header{
	position:relative;
	z-index:1;
}

@media(max-width:991px){
	.book-btn {
		font-size: 18px;
	}
}
.mobile-screen-button {
    padding: 15px 0;
}
.mobile-screen-button ul li a {
    font-size: 14px !important;
}
.top-header-right ul:first-child > li > a {
    position: relative;
}
.top-header-right ul:first-child > li > a:before {
    position: absolute;
    content: '';
    top: 31%;
    right: -23px;
    background-image: url(/wp-content/uploads/2026/01/down.png);
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	background-repeat:no-repeat;
}
.top-header-right ul:first-child > li > a:hover:before {
    transform: rotate(180deg);
    top: 17%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.relative-header .location-and-address-area ul li:first-child{
	display:inline-block;
}
/* booking-popup */
.booking-popup-sec{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	background-color:rgba(0 0 0 / .5);
	z-index:999;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 0px 30px;
}
.booking-popup-area{
	max-width:410px;
	width:100%;
	padding:10px;
	background-color: #FFF;
	position:relative;
}
.booking-popup-inner{
	border-radius:20px;
	overflow:hidden;
	border: 3px solid #45ACE5;
	position:relative;
	height:100%;
	min-height:410px;
	display:flex;
	justify-content:end;
	flex-direction:column;
	padding: 20px;
}
.booking-popup-inner > *{
	position:relative;
	z-index:1;
}
.booking-popup-inner::after{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, #FFF 72.56%);
}
.booking-popup-close {
	position: absolute;
	right: 23px;
	top: 20px;
	z-index: 2;
}
.booking-popup-inner h2 {
	color: #1C1C1C;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	text-transform: initial;
	margin: 0 0 8px;
}
.booking-popup-inner p{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin:0 0 20px;
}
.booking-popup-area .common-button:hover{
	color:#45ACE5;
}
.concerns-list ul li a{
	color:#1C1C1C !important;
	background: url(/wp-content/uploads/2026/03/Group-1.svg) no-repeat 98% 15px;
	border-bottom: 1px solid #1C1C1C !important;
}
.concerns-list ul li a.active,
.concerns-list ul li a:hover{
	background: url(/wp-content/uploads/2026/03/arrow-left-circle2.png) no-repeat 95% 20px #45ACE5;
	color:#fff !important;
	background-size:20px;
}
.concern-area-left h2{
	color:#1C1C1C;
}
.our-service-area:after{
	background-color:transparent;
}
@media(min-width:991px){
	.concerns-list ul li a.active{
		background: url(/wp-content/uploads/2026/03/arrow-left-circle2.png) no-repeat 95% 20px #45ACE5;
		background-size:20px;
	}
}