.reservation-box {
    position: absolute;
    bottom: 50px;
    width: 100%;
    font-size: 15px;
    background: none;
    color: #1f1c1a;
    z-index: 98;

}
.reservation {
    position: relative;
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0;
    display: flow-root;
    background: none;
    border-radius: 0;
}
.reservation [class*=col-xs-] {
    padding: 0;
}
.reservation [class*=col-xs-]:nth-child(1){
    padding: 0;
}
.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;
    padding: 12px 30px 12px 15px;
    color: inherit;
}
.arrow-down {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: -1;
}
.arrow-down svg {
    width: 15px;
}
.calendar {
    position: relative;
    height: 30px;
    vertical-align: sub;
    left: 0;
    right: 0;
    margin: auto;
}
.content_ibe {
    position: relative;
}
.promocode {
    background: #fff;
    width: 100%;
    padding: 0;
    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: 12px 15px;
    text-align: center;
    color: var(--primary);
}
input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}

input::-webkit-input-placeholder {
    color: var(--primary);
}
.box_book {
    width: 100%;
    float: left;
    padding: 0  !important;
    position: relative;
}

.btnbook_reser {
    position: relative;
    background: var(--primary);
    color: #fff;
    padding: 12px 15px 12px 40px;
    width: 100%;
    border: 0;
    transition: all .6s;
    border-radius: 0;
    text-transform: uppercase;
}
.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: 23px 0 30px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .25);
    /*box-shadow: none;*/
    transition: all 0.5s;
    z-index: 6;
    /*border: 1px solid #eee;*/
}

#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;
}
.reservation_box{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: #ECE9E0;
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
    color: var(--primary);
}
.choose{
    background: #ffffff;
}
.choose_hotel i{
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 15px;
    margin: auto;
}
.input_in_out ul{
    margin: 0;
    padding: 0;
}
.input_in_out li{
    float: left;
    list-style: none;
    text-align: left;
    line-height: normal;
}
.input_in_out .day, .reservation-check select{
    font-size: 38px;
    color: inherit;
    text-align: center;
}
.reservation .col-xs-2, .reservation .col-xs-4{
    padding: 0 10px;
}
.box_inout .col-xs-6{
    border-right: 1px solid var(--primary);
}
.box_inout .col-xs-6{
    padding: 0 15px!important;
}
.t-check-out{
    border-radius: 0;
}
.box_inout{
    margin: 0 -15px;
}
.content_ibe ul{
    margin: 0 auto;
    padding: 0;
    display: inline-flex;
}
.content_ibe li{
    list-style: none;
    float: left;
    padding: 0 5px;
    line-height: normal;
}
.content_ibe li:nth-last-child(1){
    padding: 5px;
}
.reservation_box .images_icon{
    vertical-align: sub;
    background: var(--primary);
    height: 30px;
    width: 30px;
}
.reservation-check li:nth-last-child(1){
    margin-left: -85px;
}
.reservation-check select{
    width: 100px;
    text-align: left;
}
.t-arrow-top::after, .t-arrow-top, .t-arrow-top::after{
    content: none;
    display: none!important;
}
.t-datepicker-day {
    border-radius: 0;
}
.box_book .images_icon{
    position: absolute;
    background: #ffffff;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 25px;
    vertical-align: middle;
    animation: swing ease-in-out 2s infinite;
    width: 25px;
    height: 25px;
}
.section_brands .details_description{
    text-align: center;
}
.section_ourbrand_info{
    padding: 0;
    text-align: center;
}
