/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */

.contact_section {
	margin-top: 80px;
}

/** Promo */
.promo-bar {
	background: #5b83a2;
	position: absolute;
	width: 100%;
	top: -999px;
	left: 0;
	right: 0;
	color: #fff;
}

.promo-bar h3,
.promo-bar p {
	color: #fff;
}

.promo-bar .container {
	padding: 10px 0;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.promo-bar .get_in_touch_btn {
	padding-top: 0!important;
}

.promo-bar .get_in_touch_btn a {
	background-color: #fff;
	padding: 10px 20px;
}

.promo-bar .get_in_touch_btn a:hover {
	background: var(--button-color)!important;
	color: #fff!important;
}

.promo-bar .get_in_touch_btn a strong {
	font-size: 20px;
	line-height: 24px;
	color: #436177;
}

.promo-bar .get_in_touch_btn a:hover strong {
	color: #fff;
}

.promo-bar .row {
	width: 100%;
}

@media (max-width: 768px) {
	.promo-bar {
		text-align: center;
	}

	.promo-bar .container {
		flex-direction: column;
		justify-content: center;
	}
	.promo-bar .row {
		margin: 0!important;
	}

	.promo-bar .get_in_touch_btn a {
		padding: 10px 20px;
	}

	.promo-bar .get_in_touch_btn a strong {
		font-size: 18px;
		line-height: 20px;
	}

	.promo-bar h5 {
		font-size: 1.1rem;
	}
}

.promo-bar .get_in_touch_btn {
	padding-top: 15px;
}

.promo {
	text-align: center;
	padding: 0 0 60px;
}

.promo h3 {
	margin-bottom: 20px;
}

.promo .get_in_touch_btn {
	text-align: center;
}
.contact_section_form {
    margin-top: 50px;
}