/*about img*/

.about-img-style-001:before { content: ""; position: absolute; background: #2bb9eb; width: 200px; height: 200px; left: -20px; top: -20px; }

.about-img-style-002:after { content: ""; position: absolute; border: 2px dashed #2ab9ea; width: 200px; height: 200px; right: -20px; bottom: -20px; z-index: -1; }

/*end of about img*/

/*about-style-001*/

.about-style-001 {
    position: relative;
}

.about-style-001:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #e8d19c;
    top: 70px;
}

/*end of about-style-001*/

/*about-style-002*/

@media(min-width:991px){
.about-style-002 {
    box-shadow: -3px 0 2px #00000030;
  }}

/*end of about-style-002*/


/*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;
}

@media (max-width: 767px) {
    .table-style-001 table td { font-size: 13px; }
}

.sppb-addon.sppb-addon-text-block .table-bordered {
    border-color: #fff !important;
}

div#sppb-tab1-1 {}

.sppb-tab-pane .table-bordered {
    border-color: #fff;
}

.sppb-nav-tabs>li.active>a, .sppb-nav-tabs>li.active>a:focus, .sppb-nav-tabs>li.active>a:hover {
    border-bottom-color: #e5e5e5;
}

.sppb-nav-tabs>li>a:hover, .sppb-nav-tabs>li>a:focus, .sppb-nav-tabs>li.active>a {
    color: #d80017;
}

.sppb-nav-tabs>li>a {
    border-right-width: thin;
}

/*end of table-style-001*/

/*table-style-002*/

.table-style-002 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-002 table td {
    padding: 5px 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
}

.table-style-002 table td:nth-child(2), .table-style-002 table td:nth-child(3) {
    min-width: 100px !important;
    text-align: left !important;
}

.table-style-002 table td:nth-child(3) {
    min-width: 150px !important;
    text-align: center;
}

.table-style-002 table td:first-child {
    text-align: center;
    font-weight: 700;
}

.table-style-002 ul {
    margin-bottom: 0;
    padding: 0 0 0 25px;
}

.sppb-addon-tab .sppb-tab .sppb-nav-tabs li {
    margin: 10px;
    border-right-width: thin;
}

.sppb-nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

@media(max-width: 768px){
.sppb-nav-tabs {
    display: table;
    border-bottom: none;
}}


@media (max-width: 767px) {
    .table-style-002 table td { font-size: 13px; }
}

/*end of table-style-002*/