.contactus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.6rem;
  margin-bottom: 1.72rem;
  /* background: linear-gradient(180deg, #D37FA0 -46.78%, #802A8F 100%); */
}
.contactus_top-container {
  height: 13rem;
}
.contactus_top-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactus_bottom-container {
  background: linear-gradient(180deg, #d37fa0 -46.78%, #802a8f 100%);
  /* width: 100%; */
  padding: 0.72rem 0.54rem 1.72rem 1.01rem;
  box-shadow: 0px 2px 8px 0px #00000026;
  width: 18.82rem;
  /* position: relative; */
  /* top: -1.5rem; */
  /* z-index: 10; */
  /* background-color: white; */
  /* border-radius: 0.4rem; */
  margin: 7.25rem 0 0 0;
}
.contactus_bottom-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fdfdfd;
  margin-bottom: 0.54rem;
  margin-left: 0.5rem;
}
.contactus_bottom-description {
  font-size: 1rem;
  font-weight: 400;
  color: #fdfdfd;
  margin-bottom: 0.54rem;
  /* margin-left: 0.5rem; */
  font-size: 0.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contactus_right-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contactus_input {
  height: 2.7rem;
  margin-bottom: 0.7rem !important;
  border: 1px solid #fdfdfd;
  padding: 0.8rem 0.6rem;
  color: #fdfdfd;
  background-color: transparent;
  border-radius: 0.2rem;
  width: 100%;
  margin-bottom: 1.6rem;
  width: 17rem;
  outline: none;
}

.contactus_message {
  height: 6rem;
  border: 1px solid #fdfdfd;
  padding: 0.2rem;
  background-color: transparent;
  border-radius: 0.2rem;
  padding: 0.5rem 0.6rem;
  width: 17rem;
  outline: none;
  color: #fdfdfd;
}

.contactus_submit-btn {
  height: 2rem;
  width: 16.54rem;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 0.2rem;
  background-color: #fdfdfd;
  color: var(--brandClr);
  border: 0;
  /* border-radius: 0.08rem; */
  align-self: center;
  margin-top: 2.75rem;
}

/* .contactus__input:focus,
.contactus__message:focus {
  outline: none;
  border: 1px solid #fdfdfd;
  background-color: transparent;
} */
.contactus_input::placeholder,
.contactus_message::placeholder {
  color: #aeaeaecc;
  font-size: 0.8rem;
  font-weight: 300;
}
.user-review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin: 1.59rem 0 0 0;
}
.form-icon {
  width: 1.81rem;
  height: 1.81rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 0.909rem;
}
.user-review p {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  width: 13.72rem;
  color: #fdfdfd;
}

@media screen and (min-width: 768px) {
  .contactus {
    display: none;
  }
  .contactus-top {
    display: none !important;
  }
}
.tick-mobile-icon {
  width: 0.54rem;
  height: 0.54rem;
  angle: 0 deg;
  opacity: 1;
  margin: 0.409rem;
}
@media screen and (min-width: 768px) {
  .tick-mobile-icon {
    margin: 0;
    height: 0.226rem;
    width: 0.226rem;
    margin-right: 0.2rem;
  }
}
