/*
|----------------------------------------------------------------------
|       Media Queries
|----------------------------------------------------------------------
*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
	/*_____ Home _____*/
	#business .blkLst > li {
		width: 100%;
	}
	#choose .content {
		max-width: 600px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -15px;
	}
}

@media screen and (max-width: 991px) {
	/*_____ Navigation _____*/
	.toggle {
		display: flex;
	}
	nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		align-items: center;
		flex-flow: wrap;
		overflow: auto;
		float: none;
		background: rgb(0 1 24 / 70%);
		backdrop-filter: saturate(180%) blur(20px);
		padding: 30px 50px;
		margin: 0;
		visibility: hidden;
		opacity: 0;
	}
	nav.active {
		visibility: visible;
		opacity: 1;
	}
	#nav {
		align-items: center;
		flex-flow: wrap;
	}
	#nav > li {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		width: 100%;
	}
	/*_____ Home _____*/
	#business .flexRow > .col {
		width: 100%;
	}
	#choose .image {
		display: none;
	}
	#choose .content {
		max-width: none;
	}
	#step .flexRow > .col {
		width: 100%;
	}
	#step .flexRow:before {
		transform: rotate(45deg);
	}
	#counter .flexRow > .col {
		width: 50%;
	}
	#brands > li {
		width: 50%;
	}
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -15px;
	}
	footer .flexRow > .col {
		width: 100%;
	}
	.copyright .inner {
		flex-flow: column;
		align-items: center;
		text-align: center;
	}
	.copyright p {
		margin-bottom: 10px;
	}
	/*_____ Common _____*/
	#serve .flexRow > .col {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	/*_____ All Site _____*/
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	/*_____ Home _____*/
	#banner .content > h1 {
		font-size: 46px;
	}
	/*_____ Common _____*/
	#sBanner .content h1 {
		font-size: 36px;
	}
	#testimonial .flexRow > .col {
		width: 100%;
	}
	#contact .infoLst > li {
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	/*_____ col-xx-? _____*/
	.col-xx-12 {
		width: 100%;
	}
	.col-xx-11 {
		width: 91.6667%;
	}
	.col-xx-10 {
		width: 83.3334%;
	}
	.col-xx-9 {
		width: 75%;
	}
	.col-xx-8 {
		width: 66.6667%;
	}
	.col-xx-7 {
		width: 58.3334%;
	}
	.col-xx-6 {
		width: 50%;
	}
	.col-xx-5 {
		width: 41.6667%;
	}
	.col-xx-4 {
		width: 33.3334%;
	}
	.col-xx-3 {
		width: 25%;
	}
	.col-xx-2 {
		width: 16.6667%;
	}
	.col-xx-1 {
		width: 8.3334%;
	}
	/*_____ Home _____*/
	#banner {
		min-height: 500px;
	}
	#serve .flexRow > .col {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	/*_____ col-xx-? _____*/
	.col-xx-12,
	.col-xx-11,
	.col-xx-10,
	.col-xx-9,
	.col-xx-8,
	.col-xx-7,
	.col-xx-6,
	.col-xx-5,
	.col-xx-4,
	.col-xx-3,
	.col-xx-2,
	.col-xx-1 {
		width: 100% !important;
	}
	/*_____ Home _____*/
	#banner .content > h1 {
		font-size: 34px;
	}
	#business .blkLst > li {
		width: 100%;
	}
	#choose .flexRow > .col {
		width: 100%;
	}
	#counter .flexRow > .col {
		width: 100%;
	}
	#brands > li > .icon {
		max-width: 140px;
		max-height: 44px;
	}
	/*_____ Common _____*/
}

@media screen and (max-width: 380px) {
	/*_____ Home _____*/
}

@media screen and (max-width: 320px) {
	/*_____ Home _____*/
}

/*
|----------------------------------------------------------------------
|       Media Queries Height
|----------------------------------------------------------------------
*/

@media screen and (max-height: 420px) {
}

@media screen and (min-height: 768px) {
}

@media screen and (min-height: 1040px) {
}
