@media (max-width: 762px) {
  body {
    line-height: 23px;
  }

  .collapse > ul > li > a {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .navbar .navbar-brand h2 {
    font-size: 18px;
    padding-left: 17px;
  }
  #myCarousel .carousel-inner img {
    height: 300px !important;
  }
  #myCarousel .carousel-caption h3 {
    font-size: 25px;
    padding-top: 40px;
  }
  #myCarousel .carousel-caption p {
    font-size: 17px;
  }
  #myCarousel .carousel-indicators li,
  #myCarousel .carousel-indicators .active {
    width: 10px;
  }
  #myCarousel .carousel-control-prev,
  #myCarousel .carousel-control-next {
    display: none;
  }

  .rembo h2 {
    line-height: 1.3em;
    font-size: 30px;
    margin-top: 10px;
  }
  .rembo p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .amenities {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .features-page {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .features {
    margin-top: 0px;
  }
  .rooms .selected {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.5em;
  }
  .counter {
    display: none;
  }
  .lined-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
  }
  .about p {
    display: none;
  }
  .about h2 {
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .ft-contact {
    display: none;
  }
  .ft-newslatter {
    display: none;
  }
  .ft-about {
  justify-content: center;
  align-items: center;
  text-align: center;
  }
}
@media (max-width: 768px) {
  .page-heading .text-content h2 {
    font-size: 36px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 32px;
  }
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0px;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show > .nav-link {
    color: #f33f3f !important;
    border-bottom: none !important;
    padding-bottom: 15px;
  }
  .product-item .down-content h4 {
    margin-bottom: 10px;
  }
  .product-item .down-content h6 {
    margin-bottom: 20px;
  }
}
