.hero-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    /* On desktop ensure slider fills viewport area (parent .homepage-hero is 100vh) */
    .hero-slider-container {
        height: 100vh;
    }
}
.vue-slider, .slider-inner, .single-slide-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-slide-two {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100%;
}

.revamp-mobile-actions .btn-book-mobile {
    min-width: 90px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding: 0 18px;
    /* background: linear-gradient(180deg, #d84a49 0%, #b83837 100%); */
    background: linear-gradient(180deg, #C83D3C 54.33%, rgba(98, 30, 29, 0.9) 100%);
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34); */
    margin-right: 22px;
}

.revamp-mobile-actions .btn-find-doctor-collapsed {
    min-width: 90px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding: 0 18px;
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34); */
    margin-right: 22px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-weight: 800;
}
.shadow-sm-mod {
    box-shadow: 0 5px 0.1rem rgba(0, 0, 0, 0.34);
}
a.shadow-sm-mod {
    box-shadow: 0 5px 0.1rem rgba(0, 0, 0, 0.20);
}