		.responsive {
  width: 100%;
  height: auto;
				padding-bottom: 0;
				padding-top: 40px;
	
}
		
		@media (max-width: 767px) {
			
			.responsive  {
				padding-top: 45px;
				margin-top: 0;
			}
			
			.banner-in {
				padding-top: 0;
				margin-top: 0;
			}
			
			.banner {
				padding-top: 0;
				margin-top: 0;
			}
			
			
			
			.testimonial-item{
			width: 100px;
				height: auto;
			padding-left: 50%;
				padding-right: 50%;
			}
		}	