#topbar {
    background: #eb278e;
}

#hero .container {
    border-top: 4px solid #eb278e;
}

#hero .btn-get-started {
    background: #215183;
}

#hero .carousel-indicators li.active {
    background: #eb278e;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: #eb278e;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: #eb278e;
}

.section-title h2::after {
    background: #eb278e;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #eb278e;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb278e;
}

/* .appointment-btn {
    background-color: #eb278e;
} */

.faq .faq-list .collapsed:hover {
    color: #eb278e;
}

/* .faq .faq-list .question {
    color: #eb278e;
} */

.back-to-top {
    background: #eb278e;
}

.back-to-top:hover {
    background: #ed5ea9;
}

.appointment-btn {
    background: #4c76a1;
}

.appointment-btn:hover {
    background: #215183;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #215183;
}

#hero .btn-get-started {
    background: #4c76a1;
}

#hero .btn-get-started:hover {
    background: #215183;
}

#preloader {
    color: #ed5ea9 !important;
}