<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Karona - Multipurpose Health and Medical HTML Template  
Author: Codezion Softwares
Author URL: https://themeforest.net/user/codezionsoftwares
Version: 1.1
*/

@media (max-width: 1399.98px) {
    .calendar {
        width: 67% !important;
    }
}


@media (max-width: 1200px) {
    .calendar {
        width: 81% !important;
    }

    .text-space {
        word-spacing: 5px;
        font-weight: 500;
        font-family: "Montserrat", serif;
    }

}


@media (max-width: 1200px) {
    .time-slot {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .lg-Slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mySlider__item {
        flex: 1 1 calc(25% - 20px);
        /* Adjust the width as needed */
        margin: 10px;
    }
}


@media (max-width: 991.98px) {
    .step-cards {
        width: 25rem;
        margin: 10px 10px;
    }

    .img-home {
        height: auto;
        background-size: cover;
    }

    .calendar {
        width: 60% !important;
    }

    .text-space {
        word-spacing: 5px;
        font-weight: 500;
        font-family: "Montserrat", serif;
    }

    .text-space-p {
        word-spacing: 1.2px;
    }

    .w-70 {
        width: 90%;
    }



}


@media (max-width: 767.98px) {
    .step-cards {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .rounded-md-size.rounded-pill {
        border-radius: 10px !important;
    }

    .calendar-body .col {
        padding: 2px;
    }

    .calendar-body .col div {
        margin: 1px;
        padding: 15px;
        cursor: pointer;
    }

    .calendar {
        width: 85% !important;
    }

    .w-80 {
        width: 100%;
    }

    .w-70 {
        width: 100%;
    }

    .time-frame {
        display: flex;
        justify-self: baseline;
    }

    .scroll-400 {
        overflow-y: hidden;
        height: 100px;
        margin-bottom: 1rem;
    }

    .width-md-80 {
        width: 100%;
    }

    .w-blog{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .table&gt;:not(caption)&gt;*&gt;* {
        padding: 0px;

    }

    .btn-book {
        float: left !important;
        width: 60%;
        margin-top: 1.5rem;
    }

    .calendar-table th, .calendar-table td {
        border: 1px solid #ddd;
        padding: 5px !important;
        text-align: center;
    }
}</pre></body></html>