.pricing-table-main .goal a.active,
.pricing-table-main .goal a.disabled {
  cursor: default;
}
.pricing-table-main .goal a.active {
  background: #007bff;
}
.pricing-table-main .goal a.downgrade {
  background: #ace9d7;
}
.pricing-table-main .button-group {
  z-index: 10;
  position: relative;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  margin: auto 0 0;
  display: flex;
}
.pricing-table-main .button-group .btn-col {
  float: left;
  max-width: 335px;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10% 30px;
}
.pricing-table-main .button-group .btn-col .btn-row {
  flex: 1 0 auto;
  background: #fff;
  text-align: center;
  margin-left: -1px;
  width: 100%;
  height: 50px;
}
.pricing-table-main .button-group .btn-col .btn-row a {
  background: #0863c0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
  display: block;
}
.plan-block {
  display: flex;
  flex-direction: column;
}
.elegant-pro-popular {
  padding-bottom: 0;
}
.pricing-table-body {
  background: none;
}
.hidden {
  display: none !important;
}
.contact {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
}
.contact > div {
  width: 50%;
  box-shadow: 0 6px 8px 3px #ededed;
  padding: 20px 40px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact > div h1 {
  text-align: center;
}
.contact > div a {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #0863c0;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  width: 267px;
  margin: 20px auto 0 auto;
}
.contact .courses {
  margin-right: 20px;
}
.contact p {
  text-align: center;
}
.plan-block .plan-name {
  color: #0863c0;
}
.ribbon-inner {
  background-color: #0863c0;
}
.ribbon-inner:after,
.ribbon-inner:before {
  border-color: #084482;
}
.elegant .price-features-common li p:before,
.elegant .price-features li p:before {
  color: #0863c0;
}
@media (max-width: 991px) {
  .contact {
    flex-direction: column;
    align-items: center;
    padding: 0 4%;
  }
  .contact > div {
    width: 100%;
    max-width: 335px;
  }
  .contact .courses {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=local-pricing-table.css.map */
