.mb-1 {
    margin-bottom: 1em;
}

.form__input {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #cbe4ef;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    outline: 0;
    margin-bottom: 20px;
    transition: .3s ease;
}

.fancymodal.remodal {
    margin-bottom: 0;
}

.remodal form {
    max-width: unset !important;
}

.booking-heading {
    display: block;
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    color: #2095E0;
    margin-bottom: 35px;
}

.booking-blue-line {
    font-size: 22px;
    line-height: 23px;
    margin-top: 35px;
    background: #2095E0;
    margin-right: 0;
    padding: 19px 0 20px 20px;
    color: #fff;
    font-weight: 500;
}

.booking-price {
    font-weight: 500;
    font-size: 63px;
    padding-top: 40px;
    color: #2095E0;
}

.booking-logo img {
    height: 85px;
    margin-bottom: 20px;
}

.fancybox-inner {
    scrollbar-width: thin;
}
.date-range-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.price-summary {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: right;
    margin-bottom: 20px;
}

.flatpickr-calendar {
    font-family: inherit;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

input.date-input#start-date,
input.date-input#end-date {
    background: #f2f7fa url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="22" viewBox="0 0 24 24"><path fill="%23999" d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V9h14v10zM5 7V5h14v2H5z"/></svg>') right 10px center no-repeat;
}

.date-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.remodal .flatpickr-current-month select.flatpickr-monthDropdown-months {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 0 0 .5ch;
    width: auto;
}

@media (max-width: 767px) {
    .booking-image {
        display: none;
    }
}

@media (max-width: 425px) {
    .js-booking__order .row {
        margin-left: 0;
        margin-right: 0;
    }

    .booking-heading {
        font-size: 24px;
        line-height: 26px;
    }

    .booking-blue-line {
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        padding: 10px;
        margin-top: 15px;
    }

    .booking-price {
        font-weight: 500;
        font-size: 50px;
        padding-top: 40px;
        color: #2095E0;
    }

    .booking-logo img {
        height: 65px;
    }
}

@media (min-width: 768px) {
    .booking-blue-line {
        margin-right: -100%;
    }
}
