/* PRICING */
.card.card--table-single.no-hover-effect:hover,
.card.card--table-single.no-hover-effect:active,
.card.card--table-single.no-hover-effect:focus {
    box-shadow: none;
    border: none;
}
.toggle-btn .btn-toggle {
    width: 200px !important;
    height: 40px !important;
    border-radius: 0;
}
.pricing-btn .price-deck-trigger,
.pricing-btn .price-deck-trigger-1 {
    background-image: none !important;
    cursor: pointer;
}
.pricing-btn .price-deck-trigger[data-value-active="monthly"],
.pricing-btn .price-deck-trigger-1[data-value-active="monthly"] {
    background: linear-gradient(to left, #ccc 50%, #5397A6 50%) !important;
}
.pricing-btn .price-deck-trigger[data-value-active="yearly"],
.pricing-btn .price-deck-trigger-1[data-value-active="yearly"] {
    background: linear-gradient(to left, #5397A6 50%, #ccc 50%) !important;
}
.pricing-btn label {
    position: relative;
    z-index: 100;
    width: 100px;
    text-align: center;
    margin: 0;
    color: #efefef;
    pointer-events: none;
    line-height: 38px;
}
.pricing-btn label:first-of-type {
    right: -100px;
}
.pricing-btn label:last-of-type {
    left: -100px;
}
.table-section--l6 .card--table-single .table-top .card--price__price.custom-price {
    font-size: 20px;
    padding: 25px 0;
}