@media (min-width: 992px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    body {
        padding-top: 80px; /* adjust based on navbar height */
    }
}



.path-frontpage #docters .docters-list {
    background-color: #fff !important;
    height: 400px;
}
#banner-slider .carousel-caption.d-none .btn.btn-infos {
	display:none;
}
#about .about-content p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
#about img {
    vertical-align: middle;
    border-style: none;
    width: 60%;
    margin-top:100px;
}
#about h2{
    color: #000080;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 33px;
}
#banner-slider .carousel-item img {
    width: 100%;
    height: 600px;
}

.top-banner-caption {
    margin-left: 98px;
    padding: 170px 0px;
    display: none;
}


.carousel-caption.d-none p {
    color: #2379c2;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: none;
}

#schedule {
    background-color: #e6f5fa;
    padding: 80px 0px;
    display: none;
}

element.style {
}
section#banner-slider {
    padding-top: 113px;
    margin-top: -76px;
}