.articlebreadcrumb.bh-shop-container.bh-shop-pdp-container>.breadcrumbs.container {
  max-width: unset;
  padding: 0;
}

.articlebreadcrumb.bh-shop-container.bh-shop-cart-container>.breadcrumbs.container {
  max-width: unset;
  padding: 0;
}

.breadcrumbs {
  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;
  line-height: 1.56;
  margin-top: 20px;
}

.articlebreadcrumb.bh-shop-container.bh-shop-pdp-container>.breadcrumbs {
  margin-top: unset;
}

.articlebreadcrumb.bh-shop-container.bh-shop-cart-container>.breadcrumbs {
  margin-top: unset;
}

/* @media (min-width:576px) {
  .breadcrumbs {
    margin-top: 20px
  }
} */
.breadcrumbs__item {
  /* max-width: 220px; */
  white-space: nowrap;
  overflow: hidden;
  /* -o-text-overflow: ellipsis; */
  /* text-overflow: ellipsis */
}

.breadcrumbs__item:not(:first-child)::before {
  color: #454c53;
  content: "\69";
  font-family: beautiful-homes;
  font-size: 12px;
  padding: 0 12px
}

.breadcrumbs__item a {
  color: #454c53;
  font-size: 16px;
  line-height: 24px
}

.articlebreadcrumb.bh-shop-container .breadcrumbs__item>a {
  color: #9A9A9A;
  text-transform: capitalize;
}

.articlebreadcrumb.bh-shop-container .breadcrumbs__item:last-child a span {
  color: #3C3C3C;
}



/* IDS-BREADCRUMB START HERE */

.fhi_breadcrumb {
  width: 1280px;
  margin: 32px auto 0;
  padding: 0;
}

.fhi_breadcrumb .breadcrumbs {
  margin: 0;
  padding: 0;
}

.fhi_breadcrumb .breadcrumbs .breadcrumbs__item {
  margin-top: 0;
}

.fhi_breadcrumb .breadcrumbs__item:not(:first-child)::before {
  content: "";
  height: 12px;
  display: inline-block;
  color: #202020;
  font-style: normal;
  padding: 0;
  font-weight: 400;
  border: 1px solid;
  margin: 0 7px;
  transform: rotate(22deg);
}

.fhi_breadcrumb .breadcrumbs__item a {
  color: #202020;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.752px;
}

.fhi_breadcrumb .breadcrumbs__item.active a {
  color: rgba(32, 32, 32, 0.40);
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width:991px) {
  .fhi_breadcrumb .breadcrumbs__item a {
    font-size: 14px;
  }

  .fhi_breadcrumb .breadcrumbs__item.active a {
    font-size: 14px;
    line-height: 16.408px;
  }

  .fhi_breadcrumb .breadcrumbs,
  .fhi_breadcrumb .breadcrumbs .breadcrumbs__item {
    display: none !important;
    row-gap: 5px;
    align-items: center;
  }

  .fhi_breadcrumb {
    margin: 71px 20px 0;
  }
}




@media (min-width:576px) {
  .breadcrumbs__item a {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px
  }
}

.breadcrumbs__item {
  margin-top: 32px;
}

/*# sourceMappingURL=maps/breadcrumbs.css.map */

@media (max-width:1212px) {

  .breadcrumbs,
  .articlebreadcrumb .breadcrumbs,
  .breadcrumbs .breadcrumbs__item {
    display: none;
  }
}

/* kitchen config  start*/
.kc-breadcrumb .container{
  /* max-width: unset; */
  /* padding: 0 64px; */
  max-width: 1360px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.kc-breadcrumb .breadcrumbs{
  margin-top: 16px;
}
.kc-breadcrumb .breadcrumbs__item{
  margin-top: 0;
}
.kc-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  color: #9A9A9A;
}
.kc-breadcrumb .breadcrumbs__item.active a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  color: #3C3C3C;
}
.kc-breadcrumb .breadcrumbs__item:not(:first-child)::before{
  margin: 0 12px;
  font-size: 10px;
  color: #9A9A9A;
  padding: 0;
}
/* kitchen config end */

@media screen and (max-width:768px) {
    .kc-breadcrumb .container{
      padding: 0 16px;
}
.kc-breadcrumb .breadcrumbs{
  display: flex;
}
.kc-breadcrumb .breadcrumbs__item{
  display: block;
}
.kc-breadcrumb .breadcrumbs__item a{
  font-size: 12px;
  line-height: 140%;
}
.kc-breadcrumb .breadcrumbs__item.active a{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #202129;
}
.kc-breadcrumb .breadcrumbs__item:not(:first-child)::before{
  margin: 0 8px;
  font-size: 8px;
  color: #9DA1B0;
  padding: 0;
}
}
.design-ideas-breadcrumb  .breadcrumbs{
  max-width: 1440px;
  width: 100%;
  margin-top: 44px;
  box-sizing: border-box;
  padding: 0 40px;
}
.design-ideas-breadcrumb .breadcrumbs__item{
  margin-top: 0;
}
.design-ideas-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #9DA1B0;
}
.design-ideas-breadcrumb .breadcrumbs__item.active a{
 font-family: Archivo;
 font-weight: 500;
 font-size: 14px;
 line-height: 140%;
  color: #202129;
}
.design-ideas-breadcrumb .breadcrumbs__item:not(:first-child)::before{
    margin: 0 12px;
    font-size: 10px;
    color: #9DA1B0;
    padding: 0;
}

@media screen and (max-width:768px) {
    .design-ideas-breadcrumb.mb-80{
      margin-bottom: 16px;
    }
    .design-ideas-breadcrumb .breadcrumbs{
      display: block;
      margin-top: 16px;
      padding: 0 16px;
    }
    .design-ideas-breadcrumb .breadcrumbs__item{
      display: inline-block;
    }
    .design-ideas-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #9DA1B0;
}
.design-ideas-breadcrumb .breadcrumbs__item.active a{
 font-family: Archivo;
 font-weight: 700;
 font-size: 12px;
 line-height: 140%;
  color: #202129;
}
.design-ideas-breadcrumb .breadcrumbs__item:not(:first-child)::before{
    margin: 0 8px;
    font-size: 8px;
    color: #9DA1B0;
    padding: 0;
} 
}
/* design ideas PDP breadcrumb start */
.design-ideas-PDP-breadcrumb .breadcrumbs {
  max-width: 1440px;
  width: 100%;
  margin-top: 42px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item {
  margin-top: 0;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item a {
  font-family: "Archivo";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #9DA1B0;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item.active a {
  font-family: Archivo;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #202129;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item:last-child a span {
  font-family: Archivo;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #202129;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item:not(:first-child)::before {
  margin: 0 12px;
  font-size: 10px;
  color: #9DA1B0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .design-ideas-PDP-breadcrumb.mb-80 {
    margin-bottom: 16px;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs {
    display: block;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item {
    display: inline-block;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9DA1B0;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item.active a {
    font-family: Archivo;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #202129;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item:last-child a span {
    font-family: Archivo;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #202129;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item:not(:first-child)::before {
    margin: 0 8px;
    font-size: 8px;
    color: #9DA1B0;
    padding: 0;
  }
}

.hero-banner-mini {
  position: relative
}

.hero-banner-mini.overlay-hidden::after {
  background-color: transparent;
}

.hero-banner-mini::after {
  background-color: rgba(38, 40, 43, .4);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.hero-banner-mini__image {
  position: relative;
  z-index: -1
}

/* .hero-banner-mini__image img {
  height: 350px;
  object-fit: cover;
} */
@media (max-width:576px) {
  .hero-banner-mini__image img {
    height: 100%;
    /* object-fit: cover; */
  }
}

.hero-banner-mini__container.container {
  padding-left: 0;
  padding-right: 0;
}

.hero-banner-mini__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}
/* bathsense */
.bathsenselanding .hero-banner-mini__container{
  display: unset;
  top: 23px;
}

.hero-banner-mini__content {
  width: 100%
}

@media (min-width:576px) {
  .hero-banner-mini__content {
    width: 728px
  }

  /* bathsense */
  .bathsenselanding .hero-banner-mini__content {
    width: 100%;
  }
}

.hero-banner-mini .breadcrumbs {
  margin-bottom: 16px;
  margin-top: 0;
  padding: 0
}

/* bathsense */
.bathsenselanding .hero-banner-mini .breadcrumbs{
  margin-bottom: 61px;
}

.hero-banner-mini .breadcrumbs__item:not(:first-child)::before {
  color: #e8ebed
}

.hero-banner-mini .breadcrumbs__item a {
  color: #e8ebed
}

.hero-banner-mini__title {
  color: #fdfeff;
  font-family: BioRhyme;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 44px;
  margin-bottom: 10px
}

@media (min-width:576px) {
  .hero-banner-mini__title {
    font-size: 72px;
    line-height: 72px
  }

  /* bathsense */
  .bathsenselanding .hero-banner-mini__title {
    font-family: Lato;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 1%;
    color: #F9F9F9;
    text-align: center;
    margin-bottom: 13px;
  }
}

.hero-banner-mini__desc {
  color: #fdfeff;
  font-size: 16px;
  line-height: 24px
}

@media (min-width:576px) {
  .hero-banner-mini__desc {
    font-size: 20px;
    line-height: 28px
  }

  /* bathsense */
  .bathsenselanding .hero-banner-mini__desc {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #D0D0D0;
  }
}

/*# sourceMappingURL=maps/hero-banner-mini.css.map */


.breadcrumbs {
  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;
  line-height: 1.56
}

@media (min-width:576px) {
  .breadcrumbs {
    margin-top: 32px
  }
}

.breadcrumbs__item {
  /* max-width: 220px; */
  white-space: nowrap;
  overflow: hidden;
  /* -o-text-overflow: ellipsis;
  text-overflow: ellipsis */
}

.breadcrumbs__item:not(:first-child)::before {
  color: #454c53;
  content: "\69";
  font-family: beautiful-homes;
  font-size: 12px;
  padding: 0 12px
}

.breadcrumbs__item a {
  color: #454c53;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width:576px) {
  .breadcrumbs__item a {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}

.banner_mini .breadcrumbs__item {
  margin-top: 0;
}

/*# sourceMappingURL=maps/breadcrumbs.css.map */
@media (max-width:576px) {
  .hero-banner-mini__title {
    font-size: 30px;
  }

   /* bathsense banner ui mobile view */
  .bathsenselanding .hero-banner-mini__title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin-bottom: 8px;
  }

  .bathsenselanding .hero-banner-mini__desc {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #FFFFFF;
  }
  /* bathsense banner ui mobile view */
}

@media  (min-width:320px) and (max-width:1430px) {
  .hero-banner-mini__container.container{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ht-modular-kitchens {
  padding: 40px 0
}
@media (min-width:576px) {
  .ht-modular-kitchens {
    padding: 48px 0
  }
}
.ht-modular-kitchens__cta {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  padding-top: 10px
}
@media (min-width:576px) and (orientation:landscape) {
  .ht-modular-kitchens__cta {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media (min-width:768px) and (orientation:portrait) {
  .ht-modular-kitchens__cta {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media (min-width:992px) {
  .ht-modular-kitchens__cta {
    display: none
  }
}
.ht-modular-kitchens__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}
@media (min-width:576px) {
  .ht-modular-kitchens__row {
    margin-bottom: 30px
  }
}
.ht-modular-kitchens__row-left {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.ht-modular-kitchens__row .ht-modular-kitchens__cta {
  display: none
}
@media (min-width:992px) {
  .ht-modular-kitchens__row .ht-modular-kitchens__cta {
    display: block
  }
}
.ht-modular-kitchens__title {
  color: #000;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 24px
}
@media (min-width:576px) {
  .ht-modular-kitchens__title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 15px
  }
}
.ht-modular-kitchens__desc {
  display: none
}
@media (min-width:992px) {
  .ht-modular-kitchens__desc {
    color: #454c53;
    display: block;
    font-size: 18px;
    line-height: 28px;
    max-width: 660px
  }
}
.ht-modular-kitchens__slider {
  margin-bottom: 35px
}
@media (min-width:576px) {
  .ht-modular-kitchens__slider {
    margin-bottom: 40px
  }
}
@media (min-width:992px) {
  .ht-modular-kitchens__slider {
    margin-bottom: 0
  }
}
.ht-modular-kitchens__slider-navigation {
  display: none
}
@media (min-width:992px) {
  .ht-modular-kitchens__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.ht-modular-kitchens__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2;
  background-color: transparent;
  border: 1px solid #26282b
}
.ht-modular-kitchens__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.ht-modular-kitchens__slider-nav [class^=icon] {
  margin-top: 0
}
.ht-modular-kitchens__slider-nav [class^=icon]::before {
  font-size: 24px
}
.ht-modular-kitchens__slider-nav.prev {
  margin-right: 15px
}
.ht-modular-kitchens__slider .slick-list {
  margin: 0 -10px
}
.ht-modular-kitchens__style {
  margin: 0 10px
}

.ht-modular-kitchens__style-thumb {
  margin-bottom: 10px
}
@media (min-width:576px) {
  .ht-modular-kitchens__style-thumb {
    margin-bottom: 15px
  }
}
.ht-modular-kitchens__style-title {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px
}
 .ht-modular-kitchens__style img {
    height: 190px;
    object-fit: cover;
}
@media (min-width:576px) {
  .ht-modular-kitchens__style-title {
    font-size: 24px;
    line-height: 29px
  }
    .ht-modular-kitchens__style img {
    height: 360px;
    object-fit: cover;
}
}

/*# sourceMappingURL=maps/home-tours-modular-kitchens.css.map */

/*# asif changes */
@media (min-width:991px) {
    .ht-modular-kitchens__slider {
    margin-bottom:20px;
}
}
.home-improv {
  padding: 40px 0
}
.home-improv__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 10px
}

@media (min-width:992px) {
  .home-improv__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px
  }
}

.home-improv__brief {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px
}

@media (min-width:992px) {
  .home-improv__brief {
    font-size: 18px;
    line-height: 28px
  }
}

.home-improv__outer {
  margin-bottom: 60px
}

.home-improv__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home-improv__cta:first-child {
  margin-right: 15px
}

.home-improv__cta-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.home-improv__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}

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

.home-improv__misc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  text-align: center
}

@media (min-width:576px) {
  .home-improv__misc {
    font-size: 18px;
    line-height: 28px
  }
}

.home-improv__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-improv__slider .slick-slide {
  margin: 0 7.5px
}

.home-improv__slider .slick-slide:first-child {
  margin-left: 0
}

.home-improv__slider .slick-slide:last-child {
  margin-right: 0
}

@media (min-width:576px) {
  .page-search .home-improv {
    padding: 80px 0
  }
}

/*# sourceMappingURL=maps/home-improvement.css.map */

.tab-carousel {
  padding-bottom: 48px;
  position: relative
}

.tab-carousel__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 58%;
  bottom: 0;
  background: #5a7851
}

.tab-carousel__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.25
}

@media (min-width:992px) {
  .tab-carousel__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 44px
  }
}

.tab-carousel__outer {
  margin: 0 -10px 60px
}

.tab-carousel__slider {
  margin-bottom: 35px
}

@media (min-width:576px) {
  .tab-carousel__slider {
    margin-bottom: 40px
  }
}

@media (min-width:992px) {
  .tab-carousel__slider {
    margin-bottom: 0
  }
}

.tab-carousel__slider-navigation {
  display: none
}

@media (min-width:992px) {
  .tab-carousel__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}

.tab-carousel__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px !important;
  width: 64px;
  z-index: 2;
  background-color: #fdfeff;
  border: none
}

.tab-carousel__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}

.tab-carousel__slider-nav [class^=icon] {
  margin-top: 0
}

.tab-carousel__slider-nav [class^=icon]::before {
  font-size: 24px
}

.tab-carousel__slider-nav.disabled {
  background-color: rgba(253, 254, 255, .5);
  color: #26282b
}

.tab-carousel__slider-nav.prev {
  margin-right: 15px
}

.tab-carousel__slider .slick-list {
  margin: 0 -10px
}

.tab-carousel__slider .product {
  margin: 0 10px
}

.tab-carousel__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.tab-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tab-carousel__cta:first-child {
  margin-right: 15px
}

.tab-carousel__cta-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.tab-carousel__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}

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

.tab-carousel__item {
  margin: 0 10px;
  position: relative
}

.tab-carousel__item--image {
  width:100%;
  position: relative;
  overflow: hidden
}

.tab-carousel__item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.tab-carousel__item--image:after {
  content: ' ';
  display: block;
  padding-top: 75.2%;
  width: 100%
}

.tab-carousel__item--text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fdfeff;
  margin-top: 16px
}

@media (min-width:768px) {
  .tab-carousel__item--text {
    font-size: 24px
  }
}

.tab-carousel__tab-buttons {
  position: relative;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e8ebed;
  overflow-x: auto
}

.tab-carousel__tab-buttons li {
  margin-right: 2.7%
}

.tab-carousel__tab-buttons li button {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #26282b;
  padding: 8px;
  border-bottom: 4px solid rgba(38, 40, 43, 0)
}

@media (min-width:576px) {
  .tab-carousel__tab-buttons li button {
    font-size: 18px;
    line-height: 28px
  }
}

.tab-carousel__tab-buttons li button.active {
  border-color: #26282b
}

.home-improv__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-improv__slider .slick-slide {
  margin: 0 7.5px
}

.home-improv__slider .slick-slide:first-child {
  margin-left: 0
}

.home-improv__slider .slick-slide:last-child {
  margin-right: 0
}

/*# sourceMappingURL=maps/tab-carousel.css.map */

.home-decor__thumbnail {
  position: relative;
  margin-bottom: 10px;
  min-height: 349px
}

.home-decor__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-decor__index {
  color: #3c6aa8;
  font-family: BioRhyme;
  font-size: 40px;
  line-height: 51px;
  margin-right: 12px
}

.home-decor__title {
  color: #26282b;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 5px;
  align-self: center;
  /* width: 170px */
}

.home-decor__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  width: 220px
}

.home-decor.four-steps {
  width: 100%;
  padding: 0;
  margin-bottom: 36px
}

.home-decor.four-steps .home-decor__thumbnail {
  min-height: inherit;
  overflow: hidden
}

.home-decor.four-steps .home-decor__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.home-decor.four-steps .home-decor__thumbnail:after {
  content: ' ';
  display: block;
  padding-top: 101.74%
}

@media (min-width:768px) {
  .home-decor.four-steps .home-decor__thumbnail:after {
    padding-top: 124.64%
  }
}

.home-decor__content p {
  padding: 0 3px;
}

/*# sourceMappingURL=maps/home-decor.css.map */
.home-decor__thumbnail img {
  height: 434px;
  object-fit: cover;
}

@media (max-width:576px) {
  .home-decor__thumbnail img {
    height: 343px;
    object-fit: cover;
  }
}

ul.tab-carousel__tab-buttons::-webkit-scrollbar {
  display: none;
}

ul.tab-carousel__tab-buttons {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#how-we-work {
  scroll-margin-top: 50px;
}


/* consulting_form CSS Start */
@media (min-width: 992px) {
  .consulting-form-column .home-redesign-help {
    padding: 49px;
  }

  .consulting-form-column .home-redesign-help__title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .consulting-form-column .home-redesign-help__desc {
    max-width: 665px;
    font-weight: 700;
    margin: 0 auto 80px;
    text-align: center;
  }

  .consulting-form-column .home-redesign-helpform-wrap {
    display: block;
  }

  .consulting-form-column .form-container-inputs>div {
    display: flex;
    gap: 45px;
  }

  .consulting-form-column .form_button {
    text-align: center;
  }

  .consulting-form-column .btn__icon--right [class^=icon-] {
    margin-left: 8px;
  }

  .consulting-form-column .btn--primary [class^=icon-]::before {
    color: #FDFEFF;
  }

  .consulting-form-column .home-redesign-help__form-cta button {
    padding: 16px 23px 16px 32px;
    color: #FDFEFF;
  }
}

.consulting-form-column .form_field_checkbox {
  display: none;
}

/* consulting_form CSS End */

/* Customer Service CSS Start */
.customer-service-points .ids-form-firstFold.head-redesign-help-left {
  height: auto;
}

.customer-service-points .head-redesign-help__title {
  font-size: 36px;
  font-family: 'BioRhyme';
  line-height: 44px;
  margin-bottom: 40px;
}

.customer-service-points .head-redesign-help__form-cta a {
  background: #7345B2;
  border: none;
}

.customer-service-points .icon-arrow-down {
  display: none;
}

.customer-service-points .service-items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 50px 50px 20%;
  background: linear-gradient(180deg, #290161 0%, #3C6AA8 100%);
}

.customer-service-points .service-item {
  display: flex;
  align-items: center;
  margin-bottom: 72px;
  max-width: 500px;
}

.customer-service-points .service-item:last-child {
  margin-bottom: 0px;
}

.customer-service-points .service-item-img {
  width: 64px;
  margin-right: 42px;
}

.customer-service-points .service-item-desc>span {
  display: block;
}

.customer-service-points .service-item-heading {
  color: #F9994C;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.64px;
}

.customer-service-points .service-item-subheading {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.64px;
}

.customer-service-points .btn--white-border:hover {
  color: #fff;
}

.customer-service-points .head-redesign-help__title {
  font-weight: 700;
}

.customer-service-points .head-redesign-help__form-cta a {
  padding: 12px 24px;
}

@media (min-width: 992px) {
  .customer-service-points .head_redesign:nth-child(1) {
    width: 47.5%;
  }

  .customer-service-points .head_redesign:nth-child(2) {
    width: 52.5%;
  }
}

@media (max-width: 991px) {
  .customer-service-points .head-redesign-help__title {
    font-size: 24px;
    line-height: 30px;
  }

  .customer-service-points .head-redesign-help__title {
    margin-bottom: 24px;
  }

  .customer-service-points .service-items-wrapper {
    padding: 50px 50px 50px 35px;
  }

  .customer-service-points .service-item {
    margin-bottom: 64px;
  }

  .customer-service-points .service-item-img {
    width: 56px;
    margin-right: 32px;
  }

  .customer-service-points .service-item-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .customer-service-points .service-item-subheading {
    font-size: 24px;
    line-height: 28px;
  }

  .customer-service-points .head-redesign-help__image {
    height: 369px;
  }

  .customer-service-points .head-redesign-help__content {
    padding-top: 10px;
  }
}

/* Customer Service CSS End */

/* Furniture Categories CSS Start */
.categories-grid .heading.title {
  text-align: center;
  margin-bottom: 50px;
}

.categories-grid .categories-left-card {
  padding: 0 80px;
}

.categories-grid .categories-bottom-card {
  padding: 0 80px 40px;
}

.categories-grid .sofa-item {
  position: relative;
  cursor: default;
}

.categories-grid .sofa-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 53%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 69.26%);
  opacity: 0.699999988079071;
}

.categories-grid .sofa-item-param {
  color: #FFF;
  position: absolute;
  bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  cursor: default;
}

.categories-grid .categories-right-top-card {
  width: 100%;
}

.categories-grid .categories-right-top-card .sofa-item:first-child {
  margin-right: 20px;
}

.categories-grid .heading.title h1 {
  font-size: 48px;
  font-family: 'BioRhyme';
}

.categories-grid .categories-left-card>div {
  display: flex;
  width: 100%;
}

.categories-grid .categories_left {
  width: 50%;
  margin-right: 20px;
}

.categories-grid .categories_left>a {
  height: 490px;
  display: block;
}

.categories-grid .categories-right-top-card .sofa-item>a {
  height: 237px;
  display: block;
}

.categories-grid .categories-right-bottom-card .sofa-item>a {
  height: 234px;
  display: block;
}

.categories-grid .categories-bottom-card .sofa-item>a {
  height: 237px;
  display: block;
}

.categories-grid .sofa-item img {
  height: 100%;
  width: 100%;
}

.categories-grid .categories-right-bottom-card .sofa-item img {
  height: 100%;
  width: 100%;
}

.categories-grid .categories-right-bottom-card {
  width: 100%;
}

.categories-grid .categories-right-card {
  display: flex;
  width: 50%;
}

.categories-grid .categories-right-card>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.categories-grid .categories-right-top-card>div {
  display: flex;
}

.categories-grid .categories-bottom-card>div {
  display: flex;
}

.categories-grid .categories-right-top-card .sofa-item {
  width: 50%;
}

.categories-grid .categories-right-bottom-card .sofa-item {
  width: 100%;
}

.categories-grid .categories-bottom-card .sofa-item {
  margin-right: 20px;
}

.categories-grid .categories-bottom-card .sofa-item:last-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .categories-grid .heading.title {
    margin-bottom: 30px;
  }

  .categories-grid .heading.title h1 {
    font-size: 32px;
  }

  .categories-grid .categories-left-card {
    padding: 0 16px;
  }

  .categories-grid .categories-bottom-card {
    padding: 0 16px 70px;
  }

  .categories-grid .sofa-item-param {
    font-size: 14px;
    bottom: 12px;
  }

  .categories-grid .categories-left-card>div {
    flex-wrap: wrap;
  }

  .categories-grid .categories_left {
    width: 100%;
    margin-right: 0;
  }

  .categories-grid .categories-right-card {
    width: 100%;
  }

  .categories-grid .categories-bottom-card>div {
    flex-wrap: wrap;
  }

  .categories-grid .categories-bottom-card .sofa-item {
    margin-right: 17px;
    width: calc(50% - 9px);
  }

  .categories-grid .categories-right-top-card .sofa-item:first-child {
    margin-right: 17px;
  }

  .categories-grid .categories-bottom-card .sofa-item:nth-child(2) {
    margin-right: 0;
  }

  .categories-grid .categories-bottom-card .sofa-item:nth-child(4) {
    margin-right: 0;
  }

  .categories-grid .categories-right-bottom-card .sofa-item img {
    height: 107px;
  }

  .categories-grid .categories_left>a {
    height: 228px;
    display: block;
  }

  .categories-grid .categories-right-top-card .sofa-item>a,
  .categories-grid .categories-right-bottom-card .sofa-item>a,
  .categories-grid .categories-bottom-card .sofa-item>a {
    height: 107px;
    display: block;
  }
}

/* Furniture Categories CSS End */


/* Load more Button */
.wthi-slidermainwrapper-parent {
  position: relative;
}

.wthi-load-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 540px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.67) 12.59%, #FFF 47.48%);
}

.wthi-load-more_button-div {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  border-radius: 999px;
  background: #7345B2;
  padding: 16px 23px 16px 32px;
  cursor: pointer;
}

.wthi-load-more_text {
  color: #FDFEFF;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.wthi-load-more_button-div .icon-plus-o {
  height: 18px;
}

.wthi-load-more_button-div .icon-plus-o:before {
  display: block;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 992px) {

  /* Load more Button */
  .wthi-load-more-wrapper {
    align-items: flex-end;
    height: 333px;
  }

  .wthi-load-more_button-div {
    margin-bottom: 33px;
  }
}


/* new_home_improve style changes ----------- */
.home-improv.new_home_improve  {
  padding-top: 0;
  padding-bottom: 15px;
}

.new_home_improve .home-improv__headline {
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 49.22px;
  text-align: center;
  color: #323232;
  margin-bottom: 9px;
}
.padding_top .home-improv__headline{
  padding-top: 100px;
}

.new_home_improve .home-improv__brief {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #696969;
  margin-bottom: 30px;
}

.new_home_improve .home-improv__cta:first-child{
  margin-right: 10.5px;
}

.new_home_improve .btn--ghost{
  padding: 16px 75px;
}


@media screen and (max-width : 992px) {
  .home-improv.new_home_improve{
    padding-bottom: 0;
  }
  .new_home_improve .home-improv__headline {
    font-size: 26px;
    line-height: 33.8px;
    margin-bottom: 10px;
  }
  .padding_top .home-improv__headline{
    padding-top: 50px;
  }
  .new_home_improve .home-improv__brief {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 35px;
  }

  .new_home_improve .home-improv__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 8px 42px;
  }

  .new_home_improve .btn--ghost{
    padding: 8px 89px;
  }
  .new_home_improve .home-improv__cta{
    gap: 20px;
  }
  .new_home_improve .home-improv__cta-outer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
  .new_home_improve .home-improv__cta:first-child{
    margin-right: unset;
  }
}
.home-decor-quiz {
  background-color: #f9fafb;
  padding: 40px 0
}
@media (min-width:992px) {
  .home-decor-quiz {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 60px
  }
}
.home-redesign-help + .home-decor-quiz {
  margin-top: 40px
}
@media (min-width:576px) {
  .home-redesign-help + .home-decor-quiz {
    margin-top: 90px
  }
}
@media (max-width:991.98px) {
  .home-decor-quiz__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (max-width:991.98px) and (min-width:1212px) {
  .home-decor-quiz__container {
    max-width: 1220px
  }
}
@media (max-width:991.98px) and (min-width:1441px) {
  .home-decor-quiz__container {
    max-width: 1440px
  }
}
@media (min-width:992px) {
  .home-decor-quiz__container {
    margin-right: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0
  }
}
@media (min-width:1441px) {
  .home-decor-quiz__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (min-width:1441px) and (min-width:1212px) {
  .home-decor-quiz__container {
    max-width: 1220px
  }
}
@media (min-width:1441px) and (min-width:1441px) {
  .home-decor-quiz__container {
    max-width: 1440px
  }
}
@media screen and (min-width:1367px) and (max-width:1440px) {
  .home-decor-quiz__container {
    max-width: -webkit-calc(100vw - 7.6%);
    max-width: -moz-calc(100vw - 7.6%);
    max-width: calc(100vw - 7.6%)
  }
}
@media screen and (min-width:1025px) and (max-width:1366px) {
  .home-decor-quiz__container {
    max-width: -webkit-calc(100vw - 3.05%);
    max-width: -moz-calc(100vw - 3.05%);
    max-width: calc(100vw - 3.05%)
  }
}
.home-decor-quiz__row {
  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;
  width: 100%
}
@media (min-width:992px) {
  .home-decor-quiz__row {
    -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
  }
}
.home-decor-quiz__content {
  margin-bottom: 30px;
  width: 100%
}
@media (min-width:992px) {
  .home-decor-quiz__content {
    margin-bottom: 0;
    margin-right: 2%;
    padding: 60px 0;
    width: 38%
  }
}
.home-decor-quiz__subtitle {
  color: #26282b;
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px
}
@media (min-width:992px) {
  .home-decor-quiz__subtitle {
    display: block;
    font-size: 20px;
    line-height: 30px
  }
}
.home-decor-quiz__title {
  color: #333;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 24px
}
@media (min-width:992px) {
  .home-decor-quiz__title {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px
  }
}
.home-decor-quiz__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:992px) {
  .home-decor-quiz__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.home-decor-quiz__slider {
  position: relative;
  width: 100%
}
@media (min-width:992px) {
  .home-decor-quiz__slider {
    width: 60%
  }
}
.home-decor-quiz__slider .slick-slider {
  margin-bottom: 30px
}
@media (min-width:992px) {
  .home-decor-quiz__slider .slick-slider {
    margin-bottom: 25px
  }
}
@media (min-width:992px) {
  .home-decor-quiz__slider .slick-slide {
    margin: 0 10px;
    width: 480px
  }
}
.home-decor-quiz__slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:992px) {
  .home-decor-quiz__slider-navigation {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.home-decor-quiz__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2;
  border: 1px solid #26282b
}
.home-decor-quiz__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.home-decor-quiz__slider-nav [class^=icon] {
  margin-top: 0
}
.home-decor-quiz__slider-nav [class^=icon]::before {
  font-size: 24px
}
.home-decor-quiz__slider-nav.prev {
  margin-right: 17px
}
.home-decor-quiz .slick-track {
  padding: 60px 0 0
}
.page-our-designers .home-decor-quiz,
.page-our-designers-listing .home-decor-quiz,
.page-our-work .home-decor-quiz,
.page-search .home-decor-quiz,
.page-shop-sub-category .home-decor-quiz {
  padding-top: 60px;
  background: #f9fafb
}
@media (min-width:992px) {
  .page-search .home-decor-quiz {
    padding-top: 89px
  }
}
/*# sourceMappingURL=maps/home-decor-quiz.css.map */

.user-quiz-comment {
  background-color: #f4f2ed;
  padding: 74px 24px 40px;
  position: relative
}
.user-quiz-comment__pic {
  position: absolute;
  top: -56px;
  left: 24px;
  height: 112px;
  width: 112px
}
.user-quiz-comment .icon-quotes {
  margin-bottom: 5px
}
.user-quiz-comment .icon-quotes::before {
  color: #7345b2;
  font-size: 40px
}
@media (min-width:576px) {
  .user-quiz-comment .icon-quotes::before {
    font-size: 30px
  }
}
.user-quiz-comment__text {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical
}
.user-quiz-comment__name {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px
}
/*# sourceMappingURL=maps/user-quiz-comment.css.map */

.ht-products {
  background-color: #f9f9f6;
  padding: 24px 0
}
.ht-products.white {
  background-color: #fff
}
.ht-products.white .ht-products__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .02em;
  color: #26282b;
  margin-bottom: 24px
}
@media (min-width:576px) {
  .ht-products.white .ht-products__title {
    color: #333;
    font-family: BioRhyme;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 44px;
    margin-bottom: 0
  }
}
@media (min-width:576px) {
  .ht-products {
    padding: 46px 0
  }
}
.ht-products__cta {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  padding-top: 10px
}
@media (min-width:576px) and (orientation:landscape) {
  .ht-products__cta {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media (min-width:768px) and (orientation:portrait) {
  .ht-products__cta {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media (min-width:992px) {
  .ht-products__cta {
    display: none
  }
}
.ht-products__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}
@media (min-width:576px) {
  .ht-products__row {
    margin-bottom: 30px
  }
}
.ht-products__row-left {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.ht-products__row .ht-products__cta {
  display: none
}
@media (min-width:992px) {
  .ht-products__row .ht-products__cta {
    display: block
  }
}
.ht-products__title {
  color: #000;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 24px
}
@media (min-width:576px) {
  .ht-products__title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 0
  }
}
.ht-products__slider {
  margin-bottom: 35px
}
@media (min-width:576px) {
  .ht-products__slider {
    margin-bottom: 40px
  }
}
@media (min-width:992px) {
  .ht-products__slider {
    margin-bottom: 0
  }
}
.ht-products__slider-navigation {
  display: none
}
@media (min-width:992px) {
  .ht-products__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.ht-products__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2;
  background-color: transparent;
  border: 1px solid #26282b
}
.ht-products__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.ht-products__slider-nav [class^=icon] {
  margin-top: 0
}
.ht-products__slider-nav [class^=icon]::before {
  font-size: 24px
}
.ht-products__slider-nav.prev {
  margin-right: 15px
}
.ht-products__slider .slick-list {
  margin: 0 -10px
}
.ht-products__slider .product {
  margin: 0 10px
}
/*# sourceMappingURL=maps/home-tours-products.css.map */

.product:focus {
  outline: 0
}
.product__avail-tag {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #7345b2;
  color: #fdfeff;
  padding: 8px;
  margin-bottom: 8px
}
.product__subcopy {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .05em;
  color: #343336;
  padding: 8px 0
}
.product__inner {
  cursor: pointer
}
.product__thumbnail {
  margin-bottom: 20px;
  position: relative
}
.product__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 343px
}
@media (maxwidth:576px) {
  .product__thumbnail img {
    height: 280px
  }
}
.product__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 10px
}
.product__bookmark [class^=icon-]::before {
  color: #454c53
}
.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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
}
.product__title {
  color: #26282b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px
}
@media (min-width:576px) {
  .product__title {
    font-size: 18px;
    line-height: 22px
  }
}
.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}
.product__rating span:not(:last-child) {
  margin-right: 10px
}
.product__rating span.icon-rating {
  color: #f9994c
}
.product__rating span.icon-rating-o {
  color: #9ea4aa
}
.product__rating-number {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px
}
.product__offer {
  background-color: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fdfeff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 12px;
  margin-bottom: 12px;
  padding: 5px
}
.product__price {
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 2px;
}
.product__price span {
  color: #454c53;
  line-height: 24px;
  margin-left: 10px;
  text-decoration: line-through
}
.product__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.product__colors-color {
  height: 12px;
  width: 12px;
  margin-right: 10px
}
.product__colors-more {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.product__colors-color img{
  object-fit: cover;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
/*# sourceMappingURL=maps/product.css.map */

.featured-stories {
  padding: 40px 0
}
@media (min-width:576px) {
  .featured-stories {
    padding: 50px 0
  }
}
.featured-stories__row {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .featured-stories__row {
    -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
  }
}
.featured-stories__row.heading {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px
}
@media (min-width:992px) {
  .featured-stories__row.heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
  }
}
@media (min-width:576px) {
  .inner .featured-stories__row.heading {
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.featured-stories__title {
  color: #333;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 10px
}
@media (min-width:992px) {
  .featured-stories__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    margin-bottom: 0
  }
}
.featured-stories__more {
  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;
  display: none;
}
@media (min-width:768px) {
  .featured-stories__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
  }
}
.featured-stories__more li {
  color: #454c53;
  font-size: 18px;
  line-height: 28px
}
@media (min-width:768px) {
  .featured-stories__more li:first-child {
    margin-right: 15px
  }
}
.inner .featured-stories__more {
  display: none
}
@media (min-width:576px) {
  .inner .featured-stories__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.inner .featured-stories__more .btn {
  white-space: nowrap
}
.featured-stories__mobile {
  text-align: center
}
@media (min-width:576px) {
  .featured-stories__mobile {
    display: none
  }
}
.featured-story {
  width: 100%
}
@media (min-width:576px) {
  .featured-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%
  }
}
@media (min-width:992px) {
  .featured-story {
    margin-right: 1%;
    width: 24%
  }
}
@media (min-width:992px) {
  .featured-story:first-child {
    width: 49%
  }
}
@media (min-width:576px) {
  .featured-story:nth-child(6n+1),
  .featured-story:nth-child(6n+6) {
    margin-bottom: 2%
  }
}
@media (min-width:992px) {
  .featured-story:nth-child(6n+1),
  .featured-story:nth-child(6n+6) {
    /* margin-bottom: 1%; */
    width: 48%
  }
  .featured-stories .featured-story:nth-child(6n+1),
  .featured-stories .featured-story:nth-child(6n+6) {
    margin-bottom: 1%;
}
}
@media (max-width:575.98px) {
  .featured-story:nth-child(odd) {
    margin-right: 0
  }
}
@media (max-width:991.98px) {
  .featured-story:nth-child(odd) {
    /* margin-right: 2% */
  }
}
@media (min-width:992px) {
  .featured-story {
    margin-bottom: 1%
  }
}
@media (max-width:991.98px) {
  .featured-story {
    margin-bottom: 2%
  }
}
@media (max-width:575.98px) {
  .featured-story {
    margin-bottom: 30px
  }
}
.featured-story__outer {
  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;
  width: 100%
}
@media (min-width:576px) {
  .featured-story__outer {
    -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
  }
}
@media (min-width:576px) {
  .featured-story__author {
    display: none!important
  }
}
.featured-story__author{
  display: none !important;
}
/*# sourceMappingURL=maps/featured-stories.css.map */
@media (min-width:992px) {
.featured-stories .featured_story_homepage{
  display: flex;
  flex-wrap: wrap
}
}
@media (min-width:576px) {
  .featured-stories .featured_story_homepage{
    display: flex;
    flex-wrap: wrap
  }
  }
.featured-story {
  padding: 0
}
.featured-story__inner {
  cursor: pointer;
  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;
  width: 100%;
  height: 100%;
}
.featured-story__thumbnail {
  position: relative
}
.featured-story__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 257px
}
@media (min-width:992px) {
  .featured-story__thumbnail img {
    height: 458px
  }
}
.featured-story__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 10px
}
.featured-story__bookmark [class^=icon-]::before {
  color: #454c53;
  width: 11px;
  margin-bottom: 4px;  
  display: flex;
  justify-content: center;
}
.featured-story__video {
  background-color: rgba(0,0,0,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.featured-story__video [class^=icon-]::before {
  color: #fdfeff;
  font-size: 48px
}
.featured-story__category {
  background-color: #26282b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: .01em;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 12px
}
.featured-story__content {
  background-color: #f4f2ed;
  padding: 24px 24px 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.featured-story__title {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  /* -o-text-overflow: ellipsis;
  text-overflow: ellipsis; */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__title {
    font-size: 24px;
    line-height: 29px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured-story__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__desc {
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured__story:not(:first-child):not(:last-child) .featured-story__desc {
  display: none
}
.featured-story__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.featured-story__author-pic {
  margin-right: 12px;
  width: 24px
}
.featured-story__author-name {
  font-size: 16px;
  font-weight: 24px;
  font-weight: 700;
  color: #000000;
}
.featured-story__read {
  background-color: #f4f2ed;
  color: #454c53;
  padding: 0 24px 34px
}
@media (min-width:992px) {
  .featured-story__read {
    padding-top: 24px
  }
}
.featured-story__read small {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px
}
.featured-story__read [class^=icon-] {
  margin-right: 5px
}

/*# sourceMappingURL=maps/featured-story.css.map */

.featured-story__btn {
  display: none;
}
@media (max-width: 1212px) {
  .featured-story__btn {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
  }
  .stores__btn--primary {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #7345b2;
      border-color: #7345b2;
      color: #fff;
  }
  .featured-story__btn a {
      font-size: 16px;
      line-height: 19px;
      padding: 12px 20px;
  }
  @media (min-width: 576px) {
      .featured-story__btn a {
          font-size: 18px;
          line-height: 27px;
          padding: 16px 32px;
      }
  }
  .stores--btn {
      border-width: 1px;
      border-style: solid;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      border-radius: 999px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      -webkit-transition-property: color, border-color, background-color, fill;
      -o-transition-property: color, border-color, background-color, fill;
      -moz-transition-property: color, border-color, background-color, fill;
      transition-property: color, border-color, background-color, fill;
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
  }
  .featured-story__btn {
      display: block;
  }
}

article.featured-story {
  display: flex;
  flex-direction: column;
}
.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;
  }
}
.project-brief {
  margin-top: 0;
  position: relative;
  width: 100%
}
.project-brief__wrapper {
  position: relative
}
.project-brief__wrapper::before {
  content: none
}
@media (min-width:992px) {
  .project-brief__wrapper::before {
    /* background-color: #5a7851; */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%
  }
}
@media (min-width:1441px) {
  .project-brief__wrapper::before {
    width: 100%
  }
}
@media (min-width:991px) {
  .project-brief {
    margin-top: 80px
  }
}
@media (min-width:576px) {
  .project-brief__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (min-width:576px) and (min-width:1212px) {
  .project-brief__container {
    max-width: 1220px
  }
}
@media (min-width:576px) and (min-width:1441px) {
  .project-brief__container {
    max-width: 1440px
  }
}
@media screen and (min-width:1367px) and (max-width:1440px) {
  .project-brief__container {
    margin-right: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0;
    max-width: -webkit-calc(100vw - 7.6%);
    max-width: -moz-calc(100vw - 7.6%);
    max-width: calc(100vw - 7.6%)
  }
}
@media screen and (min-width:1025px) and (max-width:1366px) {
  .project-brief__container {
    margin-right: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0;
    max-width: -webkit-calc(100vw - 3.05%);
    max-width: -moz-calc(100vw - 3.05%);
    max-width: calc(100vw - 3.05%)
  }
}
@media (min-width:1441px) {
  .project-brief__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (min-width:1441px) and (min-width:1212px) {
  .project-brief__container {
    max-width: 1220px
  }
}
@media (min-width:1441px) and (min-width:1441px) {
  .project-brief__container {
    max-width: 1440px
  }
}
.project-brief__header {
  padding: 0;
  margin: 0;
  display: block
}
@media (min-width:576px) {
  .project-brief__header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (min-width:576px) and (min-width:1212px) {
  .project-brief__header {
    max-width: 1220px
  }
}
@media (min-width:576px) and (min-width:1441px) {
  .project-brief__header {
    max-width: 1440px
  }
}
.project-brief__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: left
}
@media (min-width:576px) {
  .project-brief__headline {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 69px;
    display: block;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
  }
}
.project-brief__button {
  width: 80%;
  font-family: Lato;
  font-size: 16px;
  padding: 9px 24px;
  display: none;
  margin: 8px 0;
  white-space: nowrap
}
@media (min-width:576px) {
  .project-brief__button {
    width: inherit;
    font-size: 18px;
    margin: 0
  }
}
.project-brief__inner {
  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;
  position: relative;
  width: 100%
}
@media (min-width:992px) {
  .project-brief__inner {
    -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
  }
}
.project-brief__visual-outer {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
@media (min-width:992px) {
  .project-brief__visual-outer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60%
  }
}
.project-brief__visual-slider {
  background-color: #fdfeff;
  position: relative;
  width: 100%
}
@media (min-width:992px) {
  .project-brief__visual-slider {
    top: -40px
  }
}
.project-brief__visual-slider--progress {
  display: none
}
@media (min-width:768px) {
  .project-brief__visual-slider--progress {
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 25%;
    width: 35%
  }
}
@media (min-width:1441px) {
  .project-brief__visual-slider--progress {
    width: 50%
  }
}
.project-brief__visual-slider--fill {
  display: none
}
@media (min-width:992px) {
  .project-brief__visual-slider--fill {
    background-color: #f9994c;
    display: block;
    height: 2px;
    max-width: 100%;
    width: 0
  }
}
.project-brief__visual-slider__count {
  color: #fdfeff;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: -16%;
  right: 5%;
  z-index: 2
}
@media (min-width:576px) {
  .project-brief__visual-slider__count {
    bottom: -9%
  }
}
@media (min-width:768px) {
  .project-brief__visual-slider__count {
    bottom: -8%
  }
}
@media (min-width:992px) {
  .project-brief__visual-slider__count {
    right: 21%
  }
}
@media (min-width:1441px) {
  .project-brief__visual-slider__count {
    right: 8%
  }
}
.project-brief__visual-slider__count span {
  font-family: BioRhyme;
  font-size: 72px;
  line-height: 90px
}
.project-brief__slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -35px;
  left: 24px
}
.project-brief__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2
}
.project-brief__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.project-brief__slider-nav [class^=icon] {
  margin-top: 0
}
.project-brief__slider-nav [class^=icon]::before {
  font-size: 24px
}
.project-brief__slider-nav.prev {
  margin-right: 12px
}
.project-brief__content-outer {
  background-color: #5a7851;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media (min-width:992px) {
  .project-brief__content-outer {
    background-color: inherit;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 2%;
    padding-top: 84px;
    padding-bottom: 120px;
    width: 38%
  }
}
@media (min-width:1441px) {
  .project-brief__content-outer {
    padding-bottom: 170px
  }
}
.project-brief__content-inner {
  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;
  padding-left: 20px;
  padding-right: 20px
}
@media (min-width:992px) {
  .project-brief__content-inner {
    padding-left: 0;
    padding-right: 0
  }
}
.project-brief__title {
  color: #fdfeff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px
}
.project-brief__subtitle {
  color: #fdfeff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px
}
.project-brief__brief {
  color: #fdfeff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px
}
.project-brief__users {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}
.project-brief__users .user:not(:last-child) {
  margin-right: 24px
}
.project-brief__users .user__designation,
.project-brief__users .user__name {
  color: #fdfeff
}
.project-brief__cta a {
  border-color: transparent!important;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .project-brief__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media (min-width:576px) {
  .page-search .project-brief__headline {
    font-size: 48px;
    line-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.page-search .project-brief__header {
  -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
}
.page-search .project-brief__button {
  display: inline-block;
  margin-top: 15px
}
.page-search .project-brief__users .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.page-search .project-brief__users .user .user__pic {
  margin-right: 15px
}
/*# sourceMappingURL=maps/project-briefs.css.map */

.project-brief__visual-inner{
height: 570px;
}
.project-brief__visual-inner img{
  height: 100%;
  object-fit: cover;
  }
  @media (max-width:991px) {
    .project-brief__visual-inner{
      height: 430px;
      } 
      .project-brief__visual-inner img{
        height: 100%;
        object-fit: cover;
        }
  }
  
.ids-revamp-heading.simpleouter>div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 36px 0;
  width: 80%;
  margin: auto;
}
.commom-pt.ids-revamp-heading.simpleouter>div {
  padding-top: 0;
}
.ids-revamp-heading .heading:nth-child(1) h1 , .ids-revamp-heading .heading:nth-child(1) h2 , .ids-revamp-heading .heading:nth-child(1) h3 , .ids-revamp-heading .heading:nth-child(1) h4 , .ids-revamp-heading .heading:nth-child(1) h5 , .ids-revamp-heading .heading:nth-child(1) h6 {
  color:#323232;
  font-family: Lato;
  font-size: 26px;
  font-weight: 300;
  line-height: 42.9px;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #323232;
  padding-top: 0;
}

.ids-revamp-heading .heading:nth-child(2) h1 , .ids-revamp-heading .heading:nth-child(2) h2 , .ids-revamp-heading .heading:nth-child(2) h3 , .ids-revamp-heading .heading:nth-child(2) h4 , .ids-revamp-heading .heading:nth-child(2) h5 , .ids-revamp-heading .heading:nth-child(2) h6 {
  color: #323232;
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 49.224px;
  padding-top: 0;
}

@media (max-width: 992px) {
  .ids-revamp-heading.simpleouter>div {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 60px 0px 36px;
  }

  .ids-revamp-heading .heading:nth-child(1) h1 , .ids-revamp-heading .heading:nth-child(1) h2 , .ids-revamp-heading .heading:nth-child(1) h3 , .ids-revamp-heading .heading:nth-child(1) h4 , .ids-revamp-heading .heading:nth-child(1) h5 , .ids-revamp-heading .heading:nth-child(1) h6 {
    color: #696969;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .ids-revamp-heading .heading:nth-child(2) h1 , .ids-revamp-heading .heading:nth-child(2) h2 , .ids-revamp-heading .heading:nth-child(2) h3 , .ids-revamp-heading .heading:nth-child(2) h4 , .ids-revamp-heading .heading:nth-child(2) h5 , .ids-revamp-heading .heading:nth-child(2) h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
  }
}

.case-study__section {
    /* max-width: 1365px; */
    width: 100%;
    padding-left: 80px;
    margin: 26px 0 38px;
    margin-bottom: 0;
}

.case-study__content-wrapper {
    display: flex !important;
    background-color: #F6E3BE;
    border-radius: 10px;
    margin-right: 20px;
    height: auto;
}

.case-study__content-wrapper:last-child {
    margin-right: 0;
}

.case-study__text-div {
    display: flex;
    flex-direction: column;
    min-width: 347px;
    max-width: 347px;
    padding: 50px 50px 44px;
}

img.case-study__before-img,
img.case-study__after-img {
    border-radius: 0px 10px 10px 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.case-study__heading {
    color: #323232;
    font-family: Lato;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
}

.case-study__description {
    color: #323232;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.case-study__button {
    display: block;
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    padding: 12px 39px;
    border-radius: 30px;
    border: 1px solid #7345B2;
    width: max-content;
    cursor: pointer;
    margin-top: auto;
}

.case-study__img-div {
    position: relative;
    width: 100%;
}

.case-study__before-after-div {
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: #ffffff;
    border-radius: 24px;
    cursor: pointer;
    overflow: hidden;
}

.before-after-div__before,
.before-after-div__after {
    display: block;
    color: rgba(86, 86, 86, 0.80);
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.before-after-div__before {
    padding: 9px 19px 4px;
}

.before-after-div__after {
    padding: 9px 24px 4px;
}

.before-after-div__before.active,
.before-after-div__after.active {
    color: #000;
    background: rgba(240, 182, 70, 0.80)
}

img.case-study__after-img {
    display: none;
}

.case-study__view-all {
    display: block;
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.198px;
    cursor: pointer;
    margin-top: 28px;
    margin-right: 196px;
    text-align: right;
    padding-bottom: 32px;
}

.case-study__slider .slick-next:before {
    content: url(../../../content/dam/asianpaintsbeautifulhomes/ap-beautiful-homes/emi--banner/ids-slider-arrow.png);
}

.case-study__slider .slick-next {
    position: absolute;
    bottom: -53px;
    right: 95px;
    top: auto;
}

.case-study__slider .slick-prev[aria-disabled="true"] {
    cursor:default;
    filter: grayscale(1);
}

.case-study__slider .slick-next[aria-disabled="true"] {
    cursor:default;
    filter: grayscale(1);
}

.case-study__slider .slick-prev:before {
    content: url(../../../content/dam/asianpaintsbeautifulhomes/ap-beautiful-homes/emi--banner/ids-slider-arrow.png);
    display: block;
    transform: rotate(180deg);
}

.case-study__slider .slick-prev {
    display: block;
    position: absolute;
    bottom: -50px;
    right: 124px;
    top: auto;
    left: auto;
}

.case-study__slider .slick-track {
    display: flex;
}

@media (max-width: 992px) {
    .case-study__section {
        margin: 0;
        padding-left: 20px;
    }

    .case-study__content-wrapper {
        flex-direction: column-reverse;
        margin-right: 10px;
    }

    .case-study__img-div {
        height: 245px;
    }

    .case-study__before-after-div {
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: max-content;
    }

    .case-study__before-img,
    .case-study__after-img {
        border-radius: 10px 10px 0px 0px;
    }

    .before-after-div__before,
    .before-after-div__after {
        font-size: 16px;
        line-height: 20.8px;
        padding: 8px 20px;
    }

    .case-study__text-div {
        padding: 30px 20px;
        text-align: center;
        width: 100%;
        min-width: auto;
        max-width: max-content;
        margin-bottom: auto;
    }

    .case-study__heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 23.4px;
        margin-bottom: 24px;
    }

    .case-study__description {
        display: none;
    }

    .case-study__button {
        margin: 0 auto;
    }

    img.case-study__before-img,
    img.case-study__after-img {
        border-radius: 10px 10px 0px 0px;
        /* width: 245px;
        height: 394px; */
        width: 100%;
        height: 100%;
    }

    .case-study__view-all {
        font-size: 16px;
        margin-top: 36px;
        line-height: 21px;
        text-align: left;
        margin-right: 0;
        max-width: 200px;
    }

    .case-study__slider .slick-dots li {
        background-color: #7345B2;
        height: 4px;
        width: 8px;
        border-radius: 50px;
        margin: 0 3px;
    }

    .case-study__slider .slick-dots li.slick-active {
        width: 30px;
    }

    .case-study__slider .slick-dots {
        text-align: right;
        bottom: -52px;
        right: 20px;
    } 

    .case-study__slider .slick-dots li button {
        display: none;
    }

    .case-study__slider .slick-dots li button:before {
        content: none;
    }
    
}
@media (min-width:320px)  and (max-width: 768px) {
    .case-study__view-all {
        padding-bottom: 40px;
    }

}
.reasons-to-choose {
  /* background: linear-gradient(145deg, #7345B2 4.92%, #522E83 83.48%); */
  padding: 127px 20px 84px;
}

.reasons-heading-container {
  background: linear-gradient(145deg, #7345B2 4.92%, #522E83 83.48%);
}

.reasons-heading-container .heading h2{
  color: #FFF;
  text-align: center;
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  padding-top: 120px;
}

.reasons-to-choose .cmp-contentfragmentlist {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}

.reasons-to-choose .cmp-contentfragment__elements {
  margin: 0;
}

.reasons-to-choose .cmp-contentfragment__element-value {
  margin-left: 0;
}

.reasons-to-choose .cmp-contentfragment__element--description {
  display: none;
}

.reasons-to-choose dl dd {
  margin-left: 0;
}

.reasons-to-choose .cmp-contentfragment__element-value img {
  height: 58px;
  margin-bottom: 23px;
}

.reasons-to-choose .cmp-contentfragment__element--title dd {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
}

.reasons-to-choose article {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .reasons-to-choose {
    padding: 48px 40px 36px;
  }

  .reasons-heading-container .heading h2 {
    padding-top: 56px;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
  }

  .reasons-to-choose .cmp-contentfragmentlist {
    gap: 36px;
    justify-content: space-around;
  }

  .reasons-to-choose article {
    max-width: 100px;
    margin-bottom: 0;
  }

  .reasons-to-choose .cmp-contentfragment__element-value img {
    height: 37px;
    margin-bottom: 12px;
  }

  .reasons-to-choose .cmp-contentfragment__element--title dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
  }
}
.ids-process-comp .cmp-contentfragment__element-value img {
  width: 165px;
  height: 165px;
}

.ids-process-comp .cmp-contentfragmentlist {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  max-width: 1220px;
  margin: 34px auto;
}

.ids-process-comp dl dd {
  margin-left: 0;
}

.ids-process-comp .cmp-contentfragment__element--mainTitle dd {
  color: #323232;
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  margin-bottom: 16px;
}

.ids-process-comp .cmp-contentfragment__element--description .cmp-contentfragment__element-value {
  color: #323232;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.ids-process-comp dl.cmp-contentfragment__elements {
  max-width: 186px;
}

.ids-process-comp article {
  position: relative;
}

.ids-process-comp article::before {
  position: absolute;
  right: -55%;
  top: 90px;
  z-index: -1;
}

.ids-process-comp article:nth-child(1)::before {
  content: url("../../../content/dam/asianpaintsbeautifulhomes/ap-beautiful-homes/emi--banner/process-1.png");
}

.ids-process-comp article:nth-child(2)::before {
  content: url("../../../content/dam/asianpaintsbeautifulhomes/ap-beautiful-homes/emi--banner/process-2.png");
}

.ids-process-comp article:nth-child(3)::before {
  content: url("../../../content/dam/asianpaintsbeautifulhomes/ap-beautiful-homes/emi--banner/process-3.png");
}

.ids-process-comp article:nth-child(4)::before {
  content: url("../../../content/dam/asianpaintsbeautifulhomes/ap-beautiful-homes/emi--banner/process-4.png");
}

@media (max-width: 992px) {
  .ids-process-comp .cmp-contentfragmentlist {
    padding: 20px;
    flex-direction: column;
    margin: 0;
    padding-top: 0;
  }

  .ids-process-comp article {
    min-height: 160px;
  }

  .ids-process-comp .cmp-contentfragment__element-value img {
    height: 120px;
    width: 120px;
  }

  .ids-process-comp dl.cmp-contentfragment__elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: max-content;
  }

  .ids-process-comp .cmp-contentfragment__element--visualImage {
    position: absolute;
    left: 0;
    margin-right: auto;
  }

  .ids-process-comp .cmp-contentfragment__element--mainTitle {
    max-width: 100%;
  }

  .ids-process-comp .cmp-contentfragment__element--mainTitle dd {
    max-width: calc(100% - 140px);
    margin-left: auto;
    text-align: left;
  }

  .ids-process-comp .cmp-contentfragment__element.cmp-contentfragment__element--description {
    max-width: calc(100% - 140px);
  }

  .ids-process-comp .cmp-contentfragment__element.cmp-contentfragment__element--mainTitle {
    width: 100%;
  }

  .ids-process-comp .cmp-contentfragment__element--description .cmp-contentfragment__element-value {
    text-align: left;
  }

  .ids-process-comp article::before {
    right: auto;
    left: -10px;
    top: 160px;
    transform: rotate(90deg);
  }
}

@media screen and (max-width : 439.9px){
  .ids-process-comp article:nth-child(3)::before {
    top: 177px;
}
}
@media screen and (max-width : 372.9px){
  .ids-process-comp article:nth-child(3) .cmp-contentfragment__elements {
    margin-bottom: unset;
}
}
@media screen and (max-width : 367.9px){
  .ids-process-comp article:nth-child(5) .cmp-contentfragment__elements {
    margin-top: 2px;
}
}
@media screen and (max-width : 360.9px){
  .ids-process-comp article:nth-child(4) .cmp-contentfragment__elements {
    margin-top: -4px;
}
.ids-process-comp article:nth-child(3) .cmp-contentfragment__elements {
  margin-top: 9px;
}
.ids-process-comp article:nth-child(5) .cmp-contentfragment__elements {
  margin-top: 22px;
}
}
.easy-emi__section {
    max-width: 1063px;
    margin: 75px auto;
    width: 100%;
}

.easy-emi__section .cmp-teaser{
    display: flex;
    background-color: #F5F4F0;
    border-radius: 10px;
}
.easy-emi__section .cmp-image{
    height: 100%;
}

.easy-emi__section .cmp-teaser__image {
    flex: none;
    position: relative;
    width: 55%;
}
.sleek-kitchen-cal.easy-emi__section .cmp-teaser__image{
    width: 585px;
}

.easy-emi__section .cmp-image__image {
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.easy-emi__section .cmp-teaser__content {
    padding: 50px 56px 38px;
}

.easy-emi__section .cmp-teaser__pretitle {
    color: #7345B2;
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 117%;
    margin-bottom: 24px;
}

.easy-emi__section .cmp-teaser__title {
    display: block;
    color: #323232;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 156%;
    margin-bottom: 4px;
}

.easy-emi__section .cmp-teaser__description {
    color: #202020;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 42px;
    max-width: 300px;
}

.easy-emi__section .cmp-teaser__action-link {
    display: block;
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    border-radius: 30px;
    border: 1px solid #7345B2;
    padding: 12px 39px;
    width: max-content;
    cursor: pointer;
}

.easy-emi__section .extended-image{
    display: none;
}

/* Find your celebrity */
.find-ur-celebrity-section {
    margin: 150px auto;
}

.find-ur-celebrity-section .cmp-image__image {
    height: 358px;
}

.find-ur-celebrity-section .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px 20px 38px;
}

.find-ur-celebrity-section .cmp-teaser__title {
    color: #000;
    font-family: BioRhyme;
    font-size: 32px;
    font-weight: 700;
    line-height: 37.504px;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: left;
}

.find-ur-celebrity-section .cmp-teaser__action-link {
    border-radius: 30px;
    background: #7345B2;
    padding: 12px 39px;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
}

.find-ur-celebrity-section .cmp-teaser {
    background-color: #F5F4EF;
}

@media (max-width: 992px) {
    .easy-emi__section {
        margin: 50px 0px;
        padding: 0 20px;

    }

    .easy-emi__section .cmp-teaser {
        display: block;
    }

    .easy-emi__section .cmp-teaser__image {
        width: 100%;
    }
    .easy-emi__section .cmp-image__image {
        height: 279px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        object-position: left;
    }

    .easy-emi__section .cmp-teaser__content {
        text-align: center;
        padding: 31px 53px 27px;
    }

    .easy-emi__section .cmp-teaser__pretitle {
        font-size: 22px;
        margin-bottom: 19px;
        line-height: 31px;
    }

    .easy-emi__section .cmp-teaser__title {
        color: #202020;
        font-size: 18px;
        margin-bottom: 9px;
        line-height: 24px;
    }

    .easy-emi__section .cmp-teaser__description {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .easy-emi__section .cmp-teaser__action-link {
        margin: 0 auto;
    }

    .easy-emi__section .cmp-teaser__image {
        display: none;
    }
    
    .easy-emi__section .extended-image{
        display: block;
        position: relative;
        height: 310px;
        margin-left: -20px;
    }
    .sleek-kitchen-cal.easy-emi__section .extended-image{
        width: 335px;
        height: 286px;
    }
    
    .easy-emi__section .extended-image {
        right: -20px;
    }

    .easy-emi__section .extended-image img {
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .easy-emi_img-contain .extended-image {
        right: 0;
        margin-left: 0;
    }

    .find-ur-celebrity-section{
        margin: 30px 27px 50px 13px;
    }

    .find-ur-celebrity-section .cmp-teaser {
        border-radius: 0px;
    }

    .find-ur-celebrity-section .extended-image img {
        border-radius: 0px;
        height: 200px;
    }

    .find-ur-celebrity-section .cmp-image__image {
        border-radius: 0px;
        height: 200px;
    }
    
    .find-ur-celebrity-section .extended-image {
        height: 200px;
    }

    .find-ur-celebrity-section .cmp-teaser__content {
        padding: 29px 12px 30px 16px;
    }

    .find-ur-celebrity-section .cmp-teaser__title {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 17px;
        color: #323232;
    }

    .find-ur-celebrity-section .cmp-teaser__action-link {
        padding: 10.5px 28px;
        margin-left: 0;
    }
    
}
