/* PRICING TABLE CSS */

.bg-light-blue {
    background: #edecff;
}

.seo-table {
    max-width: 100%;
    margin: 0 auto;
    font: 13px/1.4 "Poppins", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0px;
}

.shad {
    position: relative;
}

.shad::before {
    border-radius: 6px;
    box-shadow: 0 0 20px hsl(0deg 0% 0%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.my_planHeader {
    width: 205px;
    padding: 13px 20px;
    border-radius: 6px 6px 0 0;
    text-align: center;
}

.my_planFeature {
    text-align: center;
    width: 273px;
}

.my_plan3 {
    position: relative;
    z-index: 1;
}

.my_plan3::before {
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: -1;
}

.my_plan3::after {
    content: "";
    height: 100%;
    right: -20px;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: -1;
}

.seo-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* border: 1px solid rgb(199, 181, 161); */
}

.seo-table table thead {
    border-left: 1px solid rgb(255 245 238);
}

.seo-table td,
.seo-table th {
    border-right: 1px solid #CCC;
    empty-cells: show;
    padding: 10px 20px;
    color: #383838;
}

.compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 15px !important;
    background: #333185;
    color: #fff;
    padding-bottom: 15px !important;
    position: relative;
}

.seo-table tbody tr:nth-child(odd) {
    display: none;
}

.seo-table .compare-row {
    background: #edecff;
    color: #000;
}

.seo-table .compare-row td {
    font-size: 14px;
    position: relative;
}

.seo-table .tickblue {
    color: #0078C1;
}

.seo-table .tickgreen {
    color: #009E2C;
}

.seo-table .tickgreen img {
    width: 30px;
    height: 30px;
}

.seo-table th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

.seo-table tr td:first-child {
    text-align: left;
}

.compare-row td:first-child {
    color: #333185 !important;
}

.seo-table .qbse,
.seo-table .qbo,
.seo-table .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}

.seo-table .tl2 {
    border-right: 0;
}

.seo-table .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px;
}

.seo-table .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.seo-table .price-info {
    padding: 5px 15px 15px 15px;
    position: relative;
    background: #333185;
}

.seo-table .price-info-orange {
    padding: 5px 15px 15px 15px;
    position: relative;
    background: #f5882a;
    border-radius: 0;
}

.bg-orange {
    background-color: #f5882a!important;
}

.seo-table .price-was {
    color: #999;
    text-decoration: line-through;
}

.seo-table .price-now,
.seo-table .price-now span {
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
}

.seo-table .price-now span {
    font-size: 17px;
}

.seo-table .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.seo-table .price-buy {
    background: #f5882a;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    position: relative;
    z-index: 9;
}

.seo-table .price-buy:hover {
    background: #3c4098;
    -webkit-box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
    -moz-box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
    -ms-box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
    box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
}

.seo-table .price-buy-top {
    background: #f5882a;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    position: relative;
    z-index: 9;
}

.seo-table .price-buy-top:hover {
    background: #ffffff !important;
    color: #000 !important;
    -webkit-box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
    -moz-box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
    -ms-box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
    box-shadow: 0px 10px 19px 0px rgb(60 64 152 / 36%);
}

.seo-table .price-buy-top.blue {
    background: #333185;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.seo-table .price-try {
    font-size: 12px;
}

.seo-table .price-try a {
    color: #202020;
}

.seo-table .tickred {
    color: #e43d45;
}

@media (max-width: 767px) {
    .seo-table td:first-child,
    .seo-table th:first-child {
        display: none;
    }
    .seo-table tbody tr:nth-child(odd) {
        display: table-row;
        background: #f2f2ff;
    }
    .seo-table .row {
        background: #FFF;
    }
    .seo-table td,
    .seo-table th {
        border: 1px solid #CCC;
    }
    .price-info {
        border-top: 0 !important;
    }
    .title-row {
        background: #ffc898 !important;
    }
    .seo-table {
        font: 14px/1.4 "Poppins", Helvetica, Arial, sans-serif;
    }
    .seo-table .compare-row {
        display: none;
    }
    .seo-table {
        padding: 10px 0;
    }
    .my_plan3::before {
        display: none;
    }
    .my_plan3::after {
        display: none;
    }
    .premium:before,
    .professional:before,
    .ultimate:before {
        left: 0;
    }
    .seo-table .price-buy-top {
        font-size: 8px;
    }
    .seo-table .price-buy-top.blue {
        font-size: 10px;
    }
}

@media (max-width: 639px) {
    .seo-table .price-buy {
        padding: 5px 10px;
    }
    .seo-table td,
    .seo-table th {
        padding: 10px 5px;
    }
    .seo-table .hide-mobile {
        display: none;
    }
    .seo-table .price-now span {
        font-size: 13px;
    }
    .seo-table .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }
    .seo-table .qbse,
    .seo-table .qbo {
        font-size: 12px;
        padding: 10px 5px;
    }
    .seo-table .price-buy {
        margin-top: 10px;
    }
    .compare-heading {
        font-size: 12px;
    }
    .seo-table .price-buy.blue {
        background: #333185;
        padding: 7px 12px;
    }
}

.call-to-action-block {
    background: #333185;
    padding: 85px 0;
}

.border-btm-0 {
    border-bottom: none !important;
}

.border-top-0 {
    border-top: none !important;
}

.premium {
    position: relative;
    background: #ea7714;
    border-top: 1px solid #ea7714 !important;
}

.premium:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36px;
    background: #ea7714;
    display: block;
    top: -27px;
    z-index: -1;
}

.professional {
    position: relative;
    background: #1a1873;
    border-top: 1px solid #1a1873 !important;
}


/* .professional:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: #1a1873;
    display: block;
    top: -18px;
    z-index: -1;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
}

.ultimate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: #5351bd;
    display: block;
    top: -18px;
    z-index: -1;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
} */

.bg-ultimate {
    background: #6765da !important;
}

.bg-ultimate-dark {
    background: #5351bd !important;
}

@media (max-width: 767px) {
    .compare-row.mob-show{
        display: table-row;
    }

    .seo-table .compare-row.mob-show td:first-child, .seo-table .compare-row.mob-show th:first-child {
        display: none;
    }


}