.tx-dbay-contactform .btn-square {
	height: 54px;
	min-width: 100px;
	border: 2px solid transparent;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.tx-dbay-contactform a.btn-square {
	padding-top: 13px;
	height: 52px;
}

.tx-dbay-contactform .btn-square:focus {
	outline-color: transparent;
}

.tx-dbay-contactform .contact a {
	color: #333F44;
}

.tx-dbay-contactform .contact a:hover {
	color: #C40005;
}

.tx-dbay-contactform .contactform textarea.form-control {
	height: 195px;
	resize: vertical;
}

.tx-dbay-contactform .contactform .googleMap-height-200 {
	height: 195px;
}

.tx-dbay-contactform .contactform #map {
	z-index: 10;
}

.tx-dbay-contactform .contactform .gmaps img {
	margin-top: -12px;
}

.tx-dbay-contactform #mapPopupText .btn,
.tx-dbay-contactform .leaflet-popup-content .btn {
	padding: 14px 30px;
}

.tx-dbay-contactform .checkbox input {
	margin-top: 7px;
}

.tx-dbay-contactform .checkbox.f3-form-error label {
	color: #c40005;
}

.tx-dbay-contactform .socials {
	display: inline-flex;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--color-black);
	background-color: var(--color-white);
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
}

.tx-dbay-contactform .socials i {
	font-size: 25px;
}

.tx-dbay-contactform #contactForm .form-group.firstname {
	margin-right: 15px;
}

.tx-dbay-contactform .dbayCaptchaContainer {
	position: relative;
	justify-content: end;
}

@media (max-width: 767px) {
	.tx-dbay-contactform .dbayCaptchaContainer {
		justify-content: center;
	}
}
