@media (min-width: 1366px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 1240px) {
}

@media (min-width: 992px) {
}

@media (max-width: 768px) {
	.navbar-brand {
		position: initial;
	}

	.navbar {
		padding: 0 10px;
	}

	.banner-text {
		flex-direction: column-reverse;
	    display: flex;
	    background-position: 120px 75px !important;
	    padding: 30px 10px 0 !important;
	    background-size: 80% !important;
	}

	.banner-2 {
		background-size: 180% !important;
		background-position: 0px !important;
	}

	.banner-text div:first-child {
		margin-top: 20px;
	}

	.container.p-0 {
		padding: 0 15px !important;
	}

	.banner-sec {
		padding: 0 !important;
	}

	#navbarSupportedContent {
		left: 0;
	}

	.banner-sec .container.p-0  {
		padding: 0 10px !important;
	}

	.btn.cs-btn {
		padding: 16px;
	}

	footer,
	footer .text-end {
		text-align: center !important;
	}

	.slider-content {
		height: 228px;
	}

	.slider-thumb .slick-slide {
		height: 50px;
	}

	.slider-thumb .slick-slide.slick-current {
		border: 2px solid green;
	}

	.navbar-nav {
		margin-left: 0;
	}

	.gallery-thumb-link {
		display: block;
	}

	.prod-sec .row {
		margin-top: 0 !important;
	}

	.prod-sec .col-md-4 {
		margin-bottom: 20px;
	}

}

@media (max-width: 768px) and (orientation : landscape) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
}

@media (min-width: 768px) and (max-width: 1024px) {
}
@media (min-width: 1200px) {
	
}