.editor-styles-wrapper {
    user-select: auto;
}
.reseller-inner-con p:empty {
    display: none;
}
.reseller-inner-con article {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.reseller-inner-con ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    padding: 0;
}
.reseller-inner-con li {
    list-style: none;
    flex: 1;
}
.reseller-inner-con li:last-child {
    border-right: 1px solid #d9d9d9;
}
.reseller-inner-con button {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #000000
}
.reseller-inner-con li.active button {
    background: #ffffff;
    color: #000000;
}
.reseller-inner-con table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
.reseller-inner-con td, 
.reseller-inner-con th {
    padding: 19px 30px 17px;
    empty-cells: show;
}
.reseller-inner-con thead th {
    padding: 26px 30px 29px;
    border: 1px solid #000000;
    border-bottom: 0;
}
.reseller-inner-con thead th:not(:last-child){
    border-right: 0;
}
.reseller-inner-con td+td,
.reseller-inner-con th+th {
    text-align: center;
    display: none;
}
.reseller-inner-con td.default {
    display: table-cell;
}
.reseller-inner-con .sep {
    background: #F5F5F5;
    font-weight: bold;
}
.reseller-inner-con .tick {
    font-size: 18px;
    color: #2CA01C;
}
.reseller-inner-con .hide {
    border: 0;
    background: none;
}
@media (min-width: 992px) {
    .reseller-inner-con ul {
        display: none;
    }
    .reseller-inner-con td,
    .reseller-inner-con th {
        display: table-cell !important;
    }
    .reseller-inner-con td,
    .reseller-inner-con th {
        width: 255px;
    }
    .reseller-inner-con td+td,
    .reseller-inner-con th+th {
        width: auto;
    }
}
.reseller-inner-con tbody th {
    background: rgba(255, 255, 255, 0.42);
    border-left: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 400;
}
.reseller-inner-con tfoot td {
    text-align: center;
    padding: 10px 33px 32px;
}
.reseller-inner-con tfoot a {
    color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    display: block;
    font-weight: 500;
    background: #000000;
    font-size: 14px;
    padding: 11px 18px;
    transition: .2s ease-in-out;
}
.reseller-inner-con tfoot a:hover {
    color: #000000;
    background: #ffffff;
    border-color: #000000;
}
.reseller-inner-con tfoot a i{
    margin-left: 8px;
}
.reseller-inner-con .fa-check-circle {
    font-size: 18px;
}
.reseller-inner-con .fa-times-circle {
    font-size: 18px;
    color: #dc2b2b;
}
.reseller-inner-con a:focus,
.reseller-inner-con a:hover {
    text-decoration: none;
}
.reseller-price-plan{
    width: 100%;
}
.reseller-price-plan p {
    font-size: 14px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 13px;
    padding-left: 0;
}
.reseller-price-plan small{
    font-size: 14px;
    line-height: 14px;
}
.reseller-price-plan .price_txt {
    display: flex;
    justify-content: center;
}
.reseller-price-plan .month-title {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 5px;
}
.reseller-price-plan .price_txt span {
    font-size: 20px;
    line-height: 24px;
}
.reseller-price-plan span.numeric1 {
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}
.reseller-price-plan span.dollar {
    position: relative;
    top: 3px;
    left: -6px;
    padding-right: 0;
}
.reseller-inner-con tbody td:first-child {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}
.reseller-inner-con tbody td {
    font-size: 14px;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 15%);
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
.reseller-inner-con tbody td p {
    margin: 0;
}
.reseller-inner-con tbody td:not(:last-child){
    border-right: 0;
}
.reseller-inner-con tbody tr{
    border-top: 1px solid rgb(0 0 0 / 15%);
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.reseller-inner-con tbody td:first-child i {
    font-size: 15px;
    margin-right: 8px;
}
.reseller-inner-con table tbody tr td:first-child {
    font-weight: 700;
    color: #000000;
    background: #f0d9c3;
    font-family: "Playfair Display", serif;
    border-left: 0;
    border-right: 0;
}
.reseller-inner-con table tfoot tr td:not(:first-child){
    border: 1px solid #000000;
    border-top: 0;
}
.reseller-inner-con table tfoot tr td:not(:last-child){
    border-right: 0;
}
/* Replace Yes/No with icons */
.reseller-inner-con table td:contains("Yes")::before {
    content: "\f058"; /* check icon */
}
.reseller-inner-con table td:contains("No")::before {
    content: "\f057"; /* cross icon */
}





@media (max-width: 1199px) {
    .reseller-inner-con tfoot td {
        padding: 10px 13px 24px;
    }
    .reseller-inner-con tbody td:first-child {
        font-size: 15px;
        line-height: 24px;
    }
    .reseller-price-plan .price_txt span {
        font-size: 18px;
        line-height: 22px;
    }
    .reseller-price-plan .month-title {
        margin-left: 4px;
    }
    .reseller-price-plan span.numeric1 {
        font-size: 34px;
        line-height: 34px;
    }
    .reseller-price-plan span.dollar {
        top: 1px;
        left: -4px;
    }
    .reseller-price-plan p {
        margin-bottom: 8px;
    }
    .reseller-features-con .security-feature-box {
        padding: 26px 25px 23px;
    }
}
@media (max-width: 991px) {
    .reseller-inner-con .hide {
        padding: 0;
    }
    .reseller-inner-con tbody td,
    .reseller-inner-con tbody td:not(:last-child) {
        border-right: 1px solid #000000;
    }
    .reseller-inner-con thead th {
        border-right: 1px solid #000000 !important;
    }
    .reseller-inner-con thead th:first-child {
        border-right: none !important;
    }
    .reseller-inner-con button{
        border-top: 1px solid #000000;
    }
    .reseller-inner-con ul li button{
        border-top: 1px solid #d9d9d9;
    }
    .reseller-inner-con tfoot a {
        width: 100px;
        margin: 0 auto;
    }
    .reseller-inner-con tfoot td:not(:last-child) {
        border-right: 1px solid #000000;
    }
    .reseller-inner-con tfoot td:first-child{
        border: 0;
    }
    .reseller-inner-con button:focus{
        outline: none;
    }
    .reseller-inner-con button:hover{
        background: #000000;
        color: #ffffff;
    }
    .reseller-inner-con li.active button {
        color: #ffffff;
        background: #000000;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
    }
    .reseller-features-con .security-feature-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .reseller-inner-con table tfoot tr td:not(:first-child) {
        border: 1px solid #000000;
        border-top: 0;
    }
}
@media (max-width: 767px) {
    .reseller-features-con .security-feature-box {
        padding: 20px 10px 20px;
    }
    .reseller-features-con .security-feature-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .reseller-inner-con button {
        height: 50px;
    }
    .reseller-inner-con ul {
        padding-bottom: 0;
    }
    .reseller-inner-con tbody td:first-child {
        font-size: 14px;
        line-height: 22px;
    }
    .reseller-inner-con td, .reseller-inner-con th {
        padding: 15px 20px 13px;
    }
}
@media (max-width: 575px) {
    .reseller-inner-con tbody td:first-child i {
        font-size: 12px;
        margin-right: 0;
        position: absolute;
        top: 19px;
        left: 15px;
    }
    .reseller-inner-con tbody td:first-child {
        padding: 10px 16px 10px 36px;
        position: relative;
    }
    .reseller-inner-con tfoot a {
        width: 90px;
    }
}