.booking_engine_2021_subscription_form {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: block;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    transition: var(--be_2021_trnasition);
}

form#booking_engine_2021_subscription_form_1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.be_2021_subscription_form_open {
    animation-name: lang_cur;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.booking_engine_2021_subscription_form_container {
    width: 50%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    position: relative;
    border-radius: 10px;
}

.booking_engine_2021_subscription_form_container_logo {
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    margin: 0;
    background-color: #efefef;
    padding: 5px 0;
}

.booking_engine_2021_subscription_form_container_logo>img {
    height: 100%;
    position: relative;
}

.booking_engine_2021_close_button_subscription_form {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    position: absolute;
    float: right;
    margin: 0 auto;
    z-index: 999;
}

.booking_engine_2021_close_button_subscription_form_line {
    width: 100%;
    background-color: #104c97;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 50%;
    transition: all 1s ease-in-out;
}

#be_2021_subscription_form_close_line_1 {
    transform: rotate(-45deg);
}

#be_2021_subscription_form_close_line_2 {
    transform: rotate(45deg);
}

.booking_engine_2021_subscription_form_title {
    width: 100%;
    border-bottom: 1px solid var(--be_2021_orange);
    padding: 0px 0 10px 0;
    background-color: #efefef;
}

.booking_engine_2021_subscription_form_title_text {
    width: 100%;
    font: 400 25px var(--be_2021_font);
    color: #0a4b9d;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    /* float: left; */
    text-align: center;
}

.booking_engine_2021_subscription_form_title_subtext {
    width: 100%;
    font: 300 18px var(--be_2021_font);
    color: #0a4b9d;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    /* float: left; */
    text-align: center;
}

.booking_engine_2021_subscription_form_details {
    width: 100%;
    position: relative;
    margin: 20px 0px 0 0px;
}

.booking_engine_2021_subscription_form_details_group {
    position: relative;
    margin: 0px auto;
    padding-bottom: 10px;
    width: calc(100% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.booking_engine_2021_subscription_form_details_group_item {
    flex: 0 1 45%;
    position: relative;
    /* max-width: 47%; */
    margin: 0 0px;
}

.booking_engine_2021_subscription_form_details_group_item_input {
    outline: none;
    border-radius: 0px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #aaa;
    color: #222;
    text-align: left;
    text-transform: none;
    padding: 14px 0 7px 5px;
    font: 300 18px var(--be_2021_font);
    background-color: #fff;
    width: calc(100% - 10px);
    position: relative;
}

.booking_engine_2021_subscription_form_details_group_item_label {
    top: 12px;
    bottom: 0px;
    left: 0px;
    font: 300 18px var(--be_2021_font);
    opacity: 1;
    color: rgba(0 0 0 / 0.6);
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    background-color: transparent;
    padding: 0 5px;
    height: max-content;
    border-radius: 10px;
    transition: var(--be_2021_trnasition);
}

input:focus~.booking_engine_2021_subscription_form_details_group_item_label,
input:not(:focus):valid~.booking_engine_2021_subscription_form_details_group_item_label,
textarea:focus~.booking_engine_2021_subscription_form_details_group_item_label,
textarea:not(:focus):valid~.booking_engine_2021_subscription_form_details_group_item_label {
    top: 0px;
    bottom: 0px;
    left: -5px;
    font: 300 13px var(--be_2021_font);
    opacity: 1;
    color: rgba(0 0 0 / 0.6);
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    background-color: transparent;
    padding: 0 5px;
    height: fit-content;
    border-radius: 10px;
    transition: var(--be_2021_trnasition);
}

#be_2021_subscription_form_country>option {
    font: 300 22px var(--be_2021_font);
}

.booking_engine_2021_subscription_form_form_submit {
    width: 30%;
    position: relative;
    padding: 10px 5px;
    bottom: 0;
    color: #fff;
    background: var(--be_2021_orange);
    font: 400 22px var(--be_2021_font);
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 0 0 20px 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
}

.booking_engine_2021_subscription_form_form_submit:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}

.booking_engine_2021_subscription_form_details_group_input_group_dates_container_whole_width {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    position: relative;
    /* !importantÃƒÆ’Ã‚Â© */
    border: solid 1px transparent;
    border-radius: 10px;
    width: 97%;
    margin: 0 auto;
}

.booking_engine_2021_subscription_form_details_group_not_allowed_area {
    width: 100%;
    position: relative;
    background-color: #efefef;
    margin: 10px 0;
    border-top: 1px solid var(--be_2021_orange);
    border-bottom: 1px solid var(--be_2021_orange);
}

.booking_engine_2021_subscription_form_details_group_not_allowed_area_title {
    text-align: center;
    font: 300 20px var(--be_2021_font);
    color: #0a4b9d;
    padding: 10px 0;
    margin: 0;
}

.booking_engine_2021_subscription_form_details_group_not_allowed_area .be_2021_floating_label {
    color: rgba(0, 0, 0, 1);
    padding: 0 5px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    font: 300 13px var(--be_2021_font);
    opacity: 1;
    color: rgba(0 0 0 / 0.6);
    /* color: #ff000099; */
    cursor: not-allowed;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    background-color: transparent;
    padding: 0 5px;
    height: max-content;
    border-radius: 10px;
    transition: var(--be_2021_trnasition);
}

.booking_engine_2021_subscription_form_details_group_not_allowed_area .booking_engine_2021_send_rate_request_form_date {
    outline: none;
    border: none;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.6);
    cursor: not-allowed;
    text-align: left;
    text-transform: none;
    padding: 10px 5px;
    font: 300 18px var(--be_2021_font);
    background-color: transparent;
    width: calc(100% - 10px);
}

.booking_engine_2021_subscription_form_details_group_now_allowed_dates {
    position: relative;
    margin: 0px auto;
    padding-bottom: 10px;
    width: 97%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.booking_engine_2021_subscription_form_details_group_now_allowed_dates_container_arr_dep_rates {
    flex: 0 1 50%;
    position: relative;
    margin: 0 0px;
    box-sizing: border-box;
    background-clip: padding-box;
    position: relative;
    /* !importantÃƒÂ© */
    border: solid 1px transparent;
    border-radius: 10px;
}

.booking_engine_2021_subscription_form_details_group_now_allowed_dates_input {
    outline: none;
    border: none;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.6);
    cursor: not-allowed;
    text-align: left;
    text-transform: none;
    padding: 16px 0 5px 5px;
    font: 300 18px var(--be_2021_font);
    background-color: transparent;
    width: calc(100% - 10px);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--be_2021_orange);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--be_2021_orange);
    }
}

@media screen and (orientation:portrait) and (max-width: 1280px) {
    .booking_engine_2021_subscription_form_container {
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        position: relative;
        border-radius: 0;
    }
    .booking_engine_2021_subscription_form_form_submit {
        width: 60%;
    }
}

@media screen and (orientation:landscape) and (max-width: 1350px) {
    .booking_engine_2021_subscription_form_container {
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        position: relative;
        border-radius: 0px;
    }
    .booking_engine_2021_subscription_form_form_submit {
        width: 60%;
    }
}