/*resources*/

/*.resource-bg .sppb-col-md-4 .resource-bg-001 {
    background: #fff !important;
    box-shadow: 0px 0px 10px #00000030 !important;
    padding: 30px !important;
    border-radius: 15px !IMPORTANT;
}

.resource-bg .sppb-col-md-4 {
    margin-bottom: 30px;
}*/


/*table-style-001*/

.table-style-001 table th {
    padding: 10px 10px;
    line-height: 1.3;
    text-align: center;
    background: #d80017;
    border-color: #dee2e6;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.table-style-001 table td {
    padding: 5px 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
}
.table-style-001 table td:nth-child(2) {
    min-width: 100px !important;
    text-align: center;
}

.table-style-001 table td:nth-child(3) {
    min-width: 150px !important;
    text-align: left;
}
.table-style-001 table td:first-child {
    text-align: center;
    font-weight: 700;
}
.table-style-001 tr:nth-child(even) {
    background: #ededed !important;
}
.table-style-001 table td p {
    margin: 0px;
}
@media(max-width:991px){
table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }}


/*accordion*/
.sppb-addon-accordion .sppb-panel-default .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: '\f107';
    color: #22b24c;
    font-weight: 900;
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-heading .sppb-toggle-direction .fa-plus-circle:before {
    content: '\f106';
    color: #22b24c;
    font-weight: 900;
}
span.sppb-panel-title strong {
    position: absolute;
    content: '';
    left: 45px;
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-heading .sppb-panel-title {
    padding-left: 55px;
    display: block;
    margin-top: -34px;
    font-size: 20px !important;
    line-height: 1.3 !important;
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-body {
    padding: 0px 0px 0px 70px !important;
}

.sppb-addon-accordion .sppb-panel-default .sppb-panel-body table {
    margin-left: -30px !important;
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-body table.bank-table {
    margin-left: 0px !important;
}

/*table*/
.service-support .sppb-panel.sppb-panel-default table tr:first-child {
    background: #f33434!Important;
    color: #fff;
}