@media only screen and (min-width:200px) and (max-width:767px){
	.navbar-collapse{
		margin-top: 10px;
		background: #fff;
		
	}

	.nav-link{
		color: #7a7a7a !important;
		padding: 10px;
	}

	.active{
		border-bottom: 0px;
		background: #7a7a7a;
		color: #fff !important;
	}

	.img-box{
		height: 360px;
	}
	.contact a{
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0px 10px;
}
	.contact-btn a{
	            font-size: 12px !important;
	        }
	        
	        .local a{
	color: #155e0c;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	padding-bottom: 15px;
}
}