.h-100 {
  height: 100%;
}
.landing-product-splash-outer-container {
  height: unset;
  min-height: unset;
  background-color: #1f8dd6;
  padding: 0px 10%;
}

.landing-product-splash-outer-container.background {
  /*background-image: url(../img/landing-background.png);*/
  background-color: white;
  background-size: cover !important;
  background-position: center top !important;
  margin-top: 30px;
}
.product-splash-txt-cn.left {
  margin-top: 60px;
  /*min-height:667px;/*if landscape mode: min iPhone6 height*/
  margin-bottom: 30px;
}
.product-splash-txt-cn.left .title {
  /* font-weight: normal; */
  font-size: 36px;
  line-height: 40px;
  color: #00063c;
}
.landing-product-splash-outer-container p {
  color: #aecfe5;
}
.product-splash-txt-inner {
  text-align: center;
}

.landing-product-form-container {
  background: #61ff8c;
  padding: 1em;
  margin: 0 0 3em 0;
  border: 4px solid #00063c;
  box-shadow: -8px 8px #00063c;
  border-radius: 1em;
}

.landing-splash-check-table td {
  font-size: 115%;
  text-align: left;
  vertical-align: top;
  padding: 0.5em;
  color: #595e7d;
}
.landing-splash-check-table td i {
  color: #00063c;
  margin: 3px;
  font-size: 80%;
}

.landing-product-img-container {
  max-width: 400px;
  margin: 0 auto;
}

.landing-product-form-img-top {
  width: 100%;
  max-width: 400px;
  margin-bottom: -20px;
}

@media (max-width: 63.99em) and (min-height: 28em) {
  @keyframes upAndDown {
    0% {
      margin-bottom: 0px;
    }
    25% {
      margin-bottom: 20px;
    }
    75% {
      margin-bottom: -20px;
    }
    100% {
      margin-bottom: 0px;
    }
  }

  .landing-product-img-container {
    max-width: none;
    position: absolute;
    bottom: -10px;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  .landing-product-form-img-top {
    width: 90%;
    margin-bottom: 0;
    animation-name: upAndDown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
}

@media (min-width: 48em) {
  .landing-product-splash-outer-container .title {
    font-size: 400%;
  }

  .landing-splash-check-table td {
    font-size: 16px;
  }
}
@media (min-width: 64em) {
  .landing-product-splash-outer-container {
    padding: unset;
  }
  .landing-product-splash-outer-container.background {
    min-height: 500px; /*If reduce vertical*/
    max-width: 1200px;
    margin: auto;
  }
  .product-splash-txt-cn.left {
    background: unset;
    margin-bottom: unset;
  }
  .landing-product-splash-outer-container .title {
    font-size: 400%;
  }
  .product-landing-splash-outer-container .subtitle {
    max-width: 500px;
  }
  .product-splash-txt-cn {
    position: relative;
    height: 100%;
  }
  .product-splash-txt-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
  }
  .product-splash-txt-cn.left .product-splash-txt-inner {
    padding-left: 5em;
  }
  .product-splash-txt-cn.right {
    padding: unset;
    min-height: 667px; /*if landscape mode: min iPhone6 height*/
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 50px;
  }
  .landing-product-form-container {
    max-width: 400px;
    margin: 50px auto;
  }

  .product-splash-txt-cn.left .title {
    /* font-weight: normal; */
    font-size: 50px;
    line-height: 48px;
  }
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 80em) {
}

.bullet-text {
  padding-top: 0.8em !important;
}
