/*your custom css goes here*/ 

@media (max-width: 1200px) {
	footer {
		padding-bottom: 60px; /* Height of mobile nav */
		margin-bottom: 0 !important;
	}
	.aiz-mobile-bottom-nav {
		position: fixed !important;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1030;
	}
}/*your custom css goes here*/ 