* {
    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: 20px;
    color: grey;
    display: flex;
    justify-content: space-around;
}

header .clinicName {
    padding: 4px;
    border: 1px solid grey;
}

header .socialIcons {
    /* width: 10px;
    height: 100px; */
    font-size: 30px;
    align-items: center;
}

header .socialIcons i {
    /* border-left: 1px solid grey; */
    /* font-size: 15px; */
    margin-left: 10px;
    margin-top: 1px;
    cursor: pointer;
}

header .socialIcons i:hover {
    color: yellow;
}



/* 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: 90px;
    width: 280px;

}

/* 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;
    font-size: 1rem;
    font-weight: 300;
}

#navbar ul li a:hover {
    color: #0052D2;
}

/* Main Image */
.try {
    /* background-color: rgba(120, 15, 15, 0.171); */
    position: absolute;
    width: 100%;
    background-image: url('/images/quote.jpg');
    height: 22vh;
    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: 45px;

}

#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;
}

.publicMessage {
    margin-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 2px solid; */
}

.publicMessage .contentMessage {
    width: 65%;
    text-align: center;
    line-height: 25px;

}


.diseaseHeading {
    margin-top: 7vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.diseaseHeading .heading {
    text-align: center;
}

.headingGap {
    margin-top: 20px;
    width: 20vw;
    border: 2px solid #0052D2;
    display: flex;
    align-items: center;
    justify-content: center;
}


.disease {
    padding: 6rem;
    display: grid;
    grid-template-columns: repeat(2, 50fr);
    /* grid-gap: 20px; */
    grid-column-gap: 30px;
    grid-row-gap: 40px;

}

.particularDisease {
    display: flex;
    flex-direction: column;
    /* border: 2px solid black; */
    align-items: center;
    justify-content: center;
    /* height: 50; */
    padding: 1rem;
    /* box-shadow: 5px 10px 15px  #0052D2; */
}

.particularDisease i {
    height: 10vh;
    font-size: 4rem;
    /* color: ; */
}

.particularDisease a {
    margin-top: 5px;
    /* color: #e64d3b; */
    text-decoration: none;
}

.gap {
    /* margin-top: 20px; */
    margin-left: 25%;
    width: 50%;
    border: 2px solid #0052D2;
}

/* Form section */
.contactForm {
    /* border: 2px solid green; */
    padding: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    /* background-color: #bec5bc; */
    /* box-shadow: 5px 18px 50px 60px rgb(197, 91, 91); */
}

.contactForm .form {
    padding: 12px;
    /* border: 4px double #e64d3b; */
    border: 10px groove #0052D2;
    border-style: groove;
    border-radius: 10px;
    /* margin-left:15rem;
    margin-right: 7rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    /* align-items: center; */
    /* background-color: #f0f0f0 */
    /* background-color: white; */
    /* margin-left: 12rem; */
    /* background-color: linen; */
    /* background-image: linear-gradient(rgb(42, 88, 136),rgb(63, 226, 166)); */
    /* background-color: rgba(146, 24, 24, 0.495); */
    width: 80vw;
    /* color:  #b24a3e;;
    box-shadow: 10px 20px 30px red; */
    margin-bottom: 25px;
}

.contactForm .form p {
    font-size: 2em;
    text-align: center;
    /* color: #e64d3b; */
    padding: 1rem;

}

form {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

}

.leftSide select {
    font-size: 1em;
    height: 35px;
}

.form .leftSide {
    /* border: 5px solid rgb(16, 185, 30); */
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 50vh;
    width: 25vw;
    justify-content: center;
    margin-right: 2rem;
}

input {
    height: 35px;
    margin-bottom: 3vh;
    background-color: #f0f0f0;
    /* color: #e64d3b; */

}

.contactForm label {
    /* color: #e64d3b; */
    /* color: black; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 1.3em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form .rightSide {
    /* border: 5px solid black; */
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 50vh;
    width: inherit;
    justify-content: center;
}

.rightSide #gender {
    font-size: 1.2rem;
}

textarea {
    background-color: #f0f0f0;
}

.button {
    margin-top: 3px;
    display: flex;
    justify-content: right;
}

button {
    height: 6vh;
    width: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #e64d3b; */
    background-color: #0052D2;
    border: 2px solid #0052D2;
    border-radius: 9px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}

button:hover {
    color: white;
    background-color: white;
    color: #0052D2;
    border: 2px solid #0052D2;
    transition: 0.5s;
}

/* Location */
.location {
    padding: 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}

.location .locationtitle {
    text-align: center;
    margin-bottom: 50px;
}

.location .locationImage {
    height: 400px;
    cursor: pointer;
    overflow-x: auto;
    margin-bottom: 30px;
}










/* Footer */
footer {
    margin-top: 120px;
    /* background-color: #1508a2; */
    background-color: #0b2146;
    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;
    
}

.footerContent .Location {
    /* border: 2px solid wheat; */
    width: 18vw;
}

.Location .add {
    margin-top: 15px;
}

footer .socialIcons i {
    margin-top: 15px;
}

#homeicon,
#secondIcon {
    display: none;
}

@media only screen and (max-width:600px) {
    #sidemenu {
        border-radius: 5px;
        /* background: #1c1c1e; */
        background-color: #0052D2;
        position: fixed;
        top: 0;
        left: -200px;
        height: 100vh;
        width: 150px;
        padding-top: 50px;
        z-index: 2;
        transition: left 0.5s;
        display: flex;
        flex-direction: column;
        /* column-gap:2% ; */
        justify-content: flex-start;
    }

    #secondIcon {
        margin-top: -37px;
        /* margin-left: -55px; */
        margin-left: -5%;
        position: absolute;
        font-size: 40px;
        display: block;
        color: #0052D2;
    }

    #homeicon {
        display: block;
        color: white;
    }

    ul i {
        position: absolute;
        top: 15px;
        right: 10px;
        cursor: pointer;
    }

    i {
        cursor: pointer;
        font-size: 300px;
    }

    #navbar ul li a {
        color: white;
    }

    #sidemenu li {
        margin-top: 30px;

    }

    #logo img {
        height: 73px;
        width: 203px;
    }

    header {
        font-size: 10px;
    }
    #floatingButton {
        left: 82%;
    }

    form{
        display: flex;
        flex-direction: column;
    }
 
  
    .contactForm {
        padding: 0px;
    }

    .contactForm .form {
        width: 90vw;
        
    }
 

    .form .leftSide {
        height: 42vh;
        width: 48vw;
    }

    .form .rightSide {
        height: 45vh;
    }

    .button {
        margin-top: 10px;
    }

    button {
        font-size: 10px;
        width: 140px;
    }
    .disease {
        padding: 2rem;
    }
    .particularDisease i{
        font-size: 55px;
    }
    .footerContent{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .foot{
        margin-top: 25px;
    }

}