/* Need to add throghout in syle.css  */
.search-icon-wrap {
    padding: 3px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-btn:focus,
.cta-btn:hover {
    color: #ffffff;
}

/* End  */

.hero-banner {
    height: auto;
}

.hero-img-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.hero-banner .hero-img-wrap:before,
.hero-banner .hero-img-wrap:after {
    content: none;
}

.hero-banner-inner .hero-img-wrap:before {
    content: '';
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner-inner .hero-img-wrap:after {
    content: none;
}

.hero-fit {
    position: relative;
    z-index: 1;
}


.fw-medium {
    font-weight: 500 !important;
}

.blog-inner .cta-link {
    margin: 0 30px 10px 0;
    display: inline-block;
}

.blog-inner .bi.pre-icon {
    font-size: 18px;
    margin-right: 5px;
}

.ce-swiper-inner-btn {
    position: relative;
    margin: 0 0 0 15px;
    bottom: unset;
    right: unset;
}

.blog-inner .cta-link {
    text-underline-offset: 8px;
}

.blog-inner-content {
    padding: 20px;
}

.hero-banner-inner .hero-align-cnt {
    width: 100%;
    min-height: 420px;
    z-index: 1;
}

.hero-banner-inner .hero-img-wrap .hero-fit {
    position: absolute;
    object-position: left top;
}

.hero-banner-inner .hero-fit {
    z-index: 0;
}



/* Podcast Section  */

/* Ul tabs  */
.inner-page-links-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

ul.inner-page-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
}

ul.inner-page-links li {
    display: inline-block;
}

ul.inner-page-links li a {
    color: #000000;
    border: 1px solid #000000;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.5s ease;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
}

ul.inner-page-links li a.active {
    color: #ffffff;
    background-color: #027DC4;
    border-color: #027DC4;
    pointer-events: none;
}

ul.inner-page-links li a:hover {
    color: #ffffff;
    background-color: #027DC4;
    border-color: #027DC4;
    transition: all 0.5s ease;
}

ul.inner-share-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 15px;
    margin-right: 10px;
}

ul.inner-share-links li {
    display: inline-block;
}

ul.inner-share-links li a {
    color: #000000;
    font-size: 18px;
}

#inner-page-section .mediasoucetoggle {
    display: none;
}

#inner-page-section .watchVideo {
    display: block;
}


/* Audio Player  */

#player-container {
    background-color: #ffffff;
    color: #000000;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: end;
    gap: 30px;
    box-shadow: 0px 0px 10px 5px #e9eef7;
}

.audio-wrapper-thumb {
    width: 20%;
    border-radius: 10px;
    position: relative;
}

.audio-wrapper-thumb img {
    width: 100%;
    border-radius: 10px;
}

#player-container .volume_control {
    width: 20px;
}

#player-container .volume_control a {
    font-size: 18px;
    color: #0e0a42;
    padding: 0;
}

#play-btn {
    width: 15px;
    position: relative;
    display: block;
    font-size: 18px;
    color: #0e0a42;
    padding: 0;
}

#seek-front {
    position: relative;
}

#seek-front:after {
    content: '/';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
}

.thumb-play-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #027DC4;
    color: #ffffff !important;
    font-size: 25px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px 0px 0px 0px;
    transition: background-color 0.5s ease;
}

.thumb-play-btn:hover {
    background-color: #343434;
    transition: background-color 0.5s ease;
}

.audio-wrapper-main {
    width: 100%;
}

#seek-obj-container {
    width: 100%;
    height: 150px;
    display: block;
}


#seek-obj-container #seek-obj {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/progress-bar-back.png) repeat;
    background-size: 300px;
    transition: all 0.5s ease;
}

#seek-obj-container progress[value] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/progress-bar-back.png) repeat;
    background-size: 300px;
    height: 100%;
    cursor: ew-resize;
    background-color: transparent;
    transition: all 0.5s ease;
}

#seek-obj-container progress[value]::-webkit-progress-bar {
    width: 100%;
    background: url(../images/progress-bar-back.png) repeat;
    background-size: 300px;
    transition: all 0.5s ease;
}

#seek-obj-container progress::-webkit-progress-value {
    background: url(../images/progress-bar-front.png) repeat;
    background-size: 300px;
    transition: all 0.5s ease;
}

#seek-obj-container progress::-moz-progress-bar {
    background: url(../images/progress-bar-front.png) repeat;
    background-size: 300px;
    transition: all 0.5s ease;
}

#seek-obj-container progress::-ms-fill {
    background: url(../images/progress-bar-front.png) repeat;
    background-size: 300px;
    transition: all 0.5s ease;
}

.audio-control-options-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.audio-control-options {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

ul.listen-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 18px;
    align-items: center;
}

ul.listen-list li a {
    font-size: 18px;
    color: #0e0a42;
    padding: 0;
    outline: inherit;
    line-height: 1;
    box-shadow: none !important;
}

ul.listen-list li a:hover {
    color: #0e0a42;
}

ul.listen-list li a img {
    width: 24px;
}

.transcript {
    overflow-y: inherit;
    height: auto;
    margin: 0;
    border-radius: 10px;
    margin-top: 20px;
}


.transcript p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.2
}

.transcript h5 {
    font-weight: 700;
    margin: 0;
    font-size: 18px
}

.transcript ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.transcript ul li {
    font-size: 16px;
    position: relative;
    opacity: 0.5;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 0;
    padding: 25px;
    /* margin-top: 20px; */
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 5px #e9eef7;
    transition: background-color 0.5s ease;
}

.transcript.active ul li {
    opacity: 1;
    margin-bottom: 20px;
}

.transcript ul.transcript_list li {
    display: none;
}

.transcript ul.transcript_list li.active,
.transcript.active ul.transcript_list li {
    display: flex;
}

/* .transcript.active ul.transcript_list li.active {
    background-color: #d2cae8;
} */

.transcript ul li.active {
    opacity: 1
}

.transcript ul li .media-left {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.transcript ul li .media-body {
    width: 100%;
}

.media-left img {
    width: 40px;
    border-radius: 10px;
}

.transcript-section.transcript ul li {
    opacity: 1;
}

.media-time {
    font-size: 16px;
    color: #0e0a42;
}

.speaker-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.speaker-list li {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.speaker-list li h5 {
    margin: 0;
}

.speaker-list p {
    margin: 0;
}

.speaker-media {
    min-width: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.speaker-dets {}

.speaker-media img {
    width: 100%;
}

.inner-speaker-tile-img {
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.inner-speaker-tile-img img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.wrapper-dynamic {
    display: flex;
    flex-direction: column;
}

.wrapper-dynamic.reverseIt {
    flex-direction: column-reverse;
}


@media screen and (max-width: 767px) {
    .audio-control-options-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    ul.listen-list {
        gap: 8px;
        width: 100%;
        justify-content: flex-end;
    }

    .inner-page-links-main {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 30px;
    }

    ul.inner-share-links {
        display: flex;
        align-self: flex-start;
    }

    .blog-inner-content {
        height: auto !important;
    }

    .hero-banner .video-wrap,
    .hero-banner .hero-img-wrap {
        height: 280px;
        background: #042418;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .hero-fit {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
    }

    .hero-banner-inner .hero-img-wrap .hero-fit {
        width: 100%;
        height: 100%;
    }

}