/* Owl general css start */
.owl-carousel-plan.owl-theme .owl-dots .owl-dot.active span {
  background: #0B49A5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0B49A5), to(#187bff));
  background: linear-gradient(to bottom, #0B49A5 0%, #187bff 100%);
}
.owl-carousel-plan.owl-theme .owl-dots .owl-dot span {
  background: #0B49A5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0B49A5), to(#187bff));
  background: linear-gradient(to bottom, #0B49A5 0%, #187bff 100%);
}
/* Owl general css end */

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