@import url("../../../css/_fonts.css");
/* Contact us banner*/
.contactus-banner {
  gap: 10px;
}
.contactus-banner i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: inherit;
}
.contactus-banner a {
  display: flex;
  gap: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 10px 0px;
  border-radius: 4px;
  background: #FFF;
  max-width: 273px;
  color: #282E38;
  font-family: Nexa-heavy;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  outline: none;
  border: none;
  text-align: left;
  text-decoration: none;
}
.contactus-banner button {
  display: flex;
  gap: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 10px 0px;
  border-radius: 4px;
  background: #FFF;
  max-width: 273px;
  color: #282E38;
  font-family: Nexa-heavy;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  outline: none;
  border: none;
  text-align: left;
  text-decoration: none;
}
.contactus-banner .help-caption {
  font-family: "Helvetica";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #212529;
  justify-content: center;
}
.contactus-banner .help-caption::before {
  border-top: 1px solid #21252940;
  content: '';
  height: 1px;
  flex: 1;
  margin-right: 16px;
}
.contactus-banner .help-caption::after {
  border-top: 1px solid #21252940;
  content: '';
  height: 1px;
  flex: 1;
  margin-left: 16px;
}
.forgot-password .contactus-banner {
  width: 100%;
  margin-bottom: 30px;
}
.forgot-password .contactus-banner a {
  max-width: none;
  max-height: 52px;
  font-size: 20px;
}
.forgot-password .contactus-banner .chat-envelope {
  gap: 10px;
}
.forgot-password .contactus-banner .chat-envelope a {
  font-size: 14px;
  max-height: 42px;
}
.forgot-password .contactus-banner .chat-envelope button {
  font-size: 14px;
  max-height: 42px;
}
.forgot-password .contactus-banner .contacts-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 576px) {
  .forgot-password .contactus-banner .icon-chat-blue {
    width: 50px;
  }
  .forgot-password .contactus-banner .icon-mail-envelope-count {
    width: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .contactus-banner {
    margin: 8px 0 24px 0;
  }
  .contactus-banner a {
    max-width: calc(50% - 10px);
    font-size: 11px;
    height: 36px;
  }
  .contactus-banner a:last-child {
    display: none;
  }
  .contactus-banner button {
    max-width: calc(50% - 10px);
    font-size: 11px;
    height: 36px;
  }
  .forgot-password .contactus-banner .chat-envelope a {
    display: none;
  }
  .forgot-password .contactus-banner .chat-envelope button {
    max-width: none;
    font-size: 11px;
  }
  .forgot-password .contactus-banner .contacts-btn-wrapper {
    flex-direction: row;
    font-size: 11px;
  }
  .forgot-password .contactus-banner .contacts-btn-wrapper .chat-envelope {
    flex: 1;
  }
  .forgot-password .contactus-banner .contacts-btn-wrapper a {
    font-size: 11px;
  }
}
