.hotel_search_form{
    background: #fff;
    padding: 30px;

}
.hotel_bg{
        background-image: url(../img/hotel_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.hotel_bg:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: var(--gradient1);
    opacity: 0.5;
    height: 100%;
    width: 100%;
}
.room_add{
    font-size: 18px;
    color: #000;
    margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ededed;
}
.add_room_btn{
    background: #3126c8;
    padding: 7px 12px !important;
    display: inline-block !important;
}
.hotel_s{
    width: 357px;
}
.view_map{
    background: #fff;
    box-shadow: 3px 5px 11px rgb(0 0 0 / 11%);
}
.rank-math-breadcrumb-example span,
.rank-math-breadcrumb-example a,
.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
      font-size: 11px;
    line-height: 32px;
    font-weight: 500;
    text-transform: initial;
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
}
.rank-math-breadcrumb span i{
    line-height: 37px;
    display: inline-block;
}
.rank-math-breadcrumb p{
    margin-bottom: 0px;
}
.hotel_ti{
    color:#000;
    margin-top: 50px;
}
.align_center{align-items: center; }

.view_map_seacrh{
    position: relative;
    margin-right: 40px;
}
.view_map_seacrh input[type=text] {
    padding: 6px 10px;
    margin-top: 8px;
    font-size: 18px;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    width: 300px;
}

.view_map_seacrh button {
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: no-repeat;
    font-size: 19px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: -13px;
    color: #acacac;
}

@media screen and (max-width: 600px) {
  .view_map_seacrh .search-container {
    float: none;
  }
  .view_map_seacrh a, .view_map_seacrh input[type=text], .view_map_seacrh button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .view_map_seacrh input[type=text] {
    border: 1px solid #ccc;  
  }
}
.view_map_text{
    margin-right: 40px;
    width: 568px;
}

.all_hotels{
    padding: 42px 0;
}

.hotel{
    background: #fff;
    box-shadow: 0 0 21px #ddd;
    border: 1px solid #e7e5e5;
    margin-bottom: 30px;
    height: 500px;
}
.hotel_right{
    padding:20px;
}
.filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
  }
 .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
  }
.hotel_right p i{color:#000;}
.star_hotel{
    padding-left: 0px;
    margin-bottom: 6px;
}
.star_hotel li{
    display: inline-block;
    color:#e7a000;
    font-size: 20px;
}
.hotel_right h5{
    color: #282828;
    font-size: 18px;
}
.free_coll{
    font-size: 14px;
}
.free_coll span{
    font-size: 14px;
    white-space: nowrap;
    padding-right: 15px;
}
.hotel_right p{
    font-size: 14px;
}
.cuponCode{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 7px;
}
.filter_star_rating{
    border: 1px solid #d6d6d6;
    display: flex;
    text-align: center;
}
.filter_a{
    padding: 10px;
    border-right: 1px solid #d6d6d6;
}
.filter_a:last-child{
    border-right:0;
}
.filter_a i{
   color: #d5aa00;
    font-size: 21px;
    margin: 7px 0 0;
    display: inline-block;
}
.bold_star{
    color: #000;
}
.normal_span{
    color: #6d6d6d;
    border-top:1px solid #d6d6d6;
    padding-top: 5px;
    margin-top: 6px;
    display: inline-block;
}

.htl_img{
    width: 100%;
    height: 100%;
}
.htl_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flight_final_book_now_btn .ButtonRedeem{
    display: inline-block;
    background: var(--button);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 36px;
    border-radius: 6px;
    transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    border: none;
}

.hotel_slid{
   height: 300px; 
}

.all_hotels .filters {
    text-align: center;
    margin-top: 50px;
  }
  .all_hotels .filters ul {
    padding: 0;
  }
  .all_hotels .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
  }
  .all_hotels .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    transition: width 350ms ease-out;
  }
  .all_hotels .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
  }
  .all_hotels .filters ul li.active:after {
    width: calc(100% - 60px);
  }
.modal_bg_l{
    background-image: radial-gradient(#ffffff, #e9e9e9);
}

.modal_bg_l .modal-header{
    
}
.modal_bg_l .modal-header .modal-title{
    color:#0c0026;
    font-size: 25px;
}
.modal_bg_l label{
    color:#0c0026;
}
.modal_bg_l button{
    padding: 11px;
    border-radius: 0;
}
.paddinng_modal{
    padding:30px;
}


@media (max-width: 767px) {
    .hotel_s{
        width: 100%;
    }

    .htl_img img{
        width: 100%
    }
    .hotel_right {
        padding: 10px 15px 10px 15px;
    }
    .hotel_right p {
        font-size: 14px;
        text-align: left;
    }
    .price {
    font-size: 27px;
    color: #000;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
}
.bold_star {
    color: #000;
    width: 100%;
    display: inline-block;
}
.tabs_wrapper{width: 100%;}
.all_hotels .filters ul {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
}
.all_hotels .filters ul li {
    padding: 6px 9px;
    white-space: nowrap;
    margin-bottom: 15px;
}
.all_hotels .filters ul li.active:after {
    width: calc(100% - 17px);
}












}
