﻿body {}





@media (min-width: 1400px) {
    .sticky-navbar {
        display: flex;
        justify-content: center;
        gap: 120px;
    }
    }





    @media (max-width: 1600px) {
        .inner-blue-deck {
            margin-top: -200px;
        }
    }


    /*1100 - 1300*/

    @media (max-width: 1300px) {
        .inner-blue-deck {
            margin-top: -200px;
        }

        .flex-2-photo-deck img {
            height: 100%;
            padding: 10px;
        }


        .hm-card-photo-deck {
            width: 94%;
        }

        .hm-card-text-inner-div h3 {
            font-size: 22px;
        }

        .hm-card-text-inner-div {
            padding: 24px 12px;
        }

        .v-patil-photo-deck {
            margin-top: unset;
            width: auto;
        }

        .client-says .flex-2 {
            align-items: center;
        }

        .sec-2 {
            padding-top: 50px;
        }

        .why-choose-inner-div {
            row-gap: 50px;
        }
    }


    /*800 - 1100*/

    @media (max-width:1100px) {



        .flex-2 {
            flex-direction: column;
        }

        .flex-2-photo-deck {
            width: 100%;
        }

        .flex-2-text-deck {
            width: 100%;
        }

        .elementor-241 {
            margin-bottom: unset;
        }

        .blue-deck-appointment {
            justify-content: flex-start;
            gap: 20px;
        }

        .start-btn {
            padding: 10px 14px;
            height: unset;
        }

        .blue-container {
            height: 80vh;
        }

        .inner-blue-deck {
            margin-top: -55vh;
        }

        .hm-abt-sec .flex-2-text-deck {
            padding: unset;
        }

        .hm-experties-main-div {
            display: grid;
            grid-template-columns: 45% 45%;
            row-gap: 20px;
            justify-content: space-around;
        }




        .flex3-inner-deck {
            width: 100%;
        }

        .hm-abt-sec .flex-2-text-deck h4 {
            font-size: 16px;
        }

        .why-choose .flex-2-photo-deck {
            width: 100%;
        }


        .v-patil {
            width: 100%;
        }

        .flex-3 {
            flex-direction: column;
        }

        .review-sec .flex-3 {
            gap: 40px;
        }

        .review-card {
            height: auto;
        }

        .count-div {
            display: grid;
            grid-template-columns: 45% 45%;
            text-align: center;
        }


        .normal-p {
            width: 100%;
        }


        .patient-result-inner-div {
            display: grid;
            gap: 40px;
        }
    }


    /*600 - 800*/

    @media (max-width: 800px) {
        .header-top {
            display: none;
        }

        .pc-navbar {
            margin-top: unset;
            display: none;
        }

        .page-main-div {
            padding-top: 108px;
        }

        /*************** mobile nav ***************/
        .navbar_container2 {
            position: fixed;
            width: 100%;
            justify-content: space-between;
            display: flex;
            margin: auto;
            align-content: center;
            flex-wrap: wrap;
            padding: unset;
            z-index: 100;
            align-items: center;
            background-color: white;
            padding: 2px 20px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .open-icon {
            position: relative;
            display: inline;
            font-size: 30px;
            color: #0458F4;
            cursor: pointer;
            padding: 6px;
        }

        .close-icon {
            display: block;
            font-size: 3rem;
            color: #0458F4;
            cursor: pointer;
            top: 25px;
        }


        #close-menu {
            display: none;
        }

            #open-menu.active,
            #close-menu.active {
                display: block;
            }

            #open-menu.inactive,
            #close-menu.inactive {
                display: none;
            }






        .nav2 {
            position: fixed;
            display: none;
            width: 95%;
            /* background-color: #183D3D; */
            /* background: rgba(0, 0, 0, 0.1); */
            background-color: white;
            /* backdrop-filter: blur(1rem); */
            transition: 0.5s;
            margin: auto;
            z-index: 100;
        }


        .show {
            display: block;
            top: 100px;
            width: 100%;
            left: 0;
            margin: auto;
            border: 1px solid gray;
            opacity: 1;
            padding-bottom: 20px;
            transition: top 0.3s ease;
        }


        .nav-list2 {
            display: flex;
            flex-direction: column;
        }

            .nav-list2 li {
                position: relative;
                padding: 20px 0;
                list-style: none;
                border-bottom: 1px solid #cccccc;
            }

            .nav-list2 a {
                text-decoration: none;
                color: black;
                font-weight: 600;
                z-index: 100;
                padding: 2rem;
            }



                .nav-list2 a.clicked {
                    color: #cdab64;
                }

                .nav-list2 a.active {
                    color: #cdab64;
                }


        .mobile-drop-down {
            display: none;
        }

            .mobile-drop-down.active {
                display: block;
            }


            .mobile-drop-down .nav-link {
                padding-left: 90px;
                transition: 0.3s;
            }




        /*----------------mobile nav end--------------------*/


        .txt-deck-c {
            flex-direction: column;
        }

        .txt-deck-inner {
            width: 100%;
        }

        .inner-blue-photo-deck {
            display: none;
        }

        .blue-deck-appointment {
            flex-direction: column;
        }

        .flex-2-photo-deck img {
            padding: unset;
        }

        .hm-abt-sec .flex-2-photo-deck img {
            border-radius: unset;
        }


        .hm-experties-main-div {
            grid-template-columns: 80%;
        }

        .why-choose .flex-2-text-deck {
            width: 100%;
        }

        .why-choose-inner-deck {
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-top: 50px;
        }

        .hm-abt-sec .flex-2-text-deck h1,
        .why-choose .flex-2-text-deck h1,
        .sec-2 .flex-2-text-deck h1 {
            text-align: center;
        }

        .client-says .flex-2-photo-deck {
            width: 80%;
            padding: unset;
        }


        .v-patil {
            flex-direction: column
        }

        .v-patil-photo-deck {
            margin-left: unset;
        }


        .v-patil-txt {
            width: 100%;
        }


        .v-patil-photo-deck img {
            padding: 20px;
        }

        .count-div {
            grid-template-columns: 80%;
        }

        .sec-2 {
            padding-top: 40px;
        }


        .count-sec {
            padding: unset;
        }


        .footer-main-div {
            flex-direction: column;
        }

        .footer-links-deck {
            flex-direction: column;
            justify-content: center;
        }

        .footer-inner-deck {
            width: 100%;
        }

        .footer-main-div {
            padding: 30px 0 80px;
        }


        .footer-logo-deck {
            width: 100%;
            display: flex;
        }


            .footer-logo-deck img {
                width: 200px;
            }


        footer {
            margin-top: 30px;
        }

        .footer-inner-deck h3 {
            font-size: 26px;
            margin-bottom: 5px;
            margin-top: 20px;
        }

        .center-title h1 {
            font-size: 36px;
            font-weight: 600;
        }



        .hm-abt-sec .flex-2-text-deck h1,
        .why-choose .flex-2-text-deck h1,
        .sec-2 .flex-2-text-deck h1 {
            font-size: 34px;
        }

        p {
            font-size: 18px;
        }


        .abt-page-sec-1 .flex-2-text-deck p {
            margin-bottom: 20px;
            text-align: center;
        }


        .abt-elements {
            justify-content: center;
        }




        .abt-page-sec-2 .why-choose-inner-div {
            margin-top: unset;
            grid-template-columns: 40% 40%;
        }

        .abt-page-sec-3 .flex-2-text-deck {
            text-align: center;
        }

        .lenses-company-main-div {
            flex-direction: column;
        }

        .mini-title {
            width: 100%;
            text-align: center;
        }


        .lenses-company-container {
            grid-template-columns: 40% 40%;
            margin: auto;
            justify-content: space-between;
            margin-top: 30px;
        }


        .low-visual-dec-3-points {
            grid-template-columns: 1fr;
        }


        .g-review-cards-div {
            margin-top: 20px;
            flex-direction: column;
        }

        .blog-main-container {
            grid-template-columns: 1fr;
        }


        .center-title h1 {
            margin-bottom: 0;
        }


        .contact-flex-main-div {
            flex-direction: column;
        }


        .contact-right-container,
        .contact-left-container {
            width: 100%;
        }

        .contact-map iframe {
            margin-bottom: 0;
        }

        .why-choose .flex-2-text-deck {
            padding-left: unset;
        }

        .why-choose-inner-div {
            margin-top: 10px;
        }

        .main-blog-page {
            width: 100%;
            padding: unset;
        }

        .mini-img-blogs-left,
        .mini-img-blogs-left {
            width: 100%;
            float: unset;
            margin: auto;
        }
    }

    /*400 - 600*/
    @media (max-width:600px) {
        .hm-experties-main-div {
            width: 100%;
        }


        .inner-blue-deck {
            margin-top: -70vh;
        }


        .why-choose-inner-div {
            column-gap: unset;
        }

        .why-choose-inner-deck {
            margin-top: 10px;
        }

        .why-choose-inner-div {
            row-gap: 30pxx;
        }

        .cs-text-deck a {
            margin-top: 16px;
        }

        .client-says .flex-2-photo-deck {
            width: 100%;
        }

        .copyright-div {
            flex-direction: column;
            text-align: center;
            padding: 2px 0;
        }


        .footer-main-div {
            padding: 30px 0 20px;
        }

        .center-title h1 {
            line-height: normal;
        }

        .counter h1 {
            font-size: 36px;
        }

        .counter p {
            font-size: 16px;
            text-align: center;
        }


        .count-sec {
            margin-top: 30px;
        }

        .abt-page-sec-1,
        .patient-result-sec,
        .blog-sec {
            padding-top: 0;
        }


        .center-title h1,
        .contact-left-container h1 {
            font-size: 28px;
        }

        .hm-abt-sec .flex-2-text-deck h1,
        .why-choose .flex-2-text-deck h1,
        .sec-2 .flex-2-text-deck h1 {
            font-size: 28px;
        }

        .abt-page-sec-1 .flex-2-text-deck h1 {
            margin-bottom: 0;
        }

        .contact-left-container {
            padding: 8px;
        }


        .lenses-company-container {
            grid-template-columns: 100%;
        }


        .g-review-card {
            max-width: unset;
        }

        .review-btn-div {
            flex-direction: column;
            gap: 20px;
        }

        .contact-right-container-deck-1 {
            grid-template-columns: 100%;
        }

        .contact-right-container-inner-deck {
            padding: 19px 40px;
        }


        footer {
            margin-top: 10px;
        }

        .footer-logo-deck img {
            width: 250px;
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 20px !important;
        }

        .deck-white a,
        .elementor-241 a,
        .deck-green a {
            text-decoration: none;
            font-size: 14px;
            margin-top: 20px;
            display: block;
        }

        .why-choose-inner-deck h3 {
            font-size: 18px;
        }

        .cs-text-deck p {
            line-height: 1.8rem;
            color: #575c74;
        }

        .v-patil-txt h4 {
            font-size: 16px;
        }

        .review-card p {
            font-size: 16px;
        }
    }


    /*300 - 400*/

    @media (max-width: 400px) {
    }