/* Removes the placeholder text from the phone number field */
#telephone1::placeholder {
    color: transparent !important;
}

/* For older browser compatibility */
#telephone1::-webkit-input-placeholder {
    color: transparent !important;
}