@media only screen and (min-width: 600px) {
  .clicktocall {
    display:none !important;
  }
}

@media only screen and (max-width: 600px) {
  .schedule-button {
    display:none !important;
  }
}

.vc_btn3, .vc_btn3-size-sm {
    font-weight:bold;
    letter-spacing:1px;
}