@media (max-width : 767px) {
	body {
		max-width: 100%;
		min-width: 100%;
	}

	/* headerStart */
	.zzl-header-cont {
		width: 100%;
		background-image: none;
	}

	.zzl-header-cont>a {
		background-image: url('../images/logo_mobile.png');
		background-position: left;
		width: 360px;
		height: 70px;
	}

	/* headerEnd */

	/* menuStart */
	#zzlNav {
		max-width: 100%;
	}

	#zzlNav>.navbar {
		width: 100%;
	}

	#zzlNav>.navbar>.container-fluid {
		justify-content: flex-start;
	}

	#zzlNav>.navbar>.container-fluid>.navbar-toggler {
		border: none;
	}

	#zzlNav>.navbar {
		width: 100%;
		min-width: 100%;
	}

	/* menuEnd */

	/* curPosStart */
	.pos {
		max-width: 100%;
		min-width: 100%;
	}

	.pos>nav {
		width: 90%;
	}
	.pos>nav>.breadcrumb{
		width: 100%;
	}

	/* curPosEnd */


	

	/* footerStart */
	.myFooter>.footer-cont {
		width: 100%;
	}

	.myFooter>.footer-cont>p {
		width: 90%;
	}

	/* footerEnd */
}