/*.slider .owl-prev::before{
    content: '\f137';
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
}
.slider .owl-next::before{
    content: '\f138';
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
}*/
.slider button.owl-prev{
    text-align: center;
    font-size: 14px;
    padding: 10px;
    transition: all 0.5s ease;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
.slider button.owl-prev:hover, .slider button.owl-next:hover{
    background-color: transparent !important;
    color: #fff !important;
}
.inner-div .price{
    z-index: 111;
    background: rgba(255,255,255,1)!important;
    top: 20px!important;
    right: 0;
    border-radius: 27px 0 0 27px;
    font-weight: 700;
    line-height: 10px;    
}
.inner-div .price h4{
    font-weight: 400;
    font-size: 25px;
    color: #5eac48;
}
.inner-div .price small{
    color: #333;
    font-size: 14px;
    font-weight: 300;
}
.inner-div .slider img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 250px;
}
.inner-div .slider img:hover{
    transform: none;
}
.inner-div .favourite{
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(0,0,0,.45);
    z-index: 5;
    top: 200px;
    cursor: pointer;
}
.inner-div .favourite.active{
    background-color: #fff;
}
.inner-div .favourite.active i{
    color: #5eac48 !important;
    font-weight: 600;
}
.inner-div .details .name-apt{
    color: #5eac48;
}
.inner-div .details .name-apt h4{
    font-size: 22px;    
    font-weight: 400;
}
.inner-div .details .address-apt{
    color: #999;
    font-size: 13px;
}
.inner-div .details .apt-listing-details{
    font-size: 13px !important;
    color: gray;
}
/*.search-bar-container_guests::before, .t-dates:before{
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}*/
/*.search-bar-container_guests::before{
    content: '\f007';
}
.t-dates:before{
    content: '\f073';
}*/
.map-section{
    position: sticky !important;
    top: 10px;
}

.hotel-list-item.selected-hotel, .hotel-list-item:hover{
    box-shadow:0 0 12px #ccc;	
	background: #fdf6bf;
}
.hotel-title{
	color:#5eac48;
	font-size:16px;
}
.hotel-location{
	font-size:14px;
	color:#999;
}

.hotel-data img{
	max-width:100%;
}

.gm-style .gm-style-iw-c{
	padding:0;
}

.gm-style-iw-d{
	overflow:auto !important;
}

.gm-style-iw-t button.gm-ui-hover-effect {
    background: #fff !important;
    opacity: 1 !important;
    right: 0 !important;
    top: 0 !important;
    border-radius: 20px;
}

.apt-listing-details .price {
    background: transparent !important;
}







/* ---------------------------- */
.hotel-list-item .item-detail h3{
    font-size: 17px;font-weight: bold;
}
.hotel-list-item .item-detail h6{
    font-size: 12px;
    color: #5eac48;
}
.hotel-list-item .item-detail h5{
    color: #fe0000;font-size: 14px;
}
.hotel-list-item .item-detail h4{
    font-size: 9px;
}
.hotel-list-item .item-detail h2{
    font-weight: 700;font-size: 22px;
}
.hotel-list-item .item-detail select{
    padding: 5px 35px 5px 5px;
}
.hotel-list-item .item-detail .add-btn{
    background-color: #5eac48;
    padding: 7px 10px;
    border-radius: 3px;
    line-height: normal;
}
.hotel-list-item .details-bg{background-color: #fdf6bf;}
.hotel-list-item.bg-white {
    box-shadow: 0 0 12px #ccc;
}









