.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.rounded-1 {
    border-radius: 1rem !important;
      background-color: #43ae7ca1;
    padding: 10px;
    color: #fff;
}
.room {
    position: relative;
}
.room {
    position: relative;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ribbon-top-left {
    top: -4px;
    left: -4px;
}
.ribbon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 2px solid #587a07;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -19px;
    top: 21px;
    transform: rotate(-45deg);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 130px;
    padding: 3px 0;
    background-color: #caa85a;
    color: #fff;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}
.facility{
    /*box-shadow: 10px 10px 10px rgba(0,0,0,.1);*/
    margin-bottom: 25px;
    border: 1px solid rgba(0,0,0,0.125);
    padding: 20px;
}
.facility h4 {
    font-size: 20px;
}
.facility h6 {
    font-size: 12px;
    background: #FF912F;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
}
.facility p span{
    font-size: 15px !important;
}
.facility .col2 i {
    color: #FF9800;
}
.facility .col2 .graycol{
    color: #ffdfbc !important;
}
.facility hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.facility img{
    margin-bottom: 10px;
}
.facility .r2 {
    border-right: 1px solid #d1d1d1;
}
.facility .Price{
    color: #FF9800;
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.5em;
}
.facility i{
    font-size: 12px;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}
.btn-booking {
    padding: 7px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    /*display: table-caption;*/
    background: #12aa86;
    background: linear-gradient(to top, #5aca76, #12aa86);
    /*bottom: 0px;*/
}
.facility .btn-booking:hover{
    color: greenyellow;
}