@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"),
    url("../fonts/lato-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-light-webfont.woff2") format("woff2"),
    url("../fonts/lato-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"),
    url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  color: #777777;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.header-margin-top {
  margin-top: 100px;
}
.header-bg-margin-top {
  margin-top: 280px;
}

.pricing {
  padding: 92px 0;
}
.grey-bg {
  background-color: #f4f4f4;
}

.pricing-bg {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.pricing-title {
  color: #8a9db6;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 36px;
  width: 100%;
}

.pricing-lhs,
.pricing-bg {
  display: flex;
  margin-right: 5px;
}

.pricing-rhs {
  display: inline-table;
}

.pricing-dashed {
  background-color: #ffffff;
  border-color: rgba(138, 157, 182, 0.6);
  border-style: dashed;
  border-width: 3px 0 0;
  margin: 30px auto 35px;
}

.pricing-heading {
  color: #8a9db6;
  margin: 17px auto;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-feature-column {
  width: 256px;
  max-width: 256px;
}
.pricing-check-mark {
  text-align: center;
  vertical-align: middle;
}

.pricing-plan-column {
  width: 166px;
}

.pricing-signup {
  height: 256px;
  padding: 30px 0;
}
.pricing-signup img {
  display: block;
  margin: 30px auto 41px;
}
.pricing-signup .btn {
  font-size: 19px;
  padding: 8px 22px;
}

.pricing-plan {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.pricing-lease {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}

.pricing-cost {
  font-size: 27px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.pricing-light {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.signup-button {
  margin-top: 20px;
}

.tablet-total {
  padding-left: 30px;
}

.pricing-rhs .pricing-bg {
  display: block;
  padding: 25px 35px;
}

.pricing-list {
  list-style: none;
}

.free-processing:before {
  content: "*";
  font-size: 19px;
}

.pricing-list li:before {
  background-image: url(../images/check-icon.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  width: 15px;
}

.pricing-download {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.pricing-download-light {
  font-weight: normal;
  line-height: normal;
  margin-bottom: 30px;
  padding-top: 5px;
}
