
/*---------- ----------
Pricing style-1
---------------------------*/
.pricing-style-1 {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #F9F9F9;
}

.pricing-style-1 .heading {
  color: #555;
  margin-bottom: 15px;
  background: #ddd;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.pricing-style-1 .price {
  margin-bottom: 20px;
}

.pricing-style-1 .price h2 {
  margin-bottom: 20px;
  font-size: 50px;
}

.pricing-style-1 .price .currency {
  font-size: 16px;
}

.pricing-style-1 .price small {
  font-size: 14px;
}

.pricing-style-1 .btn {
	width: 100%;
	display: block;
	text-align: center;
}

.pricing-style-1 p {
  margin-bottom: 30px;
}

.pricing-style-1 .pricing-features {
  margin-top: 30px;
}

.pricing-style-1 .pricing-features i {
  margin-right: 10px;
  color: #F14D5D;
  font-size: 11px;
}

.pricing-style-1 .pricing-features li {
  color: #000;
}

.pricing-style-1 .pricing-features li:not(:last-child) {
  margin-bottom: 10px;
}

