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

.content-wrapper {
max-width: 85%;
width: 100%;
margin-inline: auto;
padding-block: 20px;
}

.apply-btn {
position: fixed;
bottom: 7%;
left: 3%;
z-index: 5;
display: none;
}

#housing-application{
z-index: 6;
}

.hc-text, .faq-section {
padding: 25px 18px;
}

.hc-row {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
}

.hc-row h1 {
max-width: 75%;
width: 100%;
margin-inline: auto;
}

.hc-row img {
max-width: 23%;
width: 100%;
margin-inline: auto;
}

@media (max-width: 991px) {
.hc-row h1 {
max-width: 95%;

}

.hc-row img {
max-width: 350px;
}
}

.hc-text2, .faq-section {
background-color: #f9f9f9;
border-radius: 12px;
}

.hc-text p span {
font-weight: 600;
}

.faq-header {
	text-align: center;
	font-size: 45px;
	font-weight: normal;
}

.faq-row {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
gap: 30px;
align-items: center;
}

.faq-row .faq-content {
	flex-basis: 415px;
flex-grow: 1;
}

.faq-row .faq-accordian {
	flex-basis: 415px;
flex-grow: 1;

}



.faq-item {
	width: 100%;
	margin: 7px 0px;
	border-bottom: #ebebeb 1px solid;
}

.faq-item .faq-label {
	position: relative;
	width: 100%;
	padding: 12px 26px 12px 0px;
	cursor: pointer;
	font-size: 20px;
font-weight: 600;
	color: #000;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.faq-item .faq-label i {
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.faq-item .faq-label i:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 18px;
	height: 2px;
	background-color: #000;
}

.faq-item .faq-label i:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 2px;
	height: 18px;
	background-color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
	opacity: 0;
}

.faq-cont {
	transition: 0.3s all;
	overflow: hidden;
	height: 0px;
}

.faq-item.faq-item-show  .faq-cont {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	height: auto;
}

.faq-cont p {
	margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
	margin-bottom: 0px;
}

@media(max-width:992px) {
	.faq-group .faq-content{
  width: 100%;
 }
.faq-group .faq-accordian {
 width: 100%;
 padding-left: 0;
 margin-left: 0;
}
}