@media only screen and (max-width: 1000px) {
.nse_col_3{
    width:50%;
    float:left;
    padding-right: 2%;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 690px) {
.nse_col_3{
    width:100% !important;
    float:left;
    padding-right: 2%;
    margin-bottom: 15px;
}
}
@media only screen and (min-width: 1000px) {
.nse_col_3{
    width: calc(25% - 20px);
    float:left;
    margin: 0 15px 15px 0;
    transition: transform 0.32s ease, background-color .32s ease;
}
}
.main_corp .nse_act:hover{
    transform: translateY(-4px);
}
.main_corp{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nse_content{
    display:inline-block;
    width: 100%;
}
.nse_paginations li{
    list-style:none;
    display: inline-block;
    background: #303D4A;
    color: #fff;
    cursor:pointer;
    margin: 0 1px;
}
.nse_paginations div{
    padding: 5px 15px;
    cursor:pointer;
}
.nse_paginations{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.nse_paginations ul{
    width: max-content;
    margin: auto;
}
.nse_paginations .selected{
    background: #82b43f;
}
.nse_act:hover{
    box-shadow: 0px 2px 10px;
}
.nse_act{
    background: #fff;
    border-radius: 10px;
}
.content_body_nse{
    padding: 15px 15px;
}
@media only screen and (min-width:780px) {
    .filter_content_nse{
        display: flex;
        justify-content: space-between;
    }
    .nse_form{
        width: 35%;
    }
    .nse_form input{
        border: 1px solid #82b43f;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nse_form button{
        margin-left: -55px;
    }
    #nse_filterform{
        display: flex;
    }
}
.tags_filter button{
    display: block;
    color: #888;
    position: relative;
    background-color: rgba(0,0,0,0.035);
    padding: 13px 15px;
    transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
    border-left: 0px;
    border: 0;
    border-right: 1px solid rgba(0,0,0,0.06);
    font-size: 15px;
    cursor: pointer;
}
.tabbed > ul li .active-filter {
    color: #fff;
    border-color: #82b43f !important;
    background-color: #83b540 !important;
}
.actimg{
    height: 145px;
    overflow: hidden;
    text-align: center;
}
.actimg img{
    object-fit: cover;
    max-height: 145px;
    padding: 20px 30px;
}