section.news-page .news-row {
    display: flex;
    /* align-items: flex-start; */
    position: relative;
}

.page-template-news .background-image {
    top: 48vh;
    left: -51%;
}
.page-template-news{
    background-color: #f5f5f5;
}
section.news-page {
    padding-top: 66px;
    padding-bottom: 110px;
    min-height: 50vh;
}


section.news-page .news-row .news-sidebar .dropdown-list {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

section.news-page .news-listing .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.news-page .news-listing .wrapper .item {
    width: calc(100% / 2 - 14.5px);
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24.6857px -4.93714px rgba(85, 105, 135, 0.12);
    border-radius: 3.70286px;
}

section.news-page .news-listing .wrapper .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 3.70286px 3.7px 0px 0px;
    transition-duration: .5s;
    object-position: center;
}

section.news-page .news-listing .wrapper .item:hover img{
    transform: scale(1.02);
}

section.news-page .news-listing .wrapper .item a.image-box {
    padding-bottom: calc(280/407 * 100%);
    position: relative;
    display: inline-block;
    margin-bottom: 19px;
    overflow: hidden;
    border-radius: 3.70286px 3.7px 0px 0px;
    vertical-align: middle;
    width: 100%;
}

section.news-page .news-listing .wrapper .item .content h3 {
    font-weight: 400;
    /*font-size: 15px;*/
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
    margin-bottom: 20px;
}

section.news-page .news-listing .wrapper .item .content {
    padding: 0 26px 20px;
}


.tab-left-width-ajax .dropdown-list .item span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.page-template-news .tab-left-width-ajax .dropdown-list .item {
    text-transform: capitalize;
}

.tab-left-width-ajax .dropdown-list .item {
    font-weight: 400;
/*  font-size: 15px;*/
    font-size: 16px;
    line-height: 21px;
    font-family: 'Open Sans';
    color: #2D2D2D;
    padding-bottom: 4px;
    text-decoration: none;
}


.tab-left-width-ajax .dropdown-list .item.active span,
.tab-left-width-ajax .dropdown-list .item:hover span {
    font-weight: 600;
}


.news-listing .cat-name {
    margin-bottom: 43px;
    color: #2D2D2D;
}

section.news-page .news-listing .wrapper .item .content h6 {
    margin-bottom: 20px;
}

section.news-page .news-listing .wrapper .item .content h6 a:not(:hover) {
    color: #2D2D2D;
}

section.news-page .news-listing .wrapper .item .content .date {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    /*  font-size: 13px;*/
    font-size: 16px;
    line-height: 26px;
/* or 200% */
    color: #909090;
}

section.news-page .pagination {
    padding-top: 39px;
}

@media (min-width: 768px){

.tab-left-width-ajax .dropdown-list .item:not(:last-child){
        margin-bottom: 20px;
}
section.news-page .news-row .news-sidebar {
    width: 25.6%;
    position: absolute;
    padding-top: 50px;
}

section.news-page .news-row .news-sidebar.sticky {
    position: fixed;
    top: 100px;
    left: 20px;
}
    .news-listing {padding-top: 21px;width: 74%;margin-left: 25.6%;}

.tab-left-width-ajax .dropdown-list .item.active span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C5DE78;
    bottom: 0;
}
    .tab-left-width-ajax .dropdown-list .item.active span{
        padding-bottom: 8px;
    }

.current-tab {
    display: none;
}


}
@media screen and (min-width: 768px) {
    section.news-page .news-row .news-sidebar .dropdown-list {
        display: flex !important;
    }
}


@media (min-width: 1180px){
    section.news-page .news-row .news-sidebar.sticky{
        left: calc((100% - 1180px)/ 2 + 20px);
    }

section.news-page .news-row .news-sidebar.sticky {
    top: 145px;
}
    
.admin-bar section.news-page .news-row .news-sidebar.sticky {
    top: 177px;
}

}

@media (max-width: 1024px){
    section.news-page .news-listing .wrapper .item {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 1024px) and (min-width: 768px){
    section.news-page {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .news-listing .cat-name {
        margin-bottom: 21px;
    }

    section.news-page .pagination {
        padding-top: 20px;
    }
}

@media (min-width: 1440px){

section.news-page .news-row .news-sidebar.sticky {
    top: 169px;
}
    
.admin-bar section.news-page .news-row .news-sidebar.sticky {
    top: 200px;
}

}

@media screen and (max-width: 767px) {
    .tab-left-width-ajax .dropdown-list .item{
        padding-bottom: 0;
        font-weight: 600;
    }
    .tab-left-width-ajax .dropdown-list .item{
        margin-bottom: 0;
        margin-top: 25px;
    }

    .tab-left-width-ajax .dropdown-list .item:first-child{
        margin-top: 0px;
    }

    .tab-left-width-ajax .dropdown-list .item.active:first-child + .item {
    margin-top: 0;
}

    section.news-page .news-row .news-sidebar {
        width: 100%;
        position: relative;
        margin-bottom: 31px;
        top: 0;
        z-index: 3;
    }

    section.news-page .news-row {
        flex-wrap: wrap;
    }

    section.news-page .news-row .news-sidebar .dropdown-list {
        display: none;
        padding: 12.5px 30px;
        border: 1px solid rgba(144, 144, 144, 0.3);
        border-top: 0;
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
    }

    section.news-page {
        padding-top: 49px;
        padding-bottom: 110px;
    }

    .news-listing {
        width: 100%;
    }

    section.news-page .news-listing .wrapper .item {
        margin-bottom: 26px;
    }

    .news-listing .cat-name {
        display: none;
    }

    section.news-page .news-listing .wrapper .item a.image-box {
        padding-bottom: calc(232/335 * 100%);
        margin-bottom: 29px;
    }

    section.news-page .news-listing .wrapper .item .content h6 {
        line-height: 20px;
        margin-bottom: 34px;
    }

    section.news-page .news-listing .wrapper .item .content {
        padding: 0 20px 20px;
    }

    section.news-page .pagination {
        padding-top: 24px;
    }

    section.news-page {
        padding-bottom: 92px;
    }
}

@media (max-width: 575px){

    section.news-page .news-listing .wrapper .item {
        width: 100%;
    }
}