@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;200;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-page-default-btn {
    margin-top: 40px;
}
.lp_default_btn{
	padding: 8px 32px;
	background: #81A969;
	color: #Fff;
	font-weight: 600;
	font-size: 20px;
	border-radius: 50px;
	border: 2px solid transparent;
	line-height: 1.5;
	font-family: 'Figtree', sans-serif;
	transition: all 0.4s;
	text-decoration: none;
	text-align: center;
}
.lp_default_btn:hover{
	border-color: #81A969;
	background: transparent;
	color: #81A969;
}
.lp_default_btn.lp_border_btn {
    color: #81A969;
    background-color: transparent;
    border-color: #81A969;
}
.lp_default_btn.lp_border_btn:hover{
    background-color: #81A969;
    color: #fff;
}
.lp-page-default-btn a:last-of-type {
    margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
	.lp_default_btn {
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px) {
	.lp_default_btn {
		font-size: 16px;
		padding: 8px 22px;
	}
}
@media only screen and (max-width: 480px) {
	.lp_default_btn {
	    padding: 8px 18px;
	    width: 100%;
	}
	.lp-page-default-btn a:nth-child(2) {
	    margin-top: 15px;
	    margin-left: 0;
	}
}
.white_default_btn.lp_default_btn{
	background: #fff;
	color: #81A969;
}
.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: rgba(36, 36, 35, 1);
}
.section_title_inner h1{
	font-size: 40px;
	line-height: 1.3;
	font-weight: 600;
	color: rgba(36, 36, 35, 1);
	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: 35px;
	line-height: 1.5;
	font-weight: 700;
	color: rgba(36, 36, 35, 1);
	margin: 0 0 24px;
}
.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: 60px 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: 32px;
	}
	.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 h2,
	body .form_sec h1 {
	    font-size: 28px;
	}
	.section_less_padding {
	    padding: 50px 0px;
	}
}
@media only screen and (max-width: 575px){
	/* body .container{
		max-width: 100%;
	} */
	.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: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    z-index: 999;
}
.scrool-header{
	box-shadow: 0px 10px 17px rgb(34 81 168 / 9%);
} */
.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;
	}
	.header_logo {
	    padding-right: 15px;
	}
	.header_btn .lp_default_btn {
	    padding: 7px 15px;
	    width: auto;
	}
}
/*===============================================
= End Header CSS
============================================*/
/*===============================================
= footer start  CSS
============================================*/
.lp_footer{
	padding: 15px 0;
	background: rgba(36, 36, 35, 1);
}
.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;
}
@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
============================================*/
.wi-100 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.light-bg {
    background-color: #F4F5F7;
}
.lp-banner-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.lp-banner-content {
    padding: 25px 33px;
    background-color: #81A969;
    color: #fff;
}
.lp-banner-content h1 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #fff;
}
.banner-cta {
    text-align: center;
}
@media only screen and (max-width: 991px) {
	.lp-banner-content {
		padding: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.lp-banner-content {
		text-align: center;
	}
	.invisalign-logo {
	    margin: 15px 0 0;
	}
}
@media only screen and (min-width: 576px) {
	.invisalign-logo {
	    text-align: right;
	}
}
@media only screen and (min-width: 768px) {
	.banner-cta {
	    margin-top: 48px;
	}
}
@media only screen and (min-width: 1367px) {
	.lp-banner-content h1 {
		font-size: 48px;
	}
}
/*===============================================
= end banner 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: #242423;
    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 Scroll menu Section CSS
============================================*/
.scroll_menu {
    position: sticky;
    width: 100%;
    top: -1px;
    left: 0;
    background: rgba(36, 36, 35, 1);
    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;
	margin: 0 0 8px;
}
.tab {
    padding: 12px 24px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4;
}
.active-tab, .tab:hover{
	color: rgba(36, 36, 35, 1);
	background-color: #ffffff;
	border-radius: 100px;
	height: 100%;
}
.scroll_menu a {
    display: inline-block;
}
/* .scroll_menu{
    display: none;
} */
@media only screen and (max-width: 1600px) {
	.tab {
		font-size: 16px;
		padding: 12px 16px;
	}
}
@media only screen and (max-width: 1400px) {
	.tab {
		font-size: 15px;
	}
}
@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 {
	    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 0 18px;
    }
}
/*===============================================
= end Scroll menu Section 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: 'Figtree', sans-serif;
    color: #81A969;
}
.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: 20px;
}
@media only screen and (max-width: 991px){
	.responsive-col:not(:last-of-type) {
	    margin-bottom: 30px;
	}
	.dental-box-icon p{
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	.dental-box-icon p{
		font-size: 16px;
	}
}
/*===============================================
= End Dental Box CSS
===============================================*/
/*===============================================
= Start about Section CSS
============================================*/
.vd-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.vd-sec-inner {
    position: relative;
    height: 0;
    padding-bottom: 56.4%;
    border-radius: 15px;
    overflow: hidden;
}
.vd-sec video, .vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     border-radius: 15px; */
}
.about-video-image {
    text-align: center;
}
.about-video-description h6 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    line-height: 1.4;
    padding-bottom: 24px;
}
.about-video-description p {
    font-size: 24px;
    line-height: 1.4;
}
.about-video-description p:not(:last-of-type) {
    margin-bottom: 16px;
}
.list-main + p {
    margin-top: 25px;
}
.about-video-description p span {
    font-weight: 700;
    color: #81A969;
}
.vide-bottom{
	padding-top: 32px;
}
.about-bottom-btn{
	text-align: center;
	margin-top: 30px;
}
.about-video-image img {
    margin-top: 30px;
}
.section_title_inner p a {
    color: #81A969;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.section_title_inner p a:hover {
	color: rgba(36, 36, 35, 1);
}
@media only screen and (max-width: 1500px){
	.about-video-description h6{
		font-size: 24px;
	}
	.about-video-description p{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1199px){
	.about-video-description h6{
		font-size: 22px;
	}
	.about-video-description p {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1024px){
	.about-video-description h6{
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px){
	.about-video-image {
		padding-bottom: 30px;
	}
	.about-video-description h6{
		font-size: 18px;
	}
	.about-video-description p{
		font-size: 16px;
	}
	.vide-bottom{
		padding-top: 25px;
	}
}
@media only screen and (max-width: 767px){
	.about-video-description h6{
		font-size: 16px;
		padding-bottom: 15px;
	}
	.vide-bottom{
		padding-top: 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.video-image-sec .section_title_inner h2 {
	    margin: 0 0 48px;
	}
}
/*===============================================
= End about Section CSS
============================================*/
/*===============================================
= Start How Invisalign Works Section CSS
============================================*/
.how-works-box {
	background-color: #F4F5F7;
    text-align: center;
    padding: 24px;
    margin: 30px 0 0;
}
.count {
    width: 64px;
	height: 64px;
	background-color: #81A969;
	color: #fff;
	border-radius: 50px;
	padding: 10px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.count span {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
}
.how-works-box h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.how-works-box h3,
.how-works-box p,
.how-works-box img {
    margin: 24px 0 0;
}
@media only screen and (max-width: 1199px) {
	.count {
	    width: 55px;
	    height: 55px;
	}
	.how-works-box h3,
	.count span {
	    font-size: 20px;
	}
	.how-works-box h3,
	.how-works-box p,
	.how-works-box img {
	    margin: 16px 0 0;
	}
	.how-works-sec .section_title_inner h2 {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) {
	.how-works-inner>*:nth-child(3n+1) .how-works-box {
	    background-color: #FFFFFF;
	}
	.how-works-box {
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: calc(100% - 30px);
	}
	.how-works-box p {
	    max-width: 492px;
	    width: 100%;
	    text-align: left;
	}
}
/*===============================================
= End How Invisalign Works Section CSS
============================================*/
/*===============================================
= Start Pricing Section CSS
===============================================*/
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 28px;
    margin: 0 20px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.switch .slider {
	position: absolute;
	cursor: pointer;
	border-radius: 34px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 1px solid #81A969;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.switch .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	border-radius: 50%;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #81A969;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.switch input:checked + .slider {
	background-color: #81A969;
}
/* .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
} */
.switch input:checked + .slider:before {
	left: auto;
    right: 2px;
    background-color: #ffffff;
}
.pricing-sec .section_title_inner h2 {
    margin: 0 0 10px;
}
.switch-toggle label:not(label.switch) {
    font-size: 20px;
    font-weight: 500;
    vertical-align: top;
    max-width: 130px;
    width: 100%;
    text-align: left;
}
/* .switch-toggle label:last-child {
    padding: 0px 48px 0px 0px ;
} */
.switch-toggle label:first-child {
    /* border-right: 1px solid #81A969;
    padding: 0px 24px; */
    text-align: right !important;
}
.pay_full:not(.toggle-pricing .pay_full),
.toggle-pricing .pay_monthly {
    display: none;
}
@media only screen and (max-width: 991px) {
	.switch-toggle label:not(label.switch) {
		font-size: 18px;
	}
}
@media only screen and (max-width: 480px) {
	.switch-toggle label:not(label.switch) {
		font-size: 16px;
	    max-width: 100%;
	    width: auto;
	}
	.switch {
	    width: 40px;
	    height: 24px;
	    margin: 0 15px;
	}
	.switch .slider:before {
		height: 18px;
	    width: 18px;
	}
}
.pricing-inner {
    /* max-width: 991px; */
    width: 100%;
    margin: 0 auto;
}
.pricing-box {
    margin: 24px 0 0;
    background-color: #fff;
    border: 1px solid #81A969;
    border-radius: 12px;
    height: calc(100% - 24px);
    padding: 20px 32px 42px;
    text-align: center;
}
.price_div {
    margin-bottom: 30px;
}
.price_div .pay_full, .price_div .pay_monthly {
    text-align: center;
}
.price_div .pay_monthly p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    color: #81A969;
}
.price_div .pay_monthly{
    margin-bottom: 16px;
}
.price_div .pay_monthly ul{
    margin-bottom: 0 !important;
}
.price_div .pay_full p{
    font-size: 24px;
    text-align: center;
    color: #81A969;
    margin-bottom: 16px;
}
.price_div .pay_monthly span {
    font-size: 17px;
    font-weight: 400;
}
.pricing-box img {
    border-radius: 12px;
    margin: 0 auto 18px;
}
.pricing-box h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgba(36, 36, 35, 1);
    margin: 0 0 26px;
}
.pricing-box p {
    text-align: left;
    color: rgba(36, 36, 35, 1);
    line-height: 1.6;
    vertical-align: top;
    width: 100%;
}
ul.listbox {
    margin: 0 0 32px;
}
.listbox li {
    color: rgba(36, 36, 35, 1);
    font-weight: 500;
    text-align: left;
    padding-left: 35px;
    position: relative;
}
.listbox li:not(:last-child) {
    margin: 0 0 16px;
}
.listbox li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url('/lp-asset/lp-images/circle-check-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
}
.listbox ul{
    padding-top: 10px;
}
.listbox ul li{
    padding-left: 15px;
}
.listbox ul li::before{
    width: 6px;
    height: 6px;
    background-color: #81A969;
    background-image: unset;
    border-radius: 50%;
    top: 10px;
}
.pricing-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.pricing-slider .slick-slide {
    height: auto;
}
.pricing-slider .slick-slide>* {
    height: 100%;
}
@media only screen and (max-width: 767px) {
	.pricing-box {
		padding: 20px;
	}
	.pricing-content {
	    /* max-width: 250px; */
	    width: 100%;
	    margin: 0 auto;
	}
	ul.listbox {
	    margin: 0 0 20px;
	}
	.pricing-box h3 {
		font-size: 22px;
		margin: 0 0 16px;
	}
}
@media only screen and (min-width: 1025px) {
	.pricing-box .lp-page-default-btn {
	    margin-top: 32px;
	}
}
.pricing-slider .slick-arrow.slick-prev {
    left: -4px;
}
.pricing-slider .slick-arrow.slick-next {
    right: -4px;
}
@media only screen and (max-width: 575px) {
	.pricing-slider .slick-arrow {
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	}
    .pricing-slider .slick-arrow.slick-prev {
        left: -12px;
    }
    .pricing-slider .slick-arrow.slick-next {
        right: -12px;
    }
    .pricing-slider .slick-arrow::before {
        width: 12px;
        height: 12px;
    }
}
@media only screen and (min-width: 576px) {
	.pricing-slider .slick-slide {
	    padding: 0 15px;
	}
}

/*New Pricing Secton Css*/
.power_teeth_main {
    display: flex;
    justify-content: center;
    border: 2px solid #81a969;
    border-radius: 20px;
    padding: 10px;
    column-gap: 50px;
}
.power_teeth_left {
    flex: 6;
    position: relative;
    padding: 20px;
}
.power_teeth_right {
    flex: 3;
}
.easy_finance_logo {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}
.easy_finance_logo img.financing_logo {
    width: 110px;
    height: auto;
    margin: auto;
    padding-top: 30px;
}
.power_teeth_left h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Figtree', sans-serif;
    padding-bottom: 20px;
    color: #010001;
}
.power_teeth_left p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    color: #81a969;
    display: block;
    margin-bottom: 20px;
    position: relative;
    /* background: #fff; */
    z-index: 1;
}
.power_teeth_left p::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    left: 80px;
    width: calc(100% - 80px);
    height: 2px;
    background-color: #81a969;
    z-index: -1;
}
.power_teeth_list li {
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.power_teeth_list li::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("/lp-asset/lp-images/circle-check-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.power_teeth_list li:not(:last-of-type) {
    padding-bottom: 10px;
}
.power_teeth_content{
	border: 2px solid #81a969;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    align-content: center;
}
.power_teeth_content h3 {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    text-align: center;
}
.power_teeth_content span{
	font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    color: #81a969;
	text-align: center;
	display: block;
    padding-bottom: 20px;
}
@media only screen and (max-width: 991px){
	.power_teeth_main{
		column-gap: 20px;
	}
	.power_teeth_left{
		flex: 4;
	}
    .power_teeth_main{
        flex-direction: column;
    }
    .power_teeth_left{
        flex: 1;
        order: 2;
        padding: 20px 0;
    }
    .power_teeth_right{
        flex: 2;
        order: 1;
    }
}
@media only screen and (max-width: 767px){
	.easy_finance_logo{
		position: unset;
	}
	.power_teeth_content{
		padding: 20px;
	}
}
/*===============================================
= End Pricing Section CSS
===============================================*/
/*===============================================
= Start Why Choose Section CSS
===============================================*/
.service-box {
    background-color: #F9F9FA;
    border-top: 4px solid #81A969;
    border-radius: 16px;
    padding: 32px;
    margin: 25px 0 0;
    height: calc(100% - 25px);
    text-align: center;
}
.service-box h3 {
    color: rgba(36, 36, 35, 1);
    font-size: 20px;
    font-weight: 500;
    margin: 18px 0 16px;
}
.why-choose-sec .section_title_inner h2 {
    margin: 0 0 8px;
}
/*===============================================
= End Why Choose Section CSS
===============================================*/
/*===============================================
= Start Before-After CSS
===============================================*/
.comparison-content{
  padding: 0 15px;
}
.comparison {
  width: 100%;
  padding-bottom: 63%;
  overflow: hidden;
  position: relative;
}
.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/invisalign-after11.jpg');
}
#figure1{
  background-image: url('/lp-asset/lp-images/invisalign-after22.jpg');
}
#figure2{
  background-image: url('/lp-asset/lp-images/invisalign-after33.jpg');
}
#figure3{
  background-image: url('/lp-asset/lp-images/invisalign-after44.jpg');
}
.divisor{
  background-image: url('/lp-asset/lp-images/invisalign-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/invisalign-before22.jpg');
}
#divisor2{
  background-image: url('/lp-asset/lp-images/invisalign-before33.jpg');
}
#divisor3{
  background-image: url('/lp-asset/lp-images/invisalign-before44.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: #81A969;
  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] {
    appearance: none;
  -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 {
    appearance: none;
  -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: -5px;
}
.comparison-main .slick-arrow.slick-next{
	right: -5px;
}
@media only screen and (max-width: 1199px) {
	.before-after-sec {
		padding-bottom: 0;
	}
}
@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%;
    } */
}
.bg-box {
    padding: 30px 20px 40px;
    margin: 30px 15px 0;
    background-color: #F4F5F7;
}
@media only screen and (max-width: 480px){
	.bg-box {
		margin: 30px 8px 0;
		padding: 25px 20px 30px;
	}
}
/*===============================================
= End Before-After CSS
===============================================*/
/*============================================
= Start Doctor Profile CSS
===============================================*/
.doctor_profile_section {
    overflow: hidden;
}
.doctor_profile_row {
    width: 100%;
    margin: 0;
}
.doctor_profile_row .slick-list.draggable {
    padding: 0;
}
.doctor_profile_big_img img {
    height: 735px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.doctor_profile_txt_col {
    display: flex;
    align-items: center;
    position: relative;
    background: #F4F5F7;
}
.doctor_profile_slider_swap .row {
    margin: 0;
}
.doctor_profile_txt_block {
    background: #F9F7F9;
    height: 73%;
    max-width: max-content;
    width: auto;
    position: absolute;
    left: -75px;
    display: flex;
    align-items: center;
    padding: 80px 270px 80px 185px;
}
.doctor_profile_txt_para_block font {
    font-size: 32px;
    font-weight: 600;
    color: #81A969;
    display: block;
    margin-bottom: 20px;
    font-family: 'Vollkorn', serif;
}
.doctor_profile_txt_para_block p {
    font-size: 18px;
    margin: 0 0 16px;
    font-family: 'Vollkorn', serif;
    color: rgba(36, 36, 35, 1);
}
.doc_profile_under_para p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1	.6;
    color: rgba(36, 36, 35, 1);
    font-family: 'Figtree', sans-serif;
    display: block;
    margin-bottom: 30px;
}
.doctor_profile_txt_block .doctor-profile-cta{
    justify-content: left;
}
.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: #81A969 !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: #81A969 !important;
    border-radius: 50%;
    border: 1px solid #81A969 !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: 10px;
    right: 0;
}
.slick-arrow.slick-next {
    right: 10px;
}
.doctor_profile_section .slick-dots {
    bottom: 32px;
    left: -30px;
}
@media only screen and (max-width: 980px) {
	.doctor_profile_section .slick-dots {
		left: 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .doctor_profile_section {
        height: auto;
    }
    .doctor_profile_txt_block {
        max-width: 580px;
        height: auto;
        margin: auto;
        padding: 0;
        position: unset;
    }
    .doctor_profile_section .slick-arrow {
        font-size: 18px;
        width: 26px;
        height: 26px;
    }
    .doctor_profile_section .slick-arrow::before{
        width: 12px;
        height: 12px;
    }
    .doctor_profile_txt_para_block font {
        font-size: 21px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
    .doc_profile_para_txt {
        font-size: 17px !important;
    }
    .doctor_profile_big_img img {
        height: 100%;
    }
    .doctor_profile_txt_col {
        padding: 30px !important;
        background-color: #F4F5F7;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px){
    .doctor_profile_section {
        height: auto;
    }
    .doctor_profile_txt_block {
        max-width: 580px;
        height: auto;
        margin: auto;
        padding: 0;
        position: unset;
    }
    .doctor_profile_txt_para_block font {
        font-size: 24px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
    .doc_profile_para_txt {
        font-size: 18px !important;
    }
    .doctor_profile_big_img img {
        height: 100%;
    }
    .doctor_profile_txt_col {
        padding: 30px !important;
        background-color: #F9F7F9;
    }
}
@media only screen and (min-width: 768px) and (max-width: 980px){
    .doctor_profile_section {
        height: auto;
    }
    .doctor_profile_img_col {
        width: 80%;
        margin: auto;
    }
    .doctor_profile_txt_col {
        width: 100%;
        max-width: 80%;
        margin: auto;
        padding: 50px !important;
        background-color: #F9F7F9;
    }
    .doctor_profile_txt_block {
        max-width: 580px;
        height: auto;
        margin: auto;
        padding: 0;
        position: unset;
    }
    .doctor_profile_txt_para_block font {
        font-size: 26px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
    .doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_big_img img {
        height: 100%;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px){
    .doctor_profile_txt_block {
        padding: 50px 100px;
        left: -55px;
        height: 85%;
    }
    .doctor_profile_txt_para_block font {
        font-size: 26px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1140px){
    .doctor_profile_txt_block {
        padding: 50px 100px;
        left: -55px;
        height: 85%;
    }
    .doctor_profile_txt_para_block font {
        font-size: 26px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1141px) and (max-width: 1280px){
    .doctor_profile_txt_block {
        padding: 50px 130px;
    }
    .doctor_profile_txt_para_block font {
        font-size: 28px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
    .doctor_profile_txt_para_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px){
    .doctor_profile_txt_block {
        padding: 50px 150px;
    }
    .doctor_profile_txt_para_block font {
        font-size: 29px;
    }
    span.doc_profile_para_txt {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px){
    .doctor_profile_txt_block {
        padding: 50px 185px 50px 185px;
    }
    .doctor_profile_txt_para_block font {
        font-size: 30px;
    }
    span.doc_profile_para_txt {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1681px) and (max-width: 1800px) {
    .doctor_profile_txt_block {
        padding: 50px 270px 50px 185px;
    }
}
@media only screen and (max-width: 1840px){
    .default-btn.btn-group.consultation-cta.doctor-profile-cta {
        flex-direction: column;
        width: 100%;
        max-width: 310px;
    }
    .consultation-cta.default-btn.doctor-profile-cta .default-cta:not(:last-child){
        margin-right: 0px;
    }
    .consultation-cta.default-btn.doctor-profile-cta .default-cta:last-child{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 576px){
    .default-btn.btn-group.consultation-cta.doctor-profile-cta {
        max-width: 310px;
    }
}
/*============================================
= End Doctor Profile CSS
============================================*/
/*============================================
= Start Patients Review Section CSS
============================================*/
.review-star li {
    display: inline-block;
    vertical-align: top;
}
.review-box {
    margin-top: 32px;
}
.review-img {
    max-width: 280px;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #81A969;
    overflow: hidden;
}
.review-content {
    background-color: #F9F9FA;
    border-left: 4px solid #81A969;
    border-radius: 16px;
    padding: 32px 24px;
}
.review-content p {
    vertical-align: top;
    width: 100%;
    color: #3C3F3A;
    font-weight: 400;
}
.review-content p.text-sm-end {
    font-weight: 500;
}
.review-content p:not(:last-child) {
    margin: 0 0 16px;
}
@media only screen and (max-width: 1199px) {
	.patients-review-sec {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.review-img {
		margin: 0 auto 20px;
	}
	.review-content {
	    border-top: 4px solid #81A969;
	    border-left: 0;
	}
}
@media only screen and (max-width: 575px) {
	.review-content {
		text-align: center;
		padding: 30px 16px;
	}
}
@media only screen and (min-width: 768px) {
	.review-box:nth-child(2n+2) .review-img {
	    margin-left: auto;
	}
	.review-box:nth-child(2n+2) .review-content {
	    border-right: 4px solid #81A969;
	    border-left: 0;
	}
}
.font-20 p, .font-20 li {
	font-size: 20px;
}
@media only screen and (max-width: 1500px) {
	.font-20 p, .font-20 li {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1199px) {
	.font-20 p, .font-20 li {
		font-size: 16px;
	}
}
/*============================================
= End Patients Review Section CSS
============================================*/
/*============================================
= Start FAQs Section CSS
============================================*/
.accordion-card {
    border-bottom: 1px solid #D4E9C8;
    padding: 10px 0;
}
.accordion-btn {
    padding: 20px 40px 20px 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(36, 36, 35, 1);
    width: 100%;
    text-align: left;
    border: none;
    font-family: 'Vollkorn', serif;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.accordion-btn::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 24px;
    background-color: rgba(36, 36, 35, 1);
    border-radius: 50px;
}
.accordion-btn.collapsed {
    background: transparent;
    font-weight: 400;
}
.accordion-btn:focus {
   outline: none;
}
.accordion-btn img {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-content {
	max-width: 1033px;
    width: 100%;
    padding-left: 28px;
}
.accordion-content p {
    color: #3C3F3A;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px;
}
@media only screen and (max-width: 1199px) {
	.faqs-sec .section_title_inner h2 {
	    margin: 0 0 5px;
	}
	.accordion-card {
		padding: 4px 0;
	}
	.accordion-btn {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
    .accordion-btn {
        padding: 20px;
        font-size: 16px;
    }
    .accordion-content {
        padding-left: 20px;
    }
    .accordion-btn img {
        max-width: 12px;
        width: 100%;
    }
}
/*============================================
= End FAQs Section CSS
============================================*/
/*============================================
= Start Clear Aligners Section CSS
============================================*/
.clear-aligner-inner .slick-track {
    display: flex;
}
.clear-aligner-inner .slick-slide {
    height: auto;
}
.clear-aligner-inner .slick-slide > div {
    height: 100%;
}
.clear-aligner-col {
    padding: 30px 12px 15px;
    height: 100%;
}
.clear-aligner-box {
    text-align: center;
    /*margin: 30px 0 15px;
    height: calc(100% - 30px);*/
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 12px #ddd;
    padding: 8px 8px 16px;
}
.clear-aligner-box img {
    margin: 0 0 12px;
}
.clear-aligner-inner .slick-arrow.slick-prev{
	left: -30px;
}
.clear-aligner-inner .slick-arrow.slick-next{
	right: -30px;
}
@media only screen and (max-width: 991px){
	/*.clear-aligner-inner .slick-arrow{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}*/
	.clear-aligner-inner .slick-arrow.slick-prev{
		left: -10px;
	}
	.clear-aligner-inner .slick-arrow.slick-next{
		right: -10px;
	}
	.clear-aligner-inner .slick-arrow::before{
		width: 13px;
		height: 13px;
	}
}
@media only screen and (max-width: 480px){
	.clear-aligner-inner .slick-arrow{
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.clear-aligner-inner .slick-arrow.slick-prev{
		left: -5px;
	}
	.clear-aligner-inner .slick-arrow.slick-next{
		right: -5px;
	}
}
/*============================================
= End Clear Aligners Section CSS
============================================*/
/*============================================
= Start logo section CSS
============================================*/
.logo-box img {
    max-width: 170px;
    height: auto;
    margin: auto;
}
.logo_main{
	max-width: 500px;
}
/*============================================
= End logo section CSS
============================================*/
.what-to-know-content{
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
}

/*===============================================
= Start Review CSS
===============================================*/
.review-slider {
    margin: 0 -15px;
}
.review-slider.slick-slider{
    margin-bottom: 0px;
}
.review-tab-navigation {
    display: none;
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DEE4E1;
    position: relative;
    align-items: center;
    justify-content: left;
/*    width: fit-content;*/
    margin: 0 auto;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li a {
    font-size: 18px;
    line-height: 1.66;
    color: var(--black);
    font-weight: 400;
    display: inline-block;
    padding-bottom: 18px;
}
.review-tab-navigation ul li a.active {
    border-bottom: 2px solid #31A853;
}
.review-tab-navigation ul li:not(:last-child) {
    margin-right: 30px;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*     height: 100% !important; */
}
.review-slider .slick-track > div {
    height: auto;
    display: flex;
}
.review-slider-content {
    background: #F6F5EF;
    padding: 40px 30px 100px;
/*    margin: 0 15px;*/
    height: inherit;
    position: relative;
    margin-top: 35px;
/*    border: 1px solid #F4F4F4;*/
    transition: all 0.4s;
}
.review-slider-content.slick-slide{
    height: inherit;
}
.review-slider-content h3 {
    font-size: 24px;
    color: var(--blue_color);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.review-slider .tesimonial_revire_sec{
    margin-bottom: 30px;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review-rating ul li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
/*    padding: 0 15px 0 0!important;*/
    display: inline-block;
}
.review-slider .slick-slide > div {
    padding: 0px 15px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.google-review {
    position: absolute;
    bottom: 0;
    padding: 30px 0;
}
.more-text{
    display: none;
}
.review-section-content {
    position: relative;
}
.review-sec .review-slider .slick-arrow{
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.review-slider .slick-arrow.slick-next{
    right: 0;
}
.review-slider .slick-arrow.slick-prev{
    left: 0;
}
@media only screen and (min-width: 768px) {
    .review-slider .slick-track {
        height: 100% !important;
    }
}
@media only screen and (max-width: 1199px) {
    .review-tab-navigation ul li a {
        font-size: 17px;
    }
    .google-review {
        padding: 30px 0;
    }
    .review-slider-content h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        /*margin: 0 16px;*/
        padding: 40px 30px 90px;
    }
    .review-slider-content:hover{
        border-bottom: unset;
    }
    .review-tab-navigation ul {
        border: none;
        width: 100%;
    }
    .review-tab-navigation ul li {
        display: none;
        width: 100%;
        padding: 8px 0;
        margin: 0 !important;
        border-bottom: 1px solid #DEE4E1;
    }
    .review-tab-navigation ul li a {
        padding-bottom: 0;
        width: 100%;
        font-size: 16px;
    }
    .review-tab-navigation ul li a.active {
        border: none;
    }
    .review-tab-navigation ul.open li {
        display: block;
    }
    .review-tab-navigation ul li.active {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
    }
    /*.responsive-tabs > i {
        position: absolute;
        top: 10px;
        font-size: 20px;
        right: 0px;
        display: block;
        padding: 0 5px;
        color: var(--blue_color);
    }*/
    .review-slider-content h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    }
    .review-tab-navigation ul{
        margin-top: 0px;
    }
    /*.review-slider-content{
        margin: 35px 15px 0;
    }*/
    .review-slider .slick-arrow{
        width: 30px;
        height: 30px;
    }
    .review-slider .slick-prev{
        left: 0;
    }
    .review-slider .slick-next{
        right: 0;
    }
    .review-slider .slick-prev:before, .review-slider .slick-next:before{
        background-size: 20px;
    }
    .review-slider-content h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
.review-description .more-text{
    display: none;
}
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #676769;
}
.read_more_txt p {
    color: #515b5b;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
    max-height: 150px!important;
    overflow-y: scroll;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 700;
    color: var(--blue_color);
    font-size: 16px;
    line-height: 1.6;
    transition: all .3s;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media only screen and (min-width: 768px){
    .tab-content {
        padding: 0 36px !important; 
    }
}
/* width */
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
@media only screen and (max-width:480px){
    .scrollbar-inner,
    .read-more-span{
        padding: 0px !important;
    }
}
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .07);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, .07); 
    border-radius: 10px;
}
/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: #81A969; 
    border-radius: 10px;
}
/*===============================================
= End Review CSS
===============================================*/


.feature-box {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 24px #e2e2e2;
}
.feature-box h2 {
    background-color: #81A969;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 20px 40px;
}
.feature-box .listbox {
    margin: 0;
}
.feature-box .listbox li {
    margin-bottom: 0;
    padding: 16px 40px;
    font-size: 18px;
    padding-left: 60px;
}
.feature-box .listbox li:before {
    top: 20px;
    left: 24px;
}
.feature-box .listbox li:nth-child(2n) {
    background-color: #f2f8ee;
}

@media only screen and (max-width: 768.5px){
    .feature-box .listbox li{
        font-size: 16px;
        padding: 15px 20px;
        padding-left: 48px;
    }
    .feature-box .listbox li:before {
        top: 18px;
        left: 18px;
    }
    .feature-box h2{
        font-size: 20px;
    }
}

