.h_list .h_list_item a{
    color: #333;
}
.hotel-near-me{
    min-height: 100vh;
}
.h_list_item a img {
    margin-right: 5px;
    width: 14px;
}
.i_header {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.list_t {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.naerme_top{
    min-height: 325px;
    height: auto;
    background-image: url(../images/h_map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 15px;
}
.nearme_title{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    /* text-shadow: -1px -1px 1px #5e4747, 1px -1px 1px #cd8686, -1px 1px 1px #2a0606, 1px 1px 1px white; */
}
.place_entry{
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    position: relative;
}
#search_ipt,#nearme_ipt{
    height: 48px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    border: none;
    padding-left: 24px;
    font-size: 15px;
    text-indent: 28px;
    outline: 1px solid #DADCE0;
    border-radius: 6px;
    width: 100%;
}
#nearme_ipt{
    margin-bottom: 10px;
    text-indent: 60px;
}
#search_b{
    position: absolute;
    height: 46px;
    width: 46px;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
#search_ipt::placeholder{
    font-size: 14px;
}
.next_box{
    width: 100%;

    margin: 10px auto 0;
    display: flex;
    justify-content: center;
}
.next_box a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    width: 40%;
    height: 100%;
    text-align: center;
    padding: 12px;
    background-color: #3E6CEA;
    margin: 0 2%; 
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;
}
#search_btn_block{
    background-color: #cb9696;
}
.nearme_ads{
    margin: 10px 0;
}
.nearme_box{
    width: 100%;
    margin: 0 auto;
    padding: 12px 10px 10px 10px;
    border-radius: 5px;
}
#date-range {
    display: none;
}
label[for = 'date-range'] {
    display: flex;
    justify-content: start;
    width: 100%;
}
#custom-calendar {
    right: 0;
    top: 100%;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    bottom:0;
    left: 0;
    justify-content: center;
    z-index: 99999999;
}
.flatpickr-calendar.inline {
    padding-bottom: 50px;
}
.finish {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: end;
    padding: 0 15px;
    height: 50px;
    align-items: center;
    z-index: 99;
    display: none;
}
.flatpickr-rContainer,.flatpickr-days{
    width:100%;
}
.flatpickr-calendar {
    position: absolute !important;
    width: 100% !important;
    height: max-content;
    top:100%;
    top: initial !important;
    left: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.finish_ok, .reset_ok ,.check_ok,.reset_btn{
    background-color: #1A73E8;
    padding: 10px 30px;
    border-radius: 20px;
    height: 40px;
    color: #ffffff;
    border: none;
    min-width: 96px;
    cursor: pointer;
}
.reset_ok,.reset_btn {
    background-color: #ffffff;
    color: #1A73E8;
    margin-right: 15px;
    border: 1px solid #d3d9df;
}

.dataItem{
    width: 50%;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.hotel_data{
    padding: 12px 0;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213, 217, 226);
    position:relative;
}
.check_l{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(112, 112, 112);
}
.data_icon{
    padding: 0 10px;
}

.indata,.outdata{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: rgb(62, 108, 234);
}
.dataItem_last{
    border-left: 1px solid rgb(213, 217, 226);
}
.checkout_peo{
    margin-bottom: 8px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213, 217, 226);
    position: relative;
}
.peo_icon{
    width: 16px;
    height: 16px;
    margin: 14px 12px;
}
.peo_text{
    display: inline-block;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.peo_s{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(62, 108, 234);
}
.pup_peo{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 100%;
    left: 0;
    justify-content: center;
    z-index: 99999999;

}
.pup_content{
    width: 100% ;
    height: max-content;
    top: initial ;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.12);
}
.pup_item{
    padding: 12px 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgb(213, 217, 226);
}
.number_txt{
    width: 50px;
    color: #2a2a2e;
    font-size: 32px;
    font-weight: 400;
}
.pi_type{
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: rgb(42, 42, 46);
    margin: 0px;
}
.pi_btns{
    border: none;
    background-color: #fff;
    border: 0;
}
.pi_left{
    display: flex;
    align-items: center;
}
.select_entry{
    margin: 0px auto 10px;
    display: none;
}
.mypos{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 29px;
    border-radius: 5px;
    width: 100%;
    padding: 2px 15px;
    margin-bottom: 10px;
    max-width: 98%;
    text-align: center;
    color: #68980B;
    cursor: pointer;
}
.mypos span{
    display: flex;
    align-items: center;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    -webkit-box-orient: vertical;
    text-decoration: inherit;
}
.mypos svg{
    margin-right: 5px;
}
.mypos span svg path{
    fill: #68980B;
}
.dw{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    left: inherit;
}
.nearme_key{
    position: relative;
}
.hotel_b{
    position: absolute;
    left: 10px;
    font-size: 12px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    top: 12px;
    border-right: 1px solid #bbacac;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    border: 0;
    border-radius: 5px;
    background: #fdfcfc;
    z-index: 9999999;
}
.hotel_b::after {
    content: '';
    position: absolute;
    height: 74%;
    width: 1px;
    background: #bbacac;
    top: 13%;
    right: -8px;
}
.__search_sug_box {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 99999;
    color: #333333;
    left: 0;
    top: calc(100% + 3px);
    border-radius: 7px;
    display: none;
    width: 100%;
    margin-left: 0;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
    font-size: 15px;
}
.__search_sug_item {
    font-size: 13px;
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}
.dayContainer{
    width: 100%;
    margin: 0 auto;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover{
    color: rgb(0 0 0 / 30%);
}
.powered_by{
    padding: 5px 0;
    text-align: right;
    padding: 3px 10px;
}
.powered_by img{
    width: 45px;
    height: auto;
}