.news-banner {
    margin: 0 !important;
    max-width: 100% !important;
}
.news-banner .qt-small {
    z-index: 999;
    position: absolute;
    bottom: 0px;
    right: 15px;
}
.news-banner .qt-small .clscalender1 {
    background: #fff;
    color: #000;
    padding: 8px 15px;
    border-radius: 10px 10px 0px 0px;
    font-family: 'Circular-Std-Book';
    font-weight: 700;
    line-height: 15px;
}
.news-banner .qt-small .clscalender1 i {
    font-size: 1.2rem;
    margin-right: 0.7rem;
    color: #000;
    opacity: 1;
}
.news-banner .qt-small .clsclock1 {
    background: #802ed5;
    color: #FEFF66;
    padding: 8px 15px;
    font-family: 'Circular-Std-Book';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
}
.news-banner .qt-small .clsclock1 i {
    font-size: 1.2rem;
    margin-right: 0.7rem;
    color: #FEFF66;
    opacity: 1;
}
.qt-shows-titles-wrapper {
    display: flex;
    flex-wrap: wrap; /* allows wrapping if space is tight */
    justify-content: space-between; /* or space-around/space-evenly */
    gap: 30px; /* spacing between items */
    margin: 20px 0 0;
}

h5.qt-title-next-shows {
    position: relative;
    margin: 0;
    font-family: 'Circular-Std-Black', sans-serif !important;
    font-weight: 900;
    font-size: 1.1rem;
    text-shadow: 0 0 0px black;
    max-width: 340px;
    line-height: 1.2;
    padding-left: 11px;
    text-transform: uppercase !important;
}

h5.qt-title-next-shows::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 1.2em; /* Only one line high */
    background-color: #6B22B1;
}

.qt-main h5.qt-title-next-shows a {
    display: inline;
    color: #000 !important;
    text-decoration: none;
    word-break: break-word;
    white-space: normal;
}
.next-shows {
    background: unset !important;
    color: #fff !important;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}
.qt-header-bg-nextshows {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
    opacity: 1 !important;
}
.qt-header-bg-nextshows.custom_class_for_show1 {
    background-image: url('/wp-content/uploads/2023/04/Mask-Group-3.png') !important;
}
.qt-header-bg-nextshows.custom_class_for_show2 {
    background-image: url('/wp-content/uploads/2023/04/Mask-Group-5.png') !important;
}
.qt-header-bg-nextshows.custom_class_for_show3 {
    background-image: url('/wp-content/uploads/2023/04/Mask-Group-4.png') !important;
}
.qt-header-bg-nextshows.custom_class_for_show4 {
    background-image: url('/wp-content/uploads/2023/04/Mask-Group-2.png') !important;
}
.oursp {
    font-family: Circular Std Black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
    line-height: 33px;
}





@media (max-width: 767px) {
    #qtshowslidercontainer .qt-custom-slick .slick-track {
        display: contents;
    }
    #qtshowslidercontainer .qt-custom-slick .slick-track .qt-item {
        min-width: 100%;
    }
    .qt-shows-titles-wrapper {
        margin: 20px 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 931px) {
    #qtshowslidercontainer .qt-custom-slick .slick-track {
        display: grid;
    }
    #qtshowslidercontainer .qt-custom-slick .slick-track .qt-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .next-shows {
        margin-bottom: 0;
    }
    .qt-shows-titles-wrapper {
        margin: 20px 0;
    }
}