/*

|----------------------------------------------------------------------

|       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;

		flex-flow: wrap;

		float: none;

		height: auto;

		background: rgb(255 255 255 / 90%);

		padding: 20px 50px 15px;

		margin: 0;

		visibility: hidden;

		opacity: 0;

		backdrop-filter: saturate(180%) blur(20px);

		overflow: auto;
	}

	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%;
	}

	nav > ul > li > .sub {
		position: static;

		display: none;

		width: auto;

		max-height: none;

		background: transparent;

		visibility: visible;

		opacity: 1;

		text-align: center;

		margin: 0 auto !important;

		border: 0;

		border-radius: 0;

		transition: none;

		box-shadow: none;
	}

	nav > ul > li > .sub > li {
		display: flex;

		justify-content: center;
	}

	nav > ul > li > .sub > li > a {
		background: transparent;

		border-top: 0;

		border-bottom: 0;
	}

	nav #bar {
		flex-flow: column-reverse;
	}

	nav .calBlk {
		margin: 0;
	}

	nav .social {
		margin: 12px -3px;
	}

	/*_____ Home _____*/

	/* #banner {

		padding-bottom: 15px;

	} */

	#banner .outer {
		flex-flow: wrap;
	}

	#banner .content {
		width: 100%;

		max-width: none;
	}

	#banner form {
		display: none !important;
		width: 100%;

		max-width: none;

		margin-top: 50px;
	}

	#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);
	}

	#appoint .inside {
		flex-flow: column;

		text-align: center;
	}

	#appoint .inside .calBlk {
		text-align: left;

		margin: 20px 0;
	}

	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}

	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -15px;
	}

	footer {
		padding-bottom: 80px;
	}
	footer .flexRow > .col {
		width: 100%;
	}
	footer .calBlk {
		display: flex;
	}

	.copyright .inner {
		flex-flow: column;

		align-items: center;

		text-align: center;
	}

	.copyright p {
		margin-bottom: 10px;
	}

	/*_____ Common _____*/

	#serve .flexRow > .col {
		width: 50%;
	}

	#areas .infoLst > li {
		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 _____*/

	/*_____ 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: 400px;
	}

	#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: 40px;
	}

	#business .blkLst > li,
	#business .content > .lst > li {
		width: 100%;
	}

	#choose .flexRow > .col {
		width: 100%;
	}

	/*_____ Common _____*/

	#sBanner .content h1 {
		font-size: 30px;
	}

	#areas .infoLst > li {
		width: 100%;
	}
}

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

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
	}

	#banner .content > h1 {
		font-size: 32px;
	}

	#banner form {
		padding: 20px 15px;
	}

	#contact form {
		padding: 20px 15px;
	}
}

@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) {
}
