@media only screen and (max-width: 600px) {
 .carousel-item {
    height:auto;
  }
  
  .logo {
justify-content: left !important;
  }
  
  .nav-item {
	  line-height:28px;
  }
  .booking-form {
	  top:0;
	  margin-bottom:0;
	 margin-top: 20px;
  }
  
  #widgetform a {
	  margin-top:5px;
	  width: 180px;
  }
  
  
  #widgetform input {
	  width:180px;
	  font-size: 18px;
  }
  
  
  .welcome-section {
	  padding:0 20px;
  }
  
  .room-div {
	  margin-bottom: 20px;
	      padding: 8px;
  }
  .facilities img {
	  margin-top:15px;
  }
}