* {
    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: #0052D2;
}



/* 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;
}

#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/quote.jpg');
    height: 13vh;
    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: #0052D2;
    margin-top: 15px;

}

/* About Our Clinic */
.aboutClinic {
    margin-top: 7rem;
    /* border: 2px solid black; */
    /* text-align: center; */
    margin-left: 1rem;

}

.aboutClinic h1 {
    margin-left: 3.5rem;
}

.aboutClinicText {
    /* border: 2px solid red; */
    margin-top: 1.2rem;
    padding: 1rem;
    margin-left: 3%;
    margin-right: 10%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    text-align: justify;
}

/* Who we are */

#heading01 {
    margin-top: 5rem;
    margin-left: 4rem;
}

#whoWeAre {
    margin-top: 1rem;
    border: 2px solid black;
}

#aboutDRTarkeshwarRai {
    padding: 3.5rem;
    display: flex;
    /* justify-content: center; */
    margin-top: 10px;
    border: 8px solid #0052D2;
    margin-bottom: 15px;
}

#aboutDRTarkeshwarRai .img {
    margin-right: 10px;
    height: 62vh;
    width: 380vw;
    background-image: url(/images/main1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;

}

#aboutDRTarkeshwarRai .img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#aboutDRHarsh text {
    margin-left: 5rem;
}

/* About Dr harsh */
#aboutDRHarsh {
    border: 8px solid #0052D2;
    padding: 3.5rem;
    display: flex;
    /* justify-content: center; */
}

#aboutDRHarsh .img {
    margin-left: 10rem;
    height: 50vh;
    width: 380vw;
    background-image: url(/images/main1.jpg);
    background-position: center;
    background-repeat: no-repeat;

}

#aboutDRHarsh text {
    margin-left: 5rem;
}

#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;
}




/* Our Motto */
.ourMotto {
    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: 20vh;
    border: 5px dotted #a80a46;
}

/* 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;
}



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%;
    }

    #aboutDRTarkeshwarRai {
        padding: 3.5rem;
        display: flex;
        flex-direction: column;
    }
    #aboutDRTarkeshwarRai .img {
        
        /* margin-right: 0rem; */
        height: 50vh;
        width: 318px;
        
    
    }
    #aboutDRHarsh {
        padding: 3.5rem;
        display: flex;
        flex-direction: column;
    }
    #aboutDRHarsh .img {
        margin-top: 10px;
        margin-left: 0.8px;
        height: 50vh;
        width: 318px;
        
    
    }

    .footerContent{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .foot{
        margin-top: 25px;
    }
}