.pricing {
    border-collapse: collapse;
    width: 100%
}

.pricing tr th {
    background: #f5f5f5;
    font-size: 28px
}

.pricing tr td,
.pricing tr th {
    height: 33px
}

.pricing tr td,
.pricing tr th {
    border: 1px solid #ddd;
    padding: 5px 10px;
    empty-cells: show
}

.pricing tr td,
.pricing tr th {
    text-align: left
}

.pricing td+td,
.pricing th+th {
    text-align: center
}

.pricing .bg-purple {
    border-top: 3px solid #6c7c7c
}

.pricing .bg-red {
    border-top: 3px solid #ff4242
}

.pricing .bg-blue {
    border-top: 3px solid #0082d7
}

.pricing .txt-l {
    font-size: 28px;
    font-weight: 700
}

.tblu {
    color: #0082d7
}

.tgree {
    color: #98d5ff
}

.tpur {
    color: #6c7c7c
}

.tred {
    color: red
}

.tabs {
    position: relative;
    min-height: 425px;
    clear: both;
    margin: 25px 0
}

.tab {
    float: left
}

.tab label {
    cursor: pointer;
    background: #eee;
    padding: 15px 35px 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px
}

.tab [type="radio"] {
    opacity: 0
}

.content {
    position: absolute;
    padding: 20px;
    border-top: 1px solid #ccc;
    height: 362px
}

.content>* {
    opacity: 0;
    transform: translateX(-100%);
    transition: all .6s ease
}

.t-pr {
    min-height: 585px !important
}

[type="radio"]:checked~label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
    cursor: pointer
}

[type="radio"]:checked~label~.content {
    z-index: 1
}

[type="radio"]:checked~label~.content>* {
    opacity: 1;
    transform: translateX(0)
}

.cont-pr {
    min-height: 650px !important
}

.bg-blue {
    background: #00aaed;
    padding: 20px 0
}