@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: #857045;
    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: #857045;
    background: transparent;
    color: #857045;
}

.lp_header .header_btn a:hover {
    border-color: #fff;
    color: #fff;
}

@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%;
    }
}

.white_default_btn.lp_default_btn {
    background: #fff;
    color: #857045;
}

.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: #857045;
    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: #857045;
    }

    .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;
    background-color: #080808;
}

.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-color: #080808;
}

.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;
}

.lp_footer .footer_btn a:hover {
    border-color: #fff;
    color: #fff;
}

@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: #857045;
    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: #857045;
    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: #857045;
}

.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: #857045;
}

.vide-bottom {
    padding-top: 32px;
}

.about-bottom-btn {
    text-align: center;
    margin-top: 30px;
}

.about-video-image img {
    /* margin-top: 30px; */
    border-radius: 15px;
}

.section_title_inner p a {
    color: #857045;
    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: #857045;
    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 #857045;
    -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: #857045;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.switch input:checked+.slider {
    background-color: #857045;
}

/* .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 #857045;
    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: 785px;
    width: 100%;
    margin: 0 auto;
}

.pricing-box {
    margin: 24px 0 0;
    background-color: #fff;
    border: 1px solid #857045;
    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: 27px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #857045;
}

.price_div .pay_full {
    font-size: 27px;
    text-align: center;
    color: #857045;
}

.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: 50%;
    transform: translateY(-50%);
    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;
}

.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;
    }
}

/*===============================================
= End Pricing Section CSS
===============================================*/
/*===============================================
= Start Why Choose Section CSS
===============================================*/
.service-box {
    background-color: #F9F9FA;
    border-top: 4px solid #857045;
    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: 44.5%;
    overflow: hidden;
    position: relative;
}

.divisor {
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}

#divisor {
    background-image: url('/lp-asset/lp-images/Before-V1.jpg');
}

#divisor1 {
    background-image: url('/lp-asset/lp-images/Before-V2.jpg');
}

#divisor2 {
    background-image: url('/lp-asset/lp-images/Before-V3.jpg');
}

#divisor3 {
    background-image: url('/lp-asset/lp-images/Before-V4.jpg');
}

#divisor4 {
    background-image: url('/lp-asset/lp-images/Before-V5.jpg');
}

#divisor5 {
    background-image: url('/lp-asset/lp-images/Before-V6.jpg');
}

#divisor6 {
    background-image: url('/lp-asset/lp-images/Before-V7.jpg');
}

#divisor7 {
    background-image: url('/lp-asset/lp-images/Before-V8.jpg');
}

#divisor8 {
    background-image: url('/lp-asset/lp-images/Before-V9.jpg');
}

.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-V1.jpg');
}

#figure1 {
    background-image: url('/lp-asset/lp-images/After-V2.jpg');
}

#figure2 {
    background-image: url('/lp-asset/lp-images/After-V3.jpg');
}

#figure3 {
    background-image: url('/lp-asset/lp-images/After-V4.jpg');
}

#figure4 {
    background-image: url('/lp-asset/lp-images/After-V5.jpg');
}

#figure5 {
    background-image: url('/lp-asset/lp-images/After-V6.jpg');
}

#figure6 {
    background-image: url('/lp-asset/lp-images/After-V7.jpg');
}

#figure7 {
    background-image: url('/lp-asset/lp-images/After-V8.jpg');
}

#figure8 {
    background-image: url('/lp-asset/lp-images/After-V9.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: #857045;
    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: -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: #857045;
    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: #857045 !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: #857045 !important;
    border-radius: 50%;
    border: 1px solid #857045 !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 #857045;
    overflow: hidden;
}

.review-content {
    background-color: #F9F9FA;
    border-left: 4px solid #857045;
    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 #857045;
        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 #857045;
        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 rgb(116 191 68 / 30%);
    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-box {
    text-align: center;
    margin: 30px 0 0;
    height: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0 5px 12px #ddd;
    padding: 8px 8px 16px;
}

.clear-aligner-box img {
    margin: 0 0 12px;
    background-color: #857045;
}

/*============================================
= 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
============================================*/

.header_logo img,
.footer_logo img {
    max-width: 400px;
    width: 100%;
}

/* .footer_logo img {
    filter: brightness(50);
} */

@media only screen and (max-width: 575px) {

    .header_logo img,
    .footer_logo img {
        max-width: 270px;
        width: 100%;
    }
}