* {
    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;
}

/* title section */
.try {
    /* background-color: rgba(120, 15, 15, 0.171); */
    position: absolute;
    width: 100%;
    background-image: url('/images/disease/homeopathy_works.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #026021; */

    height: 40vh;
    z-index: -1;
    /* filter: blur(4px); */
    opacity: 0.5;
}

.titleSection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.titleText {
    font-size: 2.4em;
    font-weight: 600;
    /* opacity: 1; */
    color: rgb(207, 17, 103);
    margin-top: 15px;

}

.topImages {
    margin-top: 17rem;
    display: flex;
    justify-content: space-evenly;
}

.topImages img {
    height: 38vh;
}

/* Cure*/
.cure {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 2rem;
    background-color: #0052D2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
    color: white;
    margin-bottom: 2rem;
    height: 8vh;
    border: 5px dotted #a80a46;
}

/* disease */
.diseasesSection {
    padding: 2rem;
}

.diseasesSection .diseases {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-row-gap: 40px;
    grid-column-gap: 10px;
}

.disease img {
    height: 250px;

}

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;
}