body {
    overflow:auto !important;
    background: #F4F4F4;
}
.btn-new {font-size: 18px !important; font-weight:600;}
.toll_free_number {color:#8dccff;}
.contact-us-submit-button {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    background: url('https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/stars.png') no-repeat top left #f5740f;
    height: 70px;}

.contact-us-submit-button:hover, .contact-us-submit-button:focus {
    background: url('https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/stars.png') no-repeat top left #007bff !important;
}

.contact-us-submit-button-hover-disabled:hover, .contact-us-submit-button-hover-disabled:focus {
    background: url('https://abrahampitcstg.wpengine.com/wp-content/themes/pitchgauge/images/stars.png') no-repeat top left rgba(40, 96, 144, 0.3) !important;
}
.schedule-appointment-button {
    background-color: #007bff;
    border-color: #007bff;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.schedule-appointment-button:hover, .schedule-appointment-button:focus {
    background-color: #f5740f;
    border-color: #f5740f;
}

.subscribe-to-newsletter-button:hover, .subscribe-to-newsletter-button:focus {
    color: #007bff !important;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
#loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #286090; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
    margin: 0 auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}