@charset "utf-8";

/* CSS Document */

@media screen and (min-width:320px) and (max-width:399px) {
	.logo_img {
		width: 158px;
	}
	.quotes {
		display: none;
	}
	.owl-item{
		padding: 0 !important;
	}
}

@media screen and (min-width: 400px) and (max-width:499px) {
	.quotes {
		display: none;
	}
	.owl-item{
		padding: 0 !important;
	}
}

@media screen and (min-width: 500px) and (max-width:639px) {
	.quotes {
		display: none;
	}
}

@media screen and (min-width: 640px) and (max-width:767px) {
	.quotes {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width:991px) {
	.quotes {
		display: none;
	}
}

@media screen and (min-width: 992px)and (max-width:1199px) {}

@media screen and (min-width: 1200px)and (max-width:1400px) {}