.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: 100vw;
    z-index: 1000;
    background-color: #00000022; /* Adjust the background color as needed */
    text-align: center;
}

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

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

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

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

.taxes-list {
width: fit-content;
margin: auto;
}

.list-title {
	text-decoration: underline;
	margin-bottom: 5px;
}

.taxes-list li {
	width: fit-content;
	font-weight: 600;
	font-size: 20px;
	padding-block: 6px;
	text-align: left;
}

.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;
}

.close-button{
background-color: #87898b;
color: #fff;
}