html {
    direction: rtl;
    text-align: right;
}

body {
    font-family: IRANSans, sans-serif;
    font-size: 14px;
    color: #000;
    overflow: scroll;
    overflow-x: hidden; // hide vertical
}

h1 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
}

a {
    text-decoration: none;
}

p{
    text-align: justify;
}

.headcf {
    background-color: #fff;
    z-index: 10;
}

.header {
    height: 120px;
    font-size: 17px;
    padding: 23px 0 40px;
}

a {
    color: #000;
}

.header .nav-link {
    color: #000;
    padding: 12px !important;
}

.header .logo {
    padding-left: 8px;
}

.header .social {
    text-align: left;
    height: 66px;
    line-height: 66px;
}

.head-container {
    padding: 0;
}

.s-1 {
    height: 257px;
    background-image: url("../images/dots.png");
    margin-bottom: 116px;
}

.s-1-1 {
    padding: 51px 24px;
}

.s-1-1 .title {
    width: 420px;
    max-width: 100%;
    min-height: 72px;
    background-color: #3d4e62;
    border-radius: 4px;
    padding: 15px 5px;
    font-size: 24px;
}

.s-1-1 .title a {
    text-decoration: none;
    color: #fff;
}

.s-1-1 .episode_number {
    width: 102px;
    height: 28px;
    background: #F8C617;
    text-align: center;
    margin-right: -24px;
    font-size: 12px;
    padding: 4px;
    line-height: 20px;
    border-radius: 4px;
    color: #000;
    display: inline-block;
}

.s-1-1 .description {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    min-height: 208px;
}

.s-1-1 .description .description-text {
    padding: 24px 40px 24px 22px;
}

.s-1-1 .description .description-left {
    direction: ltr;
}

.s-1-1 .description .description-left .social {
    position: relative;
    top: -60px;
}

.s-1-1 .description .description-left .social img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 8px 12px 8px 30px;
    border-radius: 8px;
}

.s-1-1 .description .description-left .social .acast {
    margin-top: -9px;
}

.s-1-1 .description .description-left .episode-image {
    width: 254px;
    height: 254px;
    margin-top: -72px;
    border-radius: 8px;
}

.s-1-1 .description .description-left .episode-image img{
    width: 254px;
    height: 254px;
    border-radius: 8px;
}


.s2-cont {
    margin-top: 56px;
    padding: 60px 0;
}

.s-2 {
    min-height: 390px;
    background-image: url("../images/s2-bg.png");
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 97px;
    padding: 0 24px;
}

.s-2 .text-right {
    padding: 105px 0;
}

.s-2 .text-right .title{
    height: 62px;
    font-size: 24px;
    font-weight: 700;
    background-image: url(../images/s2-title-bg.png);
    background-repeat: no-repeat;
    line-height: 60px;
    background-position: right 13px center;
    margin-right: -12px;
}

.s-2 .text-right .description{
    height: 107px;
    margin-top: 35px;
}

#applyForm {
    margin-top: 62px;
    float: left;
}

#applyForm .fmin{
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #CACACA;
    border-radius: 4px;
    margin: 0 15px 15px 0;
}

#applyForm .fmtx {
    width: 100%;
    height: 103px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #CACACA;
    border-radius: 4px;
    margin: 0 15px 15px 0;
}


#applyForm .submitForm {
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    width: 100%;
    height: 36px;
    background: #415B74;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #fff;
    border: none;
    margin-right: 15px;
}

#applyForm label {
    background-color: #fff;
    color: #484848;
    padding: 0 4px;
    height: 17px;
    font-size: 10px;
    width: fit-content;
    position: relative;
    right: 28px;
    top: 10px;
}

#episodes-carousel {
    height: 309px;
    width: 100%;
    direction: ltr;
}

#episodes-carousel .item {
    width: 277px;
    height: 277px;
    border-radius: 8px;
}

#episodes-carousel .item .episode-number {
    width: 71px;
    height: 28px;
    background: #F8C617;
    text-align: center;
    font-size: 12px;
    padding: 4px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 8px;
    z-index: 1;
}



.owl-carousel .owl-nav button.owl-prev span {
    background-image: url("../images/Arrow_left_long.png");
    width: 24px;
    height: 24px;
    display: block;
}

.owl-carousel .owl-nav button.owl-next {
    position: relative;
    right: -722px;
}

.owl-carousel .owl-nav button.owl-next span {
    background-image: url("../images/Arrow_right_long.png");
    width: 24px;
    height: 24px;
    display: block;
}

.left-carousel {
    height: 309px;
    left: 0px;
    background: #3C4E62;
    border-radius: 0px 8px 8px 0px;
}

.right-carousel {
    position: absolute;
    height: 309px;
    right: 0px;
    background: #3C4E62;
    border-radius: 155px 0 0 155px;
    z-index: 1;
    min-width: 33%;
}

.leftdir {
    direction: ltr;
}

.epidods-title , .epidods-title a {
    color: #FFF;
}

.epidods-title {
    text-align: left;
    line-height: 309px;
    padding-left: 139px;
    font-weight: 700;
    font-size: 24px;
}

.s3 .s3-title {
    height: 41px;
    line-height: 41px;
    font-weight: 700;
    font-size: 24px;
    margin: 40px 0;
}

.s3 .s3-title .archive {
    text-align: left;
    font-weight: 500;
    font-size: 12px;
}

.s3 .s3-title .archive a {
    color: #4E7F9F;
    text-decoration: none;
}

.s3 .s3-title .archive img {
    margin-right: 10px;
}

.s3 .blogs .image-holder img {
    width: 100%;
}

.image-holder img {
    border-radius: 8px;
}

.s3 .blogs .blog-title {
    line-height: 34px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.s3 .blogs .blog-title a {
    text-decoration: none;
}

.s3 .blogs .sub-title {
    font-size: 12px;
    padding-right: 24px;
    margin: 4px 0;
}

.s3 .blogs .blog-info {
    font-size: 10px;
    text-align: left;
}

.footer {
    /* height: 186px; */
    padding: 64px 0;
}

.footer .social {
    height: 24px;
    text-align: center;
    margin-bottom: 16px;
}

.footer .social img {
    width: 24px;
    height: 24px;
    margin: 0 4px;
}

.footer .copy-right {
    height: 17px;
    color: #6F6F6F;
    font-size: 10px;
    text-align: center;
}

.arrow-up {
    width: 50px;
    height: 50px;
    background-color: #3c4e62;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    left: 50px;
    bottom: 60px;
}

.arrow-up img {
    margin: 16px 18px;
}

#section3 {
    padding-left: 0;
    padding-right: 0;
}


/* episoddes */

.episode-page {
    padding-top: 144px;
}

.sidecol {
    padding-right: 0;
}

.episode-page .sidebar {
    background-color: #3C4E62;
    color: #FFF;
    border-radius: 3000px 3000px 0 0;
    padding: 80px 24px 40px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

}

.episode-page .sidebar .episode-info{
    position: -webkit-sticky;
	position: sticky;
	top: 144px;
}

.episode-page .sidebar .episode-info .episode-image{
    padding: 0 32px;
    text-align: center;
    width: 320px;
    height: 256px;
    margin: 0 auto;
}

.episode-page .sidebar .episode-info .episode-image  .episode-main-image{
    width: 256px;
    height: 256px;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
}


.episode-page .sidebar .episode-info .episode-image .playPauseBtn{
    width: 48px;
    height: 48px;
    position: relative;
    right: -109px;
    z-index: 2;
    top: -42px;
}

.player {
    text-align: center;
    width: 320px;
    margin: auto;
}

.audio-player {
    margin: 10px 0;
    background-color: #3c4e62;
    border-radius: 8px;
}

video {
    width: 100%;
    margin-bottom: -8px;
    border-radius: 8px 8px 0 0;
}

.main-controls {
    direction: ltr;
    background: rgba(78, 127, 159, 0.3);
    border-radius: 8px;
    padding: 16px 0px 7px;
    position: relative;
    z-index: 1;
}

.progress-bar {
    width: 100%;
    height: 6px;
    padding: 2px;
    background-color: #ddd;
    border-radius: 5px;
    margin-top: 10px;
    /* position: relative; */
    overflow: hidden;
}
.progress {
    height: 100%;
    background-color: #252b37;
    width: 0%;
    border-radius: 5px;
    transition: width 0.1s;
}
.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.controls button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}
.controls button:hover {
    background-color: #0056b3;
}
.volume-container {
    display: inline-block;
}
.volume-control {
    display: none;
    position: absolute;
    bottom: 70%;
    /* left: 50%; */
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 5px;
    width: 100px;
}
.volume-container:hover .volume-control {
    display: block;
}
.volume-control input[type="range"] {
    width: 100%;
}

.main-controls .col-xl-1, .main-controls .col-xl-8 {
    padding: 0 2px;
}

.controls-row {
    display: flex;
}

.controls-row .controls-1{
    width: 24px;
    height: 24px;
    margin: 0 4px;
}

.controls-row .controls-3{
    width: 100%;
    margin: 0 4px;
    height: 39px;
}

.sidebar .episode-info .title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    height: 41px;
    line-height: 41px;
    margin-top: 40px;
}

.sidebar .episode-info .sub-title {
    color: #FFF;
    font-size: 12px;
    margin-top: 16px;
    text-align: justify;
}

.sidebar .episode-info .date {
    color: #FFF;
    font-size: 10px;
    margin: 16px 0;
    text-align: justify;
    height: 17px;
    line-height: 17px;
}

.episode-page .main-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.episode-page .main-col {
    display: flex;
    flex-direction: column;
}

.episode-page .blogs {
    margin-bottom: 40px;
}

/* blogs */

.blog-page {
    padding-top: 144px;
}

.sidecol {
    padding-right: 0;
}

.blog-page .sidebar {
    background-color: #3C4E62;
    color: #FFF;
    border-radius: 190px 190px 0 0;
    padding: 80px 24px 40px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

}

.blog-page .sidebar .blog-info{
    position: -webkit-sticky;
	position: sticky;
	top: 144px;
}

.blog-page .sidebar .blog-info .blog-image{
    padding: 0 32px;
    text-align: center;
    width: 320px;
    height: 256px;
}

.blog-page .sidebar .blog-info .blog-image .blog-main-image{
    width: 256px;
    height: 256px;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
}

.blog-page .sidebar .blog-info .blog-image .playPauseBtn {
    width: 24px;
    height: 24px;
    /* position: relative;
    right: -109px;
    z-index: 2;
    top: -42px; */
}

.playPauseBtn  {
    width: 24px !important;
    height: 24px !important;
}

.player {
    text-align: center;
    width: 320px;
    margin: auto;
}
.blog-page .main-controls {
    direction: rtl;
    background: rgba(78, 127, 159, 0.3);
    border-radius: 8px;
    padding: 16px 0px;
    margin-top: 16px;
}

.blog-page .main-controls .next {
    text-align: right;
}

.blog-page .main-controls .prv {
    text-align: left;
}

.blog-page .main-controls img{
    margin: 0 13px;
}

.blog-page .main-controls a{
    color: #FFF;
}

.blog-page .date img {
    margin-left: 4px;
}

.blog-page .source {
    margin-top: 40px;
    font-size: 20px;
    color: #FFF;
}

.blog-page .items .item img {
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.blog-page .items .item {
    margin-top: 16px;
    font-size: 10px;
    color: #FFF;
}

.blog-page .items .item a {
    color: #FFF;
}

.blog-page .main-content{
    text-align: justify;
}

.sidebar .blog-info .title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 41px;
    margin-top: 40px;
}

.sidebar .blog-info .sub-title {
    color: #FFF;
    font-size: 12px;
    margin-top: 16px;
    text-align: justify;
}

.sidebar .blog-info .date {
    color: #FFF;
    font-size: 10px;
    margin: 16px 0;
    text-align: justify;
    height: 17px;
    line-height: 17px;
}

.blog-page .main-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.blog-page .main-col {
    display: flex;
    flex-direction: column;
}

.blog-page .blogs {
    margin-bottom: 40px;
}

.sub-title {
    text-align: justify;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookie-consent button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.cookie-consent button:hover {
    background-color: #0056b3;
}

.blog_area {
    padding-top: 130px;
}

.blog_area .image-holder img {
    width: 100%;
}

.blog_area .blog-title {
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.blog_area .blog-title a {
    text-decoration: none;
}

.blog_area .sub-title {
    font-size: 12px;
    padding-right: 24px;
    margin: 4px 0;
}

.blog_area .blog-info {
    font-size: 10px;
    text-align: left;
}

.blogs-pagination {
    margin-top: 70px;
}

.product_area {
    padding-top: 130px;
}

.product_area .image-holder img {
    width: 100%;
}

.product_area .product-title {
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.product_area .product-title a {
    text-decoration: none;
}

.product_area .sub-title {
    font-size: 12px;
    padding-right: 24px;
    margin: 4px 0;
}

.product_area .product-info {
    font-size: 10px;
    text-align: left;
}

.product-pagination {
    margin-top: 70px;
}

.about_page {
    padding-top: 130px;
}

.about_page .topBanner {
    background-image: url("../images/about.png");
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    padding-top: 79px;
    margin-bottom: 60px;
}

.about_page .banner {
    padding: 0;
}

.about_page .title {
    height: 41px;
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
}

.about_page .subtitle {
    font-size: 14px;
    color: #FFF;
    margin:50px 24px 0 0;
    text-align: justify;
}

.about_page .social {
    background: #3c4e62;
    height: 56px;
    width: 293px;
    border-radius: 0 29px 29px 0;
    position: absolute;
    left: 0;
    top: 378px;
    padding: 16px 24px;
}

.about_page .social img{
    border-radius: 8px;
    margin-left:8px;
    width: 24px;
    height: 24px;
}

.contactus {
    margin-bottom: 56px;
}

.contactus .title {
    font-size: 24px;
    font-weight:700;
    padding-top: 32px;
    padding-bottom: 32px;
}

.contactus .subtitle {
    font-size: 14px;
    margin-bottom: 32px;
    text-align: justify;
}

.contactus .contact-info div {
    height: 24px;
    line-height: 24px;
    margin: 4px 0;
}

.contactus .contact-info img {
    margin-left: 8px;
}

.contactus #applyForm .fmin, .contactus #applyForm .fmtx, .contactus #applyForm .submitForm {
    margin: 0;
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    color: #000;
    display: none;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
}

.fullscreen-menu.show {
    display: block;
}

.mobile-menu {
    margin: 60px auto 0;
    display: block;
}

.mobile-menu-item {
    padding: 12px 0;
    font-size: 20px;
    font-weight: 500;
}

.mobile-menu-item img {
    float: left;
}

#fullscreenMenu .social {
    margin: 0 auto 40px;
}

#fullscreenMenu .footer {
    padding: 20px 0;
    height: auto;
    margin: 10px auto;
    width: 90%;
}

#fullscreenMenu .footer .copy-right {
    height: auto;
    width: 90%;
    margin: auto;
}

.mt-2-5 {
    margin-top: 12px;
}

.time-display {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.progress-bar {
    /* position: relative; */
}

.time-tooltip {
    position: relative;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none; /* Prevent tooltip from interfering with mouse events */
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #007bff; /* رنگ اسپینر */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 1144px) {

    .header {
        padding: 8px 2px;
        height: 56px;
        margin-bottom: 24px;
    }

    .navbar {
        float: left;
        padding: 8px 0;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        width: 22px;
        height: 20px;
    }

    .navbar-toggler-icon {
        background-image: url("../images/nav.png");
        width: 22px;
        height: 20px;
    }

    .logo {
        height: 40px;
        width: auto;
    }

    .position-fixed {
        position: relative !important;
    }

    .mobile-view .episode-image img {
        width: 100%;
        border-radius: 0;
    }

    .mobile-view .se1 {
        padding: 0;
    }

    .mobile-view .se1 .episode_number {
        width: 102px;
        height: 28px;
        background: #F8C617;
        text-align: center;
        font-size: 12px;
        padding: 4px;
        line-height: 20px;
        border-radius: 4px 0 0 4px;
        color: #000;
        display: inline-block;
        position: absolute;
        top: -20px;
        right: 0px;
    }

    .mobile-view .se1 .title {
        width: 70%;
        min-height: 50px;
        background-color: #3d4e62;
        border-radius: 30px 0 0 30px;
        padding: 15px 5px;
        font-size: 20px;
        line-height: 30px;
        position: relative;
        top: -40px;
        display: inline-block;
    }

    .mobile-view .se1 .title a {
        text-decoration: none;
        color: #fff;
    }

    .mobile-view .se1 .social {
        width: 30%;
        float: left;
        padding-left: 6px;
        direction: ltr;
        text-align: left;
        position: relative;
        top: -10px;
    }

    .mobile-view .se1 .social img {
        width: 16px;
        height: 16px;
        margin: 0px 6px;
        border-radius: 2px;
    }

    .mobile-view .se-1-desc{
        padding: 0 14px;
        margin-top: -20px;
        text-align: justify;
    }

    .mobile-view .se-1-desc .more {
        position: relative;
        top: 3px;
    }

    .mobile-view .s-2 {
        background-image: none;
        padding: 0 12px;
    }

    .mobile-view .s-2 .title {
        font-size: 20px;
        font-weight: 700;
        background-image: url(../images/s2-title-bg.png);
        background-repeat: no-repeat;
        line-height: 32px;
        background-position: top 1px center;
        margin-right: 0px;
        background-size: contain;
    }

    .mobile-view .s-2 .text-right {
        padding: 50px 0 0 0;
    }

    .mobile-view .s-2 .text-right .description {
        margin: 16px 0;
        text-align: justify;
        font-size: 12px;
        line-height: 19px;
        height: auto;
    }

    .mobile-view .s-2 #applyForm {
        margin: 0 0 24px 0;
        float: none;
    }

    .mobile-view .s-2 #applyForm label {
        position: relative;
        right: 10px;
        top: 10px;
    }

    .mobile-view .s-2 #applyForm .fmin  {
        margin: 0;
    }

    .mobile-view .s-2 #applyForm .fmtx {
        margin: 0 0 13px 0;
    }

    .mobile-view .s-2 #applyForm .submitForm {
        margin-right: 0;
    }

    .mobile-view .se-3 {
        direction: ltr;
        margin-bottom: 24px;
    }

    .mobile-view .se-3 .left-carousel {
        height: 160px;
        width: 14px !important;
        padding: 0;
        position: absolute;
        z-index: 10;
    }

    .mobile-view .se-3 #episodes-carousel {
        height: auto;
    }

    .mobile-view .se-3 #episodes-carousel img {
        border-radius: 4px;
    }

    .mobile-view .se-3 .right-carousel {
        /* height: 160px; */
    }

    .mobile-view .se-3 .epidods-title {
        /* text-align: left;
        line-height: 160px;
        padding-left: 70px;
        font-weight: 700;
        font-size: 24px; */
    }

    .mobile-view .se-3 .right-carousel {
        min-width: 120px;
        padding-left: 0px;
        position: absolute;
        width: 120px;
    }

    .mobile-view .se-3 #episodes-carousel .item {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .mobile-view .owl-carousel .owl-nav button.owl-next {
        position: relative;
        right: 0;
    }

    .mobile-view .se-3 .col-12 {
        padding: 0;
    }

    .mobile-view .owl-nav {
        display: none;
    }

    .mobile-view .se-title {
        font-size: 20px;
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        margin-bottom: 16px;
        margin-top: 50px
    }

    .mobile-view .se-title .archive {
        text-align: left;
        font-weight: 500;
        font-size: 12px;
    }

    .mobile-view .se-title .archive a {
        color: #4E7F9F;
        text-decoration: none;
    }

    .mobile-view .se-title .archive img {
        margin-right: 10px;
    }

    .mobile-view .blogs img{
        width: 100%;
    }

    .mobile-view .blogs .blog {
        margin-bottom: 32px;
    }

    .mobile-view .blogs .blog-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        margin: 8px 0 4px 0;
    }

    .mobile-view .blogs .sub-title {
        font-size: 14px;
    }

    .mobile-view .blogs .blog-info {
        font-size: 10px;
        text-align: left;
    }

    .footer {
        height: auto;
        padding: 60px 14px 24px;
    }

    .product_area {
        padding-top: 0;
    }

    .episode-page {
        padding-top: 20px;
    }

    .mobile-view .episode-m-page {
        /* padding-bottom: 88px; */
    }

    .mobile-view .episode-m-page .episode_number {
        width: 102px;
        height: 28px;
        background: #F8C617;
        text-align: center;
        font-size: 12px;
        padding: 4px;
        line-height: 20px;
        border-radius: 4px 0 0 4px;
        color: #000;
        display: inline-block;
        position: absolute;
        top: -20px;
        right: 0px;
    }

    .mobile-view .episode-m-page .title {
        width: 100%;
        /* width: 140%; */
        min-height: 50px;
        background-color: #3d4e62;
        border-radius: 30px 0 0 30px;
        padding: 15px 5px;
        font-size: 20px;
        line-height: 30px;
        position: relative;
        display: inline-block;
        top: 16px;
        right: -14px;
    }

    .mobile-view .episode-m-page .title a {
        text-decoration: none;
        color: #fff;
    }

    .mobile-view .episode-m-page .container-fluid {
        padding: 0 14px;
    }

    .mobile-view .image-holder img {
        border-radius: 0;
        width: 100%;
    }

    .mobile-view .sub-title {
        font-size: 10px;
        margin-top: 32px;
    }


    .mobile-view .blogs .sub-title {
        font-size: 12px;
        margin-top: 0;
    }

    .mobile-view .date {
        font-size: 8px;
        margin: 8px 0;
        height: 17px;
        line-height: 17px;
    }

    .mobile-view .main-content {
        margin-top: 40px;
    }

    .mobile-view .main-audio {
        padding: 32px 12px;
        position: fixed;
        bottom: -2px;
        background-color: #3C4E62;
        height: 50px;
        width: 100%;
        border-radius: 8px 8px 0 0 !important;
    }

    .mobile-view .main-controls .playPauseBtnMobile {
         width: 24px;
         height: 24px;
    }

    .mobile-view .controls-row .controls-3 {
        width: 100%;
    }


    .mobile-view .volume-control {
        left: -17px;
    }

    .mobile-view .blog-main-image {
        width: 100%;
        aspect-ratio: 1 / 1;
        background-position: center;
        background-size: cover;
    }

    .blog-page {
        padding-top: 0;
    }

    .about_page .social {
        background: #3c4e62;
        height: 54px;
        width: 115px;
        border-radius: 0 24px 24px 0;
        position: absolute;
        padding: 16px 0px 16px 14px;
        bottom: 170px;
        display: inline-block;
        text-align: left;
    }

    .about_page .social img {
        border-radius: 2px;
        margin-right: 8px;
        width: 16px;
        height: 16px;
        margin-left: 0;
    }

    .about_page {
        padding-top: 0;
    }

    .blog_area {
        padding-top: 0;
    }

    .mobile-view .source {
        margin-top: 32px;
    }

    .mobile-view .source .sources-title {
        height: 27px;
        line-height: 27px;
        font-size: 16px;
        font-weight: 700;
    }

    .mobile-view .source .item {
        margin-top: 8px;
        font-size: 10px;
    }

    .mobile-view .source .item img {
        margin-left: 4px;
        width: 24px;
        height: 24px;
    }

    .mobile-view .allMobilePlayers {
        /* position: fixed;
        bottom: -16px;
        left: 0;
        background: #fff;
        height: 120px;
        transition: height 0.4s; */
    }

    .mobile-view .openPlayer {
        position: absolute;
        left: 19px;
        top: -23px;
        border-radius: 10px 10px 0 0;
        width: 40px;
    }

    .mobile-view .logos {
        width: 270px;
        height: 100px;
        margin: 0 auto 20px;
    }

    .mobile-view .logos img {
        width: 80px;
        height: 80px;
        margin: 5px;
    }

}


.mobile-view .main-controls {
    padding: 12px;
    /* position: fixed; */
    bottom: -2px;
    background-color: #3C4E62;
    height:50px;
    width: 100%;
    border-radius: 8px;
}

.mobile-view .main-controls .playPauseBtnMobile {
     width: 24px;
     height: 24px;
}

.mobile-view .controls-row .controls-3 {
    width: 100%;
}


.mobile-view .volume-control {
    left: -17px;
}

.logos {
    width: 570px;
    height: 200px;
    margin: 0 auto 30px;
}

.logos img {
    width: 150px;
    height: 150px;
    margin: 20px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: #4e7f9f !important;
}

.book{
    margin: 30px 0 10px;
}

.book img {
    max-width: 100%;
}

.bookProperties {
    text-align: left;
}

.bookProperties .book_title{
    font-size: 16px;
    font-weight: 700;
}

.bookProperties .book_author{
    font-size: 14px;
    font-weight: 400;
}

.bookProperties .book_year{
    font-size: 10px;
    font-weight: 300;
}

.episodeSocial {
    width: 32px;
    height: 160px;
    position: relative;
    background-color: #FFF;
    border-radius: 4px;
    top: -184px;
    right: 3px;
    z-index: 2;
    display: none;
}

.episodeSocial img {
    width: 24px;
    height: 24px;
    margin: 8px 4px;
}

#section2 {
    padding: 0;
}
