.ova-pricing-tab .tab-pricing-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.ova-pricing-tab .tab-pricing-switch .price-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.ova-pricing-tab .tab-pricing-switch .price-label.label-active {
  color: #020D2B;
}
@media (max-width: 430px) {
  .ova-pricing-tab .tab-pricing-switch .price-label {
    font-size: 16px;
  }
}
.ova-pricing-tab .tab-pricing-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 16px;
}
.ova-pricing-tab .tab-pricing-switch .switch.switch-active .slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}
.ova-pricing-tab .tab-pricing-switch .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0B55E5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ova-pricing-tab .tab-pricing-switch .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 5px;
  background-color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ova-pricing-tab .tab-pricing-switch .switch .slider.round {
  border-radius: 34px;
}
.ova-pricing-tab .tab-pricing-switch .switch .slider.round:before {
  border-radius: 50%;
}
.ova-pricing-tab .tab-pricing-content {
  text-align: center;
}
.ova-pricing-tab .tab-pricing-content .tab-pane {
  display: none;
}
.ova-pricing-tab .tab-pricing-content .tab-pane.active {
  display: block;
}