
.banner__input {
  height: 2.7rem;
  width: 100%;
  margin-bottom: 0.8rem;
  color: var(--brandColor);
  border: 1px solid #d791ab;
  padding: 0.8rem 0.6rem;
  /* color: grey; */
  background-color: transparent;
  border-radius: 0.2rem;
}

.banner__message {
  width: 100%;
  height: 6rem;
  border: 1px solid #d791ab;
  padding: 0.2rem;
  color: var(--brandColor);

  background-color: transparent;

  margin-bottom: 1.8rem;
  padding: 0.5rem 0.6rem;
}
.banner__input2,
.banner__message2 {
  border: solid 1px #fdfdfd;
  color: #fdfdfd;
}

.banner__submit-btn {
  height: 2rem;
  width: 9.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 2.4rem;
  background-color: var(--brandColor);
  color: #fffffe;
  border: 0;
  /* border-radius: 0.08rem; */
  align-self: center;
  /* margin-top: 0.4rem; */
}
.banner__submit-btn2 {
  background-color: #fdfdfd;
  color: var(--brandColor);
}

.cancel-button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #aba7af;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1rem;
}

.cancel-button:hover {
  color: var(--brandClr);
}
.location-form {
  /* margin-top: 0.75rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.75rem;
}

.location-form__heading {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  color: var(--brandColor) !important;
  width: 15rem;
  margin-bottom: 0.4rem !important;
  margin-top: 0;
}
.location-form__heading > span {
  color: #c7527f !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  padding: 0 !important;
  position: relative;
  border-radius: 0.6rem !important;
}

.location-form__call-btn {
  margin-top: 1.2rem;
  text-decoration: none !important;
  color: #c7527f;
  font-size: 0.8rem;
  font-weight: 600;
}
.location-form__call-btn span span {
  color: var(--brandColor) !important;
}

.location-form__or-text {
  margin-top: 1.2rem;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  align-self: center;
}



@media screen and (min-width: 768px) {
  .hide-md {
    display: none;
  }
  .hide-sm {
    display: flex;
  }


  .banner__input {
    height: 0.88rem;
    margin-bottom: 0.25rem;
    border: 1px solid #d791ab;
    padding: 0.18rem 0.22rem;
    color: var(--brandClr);
    font-size: 0.375rem;
    font-weight: 400;
    border-radius: 0.08rem;
    background-color: transparent;
  }

  .banner__message {
    height: 2.45rem;
    margin-bottom: 0.25rem;
    border: 1px solid #d791ab;
    padding: 0.2rem;
    border-radius: 0.08rem;
    font-size: 0.375rem;
    background-color: transparent;
  }
  .banner__input2,
  .banner__message2 {
    border: solid 1px#fffffe;
    color: #fdfdfd;
  }

  .banner__input::placeholder,
  .banner__message::placeholder {
    font-size: 0.375rem;
    font-weight: 400;
    color: #b0b0b0;
  }
  .banner__input2::placeholder,
  .banner__message2::placeholder {
    color: #fdfdfd99;
  }
  .banner__input2:focus,
  .banner__message2:focus {
    border: solid 1px #fdfdfd;
  }

  .banner__submit-btn {
    height: 1rem;
    width: 4.7rem;
    font-size: 0.37rem;
    background-color: var(--brandColor);
    color: #fff;
    border: 0;
    border-radius: 0.9rem;
    align-self: center;
    margin-top: 0.4rem;
  }
  .banner__submit-btn2 {
    background-color: #fffffe;
    color: var(--brandColor);
  }

  .cancel-button {
    right: 1rem;
    top: 0.3rem;
    font-size: 0.5rem;
  }
  .location-form {
    padding: 0.4rem 0.8rem 0.925rem 0.8rem;
  }

  .location-form__heading {
    font-size: 0.41rem !important;
    margin-bottom: 0.8rem !important;
    width: 8.04rem !important;
  }
  div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 0.3rem !important;
  }
  .location-form__call-btn,
  .location-form__or-text {
    margin-top: 0.6rem;
    font-size: 0.4rem;
    align-self: center;
    margin-bottom: 0 !important;
  }
}
