/*************** 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 #3F71C2;
	line-height:15px;
}
.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: #3F71C2;
	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:#EEEEEE;*/
}
.header-area.fixed_header .header-under-top{
	background:#EEEEEE;
}
.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:#EEEEEE;
}
.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:24px;*/
	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;*/
}
.menu-area > ul > li > ul > li{
	position:relative
}
/* .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: #1c1c1c;
    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: #3F71C2;
    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: #3F71C2;
    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:#eeeeee;
	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: #1c1c1c;
	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:#1c1c1c;
	    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area > ul > li > ul > li:hover a{
	color:white;
}
.menu-area > ul > li > ul > li > ul{
	position:absolute;
	top:100%;
	background:#eeeeee;
	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: #1c1c1c !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:#1c1c1c;
	    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-area > ul > li > ul > li > ul > li:hover a{
	  color:white !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:#3F71C2;
	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: .5; 
	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: #1D3566;
}
.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:#3F71C2 !important;
	border-bottom:1px solid #3F71C2 !important;
	background: url(../images/arrow-right-circle.png) no-repeat 95% 11px #3F71C2;
	padding-left:30px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.concerns-list ul li a:hover{
	background-color:#3F71C2 !important;
	border-bottom:1px solid #3F71C2 !important;
	background: url(../images/arrow-right-circle.png) no-repeat 95% 11px #3F71C2;
	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:#3F71C2;
	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: #14213C;
    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: #14213C;
    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: #E3EAF2;
	margin-bottom: 10px;

}
.instragram-head-left{
	display: flex;
	align-items: center;
}
.instragram-head-left h2{
	font-size: 38px;
    line-height: 47px;
    margin-bottom: 0px;
    margin-left: 10px;
    color: #1C1C1C;
    text-transform: none;
}
.instragram-wrapper img{
	width: 100%;
}
.instra-logo {
    border: 3px solid #3F71C2;
    border-radius: 50%;
	overflow: hidden;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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: #3F71C2;
	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: #3F71C2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-bottom-mid ul li a:hover{
	color: #3F71C2;
	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: #3F71C2;	
	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: #E3EAF2;
	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:22px;
	line-height:32px;
	font-weight: 600;
	background: url(/wp-content/uploads/2024/10/Total-Eye-Arrow.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(/wp-content/uploads/2024/10/Total-Eye-Arrow.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;
    border-top: none;
	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: #3F71C2;
}
.blog-post-time li:first-child{
    padding-left: 0;
}
.blog-post-time li::after{
    position: absolute;
    content: "";
    right: 0;
    top: 7px;
    background-color: #3F71C2;
    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: #3F71C2;
    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: #3F71C2;
    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;
	rotate: 180deg;
}
.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: #3F71C2;
    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;
}
.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: #3F71C2;
    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: #3F71C2;
    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: #3F71C2;
}
/*========================= 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(/wp-content/uploads/2024/10/plus-1.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(/wp-content/uploads/2024/10/close-1.png) 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:25px 0 10px;
    font-weight: 500;
}
.location-info p a{
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.location-info p a:hover{
    color: #3F71C2;
}
.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;
}
.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: #3F71C2;
}
.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: #E3EAF2;
    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 0px !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 #3F71C2;
    background-color: #3F71C2;
    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 #3F71C2;
    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;
}

.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-color ======*/
.home .top-header-wrapper{
	backdrop-filter: blur(10px);
	background-color: rgba(255 255 255 / 5%);
	background-color: #878787;
}
.home .header-area.fixed_header .top-header-wrapper{
	background-color:rgba(0,0,0,50%);
  	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
	background-color: #575757;
}
.home .top-header-wrapper .top-header-left ul li:first-child{
	background-color:transparent;
}
/* .home header.header-area.fixed_header .top-header-wrapper .top-header-left ul li:last-child{
	background-color: #EEEEEE;
} 
.home header.header-area.fixed_header .top-header-wrapper .top-header-left ul li:last-child a{
	color:#000;
}*/
/* .home .top-header-wrapper .top-header-left ul li:last-child{
	background-color: #1C1C1C;
} */
.header-area.relative-header {
    background-color: #1c1c1c5e;
    backdrop-filter: blur(10px);
}
header.header-area.relative-header.fixed_header{
	 background-color: #EEEEEE;
}
.header-area.relative-header.fixed_header .location-and-address-area ul li a,
.header-area.relative-header.fixed_header .menu-area > ul > li > a,
.header-area.relative-header.fixed_header .top-header-left .menu-item-38 a{
	color:#1c1c1c;
}
.header-area.relative-header.fixed_header .location-and-address-area ul li a.common-button{
	color:#fff;
}
.header-area.relative-header.fixed_header .top-header-wrapper {
    background-color: rgb(0 0 0 / 70%);
}
.header-area.relative-header.fixed_header .top-header-left ul li:first-child{
	background-color:transparent;
}
.header-area.relative-header.fixed_header .top-header-left ul li:last-child{
	background-color: #EEEEEE;
}
@media (max-width: 991px) {
	body .header-area .container,
   .header-area.relative-header .container {
        background: #fff;
    }
}
.rs-widget-container#rs-widget-1381 {
	background-color: transparent !important;
	color: #fff !important;
}
.rmp-menu-subarrow.rmp-menu-subarrow-active img {
	width: 20px;
}
.fixed_header.stky .header-under-top ul li a{
	color:#000;
}
.fixed_header.stky .header-under-top ul li .common-button{
	color:#fff;
}
.fixed_header.stky .header-under-top .sub-menu li a:hover{
	color:#fff;
}
.career-content-area{
	padding:60px 0px 0px;
}
.each-career-block{
	padding:40px;
	border:3px solid #E8E8E8;
	height:100%;
	background-color: #ffffff;
}
.each-career-block h3{
	color:#1C1C1C;
	margin-bottom:20px;
}
.career-content-area h2{
	margin-bottom:50px;
}
.career-content-area p{
	margin-bottom:40px;
}
.career-content-area a{
	font-weight:700;
	color:#3F71C2;
	font-size:18px;
	text-transform:uppercase;
}
.career-content-area a img{
	margin-left:10px;
	position: relative;
	top: -2px;
}
.career-content-area a:hover{
	color:#000
}
.career-blocks-wrapper .row{
	margin:0px -30px;
}
.career-blocks-wrapper .row > div{
	padding:0px 30px;
	margin-bottom:40px;
}
.submit-your-resume-form-wrapper{
	padding:120px 130px;
}
.submit-your-resume-form-wrapper .gform_heading h2{
	text-align:center;
}
.submit-your-resume-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px !important;
}
.submit-your-resume-form-wrapper .gfield input[type=file]{
	border:0px !important;
}
.gfield--input-type-fileupload label{
	font-size: 14px !important;
	line-height: 28px;
}
.submit-your-resume-form-wrapper .gform_fileupload_rules{
	display:none !important
}
.submit-your-resume-form-wrapper .gform_footer{
	justify-content:center;
}
.header-area.relative-header .top-header-wrapper {
	background-color: rgb(0 0 0 / 70%);
}
.header-area.relative-header {
	background-color: #EEEEEE;
}
.relative-header .header-under-top .menu-area > ul > li > a {
	color: #1c1c1c;
}
.header-area.relative-header .top-header-left ul li:last-child {
	background-color: #EEEEEE;
	color:#1c1c1c;
}
.header-area.relative-header .top-header-left ul li:last-child a{
	color:#1c1c1c;
}
.header-area.relative-header .top-header-left ul li:first-child {
	background-color: transparent;
}
.header-area.relative-header .location-and-address-area ul li a {
	color: #1c1c1c;
}
.header-area.relative-header .location-and-address-area ul li:last-child a{
	color: #fff;
}
.header-area.relative-header .location-and-address-area ul li:last-child a:hover{
	color: #1c1c1c;
}
.submit-your-resume-form-wrapper input[type="file"]::file-selector-button {
	border: 2px solid #3F71C2;
	font-weight:600;
	text-transform:uppercase;
	padding:3px 16px;
}
.page-template-template-home .header-area .container{
	max-width:1260px;
}
.meet-the-team-wrapper .team-member-img img {
	height: 507px;
	object-fit: cover;
}
.page-template-default p a{
	color: #3F71C2;
	font-weight: 700;
}

.blog-content {
    border-top: 3px solid #E8E8E8;
}
.page-prev img {
	rotate: 180deg;
}
.location-info h5{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-family: "montserrat", sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
.location-info h5 a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-family: "montserrat", sans-serif;
	color: #fff;
	display: inline-block;
	max-width: 190px;
}
.location-info h5 a:hover {
    color: #3F71C2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area > ul > li {
    /*margin-right: 15px;*/
}

.menu-area > ul > li > a {
    font-size: 15px;
}
.fixed_header.stky .menu-area > ul > li > a {
    font-size: 15px;
}
.fixed_header.stky .menu-area > ul > li {
    /*margin-right: 16px;*/
}
/* menu-design */
.location-and-address-area ul li a,
.header-area.fixed_header .menu-area > ul > li > a {
    font-size: 14px !important;
}
.header-area.fixed_header .location-and-address-area ul li:first-child{
	border-right: 2px solid #3F71C2;
}
.header-area.fixed_header .location-and-address-area ul li a
 {
    line-height: 17px;
}
.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: #eeeeee;
    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%;
/* 	padding: 15px 0px; */
}
.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;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.location-and-address-area ul .location-list a {
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 700;
    color: #1c1c1c;
    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:#fff;
}
.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: #eeeeee;
    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: #1c1c1c;
    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;
}
.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);
	background-repeat:no-repeat;
    width: 20px;
    height: 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.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:block;
}
.header-area.relative-header.fixed_header .top-header-left .menu-item-38 a {
    color: #fff;
}
.top-header-right ul .location-list a:hover{
	color:#1c1c1c;
}
.header-area.relative-header .location-and-address-area ul .location-list li:last-child a{
	color:#1c1c1c;
}
.header-area.relative-header .location-and-address-area ul .location-list li:last-child:hover a{
    color: #fff;
}
/* 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 h2{
	color:#1C1C1C;
}
.booking-template-content p{
	color: #1C1C1C;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	border-left: 2px solid #3B65BB;
	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: #3B65BB;
}
.book-btn{
	background-color: #3B65BB;
	color: #FFF;
	font-family: "loretta", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	background-image: url("/wp-content/uploads/2026/02/image-3.svg");
	background-position: 96%;
	background-repeat: no-repeat;
	background-size: 24px;
	margin: -3px;
	padding: 13px 30px;
}
.booking-template-wrapper .book-btn:hover{
	color:#fff;
}
@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;
	}
	.book-btn{
		font-size:18px;
	}
}
/* 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;
}
.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 #3F71C2;
	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: #3F71C2;
}
.home .top-header-wrapper .top-header-left ul li:nth-child(2){
	background-color: #1C1C1C;
}
.home .stky .top-header-wrapper .top-header-left ul li:nth-child(2) {
    background-color: #eeeeee;
}
.home .stky .top-header-wrapper .top-header-left ul li:nth-child(2) a{
	color:#1c1c1c;
}
.concerns-list ul li a{
	color:#1C1C1C !important;
	background: url(/wp-content/uploads/2026/03/Group-1-2.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 #3F71C2;
	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;
	}
}