@media(max-width:1400px) {}

@media(max-width:1200px) {
    html {
        font-size: 60%;
    }

    .container {
        width: 100%;
        padding: 0 5%;
    }

    .card-text-content p {
        font-size: 1.8rem;
    }
}

@media(max-width:992px) {
    html {
        font-size: 58%;
    }

    header {
        position: fixed;
        z-index: 9999999999999;
        height: 70px;
        padding: 0px !important;
    }

    header>.container {
        background-color: #fff;
    }

    nav {
        height: 70px;
    }

    .menulinks {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        z-index: -1;
        top: -1000px;
        left: 0px;
        transition: all 1s ease-in;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        text-align: center;
        flex-direction: column;
        padding-top: 50px;
    }

    .menulinks li {
        display: block;
    }

    .nav-links {
        display: none !important;
    }

    .mobilelink {
        display: block !important;
        display: flex !important;
        width: 100%;
    }

    .burger {
        display: block;
        display: grid;
        place-content: center;
    }

    .menulinks.active {
        top: 70px;
        /* Position when visible */
    }






    .bannerimg {
        padding-top: 70px;
    }

    .fullwidth {
        margin-bottom: 3rem;
    }

    .formcontainer {
        height: auto;
        gap: 1rem;
    }

    .formcontainer .form-group {
        width: 100%;
        height: auto;
    }


    .service-card {
        width: 48%;
    }

    .card-text-content p {
        font-size: 2rem;
    }

    .gallery-img {
        width: 48%;
    }


    .why-choose-text-contnet,
    .why-choose-img {
        width: 48%;
    }

    .why-choose-img {
        margin-top: 30px;
    }

    .aboutcontent {
        width: 90%;
    }

    .aboutcontent {
        margin-top: auto;
    }

    .aboutdr-content {
        width: 100%;
        box-shadow: 2px 2px 2px 2px rgb(196, 196, 196), -2px -2px 2px 2px rgb(196, 196, 196);
        margin-top: 20px;
        padding: 2rem;
    }

    .drvideo {
        width: 100%;
        padding: 2rem;
        height: auto;
    }

    .youtuve-video {
        aspect-ratio: 16/9;
    }

    .single-youtube iframe {
        aspect-ratio: 16/9;
        height: auto;
    }

}


@media(max-width:768px) {
    html {
        font-size: 58%;
    }

    h5.heading {
        font-size: 2.5rem;
    }

    .why-choose-text-contnet,
    .why-choose-img {
        width: 100%;
    }

    .why-choose-text-contnet {
        order: 2;
    }

    .why-choose-img {
        order: 1;
    }

    .dr-card,
    .dr-card-content {
        width: 100%;
    }


    .service-card {
        width: 48%;
        /*height: 330px;*/
    }

    .youtuve-video {
        width: 47%;
    }

    .reviewmaincontainer {
        width: 90%;
    }

    .iconbox {
        width: 48%;
        height: 200px;
    }



    .copy-right {
        margin-bottom: 50px;
    }



    .footer-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        right: 0;
        background: #fff;
        z-index: 998;
        width: 100%;
        height: 48px;
        z-index: 99999999999999999;
    }

    .footer-mobile a {
        display: inline-block;
        padding: 12px 9px;
        color: #000;
        text-decoration: none;
        width: 50%;
        font-weight: 60;
        border-radius: 4px;
        font-size: 14px;
        text-transform: uppercase;
        margin: 1px 0 0 0;
        text-align: center;
        float: left;
        font-weight: 500;
    }

    .footer-mobile a i {
        font-size: 18px;
        padding-right: 4px;
        position: relative;
        top: 2px;
        color: #383838;
    }

    .footer-mobile a:after {
        position: absolute;
        content: "";
        right: 0;
        left: 0;
        margin: 0 auto;
        height: 90%;
        width: 1px;
        bottom: 4%;
        background: #d3d3d3;
    }


    .whatsapp-widget {
        display: none;
    }


}

@media(max-width:576px) {
    html {
        font-size: 56%;
    }

    img.logo {
        width: 150px;
    }

    nav .nav-links li a {
        padding: 10px;
        font-size: 10px;
    }

    .iconbox {
        width: 100%;
        height: auto;
    }

    .iconbox p {
        font-size: 3rem;
        height: auto;
    }

    .iconbox p span {
        font-size: 1.3rem;
    }

    .flex-box img {
        width: 60px;
        height: 60px;
    }

    .service-card {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .card-text-content p {
        font-size: 2.5rem;
    }

    .card-text-content button {
        font-size: 1.7rem;
    }

    .gallery-img {
        width: 48%;
    }

    .dr-card {
        height: auto;
    }

    .youtuve-video {
        aspect-ratio: 16/9;
        width: 100%;
    }


    .review-container {
        height: auto;
    }

    .mobile-banner1 {
        display: block;
    }

    .window-banner {
        display: none;
    }

    .locationtext {
        flex-basis:100%;
    }

    .locationtext {
        border-right: none;
        border-bottom: 2px solid #383838;
    }

    .grid-gallery {
        columns: 2;
    }

    .grid-gallery-img {
        height: auto;
    }

}


@media(max-width:400px) {

    h5.heading {
        font-size: 2.5rem;
    }

    html {
        font-size: 56%;
    }



    nav .nav-links li a {
        padding: 07px;
        font-size: 9px;
    }

    .burger {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }

    .card-text-content p {
        font-size: 2.5rem;
    }
}