@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_default_btn {
    padding: 10px 24px;
    background: #23a1cc;
    color: #Fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid transparent;
    line-height: 1.6;
    font-family: 'Figtree', sans-serif;
    transition: all 0.4s;
    text-decoration: none;
}

.lp_default_btn:hover {
    border-color: #23a1cc;
    background: transparent;
    color: #23a1cc;
}

.white_default_btn.lp_default_btn {
    background: #fff;
    color: #23a1cc;
}

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

.section_title_inner h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    color: #010001;
    margin: 0 0 15px;
}

.section_title_inner h1 span {
    color: #4583B6;
    font-weight: 700;
    font-family: 'Vollkorn', serif;
    position: relative;
}

.section_title_inner h1 span::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}

.section_title_inner h2,
body .form_sec h1 {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    color: #010001;
    margin: 0 0 24px;
}

.section_title_inner h2 span,
.section_title_inner h4 span {
    color: #23a1cc;
    font-weight: 700;
    font-family: 'Vollkorn', serif;
    position: relative;
    z-index: 11;
}

.section_title_inner h2 span::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}

.section_title_inner ul li {
    position: relative;
}

.section_title_inner ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.section_title_inner ul.dot-list-style li {
    padding: 0 0 0 20px;
}

.section_title_inner ul.dot-list-style li:not(:last-child) {
    margin: 0 0 14px;
}

.section_title_inner ul.dot-list-style li::before {
    top: 10px;
    width: 8px;
    height: 8px;
    background: #4583B6;
    border-radius: 100%;
}

.section_title_inner ul.check-list-style li {
    padding: 0 0 0 38px;
    margin-bottom: 5px;
}

.section_title_inner ul.check-list-style li::before {
    top: 3px;
    width: 24px;
    height: 24px;
    background: url('lp-images/check-e.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.bg_blue {
    background: #F1F6F9;
}

.section_less_padding {
    padding: 50px 0px;
}

@media only screen and (max-width: 1199px) {
    .veneer-looking-sec {
        overflow-x: scroll;
    }

    /* body .container{
		max-width: 992px;
	} */
    .section_title_inner h1 {
        font-size: 38px;
    }

    .section_title_inner h1 span::before {
        bottom: 13px;
    }

    .section_title_inner h2,
    body .form_sec h1 {
        font-size: 28px;
    }
}

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

    /* body .container{
		max-width: 768px;
	} */
    body .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section_title_inner h1 {
        font-size: 35px;
    }

    .section_title_inner h1 span {
        color: #0f141a;
    }

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

@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: #0f141a;
        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: #fff;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 13px;
    position: relative;
    z-index: 10;
}

.header_btn {
    text-align: right;
}

.header_btn .lp_default_btn {
    padding: 7px 24px;
}

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

@media only screen and (max-width: 767px) {
    .header_btn .lp_default_btn {
        padding: 6px 15px;
    }
}

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

    .header_btn .lp_default_btn span,
    .lp_default_btn span {
        display: none;
    }

    .footer_btn .lp_default_btn {
        width: 100%;
        max-width: 220px;
    }
}

@media only screen and (max-width: 480px) {
    .lp_header .container {
        padding: 0 20px;
    }

    .lp_header .container .row>div {
        padding: 0;
    }

    .lp_header .container .row {
        margin: 0;
    }

    .lp_default_btn,
    .header_btn .lp_default_btn {
        padding: 8px 18px;
        font-size: 16px;
    }
}

/*===============================================
= End Header CSS
============================================*/
/*===============================================
= footer start  CSS
============================================*/
.lp_footer {
    padding: 15px 0;
    /* background-color: #3d3d3d; */
}

.footer_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #010001;
    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_btn {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .lp_footer {
        padding: 25px 0 80px;
    }

    .footer_logo {
        text-align: center;
    }

    .footer_logo {
        margin: 0 0 20px;
    }

    .footer_text p {
        margin: 20px 0 0;
    }
}

/*===============================================
= End footer CSS
============================================*/
/*===============================================
= start banner CSS
============================================*/
.lp_banner_section {
    background-image: url('lp-images/veneers-banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80%;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.banner_title_inner p span {
    color: #0f141a;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Figtree', sans-serif;
}

.banner_title_inner {
    position: relative;
    z-index: 12;
    max-width: 650px;
}

.banner_title_inner p {
    font-size: 20px;
    line-height: 1.4;
    color: #010001;
    margin: 20px 0 10px;
}

.banner_title_inner .lp_default_btn {
    margin: 25px 0 0;
}

@media only screen and (max-width: 1199px) {
    .banner_title_inner p {
        font-size: 18px;
    }
}

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

    .banner_title_inner p br,
    .lp_number_section h2 br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .section_title_inner.banner_title_inner {
        max-width: 450px;
    }
}

@media only screen and (max-width: 991px) {
    .lp_banner_section .container {
        max-width: 100% !important;
    }

    .lp_banner_section {
        min-height: 480px;
    }

    .banner_title_inner {
        position: relative;
        z-index: 11;
    }
}

@media only screen and (min-width: 576px) and (max-width: 890px) {
    .lp_banner_section::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.5;
        z-index: -1;
    }

    .banner_title_inner h1,
    .banner_title_inner p,
    .banner_title_inner h4 {
        color: #ffffff;
    }
}

@media only screen and (max-width: 575px) {
    .lp_banner_section {
        background-image: none;
        background-color: #F1F6F9;
    }

    .banner_title_inner {
        margin: 30px 0 50px;
    }

    .banner_title_inner p {
        color: #0f141a;
        font-size: 15px;
    }

    .banner_title_inner .lp_default_btn {
        margin: 20px 0 0;
    }
}

/*===============================================
= 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: #010001;
    border-radius: 8px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 15px 28px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
}

.page-default-btn a img {
    max-width: 15px;
    margin-left: 5px;
    margin-top: -6px;
}

@media only screen and (min-width: 576px) {
    .page-default-btn {
        display: none;
    }
}

/*===============================================
= end page bottam cta  Css
===============================================*/
/*===============================================
= start veneer looking  Css
===============================================*/
.veneer-looking-title {
    text-align: center;
}

.veneer-looking-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}

.veneer-looking-table th {
    background-color: #23a1cc;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-family: 'Vollkorn', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.veneer-looking-table th::before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #23a1cc;
    transform: translateX(-50%);
}

.veneer-looking-table th::after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    right: 0;
    background: #F5F5F5;
    z-index: -1;
    height: 4px;
}

.veneer-looking-table tr th,
.veneer-looking-table tr td {
    padding: 12px 5px;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
}

.veneer-looking-table td {
    background-color: #F5F5F5;
    font-family: 'Figtree', sans-serif;
    color: #010001;
    font-weight: 500;
}

.veneer-looking-table tr:first-child td {
    padding-top: 22px;
}

.veneer-looking-table tr:last-child td {
    border-radius: 0 0 5px 5px;
}

ul.veneer-star-design {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.veneer-star-design .no-star img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7318%) hue-rotate(129deg) brightness(104%) contrast(66%);
}

.veneer-looking-table .no {
    font-weight: 800;
    color: #0f141a;
}

.veneer-looking-table .yes {
    font-weight: 800;
    color: #CF5959;
}

/* Responsive table */
.res-table-heading li {
    background-color: #0f141a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Vollkorn', serif;
    padding: 13px 20px;
    display: flex;
    align-items: center;
}

ul.res-table-heading {
    border-radius: 6px;
}

.box-row ul.veneer-star-design {
    justify-content: flex-start;
}

.res-table-heading li:not(:last-of-type),
.box-row:not(:last-of-type) {
    margin-bottom: 2px;
}

.box-row {
    padding: 13px 10px 13px 50px;
    background-color: #f5f5f5;
    min-height: 51.19px;
}

.box-row h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Figtree', sans-serif;
}

.table-data.veneer-looking-table {
    border-spacing: 0px !important;
}

.table-data .slick-arrow.slick-prev {
    left: 0;
}

.table-data .slick-arrow.slick-next {
    right: 0;
}

.table-data .slick-arrow {
    width: 25px;
    height: 25px;
}

.table-data .slick-arrow::before {
    width: 12px;
    height: 12px;
}

.table-data .slick-disabled {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .veneer-looking-table tr th {
        font-size: 18px;
    }

    .veneer-looking-table tr td {
        font-size: 16px;
    }

    .veneer-star-design li img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .veneer-star-design li img {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 991px) {
    body .veneer-looking-sec .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .res-table-heading li {
        font-size: 16px;
        padding: 13px 10px;
    }

    .box-row h5 {
        font-size: 14px;
    }

    .box-row {
        min-height: 48.39px;
        padding: 8px 10px 8px 30px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 420px) {
    .veneer-looking-table tr td:first-child {
        padding: 20px 15px 20px 50% !important;
    }

    .res-table-heading li {
        font-size: 14px;
    }

    .box-row:first-of-type,
    .res-table-heading li:first-of-type {
        min-height: 65px;
    }

    .box-row {
        min-height: 45.60px;
    }
}

/*===============================================
= end veneer looking  Css
===============================================
/*===============================================
= Start Scroll menu Section CSS
============================================*/
.scroll_menu {
    position: sticky;
    width: 100%;
    top: 0;
    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;
}

.tab {
    padding: 12px 24px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 19px;
    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: 1199px) {
    .tab {
        padding: 8px 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 896px) {
    .tab {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .scroll_menu {
        padding: 12px 0 6px;
    }

    .menu {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .menu li {
        margin: 0 0 8px;
        width: 100%;
    }

    .tab {
        width: 100%;
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 480px) {
    .menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 768px) {
    .scroll_menu {
        display: block;
        padding: 26px;
    }
}

/*===============================================
= end Scroll menu Section CSS
============================================*/
/*===============================================
= Start about Section CSS
============================================*/
.about-video-image {
    text-align: center;
}

.about-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 span {
    font-weight: 700;
    color: #0f141a;
}

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

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

@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) {

    /* .video-image-sec{
		padding-top: 0;
	} */
    .about-video-description h6 {
        padding-bottom: 15px;
    }

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

/*===============================================
= end about Section CSS
============================================*/
/*===============================================
= Start Expert 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/ben-j-after.jpg');
}

.divisor {
    background-image: url('/lp-asset/lp-images/ben-j-before.jpg');
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}

#veneers_divisor10 {
    background-image: url('/lp-asset/lp-images/ao-b1.jpg');
}

#veneers_figure10 {
    background-image: url('/lp-asset/lp-images/ao-a1.jpg');
}

#veneers_divisor11 {
    background-image: url('/lp-asset/lp-images/ce-b1.jpg');
}

#veneers_figure11 {
    background-image: url('/lp-asset/lp-images/ce-a1.jpg');
}

#veneers_divisor12 {
    background-image: url('/lp-asset/lp-images/cl-b1.jpg');
}

#veneers_figure12 {
    background-image: url('/lp-asset/lp-images/cl-a1.jpg');
}

#veneers_divisor13 {
    background-image: url('/lp-asset/lp-images/cl-b2.jpg');
}

#veneers_figure13 {
    background-image: url('/lp-asset/lp-images/cl-a2.jpg');
}

#veneers_divisor14 {
    background-image: url('/lp-asset/lp-images/dd-b1.jpg');
}

#veneers_figure14 {
    background-image: url('/lp-asset/lp-images/dd-a1.jpg');
}

#veneers_divisor15 {
    background-image: url('/lp-asset/lp-images/ff-b1.jpg');
}

#veneers_figure15 {
    background-image: url('/lp-asset/lp-images/ff-a1.jpg');
}

#veneers_divisor16 {
    background-image: url('/lp-asset/lp-images/jj-b1.jpg');
}

#veneers_figure16 {
    background-image: url('/lp-asset/lp-images/jj-a1.jpg');
}

#veneers_divisor17 {
    background-image: url('/lp-asset/lp-images/jj-b2.jpg');
}

#veneers_figure17 {
    background-image: url('/lp-asset/lp-images/jj-a2.jpg');
}

#veneers_divisor18 {
    background-image: url('/lp-asset/lp-images/jj-b3.jpg');
}

#veneers_figure18 {
    background-image: url('/lp-asset/lp-images/jj-a3.jpg');
}

#veneers_divisor19 {
    background-image: url('/lp-asset/lp-images/jz-b1.jpg');
}

#veneers_figure19 {
    background-image: url('/lp-asset/lp-images/jz-a1.jpg');
}

#veneers_divisor20 {
    background-image: url('/lp-asset/lp-images/kw-b1.jpg');
}

#veneers_figure20 {
    background-image: url('/lp-asset/lp-images/kw-a1.jpg');
}

#veneers_divisor21 {
    background-image: url('/lp-asset/lp-images/os-b1.jpg');
}

#veneers_figure21 {
    background-image: url('/lp-asset/lp-images/os-a1.jpg');
}

#veneers_divisor22 {
    background-image: url('/lp-asset/lp-images/tm-b1.jpg');
}

#veneers_figure22 {
    background-image: url('/lp-asset/lp-images/tm-a1.jpg');
}

#veneers_divisor23 {
    background-image: url('/lp-asset/lp-images/tt-b1.jpg');
}

#veneers_figure23 {
    background-image: url('/lp-asset/lp-images/tt-a1.jpg');
}

#veneers_divisor24 {
    background-image: url('/lp-asset/lp-images/tt-b2.jpg');
}

#veneers_figure24 {
    background-image: url('/lp-asset/lp-images/tt-a2.jpg');
}

#veneers_divisor25 {
    background-image: url('/lp-asset/lp-images/zp-b1.jpg');
}

#veneers_figure25 {
    background-image: url('/lp-asset/lp-images/zp-a1.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: #0f141a;
    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;
}

.comparison-main.slick-slider {
    margin-bottom: 0;
}

/* .comparison-main .slick-dots{
	bottom: 25px;
} */
@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%;
    } */
}

/*===============================================
= End Expert CSS
===============================================*/
/*===============================================
= Start Box CSS
===============================================*/
.container1050 {
    max-width: 1050px !important;
}

.box-content-main {
    text-align: center;
    background-color: #F4F5F7;
    padding: 16px;
    border-radius: 8px;
}

.box-img {
    padding-bottom: 16px;
}

.box-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.box-content h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    padding-bottom: 16px;
    color: #010001;
}

.box-content-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 5px;
}

.box-content-wrapper p {
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    color: #010001;
    text-align: left;
}

.box-content-wrapper.stain-text p {
    width: 100%;
}

ul.box-star-design {
    gap: 4px;
}

.box-star-design li img {
    width: 17px;
    height: 17px;
}

.box-content-wrapper:last-of-type {
    padding-bottom: 16px;
}

.box-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Figtree', sans-serif;
    color: #010001;
}

.box-content p span {
    color: #0f141a;
    font-weight: 800;
}

span.pricing-note {
    font-size: 14px;
    font-weight: 700;
}

.pricing-main .slick-arrow.slick-prev {
    left: 0;
}

.pricing-main .slick-arrow.slick-next {
    right: 0;
}

@media only screen and (max-width: 991px) {
    .box-section .col-lg-4:not(:last-of-type) .box-content-main {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) {

    .pricing-main,
    .pricing-main .slick-list.draggable,
    .pricing-main .slick-track,
    .pricing-main .slick-slide>* {
        height: 100%;
    }

    .pricing-main .slick-slide {
        padding: 0 15px;
    }

    .pricing-main-box {
        height: 100%;
        display: flex !important;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-main .slick-arrow {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .pricing-main .slick-arrow::before {
        width: 12px;
        height: 12px;
    }

    .pricing-main .slick-arrow.slick-prev {
        left: -10px;
    }

    .pricing-main .slick-arrow.slick-next {
        right: -10px;
    }
}

/*===============================================
= End Box CSS
===============================================*/
/*===============================================
= Start Dental Box CSS
===============================================*/
#figure4 {
    background-image: url('/lp-asset/lp-images/dental-img-1-after.jpg');
    background-size: cover;
}

#figure5 {
    background-image: url('/lp-asset/lp-images/dental-img-2-after.jpg');
    background-size: cover;
}

#figure6 {
    background-image: url('/lp-asset/lp-images/dental-img-3-after.jpg');
    background-size: cover;
}

#divisor4 {
    background-image: url('/lp-asset/lp-images/dental-img-1-before.jpg');
    background-size: cover;
}

#divisor5 {
    background-image: url('/lp-asset/lp-images/dental-img-2-before.jpg');
    background-size: cover;
}

#divisor6 {
    background-image: url('/lp-asset/lp-images/dental-img-3-before.jpg');
    background-size: cover;
}

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

.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: 1500px) {
    .dental-box-icon p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .responsive-col:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .dental-box-icon p {
        font-size: 16px;
    }
}

/*===============================================
= End Dental Box CSS
===============================================*/
/*===============================================
= Start Why Us CSS
===============================================*/
.full_img_wrapper {
    position: relative;
}

.full_img_wrapper .our_team_content {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    padding: 0px 20px;
}

.default-content.section_title_inner h2 {
    margin-bottom: 16px;
}

.why-us-icon i {
    font-size: 30px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    background-color: #0f141a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.why-us-icon i:hover {
    background-color: #23a1cc;
}

.vd-sec-img img {
    width: 100%;
    height: 100%;
}

.why-is-content img {
    width: 22px;
    height: 22px;
}

.why-us-detl h6 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.why-us-detl p {
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {

    .full_img_wrapper .container-fluid,
    .full_img_wrapper .col_pad_inner>* {
        padding-left: 0px;
        padding-right: 0px;
    }

    .full_img_wrapper .col_pad_inner {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .default-content.section_title_inner h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .full_img_wrapper .video_content {
        padding: 0;
    }

    .vd-sec-img {
        margin-bottom: 30px;
    }

    .why-us-icon i {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .full_img_wrapper .our_team_content {
        padding: 0;
    }

    .why-us-icon i {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}

/*===============================================
= End Why Us 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: #0f141a;
}

.doctor_profile_slider_swap .row {
    margin: 0;
}

.doctor_profile_txt_block {
    background: #F9F7F9;
    height: 73%;
    max-width: max-content;
    width: 100%;
    max-width: 100%;
    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: #0f141a;
    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: #010001;
}

.doc_profile_under_para p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1 .6;
    color: #010001;
    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: #0f141a !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: #0f141a !important;
    border-radius: 50%;
    border: 1px solid #0f141a !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 70px 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 70px 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 50px 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 50px 50px 130px;
    }

    .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 90px 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 220px 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 Patient Story CSS
===============================================*/
body .container1060 {
    max-width: 1050px !important;
}

.vd-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.vd-sec-inner {
    position: relative;
    height: 0;
    padding-bottom: 54.66%;
}

.vd-sec video,
.vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .responsive-md-col {
        margin-bottom: 30px;
    }
}

/*============================================
= End Patient Story CSS
===============================================*/
/*============================================
= Start Quiz CSS
===============================================*/
.green-btn {
    padding: 10px 44px;
    background-color: #0f141a;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    border: 2px solid #0f141a;
}

.green-btn:hover,
.green-btn:focus {
    background-color: transparent;
    color: #0f141a;
}

.quiz-step .green-btn {
    margin-top: 36px;
    font-size: 20px;
}

.quiz-sec {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.quiz-inner {
    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;
    background-color: #f1f1f1;
    /* border-radius: 20px; */
    text-align: center;
    min-height: 600px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* .quiz-inner::before {
    content: 'Quiz';
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 17em;
    line-height: 1;
    color: #F4F2F4;
    position: absolute;
    bottom: -25px;
    left: 0px;
} */

/* .quiz-inner::after {
    content: '';
    color: #F4F2F4;
    font-size: 35em;
    position: absolute;
    right: 50px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 467px;
    height: 100%;
} */

form.quiz-form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    z-index: 99;
    position: relative;
}

body .quiz-step.default-heading p {
    font-size: 23px;
    margin: 16px 0 0;
}

.quiz-step p {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #010001;
    display: block;
}

.quiz-step p span {
    font-size: 20px;
    color: #6f6a71;
}

.form-que {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.form-radio {
    margin: 18px 0 0;
    position: relative;
}

.form-radio input[type="radio"],
.form-radio input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}

.form-radio label {
    font-size: 22px;
    line-height: 1.5;
    color: #010001;
    font-weight: 600;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
}

.form-radio label::before,
.form-radio label::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    border: 2px solid #010001;
    background: transparent;
    position: absolute;
    top: 5px;
    left: 0;
}

.form-radio:not(.form-checkbox) label::after {
    width: 13px;
    height: 13px;
    top: 10px;
    left: 5px;
    background-color: #0f141a;
    border-color: #0f141a;
    opacity: 0;
}

.form-radio input[type="radio"]:checked+label::after,
.form-radio input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.form-radio input[type="radio"]:checked+label::before {
    border-color: #0f141a;
}

/* checkbox */
.form-checkbox label::before,
.form-checkbox label::after {
    border-radius: 0;
}

.form-checkbox label::after {
    content: '\f00c';
    font-family: "Font Awesome 5 free";
    border: none;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #0f141a;
    opacity: 0;
}

.form-input {
    margin: 25px 0 0;
    position: relative;
}

.form-input input,
.form-input textarea,
.select-option select {
    height: 50px;
    padding: 0 16px;
    font-size: 16px;
    font-family: var(--poppins_font);
    border-radius: 4px;
    font-weight: 600;
    color: #555;
    background-color: #F9F7F9;
    border: 1px solid #666;
}

.form-input input:focus,
.form-input textarea:focus,
.select-option select:focus {
    border: 2px solid #0f141a;
    outline: none;
    box-shadow: none;
}

.form-input input::placeholder,
.form-input textarea::placeholder,
.select-option select::placeholder {
    font-size: 16px;
    font-family: var(--poppins_font);
    font-weight: 400;
    color: #6f6a71;
}

.form-input textarea {
    min-height: 100px;
    padding: 10px 16px;
}

.label1 {
    font-weight: 600;
    color: #ff0000;
    position: absolute;
    bottom: -16px;
    font-size: 12px;
    left: 0;
    margin: 0;
}

.form-footer .label1 {
    top: 20px;
    bottom: auto;
    width: 100%;
    text-align: center;
}

.form-footer {
    padding: 70px 0 0;
    position: relative;
}

.form-btn {
    background-color: #F9F7F9;
    border: 1px solid #010001;
    border-radius: 50px;
    color: #010001;
    padding: 14px 25px !important;
    opacity: 0.96;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.3s ease 0s;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.form-btn:not(:last-child) {
    margin: 0 12px 0 0;
}

.form-btn img {
    transition: all 0.3s ease 0s;
}

.form-btn.next img {
    margin-left: 11px;
}

.form-btn.previous img {
    transform: rotate(180deg);
    margin-right: 11px;
}

.form-btn:hover,
.form-btn:focus {
    background-color: #010001;
    color: #ffffff;
}

.form-btn:hover img,
.form-btn:focus img {
    filter: invert(1);
}

.hide {
    display: none;
}

.footer-btn .spot-btn:hover {
    background-color: #ffffff;
    color: var(--black-color);
}

form.quiz-form .quiz-step .form-que label span {
    color: #0f141a;
    font-weight: 700;
    margin-right: 6px;
    margin-left: 10px;
}

.form-info-label {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 5px 0 0;
    font-weight: 500;
}

.form-info-label a {
    color: #0f141a;
}

.quiz-step.default-heading h2 {
    line-height: 1.3;
}

.quiz-step {
    padding: 50px 0;
}

@media only screen and (max-width: 1199px) {
    .quiz-inner::before {
        font-size: 13em;
    }

    .quiz-inner::after {
        right: 0;
        width: 300px;
    }

    .quiz-step p {
        font-size: 28px;
    }

    .form-radio label {
        font-size: 20px;
    }

    .form-footer {
        padding: 55px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .quiz-inner::before {
        font-size: 11em;
        bottom: -15px;
        left: -20px;
    }

    .quiz-inner::after {
        width: 200px;
        height: 200px;
    }

    .quiz-step p {
        font-size: 25px;
    }

    .quiz-step p span {
        font-size: 18px;
    }

    .form-radio label {
        font-size: 18px;
    }

    .form-radio label::before,
    .form-checkbox label::after {
        width: 20px;
        height: 20px;
        top: 3px;
    }

    .form-radio:not(.form-checkbox) label::after {
        width: 12px;
        height: 12px;
        left: 4px;
        top: 7px;
    }

    .form-checkbox label::after {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .quiz-step {
        padding: 0;
    }

    .quiz-inner {
        min-height: 400px;
    }

    .quiz-step .green-btn {
        margin-top: 30px;
        font-size: 16px;
    }

    .quiz-inner {
        padding: 50px 20px;
    }

    .quiz-step p {
        font-size: 22px;
        margin: 0 0 5px;
    }

    .quiz-step p span {
        font-size: 16px;
    }

    .green-btn {
        padding: 14px 20px;
    }

    .form-input input,
    .form-input input::placeholder,
    .select-option select,
    .select-option select::placeholder {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .quiz-inner::before {
        font-size: 7em;
        bottom: -10px;
        left: -15px;
    }

    .quiz-inner::after {
        width: 160px;
        height: 160px;
    }

    body .quiz-step.default-heading p {
        font-size: 20px;
    }

    .quiz-step p {
        font-size: 20px;
    }

    .form-radio label {
        font-size: 16px;
        padding-left: 30px;
    }

    .form-radio label::before,
    .form-checkbox label::after {
        width: 18px;
        height: 18px;
    }

    .form-radio:not(.form-checkbox) label::after {
        width: 10px;
        height: 10px;
    }

    .form-checkbox label::after {
        font-size: 13px;
    }

    .form-btn {
        font-size: 14px;
        padding: 12px 18px !important;
    }

    .form-btn:not(:last-child) {
        margin: 0 10px 0 0;
    }

    .form-btn.next img {
        margin-left: 6px;
    }

    .form-btn.previous img {
        transform: rotate(180deg);
        margin-right: 6px;
    }

    .form-footer .label1 {
        top: 2px;
    }
}

@media only screen and (max-width: 432px) {
    button#submit_btn {
        margin-top: 10px;
    }
}

/*============================================
= End Quiz CSS
===============================================*/
/*============================================
= Start Pricing Box CSS
===============================================*/
.pricing-box-main {
    background-color: #F9F9FA;
    border-radius: 16px;
    border-top: 4px solid #0f141a;
    padding: 24px;
    height: 100%;
}

.pricing-box-icon {
    position: relative;
    width: fit-content;
    z-index: 1;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 26px;
}

.pricing-box-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #EFF6E8;
    border-radius: 100%;
    z-index: -1;
}

.pricing-box-icon img {
    width: 40px;
    height: 40px;
}

.pricing-box-content h5 {
    padding-bottom: 24px;
    font-weight: 500;
    color: #010001;
}

.pricing-box-content p:not(:last-of-type) {
    margin-bottom: 15px;
}

.pricing-box-content p {
    letter-spacing: 0.3px;
}

@media only screen and (max-width: 991px) {
    .pricing-section .pricing-responsive-col:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-box-main {
        padding: 18px;
    }
}

/*============================================
= End Pricing Box CSS
===============================================*/
.header_logo img,
.footer_logo img {
    width: 100%;
    max-width: 220px;
}

@media only screen and (min-width:768px) and (max-width:991px) {}

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

    /* .header_logo img,
    .footer_logo img {
        max-width: 160px;
        width: 100%;
    } */
}

/* header.lp_header .header_btn a,
footer.lp_footer .footer_btn a {
    background-color: #fff;
    color: #0f141a;
} */

/* header.lp_header .header_btn a:hover,
footer.lp_footer .footer_btn a:hover {
    background-color: transparent;
    color: #0f141a;
    border-color: #0f141a;
} */

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

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

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

/* .lp_footer .footer_btn a {
    background-color: #fff;
    color: #23a1cc;
}

.lp_footer .footer_btn a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
} */