.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: 5%;
	height: 760px;
	overflow-y: scroll;
}

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


.info-banner-content img{
max-width: 360px;
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;
}

.ocwrapper{
	padding: 0 60px;
	text-align: center;
}

.ocparallax{
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .33) 100%), url('/imageserver/UserMedia/southeast/gaf_bg.jpg');
	background-size: cover;
	background-position: center;
}
.OC-img-wrapper img {
    max-width: 300px;
    width: 100%;
    height: auto;
}