/* Discount Banner*/
.has-discount-banner .surveyhoney__discount-banner {
    display: block;
}

.surveyhoney__discount-banner {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5.5px 0;
  z-index: 550;
  background-size: cover;
  background-position: center;
  /*background-image: url("../../assets/img/dis-banner.png");*/
}
@media only screen and (max-width: 1399px) {
  .surveyhoney__discount-banner {
    background-image: none;
    background-color: #2d0c46;
  }
}
@media only screen and (max-width: 575px) {
  .surveyhoney__discount-banner {
    padding: 10px 0;
  }
}
.surveyhoney__discount-banner .disc-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  line-height: 18px;
}
@media only screen and (max-width: 575px) {
  .surveyhoney__discount-banner .disc-close {
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
  }
}
.surveyhoney__discount-banner .disc-close i {
  font-size: 18px;
  color: #cd2b25;
}
@media only screen and (max-width: 575px) {
  .surveyhoney__discount-banner .disc-close i {
    font-size: 13px;
  }
}

body.home .disc-close {
  display: none;
}

.surveyHoney-icon-mask:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--surveyHoney-icon);
  mask-image: var(--surveyHoney-icon);
}

.limited-time-banner {
  background-color: white;
}

.limited-time-banner-info {
  border-radius: 8px;
  /*background: -webkit-gradient(linear, left top, right top, from(#793EFE), to(#EA5BFE));*/
  /*background: linear-gradient(90deg, #793EFE 0%, #EA5BFE 100%);*/
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 0 30px;
  position: relative;
  background: linear-gradient(180deg, #121832 50%, #00BBFA 335%);
}

.limited-time-banner-info .survey-honey-justify-content {
    justify-content: space-between;
}
@media only screen and (max-width: 710px) {
  .limited-time-banner-info {
    overflow: hidden;
  }
  
  div.limited-time-banner-info .survey-honey-justify-content {
    justify-content: center;
}
}
.limited-time-banner-info .disc-close {
  top: 50%;
  right: -60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1399px) {
  .limited-time-banner-info .disc-close {
    right: -45px;
  }
}
@media only screen and (max-width: 710px) {
  .limited-time-banner-info .disc-close {
    right: -9px;
    top: 9px;
  }
}
@media only screen and (max-width: 575px) {
  .limited-time-banner-info .disc-close {
    right: -3px;
    top: 11px;
  }
}
.limited-time-banner-info .disc-close:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.limited-time-banner-info .disc-close .surveyHoney-icon-mask:after {
  background-color: #000 !important;
}

.limited-time-banner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 27px;
}
@media only screen and (max-width: 767.99px) {
  .limited-time-banner-left {
    text-align: center;
  }
}
.limited-time-banner-left__img {
  max-width: 114px;
  max-height: 76px;
  display: none;
}
@media only screen and (min-width: 991.99px) {
  .limited-time-banner-left__img {
    display: block;
  }
}
.limited-time-banner-left__img img {
  width: 100%;
  height: 100%;
}
.limited-time-banner-left__text .title {
  color: #FFF !important;
  font-size: calc(1.0375rem + 0.45vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .limited-time-banner-left__text .title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1199.99px) {
  .limited-time-banner-left__text .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.99px) {
  .limited-time-banner-left__text .title {
    margin-top: 3px;
  }
  
  .has-discount-banner .surveyhoney__discount-banner {
      display: none !important;
  }
}
.limited-time-banner-left__text .paragraph {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  opacity: 0.9;
  margin-bottom: 0;
}
@media only screen and (min-width: 1199.99px) {
  .limited-time-banner-left__text .paragraph {
    font-size: 16px;
  }
}

.limited-time-banner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 991.99px) {
  .limited-time-banner-right {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media only screen and (max-width: 767.99px) {
  .limited-time-banner-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.limited-time-banner-right .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 12px;
  margin-top: 4px;
}
.limited-time-banner-right .offer-btn {
  width: 238px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  /*color: #7239F1;*/
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px 5px;
  white-space: nowrap;
}
.limited-time-banner-right .offer-btn .surveyHoney-icon-mask {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.limited-time-banner-right .offer-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.limited-time-banner-right .offer-btn:hover .surveyHoney-icon-mask {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  opacity: 0;
}
.limited-time-banner-right .offer-ending-time {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}