@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;
}
.top-left-radius{
    border-top-left-radius: 48px;
}
.top-right-radius{
    border-top-right-radius: 48px;
}
.bottom-left-radius{
    border-bottom-left-radius: 48px;
}
.bottom-right-radius{
    border-bottom-right-radius: 48px;
}
@media only screen and (max-width: 1024px){
    .top-left-radius{
        border-top-left-radius: 38px;
    }
    .top-right-radius{
        border-top-right-radius: 38px;
    }
    .bottom-left-radius{
        border-bottom-left-radius: 38px;
    }
    .bottom-right-radius{
        border-bottom-right-radius: 38px;
    }
}
@media only screen and (max-width: 991px){
    .top-left-radius{
        border-top-left-radius: 28px;
    }
    .top-right-radius{
        border-top-right-radius: 28px;
    }
    .bottom-left-radius{
        border-bottom-left-radius: 28px;
    }
    .bottom-right-radius{
        border-bottom-right-radius: 28px;
    }
}
@media only screen and (max-width: 767px){
    .top-left-radius{
        border-top-left-radius: 20px;
    }
    .top-right-radius{
        border-top-right-radius: 20px;
    }
    .bottom-left-radius{
        border-bottom-left-radius: 20px;
    }
    .bottom-right-radius{
        border-bottom-right-radius: 20px;
    }
}
.section_padding {
    padding: 80px 0;
}
.section_margin {
    margin: 80px 0;
}
@media only screen and (max-width: 1024px) {
    .section_padding {
        padding: 70px 0;
    }
    .section_margin {
        margin: 70px 0;
    }
}
@media only screen and (max-width: 991px) {
    .section_padding {
        padding: 60px 0;
    }
    .section_margin {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 50px 0;
    }
    .section_margin {
        margin: 50px 0;
    }
}
@media only screen and (max-width: 575px) {
    .section_padding {
        padding: 40px 0;
    }
    .section_margin {
        margin: 40px 0;
    }
}
/*=============================================
= Header  CSS
=============================================*/
header,
footer {
    padding: 10px 0;
    vertical-align: top;
}
footer {
    background: #141414;
    padding: 20px 0;
}
header .row,
footer .row {
    align-items: center;
}
.lp-btn {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    background: #E7CA71;
    padding: 11px 35px;
    color: #052639;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.4s;
}
.lp-btn:hover {
    border: 2px solid #E7CA71;
    background: transparent;
    color: #ffffff;
}
.color-btn.lp-btn:hover{
    color: #052639;
}
@media only screen and (max-width: 768px) {
    .header_logo .header__branding,
    .header_logo .sp-column,
    .header_logo .button-header {
        text-align: center;
        width: 100%;
    }
}
@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
    }
    .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, #dddcd8 74%, #f6faff00 100%);
    width: 69%;
    height: 100%;
    z-index: 1;
}
.banner-image img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: top;
}
.banner-image {
    background: #deddd8;
}
.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: #141414;
    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;
    }
    .banner-image img {
        height: auto;
    }
}
@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%;
        object-fit: contain;
    }
}
@media screen and (max-width: 480px) {
    .lp-denture-near-me-banner .banner-info {
        margin: 0 3% !important;
        max-width: 100% !important;
        width: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .banner-image img {
        height: 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: #E7CA71;
}
.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%;
    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 {
    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: #141414;
    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);
    width: 100%;
    max-width: 736px;
    padding: 52px;
    margin: 0 auto;
}
.treatment-choose {
    display: flex;
    align-items: center;
    gap: 20px;
}
.treatment-choose select {
    background: #F3F8FC;
    border: none;
    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: #E7CA71;
    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 #E7CA71;
    background: transparent;
    color: #E7CA71;
}
@media only screen and (max-width: 575px) {
    .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: #141414;
    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;
    margin-bottom: 10px;
}
.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;
    display: inline-block;
    vertical-align: top;
    margin-top: auto !important;
}
.lp_special_offers_text h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: #E7CA71;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}
.lp_special_offers_text h6 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #141414;
    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_text p span {
    color: #141414;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.lp_special_offers_img span img {
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.lp_special_offers_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.lp_special_offers_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.special-sec-mrg {
    margin: 0 10px;
    height: auto;
}
.special_offer_slider .slick-dots li.slick-active button:before {
    color: #E7CA71;
}
.special_offer_slider ul.slick-dots {
    bottom: -40px;
}
.special_offer_slider .slick-dots li button:before {
    font-size: 8px;
}
@media only screen and (max-width: 1199px) {
    .lp_special_offers_text {
        padding: 20px 20px 30px 20px;
    }
}
@media only screen and (max-width: 991px) {
    .lp_special_offers_text {
        padding: 20px 20px 30px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .lp_special_offers_text h6 {
        font-size: 26px;
    }
    .special-content-text h2 {
        font-size: 26px;
    }
    .special_offer_slider ul.slick-dots {
        bottom: -25px !important;
    }
}
@media only screen and (max-width: 575px) {
    .lp_special_offers_img span img {
        height: 100%;
    }
}
/*=============================================
= Special Offers  Section  CSS
=============================================*/
/*=============================================
= Dr-Ashley   Section  CSS
=============================================*/
@media only screen and (min-width: 992px){
    .meet_dr_sec .container{
        width: 93%;
    }
}
.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: #F4F5F3;
}
.dr-side-content {
    display: inline-block;
    vertical-align: top;
}
.dr-side-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #052639;
    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: #052639;
    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: #052639;
    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: -30px;
    top: 45%;
    color: #ffffff !important;
    background: #E7CA71;
    border-radius: 60px;
    padding: 10px;
    width: fit-content;
    z-index: 10;
    border: 1px solid #E7CA71;
}
.dr_slider button.arrow-prev {
    left: -30px;
    right: 0;
}
.dr_slider .slick-arrow:hover,
.dr_slider .slick-arrow:focus {
    background: transparent;
}
.dr_slider .slick-arrow:hover i, .dr_slider .slick-arrow:focus i {
    color: #052639;
}
.dr_slider .slick-arrow:focus {
    outline: none;
}
.dr_slider .slick-dots li button:before {
    color: #052639;
    font-size: 10px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E7CA71;
}
.meet_dr_sec .dr-side-content {
    margin-left: 60px;
    padding: 60px 0px;
    max-width: 730px;
}
.dr-side-content p{
    color: #052639;
}
.re-treatment-sec-bg .dr-side-image img,
.patients_care_count_sec .dr-side-image img {
    height: 100% !important;
}
@media only screen and (max-width: 767px) {
    .dr-side-image img {
        height: 100% !important;
    }
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dr-side-image img {
        height: 500px !important;
    }
}*/
@media only screen and (max-width: 992px) {
    .dr-side-image,
    .dr-side-image img {
        width: 100%;
    }
    .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/blue-texture-bg-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.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;
    background: transparent;
}
.accept-ppo-sec-inner {
    padding: 0px 0;
    background-image: url('/lp-asset/lp-images/blue-texture-bg-img.webp');
    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-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;
}
.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 .section_title_content h2 {
        font-size: 26px;
    }
    .accordion-card {
        margin-bottom: 15px;
    }
}
/*=============================================
= 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 {
    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: #141414;
    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: #141414;
}
.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;
}
@media screen and (max-width: 767px) {
    .transformations-lp h3 {
        font-size: 26px;
    }
}
@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-content {
    width: 100%;
    max-width: 576px;
    margin-left: auto;
}
.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;
}
@media only screen and (max-width: 991px) {
    .re-treatment-content {
        max-width: 100%;
        padding-top: 30px;
    }
    .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;
}
.dr-side-content.patient-offer-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.71;
}
.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/list-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) saturate(100%) invert(92%) sepia(39%) saturate(1779%) hue-rotate(311deg) brightness(112%) contrast(81%);
}
.dr-side-content.patient-offer-content h2 {
    width: 100%;
    max-width: 340px;
}
@media only screen and (max-width: 991.98px){
    .patient-offer-content{
        max-width: 100%;
    }
}
/*=============================================
= 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 #E7CA71;
    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: #141414;
    display: inline-block;
    vertical-align: top;
}
.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: #141414;
    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: #E7CA71;
    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: #1B75BC;
    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: #E7CA71;
}
.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;
    }
}
@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-care-bg {
    background-image: url('/lp-asset/lp-images/footer-top-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 80px;
    background-color: #266980;
}
.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: 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: 15px;
}
.service-description {
    background-color: #ffffff;
    padding: 40px 40px 60px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000029;
}
.lp-service-content:nth-child(even) .service-description {
    background-color: #F4F6F3;
}
.service-box-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F2F7FB;
    text-align: center;
    line-height: 80px;
    margin: 0 auto 30px;
}
.lp-service-content:nth-child(even) .service-box-icon{
    background-color: #fff;
}
.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: #141414;
    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;
}
@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;
    }
}
/*=============================================
= Service  Section  CSS
=============================================*/
/*=============================================
= Footer  Section  CSS
=============================================*/
@media screen and (max-width: 767px) {
    .footer_logo .sp-column {
        width: 100%;
        text-align: center;
    }
}
/*=============================================
= Footer  Section  CSS
=============================================*/
/* new css */
.white_btn {
    background: #ffffff;
    color: #141414;
    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: 650px;*/
    object-fit: cover;
    object-position: center;
}
.dr-side-image {
    display: block;
}
.dr-side-content{
    align-content: center;
    height: 100%;
}
.patient-offer-content {
    margin-left: 60px;
}
@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%;
    }
    .accept-ppo-sec .section_title_content {
        padding: 45px 0px;
    }
}
/*=============================================
= 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;
}
@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;
    }
    .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: 0;
    }
    .special-content-text {
        margin-bottom: 20px;
    }
    .patient-offer-content {
        padding: 30px 0px 0px;
    }
}
/*=============================================
= Side Video End Section  CSS
=============================================*/
.footer_logo img {
    filter: invert(90%) sepia(72%) saturate(0%) hue-rotate(38deg) brightness(300%) contrast(101%);
}
.footer_logo img,
.header_logo img {
    width: 230px;
}
@media (max-width: 575px) {
    p.logo_text {
        margin-bottom: 0px !important;
        font-size: 15px !important;
    }
}
p.logo_text {
    margin-bottom: 0px;
    font-size: 30px;
}
@media only screen and (max-width: 575px) {
    .footer_logo img, .header_logo img {
        width: 130px;
    }
}
/* ====================   Testimonial Section   ======================= */

.testimonial-title {
    max-width: 472px;
    width: 100%;
    position: absolute;
}
.testimonial-title>img:first-child {
    margin-bottom: 32px;
}
.testimonial-title h2,
.average-review-star {
    margin-bottom: 24px;
}
.testimonial-title a {
    color: #052639;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
}
.all-testimonial-videos {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.all-testimonial-videos div:first-child {
    grid-row: 1 / 3;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.all-testimonial-videos>div:nth-child(2),
.all-testimonial-videos>div:nth-child(4) {
    align-self: start;
}
.all-testimonial-videos>div:nth-child(3) {
    padding-top: 75px;
}
.all-testimonial-videos>div:nth-child(4) {
    padding-bottom: 75px;
}
.all-testimonial-videos>div:nth-child(5) {
    align-self: end;
}
.all-testimonial-videos>div:nth-child(4),
.all-testimonial-videos>div:nth-child(5) {
    margin-top: -75px;
}
.all-testimonial-videos div:first-child a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    max-width: 230px;
    width: 100%;
}
.all-testimonial-videos:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 100%;
    background-image: url(/lp-asset/lp-images/top-right-vector.svg);
    top: -44px;
    right: 0;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.all-testimonial-videos:after {
    position: absolute;
    content: "";
    height: 100%;
    max-width: 774px;
    width: 100%;
    background-image: url(/lp-asset/lp-images/bottom-left-vector.svg);
    bottom: 0px;
    left: -48px;
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.all-testimonial-videos iframe {
    width: 100%;
    aspect-ratio: 9 / 16;
}
@media only screen and (min-width: 1025px) {
    .testimonial-title h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1399px) {
    .all-testimonial-videos {
        max-width: 900px;
    }
    .all-testimonial-videos:before {
        height: 65px
    }
    .all-testimonial-videos:after {
        max-width: 624px;
    }
    .all-testimonial-videos>div:nth-child(3) {
        padding-top: 65px;
    }
    .all-testimonial-videos>div:nth-child(4),
    .all-testimonial-videos>div:nth-child(5) {
        margin-top: -55px
    }
    .all-testimonial-videos>div:nth-child(4) {
        padding-bottom: 55px;
    }
    .all-testimonial-videos div:first-child a {
        max-width: 200px;
    }
}
@media only screen and (max-width: 1199px) {
    .testimonial-title {
        position: unset;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-title {
        margin-bottom: 24px;
    }
    .all-testimonial-videos div:first-child a {
        display: none;
    }
    .all-testimonial-videos {
        display: unset;
    }
    .all-testimonial-videos:before,
    .all-testimonial-videos:after {
        display: none;
    }
    .testimonial-video {
        padding: 0 12px;
    }
    .all-testimonial-videos .testimonial-video {
        display: unset;
    }
    .all-testimonial-videos .slick-prev,
    .all-testimonial-videos .slick-next {
        width: 30px;
        height: 30px;
    }
    .all-testimonial-videos .slick-prev:before,
    .all-testimonial-videos .slick-next:before {
        content: "" !important;
        background-image: url(/lp-asset/lp-images/arrow_right.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        display: block;
        height: 100%;
    }
    .all-testimonial-videos .slick-prev:before {
        background-image: url(/lp-asset/lp-images/arrow_left.svg);
    }
    .testimonial-title a{
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px){
    .all-testimonial-videos .slick-prev,
    .all-testimonial-videos .slick-next {
        width: 20px;
        height: 20px;
    }
    .all-testimonial-videos .slick-prev{
        left: -12px;
    }
    .all-testimonial-videos .slick-next{
        right: -12px;
    }
    .testimonial-title a{
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-title a{
        font-size: 18px;
    }
    .testimonial-title {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px){
    .testimonial-section .container{
        width: 80%;
    }
}
@media only screen and (min-width: 1400px){
    .testimonial-section .container{
        max-width: 1320px;
    }
}
@media only screen and (min-width: 1500px){
    .testimonial-section .container{
        max-width: 1480px;
    }
}
/* ====================   Testimonial Section   ======================= */