@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');












/* -------navbar-------- */

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300;400&family=Poppins:wght@500;600;700;800&family=Roboto:ital,wght@0,100;0,300;1,100&display=swap");



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "M PLUS 1", sans-serif;
    scroll-behavior: smooth;
    letter-spacing: 1px;
}



/* navbar */
.navbar{
    /* border: 1px solid red; */
    position:fixed;
    top: 0;
    z-index: 10;
    padding: 5px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: white;
   
}

.smallLogoContainer{
    margin: 0 1rem;
    width: 150px;
    height: 50px;
}

.smallLogo{
    /* border: 1px solid blue; */
    width: 100%;
    height: 100%;
}

.navContainer{
    /* border: 1px solid green; */
    /* display: flex; */
    /* flex-direction: column; */
    padding: 5px 0px;
}

.menuList{
    /* border: 1px solid pink; */
    padding: 0 2px;
    display: flex;
    flex-direction: row;
    list-style: none;
}

.menuList li{
    /* border: 1px solid red; */
    margin: 0 5px;
    padding: 10px 5px;
    font-weight: 500;
}

.menuList li a{
    text-decoration: none;
    color: black;
}

.menuList li a:hover{
    color:purple;
}


.Menu{
    display: none;
}



.navList:hover{
    color: rgb(194, 182, 194);
    font-weight: 500;
    /* font-size: 3rem; */

}




/* menubar */
.menubar{
    position: fixed;
    right: 0;
    top: 0px;
    width: 300px;
    height: 100vh;
    background-color: white;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
    opacity: 10;
    z-index: 11;


}



.menu_cross{
    padding: 10px 20px 10px 10px;
    margin-top: 10px;
    font-size: 20px;
    /* border: 1px solid red; */
    /* display: flex; */
    /* text-align: end; */
    cursor: pointer;
}

.menubar > ul {
    list-style: none;
    margin: 2rem 0 0 1rem;
}
.menubar > ul > li {
    margin-bottom: 0.8rem;
    padding: 0.3rem;
    width: 15rem;
    border-radius: 10px 10px 10px 10px;
    transition: all 0.3s ease-in-out;
}
.menubar > ul > li:hover {
    background-color: rgba(216, 218, 219, 0.484);
}

.menubar > ul > li > a {
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    width: 2rem;
    font-stretch: expanded;
    color: rgb(76, 75, 75);
    letter-spacing: 1px;
}
.menu_btn{
    background: transparent;
    border: none;
    font-size: 20px;
}

.navList:hover{
    color: rgb(194, 182, 194);
    font-weight: 800;
    /* font-size: 3rem; */
}

.num:hover{
    color: purple;
    background-color: white;
}


.num{
    border: 1px solid rgb(34, 6, 34);
    border-radius: 10px;
    background-color: rgb(145, 1, 145);
    padding: 14px 5px;
    list-style: none;
    color: white;
    font-weight: 500;
    transition: background-color 100ms ease-in-out
    
}

@media (max-width: 1000px){
   
    .hide{
        display: none;
    }
    .num{
        display: none;
    }
    .Menu{
        display: block;
        
    }
    .navbar{
        justify-content: space-between;
    }
    .smallLogo{
        width: 150%;
    }
    
    
}



























/* contact us */


h1{
    text-align: center;
    margin: 12px;

}
.drcontact{
    /* border: 2px solid black; */
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /* padding: 23px; */

}

.dr1contact{
    background-color: rgb(7, 7, 74);
    border-radius: 50px;
    color: white;
    margin: 23px;
    padding: 25px;
}
.dr2contact{
    /* border: 2px solid blue; */
    background-color: rgb(7, 7, 74);
    border-radius: 50px;
    color: white;
    margin: 23px;
    padding: 25px;
}

.usercontact{
    /* border: 2px solid green; */
    align-items: center;
    margin-top: 60px;
}
.usercontact h3{
    color: rgb(102, 94, 94);
    text-align: center;
}

.contact_container{
    /* border: 2px solid black; */
    display: flex;
    flex-direction: column;
    margin-top: 30px;

}

.input_form{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.myform{
    /* border: 2px solid red; */
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    

}

.myInput{
    width: 35%;
    padding: 10px;
    margin: 8px;
    font-size: 13px;
    border: 2px solid #661575;
    border-radius: 12px;
}

.btn{
    padding: 8px 12px;
    font-size: 15px;
    border: 2px solid #9f71b1;
    border-radius: 12px;
    color: white;
    background: #661575;
    margin-bottom: 12px;
    cursor: pointer;
}


.map{
    height: 300px;
    padding: 65px;
    width: 100%;
}
/* responsive */
@media screen and (max-width: 440px) {
    .myInput{
        width: 80%;
    }
    .map{
        height: 304px;
        width: 100%;
        padding: 0px 20px 5px 20px;
        margin-bottom: 100px;
    }
    
}






























/* footer */


.footer{
    display: block;
    /* border: 2px solid black; */
    background-color: rgb(44 50 65);
    color: white;
    
}

.address{
    /* border: 2px solid green; */
    padding: 10px;
}

.treatments{
    /* border: 2px solid red; */
    padding: 10px;
}

.conditions{
    /* border: 2px solid yellow; */
    padding: 10px;
}

.therapy{
    /* border: 2px solid blue; */
    padding: 10px;
}



.footer hr{
    margin-left: 10px;
    width: 90%;
}
  
@media (min-width:440px) and (max-width:3000px) {
    .footer{
        /* border: 2px solid red; */
        padding-top: 75px;
            background-color: #36063f;
            color: white;
            display: flex;
            height: 385px;
            justify-content: space-evenly;
            margin-top: 65px;
    }
        
    .address{
            /* border: 2px solid green; */
           padding: 23px;
    }
    
    .address p{
            margin-top: 15px;
    }
    
    
    .addre{
            font-size: 1rem;
            margin-top: 5px;
    }
    
    .phn{
            /* border: 2px solid yellow; */
            margin-top: 5px;
            font-size: 1.1rem;
    }
    
        
    .address ul{
            margin-top: 0px;
            padding-left: 43px;
            /* border: 2px solid green; */
    }
        
    .conditions{
            /* border: 2px solid blue; */
            
    }
    .conditionsHead{
            /* border: 2px solid green; */
            text-align: center;
            font-weight: bold;
            font-size: 22px;
            padding: 12px;
            padding-left: 8px;
            font-size: 1.2rem;
    }
        
    .conditionsList{
            /* border: 2px solid brown; */
            list-style: none;
            padding: 5.5px;
            text-align: left;
    }
        
        
    .treatments{
            /* border: 2px solid blue; */
    }
    
    .treatmentsHead{
            /* border: 2px solid green;  */
             /* text-align: center; */
            /* font-weight: bold; */
            /* font-size: 22px; */
            /* padding: 12px; */
            /* padding-left: 12px; */
            text-align: center;
            font-weight: bold;
            font-size: 22px;
            padding: 12px;
            padding-left: 8px;
            font-size: 1.2rem;
    } 
    
        
    .treatmentsList{
            /* border: 2px solid brown; */
            list-style: none;
            padding: 5.5px;
            text-align: left;
    }
        
        
        
    .therapy{
            /* border: 2px solid blue; */
    }
    
    .therapyHead{
            text-align: center;
            font-weight: bold;
            font-size: 22px;
            padding: 12px;
            padding-left: 8px;
            font-size: 1.2rem;
            /* border: 2px solid green; */
            
    }
    
    .therapyList{
        list-style: none;
        padding: 5.5px;
        text-align: left;
    }
    
    .footer hr{
        display: none;
    }
        
    .copyright{
            background: #262525;
            color: white;
            
            text-align: center;
            font-size: 1.01rem;
            padding: 15px;
    }
    
}

