.audio-container {
    margin: 64px auto 0px;
    max-width: 800px;
    min-height: 212px!important;
    height: auto!important;
    justify-content: center;
    background-image: url(/sites/pc/image/pcast-bg-dsk.svg);
    background-size: cover;
    border-radius: 12px;
    padding: 24px 0;
    position: relative;
    z-index: 1;
}

.audio-top {
    display: flex;
    justify-content: space-between;
}

.audio-container p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin: 0 auto 32px;
    width: 92%;
}

.pcast-download img {
    min-width: 32px;
}

#audioplayer {
    display: flex;
    align-items: center;
}

#pcast-Button {
    background-color: #fff;
    border: transparent;
    min-height: 64px;
    background-repeat: no-repeat;
    min-width: 64px;
    box-shadow: 0 6px 20px 0 rgba(0, 56, 48, 0.12);
    border-radius: 50%;
    /* background-size: 14px 18px; */
    background-position: center;
    margin-right: 3.26%;
}

#pcast-Button:hover {
    box-shadow: 0 7px 23px 0 rgba(0, 56, 48, 0.4);
    background-color: #def1ef;
}

.pcast-pause {
    background-image: url(/sites/pc/image/icon-pause.svg);
}

.audio-container .play,.pcast-play {
    background-image: url(/sites/pc/image/icon-play-arrow.svg);
}

#pcast-Button img {
    width: 14px;
    height: 18px;
}

.audioplayer-controls {
    justify-content: space-between;
    display: flex;
    margin-left: auto;
    width: 81%;
    align-items: center;
    margin-right: 32px;
}

#timestamp,
#totaltime {
    font-size: 16px;
    line-height: 1.5;
    color: #fff!important;
}

#elapsed {
    height: 8px;
    border-radius: 15px 0px 0px 15px;
    position: absolute;
}

#playhead {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: -5px;
}

#elapsed,
#playhead {
    background: #fff;
}

#timeline {
    background: rgba(255, 255, 255, 0.35);
    width: 100%;
    height: 8px;
    margin: 0;
    border-radius: 15px;
}

.divideline {
    margin: 2px 3px 0;
    font-size: 18px;
    color: #fff;
}

.audioplayer-left {
    display: flex;
    align-items: center;
}

.audioplayer-center {
    display: flex;
}

.pcast-backward img,
.pcast-forward img {
    max-width: 32px;
}

.pcast-forward,
.pcast-backward,
.pcast-download,
#pcast-mute {
    background: transparent;
    border: transparent;
    min-width: 32px;
    min-height: 32px;
}

.pcast-speed {
    min-width: 32px;
    height: 32px;
    color: #006f60;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    border: transparent;
    margin: 0 6px;
    padding:0;
}

.pcast-speed:hover {
    text-decoration: none;
}

#pcast-mute,
.pcast-forward,
.pcast-backward {
    padding: 0;
}

#volume-slider {
    background: linear-gradient(to right, #fff 0%, #fff 50%, #ffffff59 50%, #ffffff59 100%);
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
}

#volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #fff;
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

#pcast-mute {
    display: flex;
    align-items: center;
    position: relative;
}

@media(min-width:1025px) {
    #audioplayer,
    .audio-top {
        width: 92%;
        margin: auto;
    }
    .audioplayer-right {
        width: 84%;
        margin: 28px auto 0;
    }
    .audio-container{
        width:79.3%;
    }
}

@media(min-width:600px) and (max-width:1024px) {
    #audioplayer,
    .audio-top {
        width: 89.26%;
        margin: auto;
    }
    .audioplayer-right {
        width: 83.4%;
        margin: 28px auto 0;
    }
    .audio-container {
        background-image: url(/sites/pc/image/pcast-bg-tab.svg);
        width:84.6%;
    }
    .audioplayer-controls {
        margin-top: 12px;
    }
}

@media(max-width:599px) {
    .audio-container {
        margin: 64px auto;
        width:91.5%;
        background-image: url(/sites/pc/image/pcast-bg-mob.svg);
    }
    #audioplayer,
    .audio-top {
        width: 86%;
        margin: auto;
    }
    .audioplayer-right {
        width: 72.88%;
        margin: 28px auto 0;
    }
    .pcast-backward {
        margin-left: 5.8%;
    }
    #audio-download {
        margin-left: 10.4%;
    }
    #pcast-mute {
        display: none;
    }
    #pcast-Button {
        min-width: 56px;
        min-height: 56px;
        margin-right: 8.14%;
    }
    .pcast-speed {
        margin: 0 4px;
    }
    .audio-container p {
        width: 86%;
    }
    .audioplayer-controls {
        margin-top: 24px;
    }
}