/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.item-wrapp .item {
		margin-bottom: 20px;
	}
	.banner .contact-us01 form label {
		text-align: left;
	}
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.item-wrapp .item {
		margin-bottom: 20px;
	}
	.banner .contact-us01 form label {
		text-align: left;
	}
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.item-wrapp .item {
		margin-bottom: 20px;
	}
	.banner .contact-us01 form label {
		text-align: left;
	}
}