/************** CONTACT US BUTTON ***********/
.apm-contact-button,
.apm-contact-button:link,
.apm-contact-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  min-width: 150px;
  padding: 11px 22px !important;

  border: 1.5px solid #10C4D8 !important;
  border-radius: 7px !important;

  background: transparent !important;
  color: #ffffff !important;

  font-family: "Barlow", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  text-decoration: none !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease !important;
}

.apm-contact-button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.apm-contact-button:hover {
  background: rgba(16, 196, 216, 0.13) !important;
  color: #ffffff !important;
  border-color: #10C4D8 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.apm-contact-icon {
  width: 16px;
  height: 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #10C4D8;
}

.apm-contact-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

/* Mobile */
@media (max-width: 767px) {
  .apm-contact-button,
  .apm-contact-button:link,
  .apm-contact-button:visited {
    min-width: 145px;
    padding: 10px 20px !important;
    font-size: 14px !important;
  }