/*
.row {
  justify-content: flex-end;
}
*/

.echo-contact-area {
    /* background-color: #291a6b !important; */
    background-color: #fff;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.echo-contact-title,
.echo-contact-sub-title {
  text-align: center;
}

.echo-contact-btn {
  width: 100% !important;
  justify-content: center;
  background: var(--color-primary-3);
}

.echo-df-input {
  width: 50%;
  border: 1px solid #fff;
}

.innerpageform-wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.echo-contact-input-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.innerpagebanner-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  height: fit-content;
}

.innerpagebanner {
  background-image: url(/assets/blade/banners/300x600.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  height: 60vmin;
  width: 500px !important;
  margin: 0 !important;
}

.acceptTosField {
  font-size: 12px;
}

label {
    /*color: #fff !important;
    cursor: initial !important;
    pointer-events: none;
    user-select: none;
        */
}

.echo-main-contact-form a {
  pointer-events: all !important;
  color: var(--color-primary-3);
}

.innerpagehorizontalbanner {
  background-image: url(/assets/blade/banners/2200x200.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  height: 20vmin;
  width: 100% !important;
}

input {
  color: #fff !important;
}

input::placeholder {
  color: #ccc !important;
}

@media (max-width: 991px) {
  .innerpageform-wrapper {
    width: 100% !important;
  }

  .innerpagebanner-wrapper {
    width: 100% !important;
  }

  .innerpagebanner {
    background-image: url(/assets/blade/banners/930x600.jpg) !important;
    width: 100% !important;
  }
}

@media (max-width: 714px) {
  .echo-contact-area
    .echo-contact-content
    .echo-contact-full-content
    .echo-contact-input-field
    .echo-main-contact-form
    form
    input {
    border: 1px solid #5e5e5e45;
    padding: 0 10px;
    height: 60px;
  }
}

@media (max-width: 604px) {
  input::placeholder {
    font-size: 10px;
  }
}

@media (max-width: 549px) {
  input::placeholder {
    font-size: 8px;
  }
}
