.reservation-box {
    font-family: var(--font-body);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 50px 0;
    z-index: 1;
    color: var(--white);
    font-size: 15px;
}
.reservation-box .container {
    width: 1140px;
    padding: 0;
}
.reservation {
    position: relative;
    width: 100%;
    margin-left: 30px;
}
.reservation .title p {
    font-size: 20px;
    color: var(--white);
    font-family: var(--font-body);
    margin: 10px 0;
}
.reservation .col-xs-2 {
    width: 16%;
}
select {
    color: var(--white);
}
select:active, select option {
    font-size: 16px !important;
}
.reservation .reservation_select {
    width: 10%;
    padding: 0 0 0 15px;
    line-height: normal;
}
.reservation .enter_code {
    width: 20%;
    padding: 0 30px 0 15px;
    line-height: normal;
}
.title_ibe {
    padding: 20px 0;
    text-align: left;
}
.title_ibe h4 {
    font-style: normal;
    font-size: 20px;
}
.text_reser {
    margin: 0;
    color: #9a968c;
}
.text_title {
    margin: 0;
}
.icon-right-arrow:before {
    content: "\e904";
}
.lineLeft:before{
    left: 0;
    width: 1px;
    height: 100%;
}
.lineLeft:after{
    bottom: 0;
    left: -4px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
}
.lineLeft:before, .lineLeft:after {
    content: '';
    position: absolute;
    top: 0;
    background: #b6b6b6;
}
.lineRight:before{
    right: 0;
    width: 1px;
    height: 100%;
}
.lineRight:after{
    right: -4px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
}
.lineRight:before, .lineRight:after {
    content: '';
    position: absolute;
    top: 0;
    background: #b6b6b6;
}
.to_date {
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    text-align: center;
    padding: 7px;
    color: var(--gray);
}
.content_ibe, .box_book {
    text-align: center;
}
.day {
    margin: 0;
    font-size: 30px;
    color: var(--white);
}
.reservation-check {
    position: relative;
    line-height: normal;
}
.reservation-check select {
    position: relative;
    width: 25%;
    text-align: -webkit-center!important;
    border: 0;
    background: none;
    font-size: 30px;
    color: var(--white);
    outline: none;
    cursor: pointer;
    font-family: var(--font-body);
    top: 2px;
}
.arrow-down {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
.arrow-down svg {
    width: 18px;
    display: inline-block;
}
.promocode input {
    position: relative;
    width: 100%;
    background: none;
    color: #ffffff;
    border: 1px solid #c9c9c96b;
    font-size: 16px;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 12px 8px;
    margin: 9px 0 0;
}
.promocode ::placeholder,
.promocode ::-webkit-input-placeholder,
input[type="text"].input_promocode ::-webkit-input-placeholder{
    color: #ffffff;
}
input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
.btnbook_reser {
    position: relative;
    width: 100%;
    border: none;
    padding: 25px 0;
    color: var(--white);
    float: right;
    transition: all .6s;
    margin: 5px 0;
}
.btnbook_reser:hover {
    background: var(--secondary-color);
}
p.text-ibe {
    margin-top: 0;
    color: var(--gray);
    line-height: 1.3;
}

/***************************/
/* POPUP ROOM LIST */
/***************************/
#popup_room_list.popup_content {
    font-family: var(--font-body);;
    position: absolute;
    background: var(--white);
    width: 250px;
    margin: 25px 0 20px;
    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: var(--white);
}
#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 !important;
    margin: 0;
    width: 100%;
}
.input-group {
    width: 100%;
    margin-bottom: 0;
    display: table;
}
.btn_apply:hover {
    background-color: var(--secondary-color);
    color: var(--main-color) !important;
}
#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;
    text-align: left;
}
#popup_room_list span {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #888;
}
#popup_room_list span svg{
   width: 14px;
    height: 14px;
}
#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: 10px;
    color: white;
    outline: none;
    border: none;
    transition: all .6s;
}
.popupTop {
    bottom: 70px;
    top: inherit;
}
.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}

.popupTop {
    bottom: 70px;
    top: inherit;
}
.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
.padding_apply {
    padding: 0 10px 10px;
}
/*-------------------------------------*/
/* MOBILE */
/*-------------------------------------*/
.reservation-box-mobile {
    line-height: normal;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 4;
    font-size: 20px;
    display: none;
    box-shadow: 0 -1px 6px 0 rgba(0,0,0,0.08);
}
.reservation-box-mobile .col-xs-12 {
    background: var(--main-color);
    padding: 15px;
    text-align: center;
    transition: all .6s;
}

.reservation-box-mobile .col-xs-12 a {
    display: block;
    width: 100%;
    color: var(--white);
}
.reservation-box-mobile .col-xs-2 {
    background: var(--secondary-color);
    padding: 10px;
    text-align: center;
}
.reservation-box-mobile .col-xs-2 a  {
    color: var(--white);
}