@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.entry a {color:#FE5000;}

a.ui-button {
	color:#FFFFFF;
	font-size:1em;
	margin:0.5em;
	/* font-weight: bold; */
	font-weight: 700;
	display:inline-block;
	padding:0.6em;
	text-align:center;
	text-decoration:none;
	border: 1px solid #FE5000;
	background:#FE5000 !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:250px !important;
}

a.ui-button:hover {
	background:#fff !important;
	color: #FE5000 !important;
}

a.ui-button:before{
	display: none !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	/* font-weight: bold; */
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.gflexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.resp-video{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

/* Modifiers */
.gflexbox.four-col-buttons .ui-button{
	width:236px !important;
	margin:4px;
	-ms-flex-item-align: stretch;  align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gflexbox.procedures {
	justify-content: left;
	align-items: start;
}
div.gflexbox.procedures > div:nth-child(1) {
	margin-right:40px;
}
/*Explorer Fixes For Nav Header*/
.logo {
	padding:20px 0 10px;
}
.nav-menu {
	float:none;
	display:block;
	text-align:center;
}
.nav-top {
	display:block;
}
#navigation ul {
	text-align: center;
}
.w-nav-brand {
	float:none;
}
.navmenu {
	display:block;
	float:none;
}
/* Dropdown Menus */
/* ===== Top ===== */
#navigation ul {
	list-style:none;
	margin:0;
	padding:1px 0;
}
#navigation ul li{
	display:inline-block;
	text-align:left;
}
/* ===== First Level ===== */
#navigation ul li {
	position:relative;
	padding:0;
	margin:0;
}
#navigation ul ul li {
	border:none;
	background: #e9e6e6 !important;
}
#navigation ul li a {
	display:block;
	text-decoration:none;
	line-height: 2;
	border-bottom: 1px none rgba(22, 30, 103, 0.44);
	font-weight: 400;
	color: #222222;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	padding: 0px 7px;
	text-transform: uppercase;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
}
#navigation ul li a:hover {
	position:relative;
	color:#FE5000;
}
#navigation ul li.active a {
	color:#FE5000;
}
#navigation ul ul,  #navigation ul li:hover ul ul {
	position:absolute;
	display:none;
}
#navigation ul ul li:hover ul,#navigation ul li:hover ul li:hover ul {
	display:block;
	top:0px;
	width: 100%;
	left: -100%;
	z-index: -1;
}
/* ===== Second and Third Level ===== */
#navigation ul li:hover ul {
	display:block;
	position:absolute;
	left:0;
	top:100%;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	z-index: 2;
}
#navigation ul ul {
	background:#fff;
	box-shadow: 4px 4px 14px rgba(0,0,0,0.25);
}
#navigation ul ul ul {
	background:#e4e4e4 !important;
	border-color:#e4e4e4 !important;
	margin-left:-14px;
}
#navigation ul ul li a {
	float:none;
	width:250px;
	font-family: Montserrat, sans-serif;
	font-weight:400;
	font-size:14px;
	color:#222222 !important;
	text-transform:none;
	padding:6px 10px;
	background:#e9e6e6 !important;
	line-height: 2;
	border:none !important;
}
#navigation ul ul li a{
	color:#fff;
}
#navigation ul ul li a:hover {
	color:#ffffff !important;
	background-color:#FE5000 !important;
}


@media (max-width: 991px) {
	#navigation ul li{
		display: block;
		text-align: right;
		padding-right: 20px;
	}
	#navigation .sub-menu{
		display: none !important;
	}
	.w-nav-button {
		position: absolute;
		top: 0;
		right:0;
	}
	.logo {
		margin-top: 10px;
		margin-bottom:13px;
	}
	.menu-soc {
		padding-top:0;
	}
}
@media (max-width: 767px) {
	.menu-soc {
		padding-top:10px;
	}
}

/*Removal of Sidebar Self Test Callouts*/
.page-id-554 .cataract-self-test {display:none;}
.page-id-417 .lasik-self-test {display:none;}
.page-id-25 .secondary_selftest_div,
.page-id-476 .secondary_selftest_div,
.blog .secondary_selftest_div,
.page-id-47 .secondary_selftest_div,
.page-id-44 .secondary_selftest_div,
.page-id-418 .secondary_selftest_div,
.page-id-374 .secondary_selftest_div,
.page-id-421 .secondary_selftest_div,
.page-id-379 .secondary_selftest_div,
.page-id-17 .secondary_selftest_div,
.page-id-45 .secondary_selftest_div,
.single .secondary_selftest_div,
.page-id-319 .secondary_selftest_div,
.archive .secondary_selftest_div,
.page-id-424 .secondary_selftest_div,
.page-id-420 .secondary_selftest_div,
.page-id-11 .secondary_selftest_div,
.page-id-129 .secondary_selftest_div,
.page-id-128 .secondary_selftest_div
{display:none;}

.page-id-418 .side_div,
.page-id-419 .side_div,
.page-id-374 .side_div,
.page-id-421 .side_div,
.page-id-379 .side_div,
.page-id-366 .side_div,
.page-id-420 .side_div,
.page-id-11 .side_div
{min-width:200px;}

.page-id-23 .side_div {
	display:none;
}


/*Removal of footer Map on Locations page */
.page-id-21 .map_div {display:none;}

/*Our Story Page Doctor Animation*/
.doctors-main {
	width:454px;
	height: 539px;
	margin: 0;
	padding:0;
	float:right;
	position:relative;
}
.doctor-left {
	width:217px;
	height:539px;
	margin:0;
	background-image:url('images/ross-small-2.jpg');
	background-repeat: no-repeat;
	transition: background-image .2s ease-in;
	position:absolute;
	top:0;
	left:0;
}
.doctor-left:hover {
	cursor:pointer;
	background-image:url('images/ross-large.jpg');
}
.doctor-right {
	width:237px;
	height:539px;
	margin:0;
	background-image:url('images/suzana-small-2.jpg');
	background-repeat: no-repeat;
	transition: background-image .2s ease-in;
	background-position: 0 0;
	position:absolute;
	top:0;
	left:217px;
}

.doctor-right:hover {
	cursor:pointer;
	background-image:url('images/suzana-large-2.jpg');
}
.doctor-left a {
	width:217px;
	height:539px;
	background:transparent;
	display: block;
}
.doctor-right a {
	width:237px;
	height:539px;
	background:transparent;
	display: block;
}
div.doctors-main > div.doctor-left > a:before{
	background-color:transparent;
}
div.doctors-main > div.doctor-right > a:before{
	background-color:transparent;
}
/*Blog Style*/
#blog-page > .post > h1 > a {
	font-family: Montserrat, sans-serif;
	font-weight:400;
}
.moretag.ui-read-more {
	color:#fff;
	font-weight:300;
	text-transform: uppercase;
}
.moretag.ui-read-more:hover {
	color:#fe5000;
}
.docs_wrapper_div {
	max-width: 500px;
	float:right;
	display:flex;
	padding:0 10px;
}

.doc_button {
	width: 50%;
	padding: 0 10px;
	font-family: Montserrat, sans-serif;
	color: #ee5937;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	float:left;
}

.doc_button:hover {
	color: #ad2202;
}
.doc_button.tanimoto {
	margin-top:-33px;
}

.doc_img {
	margin-bottom: 0px;
}

.doc_div {
	position: relative;
	margin-bottom: 20px;
}

.doc_div img {
	display: inline-block;
}

.btn_text {
	padding-top: 24px;
	border-top: 1px solid #ee5937;
	text-align: center;
}

.ginsberg_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.tanimoto_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

html.w-mod-js *[data-ix="tanimoto-color-invisible"] {
	opacity: 0;
}

html.w-mod-js *[data-ix="ginsberg-invisible"] {
	opacity: 0;
}
.page-id-23 .content_section {
	background-image:url('images/Ginsberg_Interior.jpeg');
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding-top:360px;
	padding-bottom:0;
}

.page-id-23 .side_navbar_div {
	background: rgba(255,255,255,.7);
	padding: 10px 10px 1px 10px;
	border-radius: 10px;
}
#post-23 > div > h1 {
	color:#ffffff;
	margin-left:10px;
	margin-bottom:0;
}
/*  Responsive Embed Container */
.embed-map-container { position: relative; padding-bottom: 15.25%; height: 0; overflow: hidden; max-width: 100%; margin:auto;}

.embed-map-container iframe, .embed-map-container object, .embed-map-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*Translator Shortcode*/
.translator {
	margin-top: 40px;
	color: #ffffff;
}
.prisna-gwt-align-left {
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 20px;
}
.goog-te-gadget {
	text-align: center !important;
}
.goog-te-gadget-simple {
	padding: 10px !important;
	text-align: center !important;
	margin-left:auto;
	margin-right:auto;
}
/* inner_banner */
.inner_banner{
	padding: 123px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 495px;
	display: flex;
	align-items: end;
	margin-top: 147px;
}
.inner_banner_container{
	max-width: 1305px;
	padding: 0px 10px;
	width: 100%;
	margin: 0px auto;
}
.inner_banner_content h1{
	font-weight: 500;
	font-size: 64px;
	line-height: normal;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #333333;
}
.inner_banner_content{
	max-width: 607px;
	width: 100%;
}
.inner_banner_content .ip-hero-button {
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #fe5000;
	border: 1px dotted #fff;
	padding: 15px 30px;
	font-size: 1.2em;
	transition: all .2s ease-in-out;
}
.inner_banner_content .ip-hero-button:hover {
	color: #333;
	background-color: #fff;
	border-color: #333;
}
.content_section.content_sec{
	padding-top: 50px;
}
@media(max-width:991px){
	.inner_banner_content {
		max-width: 100%;
		padding: 10px 0;
	}
	.inner_banner{
		padding-bottom: 0;
	}
	.inner_banner_container{
		background-color: #FFFFFFBF;
	}
	.inner_banner_content h1{
		font-size: 32px;
	}
}
@media(max-width:767px){
	.inner_banner{
		min-height: 384px;
		background-position: top;
	}
}
@media(max-width:479px){
	.inner_banner{
		margin-top: 127px;
	}
}
.content_section.banner-included {
	padding-top: 100px;
}
/* contact-inject */
.contact-inject-sec{
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 0px 11px;
}
.content_div .contact-inject-sec{
	padding:0;
}
.contact-inject-wrapper{
	max-width: 975px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #494949;
}
.contact-inject-content{
	padding: 40px 60px 50px;
	max-width:66%;
	width: 100%;
}
.contact-inject-img{
	max-width: 34%;
	width: 100%;
}
.contact-inject-img img{
	width: 100%;
	margin:0;
	height:100%;
	object-fit:cover;
}
.contact-inject-content h2{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 275;
	line-height: normal;
	margin: 0 0 20px;
}
.contact-inject-content p{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px; 
	margin: 0 0 30px;
}
.contact-inject-content p a{
	color: #FE5300;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-inject-content p a:hover{
	color: #fff;
}
.contact-inject-content .comn_btn{
	border: 1px solid #FFF;
	background-color: #FE5300;
	padding: 18px 29px;
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: none;
	display: inline-block;
}
.contact-inject-content .comn_btn:hover{
	background-color: #fff;
	border-color: #FE5300;
	color: #FE5300;
}
@media(max-width:991px){
	.contact-inject-content{
		padding: 30px;
		max-width:100%;
	}
	.contact-inject-img{
		max-width: 100%;
	}
	.contact-inject-content .comn_btn{
		padding: 14px 11px;
	}
	.contact-inject-img img{
		padding:0;
	}
	.contact-inject-sec{
		padding:0px 12px !important;
		width:100vw;
		margin-left:-50vw;
		left:50%;
		position:relative;
	}
}
/* doctor-sec */
.doctor-sec-area{
	margin-top: 65px;
	margin-bottom: 95px;
	/* 	width: 99.6vw;
	position: relative;
	left: 50%;
	margin-left: -50vw; */
}
.doctor_wrap{
	max-width: 1333px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
}
.d-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.col-50{
	padding: 0px 15px;
	max-width: 50%;
	width: 100%;
}
.doctor_content h2 {
	font-family: "Montserrat", sans-serif;
	color: #333;
	font-size: 48px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 20px;
}
.doctor_content p{
	font-family: "Montserrat", sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px; 
}
.doctor_content .learn_more_btn{
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: normal;
	padding: 17px 30px;
	text-decoration: none;
	display: inline-block;
}
.doctor_img img {
	width: 100%;
}
.doctor_img{
	max-width: 470px;
	width: 100%;
	margin-left: auto;
}
.doctor_icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 80px;
	justify-content: space-between;
}
.doctor_icon {
	background-color: #EBEAEA;
	padding: 14px 40px;
	position: absolute;
	max-width: 590px;
	width: 100%;
	right: 4%;
	bottom: 30px;
}
.doctor_img_area {
	position: relative;
}
@media(max-width:991px){
	.col-50{
		max-width: 100%;
	}
	.doctor_content{
		margin-bottom: 40px;
	}
	.doctor_img{
		max-width: 100%;
	}
	.doctor_icon{
		position: initial;
	}
}
@media(max-width:767px){
	.doctor_icon{
		max-width: 100%;
		padding: 11px 12px;
	}
	.doctor-sec-area{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.doctor_content h2{
		font-size: 32px;
	}
	.doctor_icon ul{
		column-gap:35px;
	}
}
.staff_bio_area .flip-card-back{
	display:none;
}
.staff_bio_area .flip-card:hover .flip-card-inner {
	transform: initial !important;
}
.staff_bio_area .staff-bio-section {
	max-width: 984px;
	width: 100%;
	margin: 0px -20px;
	background-color: transparent;
	row-gap:40px;
}
.staff_bio_area{
	padding:0px 20px;
	display: flex;
	justify-content: center;
	margin-top:70px;
	margin-bottom:100px;
}
.staff_bio_area .staff-overview-area .flip-card {
	width: 33%;
	padding: 0px 20px;
}
.staff_bio_area  .flip-card-inner{
	min-height:444px;
}
.staff_bio_area .staff-name {
	font-size: 24px;
	line-height: 24px;
}
.staff_bio_area .staff-bio-sub-text{
	line-height:18px;
	padding-bottom:10px;
}
@media(max-width:991px){
	.staff_bio_area .staff-overview-area .flip-card {
		padding: 0px 0px;
	}
	.staff_bio_area .staff-bio-section{
		margin:0;
	}
	.staff_bio_area{
		padding:0px 30px;
	}
	.staff_bio_area .flip-card-inner {
		min-height: auto;
	}
	.staff_bio_area .staff-bio-sub-text{
		font-size:16px;
	}
}
/******************* Logo Slider ******************/
.logo-slider{
	padding:40px 0px;
	overflow-x:clip;
}
.logo-slider .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
	display: flex;
	align-items: center;
}
.logo-slider .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 25px;
}
.logo-slider img {
	height: 74px;
	object-fit: contain;
}
@media(max-width:767px){
	.logo-slider img{
		padding:0 !important;
		margin:0 !important;
	}
}
/******************* End:Logo Slider ******************/
.page-template-template-landing .contact_section, 
.page-template-template-landing .footer_section,
.page-template-template-landing .navbar.w-nav{
	display: none;
}
.header_area{
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 15px 0px #00000040;
	-webkit-box-shadow: 0px 0px 15px 0px #00000040;
	background-color: #fff;
	padding: 26px 66px;
	z-index: 999;
}
.header_contact ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 16px;
	align-items: center;
}
.header_contact li a:not(.header_btn){
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header_contact li a:not(.header_btn):hover{
	color: #FE5300;
	text-decoration: none;
}
.header_contact li a:not(.header_btn) img{
	padding-right: 10px;
}
.header_btn{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	padding: 9px 20px;
	display: inline-block;
	border: 1px solid #FFF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	background-color: #FE5300;
}
.header_btn:hover{
	background-color: transparent;
	border-color: #FE5300;
	color: #FE5300;
	text-decoration: none;
}
.page-template-template-landing .container{
	max-width: 1330px;
}
.landing_banner_sec{
	padding-bottom: 60px;
	padding-top: 150px;
	min-height: 492px;
	margin-top:70px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.landing_banner_sec::after{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.90) 100%);
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.landing_banner_sec .container{
	position: relative;
	z-index: 1;
}
.landing_banner_content h1{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 64px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 25px;
}
.landing_banner_content h3{
	color: #FFF;
	font-size: 34px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: normal;
	font-family: Montserrat, sans-serif;
}
.landing_sec{
	margin-top: 43px;
	overflow-x: clip;
}
.landing_form{
	float: right;
	margin-left: 70px;
	margin-bottom: 70px;
	border-radius: 5px;
	max-width: 50%;
	width: 100%;
	position: relative;
	margin-top: -408px;
	background-color: #fdfdf8;
}
.landing_sec h2{
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}
.landing_sec p{
	color: #333;
}
.landing_sec ul{
	margin-bottom: 15px;
	padding-left: 23px;
}
.landing_sec li{
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px; 
}
.landing_sec li::marker{
	font-size: 10px;
}
.landing_sec .container img{
	filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
	border-radius: 5px;
}
.vision-self-test-sec{
	background-color: rgba(148, 145, 145, 0.19);
	padding: 60px 0 80px;
}
.full_width{
	position: relative;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
}
.vision-self-test-wrapper{
	max-width: 994px;
	width: 100%;
	margin: 0px auto;
}
.vision-self-test-heding{
	max-width: 796px;
	width: 100%;
	margin: 0px auto 34px;
}
.landing-table-sec{
	padding: 60px 0 70px;
	background-color: #494949;
}
.landing-table-wrapper{
	max-width: 1195px;
	width: 100%;
	margin: 0px auto;
}
.landing-table-wrapper h2{
	text-align: center;
	color: #fff;
	margin-bottom: 36px;
}
.landing-table-area{
	border-radius: 5px;
	overflow: hidden;
}
.landing-table-wrapper table{
	width: 100%;
	background-color: #fff;
}
.landing-table-wrapper th{
	background-color: #FE5300;
	border-right: 2px solid #FFFFFF;
	padding: 11px 20px;
	color: #fff;
}
.landing-table-wrapper th:last-child{
	border: none;
}
.landing-table-wrapper td:first-child{
	padding: 18px 20px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}
.landing-table-wrapper td{
	padding: 18px 20px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	border-right: 2px solid #494949;
}
.landing-table-wrapper td:last-child{
	border: none;
}
.landing-table-wrapper tr:nth-child(odd) td{
	background-color: #EBEBEB;
}
.landing-table-btm{
	max-width: 769px;
	width: 100%;
	margin: 31px auto 0;
}
.landing-table-btm p{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	margin-bottom: 0;
}
.landing-dr-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.landing-dr-content ul{
	margin: 0 0 72px;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
}
.landing-dr-img img{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.landing-dr-wrapper .row{
	margin: 0 -35px;
}
.landing-dr-wrapper .row > div{
	padding: 0px 35px;
}
.landing-testimonial-sec{
	position: relative;
	padding-top: 100px;
	margin-bottom: 100px;
	overflow-x: clip;
}
.landing-testimonial-sec::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	background: rgba(148, 145, 145, 0.19);
}
.landing-testimonial-heading{
	max-width: 769px;
	width: 100%;
	margin: 0px auto 60px;
}
.each-landing-testtimonial{
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	padding: 50px 50px 75px;
	height: 100%;
}
.star-area{
	max-width: 177px;
	width: 100%;
}
.star-area img{
	max-width: initial;
	width: 177px;
}
.star-width{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.each-landing-testtimonial p{
	font-style: italic;
}
.each-landing-testtimonial .star{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	column-gap: 10px;
}
.each-landing-testtimonial .star::after{
	max-width: 102px;
	width: 100%;
	background: #494949;
	height: 0.5px;
	display: inline-block; 
	content: ""; 
}
.g-testi {
	position: absolute;
	bottom: 50px;
	width: calc(100% - 100px);
	right: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}
.g-testi::before{
	content: "";
	max-width: 257px;
	width: 100%;
	background: #494949;
	height: 0.5px;
	display: inline-block; 
}
.landing-testimonial-sec .swiper-slide{
	height: auto;
}
.landing_sec p a strong{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}
.landing_sec p a{
	color: #FE5300;
}
.landing_sec p a:hover{
	color: #333;
}
.landing_sec .container > .row{
	margin:100px -35px;
}
.landing_sec .container > .row > div{
	padding:0px 35px;
}
.faq-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.faq-wrapper h2{
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 35px;
}
.faq-wrapper {
	max-width: 975px;
	width: 100%;
	margin: 0px auto;
}
.faq-sec .accordion {
	list-style: none;
	padding: 0px;
}
.faq-sec .accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 0px;
	border-radius: 5px;
	border: 1px dashed #494949;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.faq-sec .accordion>li>span {
	display: block;
	background: url("/wp-content/uploads/2026/02/Vector.svg") no-repeat 100%;
	cursor: pointer;
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-size: 15px;
}
.faq-sec .accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px; 
	padding-bottom: 0px;
	margin-top: 15px;
}
.faq-sec .accordion li>span.active {
	background: url("/wp-content/uploads/2026/02/Vector-1.svg") no-repeat 100%;
	background-size: 15px;
}
.faq-sec .accordion>li>div p:last-child{
	margin-bottom: 0;
}
.landning-contact-sec{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 300px;
	padding-bottom: 60px;
}
.landning-contact-sec::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.90) 100%);
}
.landning-contact-form {
	max-width: 100%;
	background-color: #fdfdf8;
	margin-top: -227px;
}
.landning-contact-text{
	padding: 60px 0;
}
.landning-contact-text p:last-child{
	margin-bottom: 0;
}
.landning-contact-text h2{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 64px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
.landning-contact-text p{
	color: #FFF;
}
.landning-contact-text p a{
	font-weight: 700;
	transition: all 0.5s;
}
.landning-contact-text p a:hover{
	color: #fff;
	text-decoration: none;
}
.landning-contact-wrapper{
	position: relative;
	z-index: 1;
}
.landning-contact-wrapper .row{
	margin: 0px -35px;
}
.landning-contact-wrapper .row > div{
	padding: 0px 35px;
}
.footer-sec{
	background-color: #494949;
	padding: 71px 0 20px;
	overflow-x: clip;
}
.footer-wrapper{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.footer-wrapper::after{
	position: absolute;
	content: "";
	left: -50px;
	width: calc(100% + 100px);
	height: 1px;
	bottom: 0;
	background-color: #fff;
}
.footer-logo-social ul{
	margin: 35px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 20px;
} 
.each-landing-ftr h4{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px; 
}
.each-landing-ftr p{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px; 
	margin-bottom: 30px;
}
.each-landing-ftr p a{
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-landing-ftr p a:hover{
	color: #FE5300;
	text-decoration: none;
}
.footer-btm-copywrite p{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 28px; 
}
.footer-btm-copywrite p a{
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-btm-copywrite p a:hover{
	text-decoration: none;
	color: #FE5300;
}
.footer-btm-privecy ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.footer-btm-privecy li:first-child{
	padding-right: 40px;
	position: relative;
}
.footer-btm-privecy li::after{
	position: absolute;
	content: "//";
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
	color: #fff;
	font-family: Montserrat, sans-serif;
}
.footer-btm-privecy li a{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.footer-btm-privecy li a:hover{
	color: #FE5300;
	text-decoration: none;
}
.footer-btm{
	column-gap: 20px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Condition page %%%%%%%%%%%%%%%%%%  */
.condition-banner-area{
	margin-top: 180px;
	min-height: 235px;
	background-color: #E9E6E6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.condition-banner-area h1{
	font-size: 48px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.condition-banner-area h1:after{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translatex(-50%);
	background: #FE5300;
	width: 112px;
	height: 5px;	
}
.condition-repeter-area{
	margin-top: 108px;
	margin-bottom: 148px;
}
.condition-repeter-area .container {
	max-width: 1020px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.condition-repeter-area .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	gap: 40px;
}
.condition-repet-each h2{
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 116.667% */
	position: relative;
	padding-bottom: 15px;
}
.condition-repet-each h2:before{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0px;
	background: #FE5300;
	width: 90px;
	height: 3px;
}
.condition-repet-each p{
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 212.5% */
}
.condition-repet-each a.common-link{
	color: #FE5300;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-decoration: none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.condition-repet-each a.common-link:hover{
	color:#333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.condition-repeter-area  .col-lg-4{
	border: 1px dashed #333;
}
@media (min-width: 992px) {
	.condition-repeter-area  .col-lg-4 {
		-ms-flex: 0 0 30.69%
			flex: 0 0 30.69%
			30.69% ;
		max-width: 30.69%;
		position: relative;
		width: 100%;
		padding: 30px;
	}
}
@media(max-width:1199px){
	.landing-dr-wrapper .row {
		margin: 0 -15px;
	}
	.landing-dr-wrapper .row > div {
		padding: 0px 15px;
	}
	.landning-contact-wrapper .row {
		margin: 0px -15px;
	}

	.landning-contact-wrapper .row > div {
		padding: 0px 15px;
	}
}
@media(max-width:991px){
	.page-template-template-landing #rmp_menu_trigger-3074 {
		top: 24px;
	}
	.header_contact {
		background-color: #E5E2E2;
		text-align: center;
		padding: 4px;
	}
	.header_contact ul{
		display: block;
	}
	.header_logo {
		padding: 0 4px 20px;
		max-width: 272px;
		width: 100%;
	}
	header.header_area {
		padding: 30px 0 0;
	}
	header.header_area  a.header_btn {
		display: none;
	}
	.landing_banner_sec{
		padding-bottom: 106px;
	}
	.landing_banner_content h1{
		font-size: 32px;
		margin-bottom: 5px;
	}
	.landing_banner_content h3{
		font-size: 22px;
		line-height: normal;
	}
	.landing_sec {
		margin-top: 0;
	}
	.landing_form {
		float: none;
		margin-left: 0;
		margin-bottom: 47px;
		max-width: 100%;
		margin-top: -77px;
	}
	.landing_sec h2{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.landing_sec > .container > img{
		margin-bottom: 40px;
	}
	.vision-self-test-sec{
		padding: 40px 0 60px;
	}
	.landing-table-wrapper h2{
		margin-bottom: 30px;
	}
	.landing-table-area {
		overflow-x: scroll;
	}
	.landing-table-wrapper table{
		width: 1195px;
	}
	.landing_sec .container > .row{
		margin:50px -15px
	}
	.landing_sec .container > .row > div{
		padding:0px 15px;
	}
	.landing-dr-content ul{
		justify-content: flex-start;
		column-gap: 34px;
		margin-bottom: 38px;
	}
	.landing-dr-content{
		margin-bottom: 40px;
	}
	.landing-dr-sec {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.landing-testimonial-sec {
		padding-top: 60px;
		margin-bottom: 50px;
	}
	.landing-testimonial-heading{
		margin-bottom: 40px;
	}
	.faq-sec {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.faq-sec .accordion>li>span{
		font-size: 20px;
		line-height: normal;
	}
	.landning-contact-sec{
		margin-top: 50px;
	}
	.landning-contact-sec{
		padding-top: 58px;
	}
	.landning-contact-form {
		margin-top: 0;
	}
	.landning-contact-text {
		padding: 0;
	}
	.landning-contact-wrapper .row{
		row-gap: 30px;
	}
	.footer-sec{
		text-align: center;
		padding-top: 50px;
	}
	.footer-logo-social ul {
		justify-content: center;
		margin-bottom: 40px;
	}
	.each-landing-ftr {
		margin-bottom: 40px;
	}
	.footer-wrapper::after {
		left: -10px;
		width: calc(100% + 20px);
	}
	.footer-btm-privecy ul {
		justify-content: center;
		margin-top: 20px;
	}
	.each-landing-testtimonial{
		padding: 40px 40px 70px;
	}
	.footer-btm-privecy li::after{
		display:none;
	}
	.condition-repeter-area .row {
		margin: 0px;
	}
	.condition-repeter-area .col-lg-4 {
		padding: 30px;
	}
	.condition-banner-area {
		margin-top: 169px;
	}
	.condition-banner-area h1 {
		font-size: 32px;
	}
	.condition-repeter-area {
		margin-top: 40px;
		margin-bottom: 95px;
	}
}


/* landing location Page */
.page-template-template-location-landing .footer_section,
.page-template-template-location-landing footer.flex_container_div.height,
.page-template-template-location-landing header#nav{
	display: none;
}
.location-landing-banner{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 137px 0;
	position: relative;
	margin-top: 70px;
}
.location-landing-banner::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(260deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}
.location-landing-banner-wrapper{
	max-width: 1294px;
	padding: 0px 15px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.location-landing-banner-wrapper h1{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 64px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 20px;
}
.location-landing-banner-wrapper h3{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 34px;
	margin: 0;
	font-weight: 500;
	line-height: normal;
}
.location-landing-banner-content{
	max-width: 635px;
	width: 100%;
}
.location-lading-sec{
	margin-top: 63px;
	overflow-x: clip;
}
.location-lading-sec p{
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px; 
	margin: 0 0 15px;
}
.lading-location-inro{
	margin-top: 100px;
	margin-bottom: 100px;
}
.lading-location-inro .row{
	background-color: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	padding: 30px;
}
.each-lading-location-into{
	padding: 20px;
	text-align: center;
	min-height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-right: 1px dashed #000000A6;
}
.lading-location-inro .col-lg-4:last-child .each-lading-location-into{
	border: none;
}
.each-lading-location-into a{
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	transition: all 0.5s;
	font-family: Montserrat, sans-serif;
	-webkit-transition: all 0.5s;
}
.each-lading-location-into a:hover{
	color: #F94D0E;
	text-decoration: none;
}
.each-lading-location-into a img{
	display: table;
	margin: 0px auto 14px;
}
.location-lading-sec h2{
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 34px;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: normal;
}
.eye-care-service-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.eye-care-service-wrap{
	max-width: 1330px;
	padding: 0px 15px;
	width: 100%;
	margin: 0px auto;
}
.eye-care-service-wrap .row{
	row-gap: 37px;
	margin: 0px -20px;
}
.eye-care-service-wrap .row > div{
	padding: 0px 20px;
}
.eye-care-service-wrap h2{
	margin-bottom: 55px;
	text-align: center;
}
.each-eye-care-service{
	padding: 30px;
	background-color: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}
.each-eye-care-service h3{
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #000000A6;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: normal;
}
.each-eye-care-service ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	column-gap: 10px;
}
.each-eye-care-service li{
	color: #F94D0E;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px; 
	padding: 2px 10px;
	border-radius: 2px;
	background: rgba(196, 196, 196, .2);
}
.landing-review-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.lading-loacation-dr{
	margin-top: 100px;
	margin-bottom: 100px;
}
.each-lading-loacation-dr::after{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 55.52%, #000 100%);
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.lading-loacation-dr-content{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 18px;
	width: 100%;
	z-index: 1;
}
.lading-loacation-dr-content h3{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px; 
	margin: 0 0 9px;
}
.lading-loacation-dr-content a{
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px; 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: none;
}
.lading-loacation-dr-content a:hover{
	color: #F94D0E;
}
.lading-loacation-dr-wrap h2{
	text-align: center;
	margin-bottom: 55px;
}
.lading-loacation-dr-wrap .row{
	margin: 0px -19px;
	row-gap: 30px;
}
.lading-loacation-dr-wrap .row >div{
	padding: 0px 19px;
}
.lading-loacation-map{
	margin-top: 100px;
	margin-bottom: 100px;
}
.lading-loacation-map-wrap{
	max-width: 1330px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
}
.lading-loacation-map-wrap h2{
	text-align: center;
	margin-bottom: 55px;
}
.each-lading-loacation-map:not(:last-child){
	margin-bottom: 40px;
}
.each-lading-loacation-map iframe{
	display: block;
	width: 100%;
	height: 419px;
	min-height: 419px;
}
.lading-loacation-contact-form{
	max-width: 1330px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 35px;
}
.page-template-template-location-landing .footer-sec .container {
	max-width: 1330px;
}
.landning-contact-text a.header_btn:hover{
	background-color: #888;
	color:#fff;
	border-color:#fff;
}
.header_btn.d-md-none{
	position:fixed;
	left:0;
	width:100%;
	z-index:999;
	bottom:0;
	border-color:#FE5300;
	text-align:center;
}
.header_btn.d-md-none:hover{
	background-color:#888;
	border-color:#fff;
	color:#fff;
}
@media(min-width:1199px){
	.page-template-template-location-landing .container{
		max-width: 1005px;
	}
}
@media(max-width:991px){
	.location-landing-banner::after{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
	}
	.location-landing-banner{
		margin-top: 85px;
	}
	.page-template-template-location-landing #rmp_menu_trigger-3074 {
		top: 22px;
	}
	.location-landing-banner{
		padding-bottom: 20px;
		display: flex;
		align-items: end;
		min-height: 317px;
	}
	.location-landing-banner-wrapper{
		padding: 0px 20px;
	}
	.location-landing-banner-wrapper h1{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.location-landing-banner-wrapper h3{
		font-size: 22px;
	}
	.location-lading-sec .container{
		padding: 0px 20px;
	}
	.lading-loacation-dr,
	.landing-review-sec,
	.eye-care-service-sec,
	.lading-location-inro {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.lading-location-inro .row{
		padding: 0px 30px;
	}
	.each-lading-location-into{
		border-right: none;
		border-bottom: 1px dashed #000000A6;
		min-height: auto;
		padding: 40px;
	}
	.location-lading-sec h2{
		font-size: 28px;
	}
	.lading-loacation-map-wrap h2,
	.lading-loacation-dr-wrap h2,
	.eye-care-service-wrap h2{
		margin-bottom: 30px;
	}
	.lading-loacation-dr-content h3,
	.each-eye-care-service h3{
		font-size: 20px;
	}
	.lading-loacation-dr-wrap .row,
	.eye-care-service-wrap .row {
		margin: 0px -15px;
	}
	.lading-loacation-dr-wrap .row >div,
	.eye-care-service-wrap .row > div {
		padding: 0px 15px;
	}
	.each-lading-loacation-map:not(:last-child){
		margin-bottom: 30px;
	}
	.eye-care-service-wrap,
	.lading-loacation-map-wrap,
	.lading-loacation-contact-form{
		padding: 0px 20px;
	}
	.page-template-template-location-landing .landning-contact-text h2{
		font-size: 32px;
		line-height: normal;
		margin-bottom: 10px;
	}
}
/*============= office-popup =============*/
.office-popup-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.60);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	z-index: 9999999;
}
.office-popup-inner {
	max-width: 657px;
	background-color: #fff;
	padding: 60px 45px;
	position: relative;
	background-image: url("https://www.ginsbergeye.com/wp-content/uploads/2026/04/Mask-group.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: hard-light;
}
.office-popup-inner > *{
	position: relative;
	z-index: 1;
}
.office-popup-inner .office-popup-close{
	position: absolute;
	top: 10px;
	right: 10px;
}
.office-popup-heading h6{
	color: #000;
	text-align: center;
	font-size: 12px;
	margin: 0 0 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
}
.office-popup-heading h2{
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 30px;
}
.office-popup-wrap {
	background-color: rgba(233, 230, 230, 0.90);
	padding: 40px 35px;
	margin-bottom: 25px;
}
.each-office-popup h4 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 6px;
}
.each-office-popup h5 {
	color: #F94D0E;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
	margin: 0 0 18px;
}
.each-office-popup {
	max-width: 203px;
	width: 100%;
}
.office-popup-wrap .col-50:nth-child(odd){
	border-right: 1px dotted #000000;
}
.office-popup-wrap .col-50:nth-child(even) .each-office-popup{
	margin-left: auto;
}
.office-popup-inner p {
	color: #333;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}
.office-popup-btm p{
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
}
.office-popup-btm .popup-button{
	display: table;
	margin: 0px auto;

}
@media(max-width:991px){
	.each-office-popup {
		max-width: 100%;
	}
	.office-popup-wrap .col-50:nth-child(odd) {
		border-right: none;
		border-bottom: 1px dotted #000000;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.office-popup-wrap {
		padding: 20px 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	.office-popup-inner{
		padding: 20px;
		/* 		height: 634px;
		overflow-y: scroll; */
	}
	.office-popup-heading h2 {
		font-size: 22px;
		margin: 0 0 26px;
	}
	.each-office-popup h4{
		font-size: 18px;
	}
	.office-popup-btm .popup-button{
		font-size: 14px;
	}
	.office-popup-btm p{
		margin-bottom: 15px;
	}
}
@media(max-width:575px){
	.office-popup-heading h2{
		margin-bottom:14px;
	}
	.each-office-popup h5{
		margin-bottom:10px;
	}
}
.popup-button{
	border: 1px solid #FFF;
	background: #F94D0E;
	color:#fff;
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding:10px 15px;
	text-decoration:none;
	transition:all 0.5s;
}
.popup-button:hover{
	opacity:0.8;
}
/* =====Mew Doctor Sec +++++++++ */
.new-doctor-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.new-doctor-sec .container{
	max-width: 1332px;
	width: 100%;
	margin: 0 auto;
}
.new-doctor-content{
	max-width: 648px;
	width: 100%;
}
.new-doc-img-wrap{
	margin-left: auto;
	max-width: 470px;
}
.doc-logo-wrap{
	background: #EBEAEA;
	padding: 16px 40px;
	max-width: 590px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 15px;
}
.doc-logo-wrap ul{
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.new-doc-right-area{
	position: relative;
	overflow: hidden;
}
/* @media(max-width:1299px){
.doc-logo-wrap{
left: 0px;
}
} */
@media(max-width:1199px){
	.new-doctor-content{
		padding-right: 30px;
	}
	.new-doctor-sec{
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
@media(max-width:991px){
	.new-doctor-sec{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.new-doctor-content{
		max-width: 100%;
		padding: 0;
		margin-top: 40px;
	}
	.new-doc-img-wrap{
		max-width: 100%;
	}
	.new-doc-img-wrap img{
		width: 100%;
	}
	.new-doc-wrap .row{
		flex-direction: column-reverse;
	}
	.doc-logo-wrap{
		left: 0;
		max-width: 100%;
		bottom: 0;
	}
}
@media(max-width:767px){
	.doc-logo-wrap{
		padding: 16px 10px;
	}
	.doc-logo-wrap ul{
		column-gap: 40px;
		flex-direction: row-reverse;
	}
	.doc-logo-wrapper ul li:last-child img {
		float: right;
	}
}
.contact_form_div .gform_wrapper.gravity-theme .gform_footer{
	justify-content: center !important;
}
.landing_form{
	padding: 40px;
	z-index: 9999 !important;
}
.landing_form .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{
	margin-left: -26px;
}
.landing_form .gform_wrapper.gravity-theme .gfield_label{
	font-size: 12px;
}
.landing_form input#input_5_10{
	padding: 6px;
}
.landing_form .textarea#input_5_7{
	border:1px solid #767676;
	background: #fff;
	border-radius: 3px;
}
.landing_form .gfield_consent_label{
	font-size: 12px !important;
}
.landing_form .gform_wrapper.gravity-theme .gfield_required .gfield_required_text{
	font-weight: 700;
}
.landing_form .gform_wrapper.gravity-theme .gfield_required{
	font-size: 11px;
	font-style: italic;
}
.landing_form .textarea{
	margin: 0;
}
.landing_form .ginput_container.ginput_container_consent{
	display:flex;
	column-gap: 15px;
}
@media(max-width:991px){
	.landing_form input#input_5_10{
		width: 100%
	}
	.landing_form {
		padding: 30px 20px;
	}
	.landing_form input#input_5_1,
	.landing_form input#input_5_3,
	.landing_form input#input_5_4,
	.landing_form input#input_5_5{
		padding: 3px 5px 2px;
	}

}
.content_section .logo-slider {
	max-width: 982px;
	width: 100%;
}
.landing_form .gform_wrapper.gravity-theme .ginput_container_date input{
	width:100%
}
.gform_wrapper.gravity-theme .gfield textarea.small{
	border: 1px solid #767676;
	color: #000;
	border-radius: 3px;
}
@media (max-width: 767px) {
	.page-id-41 .inner_banner {
		margin-top: 180px;
	}
}
/* team-post */
.team-post-banner{
	position: relative;
	padding: 229px 15px 0;
	margin-bottom: 60px;
}
.team-post-banner::after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: calc(100% - 77px);
	background-color: #F2F2F2;
}
.team-post-banner-wrap{
	max-width: 1194px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.col-70{
	max-width: 70%;
	width: 100%;
	padding: 0px 15px;
}
.col-30{
	max-width: 30%;
	width: 100%;
	padding: 0px 15px;
}
.team-post-banner-content{
	padding-top: 100px;
}
.team-post-banner-content h1{
	font-weight: 500;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #333333;
	margin:0 0 22px;
}
.team-post-banner-content h3{
	font-weight: 300;
	font-size: 32px;
	line-height: 100%;
	color: #333333;
	margin: 0;
}
.team-post-banner-img {
	box-shadow: 0px 0px 15px 0px #00000026;
}
.team-post-banner-img img{
	width: 100%;
}
.visual-freedom-sec{
	margin-top: 60px;
	margin-bottom: 131px;
	padding: 0px 15px;
}
.visual-freedom-wrapper{
	position: relative;
	padding: 75px;
	text-align: center;
	max-width: 1075px;
	width: 100%;
	margin: 0px auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 69px 75px 75px;
}
.visual-freedom-wrapper::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.visual-freedom-wrapper h2{
	font-weight: 500;
	font-size: 34px;
	line-height: 100%;
	color: #FFFFFF;
	margin: 0 0 20px;
}
.visual-freedom-wrapper p{
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0 0 25px;
}
.white-btn{
	background-color: #FFFFFF;
	padding: 6px 30px;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.white-btn:hover{
	background-color: #fe5300;
	color: #fff;
}
.visual-freedom-wrapper > * {
	position: relative;
	z-index: 1;
}
.team-post-area{
	margin-top: 131px;
	margin-bottom: 122px;
}
.team-post-img{
	float: left;
	max-width: 326px;
	width: 100%;
	margin-right: 50px;
	margin-bottom: 30px;
}
.team-post-img img{
	width: 100%;
	box-shadow: 0px 0px 15px 0px #00000026;
	-webkit-box-shadow: 0px 0px 15px 0px #00000026;
}
.team-post-wrapper h2{
	font-weight: 500;
	font-size: 34px;
	line-height: 100%;
	color: #333333;
	margin: 0 0 12px;
}
.team-post-wrapper p{
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin: 0 0 14px;
}
.team-post-wrapper {
	max-width: 1055px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
}
@media(max-width:1199px){
	.team-post-banner-content h1{
		font-size: 35px;
		margin-bottom: 15px;
	}
	.team-post-banner-content {
		padding-top: 70px;
	}
	.team-post-banner-content h3 {
		font-size: 25px;
	}
	.visual-freedom-sec,
	.team-post-area {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
@media(max-width:1199px){
	.team-post-banner-content{
		padding-top: 70px;
	}
}
@media(max-width:991px){
	.col-70,
	.col-30{
		max-width: 100%;
	}
	.team-post-banner-content {
		margin-bottom: 40px;
	}
}
@media(max-width:767px){
	.team-post-banner-content{
		padding-top: 0;
	}
	.visual-freedom-wrapper{
		padding: 30px;
	}
	.white-btn{
		padding: 6px 28px;
	}
	.team-post-img {
		float: none;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
}
/* careers */
.careers-banner-area{
	min-height: 495px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 142px;
}
.careers-banner-wrapper h1{
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 64px;
	line-height: normal;
	text-transform: uppercase;
	color: #333333;
	margin: 0;
}
.careers-banner-wrapper{
	padding: 0px 20px;
}
.careers-sec{
	margin-top: 59px;
	padding: 0px 20px;
}
.careers-wrapper p{
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.careers-wrapper {
	max-width: 975px;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 105px;
	border-bottom: 1px dashed #000000A6;
	margin-bottom: 105px;
}
.careers-wrapper .d-row{
	margin-top: 59px;
	row-gap: 40px;
}
.col-100 {
	max-width: 100%;
	width: 100%;
	padding: 0px 15px;
}
.each-careers{
	box-shadow: 0px 0px 6px 0px #00000040;
	-webkit-box-shadow: 0px 0px 6px 0px #00000040;
	background-color: #FFFFFF;
	padding: 30px 0 0;
}
.careers-heading {
	padding: 0 30px 15px;
	border-bottom: 1px dashed #000000A6;
}
.careers-heading h2{
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	margin: 0;
	font-size: 24px;
	color: #333333;
	line-height: normal;
}
.each-careers h5{
	display: table;
	padding-right: 22px;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #F94D0E;
	background-image: url("/wp-content/uploads/2026/06/Vector.svg");
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 15px;
	margin: 0;
	cursor: pointer;
	padding-left: 30px;
	margin-top: 25px;
}
.each-careers h5.active{
	background-image: url("/wp-content/uploads/2026/06/Vector-1.svg");
}
.careers-dtls-area h6 {
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 5px;
}
.careers-dtls-area ul{
	margin: 0 0 15px;
	padding-left: 24px;
}
.careers-dtls-area li{
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.careers-dtls-area li::marker{
	font-size: 8px;
}
.careers-btn{
	margin-top: 40px;
}
.careers-btn a {
	font-weight: 300;
	font-size: 19px;
	line-height: normal;
	width: 100%;
	display: block;
	padding: 11px 30px;
	color: #FFFFFF;
	background-color: #F94D0E;
	text-decoration: none;
	background-image: url(/wp-content/uploads/2026/06/Group-25.svg);
	background-repeat: no-repeat;
	background-position: 97%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.careers-btn a:hover{
	background-position: 95%;
}
.careers-dtls-area{
	padding: 15px 30px 0px;
	display: none;
}
.careers-form-wrap {
	max-width: 759px;
	padding: 0px 20px;
	width: 100%;
	margin: 0px auto;
}
.careers-form-wrap h2{
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	color: #333333;
	margin: 0 0 15px;
}
.careers-form-wrap h2.gform_title {
	display: none;
}
.careers-form-wrap p.gform_description {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #333333;
	margin-bottom: 40px;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gfield_label{
	line-height: 28px;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 45px;
	grid-column-gap: 35px;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gfield textarea.small,
.careers-form-wrap .gform_wrapper.gravity-theme .gfield input.large:focus, 
.careers-form-wrap .gform_wrapper.gravity-theme .gfield select.large:focus{
	outline: none;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gfield_required{
	display: none;
}
.careers-form-wrap .ginput_container.ginput_container_fileupload{
	position: relative;
}
/*.careers-form-wrap .ginput_container.ginput_container_fileupload::before{
background-color: #F1F1F1;
height: 171px;
position: absolute;
content: "";
left: 0;
top: 0px;
border: 1px dashed #333333;
width: 100%;
pointer-events: none;
}
.careers-form-wrap .ginput_container.ginput_container_fileupload::after{
position: absolute;
content: "";
left: 50%;
transform: translate(-50%, -50%);
top: 40%;
width: 195px;
height: 100px;
background-image: url("/wp-content/uploads/2026/06/Group-29.png");
background-position: center;
background-size: contain;
pointer-events: none;
}
.careers-form-wrap .ginput_container.ginput_container_fileupload input {
opacity: 0;
height: 171px !important;
min-height: 171px !important;
} */
.careers-form-wrap .gform_wrapper.gravity-theme .gform_drop_area {
	background: #F1F1F1;
	border: 1px dashed #333;
	border-radius: 3px;
	padding-top: 70px;
	position:relative;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gform_drop_area::after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translatex(-50%);
	top: 30px;
	width: 34px;
	height: 24px;
	background-image: url("/wp-content/uploads/2026/06/Vector.png");
	background-position: center;
	background-size: contain;
	pointer-events: none;
}
.careers-form-wrap .button.gform_button_select_files{
	color: #333333;
	font-weight: 700;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gform_drop_instructions {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gfield_label::after {
	content: "*";
	color: #FF0000;
	margin-left: 7px;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gfield input.large, .careers-form-wrap .gform_wrapper.gravity-theme .gfield select.large ,
.careers-form-wrap .gform_wrapper.gravity-theme .gfield textarea.small {
	height: 40px;
	resize: none;
	min-height: 40px;
	border: 1px solid #767676;
	border-radius: 3px;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gform_footer input {
	border: 1px solid #FFFFFF;
	background-color: #FE5300;
	padding: 17px 37px;
	font-weight: 300;
	font-size: 19px;
	line-height: normal !important;
	color: #FFFFFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: uppercase;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gform_footer input:hover{
	border-color: #FE5300;
	color: #FE5300;
	background-color: transparent;
}
.careers-form-wrap .gform_wrapper.gravity-theme .gform_footer {
	display: flex;
	justify-content: center;
	margin-top: 66px !important;
	padding-top: 0 !important;
}
.careers-form-area {
	margin-bottom: 100px;
}
@media(max-width:767px){
	.careers-banner-area {
		min-height: 305px;
		padding: 100px 0 0;
		align-items: flex-end;
		justify-content: flex-start;
		margin-top: 123px;
		text-align: left;
	}
	.careers-banner-wrapper {
		padding: 20px 20px;
		background-color: #FFFFFFBF;
		width: 100%;
	}
	.careers-banner-wrapper h1{
		font-size: 32px;
	}
	.careers-sec{
		margin-top: 50px;
	}
	.careers-wrapper .d-row {
		margin-top: 50px;
	}
	.careers-wrapper {
		padding-bottom: 80px;
		margin-bottom: 25px;
	}
	.careers-form-wrap h2{
		font-size: 20px;
	}
	.careers-form-wrap p.gform_description{
		margin-bottom: 15px;
	}
	.careers-form-wrap .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 25px;
		grid-column-gap: 0;
	}
	.careers-form-area {
		margin-bottom: 66px;
	}
	.careers-heading h2 {
		font-size: 20px;
	}
}
/*================== testimonials pg ==================*/
.testimonials_banner{
	margin-top: 151px;
	background-color: #E9E6E6;
	padding: 76px 0;
	text-align: center;
}
.testimonials_banner_wrap{
	padding: 0px 30px;
}
.testimonials_banner_wrap h1{
	padding:0 0 25px;
	color: #333;
	font-size: 48px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}
.testimonials_banner_wrap h1::after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 112px;
	height: 5px;
	background: #FE5300;
}
.testimonials_script{
	margin-top: 68px;
	margin-bottom: 135px;
}
.testimonials_script_wrap{
	max-width: 1360px;
	width: 100%;
	padding: 0px 30px;
	margin: 0px auto;
	height: 566px;
	overflow-y: scroll;
}
.patient_testimonial_sec{
	padding: 60px 0;
	background: rgb(233 230 230 / .7);
}
.patient_testimonial_wrapper{
	max-width: 1340px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
}
.patient_testimonial_slider{
	position: relative;
	padding: 0px 100px;
}
.patient_testimonial_content h2{
	color: #000;
	font-size: 35px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	padding-left: 27px;
	border-left: 3px solid #FE5300;
	margin-bottom: 30px;
}
.common-arrow::after{
	display: none;
}
.patient_testimonial_content p{
	color: #000000;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 34px;
}
.patient_testimonial_content p:last-child{
	margin-bottom: 0;
}
.patient_testimonial_content {
	max-width: 694px;
	width: 100%;
}
.patient_testimonial_img img{
	width: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}
.patient_testimonial_img{
	max-width: 262px;
	width: 100%;
	margin-left: auto;
	text-align: center;
}
.patient_testimonial_img h5{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin: 25px 0 4px;
}
.patient_testimonial_img h6{
	color: #000;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}
.each_patient_testimonial .d-row {
	align-items: center;
}
.community-leaders-sec{
	background-image: url("/wp-content/uploads/2026/08/image-14.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 119px 0;
}
.notable-patient-wrapper,
.community-leaders-wrapper{
	max-width: 1340px;
	margin: 0px auto;
	padding: 0px 20px;
}
.community-leaders-wrapper h2{
	color: #000;
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 50px;
}
.each-community-leaders{
	border: 1px solid #E9E6E6;
	background: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.community-leaders-img img{
	width: 100%;
}
.community-leaders-img{
	border-bottom: 5px solid #FE5300;
}
.community-leaders-text{
	padding: 20px 30px 30px 26px;
}
.community-leaders-wrapper{
	padding: 0px 40px;
}
.community-leaders-wrapper .d-row{
	margin: 0px -40px;
}
.community-leaders-wrapper .d-row > div{
	padding: 0px 40px;
	max-width: 33.33%;
	width: 100%;
}
.community-leaders-text h4{
	color: #333335;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px; 
	margin: 0 0 5px;
}
.community-leaders-text h5{
	color: #333335;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin:0 0 20px;
	line-height: 26px; 
}
.community-leaders-text p{
	color: #333335;
	line-height: 34px; 
}
.community-leaders-text p:last-child{
	margin: 0;
}
.notable-patient-area{
	padding: 60px 0 82px;
	background: rgb(233 230 230 / .7);
}
.notable-patient-slider{
	padding: 0px 100px;
	position: relative;
}
.patient_testimonial_wrapper .swiper-button-prev,
.notable-patient-slider .swiper-button-prev {
	left: 0;
}
.patient_testimonial_wrapper .swiper-button-next,
.notable-patient-slider .swiper-button-next{
	right: 0;
}
.notable-patient-img img{
	width: 100%;
}
.each-notable-patient .d-row{
	margin: 0px -40px;
	row-gap: 40px;
}
.each-notable-patient .d-row > div{
	padding: 0px 40px;
}
.col-70.notable-patient-heading {
	padding: 0px 23px;
	margin-left: auto;
}
.notable-patient-heading h2{
	color: #000;
	font-size: 48px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 29px;
}
.notable-patient-content h3{
	margin: 0 0 16px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px; 
}
.notable-patient-content h4{
	color: #000;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px; 
	padding-bottom: 20px;
	margin:0 0 30px;
	border-bottom: 1px solid #000000A6;
}
.notable-patient-content h5{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 34px; 
	margin-bottom: 10px;
}
.notable-patient-content p{
	font-weight: 400;
	line-height: 34px;
	color: #000;
}
.notable-patient-content p:last-child{
	margin-bottom: 0;
}

@media(max-width:1199px){
	.community-leaders-wrapper {
		padding: 0px 20px;
	}
	.each-notable-patient .d-row,
	.community-leaders-wrapper .d-row {
		margin: 0px -15px;
	}
	.each-notable-patient .d-row > div,
	.community-leaders-wrapper .d-row > div{
		padding: 0px 15px;
	}
}
@media(max-width:991px){
	.testimonials_banner{
		margin-top: 167px;
	}
	.each_patient_testimonial .d-row {
		flex-direction: column-reverse;
		row-gap: 30px;
	}
	.patient_testimonial_img{
		margin-right: auto;
	}
	.patient_testimonial_slider{
		padding: 0;
	}
	.patient_testimonial_content {
		max-width: 100%;
	}
	.patient_testimonial_wrapper .common-arrow{
		top: 14%;
	}
	.community-leaders-wrapper .d-row > div{
		max-width: 100%;
	}
	.community-leaders-wrapper .d-row{
		row-gap: 30px;
	}
	.notable-patient-slider {
		padding: 0;
	}
	.notable-patient-img {
		padding: 0px 34px;
	}
	.col-70.notable-patient-heading{
		text-align: center;
	}
	.col-70.notable-patient-heading h2{
		margin-bottom: 40px;
		font-size: 32px;
	}
	.notable-patient-area{
		padding: 100px 0;
	}
}
@media (max-width: 767px) {
	.testimonials_banner {
		margin-top: 155px;
		padding: 30px 0 50px;
	}
	.testimonials_banner_wrap h1{
		font-size: 32px;
	}
	.testimonials_script {
		margin-top: 10px;
		margin-bottom: 103px;
	}
	.testimonials_script_wrap{
		padding: 0px 4px;
	}
	.testimonials_script_wrap {
		height: 1551px;
	}
	.patient_testimonial_content h2{
		font-size: 24px;
	}
	.community-leaders-sec {
		padding: 101px 0;
	}
	.community-leaders-wrapper h2 {
		font-size: 32px;
		margin: 0 0 40px;
	}
	.notable-patient-slider .common-arrow{
		top: 20%;
	}
}
@media (max-width: 479px) {
	.testimonials_banner {
		margin-top: 124px;
	}
}

/* .notable-patient-content h4 { 
border-bottom: none;
margin-bottom:0;
}
.notable-patient-content p:first-child {
margin-bottom: 0;
border-top: 1px solid #000000A6;
padding-top: 25px;
} */




.financing-counting-sec {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	padding: 100px 20px;
}
.compare-card {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	max-width: 1034px;
	width: 100%;
	padding: 0px 40px;
}
.financing-counting {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	padding: 6px 14px;
	border-radius: 30px;
	transition: background 0.3s ease;
}
.financing-counting .dollar-sign {
	color: #F94D0E;
	font-weight: 800;
	font-size: 34px;
	margin-right: 2px;
}
.financing-counting {
	color: #F94D0E;
	font-weight: 800;
	font-size: 34px;
	margin-bottom: 10px;
	font-variant-numeric: tabular-nums;
}
.compare-card .label {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
}
.compare-card .col-text {
	text-align: center;
	/* 	border-right: 1px dotted #000; */
}
.intro-blocks {
	padding: 50px 0;
}
.intro-blocks .row {
	align-items: center;
}
.intro-blocks {
	padding: 50px 0;
}
.intro-blocks .row {
	align-items: center;
}
.financing-area {
	padding: 100px 0;
}
.financing-area .row {
	align-items: center;
}
.page-template-template-financing-page .inner_banner {
	margin-top: 0px;
}
.finance-content a.common-button {
	padding: 14px 16px;
	align-self: center;
	background-color: #747474;
	border: 1px solid #fff;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size: 19px;
}
.compare-card .col-text:last-child {
	border: none;
}
.financing-counting-sec .col-text {
	padding: 50px;
}
.intro-content h2 {
	font-size: 34px;
	font-weight: 500;
	color: #333333;
}
.intro-content p {
	color: #333333;
	font-size: 16px;
}
.intro-content {
	padding-left: 25px;
}
.financing-counting-sec {
	margin-top: 40px;
}
.finance-content p {margin-bottom: 36px;}
.finance-content h2 {
	font-size: 34px;
	font-weight: 500;
	color: #333333;
}
.finance-content p {
	color: #333333;
}
.page-template-template-financing-page .inner_banner {
	position: relative;
}
.page-template-template-financing-page .inner_banner:after {
	content: "";
	position: absolute;
	opacity: 0.9;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	width: 70%;
	height: 100%;
	left: 0;
	top: 0;
}
.page-template-template-financing-page .inner_banner_container {
	z-index: 9;
}


.contact_form_div .form_wrapper {
	background-color: #fdfdf8;
	padding: 34px;
}
.contact_form_div .ginput_container input , .contact_form_div .ginput_container select , .contact_form_div .ginput_container textarea {
	box-shadow: none;
	border: 1px solid #cfcfcf;
	background-color: transparent;
}
.contact_form_div .gform_wrapper.gravity-theme .gfield textarea.small {
	border: 1px solid #cfcfcf;
	/*     color: #000; */
	border-radius: 3px;
}
.contact_form_div .gfield {
	text-align: left;
}
.contact_form_div .gform-field-label {
	color: #707070;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Montserrat';
}
.contact_form_div .gform-footer .gform_button {
	color: #FFFFFF;
	font-size: 1em;
	margin: 0.5em;
	font-weight: 700;
	display: inline-block;
	padding: 26px 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FE5000;
	background: #FE5000 !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 4px;
	width: 130px !important;
	border-radius: 100%;
	transform: rotate(344deg);
	height: 81px;
}

.contact_form_div .ginput_container_consent {
	display: flex;
	column-gap: 10px;
}

.contact_form_div .ginput_container input:focus, .contact_form_div .ginput_container select:focus {
	outline: none;
}


.contact_form_div .ginput_container_consent input[type="checkbox"]:checked {
	background: #fe5000;
	border-color: #fe5000;
}
.contact_form_div .ginput_container_consent input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 10px;
	height: 20px;
	min-width: 20px;
	border: 1px solid #747474;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	position: relative;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.ginput_container_consent input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ginput_container_consent {
	display: flex;
	align-items: flex-start;
}

.ginput_container_consent .gfield_consent_label {
	margin: 0;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.financing-counting-sec .divider {
		width: 60%;
		height: 1px;
		margin: 20px auto;
	}
	.financing-counting-sec .compare-card {
		padding: 35px 20px;
	}
	.intro-content h2 {
		font-size: 28px;
		margin-top: 25px;
	}
	.intro-content {
		padding-left: 0;
	}
	.intro-blocks {
		padding: 50px 5px;
	}
	.financing-counting-sec {
		margin-top: 0px;
	}
	.financing-counting {
		font-size: 28px;
	}
	.financing-counting .dollar-sign {
		font-size: 28px;
	}
	.compare-card .row {
		padding: 50px;
	}
	.col-md-6.col-text:first-child {
		padding-bottom: 30px;
	}
	.col-md-6.col-text:last-child {
		padding-top: 30px;
	}
	.compare-card .row {
		padding: 6px 6px;
	}
	.financing-counting-sec {
		padding: 50px 40px;
	}
	.financing-counting-sec {
		margin-top: 0px;
	}
	.compare-card .col-text {
		border-right: none;
	}
	.financing-counting-sec .col-text {
		padding: 0px;
	}
	.finance-content h2 {
		font-size: 28px;
	}
	.financing-area {
		padding: 70px 0;
	}
	.finance-content a.common-button {
		padding: 12px 13px;
		font-size: 17px;
	}
	.finance-video {
		margin-top: 50px;
	}
	.page-template-template-financing-page .inner_banner_content .ip-hero-button {
		font-size: 15px;
	}
	.col-md-6.col-text:first-child:after {
		position: absolute;
		content: "";
		width: 65%;
		height: 1px;
		border-bottom: 1px dotted #000000c7;
		left: 50%;
		transform: translatex(-50%);
		bottom: 0;
	}
	.col-md-6.col-text:first-child {
		position: relative;
	}
}
.contact_form_div .gform_wrapper.gravity-theme .gform_footer{
	position:relative;
}
.contact_form_div .gform_wrapper.gravity-theme .gform_footer::before, .contact_form_div .gform_wrapper.gravity-theme .gform_footer::after {
	content: "";
	left: 0;
	height: 10px;
	width: 37%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	z-index: -1;
}
.contact_form_div .gform_wrapper.gravity-theme .gform_footer::after{
	left:auto;
	right:0;
}
@media(max-width:991px){
	.contact_form_div .gform_wrapper.gravity-theme .gform_footer::before, .contact_form_div .gform_wrapper.gravity-theme .gform_footer::after {
		width: 20%;
	}
}

.page-template-template-financing-page .top_contact_div a {
	color: #333;
}


.compare-card .col-text {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body .compare-card .col-text:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 50%;
	border-right: 1px dotted #000;
	transform: translateY(-50%);
}
@media(max-width:991px){
	body .compare-card .col-text:not(:last-child)::before {
		content: none;
	}
	.compare-card .col-text {
		padding-bottom: 20px;
	}
}
/* traveling */
.traveling-For-eye-sec{
	margin-top: 75px;
	margin-bottom: 125px;
}
.traveling-For-eye-wrapper{
	max-width: 1332px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
}
.traveling-For-eye-wrapper .d-row{
	align-items: center;
}
.traveling-For-eye-img img{
	width: 100%;
	filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.25));
}
.traveling-For-eye-img{
	padding-right: 32px;
}
.traveling-For-eye-content h2{
	color: #333;
	font-size: 34px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 15px;
}
.traveling-For-eye-content li,
.traveling-For-eye-content p{
	color: #333;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px; 
}
.things-to-do-sec{
	position: relative;
	padding: 71px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
}
.things-to-do-sec::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}
.things-to-do-wrap{
	max-width: 1005px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	position: relative;
	z-index: 1;
}
.things-to-do-wrap h2{
	color: #FFF;
	font-size: 34px;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: normal;
}
.things-to-do-wrap li,
.things-to-do-wrap p{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px; 
	margin-bottom: 15px;
}
.traveling-For-eye-content li::marker,
.things-to-do-wrap li::marker{
	font-size: 10px;
}
.traveling-For-eye-content ul,
.things-to-do-wrap ul{
	margin: 0;
	padding: 0 0 0 24px;
}
.things-to-do-wrap p:last-child{
	margin-bottom: 0;
}
.traveling-For-eye-sec.reverse .traveling-For-eye-img{
	padding-left: 0;
	padding-right: 32px;
}
.travel-logo-sec{
	margin-top: 128px;
	margin-bottom: 132px;
	overflow-x: clip;
}
.travel-logo-sec .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
	display: flex;
	align-items: center;
}
.travel-logo-sec .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}
@media(min-width:1024px){
	.travel-logo-sec .swiper-wrapper{
		justify-content: center;
	}
}
@media(max-width:991px){
	.travel-logo-sec,
	.traveling-For-eye-sec {
		margin-top: 59px;
		margin-bottom: 59px;
	}
	.things-to-do-wrap,
	.traveling-For-eye-wrapper {
		max-width: 720px;
	}
	.things-to-do-wrap h2,
	.traveling-For-eye-content h2 {
		font-size: 28px;
		margin: 0 0 10px;
	}
	.things-to-do-sec {
		padding: 50px 0;
	}
	.things-to-do-wrap ul{
		margin-bottom: 29px;
	}
	.traveling-For-eye-sec.reverse .traveling-For-eye-img,
	.traveling-For-eye-img{
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 29px;
	}
	.traveling-For-eye-sec.reverse .d-row {
		flex-direction: column-reverse;
	}
}
@media(max-width:767px){
	.travel-logo-sec .swiper-wrapper .swiper-slide{
		padding: 0px 25px;
	}
	.things-to-do-wrap,
	.traveling-For-eye-wrapper{
		padding: 0px 20px;
	}
}
@media(max-width:575px){
	.each-travel-logo{
		width: 70%;
	}
}
.financing-counting-sec .compare-card .col-text {
	text-align: left !important;
	background-size: contain;
	background-repeat: no-repeat;
	height: 390px;
	justify-content: flex-start;
	padding: 50px;
}
.financing-counting-sec .compare-card {
	padding: 0px 0px;
}
.compare-card .col-text {
	text-align:left !important;
}
.pricing-wrapper {
	border-left: 3px solid #F94D0E;
	border-radius: 0;
	padding-left: 20px;
}
.pricing-wrapper .price .financing-counting {padding: 0;}
.compare-card {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	max-width: 940px;
	width: 100%;
	padding: 0px 40px;
}
.financing-area {
	position: relative;
}
.financing-area:after {
	position: absolute;
	content: '';
	width: 70%;
	height: 100%;
	background-color: #E9E6E6;
	left: 0px;
	top: 0px;
	border-right: 3px solid #F94D0E;
	z-index: -1;
}
.finance-content {
	padding-right: 80px;
}
.finance-content p {
	margin-bottom: 20px;
}
.finance-content p em {
	padding-bottom: 30px !important;
	display: block;
}
@media(max-width:991px){
	.compare-card .label {
		color: #333333;
		font-size: 20px;
	}
	.financing-counting-sec .compare-card .col-text {
		padding: 35px;
	}
	.financing-counting-sec .compare-card .col-text {
		background-size: 89%;
		padding: 50px;
		background-position: 30% bottom;
		height: 340px;
	}
	.financing-area:after {
		width: 100%;
		height: 85%;
		border-bottom: 3px solid #F94D0E;
	}
	.finance-content a.common-button {
		padding: 20px 20px;
		font-size: 19px;
		text-align: center;
		display: block;
	}
	.finance-content {
		padding: 0 26px;
		text-align: left !important;
		padding-left: 15px;
	}
	.financing-area:after {
		border-right: none;
	}
	.financing-area {
		padding: 45px 0;
	}
}