.bannerCarousel {
  /* margin-bottom: 1rem !important; */
  padding: 0;
}

.bannerCarousel .bannerCarousel-content {
  /* background: var(--carousel-bg-color) 0 0 no-repeat padding-box; */
  background: white 0 0 no-repeat padding-box;
  opacity: 1;
  margin: 0;
  padding: 0;
  /* height: 300px; */
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}


/* .bannerCarousel .bannerCarousel-content:hover {
  background: var(--primary-color);
  } */

.bannerCarousel .bannerCarousel-content>div>img {
  margin: 0 auto 20px auto;
}

.bannerCarousel .bannerCarousel-content>div~div {
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 80px;
}

.bannerCarousel .bannerCarousel-content>div~div>h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1.6875rem;
  text-align: center;
  color: white;
  padding: 0 30px;
}

.bannerCarousel .bannerCarousel-content>div~div>p {
  color: white;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 0.75rem !important;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  max-height: 3rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.bannerCarousel .bannerCarousel-content>div~div>p>span {
  color: white;
  padding: 0 1.5rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: normal;
}

.bannerCarousel .bannerCarousel-content>div~div>p .bannerDots::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.bannerCarousel .bannerCarousel-content>div {
  flex: 0 0 100%;
  /* height: 100%; */
}

/* .bannerCarousel ::ng-deep .slick-prev { */
  .bannerCarousel .slick-prev {
  height: 26px;
  width: 26px;
  left: 24px;
  background: var(--primary-color);
  color: white;
  padding: 0;
  z-index: 9;
  border-radius: 360px;
}


/* .bannerCarousel ::ng-deep .slick-next { */
  .bannerCarousel .slick-next {
  height: 26px;
  width: 26px;
  right: 24px;
  background: var(--primary-color);
  color: white;
  padding: 0;
  border-radius: 360px;
  z-index: 9;
}

/* .bannerCarousel ::ng-deep .slick-prev.slick-disabled,
.bannerCarousel ::ng-deep .slick-next.slick-disabled { */
  .bannerCarousel .slick-prev.slick-disabled,
  .bannerCarousel .slick-next.slick-disabled{
  background: var(--card-border) !important;
}

/* .bannerCarousel ::ng-deep .slick-next:before,
.bannerCarousel ::ng-deep .slick-prev:before { */

  .bannerCarousel .slick-next:before,
  .bannerCarousel .slick-prev:before {
  position: relative;
  font: normal normal normal 12px FontAwesome !important;
  color: white;
  opacity: 1;
}


/* .bannerCarousel ::ng-deep .slick-next:before { */

  .bannerCarousel .slick-next:before {
  /* left: 2px; */
  content: "\f054";
  top: -0.5px;
}


/* .bannerCarousel ::ng-deep .slick-prev:before { */

  .bannerCarousel .slick-prev:before {
  right: 1px !important;
  content: "\f053";
  top: -0.5px;
}



/* .bannerCarousel ::ng-deep .slick-arrow.slick-disabled { */

  .bannerCarousel .slick-arrow.slick-disabled {
  display: none !important;
}

.banner-img {
  height: 330px;
}

.banner-img img {
  margin: 0 auto;
  max-height: 100%;
  width: 100%;
  height: 100%;
}


/* .bannerCarousel ::ng-deep .slick-track { */

  .bannerCarousel .slick-track {
  margin: 0;
}

.bannerCarousel-content-preview {
  background: var(--carousel-bg-color) 0 0 no-repeat padding-box;
  opacity: 1;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}

.banner-preview {
  margin: 5px auto 5px auto;
}


.slick-slider .slick-slide:first-child {
  visibility: visible;
}

.slick-slider .slick-slide {
  visibility: hidden;
}

.slick-initialized.slick-slider .slick-slide {
  visibility: visible;
}

.bannerCarousel.main-banner .slick-list {
  /* width: 1110px; */
  height: 330px;
}


/* ::ng-deep .slick-dots { */
  .slick-dots {
  bottom: 18px;
  display: block !important;
  width: fit-content;
  margin: auto;
  list-style: none;
  text-align: center;
  background-color: transparent !important;
  border-radius: 25px;
  left: 0;
  right: 0;
  padding: 0 5px;
}


/* ::ng-deep .slick-dots li { */

  .slick-dots li {
  /* padding: 5px !important;
  margin: 0px !important; */
  padding: 5px !important;
  margin: 0px !important;
}

/* ::ng-deep .slick-dots li button { */
  .slick-dots li button{
    height:18px;
  }

/* ::ng-deep .slick-dots li.slick-active button:before { */
  .slick-dots li.slick-active button:before {
    font-size: 35px!important;
    color: var(--primary-color);
}

/* ::ng-deep .slick-dots li button:before { */
  .slick-dots li button:before {
  font-size: 35px!important;
  color: white;
  opacity: 8;
  text-shadow: 0px 0px 2px var(--divider-color);
}

/* ::ng-deep .slick-dots li.slick-active button:before, */
/* ::ng-deep .slick-dots li.slick-active button:before, .slick-dots li:hover button:before { */
  .slick-dots li.slick-active button:before, .slick-dots li:hover button:before{
  color: var(--primary-color);
  }

  /* ::ng-deep .slick-dotted.slick-slider{ */
    .slick-dotted.slick-slider{
    margin-bottom:0
    }


    .banner-panel, .post-banner {
      max-width:306px;
      min-width:306px
    }

      .banner-panel img{
      width:100%;
      height:161px;

  }


  /* ::ng-deep .slick-dotted.slick-slider{ */
    .slick-dotted.slick-slider{
    margin-bottom:0
    }


    .banner-panel, .post-banner {
      max-width:306px;
      min-width:306px
    }

      .banner-panel img{
      width:100%;
      height:161px;

}





  /* ::ng-deep .slick-dotted.slick-slider { */
    .slick-dotted.slick-slider{
    margin-bottom: 0
  }


.banner-panel img {
  width: 100%;
  height: 161px;
}






.banner-panel,
.post-banner {
  max-width: 306px;
  min-width: 306px
}

@media (max-width:767px) {

  .bannerCarousel .banner-img,
  .banner-img,
  /* .bannerCarousel ::ng-deep.slick-list, */
  .bannerCarousel .slick-list,
  /* .bannerCarousel.main-banner ::ng-deep.slick-list { */
    .bannerCarousel.main-banner .slick-list{
    height: 250px !important;
  }
}

@media (min-width:992px) {
  .buyer-banner {
    /* margin-bottom: 1rem !important; */
    padding: 0;
    width: calc(100% - 314px);
    max-width: calc(100% - 314px);
  }
}

/* @media (min-width:1365px) and (max-width:1399px){
    ::ng-deep .bannerCarousel {
      /* margin-bottom: 1rem !important;
      padding: 0;
      max-width:1035px!important;
      min-width:1035px!important

    }
  } */
/* @media (min-width:1400px) and (max-width:1599px){
    .bannerCarousel {
      /* margin-bottom: 1rem !important;
      padding: 0;
      max-width:1108px;
      min-width:1108px;

    }
  } */
@media (min-width:1600px) {

  /* .bannerCarousel{
      max-width: 1589px;
      min-width:1589px;
    } */
  .banner-img {
    height: 380px !important;
  }

  .bannerCarousel.main-banner .slick-list {
    /* width: 1110px; */
    height: 380px !important;
  }

  .banner-panel img {
    width: 100%;
    height: 186px;

  }
}



.banner-panel.mb-3 {
  margin-bottom: 14px !important;
}

/* 38544 related changes */
  /* ::ng-deep .bannerCarousel  .slick-dots { */
    .bannerCarousel .slick-dots {
      bottom: 0!important;
      display: block !important;
      width:fit-content;
      margin: auto;
      list-style: none;
      text-align: center;
      background-color: transparent;
      border-radius: 25px;
      left: 0;
      right:0;
      padding:0 5px;
      position: relative;
    }
    
      
    /* ::ng-deep .bannerCarousel  .slick-dots li{ */
  
      .bannerCarousel .slick-dots li {
      /* padding: 5px !important;
      margin: 0px !important; */
      width:30px;
      height:6px;
      vertical-align: middle;
      margin:0;
    }
    /* ::ng-deep .bannerCarousel  .slick-dots li button{ */
      .bannerCarousel .slick-dots li button{
      height:6px;
      width:30px;
      padding:0
    }
    /* ::ng-deep .bannerCarousel  .slick-dots li.slick-active button:before { */
      .bannerCarousel  .slick-dots li.slick-active button:before {
      font-size: 0;
      background-color: var(--primary-color);
      width: 30px;
      height: 6px;
      border: 0;
      border-radius: 8px;
      color:transparent;
      text-shadow: none;
  
    }
    
    /* ::ng-deep .bannerCarousel  .slick-dots li button:before { */
      .bannerCarousel .slick-dots li button:before {
      font-size: 10px;
      color:white;
      opacity:8;
      text-shadow: 0px 0px 1px var(--step-text-color);
      width:30px;
      height:6px;
      line-height:8px;
    }
    
    /* 38544 related changes end here */