.get-a-quote {
	text-align: center;
}


.get-a-quote .btn {
	background: var(--gray-bg);
	color: var(--primary-color);
}
.get-a-quote .btn::after {
	display: none;
}

.btn-form-group {
	display: flex;
	text-align: center;
	gap: 20px;
	justify-content: center;
}
.get-a-quote h3 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
}
.quotation-section {
	margin-top: 30px;
	display: none;
}
.quotation-question {
	margin-bottom: 20px;
}

.get-a-quote .btn:hover , .get-a-quote .btn.btn-selected {
	background: var(--primary-color);
	color: var(--bs-white);
	border-color: var(--primary-color);
}

.quotation-help-txt {
	font-size: 14px;
	max-width: 76%;
	font-weight: 400;
	line-height: 1.3;
	margin: 10px auto 0;
	text-align: center;
}
.quotation-question .form-control {
	margin-bottom: 10px;
}

#caveat-counter h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.numeric-updown {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}
.quotation-hidden {
	display: none;
}
#caveat-counter {
	margin-top: 15px;
}

@media (min-width: 991px) {
	#quote-popup .modal-body {
		padding: 0 70px 20px;
	}
}
form.get-a-quote .quotation-notification-bubble {
	border: 2px solid #f00;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px 15px;
	position: relative;
	margin: 15px auto;
	background: #f00;
}
form.get-a-quote .form-control.validation-error {
	border-color: #f00;
}












