.g_reiviw_p {
            height: 200px;
            overflow-y: scroll;
        }

        .r_start {
            color: white;
            background-color: #fbbc04;
            padding: 4px;
            border-radius: 11px;
            margin-right: 15px;
        }
        
        .owl-theme .owl-nav [class*=owl-] {
             
            padding: 3px 9px;
            background: #13b5a7; 
            border-radius: 0px; 
        }

        nav.navbar.bootsnav ul.nav>li>a.active {
            color: #13b5a7;
        }

        nav.navbar.bootsnav ul.nav>li>a:hover {
            color: #13b5a7;
        }

        /*.gallery-area .effect-box .info {*/
        /*    left: 137px;*/
        /*}*/

        .custome_btn {
            padding: 7px 20px;
                background: linear-gradient(90deg, rgba(30, 190, 182, 1) 0%, rgba(0, 130, 124, 1) 100%);
            box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #13b5a7;
            color: #ffffff;
            text-transform: capitalize;
            font-weight: 500;
            width: 40%;
            border: none;
            border-radius: 7px;
            font-size: 14;
        }

        .features-area .item {
            border-bottom: 9px solid #0c1474;
            border-radius: 28px;
        }



        /* For Chrome, Safari, and Opera */
        ::-webkit-scrollbar {
            width: 4px;
            /* Change this to your desired width */
        }

        /* For Firefox */
        scrollbar {
            width: 4px;
            /* Change this to your desired width */
        }

        /* For Chrome, Safari, and Opera */

        /* Track */
        ::-webkit-scrollbar-track {
            background-color: #006ca2;
            /* Change this to your desired track color */
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background-color: #fff;
            /* Change this to your desired handle color */
        }

        /* For Firefox */

        /* Track */
        scrollbar-track {
            background-color: #006ca2;
            /* Change this to your desired track color */
        }

        /* Handle */
        scrollbar-thumb {
            background-color: #fff;
            /* Change this to your desired handle color */
        }


        .service_p {
            height: 90px;
            overflow-y: scroll;
            padding-right: 3px;
        }

        .service_icon {
            width: 50px !important;
            height: 50px;
            margin-top: 19px;
            margin-left: 21px;
        }

        .fixed-enquiry-section {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 47px;
            background-color: #e3dbdb;
            z-index: 99999;
        }

        .whatsapp-icon {
            float: left;
            margin-top: 7px;
            width: 25%;
            text-align: center;
            border-right-style: groove;
        }

        .whatsapp-icon img {
            width: 30px;
            height: 30px;
        }

        .calling-icon {
            float: left;
            margin-top: 7px;
            width: 25%;
            text-align: center;
        }


        .calling-icon i {
            font-size: 23px;
            color: #13b5a7;
        }

        .whatsapp-icon2 {
            width: 40px;
            height: 40px;
            background: #3cbc2c;
            position: fixed;
            bottom: 50px;
            left: 40px;
            z-index: 99;
            text-align: center;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            /* display: none; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /*Added for chat options on left */
         .whatsapp-icon2 {
            width: 40px;
            height: 40px;
            background: #efefef;
            /* box-shadow: 0 0 10px #001d4c !important; */
            position: fixed;
            bottom: 40px;
            left: 40px;
            z-index: 99;
            text-align: center;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            /* display: none; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .whatsapp-icon2 i {
            color: rgb(19, 181, 167);
            font-size: 25px;
        }

        .connect-options {
            position: fixed;
            bottom: 96px;
            left: 40px;
            z-index: 99;
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .connect-whatsapp-icon {
            width: 45px;
            height: 50px;
        }

        .connect-calling-icon {
            width: 45px;
            height: 45px;
            box-shadow: 0 0 10px #001d4c;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }

        .connect-calling-icon i {
            font-size: 22px;
        }

        .enquire-button {
            float: left;
            margin-top: 7px;
            border-right-style: groove;
            width: 50%;
            text-align: center;
        }

        .enq-btn {
            background: linear-gradient(90deg, rgb(119 208 204) 0%, rgb(19, 181, 167) 100%);
            color: white;
            padding: 3px 5px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
        }

        .em_ph {
            display: flex;
        }

        /*.default-padding {
            
            padding-top: 20px;
    padding-bottom: 35px;
        }
*/
        .default-padding-bottom {
            padding-bottom: 0px;
        }



        .feature-sliders {
            width: 100%;
            height: 300px;
            overflow: hidden;
            position: relative;
        }

        .single-slider {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }

        .single-slider.active {
            opacity: 1;
        }

        .modal-header {
            padding: 0.1rem 1rem important;
        }

        .modal-header .close {
            margin: 0;
        }

        /* CSS for desktop view */
        #feature-sliders-desktop {
            display: flex;
        }
        #cls-header-btn{
            display: flex;
        }

        #feature-sliders-mobile {
            display: none;
        }
        
        /*blogs*/
    /*#blogs .owl-carousel .owl-dots.disabled, #blogs .owl-carousel .owl-nav.disabled{
      display: block;
    }*/

    /* treatments section */
    .cls-treat-btn-div{
        display: flex;
        justify-content: center;
    }

        /* CSS for mobile view */
        @media only screen and (max-width: 767px) {
            #feature-sliders-desktop {
                display: none;
            }

            #feature-sliders-mobile {
                display: block;
            }

            .features-area #feature-sliders-mobile .single-item {
                padding-left: 45px;
            }
        }


        @media only screen and (max-width: 768px) {
            
        #cls-header-btn{
            display: none;
        }
        }


        @media (max-width: 767px) {
            #mobile-background1 {
                background-image: url(assets/img/banner/412x1067.webp) !important;
            }

            #mobile-background2 {
                background-image: url(assets/img/banner/412x1067-2.webp) !important;
            }

            .doctors-area .doctor-items .tabsContent>img {
                width: 100%;
            }

            .service_p {
                height: auto;
                overflow-y: auto;
                padding-right: 0px;
            }


            .fixed-enquiry-section {
                display: block !important;
            }

            #tabsContent img {
                width: 100%;
                height: auto;
            }

            .em_ph {
                display: block;
            }

        }

        /*end media quiry*/

         .s-right {
            background-color: #13b5a7;
            /*padding: 5px 11px 5px 11px;*/
            padding: 5px 7px 5px 7px;
            position: absolute;
            top: 56%;
            right: 0;
            cursor: pointer;
            color: white;
            z-index: 999;
        }

        .s-left {
            background-color: #13b5a7;
            /*padding: 5px 11px 5px 11px;*/
            padding: 5px 7px 5px 7px;
            position: absolute;
            top: 56%;
            left: 0;
            cursor: pointer;
            color: white;
            z-index: 999;
        }

        #header-btn {
            height: 25px;
            background: #ffffff;
            color: #13b5a7;
            line-height: 25px;
            width: 25px;
            border-radius: 50%;
            margin-left: 0;
            margin-right: 5px;
            font-size: 13px !important;
        }
        .wrap-sticky{
  height: 93px;
}
