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

a:hover {
    color: #9C866F;
}

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: #9C866F;
}

.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: #9C866F;
    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: #9C866F;
    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: 200px;
}

@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: #9C866F;
    font-family: 'Sofia Pro';
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    border: 2px solid #9C866F;
    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: #9C866F;
    background: transparent;
}

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

.white_btn {
    background: #fff;
    color: #9C866F;
    border-color: #ffffff;
}

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

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

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

    .header-btn .default-cta,
    .default-cta {
        padding: 14px 20px !important;
    }
}

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

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

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

.sp-default-logo {
    width: 100%;
    max-width: 200px;
}

@media only screen and (max-width: 991px) {
    .footer_text p {
        margin: 25px 0 0;
    }

    .footer_logo {
        text-align: center;
        margin-bottom: 20px;
    }
}

/*===============================================
= 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 #9C866F29;
    border-radius: 10px;
    padding: 30px;
    background: rgb(129 169 105 / 16%);
    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: #9C866F;
    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: #010001;
}

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

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

.call_section2 {
    background: rgba(26, 113, 193, 0.05);
}

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

.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) {
    .header-btn .default-cta {
        width: 100%;
    }

    .default-cta {
        width: 100%;
    }

    .default-cta span {
        display: none;
    }
}

/*=============================================
=Review Read More CSS
=============================================*/
/* top-bar */
.top-bar {
    text-align: center;
    background-color: #9C866F;
    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) {}

/*-------------*/
.header_logo img,
.footer_logo img {
    width: 150px;
}

/*-------------*/

/*=============================================
= 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: #9C866F;
}

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

/*=============================================
= 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 #9C866F;
    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 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: #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: #9C866F;
    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;
    display: inline-block;
    width: 100%;
}

.lp_review_content_slider .scroll-wrapper>.scroll-content {
    max-height: 180px !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: #fff;
}

.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;
        height: 100% !important;
    }

    .review-slider-main-content {
        margin-top: 40px !important;
    }

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

header#sp-header {
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 20;
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
}

.header_logo.hidden {
    position: unset !important;
}

@media screen and (max-width: 767px) {
    .scroll_menu .tab {
        padding: 10px;
        font-size: 15px;
    }

    .scroll_menu .menu {
        padding: 10px 0 !important;
    }
}