.reservation-box {
    position: absolute;
    width: 650px;
    height: 203px;
    bottom: -100px;
    left: 0;
    right: 0;
    color: #4d4542;
    padding: 0;
    margin: auto;
    z-index: 7;
}
.reservation-box .col-xs-8 {
    height: 100%;
    background: #fff;
    padding: 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.reservation-box .col-xs-8 .col-xs-4 {
    padding: 0 15px;
    border-right: 1px solid #f5eeee;

}
.reservation-box .col-xs-8 .col-xs-4:nth-child(3){
    border-right: 0;
}
.reservation-box #ageOfChildren1 .col-xs-4 {
    margin-bottom: 15px;
}
/*.reservation-box #ageOfChildren1 .col-xs-4 {*/
/*    border-right: 0;*/
/*}*/

.reservation-box .col-xs-12 {
    padding: 25px 0 0;
    z-index: -1;
}
.content_ibe {
    position: relative;
    text-align: center;
}
.text_reser {
    color: #beb7b5;
    margin: 0;
}
.day {
    font-family: romanserif, mitr_light;
    color: #275758;
    font-size: 33px;
    margin: 0;
}

.reservation-check select {
    position: relative;
    width: 20px;
    border: 0;
    background: none;
    font-family: romanserif, mitr_light;
    font-size: 33px;
    color: #275758;
    outline: none;
    cursor: pointer;
    text-align: center;
}
.reservation-check select option {
    font-size: 18px !important;
}
.promo_code input {
    position: relative;
    width: 100%;
    padding: 7px 15px;
    text-align: center;
    border: 1px solid #f5eeee;
    outline: none;
}
.promo_code input:focus::placeholder{
    color:transparent;
    transition: all 0.3s;
}
.promo_code  input::placeholder {
    color: #4d4542;
}
.reservation-box .best_rate {
    background: #275758;
    height: 100%;
    padding: 25px;
    text-align: center;
    z-index: -1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.best_rate embed {
    width: 30px;
    filter: brightness(0) invert(1);
}
.best_rate h4 {
    color: #fff;
}
.best_rate p {
    margin: 0;
    color: #c9cece;
    font-size: 14px;
}
.btnbook_reser {
    position: relative;
    padding: 7px 20px;
    margin-top: 20px;
    border: 0;
    background: #fc7c55 !important;
    color: #fff;
    width: 100%;
    outline: none;
    transition: all .6s;
}
.btnbook_reser:hover {
    background: var(--highlight-color) !important;
}

/*-------------------------------------*/
/* POPUP ROOM LIST */
/*-------------------------------------*/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 20px 0;
    transition: all 0.5s;
    z-index: 6;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .25);
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

#popup_room_list.popup_content #numberrroomRow {
    background: #ffffff;
}
#popup_room_list.popup_content label {
    padding: 10px;
    color: #454545;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}
#popup_room_list #numberOfRoom1,
#popup_room_list #numberOfRoom2,
#popup_room_list #numberOfRoom3,
#popup_room_list #numberOfRoom4,
#popup_room_list #numberOfRoom5 {
    position: relative;
    float: right;
}
#popup_room_list .popup_content .form_group_half {
    float: left;
    position: relative;
    width: 100%;
}
#popup_room_list .form-group.form_group_half {
    display: inline-block;
    padding: 5px 10px 10px 10px !important;
    margin: 0;
    width: 100%;
}
.input-group {
    width: 100%;
    margin-bottom: 0;
    display: table;
}
#popup_room_list .input-group-addon:first-child {
    background: #fff;
    padding: 0 15px;
    border: 1px solid #eee;
    font-size: 14px;
    border-right: none;
    width: 100px;
    height: 45px;
    color: #888;
    text-transform: capitalize;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #888;
}
#popup_room_list select {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 0;
    background: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    color: #888;
    font-size: 14px;
}
#popup_room_list input {
    width: 100%;
    font-size: 16px;
    padding: 7px;
    color: white;
    outline: none;
    border: none;
}

.popupTop {
    bottom: 70px;
    top: inherit;
}
.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
.popupTop #ui-datepicker-div:before{

}
.popupTop {
    bottom: 70px;
    top: inherit;
}

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
.form-group {
    margin: 0 !important;
}
.btn_apply {
    transition: .6s;
}
.btn_apply:hover {
    background: var(--second-color);
}

/*-------------------------------------*/
.book_mobile {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 35px;
    right: 16px;
    text-align: center;
    display: none;
    border-radius: 50px;
    background: var(--second-color);
    z-index: 8;
    padding: 18px;
    color: #fff;
}
