.booking-logo{
    width: 165px;
    line-height: 80px;
    font-size: 32px;
    position: absolute;
    left: 19px;
    top: 16px;

    font-weight: 800;
    text-transform: uppercase;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.second-header{
    height:75px;
    background-color: #ffffff;
    border-top: 1px solid #d8dce1;
}
.inner-header{
    margin-top: 15px;
}
.search-filter-btn{
    height: 44px;
    float: right;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #949ca5;
    background-color: transparent;
    border-color: #d8dce1;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    border-radius: 4px;

}
.search-filter-btn:hover{
    color: #fff;
    background-color: #949ca5;
    border-color: #949ca5;
}
.where-to-go{
  padding:10px;
  border-radius: 4px;
  border-color: #d8dce1;
  width: 224px;
  color: #999;
  height: 44px;
  font-size: 14px;
  cursor: pointer;
}
.calendar-arrive, .calendar-depart{
    padding:10px;
    border-radius: 4px;
    caret-color: white;
    border-color: #d8dce1;
    width: 224px;
    color: #999;
    height: 44px;
    font-size: 14px;
    cursor: pointer;
}
.calendar-arrive:focus , .calendar-depart:focus ,.calendar-arrive:focus-visible , .calendar-depart:focus-visible{
 
    outline: none;
}
.search1{
    color: #ffffff;
    background-color: #9ac6ed;
    border-color: #9ac6ed;
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
}
.search1:hover {
    color: #ffffff;
    background-color: #8fbce5;
    border-color: #8fbce5;
}
.daterangepicker.opensright:before {
    left: 225px!important;
}
.daterangepicker.opensright:after {
    left: 226px!important;
}
.find-a-room{
    margin-top: 156px;
}
.footer-bottom-wrap a i{
line-height: inherit;
}
.sort-wrap{
    margin-bottom: 30px;
    padding: 20px 0 0;
    border-top: 1px dotted #d8dce1;
}
.listing-title{
    margin:20px 0px;
}
.product-item{
    margin-top:20px;
}
.find-a-room .down-content a:hover{
    color: rgba(79, 89, 98, 0.5);
}
.find-a-room .down-content a{
   color: #3b4249;
}
.find-a-room .widget {
    padding: 30px;
    background-color: #fff;
}
.find-a-room .widget-body {
    background-color: #fff;
}
.find-a-room .title a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    white-space: unset;
    
    font-weight: 700;
    color: #3b4249;
}
.find-a-room .title-head-left span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    white-space: unset;
    
    color: #3b4249;
}
.find-a-room .media-left1 {
    width:50%;
}
.find-a-room .item-list-view{
    margin-bottom: 10px;
}
.item-amenities1{
    margin-top: 30px;
    color: #3b4249;
    display:flex;
}