.news-category-landing-main-wrapper{padding-top: 64px}
.news-and-insight-feed-card-wrapper, .news-and-insight-item-card-wrapper{min-height: 500px}
.news-and-insight-feed-section{padding: 64px 0}
.news-and-insight-feed-section:nth-child(even), .bg-color-content{background: var(--white-dark)}
.news-filter-wrapper .drop-list-filter-wrapper{padding-top: 40px;}
.drop-list-filter-wrapper p.h6{margin-right: 16px}

.news-feed-content-main-wrapper{position: fixed;width: 100%;height: 100%;bottom: -2000px;background: #fff;overflow-y: scroll;transition: all 0.3s ease-in-out;padding: 520px 0 100px}
.news-feed-content-main-wrapper .date, .news-item-content-main-wrapper .date{margin-bottom: 12px}
.news-feed-content-main-wrapper .date > p, .news-item-content-main-wrapper .date > p{color: var(--orange-100)}
.news-feed-content-main-wrapper .title, .news-item-content-main-wrapper .title{margin-bottom: 48px}
.news-feed-content-main-wrapper .title > h2, .news-item-content-main-wrapper h2{color: var(--dark-grey-100)}
.activeNews .news-feed-content-main-wrapper{bottom: 0}
.activeNews .banner-wrapper{position: relative;z-index: 10;padding-bottom: 0}
.activeNews .no-banner-breadcrumb-wrapper{background: var(--white-light);padding-bottom: 30px;}
body.activeNews{overflow: hidden}

.news-feed-content-wrapper a.close-feed-data{position: fixed;right: 50px;font-size: 2.5rem;color: var(--orange-100);z-index: 9999;top: 490px;}

.news-feed-content-wrapper .description{margin: 30px 0}
.news-item-content-main-wrapper .image {
  border-radius: 20px;
  min-height: 469px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 991.98px){
  .news-filter-wrapper .drop-list-filter-wrapper{flex-direction: column;align-items: flex-start !important;}
  .drop-list-filter-wrapper p.h6{min-width: 170px;}
  .drop-list-filter-wrapper .drop-tag-filter{margin-bottom: 20px}
  .news-category-landing-main-wrapper{padding-top: 0}
}
@media all and (max-width: 767.98px){
	.news-and-insight-feed-section{padding: 0}
    .news-and-insight-feed-section:nth-child(even){background: var(--white-light)}
    .news-and-insight-feed-card-wrapper, .news-and-insight-item-card-wrapper{padding-top: 50px;}
    .news-feed-content-main-wrapper{padding: 450px 0 100px;}
    .news-feed-content-wrapper a.close-feed-data{position: absolute;font-size: 2rem;top: 440px;}
    .news-category-landing-main-wrapper .tab-list ul li.slick-current:not(.active) a{background-color: transparent;}
    .news-category-landing-main-wrapper .tab-list ul li.slick-current:not(.active) a:hover{background-color: var(--warm-grey-40);color: var(--dark-grey-100);}
}
@media all and (max-width: 640.98px){
  .drop-list-filter-wrapper .drop-filter{flex-direction: column;align-items: flex-start !important;}
  .drop-list-filter-wrapper p.h6{min-width: auto;}
}
@media screen and (max-height: 575.78px) {
    .news-item-content-main-wrapper .image{
        min-height: 300px;
    }
}

/* For screens from 235px to 390px */
@media only screen and (min-width: 235px) and (max-width: 391px) {
    .news-item-content-main-wrapper .image {
        min-height: 235px;
    }
}
/* For screens from 391px to 690px */
@media only screen and (min-width: 391px) and (max-width: 640.98px) {
    .news-item-content-main-wrapper .image {
        min-height: 260px;
    }
}

