.tab-content, .sub-tab-content {
    display: none;
}
.tab-content.active, .sub-tab-content.active {
    display: block;
}
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    /* border-color: #1496DF; */
    color: white;
}