.box_booknow.active {
    top: 0;
    right: 0;
    border-radius: 0;
    width: 55px;
    height: 55px;
    background: #f4f4f46e;
    display: inline-block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    z-index: 999999;
    position: fixed;
    transition: all .5s;
}
.box_booknow.active:hover {
    background: var(--white);
}
.box_booknow.active:hover:before,
.box_booknow.active:hover:after {
    background: var(--primary-color);
}
.box_booknow.active:before,
.box_booknow.active:after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    background: var(--white);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s;
}
.box_booknow.active:before {
    transform: rotate(45deg);
}
.box_booknow.active:after {
    transform: rotate(-45deg);
}
.reservation-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    transform: translateX(300px);
    transition: all 500ms ease-in-out;
}
.reservation-box.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    background: rgb(14 20 21 / 50%);
}
.reservation {
     position: relative;
     width: 100%;
    height: 100%;
}
.online_reservation {
    position: relative;
    width: 40%;
    height: 100%;
    padding: 100px;
    /* margin: auto; */
    text-align: center;
    /* display: flow-root; */
    background-color: rgb(0 139 148 / 95%);
    float: right;
}

.reservation .title {
    text-align: center;
}
.reservation .title img {
    filter: brightness(0) invert(1);
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}
.reservation .title h3 {
    color: var(--white);
}
.t-datepicker {
    position: relative;
    margin: 25px 0;
    display: inline-block;
    width: 100%;
    border-radius: 0;
    border: 1px solid rgb(255 255 255 / 20%);
}
.reservation .col-4.large_box {
    position: relative;
    padding: 25px;
}
.t-check-in:after, .t-check-out:after {
    content: '';
    position: absolute;
    top: 0;
    background: #4d9fa4;
    right: -4px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
}
.t-check-in:before, .t-check-out:before {
    content: '';
    position: absolute;
    background: rgb(255 255 255 / 20%);
    right: 0;
    width: 1px;
    height: 60%;
    margin: auto;
    top: 0;
    bottom: 0;
}
/*.content_ibe {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.text-ibe {
    margin-top: 0;
    opacity: .6;
    line-height: normal;
}
.box_inout .row{
    margin-right: auto;
    margin-left: auto;
}
.input_in_out {
    font-family: var(--font-header);
    line-height: normal;
}
.day {
    font-size: 48px;
    color: var(--secondary-color);
    margin-top: 0;
    line-height: 60px;
}
.reservation-check select {
    position: relative;
    font-family: var(--font-header);
    margin: auto;
    text-align: center;
    font-size: 50px;
    color: var(--secondary-color);
    padding: 0;
    border: none;
    background: none;
    outline: none;
    z-index: 1;
    cursor: pointer;
    line-height: 60px;
}
.reservation-check select option {
    color: #888;
}
.reservation-check i {
    position: relative;
    top: -10px;
    color: var(--secondary-color);
}
/* safari */
select:active, select option {
    font-size: 16px;
    font-family: var(--font-body);
}
.promocode input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid rgb(255 255 255 / 20%);
    background: none;
    outline: none;
    text-align: center;
    color: var(--white);
    line-height: normal;
}

.promocode input:focus::-webkit-input-placeholder {
    color: transparent !important;;
    transition: all .5s;
}

.online_reservation .btn_style2 {
    background-color: var(--secondary-color);
    line-height: normal;
}
.btn_reservation_booknow {
    color: var(--primary-color);
    background-color: transparent;
    border: none;
    transition: all .5s;
    outline: none;
    width: 100%;
    float: right;
    cursor: pointer;
}
.form-group {
    margin: 0 10px 10px;
}
.promocode input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: var(--white) !important;
}
.promocode input::-moz-placeholder { /* Firefox 19+ */
    color: var(--white)!important;
    opacity: 1;
}
.promocode input:-ms-input-placeholder { /* IE 10+ */
    color: var(--white)!important;
}
.promocode input:-moz-placeholder { /* Firefox 18- */
    color: var(--white)!important;
    opacity: 1;
}
.guaranteed {
    margin-top: 25px;
    line-height: normal;
    text-transform: capitalize;
}
/***************************/
/* 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;
    right: -30px;
    top: 80px;
}

#popup_room_list.popup_content #numberrroomRow {
    background: var(--white);
}
#popup_room_list.popup_content label {
    padding: 10px;
    color: var(--body-color);
    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-flex;
    padding: 0 10px 10px 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(--primary-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: 50%;
    height: 45px;
    color: #888;
    text-transform: capitalize;
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
}
#popup_room_list span {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #888;
}
#popup_room_list span svg{
    width: 14px;
    height: 14px;
}
#age_of_child00 {
    float: left;
}
#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;
    float: right;
}
#popup_room_list #chknoadult,
#popup_room_list #chknochild {
    width: 50%;
}
/*#popup_room_list #ageOfChildren1 select{*/
/*    width: 100%;*/
/*}*/
#popup_room_list .col-4 {
    float: left;
}
#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;
}
.t-table-condensed th {
    color: var(--body-color);
}
.reservation .reservation_select {
    line-height: normal;
}
/*-------------------------------------*/
/* MOBILE */
/*-------------------------------------*/
.reservation_box_mobile {
    line-height: normal;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    font-size: 16px;
    display: none;
    box-shadow: 0 -1px 6px 0 rgba(0,0,0,0.08);
    background: var(--white);
    text-align: center;

}
.reservation_box_mobile [class*=col-] {
    color: var(--body-color);
    background: var(--light-color);
    height: 55px;
}
.reservation_box_mobile .row {
    margin-right: 0;
    margin-left: 0;
}
.reservation_box_mobile .booknow {
    background: var(--primary-color);
    color: var(--white);
}

.reservation_box_mobile a {
    display: block;
    width: 100%;
    height: 100%;
    align-content: center;
}
.reservation_box_mobile .booknow a:hover {
    color: var(--white);
}

.reservation_box_mobile .border_book {
    border-right: 1px solid #eee;
}