body {
  font-family: "Open Sans", sans-serif;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Edge */
  color: #969696;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969696;
}

textarea::placeholder,
input::placeholder {
  color: #969696;
}

.qtx-main-container {
  margin: 0 auto;
}

.qtx-title {
  color: #000000;
  font-family: "Khand", sans-serif;
  font-size: 68px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
}

.qtx-subtitle {
  color: #444444;
  font-size: 24px;
  line-height: 36px;
}

#send-message {
  display: none;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 200px;
}

.qtx-img {
  width: 100%;
  max-width: 600px;
}

.qtx-img-container {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

::placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/* sections */
.qtx-section-contact-us {
  padding-top: 124px;
  padding-bottom: 240px;
  background-color: #00b1ff;
  color: #ffffff;
}

.qtx-section-contact-us .qtx-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 21px;
}

.qtx-section-contact-us .qtx-subtitle {
  color: #ffffff;
  padding-bottom: 76px;
}

.qtx-section-contact-us input {
  width: 100%;
  height: 60px;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  color: #000000;
  padding: 0 20px;
  font-size: 16px;
}

.qtx-section-contact-us textarea {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  font-size: 16px;
  margin-top: 29px;
  height: 200px;
}

.qtx-section-contact-us .send-from-btn {
  background-color: #000000;
  border: none;
  box-shadow: none;
  margin-top: 30px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  width: 150px;
  height: 45px;
  outline: none;
}

.qtx-section-image {
  height: 200px;
}

.qtx-section-image img {
  position: absolute;
  margin-top: -20px;
}

@media (max-width: 991px) {
  .qtx-main-container {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
  }

  .qtx-title {
    font-size: 52px;
    line-height: 52px;
  }

  .qtx-img-container {
    margin-right: 0;
  }

  .qtx-img {
    margin-top: 50px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* sections */
  .qtx-section-contact-us {
    padding-top: 30px;
  }

  .qtx-section-contact-us .qtx-title {
    text-align: center;
  }

  .qtx-section-contact-us input {
    height: 48px;
  }
  .qtx-section-contact-us input#name {
    margin-bottom: 29px;
  }
}
