

.p-table-wrap {
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ebeef1;
}

.p-table {
    display: table;
    width: 100%;
    color: #2b2d34;
    font-size: 16px;
    font-weight: 500;
    background: #fefefe;
}
.p-table-b {
    background: #f2f4f6;
}

.p-table .p-cell:first-child {
    text-align: right;
    border: none;
}

.p-bold {
    color: #2b2d34;
    font-weight: 900;
    font-size: 18px;
}

.p-package.free {
    color: #ffffff;
    border-bottom: 2px solid;
    background: #2b2d34;
}

.p-package.basic {
    /* color: #58595d; */
    background: #58595d;
    color: #ffffff;
    border-bottom: 2px solid;
}

.p-package span {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.p-package span.small {
    font-size: 14px;
    font-weight: 500;
    color: #888b98;
    margin-top: 8px;
}

.p-package.golden {
    /* color: #efa927; */
    background: #efa927;
    color: #ffffff;
    border-bottom: 2px solid;
}

.p-package span.small {
    font-size: 14px;
    font-weight: 500;
    color: #888b98;
    margin-top: 8px;
}

.p-package.platinum {
    /* color: #c39a38; */
    background: #c39a38;
    color: #ffffff;
    border-bottom: 2px solid;
}

.p-table.bg-color {
    background: #f9fafb;
}

.p-header {
    text-align: center;
    padding: 15px 0;
    background: #f2f4f6;
    color: #2b2d34;
    /*    font-size: 18px;*/
    font-weight: 900;
}

.p-cell {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding: 15px;
    text-align: center;
    border-right: 1px solid #ebeef1;
}

.p-cell:first-child {
    width: 24%;
}

@media (max-width: 600px) {
    .p-cell {
        padding: 10px;
    }
}

.p-table-main.fixed {
    position: fixed;
    top: 61px;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% - 30px);
    max-width: 1140px;
    z-index: 55;
    border-bottom: 2px solid #ebeef1;
}

.p-cell i.icon-error {
    color: #ff6767;
}

.p-cell i {
    font-size: 22px;
}

.p-cell i:before {
    vertical-align: middle;
}

.p-table-wrap .icon-error:before {
    content: "\f00d";
}

.p-table-wrap [class*=icon-]:before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.p-note {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

.p-cell i.icon-success {
    color: #8fd049;
}

.p-cell i.icon-success.basic {
    color: #58595d;
}

.p-cell i.icon-success.golden {
    color: #efa927;
}

.p-cell i.icon-success.platinum {
    color: #c39a38;
}

.p-cell i.icon-error.basic {
    /* color: #58595d; */
}

.p-cell i.icon-error.golden {
    color: #efa927;
}

.p-cell i.icon-error.platinum {
    color: #c39a38;
}

.p-cell i:before {
    vertical-align: middle;
}

.p-table-wrap .icon-success:before {
    content: "\f00c";
}

.compare-wrap.table-page {
    margin-top: 50px;
}

.compare-wrap {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.compare-wrap.table-page a {
    width: 27%;
}

.gradient-button {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.compare-link {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    line-height: normal;
    padding: 11px 0;
    color: #fff!important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    border-radius: 40px;
    box-shadow: 0 5px 7px rgb(252 125 31 / 30%);
    background-image: linear-gradient(to right, #ff9f00, #fdbe48, #ff9f00, #fc7725);
}

.gradient-button:hover {
    text-decoration: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
