
/* Start Pricing plan style 1 */
.plan-style-1 .plan-header {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-1 .plan-button {
  background-image: -webkit-gradient(linear, left top, right top, from(#10044B), color-stop(#ff3131), color-stop(#ff3131), to(#10044B));
  background-image: linear-gradient(to right, #10044B, #ff3131, #ff3131, #10044B);
}
.plan-style-1 .plan-list li i {
  color: #ff3131;
}

/* End Pricing plan style 1 */
/* Start Pricing plan style 2 */
.mat-plan-style-2:hover .price {
  color: #ff3131;
}
.mat-plan-style-2 .plan-button:hover {
  color: #ff3131;
}
.mat-plan-style-2 .plan-header {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.mat-plan-style-2 .plan-bottom {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}

/* End Pricing plan style 2 */
/* Start Pricing plan style 3 */
.plan-style-3 .plan-header {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-3 .plan-bottom {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-3 .plan-list li i.far.fa-check-circle {
  color: #ff3131;
}
.plan-style-3 .plan-button:hover {
  color: #ff3131;
}

/* End Pricing plan style 3 */
/* Start Pricing plan style 4 */
.plan-style-4 .plan-header {
  border-bottom: 5px solid #ff3131;
}
.plan-style-4 .plan-header .plan-label {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-4 .plan-header .plan-icon {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-4 .plan-price {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-4:hover .plan-title {
  color: #ff3131;
}
.plan-style-4 .plan-button {
  background-image: -webkit-gradient(linear, left top, right top, from(#10044B), color-stop(#ff3131), color-stop(#ff3131), to(#10044B));
  background-image: linear-gradient(to right, #10044B, #ff3131, #ff3131, #10044B);
}

/* End Pricing plan style 4 */
/* Start Pricing plan style 5 */
.plan-style-5 .plan-header .lable {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-5 .plan-header .plan-icon {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-5 .plan-price {
  background: -webkit-gradient(linear, left top, right top, from(#10044B), to(#ff3131));
  background: linear-gradient(to right, #10044B, #ff3131);
}
.plan-style-5:hover .plan-title {
  color: #ff3131;
}
.plan-style-5 .plan-list li i.far.fa-check-circle {
  color: #ff3131;
}
.plan-style-5 .plan-button {
  color: #ff3131;
  border: 2px solid #ff3131;
}
/*# sourceMappingURL=color-1.css.map */