@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProRegular.eot') format('embedded-opentype'),
        url('fonts/SofiaProRegular.woff2') format('woff2'),
        url('fonts/SofiaProRegular.woff') format('woff'),
        url('fonts/SofiaProRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProSemiBold.eot') format('embedded-opentype'),
        url('fonts/SofiaProSemiBold.woff2') format('woff2'),
        url('fonts/SofiaProSemiBold.woff') format('woff'),
        url('fonts/SofiaProSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

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

li {
    list-style: none;
}

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

a:focus {
    outline: none;
}

a {
    text-decoration: none !important;
    color: #67b140;
}

a:hover {
    color: #67b140;
}

body .container {
    max-width: 1210px;
    padding: 0 20px;
}

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

body {
    font-family: 'Sofia Pro';
}

p,
li,
a {
    font-family: 'Sofia Pro';
    line-height: 1.5;
}

/*===============================================
= end Default CSS
============================================*/
.section_title_inner p,
.section_title_inner ul li {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #585D65;
}

.section_title_inner p:last-child {
    margin-bottom: 0px;
}

.section_title_inner b {
    font-size: 16px;
    line-height: 1.75;
}

.section_title_inner h1 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
}

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

.section_title_inner h1 span {
    position: relative;
    z-index: 1;
    color: #67b140;
}

.section_title_inner h2 {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
    text-transform: capitalize;
}

.section_title_inner h3,
.section_title_inner h4,
.section_title_inner h5 {
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
}

.section_title_inner h2 span,
.section_title_inner h4 span {
    color: #67b140;
    font-weight: 700;
    font-family: 'Bitter', 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: 6px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}

.section_title_inner ul li {
    position: relative;
}

.section_title_inner ul {
    margin-bottom: 20px;
}

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

.section_less_padding {
    padding: 50px 0px;
}

.black_color {
    color: #000;
}

/* .sp-default-logo {
    width: 100%;
    max-width: 300px;
} */

@media only screen and (max-width: 1199px) {
    .section_title_inner h1 {
        font-size: 38px;
    }

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

    .section_title_inner h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .section_title_inner h1 {
        font-size: 35px;
    }

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

    .section_title_inner h2 {
        font-size: 30px;
    }

    .section_title_inner h2 span::before {
        bottom: 8px;
    }
}

@media only screen and (max-width: 575px) {
    .section_title_inner h1 {
        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
============================================*/
/*===============================================
= Default Btn CSS
============================================*/
.header-btn .default-cta,
.default-cta {
    font-size: 16px;
    background: #67b140;
    font-family: 'Sofia Pro';
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    border: 2px solid #67b140;
    border-radius: 40px;
    transition: all 0.4s;
    padding: 14px 23px;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-align: center;
}

.header-btn .default-cta:hover,
.default-cta:hover {
    color: #67b140;
    background: transparent;
}

.default-btn {
    margin-top: 10px;
/*    display: inline-block;*/
}

.white_btn {
    background: #fff;
    color: #67b140;
    border-color: #ffffff;
}

.white_btn:hover {
    background: transparent;
    color: #ffffff;
}

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

@media only screen and (max-width: 767px) {
    .mobile_br {
        display: none;
    }
}

/*===============================================
= End Default btn CSS
============================================*/
/*===============================================
= section padding CSS
============================================*/
.section_padding {
    padding: 80px 0;
}

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

@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 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;
}

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

header {
    padding: 15px 0;
    vertical-align: top;
}
.header-btn {
    text-align: right;
}

/*===============================================
= End Header CSS
============================================*/
/*===============================================
= Footer CSS
============================================*/
.lp_footer {
    padding: 15px 0;
    background: #052e39;
}

.footer_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #Fff;
    text-align: center;
    width: 100%;
    margin: 0;
}

.footer_btn {
    text-align: center;
}

.footer_btn .lp-btn-lp {
    background: #fff;
    color: #081C24;
}

.footer_btn .lp-btn-lp:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
@media only screen and (max-width: 991px) {
    .footer_text p {
        margin: 25px 0 0;
    }

    .footer_logo {
        text-align: center;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .lp_footer .default-cta {
        max-width: 140px;
        width: 100%;
    }
}
/*===============================================
= End Footer CSS
============================================*/
/*===============================================
= Banner Section CSS
============================================*/
.lp-denture-near-me-banner {
    background-image: url('/lp-asset/lp-images/e-banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: cover;
    padding: 139px 0;
    background-position: 70%;
}

.lp-denture-near-me-banner .banner-info {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    /* padding: 0 0 0 49px;*/
}

.banner-info-img {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .lp-denture-near-me-banner {
        background-size: cover;
        padding: 70px 15px;
        background-position: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-denture-near-me-banner {
        background-image: none;
    }

    .lp-denture-near-me-banner {
        background-position: left;
    }

    .lp-denture-near-me-banner {
        position: relative;
        z-index: 0;
    }

    .lp-denture-near-me-banner:before {
        content: "";
        position: absolute;
        background-color: #f1f1f1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .lp-denture-near-me-banner {
        padding: 0px 0 50px 0px;
    }

    .banner-info-img {
        display: block;
    }

    .banner-info-img img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

/*===============================================
= End Banner Section CSS
============================================*/
/*===============================================
= Box Section CSS
============================================*/
.box_section .box_sec_info {
    box-shadow: 0px 0px 8px 2px #67b14029;
    border-radius: 10px;
    padding: 30px;
    background: #eeeeee;
    max-width: 700px;
    margin: auto;
}

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

/*===============================================
= End Box Section CSS
============================================*/
/*===============================================
= Scroll menu Section CSS
============================================*/
.scroll_menu {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background: #67b140;
    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: 18px 18px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
}

.active-tab,
.tab:hover {
    color: #052e39;
}

.scroll_menu a {
    display: inline-block;
}

.scroll_menu {
    display: none;
}

@media only screen and (min-width: 897px) and (max-width: 1199px) {
    .tab {
        padding: 18px 10px;
        font-size: 15px;
    }
}

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

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

/*===============================================
= end Scroll menu Section CSS
============================================*/
/*===============================================
= Image Text Section CSS
===============================================*/
.Image_text_section .box_section .box_sec_info {
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
    .right_side_con {
        padding-left: 30px;
    }

    .left_side_con {
        padding-right: 30px;
    }
}

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

/*===============================================
= end Image Text Section CSS
===============================================*/
/*===============================================
= call Section CSS
===============================================*/
.call_section {
    padding: 50px 0px 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/lp-asset/lp-images/denture-near-me-consulation.png');
    background-color: #67b140;
}

.call_section h2,
.call_section h2 span {
    color: #ffffff;
}

.call_section2 {
    background: #e7e9e6;
}

.call_section2 h2 {
    color: #000;
}

/*===============================================
= end call Section CSS
===============================================*/
/*===============================================
= Number With Dot Section CSS
===============================================*/
.number {
    font-family: "Grenette";
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #67b140;
    position: relative;
    min-width: 30px;
    text-align: right;
}

.number-content {
    padding: 0 0 15px;
}

.number-content p {
    color: #1F2838;
}

.dot_div {
    position: relative;
    padding: 0px 20px;
    min-width: 70px;
}

.dot_div:before {
    content: "";
    position: absolute;
    background: #67b140;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 0;
    left: 42%;
    z-index: 1;
}

.dot_div:after {
    content: "";
    position: absolute;
    border-right: 2px dashed #1e4c47;
    height: 100%;
    left: 50%;
    z-index: 0;
}

.number-wrap .number-box:last-child .dot_div:after {
    display: none;
}

.number-box {
    display: flex;
}

.number-wrap .number-box:last-child .number-content {
    padding: 0px;
}

@media only screen and (max-width: 575px) {
    .dot_div {
        padding: 0px 5px;
        min-width: 40px;
    }

    .dot_div:before {
        left: 34%;
        width: 14px;
        height: 14px;
    }

    .number {
        font-size: 20px;
    }
}

/*===============================================
= end Number With Dot Section CSS
===============================================*/
/*===============================================
= Full Text Section CSS
===============================================*/
.full_text_section {
    background: #F2F2F2;
}

/*===============================================
= end Full Text Section CSS
===============================================*/
/*===============================================
= FAQ Section CSS
===============================================*/
.lp_faq_section {
    background: #f1f6f9;
    padding: 80px 0;
}

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

.accordion-card .accordion-header {
    background: #fff;
}

.accordion-btn {
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-family: 'Sofia Pro';
}

.accordion-btn.collapsed {
    color: #081C24;
    background: transparent;
}

.accordion-btn:focus {
    outline: none;
}

.accordion-btn i {
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #67b140;
}

.accordion-btn[aria-expanded="true"] i:before {
    content: "\f068" !important;
}

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

div#accordion .accordion-card:last-child {
    margin-bottom: 0px;
}

div#accordion .accordion-card:last-child .accordion-content {
    padding-bottom: 0px;
}

div#accordion {
    margin-top: 40px;
}

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

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

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

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

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

    div#accordion {
        margin-top: 20px;
    }
}

/*===============================================
= End FAQ Section CSS
===============================================*/
/*===============================================
= Blog Section CSS
===============================================*/
.blog_img {
    display: inline-block;
    height: 250px;
    position: relative;
    width: 100%;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.blog_img h4 {
    position: absolute;
    top: 50%;
    font-size: 26px;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    width: 100%;
}

.blog_img:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    border-radius: 5px 5px 0px 0px;
}

.blog_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog_box {
    box-shadow: 0px 0px 10px 0px #c9c9c9;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog_content {
    padding: 20px 20px 5px 20px;
}

.sub_title_mb {
    margin-bottom: 40px;
}

.Blog_section .col-lg-4.col-md-6.col-sm-6.col-12 {
    display: flex;
}

@media only screen and (min-width: 992px) {
    .Blog_section .col-lg-4.col-md-6.col-sm-6.col-12:nth-last-child(-n + 3) .blog_box {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Blog_section .col-lg-4.col-md-6.col-sm-6.col-12:nth-last-child(-n + 2) .blog_box {
        margin-bottom: 0px;
    }
}

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

@media only screen and (max-width: 576px) {
    .Blog_section .col-lg-4.col-md-6.col-sm-6.col-12:last-child .blog_box {
        margin-bottom: 0px;
    }
}

/*===============================================
= End Blog Section CSS
===============================================*/
/*===============================================
= Map Section CSS
===============================================*/
.map_iframe iframe {
    border-radius: 10px;
}

/*===============================================
= End Map Section CSS
===============================================*/
/*===============================================
= Button Responsive Hide Css
===============================================*/
@media only screen and (max-width: 576px) {
    .default-cta span {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .header-btn .default-cta {
        width: 100%;
    }
    .default-cta {
        width: 100%;
        padding: 12px 18px !important;
    }    
}

/*=============================================
=Review Read More CSS
=============================================*/
/* top-bar */
.top-bar {
    text-align: center;
    background-color: #67b140;
    padding: 7px 0;
}

.top-bar p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.top-bar img {
    width: 28px;
    margin-left: 5px;
}

/*-------------*/
.doctor_profile_img_blk img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: 100% 30%;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .doctor_profile_img_blk img {
        width: auto;
        height: auto;
        object-fit: cover;
        object-position: 100% 10%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .doctor_profile_img_blk img {
        width: auto;
        height: 430px;
        object-fit: cover;
        object-position: 100% 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .doctor_profile_img_blk img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: 50% 10%;
    }
}

@media (max-width: 980px) {
    .doctor_profile_img_blk {
        margin: auto;
        text-align: center;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .doctor_profile_img_blk img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: 50% 10%;
    }

    .dr-side-image.doctor_profile_img_blk {
        margin: auto;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .doctor_profile_img_blk img {
        height: 550px;
        object-fit: cover;
        object-position: 100% 10%;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .doctor_profile_img_blk img {
        height: 550px;
        object-fit: cover;
        object-position: 100% 10%;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .doctor_profile_img_blk img {
        height: 600px;
        object-fit: cover;
        object-position: 100% 10%;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .doctor_profile_img_blk img {
        height: 650px;
        object-fit: cover;
        object-position: 100% 10%;
    }
}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}