.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #ffffff;
}
.price-table tr:hover {
    background-color: #eeeeee;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #d8d6e3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    border: 0px;
    background: transparent;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}
.price-table td.price a {
    background-color: #5336ca;
    color: #ffffff;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    border-top: 3px solid #6f27bc;
    color: #6f27bc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-weight: 600;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}

.compare_plans {
    padding: 70px 0px;
    background: #fafafa;
}
.price-table tr td img {
    max-width: 20px !important;!i;!;
}

.compare_plans {}

.compare_plans .compare_plans_row {
    margin-top: 60px;
}

.compare_plans .compare_plans_row .main {
    overflow: auto;
}

.price-table tr, .price-table tr td, .price-table tr th {
    border: 1px solid #ddd;
    background: #fff;
}

.price-table tbody {
    border: 0px;
}

.price-table tr:nth-child(1) {
    border: 0px;
}

td.price-blank.price-table-popular {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.price-table tr.price-table-head td:first-child {
    border: 0px;
    background: #fafafa;
}

.price-table tr td .content {
    color: #333;
    font-size: 16px;
    padding: 5px;
}

.price-table tr td .image {position: relative;top: 3px;}
.price-table tr.price-table-head td h6 {
    font-size: 17px;
    margin: 5px 0 10px 0;
    font-weight: 600;
}

.price-table tr.price-table-head td h5 {
    margin: 5px 0px 5px 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border: 0px;
    background: #6fb999;
    padding: 10px;
}
.price-blank.price-table-popular {
    background: #5a12bb !important;
    color: #fff !important;
}
.compare_plans table.price-table td {
    width: 33.33%;
}

.compare_plans table.price-table td.heading {
    background: #f5f5f8;
    font-size: 18px;
    font-weight: bold;
    color: #1b245b;
}