

/* Switcher general css start */
.cw-pricing-switcher .cw-pricing-switch {

  border: 1px solid #fff;
}

.plan-style-5:hover .plan-title {
  color: #4c3bb3;
}
.plan-style-5 .plan-list li i.fas.fa-check-circle {
  color: green;
}
.plan-style-1 .plan-list li i.fas.fa-check-circle {
  color: green;
}
.plan-style-5 .plan-list li i.fas.fa-times-circle {
  color: red;
}
.plan-style-1 .plan-list li i.fas.fa-times-circle {
  color: red;
}
.plan-style-5 .plan-list li i.far.fa-check-circle {
  color: green;
}
.plan-style-1 .plan-list li i.far.fa-check-circle {
  color: green;
}
.plan-style-5 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-1 .plan-list li i.far.fa-times-circle {
  color: red;
}
/*# sourceMappingURL=color-1.css.map */
/* Owl general css start */
.owl-carousel-plan.owl-theme .owl-dots .owl-dot.active span {
  background: #4c3bb3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c3bb3), to(#b76cd2));
  background: linear-gradient(to bottom, #4c3bb3 0, #b76cd2 100%);
}
.owl-carousel-plan.owl-theme .owl-dots .owl-dot span {
  background: #4c3bb3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c3bb3), to(#b76cd2));
  background: linear-gradient(to bottom, #4c3bb3 0, #b76cd2 100%);
}

/* Owl general css end */

.plan-style-5 .plan-button {
 
  border: 2px solid ;
}

