.reservation-box .container {
    width: 1000px;
}
.col-xs-20 {
    position: relative;
    padding: 15px;
    width: 20%;
    float: left;
}
.box-calendar {
    padding-left: 40px;
}
.box-calendar img {
    position: absolute;
    top: 29px;
    left: 15px;
    width: 28px;
    filter: brightness(0) invert(1);
}

.reservation-box {
    position: relative;
    bottom: 0;
    width: 100%;
    display: inline-block;
    padding: 50px 0 0;
    z-index: 6;
}
.reservation {
    position: relative;
    height: 87px;
    background: #1d1d1d;
    display: block;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

.text-ibe {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--grey);
    margin: 0;
}
.input_in_out span {
    color: #fff;
    font-size: 18px;
    font-family: var(--font-family);
}
.line-ibe {
   position: absolute;
    width: 1px;
    height: 70%;
    margin: auto;
    background: #d5d5d5;
    top: 0;
    bottom: 0;
    right: 0;
}
.reservation-check {
    position: relative;
    margin-top: 3px;
}
.reservation select {
    position: relative;
    width: 100%;
    border: none;
    background: none;
    color: #fff;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    z-index: 3;
    font-family: var(--font-family);
}
.reservation select:active ,.reservation select option {
    font-size: 16px;
    color: #000;
}
.arrow-down {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 20px !important;
    color: #fff;
    z-index: 1;
}

#promocode {
    margin-top: 5px;
}
#promocode input {
    position: relative;
    border: none;
    color: #fff;
    background: none;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-family: var(--font-family);
}
input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
input::-webkit-input-placeholder {
    color:#fff;
}
#btn-booknow {
    padding: 0;
}
.btnbook_reser {
    position: relative;
    width: 100%;
    height: 87px;
    color: #fff !important;
    transition: all .4s;
    border: 0;
}
.btnbook_reser:hover {
    background: var(--color-second) !important;
}
/*-------------------------------------*/
/* POPUP ROOM LIST */
/*-------------------------------------*/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 25px 0 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 6;
}

#popup_room_list.popup_content #numberrroomRow {
    background: #ffffff;
}
#popup_room_list.popup_content label {
    padding: 10px;
    color: #000 !important;
    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 {
    display: inline-block;
    padding: 5px 10px 10px 10px !important;
    margin: 0;
    width: 100%;
}
.input-group {
    width: 100%;
    margin-bottom: 0;
}
#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;
    color: #888;
    text-transform: capitalize;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #888;
}
#popup_room_list select {
    width: 100%;
    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: 12px;
    color: white;
    outline: none;
    border: none;
}
.popupTop {
    bottom: 50px;
    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: 20px;
    top: inherit;
}

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
/*-------------------------------------*/
/* MOBILE */
/*-------------------------------------*/
.reservation-box-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 7;
    display: none;
    color: var(--color-body);
    box-shadow: 0 -1px 6px 0 rgba(0,0,0,0.08);
}
.reservation-box-mobile .border {
    border-right: 1px solid #eee;
}
.reservation-box-mobile .col-xs-2 {
    background: #fff;
    padding: 10px;
    text-align: center;
    color: var(--dark);
}

.reservation-box-mobile .col-xs-8 {
    background: var(--color-primary);
    padding: 10px;
    text-align: center;
    color: #fff;
}
.reservation-box-mobile a {
    font-family: var(--font-family);
}
