@media only screen and (max-width: 932px) {
	.home .banner,
	.home .owl-carousel .owl-item img {
		height: 520px;
	}

	.home .owl-carousel .owl-item img.w-100 {
		width: auto !important;
	}

	h2 br {
		display: none;
	}

	.mt-xs-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xs-0 {
		margin-top: 0 !important;
	}

	.mb-xs-5 {
		margin-bottom: 3rem !important;
	}

	.d-xs-block {
		display: block !important;
	}

	.p-xs-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-xs-1 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.p-xs-1 {
		padding: 15px !important;
	}

	.py-8 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.m-xs-0 {
		margin: 0 !important;
	}

	.w-xs-100 { width: 100% !important; }

	.navbar {
		height: auto;
	}

	.navbar-brand {
		margin: 10px;
	}

	.navbar-brand img {
	    max-width: 244px;
	}

	.navbar .navbar-toggler {
	    background: url(../../assets/images/menu.png);
	    background-repeat: no-repeat;
	    outline: none;
	}

	.navbar.active .navbar-toggler {
	    background: url(../../assets/images/close.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    outline: none;
	}

	.navbar-collapse {
		padding-bottom: 15px;
	}

	.navbar-nav li ul {
		padding: 10px 0px;
	    display: block;
	    width: 89%;
	    margin: 0 20px;
	    position: initial;
	}

	.navbar-nav {
		margin-bottom: 10px;
	}

	.highlight-text {
		top: 0;
		font-size: 10px;
	}

	.other-prods {
		flex-direction: column;
	}

	.other-prods a {
		margin: 0 0 20px 0 !important;
	}

	.slider-content {
		z-index: 1;
	}

	.slider-content h2 {
	    font-size: 32px;
	}

	.contact-sec .p-6 {
		padding: 15px !important;
	}

	.owl-carousel.owl-drag .owl-item {
		overflow: hidden;
	}

	.slide-4, .slide-6 {
 	 	position: relative;
	  	left: -150%;
	}

	.modal .close {
	    right: 0;
	    bottom: -70px;
	    left: 0;
	}

	footer small span {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {

}

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