.main-gallery-wrapper {
  display: flex;
  background-color: #000;
}


.img-gallery-wrap {
  width: 66.66%;
  position: relative;
}

@media (min-width:991px) {
  .gallery-img-btn-desc {
    padding-right: 28px;
    width: 67%;
  }

  .frm__group.buttons {
    margin-left: 44px;
  }

  .gllery-form-overlay__step--container {
    padding: 50px 0px 30px 44px;
    width: 500px;
  }

  .gallery-form-wrapper .btn--lg {
    padding: 16px 95px;
    background: #7345B3;
    color: #FDFEFF;
  }


  .galleryclose-overlay__back span.icon-cross:before {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    color: #7345B3;
  }


  .btn-wrap {
    margin-left: 15px;
  }
}

.cta-button.gallery-button {
  padding: 20px 64px;
}

.gllery-form-overlay__step2--form .frm__label {

  margin-bottom: unset;
}

.button-gallery-carousel__slider-nav span.icon-arrow-prev:before {
  width: 6px;
  height: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.button-gallery-carousel__slider-nav span.icon-arrow-next:before {
  width: 6px;
  height: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.gallery-carousel__slider-nav span.icon-arrow-next:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 7px;
  margin-bottom: 2px;
}

.gallery-carousel__slider-nav span.icon-arrow-prev:before {
  width: 9px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.gallery-share-button span.icon-share:before {
  width: 14px;
  height: 19px;
  display: flex;
  justify-content: center;
}

.gallery-bookmark-button span.icon-bookmark-o:before {
  width: 11px;
  height: 16px;
  display: flex;
  justify-content: center;
}

.cta-gallery-button span.icon-chevron-right:before {
  height: 12px;
  width: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.image-gallery img {
  width: 100%;
  height: 500px;
  /* object-fit: cover; */
}

.image-discription {
  display: inline-block;
}

.image-discription {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.image-discription {
  padding: 20px 83px 20px 25px;
}

.image-gallery {

  position: relative;
}

.image-desc-wrap .image-desc-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.image-desc-wrap .image-desc-title::first-letter {
  text-transform: uppercase;
}

.image-desc-wrap .image-desc-para {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

/* .image-gallery .slick-prev {
      right: 60px;

      z-index: 1;
      width: 48px;
      border-radius: 50%;
      height: 48px;

      border: 2px solid #fff;
      background: #FFFFFF;
    } */
/* 
    .image-gallery .slick-next {
      position: absolute;
      z-index: 1;
      width: 48px;
      border-radius: 50%;
      height: 48px;
      right: 44px;
      border: 2px solid #fff;
      background: #FFFFFF;
      bottom: 0;
    } */

/* .image-gallery .slick-next:before,
    .image-gallery .slick-prev::before {
      color: #000;
    } */
.gallery-navigation {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: none;

}

button.gallery-carousel__slider-nav.next.slick-arrow {
  margin-left: 15px;
}

button.gallery-carousel__slider-nav.prev.slick-arrow,
button.gallery-carousel__slider-nav.next.slick-arrow,
.button-gallery-carousel__slider-nav {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
}

.image-gallery .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 30px;
  text-align: left;
  width: auto;
  /* background-color: green; */
}

.image-gallery.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .gallery-button {
    padding: 15px 50px;
    width: 50%;
  }
}

@media (min-width:576px) {
  .gallery-button {
    padding: 15px;
    width: 50%;
  }
}

@media (min-width:991px) {
  .gallery-button {
    width: 33.4%;
  }
}

.img-wrap-button {
  margin-right: 10px;
}

.img-wrap-button img {
  width: 69px;
  height: 69px;
  object-fit: cover;

}

.pagination-wrap {
  display: flex;
  background-color: #000;
  justify-content: end;
}

.gallery-button {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  padding-right: 0px;
}

button.button-gallery-carousel__slider-nav.prev span.icon-arrow-prev,
.button-gallery-carousel__slider-nav.next span.icon-arrow-next {
  color: #fff;
  font-size: 14px;
}

button.button-gallery-carousel__slider-nav.prev,
.button-gallery-carousel__slider-nav.next {
  margin-right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline-style: none;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

.gallery-img-btn-desc h2 {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.gallery-img-btn-desc p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: lowercase;
}

.gallery-img-btn-desc p::first-letter {
  text-transform: uppercase;
}

a.cta-gallery-button {
  width: 100%;
  /* height: 59px; */
  /* left: 976px; */
  /* top: 676px; */
  background: #7345B3;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FDFEFF;
  padding: 16px 0;
  cursor: pointer;
}

.cta-gallery-button span.icon-chevron-right {
  margin-left: 17px;
}

.cta-button {
  /* padding: 20px 50px; */
  display: flex;
  align-items: center;
  border: 1px solid #fff;
}

.image-gallery .slick-dots li button:before {
  content: ' ';
  text-align: center;
  opacity: 1;
  background-color: #FDFEFF;
  width: 8px;
  border-radius: 50%;
  height: 8px;
}

.image-gallery li.slick-active button:before {
  width: 32px;
  height: 8px;
  background: #AB8FD1;
  border-radius: 999px;
}

.image-gallery .slick-dots li {
  width: unset;
  height: unset;
  margin: 0;
}

.image-gallery li.slick-active {
  margin-right: 20px;
}

.gallery-navigation button.gallery-carousel__slider-nav.slick-disabled {
  opacity: 0.75;
  cursor: not-allowed;
}


.all-buttons {
  position: absolute;
  top: 20px;
  right: 15px;
}

.all-buttons a.btn.btn--ghost.gallery-share-button {
  margin-right: 15px;
}

.all-buttons a.btn.btn--ghost.gallery-share-button,
.all-buttons a.btn.btn--ghost.gallery-bookmark-button {
  width: 34px;
  height: 34px;
  outline: none;
  border: none;
  color: #454C53;
  background: #F1EFE8;
  opacity: 0.9;

}

.all-buttons a.btn.btn--ghost.gallery-share-button .icon-share:hover,
.all-buttons a.btn.btn--ghost.gallery-bookmark-button .icon-share:hover {
  color: #454C53;
}

/* @media (max-width:1200px) {
  
} */
.mob-cta-button {
  display: none;
}

@media (max-width:991px) {
  .gallery-navigation {
    display: none;
  }

  .gllery-form-overlay__step--container {
    background: #F9F9F6;
  }

  .cta-button.gallery-button {
    display: none;
  }

  .gallery-form-wrapper .frm__group.buttons {
    padding: 16px;
    background: #F1EFE8;
  }

  .gallery-form-wrapper .frm__group .btn--primary {
    background: #7345B3;
    border-color: #7345B3;
    color: #FDFEFF;
    width: 100%;
    line-height: 21px;
  }

  .main-gallery-wrapper {
    flex-direction: column;
    /* margin-top: 45px; */
  }

  .image-gallery img {
    height: 290px;
  }

  .img-gallery-wrap {
    width: 100%;
  }

  .image-gallery .slick-track {
    width: 100%;
  }

  .mob-cta-button {
    display: block;
    background: black;
    /* padding: 16px; */
  }

  .image-desc-wrap .image-desc-title {
    font-size: 18px;
    line-height: 22px;
  }

  .gallery-img-btn-desc h2 {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
  }

  .gallery-img-btn-desc p {

    font-size: 14px;
    line-height: 12px;
  }

  a.mob-cta-gallery-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FDFEFF;
    background: #7345B3;
    border-radius: 999px;
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 16px;
  }

  .mob-cta-button {
    /* padding-top: 20px; */
    position: relative;
    padding: 16px 16px 20px 16px;
    z-index: 9;
  }

  .mob-cta-gallery-button span.icon-chevron-right {
    margin-left: 14px;
    font-size: 12px;
  }

  .mob-cta-gallery-button span.icon-chevron-right::before {
    width: 4px;
    height: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-gallery .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}


@media (max-width:576px) {
  .image-discription {
    padding: 16px;
    /* padding-bottom: 20px; */
  }

  .pagination-wrap {
    margin-bottom: 45px;
    position: relative;
    z-index: 9;
  }

  .gllery-form-overlay__step2--form .check-container {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #26282B;
    -webkit-tap-highlight-color: transparent;
  }


  .image-desc-wrap {
    padding: 0;
  }

  button.button-gallery-carousel__slider-nav.prev {
    width: 25px;
    height: 25px;
  }

  button.button-gallery-carousel__slider-nav.prev span.icon-arrow-prev {
    font-size: 10px;
  }


  .button-gallery-carousel__slider-nav.next {
    width: 25px;
    height: 25px;
  }



  .button-gallery-carousel__slider-nav.next span.icon-arrow-next {
    font-size: 10px;
  }

  .button-gallery-carousel__slider-nav span.icon-arrow-prev::before {
    width: 5px;
    height: 4px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
  }

  .image-desc-wrap h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }

  .image-desc-wrap .image-desc-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  a.prev-button.gallery-button {
    padding: 26px 15px;
  }

  .prev-button .img-wrap-button {
    display: none;
  }

  a.prev-button.gallery-button .gallery-img-btn-desc {
    display: none;
  }

  button.button-gallery-carousel__slider-nav.prev,
  .button-gallery-carousel__slider-nav.next {
    margin: 0;
    padding: 0;
  }

  .gallery-button {
    padding: 15px 15px 15px 21px;
  }

  .img-wrap-button img {
    width: 44px;
    height: 48px;
    object-fit: cover;
  }

  a.next-button.gallery-button {
    width: 100%;
  }

  a.mob-cta-gallery-button {
    width: 100%;
  }

  a.mob-cta-gallery-button {
    padding: 12px 0;
  }

  .gallery-img-btn-desc {
    margin-right: 20px;
  }
  .image-gallery.slick-initialized .image-gallery img {
    width: auto;
    height: 300px;
  }
}

@media (min-width:991px) {
  .image-discription {
    width: 33.34%;
  }
}


.dialog__cta {
  /* align-items: center; */
  display: flex;
  justify-content: center;
}

.dialog-share-item .dialog__cta a {
  margin-right: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dialog-share-item .dialog__cta a span {
  margin-left: 4px;
}

@media (max-width:992px) {
  .gallery-navigation {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 7px;
  }

  .gallery-carousel__slider-nav span.icon-arrow-next:before {
    content: '';
    background: url('../../../content/dam/asianpaintsbeautifulhomes/bh-new-header/right-arrow-gallery.png') no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    width: 24px;
    height: 24px;
  }

  .gallery-carousel__slider-nav span.icon-arrow-prev:before {
    content: '';
    background: url('../../../content/dam/asianpaintsbeautifulhomes/bh-new-header/left-arrow-gallery.png') no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    width: 24px;
    height: 24px;
  }
  button.gallery-carousel__slider-nav.prev.slick-arrow, button.gallery-carousel__slider-nav.next.slick-arrow, .button-gallery-carousel__slider-nav{
    width: 24px;
    background: none;
  }
  .image-gallery .slick-dots{
    bottom: 15px;
  }
  .image-gallery .slick-dots li button:before{
    width: 6px;
    height: 6px;
  }
  .image-gallery .slick-dots li button {
    width: 0px;
    height: 0;
    padding: 0;
    margin: 0 3px;
  }
  .image-gallery li.slick-active button:before {
    width: 32px;
    height: 6px;
  }
  .image-gallery .slick-dots li {
    margin: 0 5px;
  }
  .image-gallery li.slick-active {
    margin-right: 31px;
  }

}


.frm__group button.btn.btn--primary.btn--lg .btn--primary:disabled,
.btn--primary[disabled] {
  cursor: pointer;
}

.dialog-share-item .dialog__cta a:hover {
  opacity: .8;
}

/* **************************** viewport size fix ********************************** */

@media (min-width:992px) and (max-width:1211px) {
  .main-gallery-wrapper {
    margin-top: 48px;
  }

  .image-discription {
    padding: 20px 48px 20px 25px;
  }

  .image-desc-wrap .image-desc-title {
    font-size: 22px;
    line-height: 30px;
  }

  .image-desc-wrap .image-desc-para {
    font-size: 17px;
    line-height: 22px;
  }

  .gallery-img-btn-desc p {
    font-size: 14px;
    line-height: 17px;
  }
}

button.btn.btn--primary.btn--lg.disabled {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #A8AAAF;
}

@media (max-width:370px) {
  .previous_next .pagination-wrap {
    overflow: hidden;
  }
}

@media (max-width: 360px) {
  .gallery-img-btn-desc {
    margin-right: 9px;
  }
}

@media (max-width:575px) {
  .gallery-button {
    border-left: none;
  }
}

.image-gallery img {
  object-fit: cover;
  object-position: center;
}

    /* gallery form */
    .gallery-form {
      display: block;
      background-color: #fff;
      width: 92%;
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      z-index: 1050;
      transition: .4s;
      max-width: 1320px;
    }



    .gllery-form-overlay__step2--form {
      width: 400px;
    }

    .galleryclose-overlay__back.desktop {
      padding: 22px 0 0 44px;
      cursor: pointer;
      color: #7345B2;
    }

    .galleryclose-overlay__back.desktop .icon-cross {
      display: inline-flex;
      margin-right: 11px;
    }



    .gallery-form-carousel {
      width: 38.7%;
      height: 100vh;
    }

    .gllery-form-overlay__carousel--item img {
      height: 100vh;
      object-fit: cover;
    }

    .gllery-form-overlay__carousel--item {
      position: relative;
    }

    .gllery-form-overlay__carousel--content {
      position: absolute;
      bottom: 144px;
      left: 40px;
      width: 340px;
    }

    .gllery-form-overlay__carousel--content h3 {
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
      color: #FFFFFF;
      margin-bottom: 13px;
    }

    .gllery-form-overlay__carousel--content p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #FFFFFF;
    }

    .gallery-form-outline {
      background: rgba(38, 40, 43, .5);
      display: none;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      -moz-transition: background .2s;
      transition: background .2s;
      width: 100%;
      z-index: 99999;
      transition: left .5s cubic-bezier(0.820, 0.085, 0.395, 0.895);
    }

    .gllery-form-overlay__step2--form .form-checkbox input[type="checkbox"] {
      width: 16px;
      height: 16px;
      display: none;
    }

    .check-container input:checked~.checkmark {
      background-color: #7345b2;
      cursor: pointer;
    }

    .checkmark {
      position: absolute;
      top: 4px;
      left: 0;
      height: 18px;
      width: 18px;
      border-radius: 3px;
      background-color: #7345b2;
      cursor: pointer;
    }

    .check-container input:checked~.checkmark:after {
      display: block;
    }

    .check-container .checkmark:after {
      left: 6px;
      top: 3px;
      width: 3px;
      height: 8px;
      border-radius: 1px;
      border: solid #FFFFFF;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    .form-checkbox {
      position: relative;
    }

    label.check-container {
      /* margin-left: 30px; */
      display: flex;
      cursor: pointer;
    }

    .gllery-form-overlay__step--container .gllery-form-overlay__desc {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      color: #26282B;
      margin-bottom: 24px;
    }

    .gllery-form-overlay__step2--form label.frm__label {
      font-weight: 400;
      font-size: 18px;
      line-height: 27px;
      display: flex;
      align-items: center;
      text-align: center;
      color: #26282B;
    }

    .gllery-form-overlay__step2--form .frm__group {
      margin-bottom: 0;
    }

    .form_field_checkbox {
      padding-top: 3px;
    }

    .gllery-form-overlay__step2--form .frm__group button {
      width: 62%;
    }

    @media (max-width:992px) {
      .gallery-form {
        width: 100%;
        top: 36px;
        border-radius: 20px 20px 0 0;
        /* overflow-y: auto; */
      }

      .gallery-form-wrapper {
        border-radius: 20px;
      }

      .gallery-form-carousel {
        display: none;
      }

      .gllery-form-overlay__step2--form {
        width: 100%;
      }

      .galleryclose-overlay__back.desktop {
        color: #7345B2;
        /* display: none; */
        position: relative;
        padding: 24px 0 0 16px;
        margin-bottom: 24px;
      }

      .gllery-form-overlay__step--container {
        padding: 10px 16px;

      }

      .gllery-form-overlay__step2--form label.frm__label {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
        color: #454C53;
      }
    }


    .image-desc-para a.moreless.more,
    .image-desc-para a.moreless.less {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      text-decoration: underline;
    }

    @media (max-width:400px) {
      .gallery-img-btn-desc p {
        width: 176px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 15px;
      }
    }

    /* .back-button-wrap {
      display: none;
    } */

    @media (max-width:991px) {
      .back-button-wrap {
        display: flex;
        height: 48px;
        width: 0px;
      }

      .back-button {
        display: flex;
        align-items: center;
      }

      .back-button span.icon-chevron-left {
        color: #fff;
        font-size: 14px;
        padding-left: 14px;
        padding-top: 5px;
      }

      .back-button span.icon-chevron-left::before {
        width: 7px;
        height: 14px;
        align-items: center;
        display: flex;
        justify-content: center;
      }

      .close-text {
        display: none;
      }

      h2.gllery-form-overlay__desc {
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
      }

      .galleryclose-overlay__back.desktop .icon-cross {
        border: 1px solid #7345B3;
        border-radius: 50%;
        color: #7345B3;
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .gllery-form-overlay__step2--form input#gllery-form_form2_full_name {
        padding: 4px 40px 4px 8px;
      }

      .gllery-form-overlay__step2--form .frm__group button {
        width: 100%;
      }
    }

    .galleryclose-overlay__back.desktop span.close-text {
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      /* display: flex; */
      align-items: center;
      text-align: center;
      color: #7345B3;
    }

    @media (min-width:991px) and (max-width:1300px) {

      .gllery-form-overlay__step--container {
        padding: 30px 0px 30px 44px;
      }

      .frm__group .error {
        margin-top: 2px;
      }

      .gllery-form-overlay__step--container {
        max-width: 525px;
      }
    }

    @media (min-width:991px) {
      .gllery-form-overlay {
        display: flex;
        justify-content: space-between;
      }

    }


  @media (min-width:991px) {
    .main-gallery-wrapper{
        position: relative;
    }
    .back-button-wrap  {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 500;
    background: #F1EFE8;
    opacity: 0.9;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    padding-bottom: 4px;
    padding-right: 2px;
    cursor: pointer;
    }
    .back-button-wrap span.icon-chevron-left:before {
    height: 12px;
    width: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #454C53;
    }
    .gllery-form-overlay__step2--form .check-container {
      width: 454px;
    }
  }


  
.emc {
  padding: 40px 0
}
.emc__separator {
  border-top: 1px solid #e8ebed
}
.emc__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 25px;
  text-align: center
}
@media (min-width:576px) {
  .emc__headline {
    font-size: 30px;
    line-height: 38px
  }
}
.emc__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.emc__slider .slick-slide {
  height: auto;
  margin: 0 7.5px;
  outline: 0
}
.emc__slider .slick-slide:-webkit-direct-focus {
  outline: 0
}
@media (min-width:576px) {
  .emc__slider .slick-slide:first-child {
    margin-left: 0
  }
  .emc__slider .slick-slide:last-child {
    margin-right: 0
  }
}
.emc__card {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.emc__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.emc__thumbnail {
  cursor: pointer;
  margin-bottom: 15px;
  position: relative
}
.emc__thumbnail:hover .emc__thumbnail-overlay {
  opacity: .8;
  top: 0;
  height: 100%
}
.emc__thumbnail-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease
}
.emc__thumbnail-overlay.orange {
  background-color: #e35e61;
  border-bottom: 5px solid #e35e61
}
.emc__thumbnail-overlay.purple {
  background-color: #472b6f;
  border-bottom: 5px solid #472b6f
}
.emc__thumbnail-overlay.blue {
  background-color: #3c6aa8;
  border-bottom: 5px solid #3c6aa8
}
.emc__thumbnail-text {
  color: #fdfeff;
  font-family: BioRhyme;
  font-size: 36px;
  letter-spacing: .02em;
  line-height: 44px
}
.emc__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.emc__title {
  color: #26282b;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 10px
}
@media (min-width:576px) {
  .emc__title {
    font-size: 30px;
    line-height: 38px
  }
}
.emc__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px
}
@media (min-width:576px) {
  .emc__desc {
    font-size: 18px;
    font-weight: 28px
  }
}

@media (min-width:576px) {
  .emc__thumbnail img {
      height: 320px;
      object-fit: cover;
  }
  }
  @media (max-width:575px) {
  .emc__thumbnail img {
      height: 170px;
      object-fit: cover;
  }
  .emc__thumbnail-text {
    font-size: 25px;
}
  }
/*# sourceMappingURL=maps/explore-more-content.css.map */


@media (max-width:991px) {
    .emc {
        padding-top: 0px;
      }
    }



.easy-emi__section {
    max-width: 1063px;
    margin: 75px auto;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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