.dispute-res-eld-section {
	background: url('../img/dispute-res-eld-banner.webp') no-repeat center center/cover;
	height: 80vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	margin-top: 140px;
	width: 100%;
}

.compliance-content {
	position: relative;
	z-index: 2;
	max-width: 60%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.compliance-content h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	width: 570px;
}

.compliance-content p {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.criminal-second-sec .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.second-sec-aside-bar-first {
	width: 100%;
}

.second-sec-aside-bar {
	width: 80%;
	margin-left: auto;
}

.mna-sidebar {
	background-color: #E8EFFF;
	border-radius: 10px;
	min-height: 100%;
	box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
	width: 18.5%;
}

.mna-sidebar.unfixed {
	position: absolute;
	top: 0px;
	width: 231px;
	background-color: #E8EFFF !important;
}

@media (min-width: 1800px) and (max-width: 2500px) {
	.mna-sidebar.unfixed {
		position: absolute;
		top: 0;
		width: 350px;
	}
}

@media (min-width:1800px) and (max-width: 2500px) {
	.mna-sidebar {
		background-color: #E8EFFF;
		border-radius: 10px;
		min-height: 100%;
		box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
		transition: all 0.3s ease;
		position: absolute;
		height: 80vh;
	}

	.dispute-res-eld-section {
		background: url('../img/dispute-res-eld-banner-large.webp') no-repeat center center/cover;
		height: 65vh;
		padding: 0;
	}

	.compliance-content h1 {
		font-size: 40px;
		width: 600px;
	}

	.compliance-content p {
		font-size: 18px !important;
		margin-top: 40px;
	}
}

@media (max-width: 1024px) {
	.dispute-res-eld-section {
		top: 0px;
		margin-top: 200px;
		height: auto;
		padding: 0 30px 0 0;
		margin-bottom: 0px;
		text-align: center;
		background: url(../img/employment-dispute-phone.png) no-repeat center center / cover;
	}

	.dispute-res-eld-section .compliance-form {
		margin-right: 0;
		width: 100%;
		max-width: 325px;
	}
}

@media  (min-width:768px) and (max-width: 800px) {
	.dispute-res-eld-section {
		top: 0px;
		margin-top: 110px;
	}
}

@media (max-width: 767px) {
	.dispute-res-eld-section {
		flex-direction: column;
		padding: 0;
		margin-bottom: 10px;
		top: 0;
		margin-top: 110px;
		background: url(../img/employment-dispute-phone.png) no-repeat center center / cover;
	}

	.second-sec-aside-bar {
		width: 100%;
	}
}