@media only screen and (min-width:200px) and (max-width:767px){
	.navbar-collapse{
		margin-top: 10px;
		background: #fff;
		
	}

	.banner{
		width: 100%;
		height: 160px;
		background-size: 100%;
	}

	.nav-link{
		color: #7a7a7a !important;
		padding: 10px;
	}

	.active{
		border-bottom: 0px;
		background: #7a7a7a;
		color: #fff !important;
	}

	.img-box{
		height: 360px;
	}
}