.podcast-detail-title{
    font-size: 26px;
    color: #0e2d58;
}

.podcast-ul{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 28px;
    padding: 0;
    font-size: 22px;
}

.podcast-ul .vl{
    border-left: 1px solid #6D757D;
    height: 30px;
}

.blog-detail-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 15px;
}

.pod-listen{
    font-size: 24px;
    margin-bottom: 0;
    color: #021F56;
}

.podcast-audio{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.podcast-audio audio{
    width: 512px;
}

.podcast-table-content{
    padding: 10px;
    margin-top: 20px;
}

.podcast-table-content p{
    margin-bottom: 20px;
}

.podcast-transcription{
    background-color: #EBF8F9;
    padding: 20px;
}

.podcast-transcription h2{
    font-size: 24px;
    color: #021F56;
    text-align: center;
}

.podcast-transcription span{
    font-weight: 500;
}

.podcast-read{
    background: #001d57;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #001e5b;
    padding: 7px 28px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-family: Merriweather, sans-serif !important;
    margin: 15px 0 0 0px;
    color: #fff;
}

.podcast-read:hover{
    color: #fff;
}

.blg-btm-doc-detail {
    padding: 10px;
    border: 1px solid #bfb3b3;
    border-radius: 4px;
    margin: 30px 0;
}

.blg-doc-pro-area {
    display: flex;
    align-items: center;
}

.bd-doc-profile {
    height: 100px;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid #0e2d58;
    border-radius: 12px;
}

.blg-doc-designation {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.blog-doc-detail {
    font-size: 14px;
    margin-bottom: 0px !important;
    color: #000;
}

.blg-btm-doc-detail p{
    margin-bottom: 0px !important;
}

.blg-share-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blg-btm-book-call {
    padding: 0 10px;
}

.blg-d-phone {
    color: #fff;
    font-size: 17px;
    background: #00b6bd;
    padding: 11px 24px;
    border-radius: 4px;
    margin-top: 3px;
    display: block;
}

.blg-d-phone:hover{
    color: #fff;
}

.like-cmnt-tail {
    padding: 10px 40px;
    border: 1px solid #bfb3b3;
    border-radius: 4px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.like-btn {
    border: none;
    background: #f5f5f5;
}

.like-count {
    color: #5c5d5e;
    margin-left: 5px;
    font-size: 15px;
}

.lc-cont {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.list-group-item{
    background-color: unset !important;
    border: none !important; 
}

.keep-in-touch-area h6{
    font-size: 24px;
    font-weight: 500;
    color: #021F56;
}

.list-group{
    gap: 20px;
}

.list-group-item{
    padding: 0;
}

.benefits-sec{
    padding: 25px;
    background-image: url(../images/podcast/top-podcast.webp);
    background-repeat: round;
    background-size: cover;
    margin: 40px 0;
}

.disc-head {
    font-weight: 500;
    font-size: 28px;
    margin: 0 0 16px 0;
    background: unset !important;
    color: #021F56;
    text-align: center;
}

#splide-opinion{
    padding-top: 5px;
}

.second-item {
    background-color: #fff;
    padding: 24px 24px;
    text-align: center;
    border-radius: 8px;
    height: auto;
}

#splide-opinion .splide__arrow--prev{
    left: -3em !important;
    background: #fff !important;
}

#splide-opinion .splide__arrow--next{
    right: -3em !important;
    background: #fff !important;
}

#splide-opinion .splide__arrow svg{
    height: 18px !important;
    width: 18px !important;
    fill: #000000 !important;
}

#splide-opinion li{
    margin: 5px 3px !important;
}

.splide__pagination__page{
    box-shadow: none !important;
    background-color: #fff !important;
}

.splide__pagination__page.is-active{
    background: #021F56 !important;
}

.exper-cont-top{
    padding: 15px;
    background-color: #fff;
}

.exper-cont-top audio{
    width: 196px !important;
}

.exper-cont-top .dr-name{
    color: #686868;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.exper-cont-grid{
    display: flex;
    align-items: center;
    gap: 20px;
}

.audio-topic{
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    height: 48px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sticky-right-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
}

.blog-right-menu {
    padding: 0;
    margin-top: 15px;
}

.blg-enq-form {
    padding: 10px;
    margin-bottom: 10px;
}

.podcast-book{
    color: #fff;
    font-size: 17px;
    background: #001d57;
    padding: 11px 24px;
    border-radius: 4px;
    margin-top: 3px;
    display: block;
    text-align: center;
}

.podcast-book:hover{
    color: #fff;
}

.pre-podcast{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.next-podcast{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.button-podcast{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.pre-button{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 20px;
    width: 260px;
    text-align: center;
}

.next-button{
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 20px;
    width: 260px;
    text-align: center;
}

.button-podcast p{
    color: #021F56;
    margin-bottom: 8px;
}

.button-podcast span{
    color: #000;
    font-size: 14px;
    text-align: center;
}
@media only screen and (min-width: 1237px) and (max-width: 1367px) {
    .exper-cont-top audio{
        width: 175px !important;
    }
}

@media only screen and (max-width: 991px){
    .pod-listen{
        font-size: 16px;
    }
    .podcast-audio audio{
        width: 245px;
    }
    .exper-cont-top audio{
        width: 145px !important;
    }
    .button-podcast{
        gap: 20px;
    }
    .next-podcast{
        gap: 6px;
    }
    .pre-podcast{
        gap: 6px;
    }
    .pre-button{
        width: 100%;
        padding: 10px;
    }
    .next-button{
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .blg-doc-pro-area {
        flex-direction: column;
        text-align: center;
    }
    .blg-doc-designation, .blg-share-area {
        margin-top: 10px;
    }
    .blg-share-area{
        display: block;
        text-align: center;
    }
    .keep-touch-img{
        width: 50px;
        height: 50px;
    }
    .list-group {
        gap: 10px;
        justify-content: center;
    }
    .exper-cont-top audio{
        width: 148px !important;
    }
    .benefits-sec{
        padding: 22px;
    }
    #splide-opinion .splide__arrow{
        display: none !important;
    }
}

@media only screen and (max-width: 391px) {
    .exper-cont-top audio {
        width: 108px !important;
    }
    .exper-cont-grid{
        gap: 15px;
    }
}


