@media only screen and (min-width:300px) and (max-width:600px) {

    .mains {
        width: 100%;
        height: 100%;
    }


    .navigation {
        width: 100%;
        height: auto;
        z-index: 999;
        position: sticky;
        top: 0;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


    }

    .nav {

        color: black;

    }

    .logo {
        margin-left: 220px;
        margin-top: -70px;
        text-align: left;
        font-size: 1.4rem;
        color: black;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .logoimg {
        margin-right: 100px;
        width: 160px;
    }

    .tech {
        background: none;
        color: black;
        margin-left: 25px;
    }


    .medic {
        width: 90%;
        height: 120px;

        margin-left: 20px;
        margin-top: 50px;
        background-color: #0eb2e7;
    }

    .medic p {
        margin-left: 50px;
        padding-top: 40px;
        font-size: 2.3rem;
        color: white;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    .header {
        width: 100%;
        height: 1200px;
        flex-direction: column;
        margin-top: 80px;
        margin-left: -20px;
        display: flex;
    }

    .header2 {
        width: 100%;
        height: 90%;

        margin-left: 20px;
        margin-top: 25px;
    }

    .header2 h1 {
        margin-left: 70px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-weight: bold;
    }

    .header2 p {
        margin-left: 70px;
        font-size: 15px;
        padding-top: 50px;
    }

    .more {
        margin-left: 100px;
        margin-top: 50px;
        width: 180px;
        height: 40px;

        background-color: #0eb2e7;
        border: none;
        color: white;
    }


    .details {

        height: 900px;
        width: 100%;
        flex-direction: column;
        background-color: #dfecfb;
        display: flex;

    }

    .details2 {
        width: 80%;
        height: 160px;
        margin-top: 50px;
        margin-left: 30px;
        background-color: #e8f2fc;
    }

    .our {
        width: 100%;
        height: 100px;
        background-color: #dfecfb;
        text-align: center;
        padding-top: 10px;
        font-size: 30px;
        color: gray;
        margin-top: 100px;
    }

    .details2 h3 {

        text-align: center;
        font-weight: bold;
        color: gray;
        font-size: 25px;
        padding-top: 10px;
    }

    .details2 p {
        text-align: center;
        padding-top: 30px;
        font-size: 15px;
    }

    .treate {
        text-align: center;
        margin-top: 50px;
        font-size: 30px;
        color: gray;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .service {
        width: 80%;
        height: 700px;
        flex-direction: column;
        margin-left: 20px;
        display: flex;
    }

    .serve {
        width: 100%;
        height: 100%;
        border: 1px solid lightgray;
        margin-left: 20px;
        border-radius: 10px;
        text-align: center;
        margin-top: 10px;

    }

    .serve img {
        height: 160px;
        margin-top: 07px;
    }

    .serve h2 {
        font-weight: bold;
        font-size: 20px;
        padding-top: 10px;
    }


    .facility2 {
        width: 100%;
        height: 700px;
        background-color: #5d5f62;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
    }


    .facility {
        width: 100%;

        height: 350px;
        margin-left: 0px;
    }

    .facility h1 {
        color: white;
        font-weight: bold;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        margin-left: 50px;
    }

    .facility p {
        color: white;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 22px;
        margin-left: 50px;
    }

    .maps {
        width: 100%;
        height: 350px;

    }

    .footer {
        width: 100%;
        height: 80px;
        background-color: #000c30;
    }

    .footer {
        text-align: center;
        padding-top: 20px;
        color: white;
        font-size: 16px;
    }

}