#cf-message {
    min-height: 80px;
}

@media (min-width: 768px) {
	.contactFormTopArea {
		border-bottom: 1px solid #ccc;
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	}
}

#sendContactForm  {
	float:right;
}
#successMessage {
	position:bottom;
}

.remainingCharacter {
	text-align:right;
	width: 100%;
	font-size: 12px;
	display: block;	

}

.homepagePopularCities a, .homepagePopularAirlines a {
	color: #000;
}

.aboutUsArea .about-content {
	font-size: 2rem;
}

.contactFormTopArea h5 {
    font-size: 1rem;
}

.suggestionMessageArea {
	padding: 0.5rem 0.75rem;
	margin: 0 10px;
}

#suggestionForm .input-tel {
    display: flex;
}

#suggestionForm .input-tel input {
    width: auto;
    border: none;
    max-width: 30px;
}

.covid-alert {
	background: linear-gradient(180deg, #f12829, #bf1107);
	padding: 10px 15px;
	font-size: 14px;
    box-shadow: 0 0 4px #525252;
    border-radius: 3px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.alert {
	color: #000;
}
.alert a {
	font-weight: bold;
	color: #007bff !important;
}

.work-hours {
    color: #656565;
    font-size: 14px;
}

.invoiceArea{
	color: #856404;
}
