ul li a[href="physiotherapy.html"] {
    background-color: #134cb3 !important;
    color: white !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
}
/* Default styles (applied in desktop view) */
.page-header h2,
.thm-breadcrumb li {
    color: black;
}

/* Mobile view styles */
@media (max-width: 767px) {
    .page-header h2,
    .thm-breadcrumb li {
        color: white;
    }
}
/* Default styles (applied in desktop view) */
.thm-breadcrumb a {
    color: black !important;
    text-decoration: none; /* Optional: Remove underline if needed */
}

/* Mobile view styles */
@media (max-width: 767px) {
    .thm-breadcrumb a {
        color: white !important;
    }
}

.justify{
    text-align: justify;
}
