

.pricing {
    margin-bottom: 50px;
    margin-top: 30px;
  color: white;
  background-color: transparent;
  background-size: cover;
  background-attachment: scroll;
}
.pricing .row{
    width:100%;
}

@media (min-width: 1024px) {
  .pricing {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .pricing {
    background-attachment: scroll;
  }
}

.pricing .pricing-item {
  z-index: 1;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  color: #222;
  background: white;
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.pricing .pricing-item h3 {
  margin: 0;
}

.pricing .pricing-item hr {
  max-width: 100px;
}

.pricing .pricing-item .price {
  margin-bottom: 20px;
}

.pricing .pricing-item .price .number {
  font-size: 40px;
  font-weight: 900;
}

.pricing .pricing-item .price .number sup {
  font-size: 30px;
}

.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
.payment-modes{
    display: block;
    text-align: center;
    margin: 45px auto 0;
        width: 100%;
    max-width: 450px;
}
.pricing .pricing-item .price .number del {
    color: gray;
    margin-right: 10px;
}
.pricing .pricing-item p {
    text-align: center;
    font-size: 14px;
}

@media (min-width: 992px) {
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-top: 15px;
    margin-right: -15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-top: 15px;
    margin-left: -15px;
  }
}



@media (max-width:575px){
    .pricing .pricing-item .price .number del {
        margin-right: 0;
        display: block;
        line-height: 1;
        margin-bottom: 15px;
    }
}






