@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.page-default-btn {
    display: none;
}

.show-mobile {
    display: none;
}

body {
    background-color: #fff !important;
}

li,
p,
a {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body p {
    font-size: 18px;
    color: #76787E;
    line-height: 1.7;
}

.container {
    width: 100%;
    max-width: 1200px;
}

section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

a:hover {
    text-decoration: none !important;
}

/*=============================================
= Header  CSS
=============================================*/
header,
footer {
    padding: 15px 0;
    vertical-align: top;
    background: #ffffff;
}

footer {
    background: #1B69A2;
    padding: 15px 0;
}

header .row,
footer .row {
    align-items: center;
}

.lp-btn {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    background: #1B69A2;
    border-radius: 50px;
    padding: 11px 35px;
    color: #ffffff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.4s;
}

.button-header .lp-btn {
    font-size: 16px;
}

.lp-btn:hover {
    border: 2px solid #1B69A2;
    background: transparent;
    color: #1B69A2;
}

.header_logo img,
.footer_logo img {
    height: auto;
    width: 190px;
}

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

    .header_logo img,
    .footer_logo img {
        height: auto;
        width: 120px;
    }
}

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


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

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

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

    .header_logo .header__branding {
        text-align: left;
        width: 100%;
    }

    .header_logo .button-header {
        text-align: right;
    }

    /*.header_logo .header__branding{
    margin-bottom: 30px;
    }*/
}

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

    header .row,
    footer .row {
        margin: 0;
    }

    .button-header .lp-btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .lp-btn {
        padding: 11px 13px;
        font-size: 14px
    }

    /*  .button-header .lp-btn span {
        display: none;
    } */
    .lp-btn-lp {
        padding: 14px 14px;
    }
}

/*=============================================
= Header  CSS
=============================================*/

/*=============================================
= Banner Section  CSS
=============================================*/
.lp-denture-near-me-banner {
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: 100%;
    padding: 0 !important;
    background-position: 70%;
    position: relative;
}

.lp-denture-near-me-banner::before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #ecf1f7 74%, rgba(246, 250, 255, 0) 100%);
    width: 69%;
    height: 100%;
    z-index: 1;
}

.banner-image img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: top;
}

.banner-image {
    background: #ebebeb;
}

.lp-denture-near-me-banner .banner-info {
    width: 100%;
    max-width: 567px;
    margin: 0 0px 0 auto;
    position: relative;
    z-index: 11;
    padding: 50px 0;
}

.lp-denture-near-me-banner .banner-info h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #1B69A2;
    line-height: 1.25;
}

.lp-denture-near-me-banner .banner-info p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 35px;
    color: #76787E;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .lp-denture-near-me-banner {
        background: #f8faff;
    }

    .lp-denture-near-me-banner .banner-info {
        max-width: 470px;
        margin: 0 auto 0 45px;
    }

    .lp-denture-near-me-banner::before {
        display: none !important;
    }

    .lp-denture-near-me-banner .banner-info p,
    .lp-solutions-customized ul li {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width:1199px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 26px;
        margin: 0 0 15px;
    }

    .lp-denture-near-me-banner .banner-info p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-denture-near-me-banner .banner-info h1 {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 575px) {
    .lp-denture-near-me-banner .banner-info {
        padding: 40px 0;
    }

    .lp-denture-near-me-banner .banner-info {
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .banner-image img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        object-position: bottom;
    }
}

@media screen and (max-width: 480px) {
    .lp-denture-near-me-banner .banner-info {
        margin: 0 3% !important;
        max-width: 100% !important;
        width: auto;
    }
}

/*=============================================
= Banner Section  CSS
=============================================*/

/*=============================================
= community  Section  CSS
=============================================*/
.consulation-section-lp {
    background-image: url('/lp-asset/lp-images/denture-near-me-consulation.png');
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: cover;
    padding: 80px 0;
    padding-bottom: 175px;
    background-color: #1B69A2;
}

.consulation-free-lp-border {
    position: relative;
}

.consulation-free-lp h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    color: #fff;
    margin: 0 0 15px;
}

.consulation-free-lp-inner {
    max-width: 375px;
    margin-left: auto;
}

.consulation-free-lp h4 span {
    font-weight: 700;
    display: inline-block;
}

.consulation-free-lp p {
    color: #ffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.consulation-free-lp p a {
    color: #ffff;
    font-weight: 700;
}

.consulation-free-lp ul li {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 0 18px;
    padding: 0 0 0 38px;
    position: relative;
    background-image: url('/lp-asset/lp-images/white-check-icon.svg');
    background-repeat: no-repeat;
    background-position: top 3px left 0;
    font-family: 'Sofia Pro';
}

section.consulation-section-lp {
    overflow: hidden !important;
}

@media only screen and (max-width: 1199px) {
    .consulation-section-lp {
        background-size: cover;
    }

    .consulation-section-lp {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .consulation-section-lp {
        padding: 40px 0;
    }

    .consulation-section-lp {
        padding-bottom: 100px;
    }

    .consulation-free-lp {
        text-align: center;
    }

    .consulation-free-lp-border {
        margin: 0 0 30px;
    }

    .consulation-free-lp-border {
        margin: 0 0 30px;
    }

    .consulation-free-lp-inner {
        max-width: 100%;
    }

    .consulation-free-lp h4 {
        text-align: center;
        font-size: 22px;
    }

    .consulation-free-lp ul li {
        text-align: left;
    }

    .consulation-free-lp ul {
        width: 100%;
        max-width: 465px;
        margin: 0 auto;
    }
}

/*=============================================
= community  Section  CSS
=============================================*/

/*=============================================
= Treatment  Section  CSS
=============================================*/
.treatment-choose-type {
    display: inline-block;
    width: 100%;
    margin: 0 20px 0 0;
    position: relative;
}

.treatment-choose-type::before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #797C91;
    font-weight: 600;
}

.lp_treatment_section {
    /*margin-top: -110px;
    padding-bottom: 80px;*/
    background: rgba(26, 113, 193, 0.05);
    /*    padding-top: 70px;*/
}

.lp_treatment_section .section_title_content {
    margin-bottom: 30px;
}

.section_title_center {
    text-align: center;
}

.section_title_content h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #1B69A2;
    margin: 0;
    padding: 0;
}

.lp_treatment_form {
    background: #FFFFFF;
    box-shadow: 0px -12px 24px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
    max-width: 736px;
    padding: 52px;
    margin: 0 auto;
    margin-top: -110px;
}

.treatment-choose {
    display: flex;
    align-items: center;
}

.treatment-choose select {
    background: #F3F8FC;
    border: none;
    border-radius: 85px;
    height: 48px;
    width: 100%;
    max-width: 600px;
    padding: 0 21px;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    letter-spacing: 0.01em;
    color: #76787E;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    appearance: none;
}

.label1 {
    font-weight: 500;
    color: red;
    position: absolute;
    bottom: 1px;
    font-size: 12px;
    display: none;
    left: auto;
}

.lp-btn-lp {
    font-style: normal;
    font-weight: 500;
    background: #1B69A2;
    border-radius: 50px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.02em;
    transition: all 0.4s;
}

.lp-btn-lp:hover {
    border: 2px solid #1B69A2;
    background: transparent;
    color: #1B69A2;
}

@media only screen and (max-width: 1198px) {
    .lp_treatment_section {
        margin-top: -60px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp_treatment_section {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 991px) {
    .lp_treatment_section {
        margin-top: 0;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 575px) {
    .treatment-choose-type {
        margin: 0;
    }

    .treatment-choose select {
        max-width: 100%;
        height: 45px;
        margin: 0
    }

    .treatment-choose {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lp_treatment_form {
        padding: 25px;
    }

    .section_title_content h2 {
        font-size: 21px;
    }

    .treatment-choose .lp-btn-lp {
        width: 100%;
        display: table;
        margin: 20px auto 0;
        padding: 15px 15px;
    }

    .lp-btn-lp {
        padding: 14px 14px;
    }
}

/*=============================================
= Treatment  Section  CSS
=============================================*/

/*=============================================
= Special Offers  Section  CSS
=============================================*/
.offerd-light-bg {
    background: rgba(26, 113, 193, 0.05);
    padding: 80px 0;
}

.special-content-text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 45px;
}

.special-content-text h2 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    color: #1B69A2;
    text-align: center;
}

.lp_special_offers_box {
    background: #ffffff;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all 0.4s;
    position: relative;
}

.lp_special_offers_box:hover {
    filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.15));
}

.lp_special_offers_text {
    padding: 40px 40px 40px 40px;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lp_special_offers_text h5 {
    text-transform: uppercase;
}

.special-btn {
    position: relative;
    /*bottom: 30px;
    left: 40px;*/
    display: inline-block;
    vertical-align: top;
    margin-top: auto !important;
}

.lp_special_offers_text h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    color: #1B69A2;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}

.lp_special_offers_text h6 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #1B69A2;
    font-family: 'Montserrat', sans-serif;
}

.lp_special_offers_tex p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: #76787E;
}

.lp_special_offers_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: lightgrey;
}

.lp_special_offers_img span img {
    width: 100%;
}

.special-btn a {
    font-size: 15px;
    line-height: 15px;
    color: #1B69A2;
    font-weight: 700;
    border: 1px solid #1B69A2;
    padding: 14px 40px;
    border-radius: 50px;
    text-align: center;
    /*width: 100%;*/
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s;
}

.special-btn a:hover {
    background: #1B69A2;
    border: 1px solid #1B69A2;
    color: #ffffff;
}

.lp_special_offers_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1199px) {
    .lp_special_offers_text {
        padding: 20px 20px 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .special-sec-mrg {
        margin-bottom: 30px;
    }

    .lp_special_offers_text {
        padding: 20px 20px 30px 20px;
    }

    .offerd-light-bg {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    .offerd-light-bg {
        padding: 30px 0;
    }

    .lp_special_offers_text h6 {
        font-size: 26px;
    }

    .special-content-text h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) {
    .lp_special_offers_img span img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: top;
    }

    .lp_special_offers_text h5 {
        height: 60px;
    }
}

/*=============================================
= Special Offers  Section  CSS
=============================================*/

/*=============================================
= Dr-Ashley   Section  CSS
=============================================*/
.dr-sec-bg {
    background-image: url('/lp-asset/lp-images/smile_counts_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #438CB6;
}

.dr-side-content {
    display: inline-block;
    vertical-align: top;
}

.dr-side-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 35px;
}

.dr-side-content ul {
    display: inline-block;
    vertical-align: top;
}

.dr-side-content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 584px;
    padding-left: 20px;
    position: relative;
}

.dr-side-content ul li:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.dr-side-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.dr-sec-bg .col-lg-6 {
    display: flex;
    align-items: center;
}

.dr_slider .slick-arrow {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 45%;
    color: #ffffff !important;
    background: #1B69A2;
    border-radius: 60px;
    padding: 10px;
    width: fit-content;
    z-index: 10;
    border: 1px solid #1B69A2;
}

.dr_slider button.arrow-prev {
    left: 10px;
    right: 0;
}

.dr_slider .slick-arrow:hover,
.dr_slider .slick-arrow:focus {
    background: transparent;
}

/* .dr_slider .slick-arrow:hover,
.dr_slider .slick-arrow:focus {
    background: transparent;
} */
.dr_slider .slick-arrow:focus {
    /* border: none; */
    outline: none;
}

.dr_slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}

.meet_dr_sec .dr-side-content {
    margin-left: 60px;
    padding: 60px 0px;
    max-width: 730px;
}

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

    .dr-side-image,
    .dr-side-image img {
        width: 100%;
    }

    /*.dr-side-image {
        margin-bottom: 30px;
    }*/
    .dr-side-content h2 {
        font-size: 26px;
    }

    .dr-side-content ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .dr_slider .slick-dots {
        bottom: -15px;
    }
}

@media only screen and (max-width: 480px) {
    .dr-side-content h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .dr_slide.slick-slide {
        display: flex;
    }

}

/*=============================================
= Dr-Ashley Section  CSS
=============================================*/

/*=============================================
= Serch-end Section  CSS
=============================================*/
.search-end-section-inner {
    padding: 0px 0;
    background-image: url('/lp-asset/lp-images/search-pattern-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1B69A2;
}

.search-end-section .section_title_content {
    max-width: 996px;
    margin: 0 auto;
    padding: 50px;
    background: transparent;
}

.search-end-section .section_title_content .section_title_content_inner {
    max-width: 730px;
    margin: 0 auto;
}

.search-end-section .section_title_content h2 {
    font-size: 30px;
    margin: 0 0 24px;
    color: #fff;
}

.search-end-section .section_title_content p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .search-end-section .section_title_content {
        padding: 40px 0;
    }

    .search-end-section .section_title_content h2 {
        font-size: 26px
    }

    .dr-side-content {
        margin-bottom: 30px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .search-end-section .section_title_content h2 {
        font-size: 20px;
    }
}

/*=============================================
= Serch-end Section  CSS
=============================================*/
/*=============================================
= accept PPO start Section  CSS
=============================================*/
.accept-ppo-sec .section_title_content {
    max-width: 996px;
    margin: 0 auto;
    padding: 50px 0 150px;
    background: transparent;
}

.accept-ppo-sec-inner {
    padding: 0px 0;
    background-image: url('/lp-asset/lp-images/accept-ppo-sec-circle.png');
    background-color: #1B69A2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accept-ppo-sec-inner .section_title_content_inner h2,
.accept-ppo-sec-inner .section_title_content_inner p {
    color: #fff;
}

.accept-ppo-sec-inner .section_title_content_inner h2 {
    margin-bottom: 10px;
}

/*=============================================
= accept PPO Section  CSS
=============================================*/
/*=============================================
= FAQ  Section  CSS
=============================================*/
#accordion {
    padding-left: 20px;
}

.accordion_section {
    padding: 80px 0;
}

.accordion-card {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 15px;
}

.accordion-btn {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #3D3D3D;
    width: 100%;
    text-align: left;
    border: none;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.accordion-btn::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 24px;
    background-color: #3D3D3D;
    border-radius: 50px;
}

.accordion_section .section_title_content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #081C24;
    font-family: 'Montserrat', sans-serif;
}

.accordion-btn.collapsed {
    color: #081C24;
    background: transparent;
}
button.accordion-btn:hover, button.accordion-btn:focus {
    background-color: transparent;
    color: inherit;
}
.accordion-btn:focus {
    outline: none;
}

.accordion-btn img {
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-content {
    padding: 12px 0 0;
}

.accordion-content p {
    color: #76787E;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
    #accordion {
        padding: 0;
    }

    .accordion-btn::before {
        left: 0;
    }

    .accordion-btn {
        padding: 20px 15px;
        font-size: 16px;
    }

    .accordion-content {
        padding: 8px 0 0 15px;
    }

    .accordion-btn img {
        right: 0;
        font-size: 12px;
    }

    .accordion_section {
        padding: 40px 0;
    }

    .accordion_section .section_title_content h2 {
        font-size: 26px;
    }

    .accordion-card {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .accordion_section {
        padding: 40px 0;
    }
}

/*=============================================
= FAQ  Section  CSS
=============================================*/

/*=============================================
= Google Rated  Section  CSS
=============================================*/
.lp-transformations-section {
    background-image: url('/lp-asset/lp-images/google-rated-banner-img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.lp-transformations-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #F3F8FC;
    opacity: 0.9;
}

.transformations-lp {
    padding: 80px 0;
    max-width: 996px;
    margin: 0 auto;
}

.transformations-lp-inner {
    max-width: 750px;
    margin: 0 auto;
}

.transformations-lp h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    color: #1B69A2;
    margin: 0 0 24px;
}

.transformations-lp h4:not(:last-child) {
    margin: 0 0 24px 0;
}

.transformations-lp h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
    color: #76787E;
    margin: 0 0 8px;
    font-family: 'Open Sans', sans-serif;
}

.transformations-lp h5 {
    margin: 0;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #1B69A2;
}

.transformations-lp ul {
    list-style: none;
}

.transformations-lp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
}

.transformations-lp-inner a.lp-btn-lp {
    background-color: #1B69A2;
}

.transformations-lp-inner a.lp-btn-lp:hover {
    background-color: transparent;
    border-color: #1B69A2;
    color: #1B69A2;
}

@media screen and (max-width: 767px) {
    .transformations-lp h3 {
        font-size: 26px;
    }

    .transformations-lp {
        padding: 40px 0;
    }
}

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

    .lp-dental-care-info .button-header .lp-btn span,
    .footer_logo .button-header .lp-btn span {
        display: inline-block;
    }
}

/*=============================================
= Google Rated  Section  CSS
=============================================*/

/*=============================================
= re-treatment Section  CSS
=============================================*/
.re-treatment-sec-bg {
    background-image: url('/lp-asset/lp-images/Restorative-Treatment.png');
}

.re-treatment-sec-bg a.lp-btn {
    border-color: #fff;
    color: #fff;
}

.re-treatment-content {
    width: 100%;
    max-width: 576px;
    margin-left: auto;
    padding: 30px 0;
}

.re-treatment-content.dr-side-content h2 {
    margin-bottom: 25px;
}

.re-treatment-content.dr-side-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.71;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .re-treatment-content {
        max-width: 100%;
    }

    .re-treatment-sec-bg .col-order {
        order: 1;
    }
}

@media only screen and (max-width: 768px) {
    .re-treatment-content.dr-side-content p {
        font-size: 16px
    }

    .re-treatment-content.dr-side-content h2 {
        margin-bottom: 15px;
    }
}

/*=============================================
= re-treatment Section  CSS
=============================================*/

/*=============================================
= patient offer Section  CSS
=============================================*/
.patient-offer-content {
    width: 100%;
    max-width: 576px;
    margin-right: auto;
    padding: 30px 0;
}

.dr-side-content.patient-offer-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.71;
    color: #ffffff;
}

.patient-offer-content h2 {
    margin-bottom: 15px;
}

.offer-list-item {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.dr-side-content .offer-list-item ul li {
    padding-left: 35px;
}

.offer-list-item ul li:before {
    background-image: url('/lp-asset/lp-images/circle-check-icon.svg');
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: unset;
    background-color: unset;
    top: 0;
    filter: brightness(0) invert(1);
}

.dr-side-content.patient-offer-content h2 {
    width: 100%;
    max-width: 340px;
}

/*=============================================
= patient offer Section  CSS
=============================================*/


/*=============================================
= Slick Slider Section  CSS
=============================================*/
.lp-review-slider {
    background: rgba(26, 113, 193, 0.05);
    padding: 80px 0;
}

.lp-review-content {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: inset 0px -4px 0px #1B69A2;
    margin: 0 15px;
    outline: none;
    display: flex !important;
    height: inherit !important;
}

.review-description {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.review-description h3,
.review-slider-main-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    color: #1B69A2;
    display: inline-block;
    vertical-align: top;
}

/*.review-description h3{
    margin-bottom: 15px;
}*/
.review-description p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #76787E;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 15px !important;
}

.review-slide-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    color: #1B69A2;
    margin: 0 0 50px;
    text-align: center;
}

.review-slider-main-content .al-review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.morecontent span {
    display: none;
}

.morecontent .morelink {
    color: #1B69A2;
    font-weight: 600;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
}

.scrollbar-inner>.scroll-element.scroll-y {
    right: 0;
    width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #4A4A4A;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #7B7B7B;
}

.testimonial_description .more-text {
    display: none;
}

.testimonial_description .read-more {
    color: #1B69A2;
    font-weight: 600;
    text-decoration: none;
}

.lp_review_content_slider .scroll-wrapper>.scroll-content {
    height: 120px !important;
}

.lp_review_content_slider .slick-dots li,
.lp_review_content_slider .slick-dots li button,
.lp_review_content_slider .slick-dots li button::before {
    width: 10px;
    height: 10px;
    padding: 0;
}

.lp_review_content_slider .slick-dots li button::before {
    font-size: 10px;
    line-height: 12px;
    color: #1B69A2;
}

.lp_review_content_slider .slick-dots li.slick-active button::before {
    opacity: 1;
}

.lp-service-content {
    height: inherit;
}

.slick-track {
    display: flex;
}

.service-description {
    height: 100%;
}

.review-slider-main-content {
    margin-top: auto;
}

.lp_review_content_slider {
    margin-right: -64px;
}

.lp_review_content_slider .slick-dots {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .lp-review-content {
        padding: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .consulation-section-lp {
        padding-bottom: 120px;
    }

    .lp_treatment_form {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 991px) {
    .lp_review_content_slider {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-review-content {
        padding: 15px;
    }

    .lp-review-slider {
        padding: 40px 0;
    }

    .review-description h3,
    .review-slider-main-content h3 {
        font-size: 18px;
    }

    .review-slide-content h3 {
        font-size: 26px
    }
}

@media screen and (max-width: 480px) {
    .review-slide-content h3 {
        margin-bottom: 20px;
    }
}

/*=============================================
= Slick Slider Section  CSS
=============================================*/

/*=============================================
= Dental-Care Section  CSS
=============================================*/
.lp-dental-care-info {
    padding: 80px 0;
}

.lp-care-bg {
    background-image: url('/lp-asset/lp-images/lp-care-bg-pattern.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 80px;
    background-color: #1B69A2;
}

.lp-care-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 30px;
}

.lp-care-content h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.lp-care-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    color: #ffffff;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .lp-care-content h3 {
        font-size: 26px
    }

    .lp-care-bg {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-dental-care-info {
        padding: 40px 0;
    }
}

@media screen and (max-width: 485px) {
    .lp-care-content h3 br {
        display: none;
    }
}

/*=============================================
= Dental-Care Section  CSS
=============================================*/

/*=============================================
= Service  Section  CSS
=============================================*/
.lp-service-bg {
    background-color: #F3F8FC;
    padding: 80px 0;
}

.lp_service_content_slider {
    max-width: 1545px;
    margin-left: auto;
    margin-right: 0
}

.lp-service-bg .slick-list.draggable {
    padding-right: 201px;
}

.lp-service-content {
    margin: 0 15px;
}

.service-description {
    background-color: #ffffff;
    padding: 40px 40px 60px;
    text-align: center;
}

.service-box-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F2F7FB;
    text-align: center;
    line-height: 80px;
    margin: 0 auto 30px;
}

.service-box-icon img {
    display: inline-block;
    vertical-align: middle;
}

.service-box-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #1B69A2;
    display: inline-block;
    vertical-align: top;
}

.service-box-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.66;
    color: #76787E;
    margin-bottom: 0;
}

.lp_testimonial_arrows {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp_testimonial_arrow {
    background: transparent;
    border: 1px solid #9C9EA0;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all 0.5s;
    margin: 0 0 0 28px;
    opacity: 0.5;
    line-height: 0;
}

.service-contet {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.service-info-waqrper {
    position: relative;
    margin-bottom: 30px;
}

.service-contet h3 {
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.lp_testimonial_arrows button:focus,
.lp_testimonial_arrows button:hover {
    border: 1px solid #444444;
    outline: 5px auto #444444;
    background-color: transparent;
}

@media screen and (max-width: 1400px) {
    .service-description {
        padding: 20px;
    }
}

@media screen and (max-width: 1099px) {
    .lp-service-bg .slick-list.draggable {
        padding-right: 250px;
    }
}

@media screen and (max-width: 992px) {
    .lp-service-bg .slick-list.draggable {
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .lp_testimonial_arrow {
        margin: 0 0 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-service-bg {
        padding: 45px 0;
    }
}

/*=============================================
= Service  Section  CSS
=============================================*/


/*=============================================
= Footer  Section  CSS
=============================================*/
@media screen and (max-width: 767px) {
    .footer_logo .sp-column {
        width: 100%;
        text-align: center;
        /*margin-top: 30px;*/
    }
}

.footer_logo a.lp-btn {
    border-color: #fff;
    color: #fff;
}

/*=============================================
= Footer  Section  CSS
=============================================*/


/* new css */

.white_btn {
    background: #ffffff;
    color: #1B69A2;
    font-weight: 700;
}

.white_btn:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.dr-side-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.dr-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #fff;
}

.dr-side-image {
    display: block;
}

.patient-offer-content {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 60px;
}

@media only screen and (max-width: 1100px) {
    .dr-side-content {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .dr-side-content {
        margin-bottom: 30px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_logo .sp-default-logo {
        margin-bottom: 20px;
    }
}

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

    .lp-btn span,
    .lp-btn-lp span {
        display: none !important;
    }

    .lp-btn,
    .lp-btn-lp,
    .special-btn a {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .lp-btn {
        width: 100%;
        text-align: center;
    }

    .footer_logo .lp-btn {
        width: 100%;
        max-width: 250px;
    }

    .accept-ppo-sec .section_title_content {
        padding: 45px 0px 120px;
    }
}

/*=============================================
= Side Video  Section  CSS
=============================================*/
.side_video {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.side_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.meet_dr_sec .dr-side-content {
    margin-left: 60px;
    padding: 60px 0px;
    max-width: 650px;
}

.meet_dr_sec .dr-side-content p {
    color: #fff;
}

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

    .meet_dr_sec .dr-side-content,
    .patient-offer-content {
        margin-left: 20px;
    }

    .meet_dr_sec .dr-side-content {
        display: inline-block;
        vertical-align: top;
        padding: 30px 0px;
    }

    .dr-side-content {
        padding: 30px 0px;
    }

    .meet_dr_sec .dr-side-content ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .meet_dr_sec .dr-side-content {
        padding: 30px 0;
        margin: 0;
    }

    .patient-offer-content {
        margin-left: 0px;
    }

    .meet_dr_sec .dr-side-image {
        margin-bottom: 15px;
    }

    .special-content-text {
        margin-bottom: 20px;
    }

    .re-treatment-content {
        margin: 0;
    }

    .patient-offer-content {
        padding: 30px 0px 10px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .offerd-light-bg {
        padding-top: 10px;
        padding-bottom: 20px;
    }

}

/*=============================================
= Side Video End Section  CSS
=============================================*/

/* sticky header */
.sticky-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
}

.scroll-header {
    box-shadow: 0px 10px 17px rgb(34 81 168 / 9%);
}


.lp_treatment_section a.lp-btn-lp.next-btn {
    background-color: #1B69A2;
}

.lp_treatment_section a.lp-btn-lp.next-btn:hover {
    background-color: transparent;
    color: #1B69A2;
    border-color: #1B69A2;
}