    .title_banner_img {
        width: 100%;
    }

    .selectedEpisode {
        background-color: #fff4da;
    }

    .episodePlaying {
        display: none;
    }

    .selectedEpisode .episodePlaying {
        display: contents;
        font-size: 16px;
    }

    .video_section_container {
        margin: 0 auto;
        max-width: 100%;
        /* padding: 20px; */
    }

    .share-btn {
        position: absolute;
        bottom: 0;
        right: 10px;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
    }

    .episode_title {
        display: flex;
        justify-content: space-between;
        column-gap: 15px;
    }

    #episode-share {
        /* padding: 0 10px; */
        cursor: pointer;
        font-size: 18px;
        color: #506d4d !important;
        position: relative;
        top: 5px;
    }

    .episode_share_section {
        display: flex;
        justify-content: flex-end;
    }

    .video_section {
        width: 90%;
        height: 450px;
        text-align: center;
        margin: 0 5%;
    }

    /* .video_section iframe {
            position: absolute;
            top: 0;
            left: 0;
        } */

    .video_content {
        display: flex;
        align-items: center;
        column-gap: 20px;
        padding: 15px 20px 5px;
    }

    .video_date {
        display: flex;
        align-items: center;
        column-gap: 20px;
        padding: 5px 30px 15px;
    }

    .video_content_text, .author_full_details, .video_banner_section {
        padding: 0px 20px;
    }

    .video_details {
        font-size: 30px;
        font-weight: 600;
    }

    .episode_no {
        margin-bottom: 0px;
        font-size: 30px;
        font-weight: 600;
    }

    .author_full_details p {
        font-size: 18px;
        text-align: justify;
    }

    .video_tabs .nav-tabs {
        justify-content: center;
        column-gap: 20px;
    }

        .video_tabs .nav-tabs .nav-link {
            border: none;
            color: #000000;
            margin: 10px;
            font-size: 20px;
        }

            .video_tabs .nav-tabs .nav-link.active {
                color: #000000;
                font-weight: 500;
                position: relative;
                border: none;
            }

                .video_tabs .nav-tabs .nav-link.active::after {
                    position: absolute;
                    content: '';
                    width: 100%;
                    background-color: #C91429;
                    height: 4px;
                    left: 0;
                    bottom: 0;
                }

    .episodes_item {
        display: flex;
        border: 1px solid #dee2e6;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 15px;
        height: 240px;
        overflow: hidden;
    }

        .episodes_item:hover {
            box-shadow: 0px 0px 11px 1px rgb(105 105 105 / 80%);
            cursor: pointer;
        }

            .episodes_item:hover .episode_title {
                color: #C91429;
            }

    .episode_img {
        display: flex;
        flex: 0 0 30%;
        height: 200px;
        align-items: center;
    }

        .episode_img img {
            width: 100%;
            height: 100%;
            object-fit: inherit;
            cursor: pointer;
        }

    .episode_item_details {
        position: relative;
        flex: 0 0 70%;
        padding: 0 20px;
    }

    .episode_title,
    .episode_author,
    .episode_releasedate,
    .episode_description {
        display: flex;
        margin-bottom: 5px;
        color: #000000;
        font-size: 16px;
    }

        .episode_description .episodeDesc {
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            text-align: justify;
        }

    .episode_title {
        font-size: 30px;
        font-weight: 600;
        color: #506d4d;
    }

    .episode_releasedate {
        column-gap: 30px;
    }

    .videos_list_items {
        padding: 15px 10px;
    }

    .video_banner_section {
        display: flex;
        align-items: center;
    }

    .video_section_right_content {
        display: flex;
        width: 100%;
        align-items: center;
        column-gap: 15px;
        justify-content: space-between;
    }

        .video_section_right_content img {
            width: 100%;
            /*max-width: 1150px;*/
            height: 80px;
            /*object-fit: fill;*/
            margin-bottom: 0px;
        }

    #videoContainer #page-share {
        color: #fff;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #page-share {
        cursor: pointer;
        font-size: 18px;
        margin-left: 5px;
    }

    .share-box {
        position: absolute;
        top: 5%;
        background: transparent;
        right: 8%;
        z-index: 10;
	display:none;
    }

    .vs_left_box {
        border: 10px solid #3e593c;
        padding: 15px;
        max-width: 500px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .series_title {
        color: #3e593c;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .video_trailer {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        width: 450px;
        height: 225px;
    }

        .video_trailer iframe {
            width: 100%;
            height: 100%;
        }

    .close-btn {
        position: absolute;
        top: -15px;
        right: -15px;
        cursor: pointer;
        font-size: 28px;
        z-index: 99999;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #c91429;
        border-radius: 50%;
        border: 3px solid #c91429;
    }

    .internal_container {
        max-width: 1366px;
        margin: 0 auto;
        padding: 0 15px
    }

    #seasondd {
        border: 1px solid #bababa;
        padding: 6px 30px 6px 15px;
        border-radius: 6px;
        appearance: none;
        font-size: 26px;
        font-weight: 600;
        cursor: pointer;
    }

    .grey_icons_clr {
        color: #3e593c;
    }

    .calen_time_row {
        display: flex;
        align-items: center;
        column-gap: 8px;
    }

    .episodeDate, .episodeTime {
        font-size: 14px;
        color: #8d8b8b;
    }

    .season_select {
        position: relative;
        display: flex;
        justify-content: center;
    }

        .season_select::after {
            top: 20px;
            position: relative;
            content: '';
            width: 8px;
            height: 8px;
            border-color: #000 #000 transparent transparent;
            border-width: 2.5px;
            border-style: solid;
            right: 16px;
            transform: rotate(135deg);
        }

    #videoContainer {
        position: relative;
        width: 100%;
    }

    #thumbnail {
        cursor: pointer;
        width: 90%;
        height: 450px;
    }

    #playbutton {
        position: absolute;
        left: 45%;
        top: 40%;
        width: 75px;
        cursor: pointer;
    }

    #video-tag {
        display: none;
        width: 90%;
        height: 450px;
        object-fit: cover;
        text-align: center;
        margin: 0 5%;
    }

    #video-iframe {
        display: none;
        width: 90%;
        height: 450px;
        object-fit: cover;
        text-align: center;
        margin: 0 5%;
    }

    .related-item {
        position: relative;
        overflow: hidden;
    }

    .overlay {
        padding: 0px 15px 10px;
        opacity: 0; /* Hidden by default */
        transition: opacity 0.3s ease;
        text-align: start;
        display: none;
    }

    .related-item:hover .overlay {
        display: block;
        opacity: 1; /* Show overlay on hover */
    }

    .slick-arrow {
        position: absolute;
        top: calc(50% - 20px);
        margin: 0;
        bottom: auto;
        width: 40px;
        height: 40px;
        padding: 10px auto 30px;
        cursor: pointer;
        font-size: 24px;
        transition: all 0.1s ease-in-out;
    }

    .slick-arrow {
        font-size: 24px;
        color: #6c7174;
    }

    .slick-arrow {
        font-size: 24px;
        color: #949494;
        text-align: center;
        width: 40px;
        height: 40px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        z-index: 1;
    }

        .slick-arrow.slick-disabled {
            background: #f0f0f0;
            color: #c3c3c3;
            opacity: 1;
        }

    .related-item .related-img img {
        display: inline-block;
        width: 100%;
        height: 200px;
        padding: 10px;
        object-fit: cover;
    }

    .section_content {
        max-width: 100%;
        margin: 0 auto;
    }

    .related_content .content-inner {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        min-height: 200px;
        margin: 10px 15px 10px 10px;
        border-radius: 10px;
        height: 100%;
        background: #fff;
    }

    .related_content.section_content {
        display: flex;
        margin-bottom: 30px;
    }

    .related_content .custom-arrow.prev-arrow {
        left: -22px;
    }

    .related_content .custom-arrow.next-arrow {
        right: -22px;
    }

    .related_content.section_content .slick-list > * {
        min-width: 100%;
        justify-content: center;
        display: flex;
    }

    .related_content.section_content .slick-list .slick-track > * {
        padding: 0;
    }

    .related_title {
        font-size: 20px;
        font-weight: 600;
        color: #506d4d;
    }

    .related_description {
        font-size: 16px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    #profile-tab-pane {
        margin: 0 25px;
    }

    .noDateTime {
        height: 220px;
    }

    .related_content .hovered {
        transform: scale(1.5);
        z-index: 2;
        transform-origin: top left;
        transition: transform 0.3s ease;
    }

    @media (max-width:992px) {
        .episodes_item {
            height: auto;
            align-items: center;
        }

        #video-tag, #video-iframe, #thumbnail, .video_section {
            height: 400px;
        }

        .overlay {
            display: block;
            opacity: 1;
        }
    }

    @media (max-width:1200px) {
        .episodes_item {
            height: auto;
            align-items: center;
        }

        #video-tag, #video-iframe, #thumbnail, .video_section {
            height: 400px;
        }
    }

    @media (max-width:767.98px) {
        .series_title {
            font-size: 30px;
        }

        .episodes_item {
            flex-direction: column;
            height: auto;
        }

        .episode_item_details {
            flex: 0 0 100%;
            padding-left: 0px;
            padding-top: 20px;
        }

        .episode_img {
            flex: 0 0 100%;
        }

        .episodes_item {
            flex-direction: column;
            height: auto;
        }

        .video_trailer {
            width: calc(100% - 40px);
            left: 20px;
        }

        .overlay {
            display: block;
            opacity: 1;
        }
    }

    @media (max-width:576px) {
        #episode-share {
            font-size: 16px;
        }

        .video_banner_section {
            padding: 0px 15px 0px 0px;
        }

        .series_title {
            font-size: 16px;
        }

        .video_details {
            align-items: flex-start;
            flex-direction: column;
        }

        .episode_item_details {
            flex: 0 0 100%;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 20px;
        }

        .video_date {
            padding: 5px 20px 15px;
        }

        .video_details {
            font-size: 18px;
        }

        .episode_no {
            font-size: 18px;
        }

        .episode_title {
            font-size: 18px;
        }

        .author_full_details p {
            font-size: 16px;
        }

        .episode_img {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }

        .video_date {
            padding: 5px 5px 15px;
        }

        .video_content {
            padding: 15px 5px 0px 5px;
        }

        .author_full_details {
            padding: 0px 5px;
        }

        .season_select {
            margin-bottom: 10px;
        }

        .episodes_item {
            flex-direction: column;
            height: auto;
        }

        .video_content {
            align-items: normal;
            flex-direction: column;
        }

        #seasondd {
            width: 70%;
            text-align: center;
        }

        .season_select::after {
            right: 42px;
        }

        .slick-arrow {
            width: 40px !important;
        }

        #video-tag, #video-iframe, #thumbnail, .video_section {
            height: 200px;
        }
        #playbutton{
            left: 40%;
            top: 30%;
            width: 50px;
        }

        .episode_description .episodeDesc {
            display: block;
        }

        .video_trailer {
            width: calc(100% - 40px);
            left: 20px;
        }

        .overlay {
            display: block;
            opacity: 1;
        }
    }
