﻿
.swiper-slide {
    height: auto;
    min-height: 100%;
}

.booking-box {
    border: 1px solid var(--accent-color);
    width: 96%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    /* min-height: 750px;*/
    position: relative;
    margin-left: 10px;
}

    .booking-box .head {
        min-height: 100%;
        padding: 15px 15px 0px 15px;
    }

    .booking-box .text-4 {
        margin: 0px;
        padding: 0px;
        line-height: 1;
        text-align: center;
        position: relative;
        line-height: 70px !important;
    }

        .booking-box .text-4:after {
            position: absolute;
            top: auto;
            bottom: 3px;
            left: 0px;
            right: 0px;
            margin: auto;
            width: 50%;
            height: 2px;
            content: "";
            background: var(--accent-color);
        }

.booking .booking-box .bullets ul {
    list-style: none;
    padding: 16px;
    margin-top: 10px;
}

.booking .booking-box .bullets li {
    line-height: 26px;
    font-weight: 300;
    position: relative;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: default;
}

    .booking .booking-box .bullets li:after {
        border-radius: 50%;
        content: "";
        height: 8px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 8px;
        background: var(--accent-color);
    }

.booking .booking-box .book-bottom {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: sticky;
    bottom: 25px;
}
