

.content-34 .desktop_table {
    display: block;
}
.content-34 .mobile_table {
    display: none;
}

/*** ----- ***/

.content-34 .table-heading-row {
    margin-bottom: 60px;
}
.content-34 .table-heading {
    padding: 10px;
    background: var(--brand-grey);
    border-right: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-34 .table-heading p {
    color: var(--white);
}
/*.content-34 .table-heading:first-of-type {*/
    /*border-top-left-radius: 30px;*/
/*}*/
/*.content-34 .table-heading:last-of-type {*/
/*    border-top-right-radius: 30px;*/
/*}*/
.content-34 .table-heading:nth-child(3),
.content-34 .table-heading:nth-child(4),
.content-34 .table-heading:nth-child(5) {
    text-align: center;
}
.content-34 .table-heading > p {
    margin-bottom: 0;
}
.content-34 .table-heading > p.table-subheading {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}

.content-34 .table-column-cell {
    padding: 10px;
    border-right: 1px solid #D8D8D8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-34 .table-column-cell:nth-child(5) {
    border-right: 0px;
}
.content-34 .table-column-cell * {
    margin: 0;
}
/*.content-34 .table-column-cell:nth-child(3),*/
/*.content-34 .table-column-cell:nth-child(4),*/
/*.content-34 .table-column-cell:nth-child(5) {*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*}*/

.content-34 .table-body-row .table-column-cell {
    border-bottom: 1px solid #D8D8D8;
}
.content-34 .desktop_table .table-body-row .column_1.table-column-cell {
    border-left: 1px solid #D8D8D8;
}

.content-34 .column_1 {
    background: #F5F5F5;
}
.content-34 .column_1 p {
    font-weight: 600;
}
    /*.content-34 .table-body-row:nth-child(odd) .table-column-cell{*/
/*    background: #FFFFFF;*/
/*}*/


/***** COLUMN SIZES *****/

.content-34 .increment_1,
.content-34 .column_1 {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}
.content-34 .increment_2,
.content-34 .column_2 {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
}
.content-34 .increment_3,
.content-34 .column_3 {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
}
@media(max-width: 1799.98px) {
    /*.content-34 .table-column-cell,*/
    /*.content-34 .table-heading {*/
    /*    padding: 36px;*/
    /*}*/
    .content-34 .table-heading > p.table-subheading {
        margin-top: 5px;
    }
}




@media(max-width: 1599.98px) {
    /*.content-34 .table-column-cell,*/
    /*.content-34 .table-heading {*/
    /*    padding: 20px;*/
    /*}*/
    /*.content-34 .table-heading:first-of-type {*/
    /*    border-top-left-radius: 25px;*/
    /*}*/
    /*.content-34 .table-heading:last-of-type {*/
    /*    border-top-right-radius: 25px;*/
    /*}*/
    /*.content-34 .increment_1,*/
    /*.content-34 .column_1 {*/
    /*    padding-left: 40px;*/
    /*}*/
}





@media(max-width: 1199.98px){
    /*.content-34 .table-heading {*/
    /*    padding: 15px 20px 15px;*/
    /*}*/
    /*.content-34 .table-column-cell {*/
    /*    padding: 15px 20px;*/
    /*}*/
    /*.content-34 .increment_1,*/
    /*.content-34 .column_1 {*/
    /*    padding-left: 30px;*/
    /*}*/
}



/**** Kick in mobile accordion ***/

@media(max-width: 991.98px){

    .content-34 .desktop_table {
        display: none;
    }
    .content-34 .mobile_table {
        display: block;
    }

    .content-34 .mobile_table .table-column-cell,
    .content-34 .mobile_table .table-heading {
        padding: 10px;
    }
    .content-34 .mobile_table .increment_1,
    .content-34 .mobile_table .column_1 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_2,
    .content-34 .mobile_table .column_2 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_3,
    .content-34 .mobile_table .column_3 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_4,
    .content-34 .mobile_table .column_4 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_5,
    .content-34 .mobile_table .column_5 {
        width: 100%;
        max-width: 100%;
    }

    .content-34 .mobile_table .accordion_dropdown .table-column-cell p {
        width: 100%;
        position: relative;
    }
    .content-34 .mobile_table .accordion_dropdown .table-column-cell p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d8d8d8;
    }
    .content-34 .mobile_table .accordion_dropdown .table-column-cell:last-of-type p::after {
        display: none;
    }

    .content-34 .mobile_table .table-heading-row {
        margin-bottom: 30px;
    }
    .content-34 .mobile_table .table-headings-row {
        display: none;
    }
    .content-34 .mobile_table .table-column-cell:nth-child(3),
    .content-34 .mobile_table .table-column-cell:nth-child(4),
    .content-34 .mobile_table .table-column-cell:nth-child(5) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .content-34 .mobile_table .table-column-cell {
        border-right: 0px;
        padding: 10px;
    }
    .content-34 .mobile_table .table-column-cell:nth-of-type(1) {
        padding-top: 0;
    }
    .content-34 .mobile_table .table-column-cell.column_1 p.h4style {
        font-size: 30px;
    }
    .content-34 .mobile_table .table-column-cell.column_1 {
        padding: 15px 10px;
        position: relative;
    }
    .content-34 .mobile_table .column_3 {
        margin-top: 10px;
    }
    .content-34 .mobile_table .column_1::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-180deg);
        transition: ease all .3s;
        right: 30px;
        height: 15px;
        width: 15px;
        background-image: url('assets/plus.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .content-34 .mobile_table .column_1.active::after {
        background-image: url('assets/minus.svg');
        transform: translateY(-50%) rotate(0deg);
    }
    .content-34 .mobile_table .table-body-row:nth-child(odd) {
        background: #D8D8D8;
    }


    .content-34 .mobile_table .accordion_dropdown {
        padding-bottom: 5px;
        width: 100%;
    }

    .content-34 .mobile_table .accordion_dropdown span.column-heading {
        font-size: 18px;
        line-height: 24px;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        width: 100%;
    }


    .content-34 .mobile_table .accordion_dropdown span.column-subheading {
        font-size: 14px;
        line-height: 21px;
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
        width: 100%;
    }


    /*.content-34 .mobile_table .accordion_dropdown p {*/
    /*    font-weight: 600;*/
    /*}*/
    .content-34 .mobile_table .accordion_dropdown .column_2 p {
        font-weight: 400;
    }


    .content-34 .mobile_table .mobile-heading {
        /*border-top-left-radius: var(--global-border-radius);*/
        /*border-top-right-radius: var(--global-border-radius);*/
        text-align: center;
        background: var(--brand-grey)
    }
    .content-34 .mobile_table .mobile-heading * {
        color: #f5f5f5;
        margin-bottom: 0;
        padding: 10px;
    }
    /*.content-34 .mobile_table .table-body-row:last-of-type {*/
    /*    border-bottom-left-radius: var(--global-border-radius);*/
    /*    border-bottom-right-radius: var(--global-border-radius);*/
    /*}*/

    .content-34 .mobile_table .table-body-row {
        border-bottom: none;
    }

    .content-34 .mobile_table .table-body-row:nth-child(even) {
        background: #ffffff;
    }
    .content-34 .mobile_table .table-body-row:nth-child(odd) {
        background: #f5f5f5;
    }

    .content-34 .mobile_table .table-body-row .table-column-cell {
        border-bottom: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .content-34 .table-body-row:nth-child(even) .table-column-cell{
        background: transparent;
    }
    .content-34 .table-body-row:nth-child(odd) .table-column-cell{
        background: transparent;
    }
    .content-34 .column_1 p {
        font-weight: 800;
        font-size: 20px;
    }
}