@media screen and (max-width: 1024px) {
.hero-container {
margin-top: 100px !important;
}
}
.get-a-quote-form_wrapper.get-a-quote-form_wrapper.gform_wrapper .form-pagination .form-pagination-item.active .badge, .gform_confirmation_wrapper .form-pagination .form-pagination-item.active .badge {
background: rgb(107, 118, 117) !important;
}
setTimeout(function() {
var link = document.querySelector(‘.form-header-description a’);
if(link) {
link.target = “_blank”;
}
},3000);