a {
  color: #6d8de1;
}

#footer a:active, a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #4e4e4e;
  font-family: "Open Sans";
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  color: #4e4e4e;
  font-family: "Open Sans";
  font-weight: 600;
}

.plan {
  margin-bottom: 70px;
  position: relative;
}

.pricing-area ul {
  background: #fafafa;
  margin: 0;
  padding: 0;
}

.pricing-area li {
  background: #fafafa;
}

.pricing-area .heading {
  margin-left: -10px;
  border-radius: 2px 2px 0 0;
  padding: 17px 0;
}

.pricing-area ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: outside none none;
  padding: 15px 0;
  color: #666666;
}

.pricing-area h1, .pricing-area .price {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 36px;
  color: #ffffff;
}

.pricing-area .price {
  font-size: 18px;
  font-weight: 700;
}

.pricing-area ul li:nth-child(2n) {
  background: #f5f5f5 none repeat scroll 0 0;
}

.plan-action {
  height: 42px;
}

.pricing-area .price.yellow .heading, .pricing-area .price.yellow .plan-action .btn {
  background: #f39c12 none repeat scroll 0 0;
  color: #ffffff;
}

.pricing-area .plan {
  margin-bottom: 70px;
  position: relative;
}

.pricing-area .plan-action .btn {
  color: #ffffff;
  margin-top: 5px;
  padding: 5px 20px;
  position: relative;
}

.pricing-area img {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}

@media (min-width:576px) {
  .col-sm-4 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

