@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Vollkorn:wght@400;500;600;700;800;900&display=swap');
body,span,p,li,a{
	font-family: 'Figtree', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Vollkorn', 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;
	color: #EF9220;
}
.label1 {
    font-weight: 600;
    color: red;
    bottom: -27px;
    font-size: 12px;
    left: 0;
    width: 100%;
    text-align: left;
}
/* default css */
.lp-section-padding{
	padding: 60px 0;
}
.lp-section-more-padding{
	padding: 100px 0;
}
body .container{
	max-width: 1540px;
	padding: 0 20px;
}
@media only screen and (min-width: 320px){
	body .container {
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px){
	body .container {
		max-width: 900px;
	}
}
@media only screen and (min-width: 992px){
	body .container {
		max-width: 960px;
	}
}
@media only screen and (min-width: 1200px){
	body .container {
		max-width: 1140px;
	}
}
@media only screen and (min-width: 1400px){
	body .container {
		max-width: 1320px;
	}
}
@media only screen and (min-width: 1600px){
	body .container {
		max-width: 1540px;
	}
}
.lp_default_btn{
	padding: 15px 18px;
	background: #0A4127;
	color: #Fff;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	border: 2px solid transparent;
	line-height: 1	;
	font-family: 'Figtree', sans-serif;
	transition: all 0.4s;
	text-decoration: none;
}
.lp_default_btn:hover{
	border-color: #0A4127;
	background: transparent;
	color: #0A4127;
}
.white_default_btn.lp_default_btn{
	background: #fff;
	color: #0A4127;
}
.white_default_btn.lp_default_btn:hover{
	color: #Fff;
	border-color: #fff;
	background: transparent;
}
.lp_default_btn.white_border_default_btn {
    background: transparent;
    border-color: #ffffff;
}
.lp_default_btn.white_border_default_btn:hover {
    background: #ffffff;
}
.section_title_inner p,
.section_title_inner ul li{
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
	color: #010001;
}
.section_title_inner h1{
	font-size: 62px;
	line-height: 1.3;
	font-weight: 500;
	color: #010001;
	margin: 0 0 15px;
}
.section_title_inner h1 span{
	color: #4583B6;
	font-weight: 700;
	font-family: 'Vollkorn', 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,
body .form_sec h1 {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
	color: #404145;
	margin: 0 0 24px;
}
.under-line h2 {
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.under-line h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 4px;
    background-color: #0A4127;
    transform: translateX(-50%);
}
.section_title_inner h2 span ,.section_title_inner h4 span {
	color: #81A969;
	font-weight: 700;
	font-family: 'Vollkorn', 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 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: #4583B6;
	border-radius: 100%;
}
.section_title_inner ul.check-list-style li{
	padding: 0 0 0 38px;
	margin-bottom: 5px;
}
.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;
}
.bg_blue {
    background: #F1F6F9;
}
.section_less_padding {
    padding: 50px 0px;
}
@media only screen and (max-width: 1199px){
	/* body .container{
		max-width: 992px;
	} */
	.section_title_inner h1 {
	    font-size: 38px;
	}
	.section_title_inner h1 span::before{
		bottom: 13px;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 28px;
	}
}
@media only screen and (max-width: 991px){
	/* body .container{
		max-width: 768px;
	} */
	body .container-fluid{
		padding-left: 20px;
		padding-right: 20px;
	}
	.section_title_inner h1 {
	    font-size: 35px;
	}
	.section_title_inner h1 span{
		color: #81A969;
	}
	.section_title_inner h1 span::before{
		bottom: 11px;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 30px;
	}
	.section_title_inner h2 span::before{
		bottom: 8px;
	}
}
@media only screen and (max-width: 767px){
	/* body .container{
		max-width: 665px;
	} */
	.section_title_inner p,
	.section_title_inner ul li{
		font-size: 16px;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 28px;
	}
}
@media only screen and (max-width: 575px){
	/* body .container{
		max-width: 100%;
	} */
	.lp_default_btn{
		width: 100%;
		text-align: center;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 25px;
	}
	.section_title_inner h1{
		color: #141414;
		font-size: 28px;
		margin: 0 0 10px;
	}
	.section_title_inner h4 {
	    font-size: 20px;
	}
	.section_title_inner h2 span::before {
	    bottom: 6px;
	}
	.section_title_inner p, .section_title_inner ul li{
		font-size: 16px;
	}
}
/*===============================================
= End Default CSS
============================================*/
/*===============================================
= section padding CSS
============================================*/
.section_more_padding{
	padding: 100px 0;
}
.section_padding{
    padding: 80px 0;
}
.section_more_margin{
	margin: 100px 0;
}
@media only screen and (max-width: 1024px) {
	.section_more_padding{
		padding: 80px 0;
	}
	.section_more_margin{
		margin: 80px 0;
	}
}
@media only screen and (max-width: 991px) {
    .section_padding, .section_more_padding{
        padding: 60px 0;
    }
    .section_more_margin{
		margin: 60px 0;
	}
}
@media only screen and (max-width: 767px) {
    .section_padding, .section_more_padding{
        padding: 50px 0;
    }
    .section_more_margin{
		margin: 50px 0;
	}
}
/*===============================================
= End section padding CSS
============================================*/
/*===============================================
= start Header CSS
============================================*/
.sticky-header{
	position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
}
.lp_header{
	padding: 15px 0;
}
.header_btn{
	text-align: right;
}
@media only screen and (max-width: 575px){
	.header_btn .lp_default_btn span,
	.lp_default_btn span {
		display: none;
	}
	.footer_btn .lp_default_btn {
	    width: 100%;
	    max-width: 220px;
	}
}
@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,
	.header_btn .lp_default_btn{
		padding: 12px 18px;
	}
}

/* survey top location title */
.new_txt_add_miami p {
    font-size: 37px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;  
    font-family: 'Bitter', serif;
}
.new_txt_add_miami span {
    font-family: 'Bitter', serif;
    color: #81A969;
    position: relative;
}
.new_txt_add_miami span:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.new_txt_add_miami p {
	    font-size: 33px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.new_txt_add_miami p {
	    margin-bottom: 10px;
	    font-size: 30px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
	.new_txt_add_miami p {
		margin-bottom: 10px;
		font-size: 26px;
	}
}
/*===============================================
= End Header CSS
============================================*/
/*===============================================
= footer start  CSS
============================================*/
.lp_footer{
	padding: 15px 0;
	background-image: url("/lp-asset/lp-images/footer-bg.jpg");
}
.footer_text p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #Fff;
	text-align: right;
	width: 100%;
	margin: 0;
}
.footer_btn{
	text-align: center;
}
a.footer-call {
    color: #ffffff;
    text-decoration: none;
}
a.footer-call:hover {
    color: #C4E3D4;
}
@media only screen and (max-width: 991px){
	.footer_text p{
		margin: 25px 0 0;
		text-align: center;
	}
	.footer_btn{
		text-align: right;
	}
}
@media only screen and (max-width: 767px){
	.footer_logo{
		margin: 0 0 20px;
	}
	.footer_btn {
	    text-align: center;
	}
}
@media only screen and (max-width: 575px){
	.lp_footer {
		padding: 25px 0 80px;
	}
	.footer_logo {
		text-align: center;
	}
	.footer_text p {
		margin: 20px 0 0;
	}
}
/*===============================================
= End footer CSS
============================================*/
/*===============================================
= start banner CSS
============================================*/
.lp_banner_section{
	background-image: url("lp-images/dental-implant-banner-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 80%;
	padding-top: 78px;
	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;
}
.banner_title_inner p span {
    color: #81A969;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Figtree', sans-serif;
}
.banner_title_inner{
	position: relative;
	z-index: 12;
	max-width: 650px;
}
.banner_title_inner h1, .banner_title_inner p{
	color: #ffffff;
}
.banner_title_inner p{
	font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.banner_title_inner .lp_default_btn{
	margin: 25px 0 0;
}
@media only screen and (max-width: 1199px){
	.banner_title_inner p {
	    font-size: 18px;
	}
}
@media only screen and (max-width: 1100px) {
	.banner_title_inner p br, .lp_number_section h2 br {
	    display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px){
	.section_title_inner.banner_title_inner {
	    max-width: 450px;
	}
}
@media only screen and (max-width: 991px){
	.lp_banner_section{
		min-height: 480px;
	}
	.banner_title_inner{
		position: relative;
		z-index: 11;
	}
}
@media only screen and (max-width: 767px){
	.banner_title_inner{
		margin: 30px 0 50px;
	}
	.banner_title_inner p{
		font-size: 15px;
	}
	.banner_title_inner .lp_default_btn {
	    margin: 20px 0 0;
	}
}
/*===============================================
= end banner CSS
============================================*/
/*===============================================
= Start Icon Text CSS
============================================*/
.icon-text-sec {
    background-color: #F5F5F5;
    padding: 34px 0;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 20px 15px 0px;
}
.text-icon-main {
    display: flex;
    justify-content: center;
    column-gap: 80px;
}
.text-icon-box p {
    font-weight: 600;
    color: #325442;
    padding-left: 10px;
}
@media only screen and (max-width: 767px){
	.text-icon-main{
		column-gap: 20px;
	}
}
@media only screen and (max-width: 600px){
	.text-icon-main{
	    flex-direction: column;
	    gap: 20px;
	    align-items: center;
	}
}
/*===============================================
= end Icon Text CSS
============================================*/
/*===============================================
= page bottom cta Css
===============================================*/
.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: #010001;
    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;
}

@media only screen and (min-width: 576px){
    .page-default-btn {
        display: none;
    }
}
/*===============================================
= end page bottam cta  Css
===============================================*/
/*===============================================
= start veneer looking  Css
===============================================*/
.container980{
	max-width: 980px !important;
}
.veneer-looking-title, .dental-teatment{
	text-align: center;
}
.veneer-looking-title{
	padding-bottom: 30px;
}
.dental-teatment .pricing-box-icon {
    margin: 0 auto 20px;
}
.dental-teatment .pricing-box-icon.dental-treatment-icon img {
    width: 25px;
    height: 40px;
}
.dental-teatment .pricing-box-icon::before{
	width: 70px;
	height: 70px;
}
.dental-teatment h4 {
    font-family: 'Figtree', sans-serif;
}
ul.veneer-star-design {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.veneer-star-design .no-star img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(41%) saturate(766%) hue-rotate(99deg) brightness(94%) contrast(102%);
}
.veneer-looking-table .no{
	font-weight: 800;
	color: #81A969;
}
.veneer-looking-table .yes{
	font-weight: 800;
	color: #CF5959;
}
@media only screen and (max-width: 1200px){
	.veneer-star-design li img {
	    width: 20px;
	    height: 20px;
	}
}
@media only screen and (max-width: 1024px){
	.veneer-star-design li img {
	    width: 18px;
	    height: 18px;
	}
	.dental-teatment h4{
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px){
	.dental-teatment h4{
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	ul.veneer-star-design{
		gap: 5px;
	}
	.dental-teatment .pricing-box-icon::before {
	    width: 50px;
	    height: 50px;
	}
	.dental-teatment .pricing-box-icon img{
		width: 30px;
		height: 30px;
	}
	.dental-teatment .pricing-box-icon.dental-treatment-icon img {
	    width: 18px;
	    height: 30px;
	}
	.dental-teatment h4{
		font-size: 16px;
	}
}
@media only screen and (max-width: 575px){
	.responsive-sm-col{
		margin-bottom: 30px;
	}
	.veneer-looking-title {
	    padding-bottom: 0px;
	}
}
/*===============================================
= end veneer looking  Css
===============================================
/*===============================================
= Start Scroll menu Section CSS
============================================*/
.scroll_menu {
    position: sticky;
    width: 100%;
    top: -1px;
    left: 0;
    background: #0A4127;
    z-index: 9999;
    display: inline-block;
}
.indicator {
	position: relative;
	width: 100%;
	height: 3px;
	background: #F6BB42;
}
.indicator-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background: #FDE3A7;
	transition:
	width ease .3s,
	left cubic-bezier(.4,.95,.5,1.5) .5s;
}
.menu {
	padding: 0;
	list-style: none;
	text-align: center;
}
.menu li {
	display: inline-block;
	vertical-align: top;
}
.tab {
    padding: 12px 24px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
}
.active-tab, .tab:hover{
	color: #0A4127;
	background-color: #ffffff;
	border-radius: 100px;
	height: 100%;
}
.scroll_menu a {
    display: inline-block;
}
/* .scroll_menu{
    display: none;
} */
@media only screen and (max-width: 1199px) {
    .tab {
        padding: 8px 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 896px) {
    .tab {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
	.scroll_menu {
	    padding: 12px 0 6px;
	}
	.menu {
		-webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	}
	.menu li {
	    margin: 0 0 8px;
	    width: 100%;
	}
	.tab {
		width: 100%;
		padding: 8px 12px;
	}
}
@media only screen and (max-width: 480px) {
	.menu {
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
}
@media only screen and (min-width: 768px){
    .scroll_menu{
        display: block;
        padding: 26px;
    }
}
/*===============================================
= end Scroll menu Section CSS
============================================*/
/*===============================================
= Start about Section CSS
============================================*/
.about-video-image {
    text-align: center;
}
.about-description p:not(:last-of-type) {
    margin-bottom: 15px;
}
.vide-bottom{
	padding-top: 32px;
}
.about-bottom-btn{
	margin-top: 20px;
}
@media only screen and (max-width: 991px){
	.about-video-image {
		padding-bottom: 30px;
	}
	.vide-bottom{
		padding-top: 25px;
	}
}
@media only screen and (max-width: 767px){
	.vide-bottom{
		padding-top: 15px;
	}
}
/*===============================================
= end about Section CSS
============================================*/
/*===============================================
= Start Expert CSS
===============================================*/
.experts-sec{
	background-color: #F1FDF7;
}
.experts-sec .container {
    max-width: 1170px !important;
    margin: 0 auto;
}
.comparison-content{
  padding: 0 15px;
}
.comparison {
  width: 100%;
  padding-bottom: 63%;
  /* overflow: hidden; */
  position: relative;
  border-radius: 15px;
}
.figure {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#figure{
  background-image: url('/lp-asset/lp-images/after-11.jpg');
}
.divisor{
  background-image: url('/lp-asset/lp-images/before-11.jpg');
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
#figure1 {
    background-image: url('/lp-asset/lp-images/after-11.jpg');
}
#divisor1 {
    background-image: url('/lp-asset/lp-images/before-11.jpg');
}
#figure2 {
    background-image: url('/lp-asset/lp-images/after-11.jpg');
}
#divisor2 {
    background-image: url('/lp-asset/lp-images/before-11.jpg');
}
#figure3 {
    background-image: url('/lp-asset/lp-images/after-11.jpg');
}
#divisor3 {
    background-image: url('/lp-asset/lp-images/before-11.jpg');
}
#figure4 {
    background-image: url('/lp-asset/lp-images/after-11.jpg');
}
#divisor4 {
    background-image: url('/lp-asset/lp-images/before-11.jpg');
}
.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;
}
.handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background-color: #2E580D;
  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-main .slick-arrow.slick-prev{
	left: auto;
    top: auto;
    bottom: -60px;
    right: 51%;
}
.comparison-main .slick-arrow.slick-next {
    right: auto;
    top: auto;
    bottom: -60px;
    left: 51%;
}
@media only screen and (max-width: 480px){
    .comparison-content {
        padding: 0 8px !important;
    }
    .comparison-main .slick-arrow {
        width: 26px;
        height: 26px;
    }
    .comparison-main .slick-arrow::before {
        width: 12px;
        height: 12px;
    }
    /* .comparison{
    	padding-bottom: 90%;
    } */
}
@media only screen and (max-width: 425px){
	.comparison-main ul.slick-dots {
	    bottom: -40px;
	}
}
/*===============================================
= End Expert CSS
===============================================*/
/*===============================================
= Start Box CSS
===============================================*/
.box-section {
    background-color: #0A4127;
}
.box-content-main {
    text-align: center;
    background-color: #F4F5F7;
    padding: 16px;
    border-radius: 8px;
    height: 100%;
}
.box-img {
    padding-bottom: 16px;
}
.box-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.box-content h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    padding-bottom: 16px;
    color: #010001;
}
.box-content-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 5px;
}
.box-content-wrapper p{
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    color: #010001;
    text-align: left;
}
.box-content-wrapper.stain-text p{
	width: 100%;
}
ul.box-star-design {
    gap: 4px;
}
.box-star-design li img {
    width: 17px;
    height: 17px;
}
.box-content-wrapper:last-of-type, .includes-detl li:not(:last-of-type) {
	margin-bottom: 16px;
}
.box-content p{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    color: #ffffff;
}
.box-content p span {
    color: #81A969;
    font-weight: 800;
}
.box-content-main .box-content p.includes {
    text-align: left !important;
    padding-top: 20px;
    display: block;
    font-weight: 700;
}
.includes-detl li {
    text-align: left;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
}
.includes-detl li::before{
	position: absolute;
	content: "";
	top: 48%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(
	"/lp-asset/lp-images/green-check.svg");
	width: 16px;
	height: 16px;
}
/* ul.includes-detl {
    margin-left: 20px;
} */
.pricing-main .slick-arrow.slick-prev{
	left: 0;
}
.pricing-main .slick-arrow.slick-next{
	right: 0;
}
@media only screen and (max-width: 991px) {
	.box-section .col-lg-4:not(:last-of-type) .box-content-main {
	    margin-bottom: 30px;
	}
}
@media only screen and (min-width: 576px){
	.pricing-main, .pricing-main .slick-list.draggable, .pricing-main .slick-track, .pricing-main .slick-slide > * {
	    height: 100%;
	}
	.pricing-main .slick-slide {
	    padding: 0 15px;
	}
	.pricing-main-box {
	    height: 100%;
	    display: flex !important;
	}
}
@media only screen and (max-width: 575px){
	.pricing-main .slick-arrow{
		width: 25px;
	    height: 25px;
	    line-height: 25px;
	}
	.pricing-main .slick-arrow::before{
		width: 12px;
	    height: 12px;
	}
	.pricing-main .slick-arrow.slick-prev{
		left: -10px;
	}
	.pricing-main .slick-arrow.slick-next{
		right: -10px;
	}	
}
/*===============================================
= End Box CSS
===============================================*/
/*===============================================
= Start Dental Box CSS
===============================================*/
.dental-box-image {
    text-align: center;
    margin-bottom: 24px;
}
.dental-comparison-content{
	padding: 0 !important;
}
.dental-comparison{
	padding-bottom: 52%;
}
.dental-box-main h4 {
    font-weight: 700;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 24px;
    font-family: 'Vollkorn', serif;
    color: #404145;
}
.dental-box-icon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.dental-box-icon:not(:last-of-type) {
    padding-bottom: 24px;
}
.dental-box-icon img {
    padding-top: 2px;
}
.dental-box-icon p {
    font-size: 18px;
}
.dental-box-icon p b{
	display: block;
}
@media only screen and (max-width: 1500px){
	.dental-box-icon p{
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px){
	.responsive-col:not(:last-of-type) {
	    margin-bottom: 30px;
	}
	.dental-box-icon p{
		font-size: 16px;
	}
}
/*===============================================
= End Dental Box CSS
===============================================*/
/*===============================================
= Start Why Us CSS
===============================================*/
.section-title {
    padding-bottom: 60px;
}
.section-title h2 {
    color: var(--white_color);
    margin-bottom: 0;
}
.why-us-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.why-us-box {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 25px;
    overflow: hidden;
}
.why-us-box-1, .why-us-box-2, .why-us-box-3, .why-us-box-4{
    max-width: calc(25% - 24px);
}
.why-us-box-5, .why-us-box-6, .why-us-box-7{
    max-width: calc(33.33% - 24px);
}
.why-us-box-8, .why-us-box-9{
    max-width: calc(50% - 24px);
}
.why-us-box-inner{
    width: 100%;
}
.why-us-box-inner img {
    background-color: #C4E3D4;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.why-us-box h4 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 11px;
    text-transform: uppercase;
    color: #404145;
    font-family: 'Figtree', sans-serif;
}
.why-us-box p {
    font-weight: 400;
    font-size: 16px;
    color: #5E6461;
}
@media only screen and (max-width: 991px){
    .why-us-box{
        max-width: calc(50% - 15px) !important;
    }
}
@media only screen and (max-width: 600px){
    .why-us-box{
        max-width: calc(100% - 15px) !important;
    }
    .why-us-box{
    	padding: 15px;
    }
}
/*===============================================
= End Why Us CSS
===============================================*/
/*============================================
= Start Doctor Profile CSS
===============================================*/
.doctor_profile_section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.doctor_profile_section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 80%;
    background-image: url("/lp-asset/lp-images/dr-sec-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.slick-dots li {
    padding: 0;
    margin: 0 4px;
    width: 8px;
    height: 8px;
}
.slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    background: #e8e8e8;
    border-radius: 50%;
}
.slick-dots li.slick-active button, 
.slick-dots li:hover button {
    background: #B2BAB6 !important;
}
.slick-dots li button::before {
    display: none;
}
.slick-arrow {
    z-index: 11;
    border: none !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #B2BAB6 !important;
    border-radius: 50%;
    border: 1px solid #B2BAB6 !important;
}
.slick-arrow::before {
    transform: translate(-50%, -50%);
    content: "";
    background-image: url("/lp-asset/lp-images/left-arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.slick-arrow.slick-next::before {
    content: "";
    background-image: url("/lp-asset/lp-images/right-arrow-icon.svg");
}
.slick-arrow.slick-prev {
    left: -50px;
    right: 0;
}
.slick-arrow.slick-next {
    right: -50px;
}
.doctor_profile_section .slick-dots {
    bottom: 32px;
    left: -30px;
}
.doctor-image img {
    border-radius: 20px;
}
hr.doctor-content-line {
    opacity: 1;
    border-color: #ffffff;
    margin: 0 0 30px;
    width: 170px;
}
.doctor-content h2 {
    margin-bottom: 0;
    color: #ffffff;
}
.doctor-content h4 {
    color: #ffffff;
    margin-bottom: 38px;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
}
.doctor-content p {
    color: #ffffff;
    max-width: 775px;
    padding-right: 15px;
}
.doctor-content p:not(:last-of-type) {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px){
	.doctor_profile_row {
	    width: 100%;
	    margin-bottom: 60px;
	}
}
@media only screen and (max-width: 1399px){
	.doctor_profile_section::before{
		max-height: 87%;
	}
	.doctor-content h4{
		margin-bottom: 28px;
	}
	.slick-arrow.slick-prev {
	    left: -30px;
	}
	.slick-arrow.slick-next {
	    right: -30px;
	}
	.doctor_profile_row .slick-arrow{
		width: 35px;
		height: 35px;
	}
	.doctor_profile_row .slick-arrow::before{
		width: 15px;
		height: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.doctor_profile_section::before {
	    max-height: 100%;
	}
	.doctor_profile_row .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.doctor_profile_row .slick-arrow::before, .flex-container .slick-arrow::before{
		width: 13px;
		height: 13px;
	}
	.doctor_profile_row .slick-arrow.slick-prev, .flex-container .slick-arrow.slick-prev{
		left: -14px;
	}
	.doctor_profile_row .slick-arrow.slick-next, .flex-container .slick-arrow.slick-next{
		right: -14px;
	}
}
@media only screen and (max-width: 767px){
	.doctor-content p{
		padding-right: 0;
	}
	.doctor-content {
	    margin-top: 30px;
	}
	hr.doctor-content-line{
		margin: 0 0 15px;
	}
	.doctor-content h4{
		margin-bottom: 15px;
	}
	.doctor-image img{
		margin: 0 auto;
	}
	.doctor_profile_row .slick-arrow.slick-prev, .flex-container .slick-arrow.slick-prev{
	    left: auto;
	    top: auto;
	    bottom: -40px;
	    right: 51%;
	}
	.doctor_profile_row .slick-arrow.slick-next, .flex-container .slick-arrow.slick-next {
	    right: auto;
	    top: auto;
	    bottom: -40px;
	    left: 51%;
	}
}
@media only screen and (max-width: 575px){
	.doctor_profile_row .slick-arrow.slick-prev, .doctor_profile_row .slick-arrow.slick-next,
	.doctor_profile_row .slick-arrow.slick-prev, .doctor_profile_row .slick-arrow.slick-next {
	    bottom: -50px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .doctor_profile_section .slick-arrow, .flex-container .slick-arrow {
        font-size: 18px;
        width: 26px;
        height: 26px;
    }
    .doctor_profile_section .slick-arrow::before, .flex-container .slick-arrow::before{
        width: 12px;
        height: 12px;
    }
}
/*============================================
= End Doctor Profile CSS
===============================================*/
/*============================================
= Start Patient Story CSS
===============================================*/
body .container1060{
	max-width: 1050px !important;
}
.vd-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.vd-sec-inner {
    position: relative;
    height: 0;
    padding-bottom: 54.66%;
}
.vd-sec video, .vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
@media only screen and (max-width: 767px){
	.responsive-md-col{
		margin-bottom: 30px;
	}
}
/*============================================
= End Patient Story CSS
===============================================*/
/*============================================
= Start Quiz CSS
===============================================*/
.quiz-sec{
	background-color: #F5F5F5;
}
.quiz-content p {
    padding-top: 8px;
    padding-bottom: 20px;
}
/*============================================
= End Quiz CSS
===============================================*/
/*============================================
= Start Pricing Box CSS
===============================================*/
.pricing-box-main {
    background-color: #F9F9FA;
    border-radius: 16px;
    border-top: 4px solid #81A969;
    padding: 24px;
    height: 100%;
}
.pricing-box-icon {
    position: relative;
    width: fit-content;
    z-index: 1;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 26px;
}
.pricing-box-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #EFF6E8;
    border-radius: 100%;
    z-index: -1;
}
.pricing-box-icon img {
    width: 40px;
    height: 40px;
}
.pricing-box-content h5 {
    padding-bottom: 24px;
    font-weight: 500;
    color: #010001;
}
.pricing-box-content p:not(:last-of-type) {
    margin-bottom: 15px;
}
.pricing-box-content p {
    letter-spacing: 0.3px;
}
@media only screen and (max-width: 991px){
	.pricing-section .pricing-responsive-col:not(:last-of-type){
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.pricing-box-main{
		padding: 18px;
	}
}
/*============================================
= End Pricing Box CSS
===============================================*/
/*============================================
= Start Pricing Box CSS
===============================================*/
.flex-container {
    width: 100%;
    display: flex;
    gap: 30px;
	height: 100%;
}
.flex-title {
    color: #f1f1f1;
    font-size: 20px;
    margin: auto;
    text-align: left;
    transition: all 500ms ease;
    color: #0A4127;
    /* left: 48px; */
    font-family: 'Vollkorn', serif;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: 600;
}
.flex-title::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -48px;
    width: 30px;
    height: 3px;
    background-color: #0A4127;
    border-radius: 10px;
}
.flex-title span{
    opacity: 0;
    display: none;
    transition: all .5s;
}
.flex-title-home {
    transition: all .5s;
}
.flex-slide:hoverflex-title-home {
    opacity: 1; 
}
.flex-slide {
	min-width: 95px;
	height: 100%;
    flex: 1;
    cursor: pointer;
    transition: all 500ms ease;
    position: relative;
    border-radius: 20px;
	padding: 40px;
	height: 100%;
}
 .flex-title {
    opacity: 1;
}
.pricing-title {
    display: flex;
    flex-wrap: wrap;
	row-gap: 10px;
    justify-content: space-between;
}
.flex-about,  .pricing-price {
    display: inline-block !important;
}
.css-class{
	transform: rotate(0deg);
    bottom: auto;
    top: 10% !important;
    top: unset;
    visibility: visible;
    opacity: 1;
}
.flex-about p span {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.flex-about p span::before {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0px;
    right: auto;
    top: 3px;
    bottom: auto;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.flex-about {
	margin-top: 24px;
	width: 100% !important;
}
.flex-slide{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 9;
}
.flex-slide{
	background-color: #06361F;
}
/* .flex-slide::before{
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(249 249 253 / 90%) 0%, rgb(224 221 246 / 90%) 100%);
    z-index: -1;
} */
.flex-slide .flex-title {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Vollkorn', serif;
    font-size: 36px;
	padding-bottom: 16px;
}
.flex-slide .flex-title::before {
    width: 80px;
    height: 6px;
    border-radius: 10px;
    background-color: #ffffff;
    left: 0;
    bottom: -20px;
    top: auto;
}
.pricing-detl-main {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 16px;
}
.pricing-detl-col-1 {
    width: 40%;
}
.pricing-detl-col-2 {
    width: 35%;
}
.pricing-detl-col-3 {
    width: 25%;
}
.pricing-detl-col-4 {
    width: 15%;
    text-align: center;
}
p.includes {
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
}
.pricing-price {
    /* position: absolute; */
    right: 60px;
    top: 60px;
    background-color: #ffffff;
    width: 100%;
    max-width: 75%;
    padding: 12px 24px;
    text-align: center;
    border-radius: 8px
}
.pricing-price h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #06361F;
}
.pricing-price h3 sub {
    font-size: 16px;
}
.pricing-price p {
    color: #06361F;
    font-weight: 700;
}
.pricing-title h2{
	color: #ffffff;
}
.pricing-title.under-line h2::before{
	background-color: #ffffff;
}
.flex-container .nav-tabs {
    border: 0;
} 
.flex-container .nav-tabs button.nav-link {
	color: #fff;
    font-weight: 600;
    font-family: 'Vollkorn', serif;
    font-size: 20px;
    left: 60px;
    top: 60px;
}
.flex-container .nav-tabs {
    border: 0;
    flex-direction: row !important;
    flex-wrap: nowrap;
	gap: 6px;
}
.flex-container .nav-tabs button.nav-link.active{
	color: #0A4127;
	border-radius: 6px;
}
.flex-container .nav-tabs button.nav-link {
    border-radius: 6px;
    text-align: center;
}
.flex-container .nav-tabs .nav-link:hover{
	color: #fff;
}
@media only screen and (max-width: 1600px){
	.pricing-detl-col-1{
		width: 100%;
	}
	.pricing-detl-col-2,
	.pricing-detl-col-3{
		width: 50% !important;
	}
}
@media only screen and (max-width: 1199px){
	.flex-slide .flex-title{
		font-size: 30px;
	}
	.pricing-price h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px){
	.pricing-detl-main{
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.flex-container{
		flex-direction: column;
	}
	.flex-slide .flex-title{
		width: 100%;
	}
	.flex-container{
		height: unset ;
	}
}
@media only screen and (max-width: 767px){
	.flex-container{
		flex-direction: column;
		overflow: visible;
	}
	.flex-slide{
		flex: 1;
		background-color: #06361F;
		padding: 30px;
		height: auto;
	}
	.flex-about, .flex-title, .pricing-price{
		position: unset;
		display: block;
		width: 100%;
	}
	.flex-slide .flex-title{
		width: 100%;
		padding-bottom: 20px;
	}
	.pricing-price {
	    margin-bottom: 30px;
	}
	.flex-title{
		transform: rotate(0deg);
		width: 100%;
	    padding-bottom: 20px;
	    font-size: 30px;
	    color: #ffffff;
	    font-weight: 600;
	    font-family: 'Vollkorn', serif;
	}
	.flex-title::before, .flex-slide .flex-title::before{
		top: 40px;
		left: 0;
		background-color: #ffffff;
	    width: 36px;
	    height: 3px;
	    bottom: 10px;
	}
}
@media only screen and (max-width: 575px){
	.pricing-detl-main{
		flex-direction: column;
	}
	.flex-title, .flex-slide .flex-title{
		font-size: 20px;
	}
	.flex-about, .flex-slide .flex-title, .pricing-price{
		width: 100%;
		max-width: 100%;
	}
	.pricing-detl-col{
		max-width: 100% !important;
		width: 100%;
	}
	.pricing-title .pricing-detl-col {
		text-align: center;
	}
	.flex-title::before, .flex-slide .flex-title::before{
		top: 30px;
	}
	.flex-container .nav-tabs button.nav-link.active{
		width: 100%;
	}
	.flex-container .nav-tabs button.nav-link{
		font-size: 15px;
		padding: 5px;
		width: 100%;
	}
	.flex-container{
		gap: 16px;
	}
	.flex-slide {
		padding: 16px;
	}
	.pricing-detl-col-2, .pricing-detl-col-3{
		width: 100% !important;
	}
}
@media only screen and (min-width:992px) and (max-width: 1200px){
	.pricing-price{
		width: 100%;
		max-width: 100%;
	}
	.pricing-title .pricing-detl-col {
		width: 100%;
		text-align: center;
	}
}
/*============================================
= End Pricing Box CSS
===============================================*/