@media all and (max-device-width: 480px)
{
	.inquire-section
	{
		background-image: none;
		background-color: #D0D2D1;
	}
	
	#testimonial .testimonial-wrapper
	{
		background-image: none;
		background-color: #353535;
	}
	
	#clients {
		background-image: none;
		background-color: #ADADAD;
	}
	
	#request-pro {
		background-image: none;
		background-color: #0F0F0F;
	}
}