Contact us
Have a question or need to schedule service? Fill out the form below and our team will respond within one business day.
/* Make selected option text visible across browsers */ .Select Field { color: #111 !important; /* visible text */ -webkit-text-fill-color: #111 !important; /* fixes Safari/WebKit */ background-color: #fff; opacity: 1; filter: none; mix-blend-mode: normal; text-indent: 0; /* undo arrow-hiding tricks */ min-height: 44px; line-height: 1.3; padding: 12px 14px; appearance: auto; -webkit-appearance: auto; -moz-appearance: auto; } /* Ensure options themselves have a color (some resets affect them) */ .select-field option { color: #111; }
Have a question or need to schedule service? Fill out the form below and our team will respond within one business day.