@media only screen and (min-width:600px) and (max-width:1200px){

    .mains{
        width: 1200px;
        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;
    }
    
    .tech {
        background: none;
        color: black;
        margin-left: 25px;
    }
    
    
    .medic {
        width: 60%;
        height: 120px;
    
        margin-left: 200px;
        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: 90%;
        height: 550px;
    
        margin-top: 80px;
        margin-left: 70px;
        display: flex;
    }
    
    .header2 {
        width: 48%;
        height: 90%;
    
        margin-left: 20px;
        margin-top: 25px;
    }
    
    .header2 h1 {
        margin-left: 100px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-weight: bold;
    }
    
    .header2 p {
        margin-left: 100px;
        font-size: 17px;
        padding-top: 50px;
    }
    
    .more {
        margin-left: 100px;
        margin-top: 50px;
        width: 180px;
        height: 40px;
    
        background-color: #0eb2e7;
        border: none;
        color: white;
    }
    
    
    .details {
    
        height: 280px;
        width: 100%;
    
        background-color: #dfecfb;
        display: flex;
    
    }
    
    .details2 {
        width: 20%;
        height: 160px;
        margin-top: 50px;
        margin-left: 50px;
        background-color: #e8f2fc;
    }
    
    .our {
        width: 100%;
        height: 100px;
        background-color: #dfecfb;
        text-align: center;
        padding-top: 10px;
        font-size: 35px;
        color: gray;
        margin-top: 100px;
    }
    
    .details2 h3 {
    
        text-align: center;
        font-weight: bold;
        color: gray;
        font-size: 20px;
        padding-top: 10px;
    }
    
    .details2 p {
        text-align: center;
        padding-top: 30px;
    }
    
    .treate {
        text-align: center;
        margin-top: 50px;
        font-size: 45px;
        color: gray;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    .service {
        width: 80%;
        height: 220px;
    
        margin-left: 150px;
        display: flex;
    }
    
    .serve {
        width: 30%;
        height: 100%;
        border: 1px solid lightgray;
        margin-left: 20px;
        border-radius: 10px;
        text-align: center;
    
    }
    
    .serve img {
        height: 160px;
        margin-top: 07px;
    }
    
    .serve h2 {
        font-weight: bold;
        font-size: 20px;
        padding-top: 10px;
    }
    
    
    .facility2 {
        width: 100%;
        height: 370px;
        background-color: #5d5f62;
        margin-top: 100px;
        display: flex;
    }
    
    
    .facility {
        width: 40%;
    
        height: 350px;
        margin-left: 100px;
    }
    
    .facility h1 {
        color: white;
        font-weight: bold;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    
    .facility p {
        color: white;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 22px;
    }
    
    .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;
    }
}