#Comprison_pricingplan article {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#Comprison_pricingplan table thead tr th h3 {
    padding-top: 0;
    margin-bottom:8px;
    margin-top: 0;
    font-size: 18px;
    color: #333131;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}
#Comprison_pricingplan ul {
    display: flex;
    top: 0;
    z-index: 10;
    padding-bottom: 14px;
}
#Comprison_pricingplan li {
    list-style: none;
    flex: 1;
}
#Comprison_pricingplan li:last-child {
    border-right: 1px solid #ddd;
}
#Comprison_pricingplan button {
    border: 2px solid #FFD900;
    border-radius: 10px;
    padding: 9px 19px;
    background:#FFD900;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Jost', sans-serif;
}
#Comprison_pricingplan button:hover {
    background-color: #333333;
    border: 2px solid #333333;
    border-radius: 10px;
    color: #fff;
}
#Comprison_pricingplan li.active button {
    background: #333333;
    color:#fff;
    border-color: #333333;
}
#Comprison_pricingplan table {
    border-radius: 6px;
    table-layout: fixed;
    width: 100%;
}
#Comprison_pricingplan table tbody tr:last-child {
    border-right: none;
}
#Comprison_pricingplan th {
    background: #f5f5f5;
    display: none;
}

#Comprison_pricingplan td + td,
#Comprison_pricingplan th + th {
    text-align: center;
    display: none;
}
#Comprison_pricingplan td.default {
    display:table-cell;
}
#Comprison_pricingplan .sep {
    background: #e54a3f;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}
#Comprison_pricingplan .txt-l {
    font-size: 28px;
    font-weight: 700;
    color: #e54a3f;
}
#Comprison_pricingplan .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}
#Comprison_pricingplan .tick {
    font-size: 18px;
    color: #2ca01c;
}
#Comprison_pricingplan table tbody tr td {
    padding: 20px 30px 0 30px;
}
#Comprison_pricingplan table tbody tr td:first-child {
    font-size:16px;
    font-weight:400;
    font-family: 'Jost', sans-serif;
}
#Comprison_pricingplan table tbody tr:nth-last-child(2) td:first-child{
    border-bottom:none;
    border-bottom-left-radius: 8px;
    padding-bottom: 20px;
}
#Comprison_pricingplan table tbody tr:nth-last-child(2) td{
    padding-bottom: 20px;
}
#Comprison_pricingplan table tbody tr:first-child td:first-child{border:none;}
#Comprison_pricingplan table tbody tr:first-child td{
    border-top:none;
}

#Comprison_pricingplan table tbody tr:last-child td:first-child {
    background: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
#Comprison_pricingplan table tbody tr td:first-child {
    border-left: none;
    padding: 20px 30px 0px 37px;
    color: #333333;
    background: #fff;
    font-weight: bold;
}
#Comprison_pricingplan table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px;
}
.pricing-box {
    position: relative;
    overflow: hidden;
    padding-top:23px;
    padding-bottom:11px;
    background-color: #fff;
    border: none;
}
.plan-heading {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    color: #022135;
    font-weight: 400;
}
.pricing-box .price {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    color:#333333;
    font-family: 'Jost', sans-serif;
    margin-bottom: 0px;
    margin-top: 0;
}
.pricing-box .price span {
    font-size:18px;
}
.pricing-box .pricing-suffix {
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}
.comperison_plan_btn a {
    display: inline-block;
    font-size: 14px;
    background-color: #19bc73;
    padding: 17px 30px;
    line-height: 14px;
    color: #fff;
    font-family: 'Jost', sans-serif;
}
#Comprison_pricingplan table tbody tr.pricing_row td {
    color: #e54a3f;
}
#Comprison_pricingplan table tbody tr:last-child td:nth-child(2){border-bottom-left-radius:8px;}
#Comprison_pricingplan table tbody tr:last-child td:last-child{border-bottom-right-radius:8px;}

#Comprison_pricingplan table tbody tr:last-child td a {
    background: #e54a3f !important;
    border: solid 2px #e54a3f;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    padding: 15px 30px;
    border-radius: 4px;
    display: inline-block;
    transition: 0.5s ease-in-out;
    box-shadow: 18px 18px 20px 0 rgba(0, 0, 0, 0.1);
}
#Comprison_pricingplan table tbody tr:last-child td a:hover {
    background: 0 0 !important;
    color: #e54a3f !important;
}
#Comprison_pricingplan .hide {
    border: 0;
    background: 0 0;
}
#Comprison_pricingplan table {
    color: #4b5064;
}
#Comprison_pricingplan table thead tr th {
    font-size: 24px;
    line-height: 24px;
    color:#55db4e;
    border-radius: 6px;
    font-weight: 400;
    border: none;
    background-color: transparent;
    padding: 0;
    border-right: 1px solid #cae8f9;
    border-bottom: 1px solid #cae8f9;
    border-top: 4px solid #FE407A;
}
#Comprison_pricingplan table thead tr th:first-child {
    border-top: none;
    border-right: none;
    border-bottom: none;
}
#Comprison_pricingplan table tbody tr th:nth-child(2) {
    border-top-left-radius: 20px;
}
#Comprison_pricingplan table tbody tr:first-child td span.txt-l {
    font-size: 52px;
    line-height: 52px;
    color: #e54a3f;
    font-weight: 600;
}
#Comprison_pricingplan table tbody tr:first-child td span.princing_btn a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
    color: #516f8f;
}
#Comprison_pricingplan table tbody tr td:nth-child(5) {
    border-right: none;
}
#Comprison_pricingplan table tbody tr td {
    border-left: none;
    color:#8b8b8b;
    border-right: none;
    font-size:15px;
    font-weight:400;
    font-family: 'Jost', sans-serif;
    line-height:25px;
    border-top:none;
    background-color: #fff;
    border-right: 1px solid #cae8f9;
}
#Comprison_pricingplan table thead tr th:last-child {
    padding-right: 0;
    border-top-right-radius: 8px;
    border-right: none;
    overflow: hidden;
}
#Comprison_pricingplan table thead tr th:nth-child(2) {
    border-top-left-radius: 8px;
    overflow: hidden;
}
.pricing-box:hover .comperison_plan_btn a {
    background-color: #ff7e00;
}
#Comprison_pricingplan table tbody tr td .fa-arrow-right {
    color:#ffffff;
    font-size: 16px;
    margin-right: 12px;
}
#Comprison_pricingplan table tbody tr:first-child {
    border-left: none;
    border-top: 0;
}
#Comprison_pricingplan table tbody tr,
#Comprison_pricingplan tr {
    border-bottom: none;
    position: relative;
}

#Comprison_pricingplan table tbody tr.pricing_row {
    background-color: #f8f8f8 !important;
}
#Comprison_pricingplan table tbody tr:last-child td {
    padding: 3px 30px 34px 35px !important;
    background-color: #fff;
}
@media (min-width: 991px) {
    #Comprison_pricingplan ul {
        display: none;
    }
    #Comprison_pricingplan td,
    #Comprison_pricingplan th {
        display: table-cell !important;
        width: 350px;
    }
    #Comprison_pricingplan td + td,
    #Comprison_pricingplan th + th {
        width: auto;
    }
}
@media screen and (max-width: 991px) {
    #Comprison_pricingplan .sep {
        width: 100%;
        float: left;
        height: auto;
    }
    #Comprison_pricingplan table tbody tr td {
        width: 50%;
        float: left;
        height: auto;
        border: solid 1px #cae8f98c;
        border-bottom: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    #Comprison_pricingplan table tbody tr:first-child td,
    #Comprison_pricingplan td {
        line-height: 20px;
        padding: 10px 20px;
        height: 70px;
    }
    #Comprison_pricingplan .sep {
        border: none;
    }
    #Comprison_pricingplan table tbody tr {
        border: none;
    }
    #Comprison_pricingplan .sep {
        padding: 15px;
        font-size: 18px;
        line-height: 18px;
    }
    #Comprison_pricingplan table tbody tr td {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    #Comprison_pricingplan table tbody tr:first-child td span.txt-l {
        font-size: 24px;
        line-height: 24px;
    }
    #Comprison_pricingplan table tbody tr:first-child td,
    #Comprison_pricingplan td {
        padding: 15px;
    }
    #Comprison_pricingplan table tbody tr:first-child td span.princing_btn a {
        padding-top: 7px;
    }
    #Comprison_pricingplan .sep {
        padding: 15px;
        height: auto;
        font-size: 14px;
        line-height: 14px;
    }
    #Comprison_pricingplan table tbody tr td {
        font-size: 14px;
        line-height: 14px;
    }
    #Comprison_pricingplan button {
        height: 50px;
    }
    #Comprison_pricingplan table tbody tr:last-child td a {
        padding: 15px 24px;
    }
    #Comprison_pricingplan td {
        padding: 15px 10px !important;
    }
}

@media screen and (max-width: 1024) {
    #Comprison_pricingplan ul {
        padding-bottom: 0;
    }
}
