﻿#popup-tours {
    z-index: 9999 !important;
}

.popup {
    position: fixed;
    top: 0px;
    z-index: 9999;
    display: none;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
}

    .popup.isopen {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.popup__wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    height: 97%;
    overflow-y: scroll;
}

.popup__title {
    padding: 16px 40px;
    background-color: #f2f2f2;
}

    .popup__title.l {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 96px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.popup__close {
    position: absolute;
    top: 24px;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.form--popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.l.l--red {
    color: #f30106;
}

.l {
    position: relative;
    font-size: 40px;
    line-height: 140%;
    font-weight: 400;
}

.booking--m {
    display: none;
    padding-top: 32px;
}

.booking.booking--popup {
    padding-right: 40px;
    padding-left: 40px;
}

.booking {
    padding-top: 32px;
}

.booking__row--onwhite {
    /*position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    width: 100%;
    margin-bottom: 8px;
}
.booking__row--flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.formborder {
    border: 2px solid #ccc;
    margin: 12px 8px 10px 8px;
    padding: 8px;
}
.form__input-wrap--onwhite.form__input-wrap--mega--50 {
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.form__input-wrap--onwhite.form__input-wrap--mega--33 {
    width: 33%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form__input-wrap--onwhite {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.form__input-field--onwhite {
    height: 40px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.form__dropdown--onwhite {
    width: 100%;
    height: 40px;
}
.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    /*z-index: 900;*/
}

.form__dropdown-toggle--onwhite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 8px 48px 8px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    border-radius: 4px;
    background-color: #fff;
}

.dropdown__arrow--mega {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 12px;
    margin-bottom: 16px;
}

.s.s--onwhite {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 100%;
}

.s {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
}

.form__dropdown-list-2 {
    padding: 24px;
    border-radius: 4px;
    background-color: #fff;
}

.w-dropdown-list {
    position: absolute;
    display: none;
    min-width: 100%;
    background-color: #F5F5F5;
}

.form__dropdown-item-2 {
    padding: 8px 24px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    background-color: #fff;
}

.w-dropdown-link {
    display: block;
    color: #222222;
    background-color: #F5F5F5;
}

.form__dropdown-list-2.w--open {
    left: 0px;
    right: auto;
    margin-top: 4px;
    padding: 16px 0px;
    box-shadow: 4px 4px 12px 0 rgb(0 0 0 / 10%);
}

.w-dropdown-list.w--open {
    display: block;
    z-index:999;
}

.form__dropdown-wrap {
    padding: 24px;
    border-radius: 4px;
    background-color: #fff;
}

.form__dropdown-wrap.w--open {
    right: 0px;
    width: 360px;
    margin-top: 4px;
    box-shadow: 4px 4px 12px 0 rgb(0 0 0 / 10%);
    color: #000;
}
.form__dropdown-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__dropdown-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.from__dropdown-step-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.from__dropdown-step-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.m.form__dropdown-steps-num {
    width: 32px;
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
}

.m {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
}
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.form__dropdown-item-2:hover {
    background-color: #f2f2f2;
    text-decoration: none;
}

.plusbtn {
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 20px;
    position:relative;
}
.plusbtn img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
    .plusbtn i.fa {
        font-size: 20px;
        color: #f30106;
        line-height: 38px;
    }
.minusbtn {
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 20px;
}
.minusbtn i.fa {
    font-size: 20px;
    color: #f30106;
    line-height: 38px;
}
#submitformbtn {
    background-color: #ed1d27;
    color:#fff;
}
.carouseloutside {
    padding: 10px;
    width: 100%;
    background-color: #f4f4f7;
}
.colorbg {
    width: 16px;
    height: 16px;
    align-self: center;
    margin-right: 7px;
    display:block;
}

.prefer {
    background-color: #F0E3AF;
}
    .gotroom {
        background-color: #def2f8;
    }
    .noroom {
        background-color: #ffe8ef;
    }
.roomdate {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    padding: 12px 0px;
    font-size: 14px;
}
    .roomdate.prefer {
        border-top: 2px solid #b8993f;
    }
    /*.prefer .roomdatetext {
        color: #b8993f;
    }*/
.roomdatetext:not(last-child) {
    border-right: 1px solid #ccc;
}

@media (max-width: 500px) {
    .booking__row--onwhite.booking__row--flex{
        display:block;
    }
    .form__input-wrap--onwhite.form__input-wrap--mega--33 {
        width: 100%;
    }
}