
.default-tabs .tabs {
    position: relative;
}

.default-tabs .tabs .tab-menu li {
    background: #f7f7f7;
    display: inline-block;
    text-align: center;
}

.default-tabs .tabs .tab-menu li a {
    color: #111;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 24px;
    text-decoration: none;
}

.default-tabs .tabs .tab-menu li a i {
    color: #d21e2b;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    text-decoration: none;
}

.default-tabs .tabs .tab-menu li:hover a,
.default-tabs .tabs .tabs li:hover i {
    color: #d21e2b;
}

.default-tabs .tab-menu .active-tab a,
.default-tabs .active-tab a i {
    color: #d21e2b !important;
}

.default-tabs .tab-menu {
    margin-bottom: 4px;
}

@media screen and (max-width: 1200px) {
    .default-tabs .tabs .tab-menu li {
        background: #f7f7f7;
        display: inline-block;
        text-align: center;
        width: auto;
    }
    .default-tabs .tabs .tab-menu li a {
        color: #111;
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 18px 24px;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .default-tabs .tabs .tab-menu li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
    }
    .default-tabs .tab-menu .tabs li a {
        display: block;
        padding: 18px 14px;
    }
    .default-tabs .tab-menu .tabs li i {
        font-size: 25px;
    }
}

.tab-body {
    display: block;
    position: relative;
    padding: 25px;
    background: #f7f7f7 !important;
}

.tab-body h2 {
    font-size: 30px;
    color: #111;
    font-weight: 300;
    margin-bottom: 10px;
}

.tab-body h3 {
    font-size: 25px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}

.tab-body h4 {
    font-size: 20px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}

.tab-body h5 {
    font-size: 15px;
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
}

.tab-body h2:after,
.tab-body h3:after,
.tab-body h4:after,
.tab-body h5:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #d21e2b;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-body p {
    font-size: 15px;
    color: #5d5d5d;
    line-height: 1.7;
    /* font-weight: 400; */
    /* margin: 5px; */
}



.big-icon-tabs .tabs {
    position: relative;
}

.big-icon-tabs .tabs .tab-menu li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.big-icon-tabs .tabs .tab-menu li:last-child {
    margin-right: 0px;
}

.big-icon-tabs .tabs .tab-menu li a {
    background: #ececec;
    color: #111;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 33px;
    text-decoration: none;
    border-top: 2px solid #ececec;
    text-align: left;
}

.big-icon-tabs .tabs .tab-menu li a i {
    color: #d21e2b;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    text-decoration: none;
}

.big-icon-tabs .tabs .tab-menu li:hover a,
.big-icon-tabs .tabs .tab-menu li.active-tab a,
.big-icon-tabs .tabs .tabs li.active-tab i,
.big-icon-tabs .tabs .tabs li:hover i {
    color: #ec222a;
}

.big-icon-tabs .tab-menu .active-tab a,
.big-icon-tabs .active-tab a i {
    border-color: #ec222a !important;
}

.big-icon-tabs .tab-menu .active-tab a {
    background: #f7f7f7 !important;
}

@media screen and (max-width: 1200px) {
    .big-icon-tabs .tabs .tab-menu li {
        background: #f7f7f7;
        display: inline-block;
        text-align: center;
        width: auto;
    }
    .big-icon-tabs .tabs .tab-menu li a {
        color: #111;
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 18px 24px;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .big-icon-tabs .tabs .tab-menu li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
    }
    .big-icon-tabs .tab-menu .tabs li a {
        display: block;
    }
    .big-icon-tabs .tab-menu .tabs li i {
        font-size: 25px;
    }
}

.tab-body ul:last-child {
    margin-bottom: 0;
}


.tab-body p:last-child {
    margin-bottom: 0;
}

.tab-body table:last-child {
    margin-bottom: 0;
}