.home .geodir-opt-list a{width:30px;}
.home .gallery-item .listing-counter{display:block!important;}
.home .geodir-opt-list a i{margin-left:7px;}
.home #recent-hotel .geodir-category-content {
    min-height: 350px;
}


.home .gallery-item .listing-item-grid {
    height: 325px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0; /* optional - to show clean bg for padding */
}

/* Allow images to resize to fit without cropping */
.home .gallery-item .listing-item-grid img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.green-t {
    color: #3AACED;
}





.footer-widget .widget-posts-img, .box-widget-content .widget-posts-img, .cart-details_header .widget-posts-img {
    float: left;
    width: 30%;
}

.twitter-link {
	background: #3AACED!important;
    float: left;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.11);
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1)!important;
}

.contact-btn {
	background: #3AACED!important;
    float: left;
    color: #fff;
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    top: 28px;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1)!important;
}
.color2-bg{    background: #F9B90F!important;}
.customer-support-widget:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f4fe";
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 84px;
    opacity: 0.07;
    left: 14px;
    bottom: 8px;
}

.cs-mumber-button:hover{background: #3AACED!important;}

.contact-btn:hover {
    background: #18458B!important;
}

#subscribe {
    float: left;
    width: 100%;
    position: relative;
    top: 30px;
}


.footer-widget #subscribe .enteremail {
    background: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding: 0 120px 0 15px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.21);
    z-index: 1;

    width: 100%;
}


.footer-widget #subscribe-button {
    position: absolute;
    right: 0;
    width: 120px;
    height: 50px;
    line-height: 50px;
    top: 0;
    cursor: pointer;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
    background: #18458B;
    color: #fff;
}

.subscribe-message {
    color: #fff;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

#subscribe:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    background: rgba(255, 255, 255, 0.18);
    z-index: -1;
    border-radius: 4px;
}

.single-listing .azp_element .azp_col.azp-col-50{position:relative;}
.single-listing .rooms-item .azp_container .rns{position: absolute;right:0px;top:-5px;}




@media only screen and (max-width: 767px) {

    .single-listing .rooms-item .azp_container .rns{top:5px;}
    .single-listing .cus-field-content iframe{width:320px;}

}