.widget_01 {
    /*position: absolute;*/
    /*right: auto;*/
    /*left: auto;*/
    /*margin: auto;*/
    /*height: auto;*/
    /*bottom: -70px;*/
    /*top: auto;*/
    /*width: 100%;*/
    /*background: none;*/
    padding: 0;
    transition: all 0.5s;
}

.widget_01 li {
    list-style: none;
    float: left;
    width: 16.666667%;
    position: relative;
}

.widget_01 ul {
    margin: 0;
    /*padding: 20px;*/
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 60px;
    /*color: #fff;*/
    text-align: center;
}
.widget_01 .btnbook_reser {
    background: #329fb0;
    color: #ffffff;
     text-transform: inherit;
    transition: all 0.5s;
    border: none;
    border-radius: 60px;
    padding: 15px;
    width: 125%;
    font-size: 20px;
    margin: 20px 0;
    font-weight: bolder;
    letter-spacing: 2px;
    line-height: 1.25;
}
#popup_room_list select{
    /*border: 1px solid #eee;*/
    color: #888;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
}
.widget_01 h1{
    font-size: 20px;
    margin: 0;
    color: #3a2114;
    text-transform: inherit;
}
.widget_01 p{
    margin: 0;
    text-transform: uppercase;
    color: #888;
    font-size: 14px;
}
.content_ibe img{
    position: absolute;
    width: 25px;
    right: 20px;
    bottom: 20px;
    color: #58595b;
}
.widget_01 #indate-label {
    font-size: 40px!important;
    cursor: pointer;
    color: #3a2114;
    line-height: normal;
    font-weight: bolder;
}
.widget_01 #outdate-label {
    font-size: 40px!important;
    cursor: pointer;
    color: #3a2114;
    line-height: normal;
    font-weight: bolder;
}
.widget_01 .input_in_out{
    float: left;
    text-align: center;
    width: 100%;
}
.widget_01 .checkin_line {
    border-left: 1px solid #dadada;
}
.checkin_line:before {
    background: #dadada;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 15px;
    left: -8px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 15px;
}

.widget_01 .checkout_line {
    border-right: 1px solid #dadada;
}
.checkout_line:before {
    background: #dadada;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 15px;
    right: -8px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 15px;
}
.widget_01 span{
    color: #888;
    position: relative;
    /*top: -10px;*/
    font-size: 12px;
}
.reservation_box select{
    width: 43px;
    padding: 0 6px;
    border-radius: 0;
    background: none;
    border: none;
    color: #3a2114;
    outline: none;
    cursor: pointer;
    font-size: 40px;
    font-weight: bolder;
}
.to{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 35px;
    right: -20px;
    /* background: #dadada; */
    border-radius: 50%;
    color: #888;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.title_reservation{
    padding: 27px 0;
    text-align: left;
}
.scroll_menu{
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #242424;
    padding: 0;
    bottom: auto;
    top: 0;
    z-index: 10;
}
.scroll_menu  ul{
    background: none;
}
/*.scroll_menu .ui-datepicker{*/
    /*top: 110px!important;*/
/*}*/
.input-group{
    border: 1px solid #eee;
    border-radius: 0;
    padding: 0 10px;
}
.test_b{
    position: absolute;
    top: 250px !important;
    width: 100%;
    z-index: 999;
}
.test_b.active{
    position: fixed;
}
.btn_apply {
    background: #353535!important;
    position: relative;
    z-index: 2;
    color: #fff!important;
    font-size: 14px!important;
}
::placeholder{
    color: inherit;
}
@media (max-width: 1199px) {
    .widget_01 #indate-label {
        font-size: 26px!important;
    }
    .widget_01 #outdate-label {
        font-size: 26px!important;
    }
    .reservation_box select {
        width: 27px;
        font-size: 26px;
    }
    .reservation_box .text_reser {
        font-size: 12px;
        letter-spacing: normal;
    }
    .reservation_box input {
        font-size: 17px;
        line-height: 36px;
    }
    .widget_01 span {
        font-size: 12px;
        letter-spacing: normal;
    }
    .ibe_base .btn {
        height: 85px;
    }
}