.room-heading p {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}


.rooms-img {
    position: relative;
}

.rooms-img p {
    text-align: center;
    font-family: 'Gilda Display', serif;
    color: #fff;
    background: #3e5e04;
    background-image: linear-gradient(314deg, #3e5e04 0%, #727242 74%);
    padding: 8px 0px;
    position: relative;
    z-index: 1;
}
.rooms-img p a{
    text-decoration: none;
    color: #fff !important  ;
}

.rooms-img:hover .content-overlay {
    opacity: 1;
}


.rooms-img .img-box{
    width: 100%;
    height: 240px;
}
.rooms-img .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0 !important;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.rooms-img a {
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.rooms-button button {
    border-radius: inherit !important;
    background-color: transparent !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: none;
}

.rooms-img:hover .rooms-button button {
    display: block;
}
.rooms-section .product-imgs .img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.rooms-section .product-imgs .img-display{
    overflow: hidden;
}
.rooms-section .product-imgs .img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
    height: 400px;
}
.rooms-section .product-imgs .img-showcase img{
    min-width: 100%;
}
.rooms-section .product-imgs .img-select{
    display: flex;
}
.rooms-section .product-imgs .img-item{
    padding: 1px;
    width: 100%;
    height: 70px;
}
.rooms-section .product-imgs .img-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rooms-section .product-imgs .img-item:nth-child(1),
.rooms-section .product-imgs .img-item:nth-child(2),
.rooms-section .product-imgs .img-item:nth-child(3){
    margin-right: 0;
}
.rooms-section .product-imgs .img-item:hover{
    opacity: 0.8;
}

.rooms-section .product-subtitle{
    color: #3e5e04;
    font-size: 16px;
    margin-bottom: 10px;
}
.rooms-section .product-title{
    font-size: 36px;
    margin-bottom: 15px;
}
.rooms-section .product-rate{
    font-size: 16px;
    line-height: 28px;
    color: #9aa5b1;
     margin: 10px 0px;
}
.rooms-section .product-rate span{
    font-size: 36px;
    font-family: 'Gilda Display', serif;
    font-weight: 800;
    text-align: center;
    color: #354F42; 
}
.rooms-section .product-text{
    font-size: 16px;
    line-height: 28px;
}
.rooms-section p{
    line-height: 28px !important;
    color: #9aa5b1;
}
.product-list{
    margin-top: 20px;
    list-style-type: square;
    padding-left: 25px;
}
.product-list li{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 10px;
}
.rooms-spec{
    margin-bottom: 0px;
    margin-top: 30px;
}
.rooms-spec .room-feature{
    width: 50%;
    float: left;
    margin-bottom: 25px;    
}
.rooms-spec .room-feature .icon{
    width: 40px;
    margin: 0 auto;
}
.rooms-spec .room-feature .title{
    font-size: 18px;
    color: #354F42;
    margin-bottom: 5px; 
}
.rooms-spec .room-feature .text{
    font-size: 14px;
    color: #9aa5b1;
    line-height: 25px;
}
.book-btn{
    background: #354F42 !important;
    padding: 12px 35px !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-size: 16px;
}

.checkout-checkin{
   width: 100%;
  
}
.checkout-checkin li{
    color: #354F42;
    font-size: 18px;
    width: 50%;
    float: left ;
    margin-bottom: 25px;
}
.checkout-checkin li span{
    font-size: 16px;
    color: #9aa5b1;
    margin-left: 10px;
}
.plans{
    margin-top: 30px;
}
.plan-title{
    font-family: 'Gilda Display', serif;
    font-size: 36px;
    margin-bottom: 20px;
}
.plans .plan-box{
    background: #fff;
    border: 1px solid #354f429a !important;
    padding:30px 20px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}


.plans .plan-box .plan-subtitle{
    font-size: 16px;
    font-family: 'Gilda Display', serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.plans .plan-box .plan-rate{
    font-size: 36px;
    font-family: 'Gilda Display', serif;
    font-weight: 800;
    text-align: center;
    color: #354F42;
}
.plans .plan-box .plan-rate span{
    color: #9aa5b1;
    font-size:14px;
    text-transform:capitalize;
}
.plans .plan-box .plan-rate i{
    margin-right: 2px;
}
.plans .plan-box .plan-rate span{
    color: #000;
    letter-spacing: 0px;
    font-size: 14px;
    margin-left: 0px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.plans .plan-box .plan-text{
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    
}
.text-truncate-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plans .plan-box .plan-desc-title{
    font-size: 16px;
    font-family: 'Gilda Display', serif;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}
.plans .plan-box .desc-list{
    margin-left: 0px;
}
.plans .plan-box .desc-list li{
    font-family: 'Lato', sans-serif;
    color: #354F42;
    font-size: 16px;
    font-weight: 600;
    margin-bottom:15px;
    text-align: center;
}
.plans .plan-box .desc-list li span{
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 10px;
}
.submit-btn{
    background: #354F42 !important;
    color: #fff !important;
    border-radius: 0px !important;
    width: 100%;
    padding: 12px 25px !important;
    font-weight: 600;
    border: 2px solid #354F42 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;  
    margin-top: 10px;
}

#sync1 .item {
    margin: 5px;
    color: #fff;
    text-align: center;
}
#sync2 .item {
    margin: 5px;
    text-align: center;
    cursor: pointer;
}
#sync1 .item .img-box{
    width: 100%;
    height: 420px;
}
#sync1 .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sync2 .item .img-box{
    width: 100%;
    height: 85px;
}
#sync2 .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}
.owl-nav, .owl-dots{
    display: none;
}

.carousel {
    margin-top: 20px;
}
.item .thumb {
  width: 25%;
  cursor: pointer;
  float: left;
}
.item .thumb img {
  width: 100%;
  margin: 2px;
}
.item img {
  width: 100%;  
}


@media screen and (min-width: 992px){

    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .checkout-checkin li{
        width: 100%;
    }

}