.notice-popup{
	z-index: 99999 !important;
	/* height: 100vh !important; */
}

.mfp-content {
	padding: 20px 0;
   background: #fff;
	border-radius: 10px;
	min-height: 50vh;
    height: auto;
   overflow:hidden;
    width: 80% !important;
    margin: auto !important;
}

.notice-popup-content  {
	width: 100%;
	height: auto;
	max-height: 85vh;
	overflow: auto;
	padding:  0 20px;
}

.notice-popup-content .container {
	width: 100%;
	padding: 0;
}

.notice-popup-content .mfp-close{
	top: 0;
	right: 5px;
}
.notice-download {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}
.notice-download a {
	background: #e1ab47;
	color: #fff !important;
	padding: 12px 20px;
}

.notice-download a:hover {
	background: #951e27;
}

.fusion-filters {
	display: flex !important;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.mfp-content {
		/* padding: 20px 0; */
	   /* background: #fff; */
		/* border-radius: 10px; */
		min-height: 50vh;
		/* height: auto; */
	   /* overflow:hidden; */
		width: 90% !important;
		/* margin: auto !important; */
	}
}