.banner-bg1 {
	background-image: url(../images/contact-banner-vdv.png);
}
.item-bg1 {
	background-image: url(../images/contact-banner-vdv.png);
}

.slider-item > div {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	height: 70vh;
}
@media only screen and (max-width: 991px) {
    .mean-container .mean-bar {
        background-color: transparent;
        padding: 0;
        width: 100vw;
        position: fixed;
        height: 80px;
    }
}

@media (max-width: 768px) {

	.slider-item > div{
		height: 70vh !important;
	}

}

.content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 40px;
	gap: 20px;
	padding-top: 40px;
	padding-bottom: 70px;
}

.contacts-info {
	width: 30%;
	padding-inline: 40px;
	margin-left: 20px;
}

.contacts-info-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 16px;
}

.contacts-form {
	width: 40%;
}

.contacts-info h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.cwu-head {
	text-align: center;
	margin-top: 20px;
}

.contacts-info img {
	/* height: 18px; */
	width: auto;
}

.contacts-info p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0px;
}

.contacts-form form {
	display: flex;
	flex-direction: column;
}

.contacts-form label {
	font-size: 14px;
}

.contacts-form input,
.contacts-form textarea,
.contacts-form select {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #bda588;
	border-radius: 0;
}

.contacts-form button {
	font-size: 20px;
	background-color: #d66c3b;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

.contacts-form button:hover {
	background-color: #d66c3b;
}

@media (max-width: 767px) {
	.content {
		display: flex;
		flex-direction: column-reverse;
	}
	.contacts-info {
		width: 100% !important;
		padding-inline: 0px !important;
		margin-left: 0px !important;
	}
	.contacts-form {
		width: 100% !important;
	}
  .item-bg1 {
    background-image:  url(../images/contact-banner-vdv-mobile.png);
}
}
