@media only screen and (max-width:480px) and (min-width:320px){
	.container{
		width: 100%;
		max-width: 100%;
	}
	.banner_text{
		margin-top: 50px;
		text-align: center;
	}
	.main_menu{
		display: none;
	}
	.logo{
		text-align: center;
	}
	.banner_text a{
		float: none;
		margin: 0 auto;
		margin-top: 20px;
	}
	.header_wrapper{
		padding-bottom: 20px;
	}
	.inner_abt_sec{
		width: 100%;
	}
	.inner_abt_sec img {
    	width: 90%;
    	margin-right: 5%;
    	margin-left: 5%;
    	clear: both;
    	display: block;
	}
	.inner_abt_sec p{
		float: left;
    	margin-left: 5%;
    	margin-top: 30px;
	}
	.p_range{
		margin-top:50px;
		padding-left: 20px;
    	padding-right: 20px;
    	padding-bottom: 50px;
	}
	.block{
		margin-bottom: 30px;
	}
	.services {
    	padding-top: 50px;
    	padding-bottom: 50px;
    	padding-left: 20px;
    	padding-right: 20px;
	}	
	.our_products{
		margin-top: 30px;
    	padding-top: 40px;
    	padding-bottom: 30px;
    	background-position: top center;
    	padding-left: 20px;
    	padding-right: 20px;
    	background-repeat: repeat;
	}
	.our_products .col-md-1{
		display: none;
	}
	.our_products .col-md-3{
		margin-left: 0 !important;
		margin-bottom: 30px;
	}
	.testimonials{
		padding-top: 50px;
		padding-bottom:50px;
	}

	.inner_abt_sec a{
		margin-left: 25%;
	}
	.site-footer{
		height: auto;
		line-height: unset;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.site-footer .letswork span{
		text-align: center;
		display: block;
	}
	.site-footer .letswork a{
		float: none;
    	margin: 0 auto;
    	padding: -0;
    	width: 151px;
    	text-align: center;
    	display: block;
    	margin-top: 30px;
	}
	.footer_contact{
		margin-top: 50px;
	}
	.footer_contact .col-md-5{
		margin-left: 0;
	}
	.bottom_footer{
		margin-top:50px;
	}
	.bottom_footer .col-md-3{
		text-align: center;
	}
	.footer_menu li{
		display: block;
		width: 100%;
		clear: both;
		padding-left: 0;
	}
	.footer_menu{
		padding-left: 50px;
	}
	.copyright{
		display: block;
		text-align: center;
		float: none;
		font-size: 15px;
	}
	.policylinks{
		float: none;
	}
	.block p {
    	font-size: 20px;
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.footer_contact .col-md-5 h2{
		font-size: 27px;
	}
	.policylinks li a{
		font-size: 15px;
	}
	.page_title{
		height: 80px;
		line-height: 80px;
		margin-top: 0;
	}
	.images img {
    	margin-right: 2%;
    	margin-bottom: 20px;
	}
	.map_wrapper iframe{
		height: 250px !important;
	}