.blog_page{
    margin-top: 80px;
}
.tabbar{
    width: 100%;
    height:58px ;
    border-radius: 16px;
background: #EFF8FF;
    padding: 0 20px;
justify-content: start;
}
.decstop_filter{
    width: 100%;
}
.decstop_filter ul{
    height:100%;
    align-items: center;
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: start;
}
.tabbar b{
    white-space: nowrap;
    word-wrap: nowrap;
}
.decstop_filter ul li{
    width: unset !important;
    background-color: unset !important;
    padding: 0 20px;
    height: unset !important;
    color: #515151 !important;
transition: .3s;

font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px;

}
.decstop_filter li:hover{
    color: var(--orange) !important;
    
}
.decstop_filter .active{
    color: var(--orange) !important;
}
.blog{
    margin-top: 40px;
}
.blog_tab{
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tab_Sections .active{
    display: flex;
}
.mobile_tab:hover{
    background-color: var(--orange) !important;
}
.filters .active{
    background-color: var(--orange) !important;
}
.blog:hover{
transform: translatey(-10px);
box-shadow: 0 0 20px rgba(37, 34, 244, 0.438);
}

.blog_tab1{
	display:flex;
	flex-wrap:wrap;
	gap:5px;
}