.new-ui .slick-track {
    display: flex !important;
    min-width: 100% !important;
}

.new-ui .slick-list {
    min-width: 100% !important;

}

.new-ui .startSlider { max-width: 1094px !important; }

.new-ui .slick-prev {
    left: 10px !important;
    margin-right: 10px;
}

.new-ui .slick-next {
    right: 10px !important;
}
.new-ui .slick-prev:after {
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f053";
    font-weight: 900 !important;
}


.new-ui .slick-next:after {
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f054";
    font-weight: 900 !important;
}


@media (max-width: 1920px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 18% !important;
    }
}
@media (max-width: 1460px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 25% !important;
    }
}
@media (max-width: 767px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 50% !important;
    }
}
@media (max-width: 540px) {
    .new-ui .twui-content .ef-card-entries .ef-card {
        width: 100% !important;
    }
}
