@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 h4{
		font-size: 10px;
		text-overflow: ellipsis;
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;
	}

	.ad_content span a{
		font-size: 88px;
		text-overflow: ellipsis;
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;
	}

	.whatsapp,
	.call{
		padding: 8px 8px;
		font-size: 13px;
	}

	.ad_content_a{
		font-size: 14px;
		padding: 5px 8px;
	}

	.ad_box{
		border: 2px solid #245fae;
		height: 180px;
		overflow: hidden;
	}

	.contact_btn{
		display: block;
	}

	.post_ad{
		width: 50%;
	}

	.locations a{
		margin-left: 15px;
		padding: 8px 12px;
		border-radius: 20px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.service-img{
		height: 400px !important;
		overflow: hidden;
	}
}