body{
    background-color: #f2f2f2;
    font-family: sans-serif !important;
}
header{
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.prefix_top{
    padding-top: 60px;
    background: url(../images/jd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: center;
    position: relative;
    padding-bottom: 75px;
}
.header_content{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header_item{
    margin: 0 5px;
}
.header_item a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.header_item a svg{
    margin-right: 5px;
}
.prefix_contain{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.prefix_cart{
    margin-top: 10px;
    padding: 3px 20px 30px 20px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
}
.cart_top{
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    display: flex;
    height: 100px;
    padding: 8px 30px;
    width: 90%;
    max-width: 928px;
    margin: -100px auto 0;
}
.cart_top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart_a{
    margin: 0 5px;
}
.cart_a a{
    font-size: 14px;
    color: #333;
    text-align: center;
    transition: all .1s ease-in;
    display: block;
}
.cart_a a:hover{
    transform: scale(1.1);
}
.nearme_box{
    display: flex;
    justify-content: center;
}
.w33{
    width: 33.3%;
}
.mypos{
    margin-top: 10px;
    justify-content: center;
    margin-bottom: 0;
}
.mypos span{
    width: auto;
}
.checkout_peo{
    height: 100%;
}
.hotel_data{
    margin-bottom: 0;
}
.hotel_data label{
    cursor: pointer;
}
.place_entry{
    margin: 0;
    border:1px solid rgb(213, 217, 226);
    border-radius: 4px;
    display: flex;
    align-items: center;
}
#search_ipt{
    border: none;
    box-shadow: none;
    outline: none;
    text-indent: 0;
}
#search_b{
    transform: translate(0px, -50%);
    top: 50%;
}
.prefix_btn a{
    display: flex;
    min-width: 216px;
    width: auto;
    padding: 10px 20px;
    border-radius: 34px;
    background:linear-gradient(93deg, #53b2fe, #065af3);;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.prefix_btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
}
.go_back{
    top: 50%;
    transform: translate(0%,-50%);
}
.flatpickr-calendar {
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08) !important;
}
.prefix_category{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}
.cat_item{
    width: 33.3%;
    border-right: 1px solid #d8d8d8;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
}
.cat_item:last-child{
    border-right: none;
}
.cat_item svg{
    margin-right: 10px;
}
.cat_box{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
}
.cat_item.active::before{
    content: "";
    position: absolute;
    top: 85%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
/* .cat_item.active{
    color: #008cff;
    font-weight: 700;
    text-decoration: underline;
} */
.cat_item.active::after,.cat_item:hover::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 3px;
    transform: translate(calc(-50% + 10px),15px);
    background-color: #0273d1;
}
.cat_item svg path,.cat_item:hover svg path{
    fill: #4e9ddd;
}
.category_details{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 39px;
}
.details_content{
    max-height: 200px;
    overflow: auto;
    min-height: 35px;
}
.details_item{
    display: none;
    flex-wrap: wrap;
    position: relative;
}
#amenities{
    display: flex;
}
/* .details_item .tb_i{
    margin: 3px 5px;
} */
.details_item .tb_i a{
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: underline;
    color: #333;
    font-size: 15px;
    border-radius: 5px;
    transition: all .2s ease-out;
}
.details_item .tb_i a:hover{
    background-color: #efefef;
}
.e_box{
    display: none;
}
.e_tb_i {
    white-space: nowrap;
    display: flex;
    text-align: center;
    padding: 3px 8px;
    align-items: center;
    min-height: 41px;
    width:220px;
    justify-content: start;
    font-size: 13px;
    border: none;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #e5e5e5;
}

.e_tb_i .cc{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    border-radius: 5px;
    padding: 7px 10px;
    min-height: auto;
    width: 100%;
}
.e_tb_i:hover .cc{
    transform: scale(1.17);
    transition: all .2s ease-out;
    background-color: #6bbcff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
}
.e_tb_i:hover .cc svg path,.e_tb_i.active .cc svg path{
    fill: #fff;
}

.e_tb_i .cc svg{
    transform: rotate(-90deg);
}
#brands .tb_i{
    width: 220px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 13px;
    background-color: #e5e5e5;
    min-height: 41px;
    line-height: 41px;
    text-indent: 15px;
}

#brands .tb_i a{
    text-decoration: none;
}
#brands .tb_i a:hover{
    background-color: #6bbcff;
}
.e_box.active{
    display: flex;
    position: absolute;
    left: 220px;
    top: 0;
    width: calc(100% - 220px);
    flex-wrap: wrap;
    padding-left: 10px;
}
#brands .tb_i .cc{
    text-align: left;
}
#brands .tb_i a{
    padding: 1px;
    min-height: auto;
}
#brands .e_box .tb_i{
    width: max-content;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 0;
    margin: 2px 3px;
}
.search-end {
    width: 49%;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 1px 0.5%;
    display: inline-block;
}
.search-end a {
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 3px;
    flex-direction: initial;
    justify-content: space-between;
    align-items: start;
    padding: 0;
    border-bottom: none;
}
.search-end ul:nth-child(1) {
    width: 134px;
    height: 134px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.search-end ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    -webkit-box-orient: vertical;
    text-decoration: inherit;
    color: #202124;
}
.search-end ul:nth-child(1) li img {
    width: 134px;
    height: 134px;
    border-radius: 6px;
    object-fit: cover;
}
.search-end ul:nth-child(2){
    width: calc(100% - 150px);
    padding: 0;
}
.search-end ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    -webkit-box-orient: vertical;
    text-decoration: inherit;
    color: #202124;
}
.search-end ul:nth-child(2) li:nth-child(1){
    color: #202124 !important;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 10px;
    line-height: 22px !important;
}
.search-end ul:nth-child(2) li:nth-child(2){
    color: #4d5156 !important;
}
.search-end ul:nth-child(2) li {
    text-align: left;
}
.search-end ul:nth-child(2) li img {
    width: 82px;
    height: 14px;
}
.search-end ul:nth-child(2) li:nth-child(4) {
    color: #4d5156 !important;
}
.prefix_search{
    background-color: #fff;
    margin: 20px auto;
    border-radius: 12px;
}
.flex{
    backdrop-filter: blur(10px);
}

.flex .header_item a{
    color: #333;
}
.book_now{
    display: flex;
    justify-content: end;
    padding: 3px 10px;
    color: #008cff !important;
    font-weight: 900;
    font-size: 14px;
}
.header_flex{
    background: #fff;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    height: 60px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.headerf_b{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.headerf_b .header_item a{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}
.header_flex.flex{
    display: block;
}
.details_item .tb_i{
    width: 20%;
}
#brands .tb_i a:hover{
    transform: scale(1.1);
    transition: all .2s ease-out;
    color: #fff;
}
#brands .e_box .tb_i a:hover{
    transform: scale(1);
    background-color: transparent;
}
.e_tb_i.active .cc{
    transform: scale(1.17);
    transition: all .2s ease-out;
    background-color: #6bbcff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
}
.e_tb_i:hover .e_box .cc,.e_tb_i.active .e_box .cc{
    transform: scale(1);
    background-color: transparent;
    color: #333;
}
.e_tb_i .e_box .cc{
    padding: 0px 10px;
}




/* new brands list */
.brands_list{
    width: 100%;
    overflow: auto;
}
.brands_content{
    display: flex;
    width: max-content;
    padding-bottom: 10px;
}
.brands_item{
    display: inline-block;
    margin: 2px 5px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.brands_item svg{
    vertical-align: bottom;
    margin-right: 3px;
}
.brands_item.active{
    border-bottom: 3px solid rgb(62, 108, 234);
}
.brands_childer{
    display: none;
}
.brands_childer.active{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brands_box{
    width: 100%;
}
.brands_childer{
    width: 100%;
    padding-top: 8px;
}
.brands_c_i{
    color: #333;
    text-decoration: underline;
    padding: 3px 5px;
    font-size: 14px;
    margin: 2px 5px;
}
.p_c_d,.p_c_s{
    margin-top: 0px;
    width: 100%;
    font-size: 40px;
    color: #fff;
    text-align: center;
    /* text-shadow: -1px -1px 0 black,  
                1px -1px 0 black,
               -1px 1px 0 black,
                1px 1px 0 black; */
}
.p_c_s{
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 0;
}
.p_ct{
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
}
.p_c_i{
    width: 45px;
    height: 45px;
    background-color: #178BE4;
    border-radius: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_list{
    flex-wrap: wrap;
}
.goPage a{
    color: #333;
}
.brands_c_i a{
    color: #333;
}
.hotel_amenities .tb_i{
    width: 290px;
}
.logo{
    display: flex;
    align-items: center;
}
.header_list{
    height: 60px;
}
.header_list .h_list_item a{
    color: #fff;
}
.header_list .h_list_item a:hover{
    background-color: rgba(0,0,0,.3)!important;
    backdrop-filter: blur(10px);
}
.hbtn,.top_list{
    display: flex;
    justify-content: center;
}
.top_list{
    padding: 10px 0;
}
.top_list .h_list_item a{
    border-radius: 10px;
    color: #333333;
    font-weight: 700;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    padding: 6px 10px;
    margin-right: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.datalist_a{
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    .details_item .tb_i{
        width: 25%;
    }
}
@media (max-width:750px) {
    .search-end{
        width: 100%;
    }
}
