*{
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header{
    /* background-color: red; */
    
    background-color: black;
    font-size: 1.2em;
    color: grey;
    display: flex;
    justify-content: space-around;
}
header .clinicName{
    padding: 4px;
    border: 1px solid grey;
}
header .socialIcons i{
    border-left: 1px solid grey;
}



 /* navbar  */
 #navbar{
    /* position: fixed; */
    display: flex;
    align-items: center;
}
#navbar{
     position: relative;
     /* position: fixed; */
    /* background-color: blueviolet; */
    height: 13vh;
    padding: 4px; 
 } 
#logo{
    /* margin: -16px -3px; */
}
#logo img{
    /* margin: 4px 11px;
    height: 110px; */
    height: 100px;
    width: 105px;

} 
/* LIST STYLING */
nav{
    display: flex;
    justify-content: space-around;
}
.ul ul{
    display: flex;
    justify-content: space-around;

}
#navbar li{
    list-style: none;
    margin-right: 20px;
   
}
#navbar  ul li a{
    text-decoration: none;
    color: black;
}
#navbar  ul li a:hover{
    color: #ed272e;
}

#floatingButton{
    position: fixed;
    top: 86%;
    left: 95%;
    height: 60px;
    width: 60px;
    background-color: green;
    border-radius: 50%;
    text-align: center;
}

#floatingButton i{
    text-align: center;
    margin-top: 20%;
    color: white;
}

footer{
    /* position: fixed; */
    margin-top: 130px;
   bottom: 0;
   width: 100%;
   height: 160px; 
    /* background-color: #1508a2; */
    background-color: black;
    color: white;
    /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
    /* height: 15vh; */
    padding: 2em;
}
.searchBox{
    text-align: right;
}
footer .socialIcons{
    display: flex;
    flex-direction: column;
}
.footerContent{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.footerContent .Location{
    /* border: 2px solid wheat; */
    width: 18vw;
}
.Location .add{
    margin-top: 15px;
}
footer .socialIcons i{
    margin-top: 15px;
}