.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;
  }
}

.ttad {
  margin-top: 64px
}
.ttad h1 {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 44px
}
.ttad__tags {
  display: block;
  margin-top: 32px;
  padding-bottom: 28px
}
.ttad__tag {
  display: inline-block;
  background: #26282b;
  padding: 8px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .01em;
  margin: 0 8px 12px 0
}
.ttad__author-wrap {
  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;
  padding-top: 40px;
  font-size: 18px;
  line-height: 28px;
  border-top: 1px solid #e8ebed;
  color: #26282b
}
@media (max-width:575.98px) {
  .ttad__author-wrap {
    font-size: 16px;
    display: block
  }
}
.ttad__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
}
.ttad__author__image {
  width: 52px;
  height: 52px;
  overflow: hidden;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin-right: 12px
}
.ttad__author__name {
  margin-right: 12px
}
.ttad__author__name span a {
  font-weight: 700;
  color: black;
  cursor: pointer;
}
.ttad__author__desc {
  line-height: 30px;
  padding-left: 12px;
  border-left: 2px solid #26282b
}
@media (max-width:575.98px) {
  .ttad__date {
    margin-top: 20px
  }
}
/*# sourceMappingURL=maps/title-tag-author-date.css.map */
/* component top spcaing reduce*/
@media (max-width:768px) {
.ttad {
  margin-top: 20px
}
}
.lrc {
  margin-top: 40px
}
.lrc__details {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:575.98px) {
  .lrc__details {
    -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
  }
}
.lrc__details-heading {
  max-width: 279px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 15px
}
@media (max-width:575.98px) {
  .lrc__details-heading {
    width: 100%
  }
}
.lrc__details-heading h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #26282b
}
@media (max-width:575.98px) {
  .lrc__details-heading h2 {
    font-size: 24px;
    line-height: 30px
  }
}
.lrc__details-copy p {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #26282b
}
@media (max-width:575.98px) {
  .lrc__details-copy p {
    font-size: 18px;
    line-height: 24px
  }
}
/*# sourceMappingURL=maps/left-right-copy.css.map */

.lrc {
  margin-top: 40px
}
.lrc__details {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:575.98px) {
  .lrc__details {
    -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
  }
}
.lrc__details-heading {
  max-width: 279px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 15px
}
@media (max-width:575.98px) {
  .lrc__details-heading {
    width: 100%
  }
}
.lrc__details-heading h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #26282b
}
@media (max-width:575.98px) {
  .lrc__details-heading h2 {
    font-size: 24px;
    line-height: 30px
  }
}
.lrc__details-copy p {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #26282b
}
@media (max-width:575.98px) {
  .lrc__details-copy p {
    font-size: 18px;
    line-height: 24px
  }
}
/*# sourceMappingURL=maps/left-right-copy.css.map */

.slider-main-wrapper {
    margin-bottom: 50px;
    overflow: hidden;
    padding: 5pc 0;
    position: relative;
    width: 100%
}

.slider-main-wrapper.container {
    max-width: 100%
}

@media screen and (min-width:1441px) {
    .slider-main-wrapper.container {
        max-width: 90pc
    }
}

.slider-main-wrapper .container.bluebg {
    background-color: #3c6aa8;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 140px;
    width: 100%
}
.slider-main-wrapper .container.sleek-kitchen-bg {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 140px;
    width: 100%
}

.slider-main-wrapper .center-slider-wrapper {
    background-color: transparent;
    width: 100%
}

.slider-main-wrapper .center-slider-wrapper .slick-track {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center
}

.slider-main-wrapper .center-slider-wrapper .slick-slide {
    cursor: pointer;
    display: inline-block;
    -webkit-filter: contrast(.6);
    filter: contrast(.6);
    float: none;
    height: 100%;
    margin: 0 40px;
    padding: 40px 0;
    text-align: center;
    align-self: flex-start;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle
}

@media (max-width:575.98px) {
    .slider-main-wrapper .center-slider-wrapper .slick-slide {
        margin: 0 15px
    }
}

.slider-main-wrapper .center-slider-wrapper .slick-slide.slick-center,
.slider-main-wrapper .center-slider-wrapper .slick-slide.slick-current {
    cursor: default;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.slider-main-wrapper .container {
    text-align: right
}

.slider-main-wrapper .container .slider-progress {
    background: #fff;
    height: 2px;
    margin-left: auto;
    margin-right: 170px;
    margin-top: 20px;
    max-width: 333px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slider-main-wrapper .container .slider-progress .progress {
    background: #f9994c;
    height: 2px;
    position: absolute;
    width: 0
}

.slider-main-wrapper .container {
    position: relative
}

.slider-main-wrapper .container .slick-counter {
    bottom: -43px;
    color: #fff;
    position: absolute;
    right: 5%
}

.slider-main-wrapper .container .slick-counter span {
    -webkit-transition: cubic-bezier(.075, .82, .165, 1);
    -o-transition: cubic-bezier(.075, .82, .165, 1);
    -moz-transition: cubic-bezier(.075, .82, .165, 1);
    transition: cubic-bezier(.075, .82, .165, 1)
}

.slider-main-wrapper .container .slick-counter span.current {
    color: #fff;
    font-family: BioRhyme;
    font-size: 72px;
    line-height: 90px;
    padding-left: 10px;
    padding-right: 15px
}

.slider-main-wrapper .container .slick-counter span.total {
    color: #fff;
    font-family: BioRhyme;
    font-size: 1pc;
    font-weight: 400;
    line-height: 20px
}

.slider-main-wrapper .container .slick-counter span:before {
    content: "0"
}

.slider-main-wrapper .slick-arrow {
    max-width: 90pc
}

.slider-main-wrapper .slick-arrow.slick-prev {
    background-color: transparent;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #26282b;
    height: 4pc !important;
    left: -webkit-calc(100vw - 84%);
    left: -moz-calc(100vw - 84%);
    left: calc(100vw - 84%);
    width: 4pc;
    z-index: 99
}

@media (max-width:991.98px) {
    .slider-main-wrapper .slick-arrow.slick-prev {
        left: 5%
    }
}

@media screen and (max-width:1280px) and (orientation:landscape) {
    .slider-main-wrapper .slick-arrow.slick-prev {
        left: 22%
    }
}

@media screen and (max-width:991px) and (orientation:landscape) {
    .slider-main-wrapper .slick-arrow.slick-prev {
        left: 5%
    }
}

.slider-main-wrapper .slick-arrow.slick-prev:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "\72";
    font-family: beautiful-homes !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none !important
}

.slider-main-wrapper .slick-arrow.slick-next {
    background-color: transparent;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #26282b;
    height: 4pc !important;
    right: -webkit-calc(100vw - 84%);
    right: -moz-calc(100vw - 84%);
    right: calc(100vw - 84%);
    width: 4pc;
    z-index: 99
}

@media (max-width:991.98px) {
    .slider-main-wrapper .slick-arrow.slick-next {
        right: 5%
    }
}

@media screen and (max-width:1280px) and (orientation:landscape) {
    .slider-main-wrapper .slick-arrow.slick-next {
        right: 22%
    }
}

@media screen and (max-width:991px) and (orientation:landscape) {
    .slider-main-wrapper .slick-arrow.slick-next {
        right: 5%
    }
}

.slider-main-wrapper .slick-arrow.slick-next:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "\71";
    font-family: beautiful-homes !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none !important
}

.text-container {
    margin-bottom: 15px;
}

.text-container .txt {
    color: #26282b;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}
/* start with new component design by ASIF. */

@media (min-width:991px) {
    .slider-main-wrapper .center-slider-wrapper .slick-slide img {
      height: 577px;
      /* transition: 0.3s; */
    }
    .center-slider-wrapper .center-slider-wrapper-item.slick-current.slick-active.slick-center img{ 
      height: 614px;
      /* transition: 0.3s; */
  }
  }
  
  .center-slider-wrapper-item img {
    height: 100%;
    object-fit: cover;
  	background: #f0f0f0;
  }

  
  @media (max-width:991px) {
    .slider-main-wrapper .center-slider-wrapper .slick-slide img {
      height: 525px;
                transition: 0.3s;
    }
    .center-slider-wrapper .center-slider-wrapper-item.slick-current.slick-active.slick-center img{ 
      height: 577px;
    transition: 0.3s;
  }

  }
  
  
  @media (max-width:767px) {
    .slider-main-wrapper .center-slider-wrapper .slick-slide img{
      height: 400px;
                transition: 0.3s;
    }
    .center-slider-wrapper .center-slider-wrapper-item.slick-current.slick-active.slick-center img{ 
      height: 486px;
    transition: 0.3s;
  }
  .text-container .txt {
    font-size: 10px;
    line-height: 12px;
}
  
  }
  
  @media (max-width:576px) {
    .slider-main-wrapper .center-slider-wrapper .slick-slide img{
      height: 335px;
    }
    .center-slider-wrapper .center-slider-wrapper-item.slick-current.slick-active.slick-center img{ 
      height: 370px;
  }

  .slider-main-wrapper {
    padding: 2pc 0;
}
.text-container .txt {
    font-size: 11px;
    line-height: 10px;
}

  }
  
  @media (max-width:400px) {
    .slider-main-wrapper .center-slider-wrapper .slick-slide img{
     height: 285px;
        transition: 0.3s;
    }
    .center-slider-wrapper .center-slider-wrapper-item.slick-current.slick-active.slick-center img{ 
	 height: 300px;
    transition: 0.3s;
  }
  .slider-main-wrapper .slick-arrow.slick-next {
   top:35%;
   height: 3pc !important;
   width: 3pc;
}
.slider-main-wrapper .slick-arrow.slick-prev {
    top:35%;
    height: 3pc !important;
    width: 3pc;
}

  } 

 
  
  .slider-main-wrapper {
  
    padding: 35px 0;
  
  }
  .text-container .txt {
   
    padding: 0 31px;
  }
  .text-container .txt{
    font-family: Lato;
      font-size: 18px;
      font-style: normal;
      font-weight: 400; 
      line-height: 20px;
      margin-top: 20px;
  }
  .center-slider-wrapper .center-slider-wrapper-item.slick-current.slick-active.slick-center .text-container .txt{
    font-family: Lato;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      color: #f0f0f0;
      line-height: 20px;
      margin-top: 20px;
  }
  @media (max-width:576px) {
    .text-container .txt{
      font-size: 14px;
      line-height: 14px;
      padding: 0 10px;
      margin-top: 10px;
    }
    .center-slider-wrapper .center-slider-wrapper-item.slick-current.slick-active.slick-center .text-container .txt{
      font-size: 14px;
      padding: 0 10px;
      line-height: 14px;
      margin-top: 10px;
    
    }
  }

.ic {
  margin-top: 40px
}

.ic__details {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}
.ic__details-copy.paragraph h2{
  font-size: 24px;
  font-weight: 700;
  color: #323232;
}
.sleek-kitchen-legacy.ic__details-copy.paragraph h1 , .sleek-kitchen-legacy.ic__details-copy.paragraph h2 , .sleek-kitchen-legacy.ic__details-copy.paragraph h3 , .sleek-kitchen-legacy.ic__details-copy.paragraph h4 , .sleek-kitchen-legacy.ic__details-copy.paragraph h5 , .sleek-kitchen-legacy.ic__details-copy.paragraph h6 {
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 49px;
  color: #323232;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12{
  float: unset;
  width: unset;
}
@media (max-width:575.98px) {
  .ic__details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.ic__details-copy {
  padding-bottom: 30px;
}
.sleek-kitchen-legacy.ic__details-copy{
  padding-top: 30px;
}
.commom-pt.sleek-kitchen-legacy.ic__details-copy{
  padding-top: 0;
}
@media (max-width:575.98px) {
  .ic__details-copy {
      padding-bottom: 20px;
  }
  .ic__details-copy.paragraph h2{
    font-size: 24px;
    font-weight: 700;
  
  }
  .sleek-kitchen-legacy.ic__details-copy.paragraph h1 , .sleek-kitchen-legacy.ic__details-copy.paragraph h2 , .sleek-kitchen-legacy.ic__details-copy.paragraph h3 , .sleek-kitchen-legacy.ic__details-copy.paragraph h4 , .sleek-kitchen-legacy.ic__details-copy.paragraph h5 , .sleek-kitchen-legacy.ic__details-copy.paragraph h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
  }
}
.paragraph.text ul,.paragraph.text ol {
  color: #26282b;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px
}
.ic__details-copy p{
    color: #26282b;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.sleek-kitchen-legacy.ic__details-copy p{
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color:#323232;
  padding: 20px 62px 0 62px;
}
@media (max-width:575.98px) {
  .ic__details-copy p,.paragraph.text ul,.paragraph.text ol {
      font-size: 16px;
      line-height: 24px
  }
  .sleek-kitchen-legacy.ic__details-copy p{
    padding: 12px 0 0 0;
  }
}

.ic__image-wrap {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 10px;
  /* margin-bottom: 3pc; */
  margin-bottom: 12px;
  align-items: flex-start;
}

@media (max-width:575.98px) {
  .ic__image-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.ic__image-wrap-imgbox {
  width: 49.33%;
  margin-bottom: 30px;
}

@media (max-width:575.98px) {
  .ic__image-wrap-imgbox {
      margin-bottom: 20px;
      width: 100%
  }
}
figcaption.ic__image-wrap-caption {
  color: #26282b;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0;
  text-align: center;
}
/* .ic__image-wrap-caption p {
  color: #26282b;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0;
  text-align:center; */
  /* min-height:75px; */
/* } */

@media (max-width:575.98px) {
  .ic__image-wrap-caption p {
      font-size: 14px; 
      line-height: 16px;
      /* min-height:75px; */
  }
}


/* asif changes */

@media (max-width:784px) {
.image.parbase{
padding-bottom:20px;
}

}
.image_content .ic__image-wrap-imgbox img{
  height: 639px;
  object-fit: cover;
}
@media only screen and (min-width: 575px) and (max-width: 784px){
  /* .image_content .ic__image-wrap-imgbox{
      height: 224px;
  } */
  .image_content .ic__image-wrap-imgbox img{
      height: 224px;
      object-fit: cover;
  }
    
  .ic__image-wrap{
      row-gap: 0;
      column-gap: 0;
      justify-content: space-between;
  }

}

@media (min-width:768px) {

  .responsivegrid .flexclass  {
  float: none !important;
  clear: none;
  width: 100%;
  max-width: 1020px;
  }
  .responsivegrid .flexclass.legacy-container{
    max-width: 1148px;
    width: 100%;
  }
  .responsivegrid .flexclass >.aem-Grid{
    display: flex !important;
    justify-content: space-between !important;
    
  }
  .responsivegrid .flexclass.legacy-container >.aem-Grid{
    display: flex !important;
    justify-content: space-between !important;
    
  }
  .responsivegrid .halfwidth {

      width: 50% !important;
  }
        .responsivegrid .halfwidth:first-child{
		margin-right:15px;
}
  .flexclass .ic__image-wrap-imgbox {
      width: 100%;
  }
}

@media (max-width:767px) {
.flexclass .ic__image-wrap-imgbox{
width:100%
}
}
.flexclass {
margin-right: auto !important;
margin-left: auto !important;
padding-left: 20px;
padding-right: 20px 
}
@media (min-width:1212px) {
.containerleftright.flexclass {
  max-width: 1220px
}
}
@media (min-width:1441px) {
.containerleftright.flexclass {
  max-width: 1440px
}
}

.containerleftright.content.flexclass {
max-width: 1020px
}

.paragraph.text ul{
  list-style-type: disc;
  padding-left: 20px;
}
.paragraph.text ul li{
  list-style: disc;
}
.paragraph.text ol li{
  list-style: decimal;
}
.paragraph.text ol{
  padding-left: 20px;
}

/* .paragraph.text table td {
  padding: 10px;
} */
@media (max-width:576px) {
.ic__image-wrap {
margin-bottom: 5px;
 }
}


.article-section-float {
  float: left;
  margin-left: 16.5%;
  max-width: calc(64% - 16.5%);
}

.article-section-float .container.content {
  margin-right: 98px;
}

.article-section-float .tb {
  margin-top: 52px;
}

.article-section-float .tb__brief p {
  font-weight: 700;
}

.article-section-float .tb__brief {
  margin: 52px 0 40px 0;
}

@media (max-width: 991px) {
  .article-section-float {
    float: none;
    margin: 78px 14px 40px 18px;
    max-width: 100%;
  }

  .article-section-float .container.content {
    margin-right: 0px;
    padding: 0;
  }

  .article-section-float .tb__brief p {
    font-size: 18px;
    line-height: 28px;
  }

  .article-section-float .tb__brief {
    margin-bottom: 15px;
  }

  .article-section-float .ic__details-copy p {
    font-size: 18px;
    line-height: 28px;
  }
}

.image-showcase.hasTag{margin-top:200px}@media (max-width:575.98px){.image-showcase.hasTag{margin-top:75pt}}.image-showcase .bigtag{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;color:#f4f4f4;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:BioRhyme;font-size:10vw;font-style:normal;font-weight:700;-webkit-justify-content:space-between;justify-content:space-between;line-height:1;position:absolute;-webkit-transform:translateY(-70%);-moz-transform:translateY(-70%);-ms-transform:translateY(-70%);-o-transform:translateY(-70%);transform:translateY(-70%);width:100%}@media (min-width:992px){.image-showcase .bigtag{font-size:15pc!important;margin-left:-10%;width:120%}}.image-showcase .bigtag .svgtext{background-color:#add8e6;height:75px;margin:0;overflow:hidden;padding:0;resize:both;width:500px}.image-showcase__wrapper{margin-top:12.8%;position:relative;width:100%}.image-showcase__wrapper.style1 .image-showcase__inner{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:relative;width:100%}@media (max-width:575.98px){.image-showcase__wrapper.style1 .image-showcase__inner{display:block}}.image-showcase__wrapper.style1 .image-showcase__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;width:38.81%}@media (max-width:575.98px){.image-showcase__wrapper.style1 .image-showcase__left{display:block;width:100%}}.image-showcase__wrapper.style1 .image-showcase__left .image-showcase__img{margin-bottom:19.6%}.image-showcase__wrapper.style1 .image-showcase__left .image-showcase__img:last-child{margin-bottom:0}@media (max-width:575.98px){.image-showcase__wrapper.style1 .image-showcase__left .image-showcase__img,.image-showcase__wrapper.style1 .image-showcase__left .image-showcase__img:last-child{margin-bottom:30px}}.image-showcase__wrapper.style1 .image-showcase__right{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:48.9%}@media (max-width:575.98px){.image-showcase__wrapper.style1 .image-showcase__right{display:block;width:100%}.image-showcase__wrapper.style1 .image-showcase__right .image-showcase__img{margin-bottom:30px}}.image-showcase__wrapper.style2 .image-showcase__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:575.98px){.image-showcase__wrapper.style2 .image-showcase__inner{display:block;width:100%}}.image-showcase__wrapper.style2 .image-showcase__img{margin-bottom:5pc;width:79.67%}@media (max-width:575.98px){.image-showcase__wrapper.style2 .image-showcase__img{margin-bottom:30px;width:100%}}.image-showcase__wrapper.style2 .image-showcase__img:nth-child(2n){-ms-flex-item-align:end;-webkit-align-self:flex-end;align-self:flex-end}.image-showcase__wrapper.style2 .image-showcase__img:last-child{margin-bottom:0}@media (max-width:575.98px){.image-showcase__wrapper.style2 .image-showcase__img:last-child{margin-bottom:30px}}.image-showcase__wrapper.style3 .image-showcase__inner{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:relative;width:100%}@media (max-width:575.98px){.image-showcase__wrapper.style3 .image-showcase__inner{display:block}}.image-showcase__wrapper.style3 .image-showcase__left{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:28.47%}@media (max-width:575.98px){.image-showcase__wrapper.style3 .image-showcase__left{display:block;width:100%}}.image-showcase__wrapper.style3 .image-showcase__left .image-showcase__img{margin-bottom:19.6%}.image-showcase__wrapper.style3 .image-showcase__left .image-showcase__img:last-child{margin-bottom:0}@media (max-width:575.98px){.image-showcase__wrapper.style3 .image-showcase__left .image-showcase__img,.image-showcase__wrapper.style3 .image-showcase__left .image-showcase__img .image-showcase__img,.image-showcase__wrapper.style3 .image-showcase__left .image-showcase__img:last-child{margin-bottom:30px}}.image-showcase__wrapper.style3 .image-showcase__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;width:59.18%}@media (max-width:575.98px){.image-showcase__wrapper.style3 .image-showcase__right{display:block;width:100%}}.image-showcase__wrapper.style3 .image-showcase__right .image-showcase__img{margin-bottom:19.6%}.image-showcase__wrapper.style3 .image-showcase__right .image-showcase__img:last-child{margin-bottom:0}@media (max-width:575.98px){.image-showcase__wrapper.style3 .image-showcase__right .image-showcase__img,.image-showcase__wrapper.style3 .image-showcase__right .image-showcase__img:last-child{margin-bottom:30px}}.image-showcase__wrapper.style4 .image-showcase__inner{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:relative;width:100%}@media (max-width:575.98px){.image-showcase__wrapper.style4 .image-showcase__inner{display:block}}.image-showcase__wrapper.style4 .image-showcase__column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;width:48.77%}@media (max-width:575.98px){.image-showcase__wrapper.style4 .image-showcase__column{display:block;width:100%}}.image-showcase__wrapper.style4 .image-showcase__column .image-showcase__img{margin-bottom:4.9%}.image-showcase__wrapper.style4 .image-showcase__column .image-showcase__img:last-child{margin-bottom:0}@media (max-width:575.98px){.image-showcase__wrapper.style4 .image-showcase__column .image-showcase__img,.image-showcase__wrapper.style4 .image-showcase__column .image-showcase__img:last-child{margin-bottom:30px}}.image-showcase__wrapper.style4 .image-showcase__column:last-child{padding-top:17.14%}@media (max-width:575.98px){.image-showcase__wrapper.style4 .image-showcase__column:last-child{padding-top:0}}.image-showcase:last-child{margin-bottom:75pt}
.designer {
  margin-top: 80px;
  margin-bottom: 88px
}
.designer__inner {
  width: 100%;
  border-top: 1px solid #e8ebed;
  padding-top: 56px
}
.designer__block {
  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
}
@media (max-width:575.98px) {
  .designer__block {
    display: block
  }
}
.designer__image {
  min-width: 180px;
  width: 18.36%
}
.designer__image img {
  max-width: 100%
}
@media (max-width:575.98px) {
  .designer__image {
    width: 150px;
    min-width: inherit
  }
}
.designer__content {
  width: 81.64%;
  padding-left: 24px;
  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
}
@media (max-width:575.98px) {
  .designer__content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px
  }
}
.designer__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56
}
.designer h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px
}
.designer h4 {
  font-family: BioRhyme;
  font-size: 22px;
  line-height: 2;
  letter-spacing: .02em;
  font-weight: 400;
  color: #26282b;
  margin-bottom: 24px
}
.designer__cta {
  display: inline-block;
  margin-top: 16px
}
.designer__cta:first-child {
  margin-right: 15px
}
.designer__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .designer__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
/*# sourceMappingURL=maps/designer.css.map */

.quotes {
  margin-top: 48px
}
.quotes__wrap {
  padding: 40px 0;
  text-align: center;
  position: relative
}
.quotes__wrap-copy h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  font-family: Lato;
  color: #454c53;
  margin-top: 60px
}
@media (max-width:575.98px) {
  .quotes__wrap-copy h2 {
    font-size: 24px;
    line-height: 30px
  }
}
.quotes__wrap-copy.copy-small h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  font-family: Lato;
  color: #454c53;
  margin-top: 0
}
@media (max-width:575.98px) {
  .quotes__wrap-copy.copy-small h2 {
    font-size: 18px;
    line-height: 24px
  }
}
.quotes__wrap-img {
  position: absolute;
  top: 0
}

.quotes-author {
  margin: 15px 0;
  }

.quotes-author p {
    font-style: italic;
    color: #999;
    font-size: 26px;
    text-align: right;
    font-weight: 500;
    display: block;
    width: 100%;
}
/*# sourceMappingURL=maps/quotes.css.map */


.tb {
  margin-top: 55px
}
.tb__brief {
  margin: 40px 0 48px 0
}
.tb__brief h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
  color: #26282b
}
@media (max-width:575.98px) {
  .tb__brief h2 {
    font-size: 16px;
    display: block
  }
}
.tb__brief p {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #26282b
}
@media (max-width:575.98px) {
  .tb__brief p {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }
}
.tb__clientinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}
@media (max-width:575.98px) {
  .tb__clientinfo {
    -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
  }
}
.tb__clientinfo__items {
  width: 32.33%;
  background-color: #fbfaf8;
  padding: 24px
}
@media (max-width:575.98px) {
  .tb__clientinfo__items {
    width: 100%;
    margin: 10px 0
  }
}
@media (max-width: 973.98px){      
.tb__clientinfo__items {
    width: 100%;
    margin: 10px 0;
}
}

.tb__clientinfo__items h4 {
  color: #ab8fd1;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px
}
@media (max-width:575.98px) {
  .tb__clientinfo__items h4 {
    font-size: 18px;
    line-height: 24px
  }
}
.tb__clientinfo__author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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
}
.tb__clientinfo__author-wrap__image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin-right: 12px
}

.tb__clientinfo__author-wrap__image img{
  height: 100%;
}

.tb__clientinfo__author-wrap span {
  color: #7345b2;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px
}
@media (max-width:575.98px) {
  .tb__clientinfo__author-wrap span {
    font-size: 18px;
    line-height: 24px
  }
  .tb__brief {
    margin: 20px 0 30px 0
  }
}

@media (max-width:767px) {
  .tb__brief {
    margin: 30px 0 30px 0
  }
}
.tb__brief ul,.tb__brief ol{
  color: #26282b;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}
@media (max-width:576px) {
  .tb__brief ul,.tb__brief ol{
   
      font-size: 16px;
      
      line-height: 24px
  }
}
.tb__brief ul {
  list-style: disc;
  padding-left: 20px;
}
/*# sourceMappingURL=maps/thumbnail-brief.css.map */
.jumplink p a{
  font-family: Lato;
  font-size: 14px;
  color: #222222;
}

.table_content{
  background-color: #F9F9F6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.show_hide_button{
  display: inline-block;
  /* text-decoration: underline; */
  width: 15%;
  text-align: right;
  padding-top: 10px;
}
.inline_block{
  display: inline-block;
  width: 68%;
  padding-top: 10px;
  font-size: 14px;
}
@media  (max-width:765px){
  .table_content{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (max-width: 765px){
  .show_hide_button{
    width: 30%;
  }
}
.flex_jumplink{
  padding-bottom: 20px;
}
@media screen and (min-device-width: 765px) and (max-device-width: 990px){
  .table_content {
    margin-left: unset !important;
    margin-right: unset !important;
}
}
.show_hide_button a {
  cursor: pointer;
  /*border-bottom: 3px solid #5e25b2;*/
  border-radius: 13%;
  font-size: 14px;
}
.show_hide_button a:hover{
  font-weight: 900;
  /*border-bottom: 3px solid #3f0f86; */
}
@media (min-width: 1020px){
  .table_content{
    width: 980px !important;
  }
}
.icon-chevron-down{
  padding-bottom: 5px;
}
.icon-chevron-up{
  padding-bottom: 5px;
}


.article-toc-float {
  float: right;
  margin-right: 16.5%;
  max-width: calc(36% - 16.5%);
  margin-top: 52px;
  margin-bottom: 56px;
  width: max-content;
  border-radius: 5px;
  border: 1px solid #999;
  /* padding-bottom: 0px; */
}

.article-toc-float+div {
  clear: both !important;
}

.article-toc-float .table_content {
  max-width: 100%;
  background-color: #ffffff;
}

.article-toc-float .table_content.flex_jumplink {
  padding: 30px 21px 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.article-toc-float .paragraph.jumplink {
  padding: 10px 16px 32px 21px;
}

.article-toc-float .heading h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.article-toc-fullwidth{
  border: 1px solid #999;
  width: max-content;
  margin: 0 auto;
}

.article-toc-fullwidth .table_content {
 max-width: 100%;
 background-color: #ffffff;
}

.article-toc-fullwidth .heading h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.article-toc-fullwidth .jumplink p a {
  color: #1464CD;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: none;
  border-bottom: 1px solid #1464CD;
  margin-bottom: 20px;
}
.article-toc-float .jumplink p a {
  color: #1464CD;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: none;
  border-bottom: 1px solid #1464CD;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .article-toc-float {
    float: none;
    max-width: 100%;
    margin: 20px 8px 40px;
    width: auto;
  }

  .article-toc-float .table_content.flex_jumplink {
    padding: 30px 0px 24px;
  }

  .article-toc-float .paragraph.jumplink {
    padding-top: 0;
    margin: 0px !important;
  }

  .article-toc-fullwidth {
    width: auto;
    margin: 0 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;
  }
}
.similar-articles {
    background-color: #f9f9f6;
    margin-top: 5pc;
    padding: 24px 0
}

@media (min-width:576px) {
    .similar-articles {
        padding: 46px 0
    }
}

.similar-articles__row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 24px
}

@media (min-width:576px) {
    .similar-articles__row {
        margin-bottom: 30px
    }
}

.similar-articles__row-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.similar-articles__title {
    color: #000;
    font-family: BioRhyme;
    font-size: 2pc;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 40px;
    margin-bottom: 8px
}

@media (min-width:576px) {
    .similar-articles__title {
        font-size: 3pc;
        line-height: 60px;
        margin-bottom: 0
    }
}

.similar-articles__slider {
    margin-bottom: 35px
}

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

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

.similar-articles__slider-navigation {
    display: none
}

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

.similar-articles__slider-nav {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fdfeff;
    background-color: transparent;
    border: 1px solid #26282b;
    -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;
    height: 4pc !important;
    -webkit-justify-content: center;
    justify-content: center;
    width: 4pc;
    z-index: 2
}

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

.similar-articles__slider-nav [class^=icon] {
    margin-top: 0
}

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

.similar-articles__slider-nav.prev {
    margin-right: 15px
}

.similar-articles__slider .slick-list {
    margin: 0 -10px
}

.similar-articles__slider .article {
    margin: 0 10px
}

.article {
    padding: 0
}

.article__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.article__thumbnail {
    position: relative
}

.article__thumbnail img {
    height: 257px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:992px) {
    .article__thumbnail img {
        height: 230px
    }
}

.article__bookmark {
    background-color: #f1efe8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 34px
}

.article__bookmark [class^=icon-]:before {
    color: #454c53;
    margin-bottom:4px;
}

.article__video {
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 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%)
}

.article__video [class^=icon-]:before {
    color: #fdfeff;
    font-size: 3pc
}

.article__category {
    background-color: #26282b;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    letter-spacing: .01em;
    line-height: 17px;
    padding: 8px 9pt;
    position: absolute
}

.article__content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 24px 24px 9pt
}

.article__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #26282b;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    .article__title {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        font-size: 24px;
        line-height: 29px
    }
}

.article__desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #454c53;
    display: -webkit-box;
    font-size: 1pc;
    line-height: 24px;
    margin-bottom: 9pt;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    .article__desc {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        font-size: 18px;
        line-height: 28px
    }
}

.featured__story:not(:first-child):not(:last-child) .article__desc {
    display: none
}

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

.article__author-pic {
    margin-right: 9pt;
    width: 24px
}

.article__author-name {
    font-size: 1pc;
    font-weight: 700;
    line-height: 24px
}

@media (min-width:576px) {
    .article__author-name {
        font-size: 18px;
        line-height: 22px
    }
}

.article__read {
    color: #454c53;
    padding: 0 24px 34px
}

@media (min-width:992px) {
    .article__read {
        padding-top: 0
    }
}

.article__read small {
    font-size: 14px;
    line-height: 20px
}

.article__read [class^=icon-] {
    margin-right: 5px
}

.similar-articles .slick-track {
    margin-left: 0;
}

.featured-story__read .featured-story__author-name{
    color: #000;
    padding: 24px 24px 9pt;
    font-size: 16px;
    font-weight: 700;
}
.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 */


.video-div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom:30px
}

.video-disc{
color: rgb(38, 40, 43);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom:30px;
    font-style: italic;
}

@media (min-width:768px){
.video-div iframe {
    height: 34rem;
}
    .video-div{
margin-bottom:30px
}
}
@media (max-width: 575.98px){
.video-disc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom:10px;
    }
}

.products_store.furniture_page .article-video.embed .video-div , .products_store.furniture_page .article-video.embed .video-disc {
    margin-bottom: 0;
}
.faq {
  margin: 40px 0
}
@media (min-width:992px) {
  .faq {
    margin: 83px 0 97px
  }
}
.faq .container {
  display: block
}
@media (min-width:992px) {
  .faq .container {
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-basis: 100%;
  }
}
.faq__title {
  font-family: BioRhyme;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 28px
}
@media (min-width:576px) {
  .faq__title {
    font-size: 48px
  }
}
.faq__desc {
  font-size: 16px;
  line-height: 1.25;
  color: #454c53;
  margin-bottom: 28px
}
@media (min-width:576px) {
  .faq__desc {
    font-size: 18px;
    line-height: 1.5
  }
}
.faq__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:992px) {
  .faq__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.faq__left {
  width: 100%;
  padding-bottom: 24px
}
@media (min-width:992px) {
  .faq__left {
    width: 45%;
    padding-right: 60px;
    padding-bottom: 0
  }
}
.faq__right {
  width: 100%;
  background-color: #f1efe8
}
@media (min-width:992px) {
  .faq__right {
    width: 55%
  }
}
.faq__content {
  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
}
.faq__row {
  border-bottom: 1px solid #7345b2
}
.faq__coll {
  padding: 0 25px 17px
}
.faq__coll.collapse {
  display: none
}
.faq__coll-title {
  color: #454c53;
  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;
  margin-bottom: 0;
  padding: 25px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
}
.faq__coll-title.active {
  color: #7345b2
}
.faq__coll-title button {
  font-size: 24px;
  line-height: 21px
}
.faq__coll-item {
  font-size: 18px;
  line-height: 1.56;
  color: #454c53
}
.faq button {
  -webkit-appearance: none;
  border: none;
  background: 0 0;
  color: #7345b2;
  cursor: pointer
}


.faq__coll-item ul{
  color: #26282b;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}
@media (max-width:576px) {
  .faq__coll-item ul{
   
      font-size: 16px;
      
      line-height: 24px
  }
}
.faq__coll-item ul {
  list-style: disc;
  padding-left: 20px;
}

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

.magazine-banner-wrapper h1 {
  color: #222;
  font-family: BioRhyme;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 2px;
  max-width: 980px;
  margin: 34px auto 22px;
}

.magazine-banner--imagediv {
  position: relative;
}

.magazine-banner--imagediv::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  /* background: linear-gradient(180deg, #000 42.71%, rgba(0, 0, 0, 0.00) 100%); */
}

.mb--features-div {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  max-width: 976px;
}

.mb--features {
  color: #FFF;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.14px;
  border-radius: 4px;
  background: #000;
  padding: 3px 13px;
  cursor: default;
}

.mb--bannerimg {
  /* height: 400px; */
  /* object-fit: cover; */
}

.mb--wishlist-share-div {
  display: flex;
  justify-content: right;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 970px;
}

.mb--wishlist-share-div img {
  width: auto;
  cursor: pointer;
}

.mb--wishlist-filled {
  display: none;
}

#banner-wishlist-evt.icon-bookmark .mb--wishlist-filled {
  display: block;
}

#banner-wishlist-evt.icon-bookmark .mb--wishlist{
  display: none;
}
#banner-wishlist-evt.icon-bookmark-0 .mb--wishlist-filled {
  display: none;
}
#banner-wishlist-evt.icon-bookmark-o .mb--wishlist {
  display: block;
}

.mb--wishlist-share-div {
  position: absolute;
  bottom: -32px;
}

.mb--share {
  margin-left: 26px;
  margin-right: 20px;
}

.mb-author-div {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}

.mb--author-name {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  /* opacity: 0.8; */
  margin-bottom: 10px;
}

.mb--author-name span {
  font-weight: 700;
}

.mb--date {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  /* opacity: 0.8; */
}
#banner-wishlist-evt::before{
  display: none;
}
.tb-image__container{
  position: relative;
}
@media screen and (max-width: 991px) {
  .magazine-banner-wrapper h1 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 15px 18px 10px;
  }

  .mb--bannerimg {
    /* height: 100px; */
  }

  .mb--share {
    margin-right: 18px;
  }

  .mb--features-div {
    top: 4px;
    left: 16px;
  }

  .mb--features {
    font-size: 12px;
    padding: 1px 6px;
  }
  
  .mb-author-div {
    margin-left: 18px;
    margin-top: 48px;
  }
  .magazine-banner-container{
    margin-top: 52px;
  }
}
.dialog-share-item {
  z-index: 1000
}
@media (max-width:991.98px) {
  .dialog-share-item .dialog__container {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    min-width: 95%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
  }
}
.dialog-share-item .dialog__body {
  text-align: center
}
.dialog-share-item .dialog__body .btn {
  margin: 20px 10px
}
@media (max-width:575.98px) {
  .dialog-share-item .dialog__body .btn {
    margin: 10px 5px
  }
}
.dialog-share-item .dialog__body-title {
  font-family: BioRhyme;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  color: #26282b
}
.dialog-share-item .dialog__body-subtitle {
  max-width: 404px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  margin: 8px auto 32px auto;
  color: #454c53
}
.dialog-share-item .dialog__cta {
  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
}
.dialog-share-item .dialog__cta a {
  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-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 10px;
  cursor: pointer;
}
.dialog-share-item .dialog__cta a:hover {
  opacity: .8
}
.dialog-share-item .dialog__cta a img {
  width: 56px;
  height: 56px
}
.dialog-share-item .dialog__cta a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin-left: 4px;
  color: #000
}
.dialog-share-item .dialog__product {
  width: 100px;
  height: 100px;
  margin: 5px auto 10px auto
}
@media (max-width:575.98px) {
  .dialog-share-item .dialog__product {
    display: none
  }
}
.dialog-share-item .dialog__content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px
}
.dialog-share-item .dialog__header-cta .btn {
  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
}
.dialog-share-item .btn__text {
  display: inline-block
}
/*# sourceMappingURL=maps/share-dialog.css.map */


/* @font-face {
    font-style: normal;
    font-family: Carattere;
    font-weight: 400;
    font-display: swap;
    src: url(../../../content/dam/asianpaintsbeautifulhomes/fonts/Carattere-Regular.woff);
  }
  @font-face {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    font-display: swap;
    src: url(../../../content/dam/asianpaintsbeautifulhomes/fonts/Montserrat-Bold.woff);
  }
  @font-face {
    font-style: normal;
    font-family: DM Serif Display;
    font-weight: 400;
    font-display: swap;
    src: url(../../../content/dam/asianpaintsbeautifulhomes/fonts/DMSerifDisplay-Regular.woff);
  } */
.square__banner__container {
    position: relative;
    padding: 12px 12px 46px;
    max-width: 344px;
    border-radius: 6px;
    /* margin-left: 98px; */
}

.square__banner--logo {
    max-width: 88px;
}

.square__banner--bgimg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 6px;
}

.banner__frontimage {
    border-radius: 12px;
}

.square__banner__container figcaption {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.square__banner--titles {
    color: #FFF5A8;
    text-align: center;
}
.blue .square__banner--titles {
    color: #9CCCFF;
}

.banner__title--exclusive {
    font-family: Carattere;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.banner__title {
    font-family: DM Serif Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.banner__subtitle {
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

.banner__frontimage--wrapper {
    position: relative;
    margin-top: 8px;
}

.banner__frontimage {
    height: 100%;
    width: 100%;
    padding: 0 20px;
}

.banner__frontimage--cta {
    border-radius: 6px;
    background: #FEB940;
    color: #000;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 14px 24px;
    font-family: Montserrat;
    width: max-content;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    max-width: 230px;
}

.banner__frontimage--cta span {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .square__banner__container {
        margin: 31px 8px 19px;
        margin-bottom: 65px;
    }
    .square__banner__container figcaption {
        bottom: -45px;
    }
}

@media (min-width: 768px) {
    .responsivegrid .halfwidth.width-60 {
        width: 60% !important;
    }
}
/* @font-face {
  font-style: normal;
  font-family: Montserrat;
  font-weight: 700;
  font-display: swap;
  src: url(../../../content/dam/asianpaintsbeautifulhomes/fonts/Montserrat-Bold.woff);
} */

.banner-cta {
  margin: 56px 0
}

.banner-cta__inner {
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 43px 16px;
  text-align: center;
  color: #FFF;
}

@media (min-width:576px) {
  .banner-cta__inner {
    padding: 82px 40px
  }
}

.banner-cta__inner h3 {
  color: #FFF;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 44px;
  max-width: 800px;
  margin: 0 auto 24px
}

@media (max-width:575.98px) {
  .banner-cta__inner h3 {
    font-size: 24px;
    line-height: 32px
  }
}

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

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

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


.banner__1 .container {
  max-width: 1003px;
}

.banner__1 .btn--primary {
  text-decoration: underline;
  text-transform: uppercase;
  border-radius: 0;
  background: none;
  border: 0;
  color: #FFC55F;
  padding: 0;
}

.banner__1 p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
  margin-top: 4px;
}

.banner__1 h3 {
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin: 0 auto;
}

.banner__1 .banner-cta__inner {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-image: none !important;
}

.banner-cta__bg-img {
  display: none;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.banner__1 .banner-cta__bg-img {
  display: block;
}

.banner__2 .container {
  max-width: 1003px;
}

.banner__2 .btn--primary {
  padding: 13px 20px;
  border-radius: 6px;
  background: #FEB940;
  width: max-content;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  max-width: 230px;
}

.banner__2 .banner-cta__bg-img {
  display: block;
}

.banner__2 .banner-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 88px 24px 100px;
  border-radius: 8px;
  background-image: none !important;
}

.banner__2 p {
  display: none;
}

.banner__2 h3 {
  font-size: 32px;
  font-family: 'Lato';
  line-height: 36px;
  text-align: left;
  margin: 0 20px 0 0;
}

.banner__2 .banner-cta__cta {
  margin-left: auto;
}

.banner__1 .banner-cta__cta a {
  font-size: 12px;
  line-height: 20px;
}

.banner__2 .banner-cta__cta a {
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .banner__1 h3 {
    font-size: 18px;
  }

  .banner__1 p {
    font-size: 12px;
  }

  .banner__1 .banner-cta__subheading {
    font-size: 12px;
    margin-top: 2px;
  }

  .banner__2 .banner-cta__inner {
    padding: 20px 9px 20px;
  }

  .banner__2 h3 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 10px;
  }

  .banner__2 .banner-cta__inner {
    display: block;
  }

  .banner__2 .btn--primary {
    font-family: 'Lato';
    color: #FFC55F;
    line-height: 20px;
    padding: 0;
    background: none;
    text-decoration-line: underline;
    border: none;
  }
}


/* ///banner 3/// */

.banner__3 {
  margin-bottom: 32px;
}



.banner__3 .banner-cta {
  margin: 0;
}



.banner__3 .container {
  padding: 0;
}



.banner__3 .banner-cta__inner {
  border-radius: 6px;
  padding: 20px 62px 20px 68px;
  position: relative;
  background-image: none !important;
}



.banner__3 .banner-cta__inner h3 {
  color: #FFF;
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: normal;
  margin: 0 0 4px 0;
  text-align: left;
  width: 53%;
}



.banner__3 .banner-cta__inner p {
  color: #FFF;
  font-family: Lato;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.68px;
  text-align: left;
  width: 55%;
}



.banner__3 .banner-cta__cta a {
  padding: 12px 32px;
  width: auto;
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.096px;
  letter-spacing: 0.36px;
  border-radius: 30px;
  background: #7345B2;
}



.banner__3 .banner-cta__cta {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
}

.banner__3 .banner-cta__bg-img {
  display: block;
}

.banner_cta.teaser.banner__3 {
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 32px auto;
}

@media only screen and (max-width: 992px) {
  .banner__3 .banner-cta__inner {
    padding: 46px 20px;
    box-sizing: border-box
  }



  .banner__3 .banner-cta__cta {
    position: unset;
    transform: none;
  }



  .banner__3 .banner-cta__inner h3 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 12px;
    font-weight: 800;
  }



  .banner__3 .banner-cta__inner p {
    text-align: center;
    width: 100%;
    line-height: 16.408px;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 400;
  }
}
