.header-top {
    display: none;
}

.navbar .container-fluid {
    padding: 0px 10px;
}


.container-fluid {
    align-items: center;
}

.navbar {
    padding: 8px 12px 12px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .27);
}

.navbar-brand .logo {
    width: 90px;
}

.navbar-toggler {
    border: 0px;

}

.icons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 8px;

}

.icons .fa-brands {
    font-size: 20px;
    color: var(--mainColor);
}

.navbar-brand {
    padding: 0px;
}

.navbar-nav {
    background: var(--mainBg);
    gap: 0px;
    padding: 10px 0px;
    margin: 0px !important;
}

.nav-link,
.nav-link.active {
    color: var(--mainColor) !important;
    border-bottom: 0px;
}

.nav-link:hover,
.nav-link.active:hover {
    border-bottom: 0px;
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23849474' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}






/* slider */

.carousel-item {
    height: 40vh;
}

.carousel-caption {
    top: 20%;
    right: 0px;

}

.carousel-item img {
    object-fit: cover;
}

#carouselExampleCaptions h5 {
    font-size: 25px;
}

#carouselExampleCaptions p {
    padding: 0px;
    font-size: 14px;
}

.big {
    padding: 10px 24px 10px 50px;
}


.doctor .name {
    font-size: 20px;
}

.doctor .job {
    font-size: 14px;
}


.doctor .image img {
    height: 200px;
}



form {
    width: 100%;
}
.contact .title, .before_after .title{
    margin-bottom: 10px !important;
}

.contact .description {
    color: rgba(54, 51, 52, .5);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    max-width:  95%;
    width: 100%;
}



footer:before {
    right: 50%;
    transform: rotate(0deg);
    transform: translateX(50%);
}

footer:after {
    display: none;
}

.foonter_icons {
    margin: 5px 0px;
}


.ref_link {
    position: fixed;
    top: 50%;
    padding: 7px 30px 7px 30px !important;
    font-size: 12px;
    left: -30px;
}

.ref_link:before {
    right: 5px;
}


.category {
    font-size: 16px !important
}

.description {
    font-size: 15px !important;
}

footer {
    padding: 20px 0px 0px;
}

footer .logo {
    width: 150px;
    margin-bottom: 15px;
}

.row.detail {
    gap: 15px;
}
