.topbar {
    background: #f64d86;
    font-size: 14px;
}

.pink-color {
    background: #f64d86 !important;
}

.text-pink {
    color: #f64d86 !important;
}

.navbar {
    padding: 15px 0;
}

.nav-link {
    font-weight: 600;
    color: #333 !important;
    margin: 0 8px;
    position: relative;
    transition: .3s;
}

.nav-link:hover {
    color: #f64d86 !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #f64d86;
    transition: .3s;
}

.nav-link:hover::after {
    width: 100%;
}

.appointment-btn {
    background: #f64d86;
    color: white;
    font-weight: 600;
    transition: .3s;
}

.appointment-btn:hover {
    background: #e33c74;
    color: white;
    transform: translateY(-2px);
}

.navbar-brand img {
    transition: .3s;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.btnpink {
    background-color: #f64d86;
    color: #fff;
}

.topbar {
    background-color: #f64d86;
    color: #fff;


}

.topbar h5 {
    font-size: 14px;
}

.bookapp {
    background-color: #fff;
    color: #f64d86;
    font-weight: 700;

}

.navbar-nav .nav-link.active {
    color: #f64d86 !important;
    font-weight: 700;
}

a.nav-link {
    color: black;
    font-weight: 400;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25.25rem;
    left: 15%;
    padding-top: 3.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: start;
}

p.sub_title {
    font-size: 35px;
    font-weight: 600;
    color: #8b1099;
}

.Compassionate {
    margin-top: 5px;
    margin-bottom: -0.7rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

p.sub_title {
    font-size: 34px;
    font-weight: 600;
    color: pink;
    margin-bottom: 0rem
}

.card-img {
    height: 445px;
}

/* .form-control {
    width: 450;

} */
.btn-pink {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 30px;
}

.btn-pink:hover {
    background: #bb2d75;
    color: white;
}

.submit {
    background-color: #f64d86;
}

.card-body {
    text-align: center;


}

.card {
    margin-top: 10;
    margin-left: 10;
    height: 210;
}

.navbar-brand {
    text-align: start;

}

.doctors-card {
    display: block;
    margin-right: auto;
    margin-top: 20;
    margin-left: auto;
    height: 380;
    width: 280;
    background-color: rgb(240, 237, 234);
    border-radius: 7px;
}

.search-icon {
    display: inline;
    background-color: white;
    width: 100px;
    height: 50px;
}

.appointment {
    background-color: black;
    color: #fff;
}