#top_header {
  padding: 5px;
}
.main-menu > ul > li > a {
  font-weight: 600;
}
#map iframe {
  height: 550px;
}
.cat-img {
  display: block !important;
}
#logo {
  margin: 0px 0 0 15px;
}
#strip_activities ul li img {
  width: 135px;
  height: 135px;
  object-fit: cover;
}
.galleryVideo video {
  position: relative;
  background-color: #d28b46;
  border-radius: 5px;
}
.galleryVideo .col-sm-3 {
  margin-bottom: 15px;
}
.features-bg {
  background-image: url('./../images/gallery/11.jpeg');
}
.aboutUsList .item34 img {
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}
.rooms_list_desc {
  height: auto !important;
}
ul.add_info {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #strip_activities ul li img {
    min-height: 80px;
  }
}
#social_footer ul li a{display: flex;justify-content: center;align-items: center;}
#social_footer ul li a:hover .white-thread{display: none;}
#social_footer ul li a .green-thread{display: none;}
#social_footer ul li a:hover .green-thread{display: block;}
.main-menu>ul>li .book_now{
    border: 2px solid #86b535;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    background: #86b535;
    cursor: pointer;
    padding: 8px 25px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.main-menu>ul>li .book_now:hover{
    background: transparent;
    color: #86b535 !important;
}
.book_now_whatsApp{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
@media (max-width: 480px) {
    .main-menu>ul>li.whatsApp-connact{
        padding: 20px;
        border-bottom: none !important;
        margin-top: 20px;
    }
    .main-menu>ul>li.whatsApp-connact a{
        width: 100%;
    }
}