.theme_btn {
    color: #fff;
    background: #a6cf31;
}
.book_now_btn {
    
    color: #fff;
    background: #a6cf31;
}
.theme_btn:hover, .book_now_btn:hover {
    background: #86a828 !important;
}

.button_hover::before {
    background: rgb(247 147 30);
}
.facilities_item .sec_h4 i {
    color: #a6cf31;
}

.text-black{
    color: #000 !important;
}
.room-facilites {
    padding: 11px 23px;
    /* width: 150px; */
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
}
.unordered-list li:before {
    border: 3px solid #a6cf31;
}
.faciliti-icon i {
    font-size: 1rem;
}
.hotel_img img {
    max-width: 320px;
}
.single-footer-widget .sub-btn {
    background: #a6cf31;
    color: #fff;
}
.testimonial_slider .owl-dots .owl-dot.active {
    background: #bedc6a;
}
.testimonial_slider .testimonial_item .star a {
    color: #a6cf31;
}