﻿.hero-product-1 {
  background: url(../img/products/hero-product-1.jpg) no-repeat;
  background-color: #f1fbfc;
  background-size: cover;
  background-position: top center;
  height: 200px;
}
.hero-product-1-arrow {
  background: url(../img/products/hero-product-arrow-1.png) no-repeat;
  position: absolute;
  bottom: -47px;
  left: 245px;
  height: 48px;
  width: 88px;
}
.hero-product-1-sub {
  background-color: white;
}
.hero-product-2 {
  background: url(../img/products/hero-product-2.jpg) no-repeat;
  background-color: #f1fbfc;
  background-size: cover;
  background-position: top center;
  height: 200px;
}
.hero-product-2-arrow {
  background: url(../img/products/hero-product-arrow-2.png) no-repeat;
  position: absolute;
  bottom: -47px;
  left: 245px;
  height: 48px;
  width: 88px;
}
.hero-product-2-sub {
  background-color: white;
}
.hero-product-3 {
  background: url(../img/products/hero-product-3.jpg) no-repeat;
  background-color: #f1fbfc;
  background-size: cover;
  background-position: top center;
  height: 200px;
}
.hero-product-3-arrow {
  background: url(../img/products/hero-product-arrow-3.png) no-repeat;
  position: absolute;
  bottom: -47px;
  left: 245px;
  height: 48px;
  width: 88px;
}
.hero-product-3-sub {
  background-color: white;
}
.hero-product-header {
  height: 100%;
  padding-left: 10px;
  padding-top: 32px;
}
.hero-product-footer {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
.hero-order-footer {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.hero-product-logo {
  float: left;
  display: inline-block;
  width: 90px;
  height: 120px;
}
.hero-product-logo-1 {
  background: url(../img/plans/plan-logo_a.png) no-repeat;
  background-size: contain;
  margin: 8px 10px 0 6px;
}
.hero-product-logo-2 {
  background: url(../img/plans/plan-logo_b.png) no-repeat;
  background-size: contain;
  margin: 8px 6px 0 6px;
}
.hero-product-logo-3 {
  background: url(../img/plans/plan-logo_c.png) no-repeat;
  background-size: contain;
  margin: 8px 6px 0 6px;
}
.hero-product-header-text {
  float: left;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  color: black;
}
.hero-product-header-title {
  font-size: 57px;
  font-weight: bold;
  margin-top: 2px;
}
.hero-product-header-title-sub {
  font-size: 27px;
  font-style: italic;
  margin-top: -4px;
  margin-left: 1px;
}
.hero-product-sub-desc {
  float: left;
  display: inline-block;
  width: 50%;
  color: black;
  font-size: 20px;
  padding: 70px 100px 50px 100px;
}
.hero-product-sub-detail {
  float: left;
  display: inline-block;
  width: 50%;
  color: black;
  font-size: 20px;
  padding: 50px 0 50px 60px;
}
.hero-product-orderbtn {
  font-weight: bold;
}
.hero-product-sub-detail-inner {
  width: 100%;
}
.hero-product-pricing {
  float: left;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hero-product-pricing-price {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.hero-product-pricing-price .super {
  display: inline-block;
  font-size: 26px;
  vertical-align: top;
  padding-top: 10px;
}
.hero-product-pricing-price .sign {
  padding-right: 3px;
}
.hero-product-pricing-price .dollars {
  display: inline-block;
  font-size: 66px;
}
.hero-product-pricing-price .cents {
  padding-left: 3px;
}
.hero-product-pricing-har {
  display: inline-block;
  padding-left: 45px;
}
.hero-product-pricing-kit {
  margin-top: -10px;
  font-size: 17px;
  font-style: italic;
}
.hero-product-pricing-shot {
  font-size: 17px;
  font-weight: bold;
}
.hero-product-hl {
  background: #939597;
  opacity: 0.25;
  height: 1px;
  width: 65%;
  margin-top: 15px;
  margin-left: 10%;
  float: left;
}
.hero-product-desc {
  float: left;
  font-size: 16px;
  margin: 20px 0 0 1px;
  line-height: 22px;
}
.hero-product-ing {
  float: left;
  font-size: 14px;
  margin: 20px 0px 0 0px;
  line-height: 22px;
  width: 70%;
}
.hero-product-ing-title {
  text-align: center;
}
.hero-product-ing-comp {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.hero-product-ing-item {
  text-align: center;
}
@media (max-width: 1049px) {
  .hero-product-sub-desc {
    padding: 70px 30px 20px;
  }
  .hero-product-sub-detail {
    padding: 50px 0 50px 10px;
  }
}
@media (max-width: 849px) {
  .hero-product-ing {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-product-1,
  .hero-product-2,
  .hero-product-3 {
    height: 90px;
  }
  .hero-product-1-arrow,
  .hero-product-2-arrow,
  .hero-product-3-arrow {
    left: 20%;
  }
  .hero-product-header {
    padding-top: 10px;
  }
  .hero-product-logo {
    width: 30px;
    height: 40px;
  }
  .hero-product-header-title {
    font-size: 24px;
    margin-top: 2px;
  }
  .hero-product-header-title-sub {
    font-size: 15px;
    margin-top: -5px;
    margin-left: 0;
  }
  .hero-product-sub-desc {
    padding: 70px 20px 20px;
  }
  .hero-product-sub-detail {
    padding: 50px 0 50px 10px;
  }
  .hero-product-pricing-har {
    padding-left: 15px;
  }
  .hero-product-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-product-ing {
    font-size: 12px;
    line-height: 19px;
    width: 100%;
  }
  .hero-product-hl {
    width: 70%;
  }
}
@media (max-width: 639px) {
  .hero-product-sub-desc {
    padding: 70px 15px 20px;
  }
  .hero-product-sub-desc p {
    font-size: 14px;
    line-height: 21px;
  }
  .hero-product-sub-detail {
    padding: 50px 0 50px 0;
  }
  .hero-product-pricing-price {
    padding-left: 25px;
  }
  .hero-product-pricing-price .super {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    padding-top: 6px;
  }
  .hero-product-pricing-price .sign {
    padding-right: 1px;
  }
  .hero-product-pricing-price .dollars {
    display: inline-block;
    font-size: 46px;
  }
  .hero-product-pricing-price .cents {
    padding-left: 2px;
  }
  .hero-product-pricing-har {
    display: inline-block;
    padding-right: 15px;
  }
  .hero-product-pricing-kit {
    margin-top: -10px;
    font-size: 15px;
    font-style: italic;
  }
  .hero-product-pricing-shot {
    font-size: 15px;
    font-weight: bold;
  }
  .hero-product-desc {
    font-size: 13px;
    line-height: 19px;
  }
  .hero-product-hl {
    margin-top: 10px;
    margin-left: 20%;
    width: 50%;
  }
  .hero-product-ing {
    width: 100%;
  }
}
@media (max-width: 559px) {
  .hero-product-sub-detail,
  .hero-product-sub-desc {
    width: 100%;
  }
  .hero-product-sub-desc {
    padding-bottom: 0;
  }
  .hero-product-sub-detail {
    padding-top: 0;
  }
  .hero-product-pricing,
  .hero-product-desc {
    margin-left: 20%;
  }
  .hero-product-hl {
    width: 55%;
  }
}
@media (max-width: 479px) {
  .hero-product-pricing,
  .hero-product-desc {
    margin-left: 3%;
  }
  .hero-product-hl {
    width: 65%;
  }
}
/*# sourceMappingURL=products.css.map */