.book {
    position: relative;
    display: block;
}
.book-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;

    padding: 5px 15px;
    background: #215EAE;

    color: #ffffff;
}

.book-category-button {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 5px 5px;
    margin-bottom: 25px;
    background: #ffffff;
}
.book-category-button:hover {
    border-color: #6DC8B9;
}
.book-category-button.active {
    border-color: #215EAE;
}
.book-category-button .image {
    position: relative;
    display: inline-block;
    height: 150px;
}
.book-category-button .name {
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}



.book-product-button {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #ffffff;
    padding: 5px 5px;
    margin-bottom: 25px;
    background: #ffffff;
}
.book-product-button:hover {
    border-color: #6DC8B9;
}
.book-product-button.active {
    border-color: #215EAE;
}
.book-product-button .image {
    position: relative;
    display: inline-block;

    height: 150px;
}
.book-product-button .name {
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.book-date .ui-datepicker {
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0;
    margin-bottom: 20px;
}

.book-date .ui-datepicker td span,
.book-date .ui-datepicker td a {
    text-align: center;
    font-size: 20px;
    padding: 18px 4px;
}
.book-date .ui-datepicker td span:hover,
.book-date .ui-datepicker td a:hover {
    background: #6DC8B9;
}

.book-date .ui-widget-header {
    background-color: #215EAE;
    color: #ffffff;
    font-size: 24px;
}

.book-date .ui-datepicker .ui-datepicker-prev,
.book-date .ui-datepicker .ui-datepicker-next {
    background: #ffffff;
    cursor: pointer;
    margin-top: 4px;
}

.block-time-button {
    position: relative;
    display: block;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 2px;
    background: #ffffff;
    border: 1px solid #dddddd;

    padding: 10px 15px;
    cursor: pointer;
}
.block-time-button:hover {
    border-color: #215EAE;
    background: #215EAE;
    color: #ffffff;
}
.block-time-button.active {
    border-color: #215EAE;
    background: #215EAE;
    color: #ffffff;
}

.book-attention {
    position: relative;
    display: block;
    border-radius: 12px;
    padding: 15px 25px;
    padding-top: 25px;
    background: #eeeeee;
    color: #215EAE;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.book-attention-crisis {
    position: absolute;
    left: 25px;
    top: -40px;
}

/* =========================================================
   MCR HOMEPAGE SECTIONS
   ========================================================= */

.landing-image-wrap,
.class-welcome-wrap,
.after-content-wrap,
.disclaimer-wrap,
.home-contact-wrap {
    font-family: "Open Sans", Arial, sans-serif;
}

/* HERO
--------------------------------------------------------- */

.landing-image-wrap {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: #26313b;
}

.landing-image-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
            90deg,
            rgba(20, 29, 38, 0.82) 0%,
            rgba(20, 29, 38, 0.56) 48%,
            rgba(20, 29, 38, 0.15) 100%
    );
}

.landing-image-caption {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.landing-image-caption .container {
    width: 100%;
}

.landing-image-caption-text-1 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.landing-image-caption-text-2 {
    max-width: 650px;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 800;
}

.landing-image-caption-text-3 {
    max-width: 500px;
    font-size: 16px;
    line-height: 26px;
}

.landing-image-caption-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-top: 30px;
}

/* BUTTONS
--------------------------------------------------------- */

.landing-image-wrap .btn,
.after-content-wrap .btn,
.home-contact-wrap .btn {
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    transition:
            background-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
}

.landing-image-wrap .btn-primary,
.after-content-wrap .btn-primary,
.home-contact-wrap .btn-primary {
    background: #2872fa;
    color: #ffffff;
}

.landing-image-wrap .btn-default {
    background: #323b43;
    color: #ffffff;
}

.landing-image-wrap .btn:hover,
.after-content-wrap .btn:hover,
.home-contact-wrap .btn:hover {
    background: #1559ed;
    color: #ffffff;
    transform: translateY(-1px);
}

/* WELCOME SECTION
--------------------------------------------------------- */

.class-welcome-wrap {
    position: relative;
    overflow: hidden;
    padding: 45px 0 55px;
    text-align: center;
    background: #2872fa;
    color: #ffffff;
}

.class-welcome-wrap > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.22;
}

.class-welcome-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(40, 114, 250, 0.75);
}

.class-welcome-wrap .container {
    position: relative;
    z-index: 2;
}

.class-welcome-wrap h1 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 600;
}

.class-welcome {
    padding: 0 !important;
    font-size: 35px;
    line-height: 48px;
    font-weight: 900;
}

/* AFTER CONTENT BANNER
--------------------------------------------------------- */

.after-content-wrap {
    position: relative;
    overflow: hidden;
    padding: 65px 0;
    text-align: center;
    background: #26313b;
}

.after-content-wrap > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.after-content-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(18, 28, 37, 0.58);
}

.after-content-wrap .container {
    position: relative;
    z-index: 2;
}

.after-content {
    max-width: 720px;
    margin: 0 auto 28px;
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

/* DISCLAIMER
--------------------------------------------------------- */

.disclaimer-wrap {
    padding: 50px 0;
    background: #ffffff;
}

.disclaimer-title {
    margin-bottom: 22px;
    color: #20252a;
    font-size: 33px;
    line-height: 42px;
    font-weight: 900;
}

.disclaimer-box {
    padding: 22px 25px;
    border: 2px solid #20252a;
    color: #20252a;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    background: #ffffff;
}

/* CONTACT
--------------------------------------------------------- */

.home-contact-wrap {
    padding: 55px 0;
    background: #f7f9fc;
}

.home-contact-title {
    display: inline-block;
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #20252a;
    color: #20252a;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

.home-contact-name {
    margin-bottom: 28px;
    color: #20252a;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

.home-contact-address {
    margin-bottom: 28px;
    color: #4f5963;
    font-size: 15px;
    line-height: 25px;
}

.home-contact-address > div {
    position: relative;
}

.home-contact-address > div:first-child {
    padding-right: 25px;
}

.home-contact-address > div:last-child {
    padding-left: 25px;
    border-left: 1px solid #dce1e6;
}

.home-contact-btn {
    margin-top: 5px;
}

.home-contact-wrap iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(28, 43, 56, 0.14);
}

/* TABLET
--------------------------------------------------------- */

@media (max-width: 991px) {
    .landing-image-wrap {
        min-height: 520px;
    }

    .landing-image-caption-text-1 {
        font-size: 24px;
    }

    .landing-image-caption-text-2 {
        font-size: 39px;
    }

    .after-content {
        font-size: 32px;
        line-height: 40px;
    }

    .home-contact-wrap iframe {
        height: 400px;
    }
}

/* MOBILE
--------------------------------------------------------- */

@media (max-width: 767px) {
    .landing-image-wrap {
        min-height: 540px;
    }

    .landing-image-overlay {
        background: rgba(20, 29, 38, 0.68);
    }

    .landing-image-caption {
        padding: 45px 0;
    }

    .landing-image-caption-text-1 {
        font-size: 22px;
        line-height: 30px;
    }

    .landing-image-caption-text-2 {
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 42px;
    }

    .landing-image-caption-text-3 {
        font-size: 15px;
        line-height: 24px;
    }

    .landing-image-caption-btns {
        gap: 12px;
        margin-top: 22px;
    }

    .landing-image-caption-btns .btn {
        flex: 1 1 100%;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .class-welcome-wrap {
        padding: 30px 0 35px;
    }

    .class-welcome {
        font-size: 28px;
        line-height: 38px;
    }

    .after-content-wrap {
        padding: 40px 0;
    }

    .after-content {
        font-size: 25px;
        line-height: 34px;
    }

    .disclaimer-wrap {
        padding: 35px 0;
    }

    .disclaimer-title {
        font-size: 25px;
        line-height: 34px;
    }

    .disclaimer-box {
        padding: 18px;
        font-size: 14px;
        line-height: 23px;
    }

    .home-contact-wrap {
        padding: 40px 0;
    }

    .home-contact-title {
        font-size: 27px;
        line-height: 36px;
    }

    .home-contact-name {
        font-size: 23px;
        line-height: 32px;
    }

    .home-contact-address {
        margin-bottom: 25px;
    }

    .home-contact-address > div:first-child,
    .home-contact-address > div:last-child {
        padding-right: 12px;
        padding-left: 12px;
    }

    .home-contact-address > div:last-child {
        border-left: 1px solid #dce1e6;
    }

    .home-contact-btn {
        margin-bottom: 30px;
    }

    .home-contact-btn .btn {
        display: block;
        width: 100%;
    }

    .home-contact-wrap iframe {
        height: 330px;
    }
}
