@media only screen and (min-width:200px) and (max-width:767px){

.banner-inner{
	width: 250px;
	top: 7%;
	left: 5%;
}

.banner-inner h1{
	font-size: 20px;
}

.banner-inner h2{
	font-size: 16px;
}

.banner-inner p{
	font-size: 14px;
	line-height: 20px;
}

.menu img{
	width: 150px;
}

.side-contact{
	right: -24%;
}

.banner-inner p{
	font-size: 14px;
}

.banner-inner h1{
	font-size: 16px;
}

.banner{
	width: 100%;
	height: 250px;
	background: url(images/banner.jpg);
	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.contact-btn{
	display: block;
}

.banner-inner button{
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}

.togglerr{
	display: block;
}

.menu .available-now{
	display: none;
}

.navibar h4{
	padding-top: 10px;
	font-size: 30px;
}

.dropdown-mob li a:hover{
	color: yellow;
}

.owl-carousel img{
	height: 300px;
}

.images img{
	height: 400px;

}

.card-img img{
	height: 350px;
}

}