
.jquery-modal.blocker.current {
    z-index: 998 !important;
}

#booknow_modal {
    max-width: 1332.26px;
    max-height: 837px;

    padding-top: 54.83px;
    padding-bottom: 38.87px;

    padding-left: 53.66px;
    padding-right: 53.66px;
}

#booknow_modal .close-modal {
    top: 10.5px;
    right: 10.5px;
}

#booknow_modal.modal::after{
    position: absolute;
    content: "";
    top: 17px;
    right: 24.29px;
    background: white;
    width: 3px;
    height: 18px;
    transform: rotate(45deg);
    pointer-events: none;
}

#booknow_modal.modal::before{
    position: absolute;
    content: "";
    top: 17px;
    right: 24.29px;
    background: white;
    width: 3px;
    height: 18px;
    transform: rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}

#booknow_modal.modal a.close-modal {
    filter: invert(50%) sepia(100%) hue-rotate(-15deg) brightness(142%) saturate(5.3) !important;
}