.light-gray{
        background-color: #f6f6f6 !important;
    }
   section#video-section .fa-circle-play:before {
        background: #00b7dd;
        border-radius: 100%;
   }

   section#video-section {
        background: #fff;
        position:relative;
   }
   section#video-section .podcast-box {
        position: relative;
    }
    section#video-section .podcast-box img {
        height: 520px;
        object-fit: cover;
    }
   section#video-section i.fa-regular.fa-circle-play {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        font-size: 30px;
        cursor: pointer;
        color: #fff;
        text-align:center;
   }
 
div#podcast-main {
    position: relative;
}
#podcast-main-wrapper .podcast-listing:nth-child(even) {
    background: #f6f6f6 !important;
}
.loadmore {
    display: flex;
    justify-content: center;
    margin-top: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

    .loadmore-button {
        background: #00b7dd;
        border: 0;
        color: #fff;
        padding: 8px 15px;
        text-transform: capitalize;
        cursor: pointer;
    }

    .loadmore-button[disabled] {
        display: none;
    }

    .loadmore-less {
        background: orange;
    }

    button.loadmore-less {
        display: none;
    }
    .big-video-box {
        position: relative;
    }
    .big-video-box img {
        height: 630px;
        object-fit: cover;
    }

    .big-video-box i.fa-regular.fa-circle-play {
        font-size: 70px !important;
    }

    .swiper-container.podcast-inner-slider.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
        padding-bottom: 4em;
        padding-top: 3em;
}
   .podcast-listing .swiper-container.podcast-inner-slider.swiper-initialized.swiper-horizontal.swiper-pointer-events {
        overflow: hidden;
        position: relative;
        padding-bottom: 4em;
    }
   .podcast-listing .swiper-button-next:after, .podcast-listing .swiper-button-prev:after{
        display:none !important;
    }
   .podcast-listing .swiper-button-next, .podcast-listing .swiper-button-prev {
        top: 96%;
        color: #00b7dd;
        /* font-weight: 900; */
    }
   .podcast-listing .swiper-button-prev, .podcast-listing .swiper-rtl .swiper-button-next {
        left: 46%;
        right: auto;
    }
   .podcast-listing .swiper-button-next, .podcast-listing .swiper-rtl .swiper-button-prev {
        right: 46%;
        left: auto;
    }

    h2.pod-heading {
        font-size: 34px;
        line-height: 30px;
        margin-bottom: 1em;
        padding-bottom: 0;
        font-weight: 800;
    }
    h4.pod-sub-heading {
        font-weight: 600;
        color: #00b7dd;
        text-transform: uppercase;
        font-size: 22px;
        margin-bottom: 0.7em;
    }

    @media(max-width: 767px) {
        .big-video-box img {
            height: auto;
        }
        .big-video-box i.fa-regular.fa-circle-play {
            font-size: 30px !important;
        }
        section#video-section .swiper-container.podcast-inner-slider {
            padding-bottom: 3em !important;
            padding-top: 2em;
        }
        .podcast-listing .swiper-button-prev, .podcast-listing .swiper-rtl .swiper-button-next {
            left: 35% !important;
        }
        .podcast-listing .swiper-button-next, .podcast-listing .swiper-rtl .swiper-button-prev {
            right: 35% !important;
        }

        h4.pod-sub-heading {
            font-size: 18px;
        }
        h2.pod-heading {
            font-size: 24px;
        }
    }