.rest_wrap{
    position: relative;
    z-index: 1;
}
.newSecTextDiv{
    padding: 5% 0 0 2.6%;
}

.tabs{
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.tabs ul{
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #4A546821;
    border-bottom: 1px solid #4A546821;
    margin-bottom: 1.5rem;
}
.tabs-nav li{
    float: left;
    width: 50%;
    padding: 20px;
    color: #58637A;
    border-radius: 8px;
    text-align: center;
    list-style: none;
}
.tab-active{
    background: #4A546821;
    cursor: default;
}
.tabs-nav li a{
    color: #a3a3a3;
}
.tabs-nav li.tab-active a{
    color: #e80027;
}
.tabs-stage{
    border-top: 0;
    clear: both;
    position: relative;
    top: -1px;
}
.tab_inner{
    display: grid;
    grid-template-columns: 31% 31% 31%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.tabs-stage .item{
    display: block !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -2px 30px 16px #4A54680D;
    border-radius: 7px;
    margin: 15px 0;
    padding: 22px 40px;
    text-align: center;
}
.item h4{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    margin: 1.5rem 0;
}
.tabs-stage .item p{
    font-size: 14px;
    color: #58637ac2;
    text-align-last: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.tabs-stage .item:hover{
    background: #e80027 0% 0% no-repeat padding-box;
    box-shadow: 3px 30px 39px #65B1F157;
}
.item:hover p, .item:hover h4{
    color: #fff;
}
@media only screen and (max-width: 780px){
    .newSecDivTwo {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
  
    .tab_inner {
        grid-template-columns: 48% 48%;
    }
}


@media screen and (max-width: 767px) and (min-width: 320px){
 
    .tabs-nav li{
        padding: 7px;
        font-size: 9px;
        border-radius: 2px;
    }
    .tab_inner {
        grid-template-columns: 100%;
    }
}

