	.mobile-footer-links {
					display: none;
					width: 100%;
				}

				.mobile-footer-link {
					flex: 1 1 33.333%;
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;
					text-align: center;
					text-decoration: none;
					color: #fff;
					padding: 16px 10px 14px;
					min-height: 98px;
					transition: background-color 0.2s ease;
				}

				.mobile-footer-link i {
					font-size: 28px;
					margin-bottom: 10px;
					line-height: 1;
				}

				.mobile-footer-link span {
					font-size: 16px;
					font-weight: 500;
					line-height: 1.2;
				}

				.mobile-footer-links {
				background: linear-gradient(90deg, #1f4963 0%, #147cab 100%);
				}

				.mobile-footer-link:hover,
				.mobile-footer-link:focus {
					color: #fff;
					text-decoration: none;
					opacity: 0.95;
				}
				.mobile-footer-links {
					position: fixed;
					bottom: 0;
					left: 0;
					width: 100%;
					z-index: 9999;
					}
				@media (max-width: 767px) {
					#header > div.width-container > div > div.mobile-nav-links-wrapper{
					display:none;
				}
					.mobile-footer-links {
						display: flex !important;
					}
					.mobile-footer-link{
						display: flex !important;
						flex-direction: column;
					}
					.footer-section{
					padding:0px;
				}
				.copyright-content {
					margin-bottom: 20px;
				}
				}
				@media screen and (max-width: 950px) {
    .fixed-header .header-row {
        justify-content: flex-start !important;
    }
}
				