.modal {
	max-width: 400px;
}
.modal-content {
}
.modal-title {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.modal-sub-title {
	text-align: center;
	font-size: 16px;
	margin-top: 8px;
}
.modal-feedback {
	margin-top: 16px;
}
.modal-feedback .feedback-col {
	flex-basis: 100%;
}


@media(min-width: 768px) {
	.footer-bottom {
		justify-content: space-between;
	}
}

.marquee-rates-value.green {
	color: #196923;
}


@media(min-width: 1599.98px) {

	.hero-title-offset {
		padding-left: 88px;
	}

}

@media(max-width: 767.98px) {
	.hero-title {
		font-size: 9.7vw;
	}
}


.section-image-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}












.header {
	position: relative;
}


.header-toggle svg:last-child {
	display: none;
}

.header-toggle.active svg:last-child {
	display: block;
}

.header-toggle.active svg:first-child {
	display: none;
}

@media (max-width: 767.98px) {
	.header-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 4;
	}
	
	.header-nav.active {
		display: block !important;
	}

	.menu-list {
		display: block;
	}

	.menu-list li:not(:last-child) {
		border-bottom: 1px solid #E0E0E0;
	}

	.menu-list a {
		padding-left: 16px;
		padding-right: 16px;
		min-height: 53px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
}