﻿@media (max-width: 768px) {
    .custom-btn {
        padding: 8px 15px;
    }
    .video-banner {
        height: 400px;
        overflow:visible;
    }

    .text-slider {
        height: 4rem;
        font-size: 22px;
    }
    .banner-para {
        position: relative; 
        left: 0;
        bottom: auto;
        margin: 120px auto 0 auto;
        max-width: 90%;
        z-index: 5; 
    }
    .about-home-section{
        margin-top:200px;
    }
    .doctor-image {
        height: auto;
        width: auto;
    }
    /*-- testimonial section --*/
    .card-layer {
        display: none; 
    }
    .carousel-control-prev.outside-btn,
    .carousel-control-next.outside-btn {
        display: none !important;
    }

    .mobile-controls {
        display: flex;
    }

        .mobile-controls button {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            padding: 0;
        }
    .main-card {
        padding: 25px;
    }
    /*-- service page --*/
    .sticky-tabs {
        position: static;
        top: auto;
    }
    /*-- about ivf --*/
    .care-sheet-box {
        padding: 25px;
    }

    .care-sheet p {
        font-size: 1rem;
    }

    .care-point {
        flex-direction: column;
        align-items: flex-start;
    }

        .care-point span {
            font-size: 1.2rem;
            margin-bottom: 5px;
        }
}
