﻿body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.main {
    width: 100vw;
    overflow-x: hidden;
}

section, div {
    max-width: 100%;
}

* {
    max-width: 100%;
}


@media (max-width:1200px) {
    .header-mobile {
        display: none;
    }

    .header-nav-inner {
        margin: 0px 0px 0px 5px;
    }

    .nav-link a {
        font-size: 15px;
        padding: 20px 9px 1px 9px;
    }

    .call-icon {
        margin-top: 35px;
        margin-left: -12px;
    }

    .section1-container {
        padding: 0 10px;
    }

    .section2-container {
        padding: 0 10px;
    }

    .section4-containers {
        padding: 0 10px;
    }

    .section6-txt h5 {
        font-size: 16px;
    }

    .section6-txt p {
        font-size: 17px;
    }

    .section7-containers {
        padding: 0 10px;
    }

    .section8-container {
        padding: 50px 10px;
    }

    .section9-containers {
        padding: 0 10px;
    }


    .footer-container {
        padding: 70px 10px;
    }

    .footer-container1 {
        margin-left: -75px;
        margin-right: 130px;
    }

    .footer-container2 {
        margin-left: -40px;
    }

    .footer-container3 {
        margin-left: -45px;
    }



    .about1-container {
        padding: 0 10px;
    }

    .about3-container {
        padding: 0 10px;
    }


    .service1-container {
        padding: 0 10px;
    }

    .service2-container {
        padding: 0 10px;
    }


    .contact1-container1 {
        padding: 0 17px 0 0;
    }

    .contact1-container2 {
        padding-left: 0px;
    }

    .button {
        padding: 0 0 0 30px;
    }

    .contact1-container3 {
        padding: 0 0px 0 12px;
    }

    .label {
        padding: 18px 30px 18px 30px;
    }


    .cavity-container {
        padding: 85px 10px 70px 10px;
    }


    .crowns-container {
        padding: 0 10px;
    }


    .teeth-container {
        padding: 0 10px;
    }


    .wisdom-container {
        padding: 0 10px;
    }


    .denture-container {
        padding: 0 10px;
    }


    .scaling-container {
        padding: 0 10px;
    }


    .testimonial-contents {
        padding: 0 10px;
    }
}



@media (max-width:1024px) {
    .header {
        display: none;
    }
    /*------HEADER BLOCK---------*/
    .header-mobile {
        display: block;
        position: fixed;
        z-index: 2;
        top: 0px;
        padding: 10px 35px 20px 35px;
        align-items: center;
        background-color: white;
        left: 0;
        right: 0;
    }

    .mob-content {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .logo {
        width: 13%;
    }

    .mobilemenu {
        position: relative;
        height: 80px;
        width: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #843B94;
        margin-top: 30px;
    }



    /* HAMBURGER TOGGLE */
    .toggle {
        position: relative;
        width: 55px;
        height: 3px;
        background: white; /* Middle line */
        display: block;
        transition: all 0.3s ease;
    }

        /* Top line */
        .toggle::before {
            content: "";
            position: absolute;
            width: 55px;
            height: 3px;
            background: white;
            top: -12px;
            transition: all 0.3s ease;
        }

        /* Bottom line */
        .toggle::after {
            content: "";
            position: absolute;
            width: 55px;
            height: 3px;
            background: white;
            top: 12px;
            transition: all 0.3s ease;
        }

    /* --------- ACTIVE (MENU OPEN) --------- */
    .menu-open .toggle {
        background: transparent !important; /* Middle line hides */
    }

        /* Top → rotate */
        .menu-open .toggle::before {
            transform: rotate(45deg);
            top: 0;
        }

        /* Bottom → rotate */
        .menu-open .toggle::after {
            transform: rotate(-45deg);
            top: 0;
        }

    .menu-list {
        position: fixed; /* IMPORTANT */
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 140px;
        background: white;
        z-index: 9999;
        overflow-y: auto;
        /* hide default */
        visibility: hidden;
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.4s ease-in-out;
    }

        .menu-list.show {
            visibility: visible;
            opacity: 1;
            transform: translateX(0);
        }

    .menu-item li
    a {
        text-decoration: none;
        list-style: none;
        font-size: 22px;
        color: black;
        font-family: 'Poppins';
        display: block;
        padding: 10px 20px;
        font-weight: 500;
    }

    .menu-item {
        border-bottom: 1px solid #888;
        display: block;
        align-items: center;
        position: relative;
        margin-bottom: 0;
        padding: 25px 10px 25px 10px;
    }

        .menu-item a {
            font-size: 22px;
            color: black;
            font-family: 'Poppins';
            display: block;
        }

    .menu-list1 {
        padding-left: 0px;
    }

    .menu-list2 {
        display: none;
        padding: 0;
    }

    .menu-item.open > .menu-list2 {
        display: block;
    }


    .menu-list2 a {
        color: black;
        font-size: 15px;
        font-weight: 700;
    }

        .menu-list2 a:hover {
            color: red;
        }

    .call-section {
        margin-top: 50px;
        width: 45%;
    }

    .call-section-container {
        padding: 20px 20px;
    }

    .calendar {
        font-size: 25px;
    }

        .calendar::before {
            font-size: 24px;
            margin-right: 15px;
        }




    .call-icon {
        display: none;
    }

    .icons {
        padding: 50px 0px;
        width: 100%;
        margin-left: 0px;
    }

    .fb-icon, .insta-icon, .youtube-icon {
        padding: 10px;
    }

        .fb-icon img, .insta-icon img, .youtube-icon img {
            padding: 15px;
            width: 100%;
        }



    .footer-container {
        padding: 70px 0px;
    }




    /*------HOME PAGE-----*/
    .banner-desktop {
        display: block;
        margin-top: 167px;
    }

    .banner-mobile {
        display: none;
    }

    .section1-contents {
        gap: 20px;
    }

    .section1-img {
        width: 30%;
    }



    .section2-txt h2 {
        font-size: 40px;
    }

    .section2-txt h4 {
        font-size: 22px;
    }

    .section2-txt h3 {
        font-size: 26px;
    }

    .section2-txt h1 {
        font-size: 28px;
    }

    .section2-container {
        gap: 0px;
    }

    .target {
        gap: 10px;
    }

    .target-img {
        width: 10%;
    }

    .target-txt h4 {
        font-size: 24px;
    }

    .section2-container2 {
        width: 40%;
        margin-top: 20px;
    }

    .tmtable {
        padding: 10px 10px 0 15px;
    }

        .tmtable h3 {
            display: inline-block;
        }

    .col1 {
        font-size: 13px;
    }

    .col2 {
        font-size: 13px;
    }


    .section3-txt h2 {
        font-size: 40px;
    }

    .section3-txt h4 {
        font-size: 22px;
    }

    .section3-contents {
        gap: 20px;
    }

    .section3-txt h3 {
        font-size: 30px;
    }

    .section3-txt h5 {
        font-size: 19px;
        text-align: left;
    }



    .section4-txt h2 {
        font-size: 40px;
    }

    .section4-txt h4 {
        font-size: 22px;
    }

    .section4-contents {
        gap: 20px;
    }

    .section4-txt {
        padding: 15px 9px 15px 9px;
    }

        .section4-txt h3 {
            display: inline-block;
        }



    .section5-txt h2 {
        font-size: 40px;
    }

    .section5-txt h4 {
        font-size: 22px;
    }

    .contact-content-heading {
        font-size: 30px;
    }

    .contact-section1-form {
        padding: 25px 30px 40px 20px;
    }

    .label {
        padding: 18px 20px 18px 20px;
    }



    .section6-txt h2 {
        font-size: 40px;
    }

    .section6-txt h4 {
        font-size: 23px;
    }

    .section6-container {
        grid-template-columns: 1fr 1fr;
        padding: 0 10px;
        gap: 20px;
    }

    .button {
        padding: 0 0 0 24px;
    }

    .section6-container1 {
        padding: 15px 1px 15px 15px;
        margin: 20px 0px;
    }



    .section7-txt h2 {
        font-size: 40px;
    }

    .section7-txt h4 {
        font-size: 22px;
    }

    .section7-contents {
        column-count: 2;
    }



    .section8-txt h2 {
        font-size: 40px;
    }

    .section8-contents {
        padding: 30px 10px;
    }

    .contact-form1 h1 {
        font-size: 30px;
    }

    .section8-txt p {
        font-size: 14px;
        text-align: left;
    }



    .faq-section-heading h2 {
        font-size: 35px;
    }

    .accordion {
        font-size: 14px;
    }



    .about-desktop {
        margin-top: 167px;
        display: block;
    }

    .about-mobile {
        display: none;
    }


    .service-desktop {
        margin-top: 167px;
    }

    .service2-txt {
        padding: 15px 10px 15px 10px;
    }

        .service2-txt h3 {
            font-size: 21px;
        }


    .contact-desktop {
        margin-top: 167px;
    }

    .contact-mobile {
        display: none;
    }

    .alg1 {
        width: 19%;
    }

    .contact1-container {
        grid-template-columns: 1fr 1fr;
    }



    .map2 iframe {
        width: 100%;
    }




    .cavity-desktop {
        margin-top: 167px;
    }

    .cavity-mobile {
        display: none;
    }



    .crowns-desktop {
        margin-top: 167px;
    }

    .crowns-mobile {
        display: none;
    }


    .teeth-whitening-desktop {
        margin-top: 167px;
    }

    .teeth-whitening-mobile {
        display: none;
    }


    .wisdom-desktop {
        margin-top: 167px;
    }

    .wisdom-mobile {
        display: none;
    }



    .denture-desktop {
        margin-top: 167px;
    }

    .denture-mobile {
        display: none;
    }


    .scaling-desktop {
        margin-top: 167px;
    }

    .scaling-mobile {
        display: none;
    }



    .testimonial-desktop {
        margin-top: 167px;
    }

    .testimonial-mobile {
        display: none;
    }



    .testimonial-content1 {
        margin-bottom: 20px;
    }



    .smile-desktop {
        margin-top: 139px;
    }

    .smile-mobile {
        display: none;
    }



    .smile-contents {
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width:690px) {
    .rotation {
        display: none;
    }

    .block {
        display: none;
    }

    .none {
        display: block;
    }

    #back-to-top-section {
        display: none;
    }

    .header-mobile {
        padding: 10px 10px 10px 10px;
    }

    .logo {
        width: 20%;
    }

    .mobilemenu {
        height: 55px;
        width: 65px;
        margin-top: 12px;
    }

    .toggle, .toggle::after, .toggle::before {
        width: 30px;
        height: 2px;
    }

        .toggle::before {
            top: -8px;
        }

        .toggle::after {
            top: 8px;
        }

    .menu-item {
        padding: 10px 10px 10px 10px;
        border-bottom: none;
    }

        .menu-item a {
            font-size: 15px;
        }
    /* Show when toggled */
    .menu-list.show {
        margin-top: 94px;
        border-bottom: 1px solid #843B94;
    }

    .menu-item li a {
        font-size: 15px;
        padding: 10px 20px 5px 20px;
    }

    .calendar::before {
        display: none;
    }

    .call-section {
        margin-top: 30px;
        width: 50%;
        padding: 0 0 0 7px;
    }

    .call-section-container {
        padding: 10px 7px 10px 10px;
    }

    .calendar {
        font-size: 13px;
        text-align: center;
    }

        .calendar::before {
            font-size: 13px;
        }

    .icons {
        padding: 20px 0px;
    }

    .fb-icon, .insta-icon, .youtube-icon {
        padding: 5px;
    }

        .fb-icon img, .insta-icon img, .youtube-icon img {
            padding: 9px;
            width: 93%;
        }
    .menu-list {
        margin-top: 95px;
    }



    .book-mobile {
        bottom: 0px;
        display: block;
        position: fixed;
        left: 0px;
        width: 100%;
        right: 0px;
        z-index: 99999;
        border-top: 2px solid #FFB100;
    }

    .appointment-flex {
        display: flex;
        background-color: #843B94;
    }

    .appointment {
        width: 50%;
        padding: 13px 0px;
        text-align: center;
        border-right: 3px solid #FFB100;
    }

    .appointment-flex span {
        color: white;
        font-size: 16px;
        font-family: 'Poppins';
    }

    .toll-free {
        width: 50%;
        padding: 13px 0px;
        text-align: center;
    }

        .toll-free span {
            color: white;
            font-size: 16px;
            font-family: 'Poppins';
        }




    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
        width: 100%;
        margin-top: 125px;
        border-bottom: 2px solid #843B93;
    }



    .for-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer {
        display: none;
    }

    .footer-mobile {
        display: block;
        border-top: 3px solid #843B93;
    }

    .footer-container {
        padding: 20px 10px;
        display: block;
    }

    .footer-logo {
        width: 65%;
        padding: 20px 0px 0 130px;
        margin-top: 0px;
    }

    .footer-container1 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-heading h3 {
        font-size: 27px;
        margin: 30px 0 15px 0;
    }

    .footer1-p p {
        font-size: 15px;
    }

    .footer-container2 {
        margin-left: 0px;
    }

    .footer-heading h4 {
        font-size: 22px;
        margin: 25px 0 15px 0;
    }

    .footer2-p a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-img {
        width: 8%;
    }

    .alg {
        width: 13%;
    }

    .alg1 {
        width: 17% !important;
    }

    .footer3-p p {
        margin: 10px 0 0px 0;
    }

    .footer-container3 {
        margin-left: 0px;
        padding: 0 41px 0 0;
    }

    .footer-icons {
        margin-bottom: 10px;
    }

    .footer-fb, .footer-insta, .footer-youtube {
        padding: 4px;
    }

        .footer-fb img, .footer-insta img, .footer-youtube img {
            padding: 11px;
            width: 85%;
        }



    .copyright-container {
        display: block;
    }

    .left {
        padding-top: 20px;
        font-size: 16px;
        width: 100%;
        border-right: none;
    }

    .right {
        width: 100%;
        padding: 5px 0 70px 0;
    }

        .right a {
            font-size: 16px;
        }




    .section1-contents {
        display: block;
        padding: 10px 0;
    }

    .section1-content1 {
        width: 100%;
    }

    .section1-txt h4 {
        font-size: 20px;
        margin: 15px 0px;
    }

    .section1-txt p {
        font-size: 15px;
    }


    .section2 {
        padding: 20px 0px 0px 0px;
    }

    .section2-txt h2 {
        font-size: 30px;
        margin: 10px 0;
        text-align: center;
    }

    .section2-txt h4 {
        font-size: 17px;
        text-align: center;
    }

    .section2-container {
        display: block;
    }

    .section2-container1 {
        width: 100%;
    }

    .section2-txt h3 {
        font-size: 16px;
        line-height: 27px;
    }

    .section2-txt h5 {
        font-size: 15px;
        line-height: 26px;
    }

    .target-img {
        width: 9%;
    }

    .target-txt h4 {
        font-size: 15px;
        margin: 5px 0 20px 0;
    }

    .section2-txt h1 {
        font-size: 25px;
    }

    .section2-txt p b {
        font-size: 18px;
    }

    .section2-txt p {
        font-size: 14px;
    }

    .section2-container2 {
        width: 100%;
        margin-top: 45px;
    }

    .call {
        padding: 5px 0 5px 0;
    }

    .call-img {
        width: 10%;
    }

    .col1, .col2 {
        font-size: 14px;
    }

    .call-txt p {
        font-size: 15px;
    }

    .tmtable h3 {
        font-size: 22px;
    }



    .section3 {
        padding: 20px 10px 10px 10px;
    }

    .section3-txt h2 {
        font-size: 30px;
        text-align: center;
    }

    .section3-txt h4 {
        font-size: 17px;
        line-height: 28px;
        text-align: center;
    }

    .section3-contents {
        display: block;
    }

    .section3-txt h3 {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .section3-txt h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .read-more {
        margin-top: 30px;
    }

    .read-btn {
        padding: 11px 14px;
        font-size: 15px;
    }



    .section4 {
        padding: 15px 0 10px 0;
    }

    .section4-txt {
        padding: 15px 5px 15px 5px;
    }

        .section4-txt h2 {
            font-size: 25px;
            margin-top: 10px;
            text-align: center;
        }

        .section4-txt h4 {
            font-size: 16px;
            margin: 5px 0 25px 0;
            line-height: 28px;
        }

    .section4-contents {
        display: block;
    }

    .section4-content1 {
        margin-bottom: 30px;
    }

    .section4-txt h3 {
        margin: 6px 0;
        font-size: 19px;
    }

    .section4-txt p {
        font-size: 13px;
    }


    .section5 {
        padding: 20px 10px 0px 10px;
    }

    .section5-txt h2 {
        font-size: 27px;
        text-align: center;
    }

    .section5-txt h4 {
        font-size: 17px;
        line-height: 28px;
    }

    .for-row {
        display: block;
    }

    .contact-content-heading {
        font-size: 26px;
    }

    .contact-section1-form {
        padding: 0px 30px 30px 10px;
    }

    .label {
        padding: 18px 0px 18px 10px;
    }

    .time-box {
        padding: 10px 5px;
        width: 100%;
    }

    .for-name {
        font-size: 14px;
    }
    .slide-right {
        transform: translateX(0px);
    }

    .name {
        padding: 10px 5px;
        font-size: 13px;
        width: 100%;
    }

    .textform {
        padding: 13px 10px 60px 10px !important;
    }

    .button {
        margin-top: 20px;
        padding: 0 0 0 14px;
    }

    .submit {
        padding: 9px 15px;
    }



    .section6 {
        padding: 20px 10px 20px 10px;
    }

    .section6-txt h2 {
        font-size: 28px;
        margin-top: 5px;
        text-align: center;
    }

    .section6-txt h4 {
        font-size: 17px;
        text-align: center;
    }

    .section6-container {
        display: block;
    }

    .section6-txt h5 {
        font-size: 17px;
        margin-top: 20px;
    }

    .section6-container1 {
        margin: 10px 0px;
        width: 100%;
        text-align: center;
    }

    .section6-txt p {
        font-size: 15px;
    }


    .section7 {
        width: 100%;
        padding: 20px 0 10px 0;
    }

    .section7-containers {
        padding: 0 0px;
    }

    .section7-txt h2 {
        margin-top: 10px;
        font-size: 30px;
        text-align: center;
    }

    .section7-txt h4 {
        font-size: 17px;
        line-height: 27px;
    }

    .section7-contents {
        column-count: 1;
        padding: 0 10px;
    }


    .section8 {
        padding: 10px 0 20px 0;
    }

    .section8-txt h2 {
        font-size: 24px;
        text-align: center;
        margin-top: 15px;
    }

    .section8-container {
        display: block;
        padding: 20px 10px 10px 10px;
    }

    .section8-container1 {
        margin-bottom: 20px;
    }

    .section8-contents {
        padding: 20px 10px 15px 10px;
    }

    .contact-form1 h1 {
        font-size: 28px;
        text-align: center;
        margin-top: 0px;
    }

    .label-form {
        margin: 5px 0px 5px 0px;
    }

    .name-form {
        padding: 9px 0px 9px 10px;
        font-size: 15px;
    }

    .submit-form {
        padding: 10px 35px 10px;
    }

    .button-form {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .star::after {
        font-size: 24px;
    }

    .section8-txt p {
        font-size: 14px;
        line-height: 25px;
    }




    .section9 {
        padding: 10px 0 20px 0;
    }

    .section9-container {
        display: block;
    }

    .section9-container1 {
        width: 100%;
    }

    .section9-container2 {
        width: 100%;
    }

    .faq-section-heading h2 {
        font-size: 33px;
        margin: 35px 0 20px 0;
        text-align: center;
    }

    .accordion {
        font-size: 15px;
    }

    .panel p {
        font-size: 12px;
    }




    .about-desktop {
        display: none;
    }

    .about-mobile {
        display: block;
        border-bottom: 2px solid #843B93;
        margin-top: 125px;
        width: 100%;
    }

    .about1 {
        padding: 30px 0 20px 0;
    }

    .about1-container {
        display: block;
    }

    .about1-txt h5 {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }

    .about1-container1 {
        width: 100%;
    }

    .about1-txt h2 {
        font-size: 25px;
        margin: 10px 0;
    }

    .about1-container2 {
        width: 100%;
    }

    .about1-txt p {
        font-size: 15px;
        line-height: 28px;
    }



    .about2 {
        padding: 20px 0 20px 0px;
    }

    .about2-container {
        display: block;
    }

    .about2-container1 {
        width: 100%;
    }

    .about2-container2 {
        width: 100%;
    }



    .about3 {
        padding: 20px 0 20px 0;
    }

    .about3-container {
        display: block;
    }

    .about3-container1 {
        width: 100%;
    }

    .about3-txt h2 {
        font-size: 30px;
    }

    .about3-container2 {
        width: 100%;
    }

    .about3-txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .about3-txt li {
        font-size: 15px;
        line-height: 28px;
    }



    .about4-container {
        padding: 20px 10px 30px 10px;
    }

    .about4-txt h2 {
        font-size: 30px;
        margin-top: 15px;
    }

    .about4-contents {
        display: block;
        padding: 45px 20px 0px 20px;
    }



    .service-desktop {
        display: none
    }

    .service-mobile {
        display: block;
        border-bottom: 2px solid #843B93;
        margin-top: 125px;
        width: 100%;
    }


    .service1 {
        padding: 30px 0 20px 0;
    }

    .service1-txt p {
        font-size: 15px;
        line-height: 30px;
        text-align: left;
    }


    .service2 {
        padding: 30px 0 30px 0;
    }

    .service2-contents {
        display: block;
        padding: 0 0px;
    }

    .service2-content1 {
        margin-bottom: 30px;
    }

    .service2-txt h3 {
        font-size: 18px;
        text-align: center;
        margin: 10px 0;
    }
    .service2-txt {
        padding: 25px 10px 25px 10px;
    }




    .contact-desktop {
        display: none;
    }

    .contact-mobile {
        display: block;
        border-bottom: 2px solid #843B93;
        margin-top: 125px;
        width: 100%;
    }

    .contact1-containers {
        padding: 10px 0 50px 0;
    }

    .contact1-container {
        display: block;
        padding: 0 10px;
    }

    .contact-heading h3 {
        font-size: 30px;
    }
    input[type="date"] {
        padding: 10px 5px;
    }
    .top {
        margin-top: 10px;
    }

    .contact1-container1 {
        padding: 0 7px 0 0;
    }

    .contact1-container2 {
        margin-top: 40px;
    }

    .label1 {
        padding: 6px 1px 6px 0px;
    }
    .name1 {
        padding: 11px 5px;
    }
    .time-box1 {
        padding: 12px 5px;
    }
    .button {
        margin-top: 20px;
        padding: 0 0 0 5px;
    }

    .contact1-container3 {
        padding: 35px 10px 0 10px;
    }




    .cavity-desktop {
        display: none;
    }

    .cavity-mobile {
        display: block;
        width: 100%;
        margin-top: 125px;
        border-bottom: 2px solid #843B93;
    }



    .cavity-container {
        padding: 10px 10px 50px 10px;
    }

    .cavity1-text {
        width: 100%;
    }

    .cavity1-img {
        width: 100%;
    }

    .cavity1-txt h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .cavity1-txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .cavity1-txt h4 {
        font-size: 22px;
    }



    .cavity2-contents {
        flex-direction: column-reverse;
    }

    .cavity2-text {
        width: 100%;
    }

    .cavity2-txt li {
        font-size: 15px;
        line-height: 27px;
        margin: 7px 0;
    }

    .cavity2-img {
        width: 100%;
    }




    .crowns-desktop {
        display: none;
    }

    .crowns-mobile {
        display: block;
        margin-top: 125px;
        width: 100%;
        border-bottom: 2px solid #843B93;
    }



    .crowns1 {
        padding: 10px 0 15px 0;
    }

    .crowns-container {
        display: block;
    }

    .cavity1-contents {
        display: block;
    }

    .crowns-txt h2 {
        font-size: 32px;
    }

    .crowns-txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .crowns-txt li {
        font-size: 15px;
        line-height: 27px;
        margin: 7px 0;
    }

    .crowns-text {
        width: 100%;
    }

    .crowns-txt h4 {
        font-size: 19px;
    }

    .crowns-img {
        width: 100%;
    }


    .crowns2 {
        padding: 20px 0 50px 0;
    }

    .flex {
        flex-direction: column-reverse;
        display: flex !important;
        gap: 0px;
    }



    .crowns3 {
        padding: 10px 0 10px 0;
    }

    .crowns-txt h3 {
        font-size: 25px;
    }



    .crowns4 {
        padding: 20px 0 20px 0;
    }


    .crowns5 {
        padding: 10px 0 20px 0;
    }


    .crowns6 {
        padding: 10px 0 20px 0;
    }


    .crowns8 {
        padding: 10px 0 30px 0;
    }


    .crowns9 {
        padding: 10px 0 60px 0;
    }




    .teeth-whitening-desktop {
        display: none;
    }

    .teeth-whitening-mobile {
        display: block;
        margin-top: 125px;
        width: 100%;
        border-bottom: 2px solid #843B93;
    }



    .teeth1 {
        padding: 35px 0 20px 0;
    }

    .teeth-txt h2 {
        font-size: 32px;
    }

    .teeth-txt h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .teeth-txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .teeth-txt li {
        line-height: 27px;
        font-size: 15px;
        margin: 7px 0;
    }


    .teeth2 {
        padding: 20px 0 20px 0;
    }

    .teeth-container {
        display: block;
    }

    .teeth-img {
        width: 100%;
    }

    .teeth-text {
        width: 100%;
        margin-top: 30px;
    }



    .teeth3 {
        padding: 10px 0 30px 0;
    }


    .teeth4 {
        padding: 20px 0 20px 0;
    }

    .teeth5 {
        padding: 30px 0 30px 0;
    }


    .teeth6 {
        padding: 30px 0 20px 0;
    }


    .teeth7 {
        padding: 30px 0 50px 0;
    }




    .wisdom-desktop {
        display: none;
    }

    .wisdom-mobile {
        width: 100%;
        display: block;
        margin-top: 125px;
        border-bottom: 2px solid #843B93;
    }


    .wisdom1 {
        padding: 40px 0 10px 0;
    }

    .wisdom-txt h2 {
        font-size: 32px;
    }

    .wisdom-container {
        display: block;
    }

    .wisdom-txt h4 {
        font-size: 22px;
    }

    .wisdom-txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .wisdom-txt li {
        font-size: 15px;
        line-height: 27px;
        margin: 7px 0;
    }

    .wisdom-text {
        width: 100% !important;
    }

    .wisdom-img {
        width: 100%;
    }

    .for-width {
        width: 100% !important;
    }




    .wisdom2 {
        padding: 30px 0 20px 0;
    }

    .wisdom3 {
        padding: 30px 0 30px 0;
    }


    .wisdom4 {
        padding: 30px 0 30px 0;
    }



    .denture-desktop {
        display: none;
    }

    .denture-mobile {
        width: 100%;
        display: block;
        margin-top: 125px;
        border-bottom: 2px solid #843B93;
    }


    .denture1 {
        padding: 30px 0 20px 0;
    }

    .denture-txt h2 {
        font-size: 35px;
    }

    .denture-container {
        display: block;
    }

    .denture-text {
        width: 100%;
    }

    .denture-img {
        width: 100%;
    }



    .denture2 {
        padding: 30px 0 30px 0;
    }


    .denture3 {
        padding: 15px 0 50px 0;
    }

    .denture-txt h4 {
        font-size: 22px;
        width: 100% !important;
    }

    .denture-txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .denture-txt li {
        font-size: 15px;
        line-height: 27px;
        margin: 7px 0;
    }



    .scaling-desktop {
        display: none;
    }

    .scaling-mobile {
        width: 100%;
        display: block;
        margin-top: 125px;
        border-bottom: 2px solid #843B93;
    }


    .scaling1 {
        padding: 30px 10px 20px 10px;
    }

    .scaling-txt h1 {
        font-size: 35px;
    }

    .scaling-container {
        display: block;
    }

    .scaling-img {
        width: 100%;
    }

    .scaling-txt h4 {
        font-size: 21px;
        margin-top: 30px;
    }

    .scaling-txt p {
        font-size: 15px;
        line-height: 27px;
    }

    .scaling-text {
        width: 100%;
    }

    .scaling-txt li {
        font-size: 15px;
        line-height: 27px;
        margin: 7px 0;
    }

    .scaling2 {
        padding: 20px 0 15px 0;
    }


    .scaling3 {
        padding: 15px 0 15px 0;
    }


    .scaling4 {
        padding: 20px 0 20px 0;
    }



    .scaling5 {
        padding: 20px 0 20px 0;
    }



    .scaling6 {
        padding: 20px 0 70px 0;
    }



    .testimonial-desktop {
        display: none;
    }

    .testimonial-mobile {
        width: 100%;
        display: block;
        margin-top: 142px;
        border-bottom: 2px solid #843B93;
    }



    .testimonial-container {
        padding: 50px 0 40px;
    }

    .testimonial-contents {
        display: block;
    }



    .smile-desktop {
        display: none;
    }

    .smile-mobile {
        width: 100%;
        display: block;
        margin-top: 103px;
        border-bottom: 2px solid #843B93;
    }


    .smile-contents {
        display: block;
    }

    .smile-img img {
        height: 245px;
    }
}
