.reservation-box {
    position: absolute;
    width: 900px;
    font-size: 15px;
    background: none;
    color: #1f1c1a;
    z-index: 98;
    margin: 0 auto;
    left: 0;
    right: 0;

}
.reservation {
    position: relative;
    width: 90%;
    margin: auto;
    height: 70px;
    padding: 0;
    display: flow-root;
    background: rgba(255,255,255,0.9);
    border-radius: 40px;
}
.reservation [class*=col-xs-] {
    padding: 24px 15px;
}
.reservation [class*=col-xs-]:nth-child(1){
    padding: 24px 20px 24px 20px;
}
.reservation .col-xs-9,.box_inout .col-xs-6 {
    padding: 0 !important;
}



.choose_hotel {
    position: relative;
}
.choose_hotel select {
    position: relative;
    width: 100%;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}
.arrow-down {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: -1;
}
.arrow-down svg {
    width: 15px;
}
.t-check-in {
    text-align: left;
}
.t-check-out {
    text-align: right;
}
.calendar {
    position: absolute;
    height: 23px;
    vertical-align: middle;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
}
.content_ibe {
    position: relative;
}
.promocode {
    width: 21%;
    padding: 24px 15px;
    float: left;
}
.promocode .content_ibe {
    border-bottom: 0;
}


.reservation-check select {
    position: relative;
    background: none;
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 1;
}
.promocode input {
    position: relative;
    background: none;
    width: 100%;
    border: 0;
    outline: none;
    padding: 0;
}
.promocode {

}
input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}

input::-webkit-input-placeholder {
    color: red;
    font-style: italic;
}
.box_book {
    width: 20%;
    float: left;
    padding: 12px 20px 12px 0  !important;
}
.btnbook_reser {
    position: relative;
    background: #fd8524;
    color: #fff;
    padding: 12px 15px;
    height: 46px;
    width: 100%;
    border: 0;
    transition: all .6s;
    border-radius: 40px;
}
.btnbook_reser:hover {
    background: #2f2e2e !important;
}

.swal2-title {
    color: #1f1c1a !important;
    text-transform: capitalize !important;
}
/***************************/
/* BOOK MOBILE */
/***************************/
.reservation_mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 99;
}
.reservation_mobile .col-xs-6{
    background: #d16649;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.reservation_mobile a:nth-child(1) .col-xs-6{
    background: #f7941d;
}

/***************************/
/* POPUP ROOM LIST */
/***************************/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 20px 0;
    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: #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: #616161;
    text-transform: capitalize;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #616161;
}
#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: #616161;
    font-size: 14px;
}
#popup_room_list input {
    width: 100%;
    padding: 7px;
    color: white;
    outline: none;
    border: none;
}
.popupTop {
    bottom: 40px;
    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: 40px;
    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;
}
.popup_content .form-group {
    margin: 0;
}
.popup_content .col-xs-6 {
    padding: 10px;
}