.eactc-click-to-call-show {
    bottom: 60px !important;
z-index: 200 !important;
}

/************* GRAVITY FORMS CSS **************/

.gform_heading {
display: none;
}

/* CENTER SUBMIT BUTTON */
div.gform_footer.top_label {
text-align: center;
}

/* SUBMIT BUTTON 100% WIDTH */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100% !important;  
}

/* FIELD BORDER COLOR */
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number {
    color: #333333; /* input text color */
    border-width: 1px;
    border-color: #cccccc;
}