@media(max-width:1366px) {
	.max-height527 {
		max-height: 392px;
	}
}

@media(max-width: 991px) {
	.md-width100 {
		width: 100%;
	}
}

@media(max-width: 767px) {
	body {
		zoom: 70%;
	}

	.md-flex-column-reverse {
		flex-direction: column-reverse;
	}

	.uwaw {
		zoom: 2;
		right: -550px;
	}
	.contact-left{
		position: relative !important;
		transform: none !important;
		top: 0 !important;
	}
}

@media(max-width: 400px) {
	body {
		zoom: 60%;
	}

	.tooltip {
		display: none;
	}

	.border-sm-0 {
		border: none !important;
	}
}

@media(max-width: 300px) {
	body {
		zoom: 40%;
	}
}