.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0);
}

.ub-count-down-circle {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}




.width-100 {
    width: 100%;
}

.set_aspect_ration {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.testimonial_card {
    position: relative;
    background-color: #ffffff;

}

.rounded_card_more {
    border-radius: 25px;
}

.testimonial_card_name {
    position: relative;
    font-weight: 700;
    font-size: 1.25rem;
    z-index: 2;
}

.Quotes_icon {
    width: 64px;
    height: 64px;
    position: absolute;
    top: -2px;
    left: -2px;
}

.Quotes_icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.w_20_percent {
    width: 20%;
}

.w_80_percent {
    width: 80%;
}

@media (max-width: 1200px) {
    .w_80_percent {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #flash_deal .flash-deals-baner {
        height: 203px !important;
    }
}

