@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'HelveticaNeueLTProLtCn';
	font-size: 20px;
	line-height: 28px;
	background-color: #fff;
	color: #757881;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #243F88;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #243F88;
}

/* Common Style Start */
.banner-title {
	font-family: 'HelveticaNeueLTProCn';
	font-size: 80px;
	line-height: 84px;
	color: #fff;
}

.banner-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
} 

.small-title {
	font-family: 'HelveticaNeueLTProLtCn';
	font-size: 42px;
	line-height: 46px;
	color: #fff;
}

.small-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.sub-title {
	font-family: 'HelveticaNeueLTProLtCn';
	font-size: 18px;
	line-height: 24px;
	color: #757881;
}

.sub-title b {
	position: relative;
	font-weight: normal;
	padding: 0 7px 0 0;
}

.sub-title b::after {
	content: "";
	background-color: #757881;
	width: 1px;
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 2px;
}

.sub-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.block-title {
	/* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 48px;
	line-height: 50px;
	color: #757881;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.blog-title {
	font-family: 'HelveticaNeueLTProBdCn';
	/* font-family: 'HelveticaNeueLTProBd'; */
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}

.blog-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.blog-title a:hover {
	color: #BCBDBD;
}

.blog-sub-title {
	font-family: 'HelveticaNeueLTProLtCn';
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.blog-sub-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.inner-bnr-title {
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}

.inner-bnr-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.bg-948A8B {
	background-color: #948A8B;
}

.bg-BCBDBD {
	background-color: rgba(188, 189, 189, 0.5);
}

.text-fff {
	color: #fff;
}

.blue-gradient {
	background : -moz-linear-gradient(50% 139.54% 90deg,rgba(33, 33, 55, 1) 0%,rgba(34, 46, 91, 1) 47.52%,rgba(36, 63, 136, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	background : linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
}

.black-gradient {
	position: relative;
	z-index: 9;
}

.black-gradient::after {
	content: "";
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	z-index: 2;
}

.text-fff {
	color: #fff;
}

.text-243F88 {
	color: #243F88;
}

.btn {
	/* font-family: 'HelveticaNeueLTProBdCn'; */
	font-family: 'HelveticaNeueLTProCn';
	font-size: 20px;
	line-height: 22px;
	text-transform: capitalize;
}

.btn-grey-border {
	padding: 5px 20px;
	color: #757881;
	border: 1px solid #757881;
}

.btn-grey-border:hover {
	background-color: #757881 !important;
	color: #fff !important;
}

.btn-white-border {
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #fff;
}

.btn-white-border:hover {
	background-color: #fff !important;
	color: #243f88 !important;
}

.btn-read-more {
	font-family: 'HelveticaNeueLTProLtCn';
	line-height: 30px;
	letter-spacing: -0.06px;
	color: #fff;
	text-transform: capitalize;
	border: none;
	padding: 0;
	position: absolute;
	bottom: 24px;
	left: 26px;
}

.btn-read-more:hover,
.btn-read-more:focus,
.btn-read-more:active {
	color: #BCBDBD;
}

.btn-yellow {
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 34px;
	line-height: 36px;
	color: #243F88;
	border: 1px solid #F5B548;
	background-color: #F5B548;
	padding: 15px 64px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	border-color: #F5B548 !important;
	background-color: transparent !important;
	color: #F5B548 !important;
}

.btn-blue {
	background-color: #243F88;
	font-size: 34px;
	line-height: 38px;
	color: #fff;
	padding: 14px 48px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background-color: #BCBDBD;
	color: #243F88;
}

/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(33, 33, 55, 1) 0%,rgba(34, 39, 72, 1) 18.46%,rgba(35, 56, 118, 1) 72.75%,rgba(36, 63, 136, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 39, 72, 1) 18.46%, rgba(35, 56, 118, 1) 72.75%, rgba(36, 63, 136, 1) 100%);
	background : linear-gradient(90deg, rgba(33, 33, 55, 1) 0%, rgba(34, 39, 72, 1) 18.46%, rgba(35, 56, 118, 1) 72.75%, rgba(36, 63, 136, 1) 100%);
	padding: 15px 0;
	position: relative;
	z-index: 99;
}

.header::after {
	content: "";
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 80px;
	z-index: -1;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
	max-width: 206px;
	width: 100%;
}

.header .navbar {
	padding: 0;
	margin: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 11px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
} 

.header .navbar-nav .nav-item .nav-link {
	font-family: 'HelveticaNeueLTProCn';
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 0;
	position: relative;
	letter-spacing : 0.48px;
}

.header .navbar-nav .nav-item .nav-link::after {
	content: "";
	width: 0;
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -28px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .nav-item .nav-link span {
	text-transform: uppercase;
}

.header .navbar-nav .nav-item .nav-link:hover::after,
.header .navbar-nav .nav-item .nav-link:focus::after,
.header .navbar-nav .nav-item .nav-link.active::after {
	width: 100%;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/
.banner-slider {
	opacity: 0;
}

.banner-slider.slick-initialized {
	opacity: 1;
}

.banner-item {
	position: relative;
}

.banner-item::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	/* z-index: -1; */
}

.banner-slider .banner-item {
	position: relative;
}

.banner-item .banner-section {
	position: absolute;
	top: 50%;
	left: 170px;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-slider .banner-item img {
	width: 100%;
	height: 750px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.banner-slider .slick-dots {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 110px;
}

.banner-slider .slick-dots li {
	list-style-type: none;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner-slider .slick-dots li::after {
	content: "";
	border: 2px solid #fff;
	width: 23px;
	height: 23px;
	position: absolute;
	left: -5px;
	right: 0;
	top: -5px;
	bottom: 0;
	opacity: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner-slider .slick-dots li.slick-active::after {
	opacity: 1;
}

.banner-slider .slick-dots li:first-child {
	padding-left: 0;
}

.banner-slider .slick-dots li:last-child {
	padding-right: 0;
}

.banner-slider .slick-dots li button {
	display: none;
}

.appointment-right .time-block p {
	/* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 20px;
	line-height: 24px;
	padding: 20px 20px 20px 60px;
	color: #fff;
	box-shadow: none;
	position: relative;
	margin: 0;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.appointment-right .form-group {
	position: relative;
}

.appointment-right .time-block p::before {
	content: "";
	background-image: url("../images/watch-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.appointment-right {
	display: flex;
	align-items: center;
}

.appointment-right .appointment-btn .btn {
	/* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 20px;
	line-height: 24px;
	padding: 20px 20px 20px 70px;
	color: #fff;
	position: relative;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.appointment-right .appointment-btn .btn:hover,
.appointment-right .appointment-btn .btn:focus,
.appointment-right .appointment-btn .btn:active {
	background-color: #fff;
	color: #948A8B;
}

.appointment-right .appointment-btn {
	margin-left: 28px;
}

.appointment-right .appointment-btn .btn::before {
	content: "";
	background-image: url("../images/date-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.appointment-right .appointment-btn .btn:hover::before,
.appointment-right .appointment-btn .btn:focus::before,
.appointment-right .appointment-btn .btn:active::before {
	background-image: url("../images/date-icon-grey.svg");
} 

.appintment-wrp {
	padding: 30px 0;
}

.eye-care-wrp .service-img {
	text-align: right;
}

.service-content .detail {
	margin: 0 0 33px;
}

.service-content .detail b {
	/* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
	display: block;
	padding: 0 0 5px;	
}

.service-content .detail p {
	margin: 0;
}

.services-section .service-content {
	max-width: 570px;
}

.service-content .block-title {
	margin: 0 0 27px;
}

.eye-care-wrp {
	padding: 78px 0;
	position: relative;
}

.glasses-img {
	position: absolute;
	right: 46px;
	top: 78px;
	width: 460px;
	z-index: -1;
}

.products-section .service-content {
	background : -moz-linear-gradient(50% 114.94% 90deg,rgba(33, 33, 55, 1) 0%,rgba(34, 46, 91, 1) 47.52%,rgba(36, 63, 136, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	background : linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 100px 125px;
}

.products-section .service-content .sub-title {
	color: #fff;
}

.products-section .service-content .sub-title b::after {
	background-color: #fff;	
}

.products-section .service-content .block-title {
	color: #fff;
}

.products-section .service-content .detail p {
	color: #fff;
}

.products-img {
	height: 100%;
}

.products-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.logo-slider {
	opacity: 0;
	padding: 45px 90px 45px 110px;
}

.logo-slider.slick-initialized {
	opacity: 1;
}

.logo-slider .slick-track {
	display: flex;
	align-items: center;
}

.logo-slider .logo-items {
	margin: 0 50px;
}

.logo-slider .logo-items a {
	display: block;
}

.eye-expert-img {
	text-align: center;	
}

.eye-expert-img img {
	width: 450px;
	height: 509px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.eye-expert-section {
	padding: 82px 100px 82px 110px;
	position: relative;
}

.eye-expert-section::before {
	content: "";
	background : -moz-linear-gradient(50% -59.29% -90deg,rgba(35, 31, 32, 1) 0%,rgba(71, 67, 68, 0.81) 18.58%,rgba(161, 159, 160, 0.4) 59.55%,rgba(255, 255, 255, 0) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(35, 31, 32, 1) 0%, rgba(71, 67, 68, 0.81) 18.58%, rgba(161, 159, 160, 0.4) 59.55%, rgba(255, 255, 255, 0) 100%);
	background : linear-gradient(180deg, rgba(35, 31, 32, 1) 0%, rgba(71, 67, 68, 0.81) 18.58%, rgba(161, 159, 160, 0.4) 59.55%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	right: 0;
	top: -20px;
	left: 0;
	height: 82px;
	z-index: -1;
}

.eye-expert-section .row {
	margin: 0 -35px;
}

.eye-expert-section .row>* {
	padding: 0 35px;
}

.expert-content .block-title {
	margin: 0 0 35px;
}

.expert-content .detail {
	margin: 0 0 33px;
}

.expert-content .detail p {
	margin: 0;	
}

.blog-wrp {
	padding: 71px 0 48px;
}

.blog-main-title .block-title {
	margin: 0 0 35px;
}

.blog-main-title .detail {
	max-width: 680px;
	margin: 0 auto;
}

.blog-main-title .detail p {
	margin: 0;
}

.blog-main-title {
	margin: 0 0 30px;
}

.blog-slider {
	opacity: 0;
}

.blog-slider.slick-initialized {
	opacity: 1;
}

.blog-slider .blog-items {
	margin: 0 27px;
	height: auto !important;
}

.blog-slider .slick-track {
	display: flex !important;
}

.blog-section {
	margin: 0 106px;
	position: relative;
}

.blog-section::before {
	content: "";
	background-image: url("../images/glasses-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 460px;
	height: 184px;
	position: absolute;
	left: -374px;
	top: 175px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.blog-items .blog-img a {
	display: block;
}

.blog-items .blog-img img {
	width: 100%;
	height: 235px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.blog-items .blog-detail {
	padding: 30px 26px 54px;
	margin: -47px 20px 0;
	position: relative;
	height: calc(100% - 189px);
}

.blog-items .blog-sub-title {
	margin: 0 0 6px;
}

.blog-items .blog-title {
	margin: 0 0 30px;
	max-width: 260px;
}

.blog-slider .slick-dots {
	padding: 0;
	margin: 37px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-slider .slick-dots li {
	width: 22px;
	height: 22px;
	margin: 0 6px;
	position: relative;
	cursor: pointer;
	border: 2px solid #666699;
	list-style-type: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}	

.blog-slider .slick-dots li::before {
	content: "";
	background-color: #243F88;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.blog-slider .slick-dots li.slick-active::before {
	opacity: 1;
}

.blog-slider .slick-dots li:first-child {
	margin-left: 0;
}

.blog-slider .slick-dots li:last-child {
	margin-right: 0;
}

.blog-slider .slick-dots li button {
	display: none;
}

.tetstimonial-title .sub-title,
.tetstimonial-title .block-title {
	color: #fff;
}

.tetstimonial-title .sub-title b::after {
	background-color: #fff;
}

.tetstimonial-title {
	max-width: 400px;
	margin: 0 auto 36px;
}

.testimonial-slider {
	opacity: 0;
}

.testimonial-slider.slick-initialized {
	opacity: 1;
}

.testimonial-slider .slick-arrow {
	background-color: transparent;
	border: none;
	padding: 0;
	width: 24px;
	position: absolute;
	z-index: 9;
	top: 36%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.testimonial-slider .slick-arrow:hover svg .cls-1 {
	stroke: #243F88;
}

.testimonial-slider .slick-prev {
	left: 0;
}

.testimonial-slider .slick-next {
	right: 0;
}

.testimonial-slider .testimonial-content {
	max-width: 500px;
	margin: 0 auto;
}

.testimonial-slider .testimonial-items .detail b {
	font-family: 'HelveticaNeueLTProBdCnO';
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 30px;
	letter-spacing : -0.07px;
}

.testimonial-slider .testimonial-items .detail p,
.testimonial-slider .testimonial-items .detail span {
	font-family: 'HelveticaNeueLTProLtCnO';
	font-size: 20px;
	line-height: 35px;
	letter-spacing : -0.06px;
	color: #fff;
	margin: 0;
}

.testimonial-slider .testimonial-items .detail span {
	display: block;
	padding: 7px 0 0;
}

.testimonial-section {
	padding: 62px 135px 74px;
}

.testimonial-section .learn-more-btn {
	padding: 46px 0 0;
}
/*========== Home Page End ==========*/

/*========== Eye Experience Page Start ==========*/
.inner-bnr-section {
	position: relative;
	z-index: 9;
}

.inner-bnr-section .sub-title {
	color: #fff;
	margin: 0 0 40px;
}

.inner-bnr-section .sub-title b::after {
	background-color: #fff;
}

.inner-bnr-wrp {
	padding: 105px 0 70px;
}

.product-review-section {
	padding: 55px 0 74px;
}

.product-review-content > img {
	width: 100%;
	height: 297px;
	object-fit: cover;
	margin: 0 0 33px;
}

.product-review-content .block-title {
	margin: 0 0 30px;
}

.product-review-content .detail p {
	margin: 0;
}

.review-contact {
    background-color: #243F88;
    padding: 21px 24px 13px 24px;
}

.review-contact.care-list ul li .nav-link.active::after {
	width: 100%;
}

.review-contact .detail {
	color: #fff;
}

.review-contact .block-title {
	color: #F5B548;
	margin: 0 0 20px;
}

.review-contact .form-group textarea {
	width: 100%;
	resize: none;
}

.review-contact .form-group {
	margin-bottom: 18px;
}

.review-contact .form-group .form-control {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.06px;
	color: #757880;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #757880;
	box-shadow: none;
}

.product-review-section .row {
	margin: 0 -27px;
}

.product-review-section .row>* {
	padding: 0 27px;
}

.review-contact .form-btn {
	text-align: center;
	margin-bottom: 0;
}

.multi-colors-bg {
	background-color: #948A8B;
	/* background-color: #243F88; */
	position: relative;
	z-index: 9;
}

.multi-colors-bg.inner-product {
	background-color: #948A8B;
}

.multi-colors-bg::before {
	content: "";
	background-color: #243F88;
	width: 41%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.all-reviews-block {
	padding: 78px 79px 73px 123px;
	border: 5px solid #F5B548;
	margin: 0 0 93px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.reviews-left {
	text-align: right;
	margin: 0 48px 0 0;
}

.reviews-left .block-title {
	font-family: 'HelveticaNeueLTProHvCn';
	letter-spacing : -0.14px;
	margin: 0 0 47px;
	color : #F5B548;
}

.reviews-left .blog-title {
	font-family: 'HelveticaNeueLTProHvCn';
	letter-spacing : -0.06px;
}

.review-right {
	padding: 0 0 0 98px;
}

.review-right .detail {
	color: #fff;
	position: relative;
}

.review-right .detail::before {
	content: "";
	background-image: url("../images/top-quote.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -62px;
	top: -30px;
}

.review-right .detail::after {
	content: "";
	background-image: url("../images/bottom-quote.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -52px;
	bottom: -30px;
}

.review-right .detail p {
	margin: 0;
}

.all-reviews-wrp {
	padding: 145px 0 0;
}

.review-read-more {
	text-align: center;
	padding: 60px 0 50px;
}

.review-read-more .btn {
	font-family: 'HelveticaNeueLTProLtCn';
	font-size: 42px;
	line-height: 48px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0;
	position: relative;
	z-index: 9;
}

.review-read-more .btn:hover {
	color: rgba(255, 255, 255, 1);
}
/*========== Eye Experience Page End ==========*/


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*========service inner start========*/

.services-inner-left {
    padding: 140px 144px 140px 330px;
    background-color: #948A8B;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.services-inner-left .block-title {
	max-width: 370px;
    width: 100%;
}

.services-inner-right {
	height: 100%;
}

.services-inner-right img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.services-inner-left .detail strong {
	/* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
	padding: 0 0 5px;
}

.services-inner-left .detail p {
	padding-top: 40px;
	margin: 0;
}

.services-inner-wrp .services-inner-left .services-inner-detail .sub-title b::after {
	background-color: #fff;
}
/*========service inner end========*/

/*===our eyecare start===*/

.our-eyecare-main {
	padding: 62px 0 83px 0;
	margin: 0 80px 83px 80px;
}

.our-eyecare-wrp {
	position: relative;
}

.our-eyecare-wrp::after {
	content: "";
	opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -83px;
    height: 80px;
    background: rgb(255,255,255);
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(161,159,160,1) 100%); */
	background : -moz-linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(161,159,160,1) 120%);
	background : -webkit-linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(161,159,160,1) 120%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(161,159,160,1) 120%);
}

.our-eye-car-top .block-title {
	display: inline-block;
	border-bottom: 2px solid #757881;
}

.our-eye-car-top .detail p {
	margin: 0;
}

.our-eye-car-top .detail {
	padding: 25px 0 63px 0;
}

.our-eyecare-bottom-wrp .our-eyecare-block a {
	display: block;
}

.our-eyecare-bottom-wrp .our-eyecare-block img {
	width: 100%;
    height: 305px;
    object-fit: cover;
}

.our-eyecare-block .our-eyecare-bottom {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
}

.our-eyecare-block .our-eyecare-bottom .block-title {
	color: #fff;
}

.our-eyecare-block .our-eyecare-bottom .block-title b {
	font-size: 32px;
	line-height: 23px;
	display: block;
	text-transform: capitalize;
}

.our-eyecare-block .our-eyecare-bottom p {
	margin: 0;
}

.our-eyecare-block .our-eyecare-bottom a {
	/* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.our-eyecare-block .our-eyecare-bottom a:hover {
	color: #bcbdbd;
}

.our-eyecare-block {
	background : -moz-linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 17.52%, rgba(36, 63, 136, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 17.52%, rgba(36, 63, 136, 1) 100%);
	background: linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 17.52%, rgba(36, 63, 136, 1) 100%);	
	display: block;
	text-decoration: none;
	height: 100%;
}

.our-eyecare-block .our-bottom-part {
    padding: 25px 25px 48px 25px;
    position: relative;
    height: calc(100% - 305px);
}

.our-eyecare-block .our-bottom-part .btn-white-border {
    position: absolute;
    bottom: 23px;
    left: 25px;
}

.our-eyecare-block .btn-white-border {
	background-color: #243F88;
}

.our-eyecare-bottom-wrp .row {
	margin: 0 -10px;
}

.our-eyecare-bottom-wrp .row > * {
	padding: 0 10px;
}

/*===our eyecare end===*/

/*====appointment start====*/

.appointment-banner-wrp {
	position: relative;
    /* background-color: #fff;*/
    z-index: 1;
	/* margin: 83px 0 0 0; */
}

.appointment-banner-main .small-title {
	color: #757881;
    max-width: 800px;
	width: 100%;
    padding-right: 230px;
}

.appointment-banner-main {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.appointment-banner-btn .btn-white-border {
	border: none;
	background-color: #243F88;
	padding: 15px 49px 19px 49px;
	font-size: 34px;
	line-height: 34px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.appointment-banner-btn .btn-white-border:hover {
	background-color: #948A8B !important;
	color: #fff !important;
}

/*=====appointment end=====*/

/*======footer start=======*/

.footer ul li a:hover {
	color: #948A8B;
}

.footer-logo a {
	display: block;
}

.footer-main {
	background : -moz-linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	background: linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	position: relative;
}

.footer-top {
	padding: 92px 122px 94px 122px ;
	border-bottom: 0.75px solid #fff;
}

.footer-main::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background : -moz-linear-gradient(-180deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 0) 100%);
	background : -webkit-linear-gradient(-180deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 0) 100%);
	background: linear-gradient(-180deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 0) 100%);
	width: 100%;
	height: 80px;
}

.footer-sub-menu ul li a,
.footer-sub-menu ul li,
.footer-title h4 {
	font-size: 20px;
	line-height: 22px;
	/* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
	color: #fff;
	margin: 0;
}

.footer-inner .footer-sub-menu ul li a.active {
	color: #948A8B;
}

.footer-sub-menu ul li {
	margin-bottom: 5px;
}

.footer .footer-title {
	margin-bottom: 10px;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li a,
.footer-menu ul li {
	list-style: none;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

.footer-social ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.footer-social ul li {
	list-style: none;
	margin-right: 16px;
}

.footer-social ul li a {
	display: block;
}

.footer-social ul li a:hover img {
	opacity: 0.8;
}

.footer-social ul li a img {
	color: #fff;
	width: 30px;
	height: 30px;
}

.footer-bottom {
	padding: 20px 162px 20px 102px;
}

.footer-bottom .inner a,
.footer-bottom .inner p {
	display: block;
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
}

.footer-bottom .bottom-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-bottom .inner a {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

.footer-bottom .social-inner a {
	margin: 0 -80px 0 0;
}

.footer-bottom .inner a:hover {
	color: #948A8B;
}

.footer-logo img {
	width: 135px;
}

.footer-logo span {
    display: inline-block;
    /* font-family: 'HelveticaNeueLTPro77BoldCondensed'; */
	font-family: 'HelveticaNeueLTProBdCn';
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: -40px;
    transform: translate(-60%, -10%);
    bottom: 0;
    -webkit-transform: translate(-60%, -10%);
    -moz-transform: translate(-60%, -10%);
    -ms-transform: translate(-60%, -10%);
    -o-transform: translate(-60%, -10%);
}

.footer-logo {
	position: relative;
	display: inline-block;
}

/*=======footer end==========*/

/*======contanct page start======*/

.contact-form-wrp {
	background : rgba(172, 173, 173,0.5);
	/* background : rgba(172, 173, 173, 1);
	opacity : 0.5; */
}

.contact-banner-wrp {
	background-image: url("../images/visiting-oculist-2021-09-24-03-24-18-utc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top;
    min-height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-attachment: fixed; */
	position: relative;
}

.contact-banner-block {
    position: absolute;
    z-index: 1;
    top: 37%;
	left: 0;
	right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.contact-banner-wrp::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 828px;
	height: 100%;
	background : -moz-linear-gradient(90deg, rgba(231, 233, 233, 1) 10.68%, rgba(249, 249, 249, 0.24) 78.97%, rgba(255, 255, 255, 0) 100%);
	background : -webkit-linear-gradient(90deg, rgba(231, 233, 233, 1) 10.68%, rgba(249, 249, 249, 0.24) 78.97%, rgba(255, 255, 255, 0) 100%);
	background : linear-gradient(90deg, rgba(231, 233, 233, 1) 10.68%, rgba(249, 249, 249, 0.24) 78.97%, rgba(255, 255, 255, 0) 100%);
}

.contact-form-main {
	padding: 104px 0 168px 0;
}

.contact-banner-main  .block-title {
	padding: 0 0 20px 0;
}

.contact-banner-main .detail {
	padding: 0 30px 0 0;
}

.contact-form-main .form-inner {
	margin: 0 37px;
}

.contact-form-main .form-inner .form-group .form-label {
	margin: 0;
	font-family: 'HelveticaNeueLTProLtCn';
	font-size : 20px;
	line-height : 30px;
	letter-spacing : -0.06px;
	color : #757880;
	width: 100%;
}

.contact-form-main .form-inner .form-group {
	margin-bottom: 37px;
}

.form-inner .form-group .form-select,
.form-inner .form-group .form-control {
	border: 1px solid #757880;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 12px 14px;
	font-size: 20px;
	line-height: 22px;
	color: rgb(117, 120, 128);
}

.form-inner .form-group .form-select:focus {
	box-shadow: none;
}

.form-label-select {
	position: relative;
	display: block;
}

.form-label-select::after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	top: 34px;
	right: 10px;
	color: #fff;
	background-color: rgba(142, 132, 133,0.5);
	opacity: 0.5;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	z-index: 1;
}

.form-group .form-select {
	--bs-form-select-bg-img: unset;
}

.form-inner .form-group .form-select {
	color: rgba(117, 120, 128,0.3);
}

.form-inner .form-group .form-control::placeholder {
	font-size: 20px;
	line-height: 22px;
	color: rgba(117, 120, 128,0.3) !important;
}

.form-inner .form-group .form-control:focus {
	box-shadow: none;
}

/* .form-inner .form-group .wpcf7-validates-as-date  */

.form-sub-inner .form-group input[type="date"]::-webkit-calendar-picker-indicator,
.form-sub-inner .form-group input[type="date"]::-moz-calendar-picker-indicator,
.form-sub-inner .form-group input[type="date"]::-ms-calendar-picker-indicator {
	background: none !important;
	/* opacity: 0; */
	display: none !important;
	/* visibility: hidden; */
	/* background-color: red; */
}

.form-sub-inner .form-group input[type="date" i]::-webkit-calendar-picker-indicator {
	background-image: none;
}

.form-sub-inner .form-group .form-label-date,
.form-sub-inner .form-group .form-label-time {
	position: relative;
}

.form-sub-inner .form-group .form-label-date::after {
	background-image: url("../images/datepicker.svg");
}

.form-sub-inner .form-group .form-label-time::after {
	background-image: url("../images/time-picker.svg");
}

.form-sub-inner .form-group .form-label-date::after,
.form-sub-inner .form-group .form-label-time::after {
	content: "";
	background-size: 100% 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    top: 41px;
    right: 16px;
    width: 25px;
    height: 27px;
    background-repeat: no-repeat;
    pointer-events: none;
	z-index: 2;
}

.form-sub-inner .form-group .form-label-date::before,
.form-sub-inner .form-group .form-label-time::before {
	content: "";
	background-color: rgba(142, 132, 133,0.5);
	opacity: 0.5;
	border-radius: 5px;
	position: absolute;
	top: 35px;
	right: 8px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	pointer-events: none;
	z-index: 1;
}

.form-sub-inner .form-group .wpcf7-form-control {
	border: 1px solid #757880;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 13px 14px;
	font-size: 20px;
	line-height: 22px;
	color: rgb(117, 120, 128);
	width: 100%;
}

.form-sub-inner .form-group input::-webkit-datetime-edit {
	color: rgba(117, 120, 128,0.3);
}

.form-sub-inner .form-group {
	display: flex;
	flex-direction: column;
}

.form-group .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.wpcf7-list-item-label {
	padding-left: 10px;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.wpcf7-list-item label {
	position: relative;
	padding: 0 0 5px 20px;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
	content: " ";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 14px;
	height: 14px;
	background-color: #243F88;
	opacity: 0;
	z-index: 1;
}

.wpcf7-list-item .wpcf7-list-item-label::after {
	content: " ";
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid rgba(117, 120, 128, 1);;
}

.wpcf7-list-item input[type="checkbox"]:checked +  .wpcf7-list-item-label::before {
	opacity: 1;
}


.wpcf7-list-item label input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked span::before {
	opacity: 1;
}

.form-group .btn-white-border {
	border: none;
	background-color: #243F88;
	font-size: 34px;
	line-height: 36px;
	padding: 16px 48px;
	margin-top: 40px;
}

/*======contanct page end======*/

/*eye ask start*/

.ask-detail-main-sec {
	padding: 0 0 292px 0;
}

.ask-list .nav-tabs {
	border: none;
}

.ask-detail-wrp.multi-colors-bg::before {
	z-index: 1;
	width: 32%;
}

.ask-list ul li .nav-link {
	background-color: transparent !important;
	border: none  !important;
	font-size: 40px;
	line-height: 42px;
	color: #fff !important;
	border-color: transparent !important;
	padding: 0;
	margin: 10px 20px;
	padding-bottom: 15px;
}

.ask-list ul li .nav-link:hover {
	color: #F5B548 !important;
}

.ask-list ul li .nav-link {
	position: relative;
	font-family: 'HelveticaNeueLTProCn';
    font-weight: 500;
}

.ask-list ul li .nav-link.active::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 213px; 
	border-bottom: 5px solid #F5B548 !important;
}

.ask-list ul li .nav-link.active {
	color: #F5B548 !important;
	/* border-bottom: 5px solid #F5B548 !important; */
	/* font-weight: 600; */
	padding-bottom: 15px;
    margin-bottom: 12px;
}

.ask-list ul li.care-list .nav-link.active::after {
	display: none;
}

.ask-list.care-list ul li .nav-link.active {
	font-family: 'HelveticaNeueLTProBdCn';
	padding-bottom: 19px;
	margin-bottom: 12px;
	/* border-bottom: 5px solid #F5B548 !important; */
}

.ask-detail-wrp {
	overflow: hidden;
}

.all-reviews-wrp.ask-detail-wrp {
	padding-top: 0;
}

.ask-detail-inner-top .banner-title {
	font-family: 'HelveticaNeueLTProHvCn';
	position: relative;
	padding: 70px 40px 56px 105px;
	color: #243F88;
	margin-left: -3px;
}

.ask-detail-inner-top .banner-title::after {
	content: "";
    position: absolute;
    top: 0;
    left: -26px;
    right: 0;
    width: 6000px;
    height: 100%;
    background-color: #F5B548;
    z-index: -1;
}

.ask-detail-bottom .ask-bottom-detail-info .block-title  {
	color: #F5B548;
	max-width: 800px;
	position: relative;
	padding: 84px 0 24px 106px;
	font-family: 'HelveticaNeueLTProHvCn';
}

.ask-detail-main-sec .ask-detail-inner:first-child .ask-detail-bottom .ask-bottom-detail-info .block-title {
	padding-top: 86px;
}

.ask-bottom-content {
	position: relative;
}

.ask-bottom-content .yellow-circle {
	background-color: #F5B548;
	width: 80px;
	height: 80px;
	position: absolute;
	right: -40px;
	top: -40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.ask-bottom-detail-info .ask-bottom-content .detail {
	padding: 26px 48px 0 106px;
	max-width: 880px;
	width: 100%;
}

.ask-bottom-content::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	left: -95px;
	border-bottom: 5px solid #F5B548;
	width: auto;
	height: 5px;
}

.ask-bottom-content::after {
	content: "?";
	position: absolute;
	top: -11px;
	right: -19px;
	/* background-color: #F5B548; */
	/* height: 80px;
	width: 80px; */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-family: 'HelveticaNeueLTProCn';
	font-size: 86px;
	font-weight: 900;
	color: #948A8B;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-review-wrp .ask-btn {
	margin-top: 68px;
}

.eye-care-ask-part {
	padding: 55px 0 167px;
}

.eye-care-ask-part .product-review-content .detail p {
    max-width: 735px;
}

/*eye ask end*/



/*eye product start*/

.eye-product-service-wrp .services-inner-left .block-title {
	max-width: 100%;
}

.eye-product-wrp {
	margin-bottom: 100px;
}

.eye-product-wrp.our-eyecare-wrp::after {
	bottom: -145px;
}

.eye-product-wrp.our-eyecare-wrp {
    margin-bottom: 150px;
}

.eye-product-main {
	margin: 0 137px;
}

.eye-product-main .row {
	margin: 0 -20px;
}

.eye-product-main .row > * {
	padding: 0 20px;
}

.eye-product-image {
	display: block;
	text-decoration: none;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	margin: 0 0 40px 0;
}

/* .eye-product-image:hover::before {
	opacity: 1;
	display: block;
} */

/* .eye-product-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	display: none;
	background: rgba(36, 63, 136,0.8);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	z-index: 1;
	pointer-events: none;
} */

.eye-product-image img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	object-position: bottom;
}

.eye-product-text {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	max-width: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.eye-product-text .title p {
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 34px;
	line-height: 36px;
	color: #fff;
	margin: 0;
}

.eye-product-wrp .our-eye-car-top {
	padding: 58px 0 96px 0;
}

.eye-product-hover-box {
	background: -moz-linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	background: linear-gradient(0deg, rgba(33, 33, 55, 1) 0%, rgba(34, 46, 91, 1) 47.52%, rgba(36, 63, 136, 1) 100%);
	display: none;
	position: absolute;
	/*top: 100%;
	*/top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	/*height: 400px;
	*/height: 100%;
	/*padding-top: 40px;
	*/padding-top: 16px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.eye-product-hover-box ul {
	margin: 0;
    padding: 0;
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.eye-product-hover-box ul li a,
.eye-product-hover-box ul li {
	list-style: none;
	text-align: center;
	font-size: 34px;
	line-height: 36px;
	color: #fff;
}

.eye-product-hover-box ul li {
	margin-bottom: 25px;
}

.eye-product-hover-box ul li a:hover {
	color: #F5B548;
}

.eye-product-image:hover .eye-product-hover-box {
	display: block;
}

.eye-product-image a {
	display: block;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

/*eye product end*/

/*service detail page start*/
.care-list ul li .nav-link {
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	margin: 5px 0;
	padding-bottom: 13px;
}

.eye-care-grey-block {
	background-color: #8E8485;
	padding: 34px 24px 50px 24px;
	margin: 50px 0 0 0;
}

.eye-care-grey-block span {
	display: block;
	color: #F5B548;
	font-family: 'HelveticaNeueLTProHvCn';
	/* padding: 40px 0 0 0; */
}

.product-review-section .eye-care-grey-block .detail:nth-child(2) {
	padding: 0 0 0 0;
}

.product-review-section .eye-care-grey-block .detail {
	padding: 40px 0 0 0;
}

.eye-care-grey-block .block-title {
	padding: 0 0 40px 0;
}

.eye-care-grey-block.eye-grey-block-space .block-title {
	padding: 0;
}

.eye-care-grey-block.eye-grey-block-space .detail span {
	padding: 40px 0 0 0;
}

.eye-care-grey-block .block-title,
.eye-care-grey-block p {
	color: #fff;
	margin: 0;
}

.eye-service-detail-block {
	/* display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 290px;
    margin: 0 0 0 auto; */
	/* max-width: 179px;
	margin: 0 172px 0 auto; */
}

.eye-service-detail-inner .eye-service-detail-block .banner-title {
    display: flex;
    flex-direction: column;
    font-family: 'HelveticaNeueLTProBdCn';
    font-size: 160px;
    line-height: 173px;
    color: #F5B548;
	max-width: 179px;
    margin: 0 192px 0 auto;
}

.eye-service-detail-inner .eye-service-detail-block .banner-title span {
    display: block;
    font-size: 254px;
}

.eye-service-detail-inner {
	padding: 0 0 114px 0;
}

.eye-service-detail-inner .eye-service-detail-block .detail {
	max-width: 210px;
    margin: 0 150px 0 auto;
	color: #fff;
}

.service-detail-main-top {
    position: relative;
    z-index: 9;
}

/* .service-detail-main-top::before {
	content: "";
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 9;
} */

.service-detail-bottom-left {
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 0 92px 0 0; */
}

.service-detail-bottom-left img {
	width: 279px;
	height: 279px;
	object-fit: cover;
}

.service-detail-main-bottom .eye-service-detail-inner:first-child {
	padding-top: 144px;
}

.service-detail-main-bottom .eye-service-detail-inner {
	padding-top: 100px;
} 

.service-detail-main-bottom .ask-bottom-detail-info .block-title {
	color: #F5B548;
    max-width: 800px;
    position: relative;
    padding: 0px 0 24px 42px;
}

.service-detail-main-bottom .ask-bottom-detail-info .ask-bottom-content .detail {
	padding: 2px 50px 0 42px;
}

.service-detail-main-bottom .ask-bottom-detail-info .ask-bottom-content .detail p {
	margin: 0;
	margin-top: 40px;
}

.service-detail-main-bottom .ask-bottom-content::before {
	z-index: -1;
	left: -125px;
}

.service-detail-main-bottom {
	background-color: #757881;
	position: relative;
}

.service-detail-care-main.multi-colors-bg::before {
	z-index: 2;
	width: 31.54%;
}

.service-detail-main-bottom .ask-detail-section {
	position: relative;
	z-index: 9;
	padding-bottom: 206px;
}

.service-sub-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
}

/* .service-sub-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px dashed #fff;
	width: 100%;
	height: 8px;
	color: #fff;
	letter-spacing: 6px;
} */

.service-sub-image img {
	width: 89px;
	height: 56px;
}

.service-sub-inner {
	display: flex;
	/* align-items: center; */
	padding-top: 55px;
	padding-left: 50px;
	position: relative;
	/* height: 100%;
	min-height: 210px; */
	height: 238px;
}

/* .service-sub-bottom-block .row [class*=col-]:first-child .service-sub-inner {
	padding-left: 50px;
} */

.service-sub-bottom-block .row:first-child [class*=col-]:first-child .service-sub-inner::before {
	margin-left: 52px;
	width: 96%;
}

/* .service-sub-bottom-block .service-sub-inner:nth-child(even)::before {
	border-right: 2px dotted #fff;
} */

/* .service-sub-bottom-block .row:nth-child(odd) [class*=col-]:last-child .service-sub-inner::before {
	border-top-right-radius: 20px;
} */

/* .service-sub-bottom-block .row:nth-child(odd) [class*=col-]:last-child .service-sub-inner::after {
	content: "";
	border: 5px dotted #fff;
	height: 100%;
	position: absolute;
	right: -38px;
	width: 100%;
	top: 100%;
	border-left: none;
	z-index: -1;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.service-sub-bottom-block .row:nth-child(even) [class*=col-]:first-child .service-sub-inner::after {
	content: "";
	border: 5px dotted #fff;
	height: 100%;
	position: absolute;
	left: -38px;
	width: 100%;
	top: 100%;
	border-right: none;
	z-index: -1;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
} */

/* .service-sub-bottom-block .row>*:nth-child(even) .service-sub-inner::after {
	content: "";
	position: absolute;
    top: 98px;
    left: 0;
    border-right: 5px dotted #fff;
    height: 100%;
} */

.service-sub-inner::before {
	content: "";
	position: absolute;
	top: 94px;
	left: 0;
	border-top: 6px dotted #fff;
	width: 107%;
	height: 100%;
	z-index: -1;
}

.service-sub-bottom-block .row:nth-child(odd) [class*=col-]:last-child .service-sub-inner::before {
	border-top-right-radius: 20px;
	top: 92px;
}

.service-sub-bottom-block .row:nth-child(odd) [class*=col-]:last-child .service-sub-inner::after {
    content: "";
    border: 6px dotted #fff;
    height: 100%;
    position: absolute;
    right: -34px;
    width: 100%;
    top: 90%;
    border-top: none;
    border-left: none;
    border-bottom: none;
    z-index: -1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
} 

.service-sub-bottom-block .row:nth-child(even) [class*=col-]:first-child .service-sub-inner::after {
	content: "";
    border: 6px dotted #fff;
    height: 100%;
    position: absolute;
    left: -3px;
    width: 100%;
    top: 90%;
    border-top: none;
    border-right: none;
    border-bottom: none;
    z-index: -1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
} 

.service-sub-bottom-block .row:nth-child(even) [class*=col-]:first-child .service-sub-inner::before {
	border-top-left-radius: 20px;
}

.service-sub-bottom-block .row:nth-child(odd) [class*=col-]:first-child .service-sub-inner::before {
    border-top: none;
    border-bottom: 6px dotted #fff;
    top: -140px;
    border-bottom-left-radius: 20px;
    width: 107%;
}

/* .service-sub-bottom-block .row:nth-child(even):last-child [class*=col-]:first-child .service-sub-inner::before {
	margin-left: 50px;
} */

.service-sub-bottom-block .row:nth-child(even) [class*=col-]:last-child .service-sub-inner::before {
	border-top: none;
    border-bottom: 6px dotted #fff;
    top: -138px;
    border-bottom-right-radius: 20px;
}

.service-sub-bottom-block .row:last-child [class*=col-]:first-child .service-sub-inner::after {
	display: none;
}

.service-sub-bottom-block .row {
	justify-content: flex-end;
}

.service-sub-bottom-block .row:nth-child(odd):last-child [class*=col-]:last-child .service-sub-inner::after {
	display: none;
}

.service-sub-bottom-block .row:nth-child(odd):last-child [class*=col-]:last-child .service-sub-inner::before {
	border-top-right-radius: 0;
}

.service-sub-bottom-block .row:nth-child(odd):last-child {
	justify-content: flex-start;
}

.service-sub-bottom-block .row:nth-child(even):last-child [class*=col-]:first-child .service-sub-inner::before {
	margin-left: 52px;
	width: 97%;
}

/* .service-sub-bottom-block .row>* {
	padding: 0;
} */

.service-sub-inner.left-bottom::after {
	content: "";
	position: absolute;
	top: 98px;
	left: 0;
	border-right: 5px dotted #fff;
	width: 108%;
	height: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.service-detail-care-main .service-sub-inner.left-bottom::after {
	display: none;
}

.service-sub-detail {
	max-width: 294px;
	width: 100%;
	margin-left: 20px;
}

.service-sub-detail .detail span {
	font-family: 'HelveticaNeueLTProHvCn';
    color: #F5B548;
    margin-bottom: 37px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
    margin-top: -30px;
}

.service-sub-detail .detail p {
	color: #fff;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

/*service detail page end*/

/*eye team page start*/

/* .team-service .services-inner-left {
	padding: 140px 92px 140px 210px;
} */

.team-service .services-inner-left .block-title {
	max-width: 355px;
}

.our-eye-team-main {
	padding: 170px 0 0 0;
}

.our-eye-team-top .nav-tabs {
	justify-content: center;
	border: none;
}

.our-eye-team-top .nav-tabs .nav-item.show .nav-link,.our-eye-team-top .nav-tabs .nav-link {
	padding: 10px 120px;
}

.our-eye-team-top .nav-tabs li.nav-item {
	max-width: 629px;
	width: 100%;
}

.our-eye-team-top .nav-tabs li {
	margin-right: 20px;
}

.our-eye-team-top .nav-tabs .nav-item .nav-link {
	background-color: #757880;
	font-family: 'HelveticaNeueLTProLtCn';
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	max-width: 629px;
	width: 100%;
	border: none;
}

.our-eye-team-top .nav-tabs .nav-item .nav-link.active {
	background-color: #243F88;
	color: #F5B548;
}

.our-team-inner-top {
	background-color: #243F88;
	position: relative;
	padding: 165px 0;
}

.our-team-inner-top .block-title {
	padding-bottom: 40px;
	color: #F5B548;
}

.our-team-inner-top .detail {
	color: #F5B548;
}

.our-team-inner-top .detail p {
	margin: 0;
}

.our-team-inner-top .info-section {
	max-width: 930px;
	margin: 0 auto;
}

.our-team-inner-top::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	height: 90px;
	width: 100%;
	background : -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	background : -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	z-index: 0;
}

.our-team-inner-top::after {
	content: "";
    position: absolute;
    bottom: -89px;
    right: 0;
    left: 0;
    height: 90px;
    width: 100%;
	background : -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
	background : -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    z-index: 2;
}

.our-team-inner-bottom {
	background-color: #8E8485;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 126px 0 130px 0;
}

.our-team-inner-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 230px;
	background : -moz-linear-gradient(90deg, rgba(255,255,255,0) 60%, rgba(35,31,32,0.7) 120%);
	background : -webkit-linear-gradient(90deg, rgba(255,255,255,0) 60%, rgba(35,31,32,0.7) 120%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 60%, rgba(35,31,32,0.7) 120%);
	width: 90px;
	height: 100%;
	z-index: -1;
}

.our-team-inner-bottom::after {
	content: "";
	position: absolute;
	top: 0;
	left: 320px;
	right: 0;
	background-color: #F5B548;
	width: 60000px;
	height: 100%;
	z-index: -1;
}

.our-team-bottom-block .our-team-sec .image img {
	position: absolute;
	top: 30px;
	max-height: 100%;
}

.our-team-bottom-block .our-team-sec .image {
	background-color: #fff;
    width: 352px;
    height: 352px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
	overflow: hidden;
}

.our-team-bottom-block .our-team-sec-detail .block-title {
	color: #243F88;
	font-size: 35px;
	line-height: 38px;
}

.our-team-bottom-block .our-team-sec-detail .detail span {
	color: #243F88;
	font-family: 'HelveticaNeueLTProBdCn';
	display: block;
	padding-bottom: 30px;
}

.our-team-bottom-block .our-team-sec-detail .detail p {
	color: #243F88;
	margin: 0;
}

.our-team-bottom-block {
	padding: 94px 0 68px 94px;
}

.our-team-sec-detail {
    margin: 0 -50px 0 70px;
}

.our-roadmap-inner-bottom.our-team-inner-bottom::after {
	left: 0;
}

.our-roadmap-inner-top.our-team-inner-top::after {
	display: none;
}

.our-team-inner-bottom.our-roadmap-inner-bottom::before  {
	display: none;
}

.roadmap-wrp {
	padding: 0 0 100px 0;
	margin: 0 0 0 50px;
}

.our-team-inner-bottom.our-roadmap-inner-bottom {
	padding: 0;
}

.roadmap-wrp .roadmap-block {
    padding: 80px 20px 80px 70px;
    position: relative;
}

.roadmap-wrp .roadmap-block::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -3px;
	width: 50px;
	height: 50px;
	background-color: #243F88;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.roadmap-wrp .roadmap-block::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -3px;
	width: 2px;
	height: 100%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border-left: 8px solid #243F88;
}

.roadmap-wrp .roadmap-block:last-child::after {
	height: 70%;
	top: 10%;
}

.roadmap-wrp .roadmap-block:first-child {
	padding-top: 210px;
}

.roadmap-wrp .roadmap-block:first-child::before {
	top: 65%;
}

.roadmap-block .detail {
    padding: 0 50px 0 30px;
}

.roadmap-block .banner-title {
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 70px;
	line-height: 72px;
	color: #243F88;
}

.roadmap-block .detail p {
	margin: 0;
	font-family: 'HelveticaNeueLTProCn';
	font-size : 20px;
	line-height : 30px;
	letter-spacing : -0.06px;
	color : #243F88;
}

.roadmap-block .roadmap-inner-part .image {
	margin: 0 50px 0 0;
}

.roadmap-block .roadmap-inner-part .image img {
	width: 100%;
}

.roadmap-block .roadmap-inner-part .detail {
	padding: 0 50px 0 0;
	margin: 0 0 0 -10px;
}

/*eye team page end*/

/*eye talk  page start*/

.eye-talk-product-review .form-btn {
    margin: 80px 25px 10px 25px;
}

.eye-talk-product-review .form-btn .btn-yellow {
	padding: 15px 44px
}

.eye-talk-product-review .review-contact .block-title {
	margin-right: 6px;
}

.eye-talk-wrp {
	padding: 110px 0 0;
	/* padding: 0 !important; */
	overflow: hidden;
}

.blog .eye-talk-wrp.multi-colors-bg::before {
	width: 39%;
}

.eye-talk-wrp.inner-product {
	padding: 0 !important;
}

.eye-talk-wrp .eye-talk-left {
	padding: 110px 0 118px;
}

.blog .eye-talk-wrp .eye-talk-left {
	padding: 0;
}

.blog .eye-talk-wrp .eye-talk-right {
	padding: 0;
}

.blog .all-reviews-wrp {
	padding: 30px 0 !important;
}

.eye-talk-wrp .eye-talk-left .block-title {
	color: #F5B548;
	font-family: 'HelveticaNeueLTProHvCn';
	line-height: 60px;
	letter-spacing : -0.14px;
}

.eye-talk-wrp .eye-talk-left .detail {
	color: #fff;
	padding: 0 0 28px 0;
}

.eye-talk-wrp .eye-talk-left .detail p {
	margin: 0;
}

/* .eye-talk-wrp .eye-talk-right {
	
} */

.eye-talk-wrp .eye-talk-right {
	position: relative;
	z-index: 9;
	padding: 110px 0 118px;
}

.eye-talk-wrp.inner-product .eye-talk-right:before {
	position: absolute;
	content: "";
	left: -123px;
	top: 0;
	bottom: 0;
	width: 60000px;
	height: 100%;
	/* background: #948A8B;
	z-index: -1; */
}

.eye-talk-wrp.inner-product .eye-talk-right:before {
	background: #948A8B;
	z-index: -1;
}

.eye-talk-detail .detail {
    color: #fff;
    padding: 0 10px 56px 108px;
}

.eye-talk-detail .detail p {
	margin: 0;
    padding-bottom: 30px;
    line-height: 30px;
    letter-spacing: -0.06px;
}

.eye-talk-inner-list .block-title {
	color: #F5B548;
	padding: 0 0 30px 0;
	font-family: 'HelveticaNeueLTProHvCn';
	letter-spacing : -0.14px;
}

.eye-talk-list {
	padding: 0 34px 0 108px;
}

.eye-talk-inner-list ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.eye-talk-inner-list ul li {
	list-style: decimal;
	color: #fff;
	padding: 0 0 12px 0;
	letter-spacing : -0.06px; 
}

.eye-talk-yellow-block {
    position: relative;
    padding: 42px 68px 42px 50px;
    margin: 74px 0 82px 0;
}

.eye-talk-yellow-block::after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60000px;
    height: 100%;
    background-color: #F5B548;
    left: -60px;
	z-index: -1;
}

.eye-talk-yellow-block .block-title {
	position: relative;
	color: #243F88;
	font-family: 'HelveticaNeueLTProHvCn';
	line-height : 60px;
	letter-spacing : -0.14px;
}

.eye-talk-yellow-block .block-title::before {
	content: "";
    background-image: url(../images/top-quote-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -62px;
    top: -20px;
}

.eye-talk-yellow-block .block-title::after {
	content: "";
    background-image: url(../images/bottom-quote-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.eye-talk-yellow-block .row {
	margin: 0 -30px;
}

.eye-talk-yellow-block .row > * {
	padding: 0 30px;
}

/* .eye-talk-yellow-block .eye-talk-yellow-right { padding: 0 40px 0 36px; } */

.eye-talk-yellow-right p {
	margin: 0;
    padding-bottom: 30px;
    line-height: 30px;
    letter-spacing: -0.06px;
    color: #243F88;
	font-family: 'HelveticaNeueLTProCn';
}

.eye-talk-yellow-block .eye-talk-yellow-right ul {
	padding: 0;
	margin: 0;
	padding: 0 40px 0 36px;
}

.eye-talk-yellow-block .eye-talk-yellow-right ul li {
	font-family: 'HelveticaNeueLTProCn';
	list-style: decimal;
	padding: 0 0 16px 0;
	color: #243F88;
	letter-spacing : -0.06px;
	line-height: 30px;
}

.eye-talk-info {
	margin: 0px 0 36px 0;
}

.eye-talk-info .detail {
	padding-right: 20px;
}

.eye-talk-info .detail p {
	padding-bottom: 26px;
}

.eye-talk-wrp .all-reviews-section {
	position: relative;
	/* padding: 0 0px 118px 0; */
}

.eye-talk-wrp .all-reviews-section.eye-talk-collab-sec {
	padding: 60px 0 0 0;
} 

.eye-talk-wrp .all-reviews-section::after {
	content: "";
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: -1;
}

.collab-image img {
	width: 254px;
	height: 254px;
	object-fit: cover;
}

.collab-image {
	position: relative;
	margin-bottom: 16px;
}

.eye-talk-collab-right .collab-image .detail {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	padding: 0;
    font-family: 'HelveticaNeueLTProHvCn';
    max-width: 140px;
    width: 100%;
	color: #fff;
}

.eye-talk-collab-right .collab-image .detail p {
	padding: 0;
	margin: 0;
}

.collab-inner {
	margin: 0 0 72px 0;
}

.eye-talk-collab-left .detail {
    padding: 0 44px 0px 108px;
}

.follow-section .ask-detail-bottom .ask-bottom-detail-info .block-title {
	padding-top: 0;
	font-family: 'HelveticaNeueLTProHvCn';
}

.follow-section .ask-bottom-content::before {
	z-index: -1;
	/* left: 38px; */
	/* left: -123px; */
	left: 0;
}

.follow-section .ask-bottom-content::after {
	content: "";
	content: "" counter(my-awesome-counter);
	/* font-family: 'HelveticaNeueLTProCn'; */
	font-family: 'HelveticaNeueLTProBdCn';
	font-weight: 700;
	font-size: 72px;
	line-height: 74px;
	/* right: -16px;
	top: -23px; */
	top: -37px;
	right: -17px;
}

.follow-section .ask-bottom-content {
	counter-increment: my-awesome-counter;
}

.follow-section .ask-detail-bottom {
	counter-reset: my-awesome-counter;
}

.follow-section .ask-detail-bottom .detail {
    padding: 28px 110px 48px 106px;
}

.follow-section > .detail {
	padding-bottom: 0px !important;
}

.eye-talk-yellow-block.eye-yellow-bottom .eye-talk-yellow-right .detail {
	padding: 0;
	color: #243F88;
}

.eye-talk-yellow-block.eye-yellow-bottom .eye-talk-yellow-right .detail p {
	padding: 0;
}

/* .eye-talk-collab-sec .eye-talk-yellow-block .row {
	margin: 0 -10px;
}

.eye-talk-collab-sec .eye-talk-yellow-block .row > * {
	padding: 0 10px;
} */

.eye-talk-yellow-block.eye-yellow-bottom .eye-talk-yellow-right {
    padding: 0;
} 

.eye-talk-yellow-block.eye-yellow-bottom {
	padding: 58px 70px 58px 50px;
	margin: 8px 0 0 0;
}

.eye-talk-wrp .all-reviews-section:last-child:after {
	display: none;
}

/* .eye-talk-collab-sec .eye-talk-right {
	padding: 0 0 114px 0;
} */

.eye-talk-wrp .all-reviews-section.eye-talk-collab-sec::after {
	display: none;
}

.eye-talk-collab-left .detail p {
	margin: 0;
    padding-bottom: 30px;
    line-height: 30px;
    letter-spacing: -0.06px;
	color: #fff;
}

.eye-talk-info {
	color: #fff;
    padding: 0 10px 56px 108px;
}

.follow-section .detail {
	color: #fff;
    padding: 0 10px 56px 108px;
}

.follow-section .detail p {
	margin: 0;
    padding-bottom: 30px;
    line-height: 30px;
    letter-spacing: -0.06px;
}


/*eye talk page end*/

.review-contact .wpcf7 form.invalid .wpcf7-response-output,.review-contact .wpcf7 form.unaccepted .wpcf7-response-output,.review-contact .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	background: #243F88 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #243F88 !important;
	box-shadow: none;
	border-top: none;
}

/*error page start*/

.error-wrp .services-inner-detail {
	text-align: center;
}

.error-wrp .services-inner-detail .block-title {
	font-size: 88px;
    line-height: 90px;
}

.error-wrp .services-inner-detail .detail p {
	padding: 16px 0;
}

.error-wrp .services-inner-left {
	justify-content: unset;
}

/*error page end*/

/*typography page start*/
.typography .block-title {
	text-align: center;
}

.typography {
	padding-top: 40px;
}

h1 {
	font-size: 48px;
    line-height: 50px;
}

h2 {
	font-size: 42px;
    line-height: 46px;
}

h3 {
	font-size: 34px;
    line-height: 38px;
}

h4 {
	font-size: 26px;
    line-height: 32px;
}

h5 {
	font-size: 20px;
    line-height: 22px;
}

h6 {
	font-size: 18px;
    line-height: 20px;
}

.alignnone {
	float: none;
	margin: 20px 0;
}

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

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

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

/*typography page end*/

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 118px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
	font-size: 16px;
	line-height: 28px;
}

.service-detail-main-bottom::before {
	content: "";
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 9;
}

/* .service-sub-bottom-block .row:nth-child(even) [class*=col-]:first-child .service-sub-inner .service-sub-detail .detail span {
	margin-top: -25px;
	margin-bottom: 57px;
} */

.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

.review-read-more .btn:focus,
.review-read-more .btn:first-child:active {
	color: #fff;
	border: none;
	background-color: unset;
}

.review-read-more .btn {
	border: none;
	outline: none;
}

.service-sub-detail .detail span strong {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.ajax-loader {
	text-align: center;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	color: #ffffff;
	opacity: 1;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	z-index: 999999;
	display: none; 
}
  
.loader {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
width: 100%; }

.loader i {
color: #333;
font-size: 80px; }

.loader img {
position: absolute;
left: 50%;
top: 50%;
width: 350px;
height: 350px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }

.loader svg {
position: absolute;
left: 50%;
top: 50%;
width: 100px;
height: 100px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }

.loader svg path {
	color: #243F88;
}

/*broswer selector styling*/

.mobile .appointment-right .timne-block p,
/* .chrome .appointment-right .time-block p, */
.safari .appointment-right .time-block p {
	padding: 21px 20px 13px 60px;
}

.mobile .appointment-right .appointment-btn .btn,
.safari .appointment-right .appointment-btn .btn {
	padding: 19px 18px 15px 50px;
}

.mobile .btn-grey-border,
/* .chrome .btn-grey-border, */
.safari .btn-grey-border {
	padding: 7px 20px 3px 20px;
}

.mobile .btn-white-border,
/* .chrome .btn-white-border, */
.safari .btn-white-border {
	padding: 7px 20px 3px 20px;
}

.mobile .appointment-banner-btn .btn-white-border,
.iphone .appointment-banner-btn .btn-white-border {
	padding: 14px 26px 10px 26px;
}

/* .gecko .appointment-banner-btn .btn-white-border,
.mobile .appointment-banner-btn .btn-white-border,
.chrome .appointment-banner-btn .btn-white-border,
.safari .appointment-banner-btn .btn-white-border {
	padding: 16px 46px 12px 46px;
} */

.safari .ask-bottom-content .yellow-circle {
	top: -50px;
}

.safari .inner-product-detail-part .nav-tabs .nav-link {
	padding: 9px 2px 6px 2px;
}

.mobile .ask-bottom-content::after {
	top: 4px;
}

.ipad .ask-bottom-content::after {
	top: -36px;
}

.iphone .form-sub-inner .form-group .wpcf7-form-control.wpcf7-validates-as-date {
	min-width: 94%;
	padding: 12px 12px;

}

.safari.mobile .ask-bottom-content::after {
	top: -12px;
}

.safari.mobile .product-ask-part .ask-bottom-content::after {
    top: -27px;
}

.safari.mobile .ask-bottom-content .yellow-circle {
	top: -30px;
}

.iphone .ask-bottom-content::after {
	top: 8px;
}

.safari .form-group .btn-white-border {
	padding: 14px 30px 12px 30px;
}

.iphone .appointment-right .appointment-btn .btn {
	padding: 10px 14px 10px 24px;
}

.iphone .btn-blue {
	font-size: 26px;
	line-height: 30px;
	padding: 10px 20px 6px 20px;
}

.iphone .appointment-right .appointment-btn .btn {
	padding: 16px 28px 8px 55px;
}

.mobile .ask-btn .btn-blue,
.iphone .ask-btn .btn-blue {
	padding: 8px 22px 3px 22px;
	font-size: 24px;
	line-height: 30px;
}

.mobile .appointment-right .time-block p {
	padding: 14px 16px 10px 45px;
}

.gecko .appointment-right .appointment-btn .btn {
	padding: 18px 18px 15px 66px;
}

.gecko .appointment-right .time-block p {
	padding: 18px 20px 15px 60px;
}

.gecko .btn-grey-border {
	padding: 2px 20px 5px 20px;
}

.gecko .btn-white-border {
	padding: 3px 20px 7px 20px;
}

.gecko .ask-btn .btn-blue {
	padding: 11px 48px 14px 48px;
}

.gecko .appointment-banner-btn .btn-white-border{
	padding: 14px 49px 15px 49px;
}

.mac .appointment-right .appointment-btn .btn,
.mac .appointment-right .time-block p {
	padding: 20px 18px 16px 50px;
}

.mac .btn-white-border
.mac .btn-blue-border,
.mac .btn-grey-border {
	padding: 7px 20px 3px 20px;
}

.mac .appointment-banner-btn .btn-white-border {
	padding: 12px 35px 10px 35px;
}

.mac .appointment-right .appointment-btn .btn::before {
	left: 9px;
}

.iphone .form-sub-inner .form-group .form-label-date::after, .form-sub-inner .form-group .form-label-time::after {
	top: 36px;
}

.form-sub-inner .form-group .form-label-time::after {
	top: 39px;
}

.iphone .form-sub-inner .form-group .form-label-date::before, .form-sub-inner .form-group .form-label-time::before {
	top: 33px;
}

.gecko .form-group .btn-white-border {
	padding: 5px 30px 13px 30px;
}

/*product detail page start*/

.irregular-main.multi-colors-bg::before,
.inner-product.multi-colors-bg::before {
	width: 48%;
}

.ask-list.product-detail-tab .nav-tabs {
    display: flex;
    flex-direction: column;
}

.product-detail-tab ul li .nav-link {
	font-family: 'HelveticaNeueLTProLtCn';
}

.inner-product-detail-block {
	padding: 0 0 110px 0;
}

.inner-white-various-image .row {
	align-items: center !important;
}

.inner-white-various-image .inner-white-right .detail p {
	margin: 0;
	padding: 70px 0 0 0;
}

.inner-product-right img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.inner-product-detail-title h4 {
	font-family: 'HelveticaNeueLTProBdCn';
	font-size : 48px;
	line-height : 48px;
	letter-spacing : -0.14px;
	color : #FFFFFF;
	margin: 0 0 36px 0;
}

.inner-product-left .detail p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 62px 0;
}

.presbyopia-inner-product > .inner-product-left {
	margin: 0 0 0 -20px ;
}

.presbyopia-inner-product .inner-product-detail-block .inner-product-left p {
	margin: 0;
}

.inner-product-left .detail {
	padding: 0 8px 0 0;
}

.inner-product-right {
	margin: 0 0 0 -7px;
}

.inner-white-block > .detail {
	position: relative;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}

.inner-white-block > .detail::before {
    content: "";
    background-image: url(../images/top-quote.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -62px;
    top: -30px;
}

.inner-white-block > .detail::after {
	content: "";
    background-image: url(../images/bottom-quote.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -52px;
    bottom: -30px;
}

.inner-white-left {
	display: flex;
	align-items: center;
}

.inner-white-left img {
	margin-right: 19px;
}

.inner-white-image .title h6 {
	margin: 0;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}

.inner-white-image .title {
	margin: 0 0 20px 0;
}

.inner-white-right .detail p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 40px 0;
}

.inner-white-right {
	padding: 0 50px 0 20px;
}

.design-product-yellow-block {
	position: relative;
	/* z-index: -2; */
}

.design-product-yellow-block::before {
	content: "";
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    position: absolute;
    top: 0;
    /* left: -180px; */
	left: -123px;
    right: 0;
    height: 90px;
    /* z-index: -1; */
    width: 6000px;
}

.design-product-yellow-block .ask-detail-inner-top {
	margin: 0 0 0 -94px;
	/* margin: 0 0 0 -123px; */
    /* z-index: -2; */
    position: relative;
}


#astifmatism825_3 .design-product-yellow-block .ask-detail-inner-top,
#astifmatism466_3 .design-product-yellow-block .ask-detail-inner-top {
	margin-left: -123px;
}

#astifmatism825_3 .design-product-yellow-block .ask-detail-inner-top .banner-title,
#astifmatism466_3 .design-product-yellow-block .ask-detail-inner-top .banner-title {
	padding: 70px 0 56px;
}

.design-product-yellow-block .ask-detail-inner-top > .row {
	height: 100%;
}

.design-product-yellow-block .ask-detail-inner-top > .row > * {
	min-height: 100%;
}

.design-product-yellow-block .ask-detail-inner-top .yellow-image {
	height: 100%;
}

.design-product-yellow-block .ask-detail-inner-top .yellow-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.design-product-yellow-block .ask-detail-inner-top .banner-title strong {
	font-size: 48px;
	line-height: 50px;
	display: block;
}

.design-product-yellow-block .ask-detail-inner-top .banner-title span {
	font-size: 48px;
}

.inner-white-bottom {
	padding: 100px 0 0 0;
}

.inner-white-various-image .inner-white-image .title {
	max-width: 140px;
    width: 100%;
    height: 78px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.inner-white-various-image > .detail {
	max-width: 630px;
	width: 100%;
	margin: 105px 0 0 auto;
	/* padding: 65px 0 0 0; */
}

.inner-white-various-image .inner-white-left {
	/* margin: 0 0 0 -20px; */
	margin: 0 -19px 0 0;
}

.inner-white-various-image {
	padding: 0 0 120px 0;
}

/* .inner-white-image {
	max-width: 212px; */
	/* height: 212px; */
/* } */

/*inner selection start*/
/* .product-ask-part .ask-detail-bottom .ask-bottom-detail-info .block-title {
	padding: 84px 0 24px 0;
} */

/* .inner-selection-block .ask-bottom-content::before {
	left: -125px;
	z-index: -2;
}

.inner-selection-block .ask-detail-bottom .ask-bottom-detail-info .block-title {
	padding: 84px 0 24px 0;
}

.inner-selection-block .ask-bottom-detail-info .ask-bottom-content .detail {
	padding: 26px 48px 0 0px;
} */

.product-ask-part .ask-bottom-detail-info .ask-bottom-content .detail {
	padding: 26px 48px 0 0px;
}

.product-ask-part .ask-detail-bottom .ask-bottom-detail-info .block-title {
	padding: 84px 0 24px 0;
}

.product-ask-part .ask-bottom-content::before {
	/* left: -125px;
	z-index: -2;  */
	left: -123px;
}
/*inner selection end*/

/*selection quote start*/
.selection-quote {
	padding: 0 0 50px 60px;
}

.selection-quote .detail {
	position: relative;
	display: inline-block;
}

.selection-quote .detail p {
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	display: inline-block;
	margin: 0;
}

.selection-quote .detail::before {
	content: "";
    background-image: url(../images/top-quote.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -62px;
    top: 0;
}

.selection-quote .detail::after {
	content: "";
    background-image: url(../images/bottom-quote.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -52px;
	top: 0;
}

.selection-detail .detail p {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

.product-ask-part .ask-bottom-content::after {
	content: "" counter(my-awesome-counter);
	font-family: 'HelveticaNeueLTProBdCn';
    font-weight: 700;
    font-size: 72px;
    line-height: 74px;
    top: -36px;
    right: -17px;
}

.product-ask-part .ask-bottom-content {
	counter-increment: my-awesome-counter;
}

.product-ask-part {
    counter-reset: my-awesome-counter;
}

.selection-quote-part {
	padding: 103px 0 0 0;
}

.product-ask-part {
    padding: 66px 0 140px 0;
}

.inner-selection-block .ask-detail-inner-top .banner-title {
	padding: 60px 40px 60px 95px;
}

/*selection quote end*/

/*tabbing style start*/
.inner-product-detail-part .nav-tabs {
	justify-content: center;
	border: none;
	position: relative;
}

.inner-product-detail-part .nav-tabs::before {
	content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background-color: #243F88;
    height: 20px;
    width: 100%;
    z-index: 99;
}

.inner-product-detail-part .nav-tabs .nav-item {
	margin: 0 20px 0 0px;
}

.inner-product-detail-part .nav-tabs .nav-item:last-child {
	margin: 0;
}

.inner-product-detail-part .nav-tabs .nav-link {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	background-color: #757880;
	width: 240px;
	border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-ms-border-radius: 20px 20px 0px 0px;
	-o-border-radius: 20px 20px 0px 0px;
}

.inner-product-detail-part .nav-tabs .nav-link.active {
	background-color: #243F88;
	color: #F5B548;
	
}

.inner-product.black-gradient::after {
	top: 15px;
	z-index: 9;
}
/*tabbing style end*/
.ask-detail-inner-top.design-ask-top,
.eye-talk-yellow-block.presbyopia-yellow-block {
	/* margin: 0px 0 82px -70px;
    z-index: -2; */
	margin: 0px 0 82px -63px;
	position: relative;
}

.ask-detail-inner-top.design-ask-top .banner-title::after {
	/* left: -66px; */
	left: -57px;
}

.presbyopia-inner-product .inner-product-detail-block {
    padding: 0px 0 80px 0;
}

.design-product {
	position: relative;
	padding: 6px 0 0 0;
}

.design-product::before {
	content: "";
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    position: absolute;
    top: -90px;
    left: -170px;
    right: 0;
    height: 90px;
    z-index: -3;
    width: 6000px;
}

.design-product-bottom .design-product-right .title {
    position: relative;
    padding: 0 0 32px 0px;
}

.design-product-bottom .design-product-right .title h4 {
	margin: 0;
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 40px;
	line-height: 42px;
	color: #F5B548;
}

.design-product-bottom .design-product-right .title::before {
	content: " ";
    position: absolute;
    top: auto;
    right: 0;
    left: -80px;
    border-bottom: 5px solid #F5B548;
    width: auto;
    height: 5px;
    bottom: 0;
    /* z-index: -2; */
}

.design-product-right .detail p {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.design-product-right .detail {
	padding: 30px 0 0px 0px;
}

.design-product-bottom {
	padding: 0 0 48px 0;
}

.design-product-bottom .design-product-left {
	position: relative;
	z-index: 9;
}

.design-product-bottom .design-product-left img {
	width: 100%;
}

.design-product-detail .design-product-detail-left .quote-detail {
	position: relative;
	font-size: 40px;
	line-height: 53px;
	color: #fff;
}

.design-product-detail .design-product-detail-left .quote-detail::before {
	content: "";
    background-image: url("../images/white-quote-top.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -62px;
    top: -20px;
}

.design-product-detail .design-product-detail-left .quote-detail::after {
	content: "";
    background-image: url("../images/white-quote-bottom.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    /* right: -30px; */
	right: -45px;
    bottom: 20px;
}

.design-product-detail-right {
    padding: 0 51px 0 86px;
}

.design-product-detail .design-product-detail-right ul li,
.design-product-detail .design-product-detail-right .detail {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.design-product-detail {
	padding: 60px 0 0 0;
}

.design-product-detail .design-product-detail-right ul li {
	padding-bottom: 12px;
}

.design-product-detail .design-product-detail-right ul li::marker {
	font-size: 26px;
}

.design-ask-top .banner-title p,
.design-product-yellow-block .ask-detail-inner-top p {
	font-family: 'HelveticaNeueLTProCn';
	font-size: 20px;
	line-height: 30px;
	color: #243F88;
	padding: 0 0 28px 0;
}

.design-product-top-part {
	padding: 0 0 42px 0;
}

.design-product-detail-main {
	padding: 10px 0 70px 0;
}

/*table design start*/
.design-table {
    padding: 55px 0 90px 0;
	position: relative;
    z-index: 9;
}

.design-table table {
	margin-bottom: 80px;
}

.design-table th {
	font-family: 'HelveticaNeueLTProBdCn';
    font-size: 20px;
    line-height: 30px;
    color: #F5B548;
    /* width: 300px; */
    border-right: 1px solid #F5B548;
	padding: 0px 20px 20px 20px;
}

.design-table th:last-child {
	border-right: none;
}

.design-table td {
	font-family: 'HelveticaNeueLTProCn';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    border-right: 1px solid #F5B548;
    PADDING: 20px;
}

.design-table td:last-child {
	border-right: none;
}

/* .design-table td {
	width: 300px;
} */

table.custom_class {
    /* margin:0px;
    padding:0px;
    border-spacing:0px;
    border-collapse:collapse;
    line-height:22px; */
}

.presbyopia-inner-product .eye-talk-yellow-block,
.presbyopia-inner-product .ask-detail-inner-top {
	position: relative;
}

.eye-talk-yellow-block.presbyopia-yellow-block::before,
.presbyopia-inner-product .ask-detail-inner-top::before {
	content: "";
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    position: absolute;
    top: 0;
    /* left: -70px; */
    left: -60px;
    right: 0;
    height: 90px;
    z-index: 2;
    width: 6000px;
}

.design-table .detail p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

.design-ask-top blockquote p {
	font-family:  'HelveticaNeueLTProHvCn'!important;
	position: relative !important;
	font-size: 48px !important;
	line-height: 52px !important;
	margin-bottom: 30px !important;
}

.design-ask-top blockquote p::before {
	content: "";
    background-image: url(../images/top-quote-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -62px;
    top: -20px;
}

.design-ask-top blockquote p::after {
	content: "";
    background-image: url(../images/bottom-quote-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    bottom: 0px;
}

.design-image-block .design-image-left .image {
	padding: 0 0 40px 0;
}

.design-image-block .design-image-left .image .text p {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	padding: 0 0 20px 0;
}

.design-image-block .design-image-left .image img {
	width: 100%;
}

.design-image-left {
	margin: 0 20px 0 0;
}
/*table design end*/

.design-image-block {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding: 70px 0 80px 0;
}

.design-image-block h4 {
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 48px;
	line-height: 50px;
	color: #F5B548;
	padding: 0 0 40px;
	margin: 0;
}

.design-image-right .top-detail p {
	margin: 0;
	padding: 0 0 30px 0;
}

/* .design-image-right .design-list {
	padding: 30px 0 0 0;
} */

.design-image-block ul {
	padding-bottom: 60px;
	margin: 0;
}

.design-image-block ul li {
	padding: 0 0 14px 0;
}

.presbyopia-yellow-block .eye-talk-yellow-right  {
	margin: 0 0 0 -40px;
}

.eye-talk-yellow-block.presbyopia-yellow-block .block-title::after {
	right: 50px;
}

/*irregular-cornea start*/

.irregular-bottom-part {
	text-align: center;
	padding: 100px 0 68px 0;
}

.irregular-main-sec .detail p {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.irregular-bottom-part .text {
	padding: 36px 0 40px 0;
}
.irregular-bottom-part .image {
	padding: 20px 0 0 0;
}

.irregular-bottom-part .text h6 {
	margin: 0;
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

.irregular-bottom-part .text span {
	font-family: 'HelveticaNeueLTProLtCn';
}

.irregular-bottom-part .detail {
	text-align: left;
}

.cornea-part .text {
	font-family: 'HelveticaNeueLTProBdCn';
	font-size: 30px;
	line-height: 33px;
	color: #fff;
	padding: 20px 0 0 0;
}

.cornea-part {
	padding: 124px 0 50px 0;
	margin: 0 110px;
}

.cornea-part img {
	width: 100%;
}

.irregular-ask-sec {
	padding: 0 0 110px 0;
}

.irregular-ask-sec .ask-bottom-detail-info .block-title {
	color: #F5B548;
	padding: 0 0 30px 0px;
}

.irregular-ask-sec .ask-bottom-detail-info:first-child .ask-bottom-content .detail {
	padding: 26px 58px 130px 0px;
}

.irregular-ask-sec .ask-bottom-detail-info .ask-bottom-content .detail {
	padding: 26px 58px 0px 0px;
}

.irregular-ask-sec .ask-bottom-content::before {
	left: -125px;
	z-index: -2;
}

.irregular-ask-list {
	padding: 60px 0 0 0;
}

.irregular-ask-list .detail {
	padding: 0 !important;
}

.irregular-ask-list ul li {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 28px 0 0 0;
}

.irregular-yellow-block {
	position: relative;
	margin: 120px 0 0 0;
}

.irregular-yellow-block::before {
	content: "";
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(35,31,32,0.7) 120%);
    position: absolute;
    top: 0;
    left: -160px;
    right: 0;
    height: 90px;
    z-index: -2;
    width: 6000px;
}

.irregular-yellow-block .banner-title {
	padding: 50px 0 50px 0;
}

.irregular-yellow-block .banner-title strong {
	display: block;
	font-size: 48px;
	line-height: 50px;
}

.irregular-yellow-block .ask-detail-inner-top .banner-title::after {
	z-index: -3;
	left: -206px;
}

.keratoconic-image {
	padding: 100px 0 93px 0;
	text-align: center;
}

.keratoconic-image img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.keratonic-block {
	padding: 78px 0 0 0;
}

.keratonic-block p {
	padding-bottom: 40px;
}
/*irregular-cornea end*/

.design-product-yellow-block .image {
	position: absolute;
    left: -499px;
    top: 0;
    z-index: 99;
}

.inner-product .eye-talk-left {
	max-width: 260px;
}

/*product detail page end*/
/* .design-product-yellow-block .ask-detail-inner-top .banner-title::after {
	display: none;
}

.design-product-yellow-block::after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60000px;
    height: 100%;
    background-color: #F5B548;
    left: -60px;
    z-index: -1;
} */

#astifmatism466_3 .design-product-yellow-block::before{
	display: none;
}

#astifmatism466_3 .product-ask-part {
    padding-top: 0;
}