@media only screen and (min-width:200px) and (max-width:767px){
	.banner_form{
		top: 80px;
	}

	.banner{
		display: none;
	}

	.search_bar{
		display: block;
	}

	.category_box{
		width: 100%;
	}

	.category_box button{
		width: 90%;
	}

	.form-control{
		width: 100%;
	}

	.why_choose{
		width: 100%;
	}

	.side_img{
		width: 100%;
		height: 350px;
	}

	.ad-img{
		width: 30%;
	}

	.ad-img img{
		width: 100%;
	}

	.ad_content{
		width: 100%;
	}

	.ad_content h4{
		font-size: 14px;
	}
	.ad_content p{
		font-size: 12px;
		text-overflow: ellipsis;
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;
		
	}

	.ad_content_a{
		text-decoration: none;
		color: #000;
		font-size: 14px;
		padding: 2px 5px;
		border-radius: 15px;
		border: 1px solid #ed2f59;
	}

	.contact_btn{
		display: block;
	}
}