@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');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

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

li {
    list-style: none;
}

body p {
    font-size: 18px;
    color: #50585F;
    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;
}

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

.same_1544_containers {
    margin: auto;
}

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

    .same_1544_containers {
        max-width: 100%;
        padding-left: 26px !important;
        padding-right: 26px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 100%;
    }

}

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

    .same_1544_containers {
        max-width: 100%;
        padding-left: 26px !important;
        padding-right: 26px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 660px;
    }

}

@media only screen and (min-width: 885px) and (max-width: 1126px) {

    .same_1544_containers {
        max-width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 884px;
    }
}

@media only screen and (min-width: 1127px) and (max-width: 1404px) {

    .same_1544_containers {
        max-width: 100%;
        padding-left: 40px !important;
        padding-right: 40px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 1126px;
    }

}

@media only screen and (min-width: 1405px) and (max-width: 1744px) {

    .same_1544_containers {
        max-width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 1404px;
    }

}

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


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

    .same_1544_containers {
        max-width: 100%;
        padding-left: 100px !important;
        padding-right: 100px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 1744px;
        margin: auto;
    }
}

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

footer {
    background-color: #1b80a3;
    padding: 15px 0;
}

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

.lp-btn {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    background: #23a1cc;
    border-radius: 6px;
    padding: 22px 48px;
    color: #ffffff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.4s;
}

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

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

/* .header_logo .button-header a:hover {
    border-color: #fff;
    color: #fff;
} */

/* .footer_logo .button-header a:hover {
    border-color: #fff;
    color: #fff;
} */


header#sp-header.header_logo .sp-column .button-header a {
    display: flex;
    gap: 7px;
}

header#sp-header.header_logo .sp-column .button-header a:hover {
    color: #50585F;
    border-color: #50585F;
}

header#sp-header.header_logo .sp-column .button-header a:hover img.calendar_icon_img {
    filter: unset;
}

img.calendar_icon_img {
    width: 15px !important;
    height: 15px !important;
    filter: brightness(50);
}

@media only screen and (max-width: 884px) {
    .lp_treatment_form {
        padding: 0 26px !important;
    }
}

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

    .header_logo .header__branding,
    .header_logo .sp-column,
    .header_logo .button-header {
        text-align: center;
        width: 100%;
    }

    .header_logo .sp-column {
        text-align: right !important;
    }

    /*.header_logo .header__branding{
    margin-bottom: 30px;
    }*/
    header#sp-header.header_logo .sp-column .button-header a {
        display: none;
    }

    .lp-denture-near-me-banner .same_1544_containers {
        max-width: 100% !important;
        padding: 0 !important;
    }
}

@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: 18px 14px;
        font-size: 16px
    }

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

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

/*=============================================
= Banner Section  CSS
=============================================*/
.lp-denture-near-me-banner {
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: cover;
    padding: 0 !important;
    background-position: 80%;
    position: relative;
    background-image: url(/lp-asset/lp-images/dnm-banner-img.jpg);
    display: flex;
    min-height: 624px;
}

.lp-denture-near-me-banner .same_1544_containers {
    width: 100%;
}

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

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

.banner-image {
    background: #ebebeb;
}

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

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

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

.lp-denture-near-me-banner .lp-denture-near-me-banner-col2 .banner-info a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

img.arrow_icon_img {
    width: 19px;
    height: 14px;
    filter: brightness(50);
}

.lp-denture-near-me-banner .lp-denture-near-me-banner-col2 .banner-info a:hover {
    color: #fff;
    border-color: #fff;
}

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

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

    .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 p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 50px;
    }
}

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

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


    .lp-denture-near-me-banner {
        background-color: #F5F5F5;
        background-image: unset;
        min-height: 100% !important;
    }

    .banner-image img {
        height: 63vw !important;
        object-fit: cover;
        object-position: 70% 100%;
    }

    .lp-denture-near-me-banner .banner-info p {
        font-size: 16px !important;
    }

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

    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
    }

    .lp-denture-near-me-banner .lp-denture-near-me-banner-col2 h1,
    .lp-denture-near-me-banner .lp-denture-near-me-banner-col2 p {
        color: #50585F;
    }
}

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

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

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 32px;
    }
}

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

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 34px;
    }
}

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

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

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 49px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 49px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 55px;
    }
}

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


/*=============================================
= 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;
    background-size: cover;
    background-color: #0f141a;
    width: 100%;
    display: inline-block;
    padding: 80px 0;
    padding-bottom: 175px;
}

.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: "Inter", sans-serif;
}

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

.lp_treatment_section {
    padding-bottom: 80px;
    padding-top: 80px;
}

.treatment-choose-type {
    display: inline-block;
    width: 100%;
    margin: 0 12px 0 0;
    position: relative;
    background: #9B953F;
    border-radius: 6px;
}

label#treatment_type_error {
    bottom: -24px;
    left: 24px;
}

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

.lp_treatment_section {
    /* margin-top: -110px; */
    /* padding-bottom: 80px; */
    background: #23a1cc;
    /* 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: #0f141a;
    margin: 0;
    padding: 0;
}

.lp_treatment_form {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 0;
}

.treatment-choose {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 788px;
    margin: auto;
    width: 100%;
}

.treatment-choose select {
    background: #3d788d;
    border: none;
    border-radius: 6px;
    height: 66px;
    width: 100%;
    max-width: 100%;
    padding: 0 21px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0;
    font-family: "Inter", 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: #23a1cc;
    border-radius: 6px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 22px 48px;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.02em;
    transition: all 0.4s;
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

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

.lp_treatment_section form.treatment-choose a.lp-btn-lp.next-btn {
    display: flex;
    gap: 7px;
    align-items: center;
    background-color: #fff;
    color: #23a1cc;
    border-color: #fff;
}

.lp_treatment_section form.treatment-choose a.lp-btn-lp.next-btn img {
    filter: unset;
}

.lp_treatment_section form.treatment-choose a.lp-btn-lp.next-btn:hover img {
    filter: brightness(50) !important;
}


.lp_treatment_section form.treatment-choose a.lp-btn-lp.next-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.lp_treatment_section .lp_treatment_form .section_title_content h2 {
    color: #fff;
}

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

    .treatment-choose select {
        font-size: 17px;
    }
}

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

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

    .lp_treatment_section {
        padding-bottom: 50px !important;
    }

    header#sp-header.header_logo div#sp-logo .button-header a.lp-btn-lp span {
        display: none;
    }
}

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

    .treatment-choose select {
        max-width: 100%;
        height: 55px;
        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: 18px 15px;
    }

    .lp-btn-lp {
        padding: 18px 14px;
        justify-content: center;
        font-size: 16px;
    }

    .treatment-choose select {
        font-size: 16px;
    }
}

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

.special_sec_row .special-sec-mrg {
    height: auto;
}

.lp_special_offers_box:hover {
    /* filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.15)); */
    box-shadow: rgba(0, 0, 0, 0.10) 0px 7px 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;
    /*bottom: 30px;
    left: 40px;*/
    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: #0f141a;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
}

.lp_special_offers_text h6 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #0f141a;
    font-family: "Inter", sans-serif;
}

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

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

.lp_special_offers_img span img {
    width: 100%;
}

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

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

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

ul.special_offers_list {
    margin: 0 0 1rem;
}

ul.special_offers_list li {
    padding-left: 14px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
}

ul.special_offers_list li:not(:last-child) {
    margin-bottom: 8px;
}

ul.special_offers_list li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0f141a;
    left: 0;
    top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.dr-side-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #50585F;
    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: #50585F;
    font-family: "Inter", sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 584px;
    padding-left: 20px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.meet_dr_sec .dr-side-content {
    max-width: 924px;
}

.dr-sec-bg .dr-side-content .lp-btn:hover {
    border: 2px solid #fff;
    color: #fff;
}

.white_border_btn:hover {
    border: 2px solid #fff;
    color: #fff;
}

.meet_dr_sec .dr-side-image img {
    width: 500px;
    height: 600px;
    object-fit: cover;
}

.dr_slider_row .dr_slide {
    gap: 120px;
    align-items: center;
}

.meet_dr_sec_col2 .dr-side-content p {
    font-size: 20px;
}

.meet_dr_sec button.arrow_icon {
    background-color: #23a1cc;
    width: 56px;
    height: 56px;
    font-size: 28px;
    border-color: #23a1cc;
}

.meet_dr_sec button.arrow_icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.meet_dr_sec .dr_slider .slick-arrow:hover,
.meet_dr_sec .dr_slider .slick-arrow:focus {
    background: #23a1cc !important;
}

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

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

.meet_dr_sec_col2 .dr-side-content span {
    font-size: 22px;
    color: #23a1cc;
    margin-bottom: 16px;
    display: block;
    line-height: normal;
}

.meet_dr_sec .dr_slider button.arrow_icon.slick-disabled {
    opacity: 0.6;
}

.meet_dr_sec .dr_slider button.arrow_icon:hover {
    background-color: transparent !important;
    border-color: #23a1cc !important;
}

.meet_dr_sec .dr_slider button.arrow_icon:hover i {
    filter: invert(36%) sepia(8%) saturate(612%) hue-rotate(166deg) brightness(46%) contrast(97%) !important;
}



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

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

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

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

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

    .meet_dr_sec_col2 .dr-side-content span {
        font-size: 19px;
    }
}

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

}

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

@media only screen and (max-width: 600px) {
    .meet_dr_sec .dr-side-image img {
        width: 300px;
        height: auto;
        object-fit: cover;
    }

    .meet_dr_sec_col2 .dr-side-content p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .meet_dr_sec .dr-side-image img {
        width: 300px;
        height: auto;
        object-fit: cover;
    }

    .meet_dr_sec_col2 .dr-side-content p {
        font-size: 18px;
    }
}

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

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

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

    .meet_dr_sec .dr-side-image img {
        width: 300px !important;
        height: auto;
        object-fit: cover;
    }

    .meet_dr_sec_col2 .dr-side-content p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .dr_slider_row .dr_slide {
        display: block;
    }
}

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

@media only screen and (min-width: 885px) and (max-width: 1126px) {
    .meet_dr_sec button.arrow-prev {
        left: -40px;
    }

    .meet_dr_sec button.arrow-next {
        right: -40px;
    }

    .meet_dr_sec .dr-side-image img {
        width: 600px;
        height: 450px;
    }

    .dr_slider_row .dr_slide {
        gap: 50px;
    }

    .meet_dr_sec_col2 .dr-side-content p {
        font-size: 18px;
    }

    .meet_dr_sec button.arrow_icon {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 1127px) and (max-width: 1280px) {
    .meet_dr_sec button.arrow-prev {
        left: -38px;
    }

    .meet_dr_sec button.arrow-next {
        right: -38px;
    }

    .meet_dr_sec .dr-side-image img {
        width: 600px;
        height: 450px;
    }

    .dr_slider_row .dr_slide {
        gap: 50px;
    }

    .meet_dr_sec_col2 .dr-side-content p {
        font-size: 18px;
    }

    .meet_dr_sec button.arrow_icon {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .meet_dr_sec .dr-side-image img {
        width: 600px;
        height: 450px;
    }

    .dr_slider_row .dr_slide {
        gap: 80px;
    }

    .meet_dr_sec_col2 .dr-side-content p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1530px) {
    .meet_dr_sec button.arrow-prev {
        left: -48px;
    }

    .meet_dr_sec button.arrow-next {
        right: -48px;
    }

    .meet_dr_sec button.arrow_icon {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}

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


@media only screen and (min-width: 1531px) {
    .meet_dr_sec button.arrow-prev {
        left: -100px;
    }

    .meet_dr_sec button.arrow-next {
        right: -100px;
    }
}

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

/*=============================================
= Serch-end Section  CSS
=============================================*/

section.search-end-section {
    background-color: #23a1cc;
    padding: 80px 0;
}

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

/* .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;
    text-align: left;
    color: #fff;
}

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

.search-end-section .section_title_content {
    display: flex;
    align-items: center;
    gap: 120px;
}

.search-end-section .section_title_content .second_section_button_wrap {
    width: 100%;
    max-width: fit-content;
    margin: 0 !important;
}

.search-end-section .section_title_content .second_section_button_wrap a {
    background-color: #fff;
    color: #23a1cc;
}

.search-end-section .section_title_content .second_section_button_wrap a:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.search-end-section .section_title_content .second_section_button_wrap a.lp-btn img {
    filter: unset;
}

.search-end-section .section_title_content .second_section_button_wrap a.lp-btn:hover img {
    filter: brightness(50);
}

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

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (max-width: 991px) {
    .search-end-section .section_title_content {
        flex-wrap: wrap;
        gap: 40px;
    }

    section.search-end-section {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1126px) {
    .search-end-section .section_title_content {
        display: flex;
        align-items: center;
        gap: 40px;
    }
}

@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: 575px) {
    .search-end-section .section_title_content .second_section_button_wrap a {
        width: 100%;
        justify-content: center;
    }

    .search-end-section .section_title_content .second_section_button_wrap {
        width: 100%;
        max-width: 100%;
    }
}

@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/accept-ppo-sec-circle.png');
    background-color: #0f141a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

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

.accordion_section {
    padding: 80px 0;
}

.accordion-card {
    margin-bottom: 15px;
    background-color: #F5F5F5;
    padding: 24px;
}

.accordion-btn {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #50585F;
    width: 100%;
    text-align: left;
    border: none;
    font-family: "Inter", sans-serif;
    background: transparent;
    position: relative;
    cursor: pointer;
}

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

.accordion_section .section_title_content h2 {
    /* font-size: 28px;
    font-weight: 700;
    line-height: 1.5; */
    color: #50585F;
    font-family: "Inter", sans-serif;
}

.accordion-btn.collapsed {
    color: #50585F;
    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: 8px 40px 0 0;
}

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

.accordion_section .section_title_content {
    margin-bottom: 48px;
}

.accordion_section .section_title_content h2 {
    margin-bottom: 0 !important;
}

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

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

    .accordion-btn {
        font-size: 18px;
        padding-right: 22px;
    }

    .accordion-content p {
        font-size: 16px;
    }

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

    .accordion_section {
        padding: 40px 0;
    }

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

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

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

@media screen and (min-width: 1127px) {
    .accordion_sec_container {
        max-width: 1080px;
        width: 100%;
        margin: auto;
        padding: 0 !important;
    }
}

/*=============================================
= 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;
    background-color: #F5F5F5;
}

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

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

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

.transformations-lp h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    color: #0f141a;
    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: #50585F;
    margin: 0 0 8px;
    font-family: "Inter", sans-serif;
}

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

.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;
    max-width: fit-content;
    margin: auto;
    gap: 8px;
}

.lp-transformations-section .transformations-lp-inner a.lp-btn-lp:hover {
    color: #50585F;
    border-color: #50585F;
}

.lp-transformations-section .transformations-lp-inner a.lp-btn-lp:hover img {
    filter: unset;
}

.transformations-lp-inner h2 {
    margin-bottom: 48px;
}

.transformations-lp-inner p {
    font-size: 20px;
    margin: auto;
    margin-bottom: 12px;
    max-width: 890px;
}

.transformations-lp-inner h5 {
    margin-bottom: 18px;
    margin-top: 0;
    font-size: 32px;
    color: #50585F;
}

.transformations-lp-inner a.lp-btn-lp {
    margin-top: 48px;
}

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

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

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

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

    .transformations-lp-inner h5 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1100px) {
    .lp-transformations-container {
        max-width: 924px;
        width: 100%;
        margin: auto;
        padding: 0 !important;
    }

    .transformations-lp-inner h5 {
        font-size: 26px;
    }
}

/*=============================================
= 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;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

.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 {
    content: "";
    background-image: url('/lp-asset/lp-images/right_check_icon.svg');
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: unset;
    background-color: unset;
    position: absolute;
    top: 0;
    left: 0;
}

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

.offer-list-item li {
    font-size: 18px;
    color: #50585F;
    margin-bottom: 8px;
    position: relative;
    padding-left: 35px;
    font-weight: 600;
}

.offer-list-item li:last-child {
    margin-bottom: 0;
}

/*=============================================
= 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 #0f141a;
    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: #0f141a;
    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: #50585F;
    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: #0f141a;
    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: #0f141a;
    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: #0f141a;
    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: #0f141a;
}

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

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

.slick-track {
    display: flex;
}

.service-description {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=============================================
= Dental-Care Section  CSS
=============================================*/
.lp-dental-care-info {
    padding: 80px 0;
    background-image: url(/lp-asset/lp-images/bkg-last-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 528px;
    display: flex;
    margin: auto;
    align-items: center;
}

.lp-care-bg {
    display: flex;
    justify-content: center;
    text-align: center;
}

.lp-care-content h2 {
    color: #50585F;
}

.lp-care-content h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.66;
    color: #50585F;
    font-family: "Inter", sans-serif;
}

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

.lp-dental-care-info .lp-care-content .button-header a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.lp-dental-care-info .lp-care-content .button-header a:hover {
    color: #50585F;
    border-color: #50585F;
}

.lp-dental-care-info .lp-care-content .button-header a:hover img {
    filter: unset !important;
}

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

    .lp-care-content p {
        font-size: 16px;
    }

    section.lp-dental-care-info {
        min-height: 450px;
    }
}


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

    .lp-care-content p {
        font-size: 18px;
    }

    section.lp-dental-care-info {
        min-height: 470px;
    }
}

@media only screen and (max-width: 991px) {
    .lp-care-content h5 {
        font-size: 22px;
    }

    .lp-dental-care-info {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1126px) {
    .lp-care-content h5 {
        font-size: 24px;
    }

    .lp-care-content p {
        font-size: 18px;
    }

    section.lp-dental-care-info {
        min-height: 470px;
    }
}

@media only screen and (min-width: 1127px) and (max-width: 1404px) {
    .lp-care-content h5 {
        font-size: 26px;
    }

    section.lp-dental-care-info {
        min-height: 500px;
    }
}

@media only screen and (min-width: 1405px) and (max-width: 1680px) {
    .lp-care-content h5 {
        font-size: 28px;
    }
}



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

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

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

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

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

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

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

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

.service-box-icon img {
    display: inline-block;
    vertical-align: middle;
    /*filter: brightness(0) invert(64%) sepia(19%) saturate(1175%) hue-rotate(64deg) brightness(92%) contrast(95%);*/
}

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

.service-box-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.66;
    color: #50585F;
    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;
    }
}

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

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


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

footer#sp-header.footer_logo div#sp-logo .button-header a img.calendar_icon_img {
    filter: unset;
}

footer#sp-header.footer_logo div#sp-logo .button-header a:hover img.calendar_icon_img {
    filter: brightness(50);
}

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

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


/* new css */

.white_btn {
    background: #ffffff;
    color: #0f141a;
    font-weight: 700;
}

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

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

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

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

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

footer#sp-header .button-header a.lp-btn,
header#sp-header .button-header a.lp-btn {
    background-color: #fff;
    color: #0f141a;
}

footer#sp-header .button-header a.lp-btn:hover,
header#sp-header .button-header a.lp-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

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

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

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

@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% !important;
        text-align: center;
        justify-content: center;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

.special_sec_row .slick-track {
    gap: 25px;
    margin-bottom: 10px;
}

.special_sec_row .slick-track::before,
.special_sec_row .slick-track::after {
    content: unset !important;
}

.special_sec_row button.slick-disabled {
    opacity: 0.6;
}

.special_sec_row button.arrow_icon {
    position: absolute;
    font-size: 20px;
    top: 45%;
    color: #ffffff !important;
    background: #0f141a;
    border-radius: 60px;
    padding: 10px;
    width: fit-content;
    z-index: 10;
    border: 1px solid #0f141a;
    outline: none;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .special_sec_row .special-btn a {
        padding: 14px 25px !important;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .special_sec_row .slick-track {
        gap: unset !important;
    }

    .lp_special_offers_box:hover {
        box-shadow: unset !important;
    }

}

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

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

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

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

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (max-width: 1400px) {
    .special_sec_row .slick-list.draggable {
        margin: 0 50px;
    }

    .special_sec_row button.arrow-prev {
        left: 10px;
    }

    .special_sec_row button.arrow-next {
        right: 10px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

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

@media only screen and (min-width: 1401px) {
    .special_sec_row button.arrow-prev {
        left: -50px;
    }

    .special_sec_row button.arrow-next {
        right: -50px;
    }
}

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

.footer_logo .button-header a {
    background-color: #fff;
    color: #23a1cc;
}

.footer_logo .button-header a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

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


.section_padding {
    padding: 120px 0;
}

.dental_impl_about_row {
    gap: 120px;
}

.first_section_blk1 .dental_impl_about_row {
    flex-direction: row-reverse;
}

.dental_impl_about_img_col,
.other.dental_impl_about_txt_col {
    width: 50%;
}

.dental_impl_about_txt_para_block span {
    color: #23a1cc;
    margin-bottom: 16px;
    display: block;
    width: fit-content;
}

.second_section_button_wrap {
    margin-top: 48px;
}

.second_section_button_wrap .site_same_btn_all a {
    display: flex;
    align-items: center;
    width: fit-content;
}

.second_section_button_wrap .site_same_btn_all a img {
    filter: brightness(30);
    width: 19px;
    height: 14px;
    margin-left: 12px;
}

.second_section_button_wrap .site_same_btn_all a:hover img {
    filter: unset;
}

.dental_impl_about_section .dental_impl_about_txt_block .second_section_button_wrap a:hover {
    color: #50585F;
    border-color: #50585F;
}

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

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

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

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

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

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

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

    .dental_impl_about_img_col,
    .other.dental_impl_about_txt_col {
        width: 100% !important;
    }

    .dental_impl_about_img_col {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .dental_impl_about_row {
        gap: 50px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .dental_impl_about_row {
        gap: 50px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .dental_impl_about_row {
        gap: 70px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .dental_impl_about_row {
        gap: 80px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

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

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

.htag_txt h2 {
    font-size: 48px;
    font-weight: 600;
    color: #50585F;
    margin-bottom: 24px;
}

@media only screen and (max-width: 575px) {
    .section_padding {
        padding: 50px 0 !important;
    }

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

@media only screen and (min-width: 576px) and (max-width: 884px) {
    .section_padding {
        padding: 60px 0 !important;
    }

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

@media only screen and (min-width: 885px) and (max-width: 1126px) {
    .section_padding {
        padding: 80px 0 !important;
    }

    .htag_txt h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 1127px) and (max-width: 1404px) {
    .section_padding {
        padding: 100px 0 !important;
    }

    .htag_txt h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1405px) and (max-width: 1744px) {
    .section_padding {
        padding: 110px 0;
    }
}

/*============================================
= Start New Services Section CSS
===============================================*/

section.second_section {
    background-image: url(/lp-asset/lp-images/service-bkg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    max-height: 478px;
    min-height: 478px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.second_section_module {
    max-width: 528px;
    width: 100%;
    margin: auto;
}

.second_section_module span,
.second_section_module h2,
.second_section_module p {
    color: #fff;
}

.second_section_module span,
.second_section_module h2 {
    margin-bottom: 16px;
    display: block;
}

.second_section_module span {
    font-size: 22px;
}

.services_main_order_list {
    background-color: #fff;
    width: 49%;
    padding: 49px;
    box-shadow: 0px 4px 22.6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    /* margin-bottom: 20px; */
    transition: 1s;
}

.services_main_items_box_details p {
    margin-bottom: 0;
}

.services_main_para_txt {
    /* .services_main_para_txt .slick-track { */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}

.services_main_items_box_image {
    width: fit-content;
    min-width: fit-content;
    display: inline-block;
    float: left;
    margin-right: 38px;
    position: relative;
}

.services_main_items_box_image img {
    width: 116px;
    height: 116px;
    display: inline-block;
}

img.service_icon_img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.services_main_items_box {
    display: flex !important;
    gap: 0 !important;
}

.services_main_order_list .second_section_button_wrap {
    margin-top: 40px;
    text-align: right;
    display: block !important;
}

.services_main_order_list .second_section_button_wrap a {
    font-size: 18px;
    color: var(--black_color);
    font-weight: 500;
    display: flex;
    justify-content: right;
    align-items: center;
    line-height: normal;
}

.services_main_order_list .second_section_button_wrap a img {
    margin-left: 12px;
    width: 19px;
    height: 14px;
}

.services_main_img_section {
    margin-top: -164px;
}

.services_main_para_txt .slick-track::before,
.services_main_para_txt .slick-track::after {
    content: unset !important;
}

.services_main_para_txt div.slick-slide div {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 0px 20px;
}

.services_main_para_txt div.slick-slide div .services_main_order_list div {
    display: unset;
    padding: 0;
}

.services_main_para_txt ul.slick-dots {
    margin: 0;
}


.services_main_order_list:hover {
    background-color: #23a1cc;
    transition: 1s;
}

.services_main_order_list:hover .services_main_items_box .services_main_items_box_image img.service_icon_img1 {
    opacity: 0;
}

.services_main_order_list:hover .services_main_items_box .services_main_items_box_image img.service_icon_img2 {
    opacity: 1;
}

.services_main_order_list:hover .services_main_items_box .services_main_items_box_details h3,
.services_main_order_list:hover .services_main_items_box .services_main_items_box_details p {
    color: #fff;
}

.services_main_order_list:hover .second_section_button_wrap a {
    color: #fff;
}

.services_main_order_list:hover .second_section_button_wrap a img {
    filter: brightness(100);
}

.services_main_para_module .service_icon_cta_button_wrap,
.review-slider-tab-content .service_icon_cta_button_wrap {
    margin-top: 130px;
}

.services_main_para_module .service_icon_cta_button_wrap .site_same_btn_all,
.review-slider-tab-content .service_icon_cta_button_wrap .site_same_btn_all {
    justify-content: center !important;
}

.services_main_para_module .service_icon_cta_button_wrap .site_same_btn_all a,
.review-slider-tab-content .service_icon_cta_button_wrap .site_same_btn_all a {
    display: flex;
    align-items: center;
}

.services_main_para_module .service_icon_cta_button_wrap .site_same_btn_all a img,
.review-slider-tab-content .service_icon_cta_button_wrap .site_same_btn_all a img {
    filter: brightness(100);
    width: 19px;
    height: 14px;
    margin-left: 12px;
}

.services_main_para_module .service_icon_cta_button_wrap .site_same_btn_all a:hover img,
.review-slider-tab-content .service_icon_cta_button_wrap .site_same_btn_all a:hover img {
    filter: unset !important;
}

.services_main_items_box_details h3 {
    font-size: 34px;
    color: #50585F;
}

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

@media only screen and (max-width: 575px) {
    .services_main_items_box_image img {
        width: 80px;
        height: 80px;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .services_main_order_list {
        width: 100%;
    }

    .services_main_items_box_details h3 {
        font-size: 21px;
    }

    .services_main_order_list {
        padding: 30px 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .services_main_items_box {
        display: block !important;
    }

    .services_main_items_box_image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .services_main_items_box_details {
        text-align: center;
    }

    .services_main_order_list .second_section_button_wrap a {
        justify-content: center;
        font-size: 16px;
    }

    .services_main_order_list .second_section_button_wrap {
        margin-top: 30px !important;
    }

    .services_main_para_module .services_main_para_txt .services_main_order_list {
        padding: 30px 18px 30px !important;
    }

    .services_main_para_txt div.slick-slide div {
        padding: 0px 15px;
    }

    .second_section_container {
        padding-left: 26px;
        padding-right: 26px;
    }

    .services_main_items_box_image img.service_icon_img2 {
        left: 0;
        right: 0;
    }

    .services_main_items_box_details p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services_main_items_box_image img {
        width: 80px;
        height: 80px;
        margin: auto;
    }

    .services_main_para_txt div.slick-slide div {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_main_items_box_image img {
        width: 75px;
        height: 75px;
    }

    .services_main_items_box_image {
        margin-right: 20px;
    }

    .services_main_para_txt div.slick-slide div {
        padding: 0px 15px;
    }

    .services_main_para_txt .services_main_order_list {
        padding: 40px 18px 30px !important;
    }

    .services_main_items_box_details {
        overflow-wrap: anywhere;
    }

}

@media only screen and (min-width: 601px) and (max-width: 991px) {
    .services_main_order_list {
        width: 48.2%;
    }

    .services_main_items_box_details h3 {
        font-size: 23px;
    }

    .services_main_order_list {
        padding: 40px 30px !important;
    }
}

@media only screen and (max-width: 991px) {
    section.second_section {
        min-height: 290px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .services_main_items_box_image img {
        width: 75px;
        height: 75px;
    }

    .services_main_items_box_image {
        margin-right: 20px;
    }

    .services_main_para_txt div.slick-slide div {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .services_main_items_box_image img {
        width: 75px;
        height: 75px;
    }

    .services_main_items_box_image {
        margin-right: 20px;
    }

    .services_main_para_txt div.slick-slide div {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .services_main_items_box_image img {
        width: 105px;
        height: 105px;
    }

    .services_main_items_box_image {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .services_main_items_box_image img {
        width: 105px;
        height: 105px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1126px) {
    section.second_section {
        min-height: 290px;
    }

    .services_main_order_list {
        width: 48.5%;
    }

    .services_main_items_box_details h3 {
        font-size: 25px;
    }

    .services_main_order_list {
        padding: 36px 35px !important;
    }
}

@media only screen and (min-width: 1127px) and (max-width: 1680px) {
    section.second_section {
        min-height: 330px;
    }

    .services_main_items_box_details h3 {
        font-size: 27px;
    }

    .services_main_order_list {
        padding: 36px 40px !important;
    }
}

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

@media only screen and (min-width: 576px) {
    .services_main_para_module .service_icon_cta_button_wrap {
        margin-top: 50px !important;
    }
}


/*============================================
= End New Services Section CSS
===============================================*/