body{
    background: white;
    -webkit-font-smoothing:antialiased;
    /* font-family: 'Poppins', sans-serif !important; */
}

*{
    -webkit-font-smoothing:antialiased;
}

.banText,.pdlistTitle,.podTime,.podTime span,.podPara{
    font-family: 'Poppins', sans-serif !important;
}

#widget-K28fHHH .hdtitle span{
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    letter-spacing: nullpx;
    margin-top: 7px;
}

.pb-0{
    padding-bottom: 0 !important;
}

.py-5{
    padding-top: 50px;
    padding-bottom:50px;
}

.py-3{
    padding-top: 30px;
    padding-bottom:30px;
}

.mt-4{
    margin-top: 23px;
}

.podRow{
    display: flex;
    flex-wrap: wrap;
}

.bannerBlist{
    background: url(../img/podlistbg.jpg) no-repeat center center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.row.podRow p {
    font-size: .95em;
    font-weight: 500;
}
.row.podRow h2 {
    font-size: 1.6em;
    font-weight: 500;
}

.banText{
    font-size: 55px;
    color: white;
    font-weight: 600;
    margin-bottom: 0;
}

.podlistCard{
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.08);
    height: 100%;
    transition: all linear .3s;
}

.podlistCard:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.podCardImg{
    height: 195px;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podCardImg img{
    max-width: 100%;
    /* object-fit: none; */
    width: unset;
    /* object-fit: cover; */
    max-height: 100%;
    height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podlistCard .card-body{
    padding: 15px 15px 15px;
}

.pdlistTitle {
    font-size: 17.5px;
    color: #e10033;
    font-weight: 600;
    margin-bottom: -1px;
}

.podTime{
    font-size: 11.5px;
    font-weight: 600;
    text-decoration: none !important;
    color: #b7b7b7 !important;
}

.podTime span{
    color: #e10033;
    font-weight: 700;
    font-size: 11.5px;
    /* letter-spacing: -.5px; */
}

.podPara{
    font-size: 14px;
    margin-top: 4px;
    line-height: 23px;
    font-weight: 400;
    color: black;
}

/* Pod list end  */


/* Pod details */

.poddPara,.banPara,.wightPara,.wightTime,.latRel,.sustain,.infos-ctn > div{
    font-family: 'Poppins', sans-serif !important;
}

.py-6{
    padding-top: 80px;
    padding-bottom: 80px;
}

.d-flexm{
    display: flex;
}

.text-centerm{
    text-align: center;
}

.banPara{
    font-size: 13px;
    margin-top: 8px;
    font-weight: 600;
    color: white;
}

.banDetails .banText{
    margin-top: -9px;
}

.banImgCont{
    margin-right: 50px;
    width: 100px;
    border-radius: 0px;
    height: 100px;
    padding: 5px;
    display: flex;
    background: #ffffff36;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banImgCont img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}

.poddPara {
    font-size: 14px;
    color: black;
    margin-bottom: 23px;
}

.padRel {
    padding: 0 20px 0px;
    background: #f7f7f7;
    border-radius: 5px;
}

.posRel {
    padding: 25px 90px 28px 0;
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

.posRel:last-child{
    border:0;
}

.playCont {
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    /* background: #e40303; */
    border-radius: 30px;
    /* align-items: center; */
    border: 1px solid #e40303;
    /* justify-content: center; */
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;
    cursor: pointer;
    background-size: 13px !important;
    transition: all linear .3s;
    background: #e40303 url(../img/playIcon.png) no-repeat 50% center;
}

.playCont.active{
    background-size: 13px !important;
    background: #e40303 url(../img/pauseIconWhite.png) no-repeat 50% center;
}

/* .playCont:hover{
    background: ;
} */

.wightPara {
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-bottom: 8px;
}

.wightTime {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    color: #b7b7b7 !important;
}

.latRel {
    font-size: 23px;
    margin-bottom: 15px;
}

.sustain {
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    font-size: 14px;
    margin-bottom: 7px !important;
}

.sustain span{
    color: #e10033;
}

.podDetail{
    background: #f7f7f7;
}

.podDeBanner{
    flex-direction: column;
}

.podetCard{
    background: white;
}

.podetCard .card-body{
    background: white;
}

/* Audio */

#audiowrap{
    margin-top: 67px;
}

.audiFlex{
    display: flex;
    align-items: flex-start;
}

#btn-faws-play-pause {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: white url(../img/playIconRed.png) no-repeat 53% center;
    border-radius: 30px;
    margin-top: -11px;
    margin-right: 20px;
    transition: all linear .3s;
    background-size: 15px !important;
}

#btn-faws-play-pause.active {
    background-size: 13px !important;
    background: white url(../img/pauseIcon.png) no-repeat 50% center;
}

#btn-faws-forward,#btn-faws-rewind{
    width: 30px;
    height: 30px;
    background-size: 23px !important;
    margin-right: 15px;
    background: url(../img/forwardIcon.png) no-repeat center center;
    cursor: pointer;
}

#btn-faws-rewind{
    margin-right: 8px;
    background: url(../img/backwardIcon.png) no-repeat center center;
}

#icon-play,#icon-pause{
    visibility: hidden;
}

.infos-ctn .title{
    display: none;
}

#myProgress {
    width: 700px;
    background-color: rgba(255,255,255,.4);
    cursor: pointer;
    border-radius: 10px;
}
  
#myBar {
    width: 0%;
    height: 4px;
    background-color: white;
    border-radius: 10px;
}

.flexDra{
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin-top: 12px;
}
  
.logo {
    fill: red;
}

.btn-action{
    cursor: pointer;
    /* padding-top: 10px; */
    width: max-content;
}

.btn-ctn, .infos-ctn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.infos-ctn{
    /* padding-top: 20px; */
}
  
.btn-ctn > div {
    padding: 5px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.infos-ctn > div {
    /* margin-bottom: 8px; */
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.first-btn{
    margin-left: 3px;
}

.duration{
    margin-left: 3px;
}

.timer{
    margin-right: 3px;
    margin-bottom: 0;
}

.title{
    margin-left: 10px;
    width: 210px;
    text-align: center;
}

.player-ctn{
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    /* background-color: #373737; */
    margin:auto;
    /* margin-top: 100px; */
}
  
.playlist-track-ctn{
    display: flex;
    background-color: #464646;
    margin-top: 3px;
    border-radius: 5px;
    cursor: pointer;
}

.playlist-track-ctn > div{
    margin:10px;
}

.playlist-info-track{
    width: 80%;
}

.playlist-info-track,.playlist-duration{
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-size: 14px;
    pointer-events: none;
}

.playlist-ctn{
    padding-bottom: 20px;
    display: none;
}

.active-track{
    background: #4d4d4d;
    color: #ffc266 !important;
    font-weight: bold;
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
    color: #ffc266 !important;
}
  
.playlist-btn-play{
    pointer-events: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fas{
    color: #ffc266;
    font-size: 20px;
}


@media (min-width:576px){
    .col-lg-4{
        width: 100%;
    }
    .col-lg-12me{
        width: 100%;
    }
    /* .py-5{   
        padding-top: 30px;
        padding-bottom: 30px;
    } */
}

@media (min-width:768px){
    .col-lg-4{
        width: 50%;
    }
    .col-lg-4me{
        width: 100%;
    }
}

@media (min-width:992px){   
    .col-lg-4,  .col-lg-4me{
        width: 33.333%;
        padding: 0 11px;
    }
    .col-lg-8me{
        width: 66.666%;
    }
}

@media (min-width:576px) and (max-width:767px){
    #myProgress {
        width: 500px;
    }
}

@media (min-width:300px) and (max-width:992px){
    .py-5{   
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .latMt{
        margin-top: 30px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .podCardImg img{
        object-fit: cover;
        width: unset;
    }
    .posRel {
        padding: 25px 60px 28px 0;
    }
}

@media (min-width:300px) and (max-width:576px){
    .podCardImg{
        height: 180px;
    }
    .posRel {
        padding: 25px 50px 28px 0;
    }
    .playCont {
        width: 35px;
        height: 35px;
        right: 0px;
    }
    .d-flexm {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }
    .banImgCont {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 80px;
        height: 80px;
    }
    .banDetails .banText {
        font-size: 40px;
    }
    #myProgress {
        width: 230px;
    }
}

@media (min-width:768px) and (max-width:992px){
    .padRel {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .posRel {
        width: 48%;
    }
    #myProgress {
        width: 600px;
    }
}
a.bg-fanta.color-white {
    background: transparent;
}
@media (min-width: 1920px) {
	.pdlistTitle {
    font-size: 1.1em;
	}
	.podTime {
    font-size: .7em !important;
}
.podPara {
    font-size: 1em !important;
    margin-top: .3em;
    line-height: 1.6em !important;
}
.PlayIcon {
    height: 2.2em !important;
    width: 2.2em !important;
}
.PlayIcon svg {
    width: 1em !important;
    height: 1.4em !important;
}
.podRow p{
	font-size:.9em !important;
}
.podRow a{
	font-size: .9em !important;
}
.latRel {
    font-size: 1.6em;
    margin-bottom: 1em !important;
}
.podDetail {
    padding: 3em 0 !important;
}
.podCardImg {
height: 10em;
}
.sustain {
    font-size: 1em !important;
    margin-bottom: .5em !important;
}
.media-left img {
    border-radius: 3px;
    height: 4em !important;
}
.bannerBlist {
    background: transparent;
    height: 20em !important;
}
}