@media only screen and (min-width:768px) and (max-width:1280px) {

    /* Navbar */
    .navbar {
        display: none;
    }

    .mobile-container {
        display: block;
        background: white;
        padding: 10px 0px;
        position: sticky;
        top: 0;
    }

    .mobile-navbar {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: 20px;
    }

    .mobile-navbar img {
        width: 100px;
    }


    .mobile-navbar i {
        font-size: 25px;
    }

    /* Hero Section */

    .hero {
        width: 100%;
        margin-top: 120px;
        margin-left: 20px;
    }

    .hero h1 {
        font-size: 45px;
        color: #1f3b64;
    }

    .hero-container .triangle {
        display: none;
    }


    /* Benifit Section */
    .benifit {
        width: 100%;
        grid-template-columns: 100%;
        align-items: center;
        padding: 10px;
    }

    .benifit-grid {
        gap: 40px;
    }

    .benifit-grid .card {
        margin: 20px 20px;
        height: 100%;
    }

    .second-card {
        margin-top: 0px;
    }

    .benifits-text {
        margin: 20px;
    }

    .benifits-text h2 {
        font-size: 30px;
    }

    .benifit-grid .card {
        padding-bottom: 100px;
        margin-top: 80px;
    }

    .benifit-grid .card img {
        width: 100%;
        padding: 10px 0px;
        border-radius: 50px;
        margin-top: 10px;
    }

    .benifits-text p {
        font-size: 14px;
    }

    .benifits-text ul {
        font-size: 14px;
    }

    /* Services */
    .services-grid {
        grid-template-columns: 45% 45%;
    }

    /* Home Sampling */
    .sample {
        width: 100%;
        margin-top: 120px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .sample h1 {
        font-size: 36px;
        color: #1f3b64;
    }

    /* serv-container */
    .serv-grid {
        width: 100%;
        grid-template-columns: 100%;
        align-items: center;
    }

    .serv-grid .point-grid {
        grid-template-columns: 100%;
    }

    .serv-text {
        padding-left: 20px;
        padding-bottom: 60px;
    }

    /* Company Grid */

    .company-grid {
        grid-template-columns: 100%;
        gap: 20px;
    }

    /* Book Now */
    .book-now {
        display: grid;
        width: 100%;
        grid-template-columns: 100%;
        gap: 20px;
    }



    .book-text h1 {
        font-size: 42px;
        color: #1f3b64;
    }

    .book-now-data {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        gap: 40px;
    }

    .book-now-data div {
        width: 200px;
        position: relative;
    }


    .book-now-data i {
        font-size: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #33D1CB;
        height: 160px;
    }

    .book-now-det {
        padding: 20px;
    }

    .book-now-form {
        padding: 20px;
    }

    .book-your-visit {
        gap: 20px;
    }

    .book-your-visit h2 {
        font-size: 36px;
    }

    .book-your-visit input {
        font-size: 14px;
    }

    .book-your-visit select {
        font-size: 14px;
    }

    .book-your-visit button {

        width: 50%;
    }

    /* Health Package*/
    .health-grid {
        width: 100%;
        grid-template-columns: 100%;
        gap: 80px;
    }


    .health-card {
        margin: 0px 20px;
    }


    .health-card h2 {
        font-size: 60px;
    }

    .health-card h4 {
        font-size: 22px;
    }


    .health-card h5 {
        font-size: 16px;
        text-align: center;
        margin-top: 0px;
    }

    .pack-details p {
        font-size: 14px;
    }

    .health-card-btn button {
        font-size: 16px;

    }


    /* Map */


    /* Footer */
    .footer-container {
        width: 100%;
    }

    .free-sample {
        margin: 20px;
        flex-direction: column;
        font-size: 34px;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 50% 50%;
    }

    .free-sample button {
        margin-top: 20px;
    }



}