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

  .hotel-single-slider {
    display: none;
  }
}


@media screen and (max-width: 450px) {

  #footer_copyright {
    font-size: 11px;
  }


/*Tours List*/
  #tour-title {
  	font-size: 22px !important;
  }

  #duration {
  	font-size: 22px !important;
  }


/*Mobile Result in logo*/
  .navbar-brand, .navbar-tabs { 
      align-items: stretch;
      display: flex;
      flex-shrink: 0;
      min-height: 3.25rem;
  }



  ul.unordered li span {
    color: black;
    font-size: 10px !important;
    font-weight: 200 !important;
  }

}