.phoenix-footer {
    color: #ffffff;
    background: #03385E;
    padding: 2em;
}

footer.phoenix-footer a {
    color: inherit;
}

@media (max-width:769px) {
    .phoenix-btn-appointment {
        width: 100%;
    }
}

li.nav-item.active {
    border-bottom: 2px solid #dc3545;
}

.phoenix-font {
    color: #023562;
    font-family: 'Raleway', sans-serif;
}

.phoenix-carousel-bg {
    background-size: auto;
    background-image: url('../img/hospital.png');
    background-position: center center;
}

.phoenix-logo-top {
    font-family: Times;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
}

.phoenix-logo-bottom {
    font-size: 0.8em;
    font-weight: 600;
    line-height: 0.6em;
    padding: 0;
    margin: -3 0 0;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
    background-color: #888;
}

.phoenix-rounded {
    border-radius: 0.5em;
}

@media (min-width:575px) {
    .phoenix-banner {
        height: 400px;
        overflow: hidden;
        width: 100%;
    }
}

.phoenix-pg-content h3,
.phoenix-pg-content h4,
.phoenix-pg-content h5 {
    color: #dc3545;
    font-weight: bold;
}

.phoenix-pg-content p {
    text-align: justify;
}