.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: 78px;
    width: 36px;
    left: 0;
    background: white;
    padding: 0.6rem;
    opacity: 0.6;
    z-index: 9;
    border-bottom-right-radius: 360px;
    border-top-right-radius: 360px;}


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

.bannerCarousel .slick-next {
    height: 78px;
    width: 36px;
    right: 0;
    background: white;
    padding: 0.6rem;
    opacity: 0.6;
    border-bottom-left-radius: 360px;
  border-top-left-radius: 360px;
    z-index: 9;
}


/* .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 18px FontAwesome;
    color: black;
    opacity: 1;
}


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

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


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

.bannerCarousel .slick-prev:before {
    right: 2px;
    content: "\f053";
}


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

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

.banner-img {
    height: 300px;
}

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


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

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

.right-banner-content {
    height: 470px !important;
}

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


/* finance, logistics, support banner related classes */

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


/* .bigbannerCarousel ::ng-deep .slick-prev { */

.bigbannerCarousel .slick-prev {
    height: 72px;
    width: 72px;
    left: 0;
    background: white;
    padding: 0.6rem;
    opacity: 0.2;
    z-index: 9;
    border-radius: 5px;
}


/* .bigbannerCarousel ::ng-deep .slick-next { */

.bigbannerCarousel .slick-next {
    height: 72px;
    width: 72px;
    right: 0;
    background: white;
    padding: 0.6rem;
    opacity: 0.2;
    border-radius: 5px;
    z-index: 9;
}


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

.bigbannerCarousel .slick-next:before,
.bigbannerCarousel .slick-prev:before {
    position: relative;
    font: normal normal normal 50px FontAwesome;
    color: black;
    opacity: 1;
}


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

.bigbannerCarousel .slick-next:before {
    left: 2px;
    content: "\f054";
}


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

.bigbannerCarousel .slick-prev:before {
    right: 2px;
    content: "\f053";
}


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

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

.bigbannerCarousel .banner-img {
    height: 100%;
}

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

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

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

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

/* .bannerCarousel.seller-adv-banner ::ng-deep.slick-list, .bannerCarousel.seller-adv-banner .square_banner{ */
.bannerCarousel.seller-adv-banner .slick-list, .bannerCarousel.seller-adv-banner .square_banner{
height:370px!important;
}



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

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

.slick-dots li.slick-active button:before {
    font-size: 40px;
    color: var(--primary-color);
}

.slick-dots li button:before {
    font-size: 40px;
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before{
  color: var(--primary-color);

}
.slick-dotted.slick-slider{
    margin-bottom:0
}
@media (max-width: 578px) {
    .bannerCarousel .bannerCarousel-content>div~div {
        top: 30px;
    }
    .bannerCarousel .slick-next,
    .bannerCarousel .slick-prev {
        height: 42px;
        width: 42px;
    }
    .bannerCarousel .slick-next:before,
    .bannerCarousel .slick-prev:before {
        line-height: 20px;
    }
    .right-banner-content,
    .square_banner img {
        height: auto !important;
    }
    /* .bannerCarousel.adv-banner ::ng-deep.slick-list{ */
        .bannerCarousel.adv-banner .slick-list{
      height: 235px!important;
    }
    /* .bannerCarousel.seller-adv-banner ::ng-deep.slick-list { */
    .bannerCarousel.seller-adv-banner .slick-list {
      height: 235px!important;
  }
}

@media (max-width:767px) { 
    .bannerCarousel .banner-img, .bannerCarousel ::ng-deep.slick-list, .bannerCarousel.main-banner ::ng-deep.slick-list{ height:113px; }
 }

