 /* ===== Buttons Css ===== */
 .pricing-style-one .primary-btn {
  background: #155bd5;
  color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pricing-style-one .active.primary-btn,
.pricing-style-one .primary-btn:hover,
.pricing-style-one .primary-btn:focus {
  background: #003faa;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pricing-style-one .deactive.primary-btn {
  background: #c4c4c4;
  color: #1d1d1d;
  pointer-events: none;
}

/*===== PRICING STYLE ONE =====*/
.pricing-one {
  padding: 100px 0;
}

.pricing-style-one {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 45px 30px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .pricing-style-one {
    padding: 35px 30px;
  }
}
.pricing-style-one .sub-title {
  font-size: 16px;
  color: #1d1d1d;
  position: relative;
  padding: 6px 20px;
  display: inline-block;
  border: 2px solid #155bd5;
  border-radius: 30px;
}
.pricing-style-one .price {
  display: block;
  font-size: 55px;
  font-weight: 600;
  line-height: 80px;
  margin-top: 25px;
  color: #1d1d1d;
}
@media (max-width: 767px) {
  .pricing-style-one .price {
    font-size: 45px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-style-one .price {
    font-size: 50px;
    margin-top: 20px;
  }
}
.pricing-style-one .year {
  font-size: 1.5rem;
  color: #3a3a3a;
  margin-top: 3px;
}
.pricing-style-one .pricing-list {
  margin-top: 40px;
}
.pricing-style-one .pricing-list li {
  color: #1d1d1d;
  margin-top: 16px;
}
.pricing-style-one .pricing-list li i {
  color: #155bd5;
  margin-right: 8px;
}
.pricing-style-one .pricing-btn {
  margin-top: 42px;
}
.pricing-style-one .bottom-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 101%;
  z-index: -1;
}
/* =======End of Pricing style======  */