section[data-cattype="909"].wrapper_middle {
	padding: 0;
	z-index: 2222;
}

 /* Modal overlay */
 #downloadFormModal {
	display: none;
	position: fixed;
	z-index: 11000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.5); */
	justify-content: center;
	align-items: center;
	background: rgba(48, 39, 89, 0.86);
}

#downloadFormModal .contact-form {
	/* background-color: #fff; */
	padding: 30px;
	border-radius: 8px;
	max-width: 800px;
	width: 100%;
	/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
}

.close-btn {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
}

.btn-download {
	display: block;
	margin: auto;
}


.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
	color: #fff;
}


.btn:not(:disabled):not(.disabled):hover {
	color: #22409a;
}

.contact-form h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}


.personal-data {
	padding-left: 40px;
	margin-bottom: 20px;
	color: #fff;
}

.personal-data a{
	color: #fff;
}

.personal-data a:hover{
	color: #6a961f;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}

