#get-a-quote-container label {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

#get-a-quote-container .elementor-field-option label {
	font-weight: normal;
}

#get-a-quote-container input,
#get-a-quote-container textarea {
	background-color: #ffffff;
    border-color: #CFCFCF;
    border-width: 1px 1px 1px 1px;
}

#get-a-quote-container input[type="number"] {
	max-width: 100%;
}


#get-a-quote-container #get-a-quote-submit {
	background-color: #0064FF;
	border-width: 0;
    color: #ffffff;
}

#get-a-quote-container #get-a-quote-submit:hover {
    background-color: #206FEA;
    color: #ffffff;
}

#floatingCirclesG {
	display: inline-block;
	margin-left: 20px;
}

#floatingCirclesG.hidden {
	display: none;
}

.spinner {
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 4px solid #B00300;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}