.pricing-range {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.pricing-range .range-wrapper {
    display: inline-flex;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden;
}

.pricing-range #price-ranges {
    background: transparent;
    padding: 0.8rem 1.6rem;
    color: #000;
    height: 100%;
    cursor: pointer;

}

.pricing-range #price-ranges:hover
{
    color: #0083d4;
}

.pricing-range > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-range label.monthly {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.pricing-range input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.pricing-range label {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin: 0;
    line-height: 1.5;
    color: #000;
}

.pricing-range label .discount {
    font-size: .7em;
    font-weight: bold;
    color: #0083d4;
    text-transform: uppercase;
}

.pricing-range label:hover {
    color: #0083d4;
}

.pricing-range input:checked + label {
    background: #0083d4;
    color: #fff;
    font-weight: bold;
}

.pricing-range input:checked + label .discount {
    color: #fff;
}

.pricing {
    display: flex;
    justify-content: space-between;
    gap: 1.4rem;
    flex-wrap: wrap;
    padding-top: 6rem;
}

.pricing .tariff {
    width: calc(25% - 1.1rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
}

.pricing .tariff .tariff-wrapper {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.pricing .tariff.most-popular {
    margin-top: -2rem;
}

.pricing .tariff.most-popular .btn.btn-primary {
    background: #89b837;
    border-color: rgb(137, 184, 55) rgb(137, 184, 55) rgb(104, 149, 25);
}

.pricing .tariff.most-popular .tariff-wrapper {
    border: 2px solid #89b837;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing .tariff .tariff-header p {
    margin: 0;
}

.pricing .tariff .tariff-header {
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.pricing .tariff .tariff-header p {
    color: #fff;
}

.pricing .tariff .tariff-header .popular {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #689519;
    padding: 0.6rem 1.2rem;
    position: absolute;
    left: 50%;
    top: -1rem;
    transform: translateX(-50%);
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}

.pricing .tariff .tariff-header .popular i {
    color: #89b837;
    font-size: 1.3em;
}

.pricing .tariff .tariff-header .title {
    font-size: 1.4em;
    text-transform: uppercase;
}

.pricing .tariff .tariff-header .price {
    font-weight: bold;
    font-size: 1.25em;
    margin-top: .5rem;
}

.pricing .tariff .tariff-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    flex: 1 1 auto;
    height: 205px;
    overflow: hidden;
}

.pricing .tariff .tariff-header .old-price {
    font-size: .9em;
    text-decoration: line-through;
}

.pricing .tariff .tariff-list li {
    padding: 0.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pricing .tariff .tariff-list li:last-child {
    border-bottom: none;
}

.pricing .tariff.most-popular .tariff-header {
    background: #89b837;
    padding-top: 3.4rem;
    padding-bottom: 2.4rem;
}

.pricing .tariff:not(.most-popular) .tariff-header {
    background: #0083d4;
}

.price-list-image {
    position: absolute;
    left: 100%;
    bottom: calc(100% - 5rem);
}

.select-wrapper {
    position: relative;
}

#price-ranges.range-selected {
    border: 2px solid #0083d4;
    color: #0083d4;
    font-weight: bold;
}


.pricing .show-more {
    display: block;
    width: 100%;
    text-align: center;
    padding: .8rem 0;
    cursor: pointer;
    text-decoration: none;
    border-top: 0px solid rgba(0, 0, 0, .1);
}

.pricing .show-more i {
    pointer-events: none;
}

.pricing .show-more:hover {
    text-decoration: none;
}

.pricing .tariff-list li i.popover-info-i {
    color: #FFF;
    border-radius: 50%;
    width: 19px;
    height: 18px;
    text-align: center;
    padding: 2px 1px 0 0;
    background-color: #0088cc;
}

.pricing .tariff-list li i.fa-times {
    color: red;

}

.pricing-table.princig-table-flat .waprice .plan h3 span
{
    font-size: 0.9615em
}
.pricing a i.fa-sort-desc:before{
    position: relative;
    bottom: 2px;
    font-size: 1.25em;
}

.pricing a i.fa-sort-up:before{
    font-size: 1.25em;
    position: relative;
    top: 5px;
}

.pricing .tariff-list li.hidden {
    display: none;
}

@media only screen and (min-width: 550px) and (max-width: 991px) {
    .pricing .tariff {
        width: calc(50% - 0.7rem);
    }
    .price-list-image {
        left: 25%;
        bottom: 70%;
        transform: rotate(-10deg);
    }

    .price-list-image img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 549px) {
    .pricing .tariff {
        width: 100%;
    }

    .pricing .tariff.most-popular {
        margin-top: 0;
    }

    .pricing-range {
        flex-direction: column;
        align-items: center;
    }

    .pricing-range .range-wrapper {
        margin: 0 auto;
        width: auto;
    }
    .price-list-image {
        left: 55%;
        bottom: calc(100% + 6rem);
        transform: rotate(-10deg);
    }

    .price-list-image img {
        max-width: 150px;
    }
}

.pricing {
    justify-content: center;
    gap: 2rem;
}

.pricing .tariff {
    width: calc(25% - 1rem);
}