#price-table-monthly {
  display: none;
}
#price-table-monthly.active {
  display: block;
}

#price-table-yearly {
  display: none;
}
#price-table-yearly.active {
  display: block;
}

#btn-price-table-monthly,
#btn-price-table-yearly {
  cursor: pointer;
}

.btn-price-table.active .elementor-button {
  background-color: #f39200;
}
.btn-price-table .elementor-button {
  background-color: #00324f;
  color: #ffffff;
}
.btn-price-table .elementor-button:hover {
  background-color: #ffa43c;
}

.elementor-price-table__button {
  border-radius: 50%;
}/*# sourceMappingURL=tekmore-price-table.css.map */