/* .acf-field-6719192ebc877 .acf-row,
.acf-field-67191ae94eb86 .acf-row{
    display: flex;
    flex-direction: column;
}
.acf-field-67191a684eb83 .acf-row{
    flex-direction: row;
}
*/
/* .acf-field-67191a684eb83 .acf-row .order{
    display: none;
}
.acf-field-67191a684eb83 .acf-row .subheading_title{
    width: 240%;
}
.acf-field-67191a684eb83 .acf-row td{
    padding: 10px 0;
}
.acf-field-67191a684eb83 .acf-row td.acf-field:first-child{
    width: 80%;
}  */

.table_wrapper{
    margin: 56px 0;
}
.custom_table_container{
    background: #F2F4F7;
    padding: 40px;
    border-radius: 16px;
}
.custom_table_container p{
    font-size: 18px;
    margin: 0;

}
.custom_table_container .table_heading{
    border-bottom: 1px solid rgba(107,123,124, 0.3);
}
.custom_table_container .table_heading p{
    padding: 10px 0;
}
.custom_table_container .without_subheading .table_heading{
    margin-top: 0;
}
.custom_table_container .table_content .sub{
    margin-bottom: 45px;
}
.custom_table_container .table_title,
.custom_table_container .table_heading,
.custom_table_container .table_content .sub div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom_table_container .table_title p{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
}
.custom_table_container .table_title p::after{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/plus.png) center center no-repeat;
    background-size: contain;
}
.toggled::after {
    background: url(../img/minus.png) center center no-repeat!important;
    background-size: contain!important;
}
.custom_table_container .table_title h4{
    text-transform: uppercase;
    font-size: 28px;
}
.custom_table_container .table_title p{
    color: #FF6633;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.custom_table_container .table_content .sub{
    padding-left: 24px;
    display: none;
}
.custom_table_container .table_content .sub p:nth-child(2), 
.custom_table_container .table_content .table_heading p:nth-child(2){
    color: #6B7B7C;
}

@media (max-width: 1550px) {
    
}
@media (max-width: 1280px) {
    
}
@media (max-width: 1150px) {
   
}
@media (max-width: 1024px) {
}
@media (max-width: 990px) {
    
}
@media (max-width: 769px) {
   
}
@media (max-width: 650px) {
    .custom_table_container{
        padding: 24px 24px 40px 24px;
    }
    .custom_table_container .table_title{
        align-items: flex-start;
    }
    .custom_table_container .table_title h4{
        max-width: 80%;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .custom_table_container .table_title p{
        font-size: 0 !important;
    }
    .custom_table_container .table_heading:first-child{
        padding-top: 0;
    } 
    .custom_table_container .table_heading{
        flex-direction: column;
        align-items: baseline;
        padding: 15px 0;
    }
    .custom_table_container .table_content .sub{
        margin-bottom: 30px;
    }
    .custom_table_container .table_content .sub div{
        flex-direction: column;
        align-items: baseline;
        padding: 8px 0 0;
    }
    .custom_table_container .table_content .sub div p{
        margin-bottom: 0 !important;
    }
    .custom_table_container .table_heading p{
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0 !important;
    }
    .custom_table_container .table_heading{
        padding-bottom: 15px;
    }
    .block_padding{
        padding: 0 16px;
    }
}
@media (max-width: 500px) {
    
}