* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* navbar */
#top-nav {
    background-color: #daac00 !important;
    padding: 0 8%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 20px;
    padding-left: 25px;
}

#search-box {
    background-color: #fcc302;
    border: 0px;
    border-radius: 0px;
    box-shadow: 5px 10px 11px #00000021;
    position: relative;
    left: 47px;
}

#search-box::placeholder {
    color: white;
}

#search-btn {
    position: relative;
    z-index: 99;
    background-color: #00bec9;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-weight: 900;
}

#search-btn:hover {
    background-color: #fff;
    color: #00bec9;
    font-weight: 900;
}

@media only screen and (max-width: 768px) {
    #search-form {
        margin-bottom: 30px;
        margin-top: 20px;
        position: relative;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 768px) {
    #top-nav {
        padding: 0;
    }
}

/* hero section */
#banner {
    background-color: #fcc302;
    padding-bottom: 18px;
}

#banner-text h1 {
    color: #fff;
    font-size: 70px;
    margin-top: 100px;
}

#banner-text p {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

#banner-btn-1 {
    background-color: #00bec9;
    border: 2px solid #00bec9;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}


#banner-btn-1:hover {
    background-color: #fcc302;
    border: 2px solid #00bec9;
    font-weight: 600;
}

#banner-btn-2:hover {
    background-color: #00bec9;
    border: 2px solid #00bec9;
    font-weight: 600;
}

#banner-btn-2 {
    border: 2px solid #fff;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 1300px) {
    #banner-text h1 {
        font-size: 50px;
    }

    #banner {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 900px) {
    #banner-text h1 {
        font-size: 40px;
    }

    #banner-img img {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 500px) {
    #banner-text h1 {
        margin-top: 28px;
    }
}

/* Service */
#service-text {
    padding-top: 135px;
    padding-bottom: 3%;
}

#service-btn {
    color: #fff;
    background-color: #fcc302;
    border: 2px solid #fcc302;
    font-weight: 600;
}

#service-btn:hover {
    background-color: #fff;
    border: 2px solid #fcc302;
    color: #00bec9;
    font-weight: 600;
}



#service-img {
    padding: 3%;
}

hr {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: #777;
}

@media only screen and (max-width: 768px) {
    #service-img {
        padding-top: 10%;
    }
}

@media only screen and (max-width: 500px) {
    #service-text {
        padding-top: 55px;
    }
}

/* doctors-section */
#doc-section {
    padding-bottom: 75px;
}

.doc-social {
    padding: 5px;
    font-size: 13px;
    color: #fff;
    background-color: #fcc302;
    border-radius: 50%;
    cursor: pointer;
}

.doc-social:hover {
    background-color: #343434;
    cursor: pointer;
}

.doc-name {
    padding-top: 16px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
}

.designation {
    padding-bottom: 1px;
    font-size: 15px;

}


/* counter section */
#counter-section {
    height: 400px;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    position: relative;
}

.background-section {
    background-position: center;
    background-size: cover;
    background-image: url(image/background.jpg.jpg);
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.content-section {
    position: absolute;
    margin-top: 100px;
}

.counter-icon {
    font-size: 65px;
}

.content-section h3 {
    color: rgba(0, 0, 0, 0.671);
}

@media only screen and (max-width:500px) {
    .counter-icon {
        font-size: 50px;
        width: 0;
    }

    .content-section {
        margin-top: 20px;

    }

    #counter-section {
        height: 550px;
    }
}


/* blog */
#blog {
    padding-bottom: 70px;
    padding-top: 55px;
}

#blog-title {
    font-size: 50px;
    font-weight: bolder;
}

#blog-para {
    font-size: 20px;
    margin-bottom: 52px;
}

.article-detail {
    padding: 15px;
    border: 1px solid rgb(185, 185, 185);
    border-top: 0;
}

.article-title {
    font-weight: 600;
}

.article-date {
    color: #00bec9;
    font-weight: 700;
}

.article-link {
    color: #00bec9;
    font-weight: 700;
    text-decoration: none;
}

/* footer */
#footer {
    background-color: #343434;
    padding-top: 80px;
    padding-bottom: 70px;
    height: 100%;
    margin-bottom: 0;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer-search-box {
    background-color: #fcc302;
    border: 0;
    color: white;
    padding: 15px;
    width: 100%;
    max-width: 250px;
    position: relative;
    left: 10px;
    cursor: pointer;
}

#footer-search-box:hover {
    background-color: #fff;
}

#footer-search-submit {
    background-color: #00bec9;
    padding: 15px 38px;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.social-icon {
    font-size: 28px;
    padding: 5px;
}


@media only screen and (max-width:1150px) {
    #footer-search-box {
        max-width: 200px;
    }
}

@media only screen and (max-width:768px) {
    #footer-search-box {
        max-width: 120px;
    }
}

@media only screen and (max-width:500px) {
    #footer-search-box {
        max-width: 200px;
    }

    .footer-link-list {
        text-align: center;
    }

    #footer {
        padding-top: 10px;
    }

    #footer h4 {
        margin-top: 50px;
        text-align: center;
    }

    #footer p {
        text-align: center;
    }

    #footer .social-icon {
        text-align: center;
    }

    .footer-end-part {
        align-items: center;
        justify-content: center;
    }
}

#help-btn {
    background-color: rgba(255, 68, 0, 0.979);
    color: #fff;
    position: fixed;
    right: 18px;
    bottom: 18px;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
}