.wrapperNew {
        width: 100%;
        margin: 0 auto;
    }
    .tabsNew {
        position: relative;
        margin: 2rem 0;
        background: #fff;
        height: 14.75rem;
    }
    .tabNew::before,
    .tabNew::after {
        content: "";
        display: table;
    }
    .tabNew::after {
        clear: both;
    }
    .tabNew,.tabNewQ {
        float: left;
        text-align: center;
        width: 100%;
        display: none;
        opacity: 0;
        transition: all 0.5s;
    }
    .tab-switch {
        display: none;
    }
    .tab-label {
        position: relative;
        display: block;
        line-height: 2.75em;
        height: 3em;
        padding: 0 1.618em;
        background: #9f0303;
        border-right: 0.125rem solid #fff;
        color: #fff;
        cursor: pointer;
        top: 0;
        transition: all 0.45s;
    }
    .tab-label:hover {
        top: -0.25rem;
        transition: top 0.45s;
    }
    .tab-content {
        padding: 1.618rem;
        background: #fff;
        color: #2c3e50;
        transition: all 0.35s;
        text-align: right;
        width: 100%;
    }
    .tab-switch:checked + .tab-label {
        background: #ddd;
        color: #2c3e50;
        border-bottom: 0;
        border-right: 0.125rem solid #fff;
        transition: all 0.35s;
        z-index: 1;
        top: -0.0625rem;
        border-bottom: solid 5px #9f0303;
        font-weight: bold;
    }
    .tab-switch:checked + label + .tab-content {
        z-index: 2;
        opacity: 1;
        transition: all 0.35s;
    }

    .newTabTitlesHolder{
        display: flex;
    }
    .tablItemBtnDiv,.tablItemBtnDivQ{
        width: 100%;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        border-bottom: solid 4px #ccc;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 25px;
        transition: all 0.5s;
    }
    .tablItemBtnDiv:hover,.tablItemBtnDivQ:hover{
        background: #c2002f;
        color: #fff;
    }
    .tablItemBtnDivQ:hover i{
        color: #fff;
    }
    .tablItemBtnDiv h2,.tablItemBtnDivQ h2{
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .tablItemBtnDivActive{
        border-color: #c2002f;
        background: #fff;
        color: #000;
    }
    .tablItemBtnDivActive i{
        color: #c2002f;
    }
    .tabnewItemActive{
        display: block;
        opacity: 1;
        transition: all 0.5s;
    }

    .tabNew h2{
        font-weight: bold;
        font-size: 24px;
        margin: 0;
    }