#cus-megamenu-wrapper {
  padding: 10px !important;
  left: 30% !important;
}

.cus-slider-tour-details-size {
  padding: 10px;
}

.custom-logo {
  height: 50px;
}

.custom-gallery-img {
  height: 260px;
  object-fit: cover;
}

.custom-footer-logo {
  height: 45px;
}

.cus-blog-img {
  height: 360px;
  object-fit: cover;
}

.custom-font {
  font-size: 11px;
}

.custom-tour-carousel-img {
  height: 260px;
  object-fit: cover;
}

.cus-tour-img {
  height: 261px;
  object-fit: cover;
}

.cus-tour-details-img {
  height: 334.58px;
  width: 716px;
  object-fit: cover;
}

.custom-tour-img-gallery {
  height: 200px !important;
}

.blockUI.blockOverlay {
  z-index: 1999;
}

.cus-business-list-img {
  width: 100% !important;
  object-fit: cover !important;
  height: 306px;
}

.cus-slider-business-details-size {
  padding: 10px;
}


.cus-business-details-img {
  height: 334.58px;
  width: 716px;
  object-fit: cover;
}

.custom-business-img-gallery {
  height: 200px !important;
}


.mobileShow {
  display: none;
}

@media only screen and (max-width: 480px)
{
  .mobileShow
  {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }

  .mobileShow button
  {
    padding: 10px 20px;
    font-size: 16px;
  }
}