/*Dineshh*/
.view-fr.switcher-option a {
    display: inline-block;
    margin-top: 10px;
}

table.prices-tier.items tr.item td span.price {
    font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  table.prices-tier.items tr.item td span.price {
    font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
  table.prices-tier.items tr.item td span.price {
    font-size: 16px;
}
}