body
{
    font-family: lucida grande, tahoma, verdana, arial, sans-serif, Mangal;
    background-color:white;
}
#main 
{
    height: auto;
    width:100%;
    margin: auto;
    background-color:white;
    -webkit-border-radius: 10px;
}
#contact
{
    height: 40px;
}
#hospital
{
    height: 100px;
    width: 100%;
    color: darkblue;
    background-color: white;
    text-align: center;
    
}
#heading
{
    height: 40px;
    width: 100%;
    background-color: #eb6b34;
}
#heading1
{
    height: 100%;
    width: 50%;
    float: left;
}
#heading2
{
    height: 100%;
    width: 50%;
    float: right;
    font-size: medium;
}
#newapp
{
    height: 100%;
    width: 30%;
    float: left;
    margin-left: 3%;
}
#reapp
{
    height: 100%;
    width: 30%;
    float: left;
    margin-left: 3%;
}
#availability
{
    height: 100%;
    width: 30%;
    float: right;
    margin-right: 1%;
}
#banner_main
{
    height: 600px;
    width: 100%;
    float: left;
    border: 1px;
    background-color: white;
}
#banner
{
    height: 600px;
    width: 29%;
    float: left;
    background-color: gray;
    border-radius: 10px;
    margin-right: 1%;
}
#dataentry
{
    height: 100%;
    width: 70%;
    float: right;
    font-size: medium;
    background-color: #eb6b34;
    border-radius: 20px;
}


#menu
{
    height: 40px;
    width: 100%;
    float: left;
    background-color: black;
   line-height: 10px;
}
#menu ul 
{
    list-style:none;
    color:white;
}
#menu ul li 
{
    height: 40px;
    width:9%;
    text-align:center;
    float:left;
    font-family: lucida fax;
    font-size: small;
    font-weight: bold;
}

#menu ul li a 
{
    text-decoration:none;
    color: white;
    display:block;
}
#menu ul li a:hover
{
    font-size: medium;
    color: orangered;
    font-weight: bold;
}

#about
{
    height: 500px;
    width: 100%;
    float: left;
    background-color: #eb6b34;
    
}
#about1
{
    height: 99%;
    width: 69%;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    background-color: #eb6b34;
    color: white;
    font-weight: bold;
    text-align: justify;
}
#about2
{
    height: 100%;
    width: 30%;
    float: right;
    
}
#services
{
    height: auto;
    width: 100%;
    float: left;
}
#services1
{
    height: 250px;
    width: 25%;
    margin-left: 4%;
    margin-right: 4%;
    float: left;
    
}
#services2
{
    height: 50px;
    width: 25%;
    margin-left: 4%;
    margin-right: 4%;
    float: left;
    text-align: center;
    
}
#footer
{
    height: 150px;
    width: 100%;
    float: left;
    background-color: black;
    color: white;
    font-size: large;
}
#footer1
{
    height: 150px;
    width: 40%;
    float: left;
    border: black 1px solid;   
}
#footer2
{
    height: 150px;
    width: 40%;
    float: left;
    
}
#footer3
{
    height: 150px;
    width: 18%;
    float: right;
    
}

#login
{
    width:400px; 
    height:300px; 
    position: fixed; 
    background-color: black;
    background-size: 100%;
    color: white;
    font-size: large;
    top: 50%; 
    left: 50%; 
    margin-top: -150px; 
    margin-left: -200px;  
    border: solid 1px black;
}
#login_1
{
    height: 100%;
    width: 40%;
    float: left;
}
#login_2
{
    height: 100%;
    width: 60%;
    float: left;
}