.tab_icon_btn {
    display: flex;
    justify-content: center;
   }
   .tab_icon_btn a {
    /* display: block;
    width: 100%;
    height: 100%; */
    font-size: 15px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    /* -webkit-transition: color .28s, background-color .28s;
    transition: color .28s, background-color .28s; */
    text-decoration: none;
    display: inline-block;
    position: relative;
   }
   /* .tabicon_btn a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ff0000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    }
    .tabicon_btn a:hover:after { 
    width: 100%; 
    left: 0; 
    } */
    .tbicons {
        width: 140px;
        margin: 25px;
    }
    .tbicons img {
        width: 100%;
    }
    .tabic {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .tabic_active {
        border-bottom: 2px solid #ff0000;
        color: #ff0000;
    }