#top a.extra-button.appointment-button {
  color: #fe0000;
}

#top .extra-button {
  font-size: 14px;
  line-height: 26px;
  color: #00517b;
  font-weight: bold;
  margin: 0 6px;
}

#top .extra-button .extra-button-title-text:hover,
#top .extra-button .fa-phone:hover {
  color: #00517b;
}

#top a.extra-button .fas {
  font-size: 23px;
}

@media (max-width: 500px) {
  #top a.extra-button .fas {
    font-size: 19px;
  }

  #top .extra-button-title-text {
    display: none;
  }
}
