@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&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: italic;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProMedium.eot') format('embedded-opentype'),
         url('fonts/SofiaProMedium.woff2') format('woff2'),
         url('fonts/SofiaProMedium.woff') format('woff'),
         url('fonts/SofiaProMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@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: italic;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProBold.eot') format('embedded-opentype'),
         url('fonts/SofiaProBold.woff2') format('woff2'),
         url('fonts/SofiaProBold.woff') format('woff'),
         url('fonts/SofiaProBold.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}


body,span{
	font-family: 'Sofia Pro';
	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, button {
	transition: all 0.3s ease 0s;
}
a:hover{
	text-decoration: none;
}
.label1 {
    font-weight: 400;
    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{
	font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    background: #0DB3BD;
    border-radius: 50px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.02em;
}
.lp_default_btn:hover{
	border-color: #0DB3BD;
	background: transparent;
	color: #0DB3BD;
}
.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: #76787E;
	letter-spacing: 0.02em;
}
.section_title_inner h1{
	font-size: 42px;
	line-height: 1.5;
	font-weight: 700;
	color: #081C24;
	margin: 0 0 15px;
}
.section_title_inner h1 span{
	color: #0DB3BD;
	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: #0DB3BD;
	font-weight: 700;
	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: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #081C24;
	margin: 0 0 24px;
	font-family: 'Bitter', serif;
}
.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: #0DB3BD;	
	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: 4px;
	width: 20px;
	height: 20px;
	background: url('/lp-asset/lp-images/blue-check.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.section_title_inner .lp_blue_color{
	color: #081C24;
}
.lp_inner_title p{
	margin: 0 0 20px;
	width: 100%;
}

.lp_inner_title p span{
	color: #0DB3BD;
	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;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.lp_inner_img img,
.lp-team-images img{
	width: 100%;
}
.img_border_radius {
    border-radius: 5px;
}
.inner-small-width{
	max-width: 1040px;
	margin: 0 auto;
}
.full-width-content{
    max-width: 530px;
    margin: 0 40px 0 auto;
}
.why_choose_section{
	background: #F5F5F5;
}
.why_choose_section .container-fluid .row{
	margin: 0 -20px;
}
/* default css end */
/* header start */
.lp_header{
	padding: 13px 0;
}
.header_btn{
	text-align: right;
}
.header_btn .lp_default_btn{
	font-size: 14px;
    padding: 11px 40px;
}
.lp_header .header_logo img,
.lp_footer .footer_logo img{
	width: 100%;
	max-width: 265px;
}
.lp_footer .footer_logo img{
	filter: brightness(0) invert(1);
}
/* 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 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: #0DB3BD;
	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: #0DB3BD;
}
.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: #F5F5F5;
	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: #0DB3BD;
	color: #Fff;
	font-weight: 500;
	font-size: 15px;
	border-radius: 50px;
	border: 2px solid transparent;
	line-height: 1.6;
	margin: 35px 0 0;
}
.form_default_btn:hover{
	border-color: #0DB3BD;
	background: transparent;
	color: #0DB3BD;
}
/* solution section end */
/* change section start */
body .lp_change_section{
	padding-top: 256px;
	position: relative;
	overflow: hidden;
}
.lp_change_section::before {
   content: '';
   position: absolute;
   top: 170px;
   left: 0;
   width: 100%;
   height: 100%;
   background: #F5F5F5;
   transform: skewY(-10deg);
   z-index: -1;
}
.lp_change_wrapper {
    margin: 0 0 -18px;
}
.lp_wrapper_image{
	max-width: 1037px;
    margin: 0 auto !important;
}
.lp_wrapper_video{
	margin: 0 0 18px;
	padding-bottom: 56.25%;
	position: relative;
}
.lp_wrapper_video .lp_wrapper_video_inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lp_wrapper_video .lp_wrapper_video_inner img{
	width: 100%;
	height: 100%;
}
.small-height{
	padding-bottom: 54.25%;
}
.lp_wrapper_row{
	margin: 0 -9px;
}
.lp_wrapper_row > div{
	padding: 0 9px;
}
.lp_wrapper_image img{
	width: 100%;
}
.lp_change_section .container > .row.lp_wrapper_row{
	margin-top: 42px;
}
.smile-slider{
	margin: 0 15px;
}
.smile-slider .slick-list {
    margin: 0 -15px;
}
.smile-slider .slick-slide {
    padding: 0 15px;
}
.smile-slider .slick-arrow{
	background: #0DB3BD;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 11;
}
.smile-slider .slick-arrow::before{
	content: url(/lp-asset/lp-images/smile-left-arrow.svg);
	width: 50px;
	height: 50px;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	opacity: 1;
}
.smile-slider .slick-arrow.slick-next::before{
	content: url(/lp-asset/lp-images/smile-right-arrow.svg);
}
.change_sec_img{
	height: 100%;
}
.change_sec_img img{
	height: 100%;
	object-fit: cover;
}

/* change section end */
/* 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: #0DB3BD;
}
.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 */
/* 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: #0DB3BD;
}
.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: #0DB3BD;
    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: #0DB3BD;
}
.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: #0DB3BD;
    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: 420px;
}
.testimonial_title_inner h2{
    margin: 0 0 30px;
    font-weight: 700;
}
.testimonial_title_inner h2 span{
	font-family: 'Bitter', serif;
}
.testimonial_title_inner p{
    margin: 0 0 40px;
    color: #76787E;
}
.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 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: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #323232;
}
.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: #2F2D2D;
    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: #0DB3BD;
}
.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: #0DB3BD;
	font-weight: 600;
} */

/* testimonial section start */
.lp_testimonial_section {
    position: relative;
    margin: 0 0 50px;
}
.testimonial_title_inner{
    position: relative;
    margin: 0 0 24px;
}
.testimonial_title_inner h2{
    margin: 0;
}
.lp_testimonial_slider{
    overflow: hidden;
    /* padding: 0 55px; */
}
.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_slide {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 24px 42px rgb(0 0 0 / 6%);
    border-radius: 20px;
    padding: 40px 50px 60px 40px;
    margin: 36px 0 50px;
    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: 16px;
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 4px;
}
.testimonial_rating ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.testimonial_rating ul li{
    margin: 0 4px 0 0;
}
.testimonial_description p{
    font-size: 14px;
    font-weight: 400;
    color: #585D65;
    line-height: 1.75;
}
.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: 1px solid #0DB3BD;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all 0.5s;
    margin: 0 0 0 28px;
    opacity: 0.5;
}
.lp_testimonial_arrow:hover{
    background: transparent;
    opacity: 1;
}
.lp_testimonial_arrow:focus{
    outline: none;
}
.morecontent span{
    display: none;
}
.morecontent .morelink{
    color: #0DB3BD;
    font-weight: 600;
}
/* testimonial section end */
@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;
	}
	.lp_testimonial_slide{
		margin: 0 0 30px;
		height: calc(100% - 30px);
	}
}
/* testimonial section end */
/* consulation section start */
.lp_consulation_section{
	padding: 40px 0;
	background: #F5F5F5;
}
/* .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 h2 span{
	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: 21px 0;
	background: #161616;
}
.footer_text p{
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
	width: 100%;
	margin: 0;
	color: #fff;
	letter-spacing: 0.02em;
	font-weight: 300;
}
.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;
}
/* 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: 500;
    background: #0DB3BD;
    border-radius: 8px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 15px 28px;
    font-size: 14px;
    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: #0DB3BD;
    font-weight: bold;
    background: #Fff;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #efefef;
    line-height: 1.4;
}
.em-footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 176px;
    padding-right: 43px;
}
@media only screen and (min-width: 576px){
	.page-default-btn {
	    display: none;
	}
}
@media only screen and (min-width: 768px){
	.more-content-text{
		display: none;
	}
}
@media only screen and  (max-width: 1366px){
	.em-footer-flex {
    	padding-right: 0;
    	padding-left: 0;
	}
}
@media only screen and (max-width: 1199px){
	.em-footer-flex{
		-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    padding-left: 0;
	    padding-right: 0;
	}
	.lp_footer .footer_text{
		width: 100%;
	}
}
@media only screen and (max-width: 551px){
	.em-footer-flex{
		justify-content: center;
	}
}
@media only screen and (max-width: 1199px){
	.footer_logo{
    	margin-bottom: 30px;
	}
	.footer_text p {
    	width: 100%;
    	margin: 30px 0 0;
	}
}

/* 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;
	}
	.footer_btn{
		text-align: right;
	}
	.footer_text p{
		margin: 20px 0 0;
		text-align: center;
	}
}
@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-top: 0!important;
	}
	.why_choose_section .lp_inner_img{
		margin: 0 -5px;
	}
	.full-width-content{
		max-width: 665px;
		margin: 35px auto 0;
	}
	.section_title_inner h1 {
	    font-size: 33px;
	}
	.section_title_inner h1 span{
		color: #0DB3BD;
	}
	.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;
	}
	.footer_text p {
		text-align: center;
	    margin: 30px 0 0;
	}
	.lp_inner_video iframe, .lp_inner_video video {
		border-radius: 0;
	}
}
@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;
	}	
	.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{
		margin-bottom: 50px;
	}
	.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;
	}
	.map_section iframe {
	    height: 400px;
	}
	.footer_logo{
		margin: 0 0 20px;
		text-align: center;
	}
	.footer_btn {
	    text-align: center;
	}
	.lp_testimonial_section {
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 575px){
	body .container{
		max-width: 100%;
	}
	.header_btn .lp_default_btn {
    	padding: 14px;
	    max-width: 102px;
	    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_section{
		padding: 40px 0 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;
	}
}
@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{
	    width: 100%;
	    font-size: 14px;
	    padding: 14px 25px;
	}
	.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;
	}
	.form_top_section h4 {
	    font-size: 22px;
	}
}


/* before-after-slider */
.lp_dental_slider{
	padding: 0 72px;
}
.section_title_inner.change_title_inner h2 {
    margin: 0;
}
.lp_change_slider_sec {
    max-width: 1545px;
    margin: 0 auto;
}
.lp_change_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lp_change_slide_content {
    max-width: 484px;
    margin: 0 15px;
}
.lp_change_content_main {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding: 0 15px;
}
.lp_change_content_inner {    
    max-width: 100%;
    width: 100%;
}
.change_section_text {
    background-color: #00A3B2;
    padding: 22px 10px;
}
.change_section_text h3 {
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.change_sec_img img{
	width: 100%;
}
.lp_dental_slider .slick-dots{
	bottom: -30px;
}
.lp_dental_slider .slick-dots li,
.lp_dental_slider .slick-dots li button,
.lp_dental_slider .slick-dots li button::before{
	width: 10px;
	height: 10px;
	padding: 0;
}
.lp_dental_slider .slick-dots li button::before{
	font-size: 10px;
	line-height: 12px;
	color: #429FB0;
}
.lp_dental_slider .slick-dots li.slick-active button::before{
	opacity: 1;
}
.lp_dental_slider .slick-next:before {
    content: '';
    font-size: 0;
    opacity: 1;
    color: #ffffff;
    background: url(/lp-asset/lp-images/dr-slider-arrow.svg);
    height: 16px;
    width: 21px;
    background-size: cover;
    display: inline-block;
}
.lp_dental_slider .slick-prev:before{
	content: '';
    font-size: 0;
    opacity: 1;
    color: #ffffff;
    transform: rotate(180deg);
    background: url(/lp-asset/lp-images/dr-slider-arrow.svg);
    height: 16px;
    width: 21px;
    background-size: cover;
    display: inline-block;
}
.lp_dental_slider .slick-arrow{
	background: #0DB3BD;
	width: 56px;
	height: 56px;
	border-radius: 100%;
}
.lp_dental_slider .slick-next {
    right: 0;
}
.lp_dental_slider .slick-prev{
	left: 0;
}
@media screen and (max-width: 1199px) {
	.change_section_text h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px){
	.lp_dental_slider {
	    padding: 0 20px;
	}
	.lp_dental_slider .slick-arrow {
    	width: 45px;
    	height: 45px;
    	z-index: 11;
	}
}
@media screen and (max-width: 767px) {
	.change_section_text {
	    padding: 15px 10px;
	}
	.lp_dental_slider {
	    padding: 0;
	}
}
@media screen and (max-width: 575px) {
	.lp_change_slide_content {
		max-width: 100%;
		margin: 0;
	}
}


