.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}



/*** Banner ***/
.info-banner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: 1000;
	background-color: #00000022;
	text-align: center;
	overflow: scroll;
	padding-inline: 20px;
}

.info-banner-content {
	max-width: 570px;
	width: 95%;
	background-color: #fff;
	color: #222;
	text-align: center;
	position: relative;
	margin: auto;
	top: 10%;
	height: 85vh;
	overflow-y: scroll;
}


.info-banner-content h2 {
	background-color: #3e679f;
	padding: 40px 12px;
	color: #fff;
	margin-top: auto;
}


.info-banner-content img {
	max-width: 460px;
	width: 87%;
	margin: 30px auto;
}

.info-banner-text {
padding: 0px 12px 30px;
margin-top: -20px;
}

.info-banner-text ul {
list-style: none;
}

.info-banner-text ul li {
padding: 15px 10px;
}

.close-btn {
	position: absolute;
	top: 1%;
	right: 1%;
	transform: translateY(-10%);
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	background: #87898b;
	padding: 5px 8px;
	border: 2px solid;
	font-weight: 600;
}