.ht-featured-stories {
  padding: 30px 0;
}

.ht-featured-stories__cta {
  text-align: center;
}

.ht-featured-stories__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
}

@media (min-width: 576px) {
  .ht-featured-stories__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px;
  }
}

.ht-featured-story__categories {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  /*padding-bottom: 10px;*/
  margin-bottom: -10px;
  border-bottom: 1px solid #e8ebed;
}

/*.ht-featured-story__categories:after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #e8ebed;
}*/
@media (min-width: 992px) {
  .ht-featured-story__categories {
    white-space: normal;
  }
}

.ht-featured-story__category {
  display: inline-block;
  padding: 10px 0;
}

.ht-featured-story__category.active {
  border-bottom: 4px solid #26282b;
}

.ht-featured-story__category:not(:last-child) {
  margin-right: 40px;
}

@media (min-width: 576px) {
  .ht-featured-story__category:not(:last-child) {
    margin-right: 55px;
  }
}

.ht-featured-story__category a {
  color: #26282b;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 576px) {
  .ht-featured-story__category a {
    font-size: 18px;
    line-height: 28px;
  }
}

.ht-featured-story__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 35px;
  width: 100%;
}

.ht-featured-story__list-outer {
  padding: 35px 0;
}

@media (min-width: 576px) {
  .ht-featured-story__list {
    margin-bottom: 55px;
    justify-content: space-between;
  }
}

.ht-featured-story__item {
  display: none;
  margin-bottom: 30px;
  width: 100%;
}
.navigation-dsp-none .ht-featured-story__list > .ht-featured-story__item:nth-last-child(1),
.navigation-dsp-none .ht-featured-story__list > .ht-featured-story__item:nth-last-child(2) {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .ht-featured-story__item {
    margin-bottom: 2%;
    width: 48%;
  }
}

@media (min-width: 576px) {
  .ht-featured-story__item:nth-child(odd) {
    margin-right: 2%;
  }
}

@media (min-width: 576px) {
  .products-cta__title {
    font-family: BioRhyme;
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 44px;
  }
}

/*# sourceMappingURL=maps/home-tours-featured-stories.css.map */
.products-cta__thumbnail {
  position: relative;
  height: 100%;
}

.products-cta__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 366px;
}

.products-cta__overlay::before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(48.11%, rgba(38, 40, 43, 0)),
      to(#26282b));
  background: -webkit-linear-gradient(top,
      rgba(38, 40, 43, 0) 48.11%,
      #26282b 100%);
  background: -moz-linear-gradient(top,
      rgba(38, 40, 43, 0) 48.11%,
      #26282b 100%);
  background: -o-linear-gradient(top, rgba(38, 40, 43, 0) 48.11%, #26282b 100%);
  background: linear-gradient(180deg, rgba(38, 40, 43, 0) 48.11%, #26282b 100%);
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products-cta__content {
  position: absolute;
  bottom: 30px;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.products-cta__title {
  color: #fdfeff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 16px;
}

.products-cta__cta {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
}

@media (min-width: 576px) {
  .products-cta__cta {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px;
  }
}

/*# sourceMappingURL=maps/products-cta.css.map */


.blogs_filter {
  position: relative;
  margin-bottom: 30px;
  margin-top: 22px;
}

.blogs_filter .title_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 11px;
  max-width: fit-content;
  cursor: pointer;
  margin-bottom: 30px;
}

.blogs_filter h2 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
}
.blogs_filter h2 span{
  color: #7345B2;
}

.blogs_filter .down_icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease-in-out;
}

.up {
  transform: rotate(180deg);
}

.blogs_items {
  /* max-width: 484px; */
  width: fit-content;
  padding: 20px;
  position: absolute;
  top: 34px;
  left: 0;
  background: #FFFFFF;
  z-index: 9;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 4px 4px 0px #00000014;
  border-radius: 4px;
}

.blogs_items_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 60px;
}

.blogs_items .row-blog {
  max-width: 192px;
  width: 100%;
}

.blogs_items_box p{
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;  
}
.blogs_items label {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.blogs_items .row-blog label {
  margin-bottom: 16px;
}

.blogs_items .row-blog label:nth-last-child(1) {
  margin-bottom: unset;
}

.blogs_items input[type="radio"] {
  display: none;
}

.blogs_items .circle {
  max-width: 16px;
  width: 100%;
  height: 16px;
  border: 1.5px solid #BDBDBD;
  border-radius: 50%;
  position: relative;
}

.blogs_items input[type="radio"]:checked+.circle {
  border: unset;
}

.blogs_items input[type="radio"]:checked+.circle::before {
  content: "";
  background: url('../../../content/dam/asianpaintsbeautifulhomes/bh-new-header/input-checked.png') no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
}

.blogs_items h3 {
  display: none;
}

.blog_cross_icon {
  display: none;
}

.tab_hamburger{
  display: none;
}

.tab_right_arrow{
  display: none;
}

.blogs_overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 9999;
}
.applied-filter-btn{
  width: fit-content;
  border: 1px solid #7345B2;
  border-radius: 30px;
  min-height: 35px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.applied-filter-btn p{
  font-family: Lato;
font-size: 16px;
font-weight: 400;
line-height: 22px;
color: #2F2F2F;
}
.applied-filter-btn img{
  width: 10px;
  height: 10px;
}

.dsp-none {
  display: none;
}


@media (max-width: 991px) {
  .ht-featured-story__list-outer {
    padding-bottom: 0px;
  }
  .blogs_filter{
    margin-top: 3px;
  }
  .blogs_items h3 {
    display: block;
    margin-bottom: 30px;
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.01em;
    color: #222222;
  }

  .blog_cross_icon {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .blogs_items {
    padding: 30px 16px;
    border-radius: 16px 16px 0px 0px;
    max-width: unset;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    top: unset;
    height: 90%;
    /* overflow: scroll; */
  }
  .blogs_items_box{
    flex-direction: column;
    gap: unset;
    max-height: 600px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-bottom: 80px;
  }
  .blogs_items .row-blog label:nth-last-child(1) {
    margin-bottom: 16px;
  }
  .tab_hamburger{
    display: block;
    width: 20px;
    height: 20px;
  }
  .blogs_filter .title_wrapper{
    max-width: unset;
    width: 100%;
    background: #F7F5F1;
    border-radius: 4px;
    padding: 12px;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .title_wrapper_left{
    display: flex;
    justify-content: start;
    gap: 8px;
  }
  .blogs_filter .down_icon{
    display: none;
  }
  .tab_right_arrow{
    display: block;
    width: 20px;
    height: 20px;
  }
  .blogs_filter h2{
    font-size: 16px;
  }
}
.navigation-dsp-none .ht-featured-story__categories{
  display: none;
}
.navigation-dsp-none .ht-featured-stories__cta a{
  display: none;
}
.navigation-dsp-none  .ht-featured-story__list-outer{
  padding: 35px 0 0 0;
}
.navigation-dsp-none .ht-featured-stories{
  padding: 30px 0 0 0;
}
.navigation-dsp-none .ht-featured-story__list{
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .navigation-dsp-none  .featured-story.ht-featured-story__item{
    display: none;
  }

  .navigation-dsp-none  .featured-story.ht-featured-story__item:nth-child(1),
  .navigation-dsp-none  .featured-story.ht-featured-story__item:nth-child(2) {
    display: flex;
  }
  .navigation-dsp-none  .featured-story.ht-featured-story__item:nth-child(2) {
    margin-bottom: 0;
  }
}