/* Bottom Contact Styles */
.bottom-contact {
	background-color: var(--dark-primary-color);
}

.bottom-contact .bc-pic, .bottom-contact .bc-pic figure {
	height: 100%;
}

.bottom-contact form {
	padding: 6.44em 7.72em;
}

.bottom-contact form .look-like-h2, .bottom-contact form label, .bottom-contact form .note-style {
	color: var(--white-color);
}

.bottom-contact form button {
	width: 100%;
}
/* End Bottom Contact Styles */

/* Responsive Min-Width 1025px */
@media screen and (min-width: 1025px) {
	.bottom-contact .form-zone {
		padding-left: 0;
		padding-right: 0;
	}
}
/* End Responsive Min-Width 1025px */

/* Responsive Width 1600px */
@media screen and (max-width: 1600px) {
	.bottom-contact .form-zone {
		width: 45%;
	}
	
	.bottom-contact .picture-zone {
		width: 55%;
	}
	
	.bottom-contact form {
		padding: 3em;
	}
}
/* End Responsive Width 1600px */

/* Responsive Width 1024px */
@media screen and (max-width: 1024px) {
	.bottom-contact .form-zone, .bottom-contact .picture-zone {
		width: 100%;
	}
	
	.bottom-contact form {
		padding: 1em 0;
	}
	
	.bottom-contact .picture-zone {
		display: none;
	}
}
/* End Responsive Width 1024px */