@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'Sofia Pro';
	src: url('fonts/SofiaProRegular.eot') format('embedded-opentype'), url('fonts/SofiaProRegular.woff2') format('woff2'), url('fonts/SofiaProRegular.woff') format('woff'), url('fonts/SofiaProRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Sofia Pro';
	src: url('fonts/SofiaProSemiBold.eot') format('embedded-opentype'), url('fonts/SofiaProSemiBold.woff2') format('woff2'), url('fonts/SofiaProSemiBold.woff') format('woff'), url('fonts/SofiaProSemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
body,
span {
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
p,
li,
a {
	font-family: 'Sofia Pro';
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bitter', serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
	display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	width: 100%;
}
a:hover {
	text-decoration: none;
}
.label1 {
	font-weight: 600;
	color: red;
	bottom: -27px;
	font-size: 12px;
	left: 0;
	width: 100%;
	text-align: left;
}
/* default css */
.lp-section-more-padding {
	padding: 100px 0;
}
.lp-section-padding {
	padding: 60px 0;
}
.lp-section-more-padding {
	padding: 100px 0;
}
body .container {
	max-width: 1210px;
	padding: 0 20px;
}
body .container-fluid {
	padding: 0 20px;
}
.lp_default_btn {
	padding: 10px 24px;
	background: #204265;
	color: #Fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 50px;
	border: 2px solid transparent;
	line-height: 1.6;
	font-family: 'Sofia Pro';
	transition: all 0.4s;
	text-align: center;
}
.lp_default_btn:hover {
	border-color: #204265;
	background: transparent;
	color: #204265;
}
.white_default_btn.lp_default_btn {
	background: #fff;
	color: #1D3557;
}
.white_default_btn.lp_default_btn:hover {
	color: #Fff;
	border-color: #fff;
	background: transparent;
}
.section_title_inner p,
.section_title_inner ul li {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	color: #585D65;
}
.section_title_inner h1 {
	font-size: 42px;
	line-height: 1.5;
	font-weight: 700;
	color: #081C24;
	margin: 0;
}
.section_title_inner h1 span {
	color: #4E8CC7;
	font-weight: 700;
	font-family: 'Bitter', serif;
	position: relative;
}
.section_title_inner h1 span::before {
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	height: 5px;
	background: #FCE8CA;
	z-index: -1;
}
.section_title_inner h2 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	color: #081C24;
	margin: 0 0 24px;
}
.section_title_inner h2 span {
	color: #4E8CC7;
	font-weight: 600;
	font-family: 'Bitter', serif;
	position: relative;
	z-index: 11;
}
.section_title_inner h2 span::before {
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	height: 5px;
	background: #FCE8CA;
	z-index: -1;
}
.section_title_inner h3 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	color: #081C24;
	margin: 0 0 24px;
	font-family: 'Sofia Pro';
}
.section_title_inner ul li {
	position: relative;
}
.section_title_inner ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.section_title_inner ul.dot-list-style li {
	padding: 0 0 0 20px;
}
.section_title_inner ul.dot-list-style li:not(:last-child) {
	margin: 0 0 14px;
}
.section_title_inner ul.dot-list-style li::before {
	top: 10px;
	width: 8px;
	height: 8px;
	background: #4E8CC7;
	border-radius: 100%;
}
.section_title_inner ul.check-list-style li {
	padding: 0 0 0 34px;
	margin: 0 0 10px;
}
.section_title_inner ul.check-list-style li::before {
	top: 3px;
	width: 24px;
	height: 24px;
	background: url('lp-images/check-e.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.section_title_inner .lp_blue_color {
	color: #1D3557;
}
.lp_inner_title p {
	margin: 0 0 20px;
	width: 100%;
}
.lp_inner_title p span {
	color: #4E8CC7;
	font-weight: 700;
}
.lp_inner_title .lp_default_btn {
	margin: 20px 0 0;
}
.special-offer-section .lp_inner_title .lp_default_btn {
	margin: 0;
}
.lp_inner_right {
	margin: 0 0 0 20px;
}
.lp_inner_left {
	margin: 0 20px 0 auto;
}
.lp_inner_offer_img {
	max-width: 527px;
}
.lp_inner_right_img.lp_inner_offer_img {
	margin: 0 0 0 auto;
}
.lp_inner_left_img.lp_inner_offer_img {
	margin: 0 auto 0 0;
}
.lp_inner_video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.lp_inner_video iframe,
.lp_inner_video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.lp_inner_img img {
	width: 100%;
}
.inner-small-width {
	max-width: 1040px;
	margin: 0 auto;
}
.full-width-content {
	max-width: 530px;
	margin: 0 40px 0 auto;
}
.why_choose_section {
	background: #F8FAFF;
}
/*.why_choose_section .container-fluid .row{	margin: 0 -20px;}*/
/* default css end */
/* header start */
.lp_header {
	padding: 15px 0;
}
/*.header_logo img{    max-width: 190px;    width: 100%;}*/
.header_btn {
	text-align: right;
}
.header_btn .lp_default_btn {
	padding: 7px 24px;
}
/* header end */
/* banner start */
.lp_banner_section {
	background-image: url('lp-images/cosmetic-banner-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 62%;
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
/* .lp_banner_section::before{	content: '';	position: absolute;	width: 100%;	height: 100%;	top: 0;	left: 0;	background-image: url('lp-images/banner-cross-shape.svg');	background-size: cover;	z-index: 11;} */
.banner_title_inner {
	position: relative;
	z-index: 12;
}
.banner_title_inner p {
	font-size: 22px;
	line-height: 1.4;
	color: #081C24;
	margin: 0 0 10px;
}
.banner_title_inner .lp_default_btn {
	margin: 25px 0 0;
}
.banner_title_inner h4 {
	font-size: 28px;
	color: #081C24;
	margin: 8px 0 15px;
}
.banner_title_inner h4 span {
	font-family: 'Bitter', serif;
}
@media only screen and (max-width: 767px) {
	.banner_title_inner h4 {
		color: #081C24;
		font-size: 23px;
	}
}
/* banner end */
/* solution section start */
.lp_solution_section {
	position: relative;
	z-index: 11;
	/* margin-bottom: -168px; */
}
.solution_title_inner {
	margin: 0;
	max-width: 570px;
}
.lp_solution_form_inner.lp_form {
	border: 1px solid transparent;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 0 0 15px;
	box-shadow: 0px 10px 24px rgba(26, 33, 90, 0.1);
	padding: 40px 38px;
	background: #ffff;
}
.lp_solution_form_inner .lp_solution_title {
	background-color: #4E8CC7;
	padding: 16px 0;
	text-align: center;
	margin: 0 -1px;
}
.form_top_section {
	padding-bottom: 17px;
	border-bottom: 2px solid #F0F0F0;
}
.form_top_section p {
	font-size: 18px;
	line-height: 28px;
	color: #141629;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 30px;
}
.form_top_section p span {
	color: #4E8CC7;
}
.form_top_section h4 {
	font-size: 29px;
	line-height: 24px;
	color: #141629;
	position: relative;
	font-weight: 700;
	margin-top: -15px;
	line-height: 1.4;
}
.lp_main_form {
	background-color: #fff;
	padding: 0 12px;
	text-align: center;
}
.lp_main_form .gform_wrapper form ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.lp_main_form .gform_wrapper form li {
	padding: 0 15px;
	margin: 20px 0 0;
	width: 100%;
}
/* .lp_main_form .gform_wrapper form li.gfield-half{	width: 50%;} */
.lp_main_form .gform_wrapper form li label.gfield_label {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #1D3557;
	width: 100%;
	text-align: left;
	margin: 0 0 12px;
	display: none;
}
.lp_main_form .gform_wrapper form .gfield input {
	background-color: #F8FAFF;
	border: 1px solid transparent;
	width: 100%;
	padding: 0px 25px !important;
	line-height: 1.5;
	min-height: 48px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	outline: none;
}
.lp_main_form .gform_wrapper form .gfield input::placeholder {
	color: #76787E;
}
/* .lp_main_form .gform_wrapper form .gfield input:focus{	background: #fff;	border-color: #DFDFDF;} */
.form_default_btn {
	padding: 10px 24px;
	background: #204265;
	color: #Fff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 50px;
	border: 2px solid transparent;
	line-height: 1.6;
	margin: 35px 0 0;
	transition: all 0.4s;
}
.form_default_btn:hover {
	border-color: #204265;
	background: transparent;
	color: #204265;
}
/* solution section end */
/* change section start */
.lp_change_section {
	padding: 88px 0 100px;
	position: relative;
}
.lp_change_section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 200px);
	background: #F8FAFF;
	transform: skewY(-10deg);
	z-index: -1;
}
.lp_change_wrapper {
	margin: 0 0 -18px;
}
/* change slider */
.lp-change-slider button.slick-arrow {
	background: #204265;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 11;
}
.lp-change-slider button.slick-arrow::before {
	content: url(/lp-asset/lp-images/slide-left-arrow.svg);
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	opacity: 1;
}
.lp-change-slider button.slick-arrow.slick-next::before {
	content: url(/lp-asset/lp-images/slide-right-arrow.svg);
}
.change-slide-inner {
	width: 50%;
	float: left;
}
.change-slide-inner img {
	width: 100%;
}
.lp_change_section .container>.row.lp_wrapper_row {
	margin-top: 42px;
}
@media screen and (min-width: 992px) {
	.change-slide.slick-slide {
		padding: 0 10px;
	}
	.lp-change-slider button.slick-arrow.slick-prev {
		left: -15px;
	}
	.lp-change-slider button.slick-arrow.slick-next {
		right: -15px;
	}
}
@media screen and (max-width: 991px) {
	.lp-change-slider button.slick-arrow,
	.lp-change-slider button.slick-arrow::before {
		width: 40px;
		height: 40px;
	}
	.lp-change-slider button.slick-arrow::before {
		line-height: 40px;
	}
	.lp-change-slider button.slick-arrow.slick-prev {
		left: -20px;
	}
	.lp-change-slider button.slick-arrow.slick-next {
		right: -20px;
	}
}
@media only screen and (max-width: 767px) {
	.lp_change_section .container>.row.lp_wrapper_row {
		margin-top: 0;
	}
}
/* meet doctor section start */
.lp_doctor_section .lp_doctor_inner {
	/* max-width: 570px; */
	margin: 0 auto;
}
.lp_dr_content_slider {
	margin: 30px -15px 0;
}
.lp_dr_content_slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.doctor_title_inner p {
	max-width: 500px;
}
.lp_dr_content_slider .lp_slide_content {
	padding: 0 15px;
	max-width: 332px;
}
.lp_dr_content_slider .slick-dots {
	bottom: -30px;
}
.lp_dr_content_slider .slick-dots li,
.lp_dr_content_slider .slick-dots li button,
.lp_dr_content_slider .slick-dots li button::before {
	width: 10px;
	height: 10px;
	padding: 0;
}
.lp_dr_content_slider .slick-dots li button::before {
	font-size: 10px;
	line-height: 12px;
	color: #4E8CC7;
}
.lp_dr_content_slider .slick-dots li.slick-active button::before {
	opacity: 1;
}
.doctor_section_img img {
	width: 100%;
}
.lp_dr-content_main {
	position: relative;
}
.doctor_section_text {
	padding: 28px 15px;
	text-align: center;
	/* border: 1px solid rgb(29 53 87 / 10%); */
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.doctor_section_text h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	font-family: 'Sofia Pro';
}
.lp-dr-default-btn {
	margin: 40px 0 0;
}
/* meet doctor section end */
.lp_inner_section {
	background: #fff;
}
/* service section start */
.lp_service_section {
	background: url('lp-images/blue-bg-pattern.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.service_title_inner h2,
.service_title_inner h2 span {
	color: #fff;
}
.service_list_inner ul {
	column-count: 3;
	margin: ;
}
.service_list_inner ul li {
	color: #fff;
	margin: 0 0 18px;
}
/* service section end */
/* pricing section start */
.lp_pricing_table {
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.lp_pricing_table::before {
	content: '';
	position: absolute;
	top: 350px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F1F6F9;
	transform: skewY(-10deg);
}
.pricing_table_slider {
	display: inline-block;
	width: calc(100% + 30px);
}
.pricing_table_slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pricing_table_slider .slick-track>div {
	height: auto;
	flex: none;
	max-width: auto;
}
.pricing_table_slider .slick-track .lp-pricing-main {
	height: 100%;
}
.pricing_table_slider .slick-dots li,
.pricing_table_slider .slick-dots li button,
.pricing_table_slider .slick-dots li button::before {
	width: 10px;
	height: 10px;
	padding: 0;
}
.pricing_table_slider .slick-dots li button::before {
	font-size: 10px;
	line-height: 12px;
	color: #4E8CC7;
}
.pricing_table_slider .slick-dots li.slick-active button::before {
	opacity: 1;
}
.lp_pricing_table_main {
	text-align: center;
	padding: 24px 36px 135px;
	border: 1px solid rgba(223, 223, 223, 0.5);
	background: #fff;
	border-radius: 8px;
	position: relative;
	height: inherit;
}
.lp_pricing_table_main .lp_pricing_img img {
	margin: 0 auto;
}
.lp_pricing_table_main .lp_pricing_img h3 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 24px 0 8px;
	font-family: 'Sofia Pro';
}
.lp_pricing_table_main .lp_pricing_price h4 {
	font-size: 36px;
	font-weight: 700;
	color: #4E8CC7;
	margin: 0 0 8px;
}
.lp_pricing_table_main .lp_pricing_price {
	margin-bottom: 24px;
}
.lp_pricing_table_main .lp_pricing_price span {
	font-size: 16px;
	font-weight: 400;
	color: #4E8CC7;
}
.lp_pricing_listing ul li {
	font-size: 14px;
	font-weight: 400;
	color: #585D65;
	position: relative;
	text-align: left;
	padding-left: 17px;
}
.lp_pricing_listing ul li:not(:last-child) {
	margin: 0 0 14px;
}
.lp_pricing_listing ul li:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4E8CC7;
	border-radius: 100%;
}
.lp_pricing_bottom .lp_default_btn {
	margin: 27px 0 0;
}
.lp_pricing_table_main .lp_pricing_bottom span {
	font-size: 14px;
	font-weight: 400;
	color: #96A2AB;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 15px 0 26px;
}
.lp_pricing_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
/* pricing section end */
/* testimonial section start */
.lp_testimonial_section {
	position: relative;
}
.testimonial_title_inner {
	position: relative;
	margin: 0 0 70px;
	max-width: 480px;
}
.testimonial_title_inner h2 {
	margin: 0 0 30px;
}
.testimonial_title_inner p {
	margin: 0 0 40px;
}
.lp_testimonial_slider {
	overflow: hidden;
}
.lp_testimonial_slider .slick-list.draggable {
	margin: 0 -45px 0 0;
}
.lp_testimonial_slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lp_testimonial_slider .slick-track>div {
	height: auto;
	padding: 0 15px;
}
.lp_testimonial_slider .row>div {
	padding: 0 20px;
}
.lp_testimonial_slide {
	background: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0px 8px 17px rgba(34, 81, 168, 0.09);
	border-radius: 20px;
	padding: 40px 30px;
	margin: 0 0 40px;
	height: calc(100% - 80px);
}
.tesimonial_content_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tesimonial_content_title h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 12px;
}
.testimonial_rating ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 18px;
}
.testimonial_rating ul li {
	margin: 0 2px 0 0;
}
.testimonial_description p {
	font-size: 16px;
	font-weight: 400;
	color: #76787E;
	line-height: 1.5;
	margin: 0;
}
.lp_testimonial_arrows {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lp_testimonial_arrow {
	background: #Fff;
	border: 2px solid transparent;
	padding: 0;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	transition: all 0.5s;
	margin: 0 0 0 28px;
}
.lp_testimonial_arrow:hover {
	background: #4E8CC7;
}
.lp_testimonial_arrow:hover img {
	filter: grayscale(1) brightness(0) invert(1);
}
.lp_testimonial_arrow:focus {
	outline: none;
}
.morecontent span {
	display: none;
}
.morecontent .morelink {
	color: #4E8CC7;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.testimonial_title_inner {
		margin: 0 0 40px;
	}
	.testimonial_title_inner h2 {
		margin: 0 0 20px;
	}
	.testimonial_title_inner p {
		margin: 0 0 30px;
	}
}
/* testimonial section end */
/* consulation section start */
.lp_consulation_section {
	padding: 40px 0;
	background: #F8FAFF;
}
/* .consulation_title_inner p{	font-size: 18px;	line-height: 1.88;	font-weight: 500;	color: #fff;	margin: 0 0 8px;}.consulation_title_inner h3{	font-size: 24px;	line-height: 1.5;	font-weight: 700;	color: #fff;	margin: 0 0 27px;} */
.consulation_title_inner h2 {
	color: #151515;
}
.consulation_title_inner p {
	color: #76787E;
	width: 100%;
	margin: 0 0 30px;
}
/* consulation section end */
/* map section start */
.map_section iframe {
	display: inline-block;
	vertical-align: top;
	height: 644px;
}
/* map section end */
/* footer start */
.lp_footer {
	padding: 28px 0;
	background: #081C24;
}
.footer_text p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #Fff;
	text-align: center;
	width: 100%;
	margin: 0;
}
.footer_btn {
	text-align: center;
}
.footer_btn .lp_default_btn {
	background: #fff;
	color: #081C24;
}
.footer_btn .lp_default_btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
@media only screen and (max-width: 991px) {
	.footer_text p {
		margin: 25px 0 0;
	}
}
/* footer end */
/* page bottom cta */
.page-default-btn {
	position: fixed;
	padding: 15px 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	display: block;
}
.page-default-btn a {
	box-shadow: 0 0 15px rgb(255 255 255 / 40%) !important;
	width: 100%;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	background: #4E8CC7;
	border-radius: 8px;
	color: #fff;
	outline: none;
	border: 2px solid transparent;
	text-decoration: none !important;
	padding: 15px 28px;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	text-align: center;
}
.page-default-btn a img {
	max-width: 15px;
	margin-left: 5px;
	margin-top: -6px;
}
.more-content-text {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}
.moreless-button {
	font-size: 14px;
	color: #4E8CC7;
	font-weight: bold;
	background: #Fff;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #efefef;
	line-height: 1.4;
}
@media only screen and (min-width: 576px) {
	.page-default-btn {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.more-content-text {
		display: none;
	}
}
/* page bottam cta end */
/* responsive design */
@media only screen and (max-width: 1440px) {
	.lp-section-more-padding {
		padding: 80px 0;
	}
}
@media only screen and (max-width: 1366px) {
	.lp_pricing_table_main .lp_pricing_price h4 {
		font-size: 30px;
	}
	.lp-section-more-padding {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 1199px) {
	.lp-section-more-padding {
		padding: 50px 0;
	}
	.full-width-content {
		max-width: 420px;
	}
	body .container {
		max-width: 992px;
	}
	.section_title_inner h1 {
		font-size: 38px;
	}
	.section_title_inner h1 span::before {
		bottom: 13px;
	}
	.section_title_inner h2 {
		font-size: 28px;
	}
	.banner_title_inner p {
		font-size: 18px;
	}
	.lp_banner_section {
		min-height: 450px;
	}
	.map_section iframe {
		height: 500px;
	}
}
@media only screen and (max-width: 991px) {
	body .container {
		max-width: 768px;
	}
	.lp-section-padding {
		padding: 50px 0;
	}
	.lp_inner_right {
		margin: 0;
	}
	.lp_inner_left {
		margin: 0;
	}
	.lp_inner_img img {
		margin: 0 0 30px;
	}
	.lp_inner_right_img.lp_inner_offer_img {
		margin: 0;
	}
	.why_choose_section {
		padding: 0 !important;
	}
	.why_choose_section .lp_inner_img {
		margin: 0 -5px;
	}
	.full-width-content {
		max-width: 665px;
		margin: 0 auto;
	}
	.section_title_inner h1 {
		font-size: 33px;
	}
	.section_title_inner h1 span {
		color: #4E8CC7;
	}
	.section_title_inner h1 span::before {
		bottom: 11px;
	}
	.section_title_inner h2 {
		font-size: 25px;
	}
	.section_title_inner h2 span::before {
		bottom: 8px;
	}
	.lp_banner_section {
		min-height: 400px;
	}
	/* .lp_banner_section::after {	    content: '';	    background: #000;	    position: absolute;	    width: 100%;	    height: 100%;	    opacity: 0.2;	    z-index: 0;	} */
	.banner_title_inner {
		position: relative;
		z-index: 11;
	}
	/* .lp_banner_section::before{		bottom: 0;		top: auto;		height: 30%;	} */
	.lp_solution_form_inner.lp_form {
		margin: 20px 0 20px;
	}
	.lp_change_section::before {
		bottom: 0;
		top: 190px;
	}
	.smile-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.smile-slider .slick-arrow::before {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.service_list_inner ul {
		column-count: 2;
	}
	.pricing_table_slider {
		margin-bottom: 40px;
	}
	.pricing_table_slider .slick-dots {
		bottom: -35px;
	}
	.pricing_table_slider .slick-track>div {
		padding: 0 10px;
	}
	.map_section iframe {
		height: 450px;
	}
	.footer_btn {
		text-align: right;
	}
}
@media only screen and (max-width: 767px) {
	body .container {
		max-width: 665px;
	}
	.lp_banner_section {
		background-image: none;
		background-color: #F1F6F9;
		min-height: auto;
	}
	.banner_title_inner {
		margin: 40px 0;
	}
	.banner_title_inner p {
		color: #1D3557;
		font-size: 15px;
	}
	.banner_title_inner .lp_default_btn {
		margin: 20px 0 0;
	}
	.header_btn .lp_default_btn {
		padding: 6px 22px;
		font-size: 16px;
	}
	.lp-section-padding {
		padding: 40px 0;
	}
	body .lp_change_section {
		padding: 50px 0;
	}
	.lp_change_section .container>.row.lp_wrapper_row {
		margin-top: 0;
	}
	.lp_solution_section {
		padding-bottom: 40px;
	}
	.lp_change_section::before {
		bottom: 0;
		top: 0;
		transform: none;
	}
	.lp_change_wrapper {
		margin: 0;
	}
	.lp-video-show {
		display: none;
	}
	.lp_dr_content_slider .lp_slide_content {
		max-width: auto;
	}
	.lp-dr-default-btn {
		margin: 30px 0 0;
	}
	.pricing_table_slider .slick-list.draggable {
		padding: 0 30% 0 0;
	}
	.lp_testimonial_slide {
		margin: 0 0 30px;
		height: calc(100% - 30px);
	}
	.map_section iframe {
		height: 400px;
	}
	.footer_logo {
		margin: 0 0 20px;
	}
	.footer_btn {
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	body .container {
		max-width: 100%;
	}
	.header_btn .lp_default_btn span {
		display: none;
	}
	.section_title_inner h1 {
		color: #1D3557;
		font-size: 28px;
		margin: 0 0 10px;
	}
	.section_title_inner h2 {
		font-size: 22px;
	}
	.section_title_inner h2 span::before {
		bottom: 6px;
	}
	.section_title_inner p,
	.section_title_inner ul li {
		font-size: 15px;
	}
	/* .lp_banner_section::before,	.lp_banner_section::after{		display: none;	} */
	.lp_change_section {
		padding: 40px 0;
	}
	.lp_solution_form_inner.lp_form {
		margin: 0 0 20px;
	}
	.lp_change_section::before {
		bottom: 0;
		top: 0;
		height: 100%;
		transform: none;
	}
	.lp_solution_form_inner .lp_solution_title h2 {
		font-size: 22px;
	}
	.service_list_inner ul {
		column-count: 1;
	}
	.lp_pricing_table::before {
		bottom: 0;
		height: calc(100% + 500px);
		transform: none;
	}
	.lp_testimonial_slider {
		padding: 0;
	}
	.lp_testimonial_slider .slick-list.draggable {
		margin: 0;
	}
	.lp_testimonial_arrows {
		position: unset;
		text-align: center;
		width: 100%;
		transform: none;
		justify-content: center;
		margin: 15px 0;
	}
	.lp_testimonial_arrow {
		width: 35px;
		height: 35px;
		margin: 0 5px;
	}
	.lp_footer {
		padding: 25px 0 80px;
	}
	.footer_logo,
	.footer_text p {
		text-align: center;
	}
	.footer_text p {
		margin: 20px 0 0;
	}
	footer .footer_logo {
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 480px) {
	.lp_header .container {
		padding: 0 20px;
	}
	.lp_header .container .row>div {
		padding: 0;
	}
	.lp_header .container .row {
		margin: 0;
	}
	.lp_default_btn {
		font-size: 16px;
		padding: 8px 22px;
	}
	.form_default_btn {
		padding: 8px 0;
		font-size: 15px;
		width: 100%;
	}
	.lp_solution_form_inner .lp_solution_title h2 {
		font-size: 17px;
	}
	.lp_main_form {
		padding: 0;
	}
	.lp_solution_form_inner.lp_form {
		padding: 40px 25px;
	}
	.lp_main_form .gform_wrapper form li {
		width: 100% !important;
	}
	.pricing_table_slider .slick-list.draggable {
		padding: 0;
	}
	.map_section iframe {
		height: 380px;
	}
	.page-default-btn a {
		padding: 15px 9px;
		font-size: 14px;
	}
}
/*================================================ Button Responsive Hide Css===============================================*/
@media only screen and (max-width:767px) {
	.header_btn .lp_default_btn span,
	.footer_btn .lp_default_btn span {
		display: none;
	}
	.footer_btn .lp_default_btn {
		width: 100%;
		max-width: 200px;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.lp_default_btn {
		font-size: 16px;
		padding: 8px 15px;
		width: 100%;
	}
	.header_btn .lp_default_btn {
		width: auto;
	}
}
/*================================================ Button Responsive Hide end Css===============================================*/
/* before after*/
.gallery-main .comparison-main {
	max-width: 800px;
	margin: 0 auto;
}
.comparison-content {
	padding: 0 15px;
}
.comparison {
	width: 100%;
	padding-bottom: 83%;
	overflow: hidden;
	position: relative;
}
.figure {
	position: absolute;
	background-size: cover;
	font-size: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
#figure {
	background-image: url(/lp-asset/lp-images/after11.jpg);
}
#figure1 {
	background-image: url(/lp-asset/lp-images/after22.jpg);
	background-size: cover;
}
#figure2 {
	background-image: url(/lp-asset/lp-images/after33.jpg);
	background-size: cover;
}
#figure3 {
	background-image: url(/lp-asset/lp-images/after44.jpg);
	background-size: cover;
}
#figure4 {
	background-image: url(/lp-asset/lp-images/after55.jpg);
	background-size: cover;
}
#figure5 {
	background-image: url(/lp-asset/lp-images/after66.jpg);
	background-size: cover;
}
#figure6 {
	background-image: url(/lp-asset/lp-images/after77.jpg);
	background-size: cover;
}
#figure7 {
	background-image: url(/lp-asset/lp-images/after88.jpg);
	background-size: cover;
}
.divisor {
	background-image: url(/lp-asset/lp-images/before11.jpg);
	background-size: cover;
	position: absolute;
	width: 50%;
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
	bottom: 0;
	height: 100%;
}
#divisor1 {
	background-image: url(/lp-asset/lp-images/before22.jpg);
	background-size: cover;
}
#divisor2 {
	background-image: url(/lp-asset/lp-images/before33.jpg);
	background-size: cover;
}
#divisor3 {
	background-image: url(/lp-asset/lp-images/before44.jpg);
	background-size: cover;
}
#divisor4 {
	background-image: url(/lp-asset/lp-images/before55.jpg);
	background-size: cover;
}
#divisor5 {
	background-image: url(/lp-asset/lp-images/before66.jpg);
	background-size: cover;
}
#divisor6 {
	background-image: url(/lp-asset/lp-images/before77.jpg);
	background-size: cover;
}
#divisor7 {
	background-image: url(/lp-asset/lp-images/before88.jpg);
	background-size: cover;
}
.divisor::before,
.divisor::after {
	content: "";
	position: absolute;
	right: -2px;
	width: 4px;
	height: calc(50% - 25px);
	background: #fff;
	z-index: 3;
}
.divisor::before {
	top: 0;
	box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor::after {
	bottom: 0;
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor span {
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*.lp_divisor{    background-image: url(/wp-content/uploads/2021/07/lp-before-img-1.jpg);    background-size: cover;}.lp_divisor1{    background-image: url(/wp-content/uploads/2021/07/lp-before-img-2.jpg)!important;    background-size: cover;}*/
.handle {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	background: #204265;
	border-radius: 100%;
}
.handle::before,
.handle::after {
	content: "";
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.handle::before {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}
.handle::after {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}
.comparison input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	background-color: transparent;
	width: calc(100% + 50px);
	z-index: 2;
	cursor: col-resize;
	border: none;
	max-width: inherit;
	padding: 0px;
}
input[type=range]:focus,
input[type=range]:active {
	border: none;
	outline: none;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: transparent;
	border: 4px solid white;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
input[type=range]::-moz-range-track {
	-moz-appearance: none;
	height: 15px;
	width: 100%;
	background-color: transparent;
	position: relative;
	outline: none;
}
.comparison-arrows {
	text-align: center;
	margin: 20px 0 10px;
}
.comparison-arrows .comparison-prev img {
	transform: rotate(180deg);
}
.comparison-arrows button {
	border: none;
	background: #204265;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	margin: 0 5px;
	outline: none;
	padding: 0px !important;
}
.before-after-section {
	display: block;
	vertical-align: top;
	width: 100%;
	padding: 80px 0px 0px 0px;
}
.before-after-section .main-heading h2 {
	font-size: 35px;
	line-height: 1.25;
	color: #00626F;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 45px;
}
button.comparison-arrow:hover,
button.comparison-arrow:focus {
	background: #4E8CC7 !important;
}
.before-after-section .container {
	max-width: 1250px;
}
@media only screen and (max-width: 576px) {
	.comparison-content {
		padding: 0 0px;
	}
}
/* before after end */
/*==============================================Review Read More CSS=============================================*/
.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 50px;
}
.scrollbar-inner>.scroll-element.scroll-y {
	right: 0;
	width: 8px;
}
.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #4A4A4A;
}
.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #7B7B7B;
}
.testimonial_description .more-text {
	display: none;
}
.testimonial_description p {
	padding-right: 15px !important;
}
.testimonial_description .read-more {
	color: #1B75BC;
	font-weight: 600;
	display: inline-block;
}
.lp_testimonial_slide .scroll-wrapper>.scroll-content {
	height: 170px !important;
}
.lp_testimonial_section .solution_title_inner .lp_default_btn {
	margin-top: 45px;
}
@media only screen and (max-width: 767px) {
	.testimonial_title_inner {
		margin: 0 0 40px;
	}
	.testimonial_title_inner h2,
	.testimonial_title_inner p {
		margin: 0 0 20px;
	}
}
/*==============================================Review Read More CSS=============================================*/
.lp_change_section .lp_wrapper_image {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}

/*===============================================
= Refer A Patient CSS
===============================================*/
.refer-patient{
    padding: 60px 25px!important;
    background: #FBFBFB;
    border: 1px solid rgba(81, 81, 83, 0.3);
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.patient-box {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.refer-patient-left p:first-of-type{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.refer-patient-left > a{
    color: #798786;
    font-size: 18px;
    margin: 20px 0 0;
    text-transform: uppercase;
    font-weight: 400;
}
.refer-patient-left > a span{
    font-weight: 600;
    color: #505050;
}
.refer-patient-left > a span:hover{
    color: #4E8CC7;
}
.refer-section .section-btn .defult-cta-button{
    margin: 0 auto;
    max-width: 380px;
}
.refer-first-section .row{
    row-gap: 30px;
}
.patient-box .lp-page-default-btn {
    margin-top: 20px;
}
.patient-box p {
    margin-bottom: 30px;
    font-size: 20px;
}
@media only screen and (min-width: 993px){
    .refer-first-section .patient-box h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1200px){
    .refer-patient{
        padding: 40px 0;
    }
    .refer-section .section-btn .defult-cta-button{
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media only screen and (max-width: 1200px){
    .refer-patient{
        padding: 50px 17px!important;
    }
}
@media only screen and (max-width: 767px){
    .refer-patient{
        padding: 30px 0;
    }
    .patient-box h2 {
        margin-bottom: 15px;
    }
    .refer-patient .section-btn .defult-cta-button {
        padding: 14px 10px;
    }
    .refer-patient-left > a{
        font-size: 16px;
    }

}
/*===============================================
= Refer A Patient CSS
===============================================*/