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;
}

#request-a-demo-thank-you {
  display: none;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 100px;
}

#request-a-demo-thank-you img {
  left: -200px;
}

.request-a-demo-thank-you-text {
  margin-bottom: 100px;
}

.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-request-a-demo {
  padding-top: 124px;
  padding-bottom: 340px;
  background-color: #00b1ff;
  color: #ffffff;
}

.qtx-section-request-a-demo .qtx-title {
  color: #ffffff;
  text-align: left;
  padding-bottom: 21px;
}

.qtx-section-request-a-demo .qtx-subtitle {
  color: #ffffff;
  padding-bottom: 76px;
}

.qtx-section-request-a-demo .qtx-section-title {
  color: #ffffff;
  padding-bottom: 20px;
  /* font-family: "Open Sans Bold"; */
  font-size: 18px;
  font-weight: 700;
}

.qtx-section-request-a-demo .pb-0 {
  padding-bottom: 0 !important;
}

.qtx-section-request-a-demo .qtx-section-container {
  margin-bottom: 29px;
}

.qtx-section-request-a-demo .form-check {
  position: relative;
}

.qtx-section-request-a-demo .custom-checkbox {
  margin-left: 3px;
}

.qtx-section-request-a-demo .custom-checkbox:not(:last-child) {
  margin-bottom: 10px;
}

.qtx-section-request-a-demo .custom-checkbox .custom-control-label::before {
  border-radius: 4px;
  border-color: #fff;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  outline-offset: 0 !important;
}

.qtx-section-request-a-demo .custom-checkbox .custom-control-label::after {
  outline: none !important;
  box-shadow: none !important;
  outline-offset: 0 !important;
  border-color: #fff;
}

.qtx-section-request-a-demo
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  transition: background-size 0.15s ease-in-out;
  border-color: #fff;
}

.qtx-section-request-a-demo
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #fff;
}

.qtx-section-request-a-demo input:not(.form-check-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-request-a-demo textarea {
  width: 100%;
  min-height: 148px;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  font-size: 16px;
}

.qtx-section-request-a-demo input#subject {
  margin: 29px 0;
}

.qtx-section-request-a-demo #fileUploadErrorMessage {
  margin-bottom: 10px;
}

.qtx-section-request-a-demo .file-names {
  margin-top: 20px;
}

.qtx-section-request-a-demo input.file-upload {
  display: none;
}

.qtx-section-request-a-demo .file-name-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.qtx-section-request-a-demo .file-name-row:last-child {
  margin-bottom: 0;
}

.qtx-section-request-a-demo .file-name-row .file-upload-name {
  flex: 1;
  margin-left: 20px;
  margin-right: 10px;
  font-weight: 700;
  line-height: 18px;
  font-size: 18px;
  word-break: break-word;
}

.qtx-section-request-a-demo .file-name-row .remove-btn {
  cursor: pointer;
  font-size: 18px;
}

.qtx-section-request-a-demo .file-name-row .remove-btn:hover {
  opacity: 0.7;
}

.qtx-section-request-a-demo .file-name-row .remove-btn.hide {
  visibility: hidden;
}

.qtx-section-request-a-demo .send-from-btn,
.qtx-section-request-a-demo .upload-btn {
  background-color: #000000;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  min-width: 110px;
  height: 36px;
  outline: none;
}

.qtx-section-image,
.qtx-section-image .row {
  height: 165px;
}

.qtx-section-image img {
  margin: 0 auto;
  position: absolute;
  bottom: 95px;
  left: 17px;
  right: 0;
  max-width: 600px;
}

@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-request-a-demo {
    padding-top: 30px;
  }

  .qtx-section-request-a-demo .qtx-title {
    text-align: center;
  }

  .qtx-section-request-a-demo input {
    height: 48px;
  }

  #request-a-demo-thank-you img {
    left: 0;
  }
}

@media (max-width: 525px) {
  .qtx-section-request-a-demo {
    padding-bottom: 260px;
  }
}
