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

.qtx-main-container {
  padding-top: 77px;
  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-request-a-demo-button {
  margin-left: 0;
  margin-top: 40px;
}

.qtx-button {
  /*display: flex;*/
  justify-content: center;
  background-color: #ff9000;
  color: #ffffff;
  padding: 20px 35px;
  font-size: 18px;
  border-radius: 45px;
  font-weight: 600;
}

.qtx-button:hover {
  text-decoration: none;
  color: #000000;
}

.qtx-button .qtx-btn-arrow-right {
  padding-top: 1px;
  padding-left: 5px;
}

.qtx-title-theia {
  font-size: 45px;
  color: #f6931d;
  font-weight: 700;
}

.qtx-features-box {
  min-height: 407px;
  border: 1px solid #DDDDDD;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
}

.qtx-price-box {
  position: relative;
  min-height: 300px;
  padding: 30px 30px 45px 30px;
  border: 1px solid #DDDDDD;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
}

.qtx-price-plan {
  text-align: center;
}

.qtx-price-plan h2 {
  font-weight: 800;
}

.qtx-price-plan p {
  margin-top: -10px;
  font-size: 20px;
}

.qtx-choose-btn {
  position: absolute;
  bottom: 40px;
  width: 157px;
  height: 40px;
  margin-right: 5px;
  background-color: #ff9000;
  color: #ffffff;
  font-size: 18px;
  border-radius: 24px;
  border: none;
  align-self: center;
  font-weight: 600;
}

.qtx-req-demo {
  padding-top: 80px !important
}

.qtxt-req-demo-btn {
  justify-content: center;
  align-items: center;
  width: 200px !important;
  height: 50px !important;
  margin-right: 5px;
  background-color: #ff9000;
  color: #ffffff !important;
  padding: 5px 35px;
  display: flex;
  border-radius: 30px;
  font-weight: 600;
}

.qtx-features-box p {
  font-size: 18px;
}

.qtx-easy-integration-img {
  padding-top: 40px
}

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

.qtx-text {
  font-size: 24px;
  line-height: 44px;
  display: flex;
  align-items: center;
}

.qtx-text.qtx-text-light {
  font-weight: 300;
}

.qtx-img {
  max-width: 496px;
}

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

.qtx-bgd-pattern {
  background-image: url(../assets/plus-swatch.svg);
  background-position: left top;
}

.qtx-bgd-pattern-line {
  background-image: url(../assets/plus-swatch.svg);
  width: 100%;
  height: 70px;
  margin-top: 20px;
}

.qtx-feature-container {    
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}

.qtx-feature-container td { 
  padding: 2rem !important;
  max-width: 264px;
  vertical-align: middle;
}

.qtx-feature-container td:first-child { 
  font-weight: bold;
 }

.qtx-feature-container td:nth-child(n+2) { 
 text-align: center;
}

.qtx-feature-container i {
  color: #00D101;
}

.qtx-feature-cell-bg td { 
  background-color: #00B0FF;
  color: white;
  font-weight: bold;
}

.qtx-accordion button {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.qtx-left-content {
  padding-left: 80px;
}

.qtx-right-content {
  padding-right: 80px;
}

.qtx-content-row {
  display: flex;
  margin: 0 auto;
  width: 100%;
}

/* sections */
.qtx-section-title {
  padding-top: 80px;
}

.qtx-section-title .qtx-title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.qtx-section-title .qtx-bgd-pattern {
  height: 65px;
}

.qtx-section-title .qtx-img-container {
  padding-bottom: 92px;
}

.qtx-section-queryable {
  height: 700px;
  padding-top: 70px;
  background-color: #00b0ff;
  color: #ffffff;
}

.qtx-why-theia {
  font-family: 'Khand', sans-serif;
  font-size: 68px;
}

.qtx-why-theia-boxes {
  background-color: #ffffff;
  color: #000000;
}

.qtx-why-theia-description {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

.qtx-checker {
  color: #50ce55;
}

.qtx-two-people-img {
  max-width: 1150px;
  position: relative;
  top: -124px;
}

.qtx-section-feature {
  padding-top: 80px;
  padding-bottom: 30px;
}

.qtx-features-image {
  margin-top: 100px;
}

.qtx-section-feature-content {
  padding-top: 101px;
  padding-bottom: 70px;
}

.qtx-bgd-pattern-feature-top {
  height: 48px;
}

.qtx-bgd-pattern-feature-bottom {
  height: 113px;
  background-position: right top;
}

.qtx-bgd-pattern-feature-left {
  background-position: left top;
  max-width: 90px;
  max-height: 340px;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.qtx-bgd-pattern-feature-right {
  background-position: right bottom;
  max-width: 90px;
  max-height: 340px;
  position: absolute;
  right: 0;
  bottom: 0;
  top:200px;
  width: 100%;
  height: 100%;
}

.qtx-section-feature-content .qtx-title {
  padding-bottom: 40px;
}

.qtx-section-feature-content .qtx-subtitle {
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 13px;
  font-weight: 700;
}

.qtx-section-feature-content .qtx-text {
  font-size: 18px;
  line-height: 24px;
  padding-right: 10px;
  display: block;
}

.qtx-section-feature-content .qtx-feature-row {
  padding-bottom: 70px;
}

.qtx-section-feature-content .qtx-img {
  width: 100px;
  margin-left: -30px;
}

@media (max-width: 991px) {
  .qtx-section-queryable {
    height: 1000px;
  }
  .qtx-two-people-img {
    display: none !important;
  }
  .qtx-why-theia-boxes {
    background-color: #00b0ff;
    color: white;
  }
  .qtx-checker {
    color: #ffffff;
  }
  .qtx-request-a-demo-button {
    justify-content: center;
  }
  .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%;
  }

  .qtx-left-content {
    padding-left: 15px;
  }

  .qtx-right-content {
    padding-right: 15px;
  }

  .qtx-content-row {
    display: block;
  }

  /*sections*/

  .qtx-section-title,
  .qtx-section-queryable,
  .qtx-section-structured-data,
  .qtx-section-feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .qtx-section-title .qtx-img-container {
    padding-bottom: 0;
  }

  .qtx-section-structured-data img {
    position: relative;
    bottom: 0;
    height: 400px;
  }

  .qtx-section-feature-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qtx-section-feature-content .qtx-title {
    width: 100%;
  }

  .qtx-section-feature-content .qtx-img-container {
    justify-content: center;
    margin-bottom: 50px;
  }

  .qtx-section-feature-content .qtx-img {
    margin-left: 0;
    margin-top: 0;
  }

  .qtx-section-feature-content .qtx-feature-row {
    padding-bottom: 30px;
  }

  .qtx-section-feature-content .qtx-text {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .qtx-section-queryable {
    height: 1200px;
  }
}

@media (max-width: 1270px) {
  .qtx-price-box {
    min-height: 330px;
    font-size: 14px;
  }
}

@media (min-width: 1271px) and (max-width: 1447px) {
  .qtx-price-box {
    min-height: 320px;
  }
}
