.general_table>tbody>tr:first-child table td {
    vertical-align: bottom;
}

.general_table>tbody>tr:not(:first-child) table td {
    vertical-align: top;
}

.pricing_table {
    position: relative;
}

.pricing_table table td {
    min-width: 196px;
}

.pricing_table table img {
    margin: auto;
}

.general_table>tbody>tr:first-child table {
    text-align: center;
    margin-left: auto;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-collapse: collapse;
    position: sticky;
    top: 100px;
    right: 0;
    z-index: 100;
}

.rtl .general_table>tbody>tr:first-child table {
    margin-left: unset;
    margin-right: auto;
    right: unset;
    left: 0;
}

.pricing_table table {
    border: 1px solid #EEEEEE;
}

.pricing_table table td:nth-child(n) {
    border: 1px solid #EEEEEE;
    border: 1px solid #EEEEEE !important;
    background: #fff;
    transition: all .4s ease-in-out;
}

.general_table>tbody>tr:first-child table td {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #18327B;
    box-shadow: 7px 13px 14px rgba(0, 0, 0, 0.1);
}

.general_table>tbody>tr:first-child table td:first-child {
    visibility: hidden;
    border: none !important;
}

.pricing_table h3 {
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    padding: 20px 54px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #18327B;
    position: relative;
    cursor: pointer;
}

.pricing_table h3::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 24px;
    top: 50%;
    border-left: 2px solid #18327B;
    border-top: 2px solid #18327B;
    transform: translateY(-3px) rotate(45deg);
    transition: all .4s ease-in-out;
}

.rtl .pricing_table h3::before {
    left: unset;
    right: 24px;
    border-left: unset;
    border-right: 2px solid #18327B;
}

.pricing_table h3.active::before {
    transform: translateY(-8px) rotate(-135deg);
}

.pricing_table .wp-block-table {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}

.pricing_table .wp-block-table tr:hover td {
    background: #F3F8FF;
}

.pricing_table .wp-block-table {
    overflow: visible;
}

.pricing_table .wp-block-table td:not(:first-child) {
    width: 196px;
}

@media screen and (max-width:768px) {
    .pricing_table {
        overflow-x: auto;
        padding-top: 100px;
    }
}

@media screen and (max-width:576px) {
    .general_table>tbody>tr table td {
        width: 50vw;
    }
}
