.services-detail-header {
    background-image: url('../img/fish-swimming-aquarium_1048944-6886072\ 1.jpg');
    height: auto;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
}

.services-detail-header::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    /* backdrop-filter: blur(2px); */
    bottom: 0;
    z-index: 1;
}

.services-detail-Counseling {
    padding: 10px 15px;
    border-radius: 30px;
    background-color: transparent;
    color: white;
    border: 1px solid #ffffff;
    transition: 0.4s;
}

.services-detail-Counseling:hover {
    background-color: transparent;
    border-color: white;
    box-shadow: unset;
}

.breadcrumb-item-p3::before {
    color: rgb(255, 255, 255) !important;
    font-size: 10px;
}

.breadcrumb-item-p3.active {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.408);
}

.breadcrumb-item-p3+.breadcrumb-item::before {
    float: unset;
}