@media (max-width: 767px) and (min-width: 320px) {
	.banner-text {
		margin-bottom: 3em;
	}
	.web-des-wrap {
		height: auto !important;
		margin-bottom: 1em;
	}
}



@media(max-width: 1024px) and (min-width: 992px) {
	.feature-box h6 {
		font-size: 16px !important;
	}
}

@media(max-width: 991px) and (min-width: 426px) {
	.dev-box {
		height: 250px !important;
	}
}


@media (max-width: 575px) {
	.top-small-det {
		display: none;
	}
	.logo {
		display: flex !important;
		justify-content: center;
		flex-direction: column;
		padding: 0;
	}
	.mobileNumber {
        display: block !important;
    }
	.mobile-inq {
		display: block !important;
	}
	.mynavbar {
    	padding: 0 1em !important;
	}
	.banner .container {
		padding: 0 2em;
	}
	.track-pie {
		margin: 0 auto;
	}
}


@media (max-width: 425px) {
	.contact .container {
		padding: 0 2em;
	}
}


