.section-inner {
  background-size: cover;
  background-position: center center;
}
.acm-pricing section {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.acm-pricing .pricing-title {
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 26px;
  text-align: center;
}
.acm-pricing .blockline:after,
.acm-pricing .blockline:before {
  background-color: #ffffff;
}
.acm-pricing .pricing-caption {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-decoration: none;
}
.acm-pricing .pricing-desc {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-pricing.style-light .pricing-title,
.acm-pricing.style-light .pricing-caption,
.acm-pricing.style-light .pricing-desc {
  color: #3d4045;
}
.acm-pricing.style-light .blockline:after,
.acm-pricing.style-light .blockline:before {
  background-color: #3d4045;
}
.pricing-table {
  padding-top: 52px;
  padding-bottom: 52px;
  color: #505656;
}
.pricing-table .col {
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .pricing-table .col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.no-padding {
    padding: 0;
  }
}
.pricing-table .col.shadow .col-header {
  border: 0;
}
@media (min-width: 768px) {
  .pricing-table .col.shadow {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.pricing-table .col .big-number {
  display: inline-block;
  font-size: 56px;
}
.pricing-table .col .big-number sup {
  font-size: 32px;
  top: -1em;
}
.pricing-table .col .btn {
  font-size: 22px;
  padding: 13px 26px;
}
.pricing-table .col .btn.btn-success {
  padding: 19.5px 39px;
}
.pricing-table .col .col-header {
  background: #ecf0f1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px 3px 0 0;
  border: 1px solid #dadedf;
  border-bottom: 0;
  color: #505656;
  padding: 13px 26px;
}
.pricing-table .col .col-header h2,
.pricing-table .col .col-header .h2 {
  font-size: 32px;
}
.pricing-table .col .col-header p {
  margin-bottom: 0;
}
.pricing-table .col ul {
  border: 1px solid #ecf0f1;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .col ul li {
  border-bottom: 1px solid #ecf0f1;
  font-size: 18px;
  padding: 13px 26px;
  text-align: center;
  background-color: #ffffff;
}
.pricing-table .col ul li.row1 {
  background: #f4f6f7;
}
.pricing-table .col ul li i {
  color: #38b775;
  font-size: 20px;
}
.pricing-table .col ul li.no i {
  color: #cc0000;
}
.pricing-table .col ul li.no {
  color: #96a1a3;
  text-decoration: line-through;
}
.pricing-table .col .col-footer {
  background: #ecf0f1;
  border: 1px solid #cfd9db;
  padding: 26px;
}
.pricing-table .col-featured {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .pricing-table .col-featured {
    margin-top: -26px;
  }
}
.pricing-table .col-featured .col-header {
  background: #38b775;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  padding: 26px 26px;
}
.pricing-table.style-2 .col:first-child .col-header {
  border-radius: 5px 0 0 0;
}
.pricing-table.style-2 .col:first-child .col-footer {
  border-radius: 0 0 0 5px;
}
.pricing-table.style-2 .col:last-child .col-header {
  border-radius: 0 5px 0 0;
}
.pricing-table.style-2 .col:last-child .col-footer {
  border-radius: 0 0 5px 0;
}
.pricing-table.style-2 .col-feature {
  border-radius: 5px;
}
.pricing-table.style-2 .col-feature .col-header {
  border-radius: 5px 5px 0 0;
}
.pricing-table.style-2 .col-feature .col-footer {
  border-radius: 0 0 5px 5px;
}