select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
.col-20 {
    width: 20%;
    float: left;
}
.col-40 {
    width: 40%;
    float: left;
}
.choose_hotel {
    padding: 12px 0;
}

.reservation_box {
    position: absolute;
    right: auto;
    left: auto;
    margin: auto;
    height: auto;
    bottom: 0;
    top: auto;
    width: 100%;
    background: rgba(36, 36, 36, 0.3);
    padding: 10px 0;
    z-index: 8;
}
.reservation {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
}
.reservation img {
    height: 35px;
}
.reservation .col-xs-6{
    background: #fff;
}
.reservation .pull-left {
    padding-right: 20px;
    padding-top: 9px;
}
.box_inout {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 10px;
    /*background-color: #fff;*/
    width: 100%;
}
.box_room, .box_promocode {
    /*background: #fff;*/
    padding: 10px;
}
.reservation_box input {
    width: 70%;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    cursor: pointer;
    /*color: #fff;*/
    outline: none;
    /*letter-spacing: 1px;*/
}
.reservation-check {
    position: relative;
}

.reservation_box input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
.reservation_box input::-webkit-input-placeholder {
    color: #464a4e;
}
.reservation_box select {
    /*width: 70%;*/
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    /*color: #fff;*/
    outline: none;
    cursor: pointer;
    /*letter-spacing: 1px;*/
    position: relative;
    z-index: 1;
}

.reservation_box .btnbook_reser {
    background: var(--secondary-color);
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 22px 10px;
}
#popup_room_list input {
    background: var(--main-color);
}
.reservation_box .btnbook_reser:hover,
#popup_room_list input:hover{
    background: var(--hover-color) !important;
    color: var(--white-color);
    /*border: 1px solid #242424;*/
}
.input-group{
    width: 100%;
}
.reservation_box .container {
    display: flex;
}
/*************************/
/* POPUP ROOM LIST */
/*************************/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 20px 0 40px;
    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: #31322d !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: 7px;
    color: white;
    outline: none;
    border: none;
    transition: all .5s;
    cursor: pointer;
}
.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: 38px;
    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;
}
/*************************/
/* BOOKING MOBILE */
/*************************/
.section_reservationmobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 8;
    box-shadow: rgba(0,0,0,0.09) 0 0 10px;
    display: none;
}
.section_reservationmobile .col-xs-2 ,
.section_reservationmobile .col-xs-8 {
    padding: 15px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eeeeee1f;
}
.section_reservationmobile .booking {
    background: var(--main-color);
    color: #fff;
    transition: all .5s;
}
.section_reservationmobile .booking:hover {
    background: var(--hover-color);
}
.section_reservationmobile .receiver:hover {
    background: var(--hover-color);
}
/*.section_reservationmobile .receiver{*/
/*    border-right: 1px solid #e2eaed;*/
/*}*/
.section_reservationmobile .receiver {
    background: #e1e6e3;
    color: var(--main-color);
}
.section_reservationmobile .receiver svg {
    color: var(--main-color);
}

@media  (max-width: 1024px) {
}