.details-content {
    padding: 10px 10px 1px;
    padding-bottom: 1px;
    margin-bottom: 25px;
    display: block;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.details-content h1 {
    color: var(--primary-color);
    font-size: 38px;
    margin: 0;
}
.details-content span {
    display: block;
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 8px;
}
.details-content hr {
    margin-top: 16px;
    margin-bottom: 20px;
}
.details-content .small {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details-content .small .details-author {
    margin-right: 10px;
    width: 20%;
}

.details-content .small .fa-user-circle {
    font-size: 42px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
}
.details-content .small p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.details-content .small p i {
    padding-right: 8px;
}

.details-content .post-text {
    flex: 1;
}

.share-btn {
    display: inline-block;
    margin-top: 4px;
}
.share-btn a {
    background: #d5d1d1;
    color: #222;
    margin-right: 10px;
    height: 28px;
    line-height: 30px;
    float: left;
    width: 30px;
    display: block;
    text-align: center;
    border-radius: 4px;
}
.details-content p {
    margin: 12px 0;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #000;
}
.details-content img {
    margin-bottom: 5px;
}
.details-content img {
    padding: 5px 0;
    width: 100%;
    height: auto;
}
.details-content .details-banner {
    text-align: center;
    margin: 14px 0;
}
.details-content .details-banner img {
    width: auto;
}
.details-right-news-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.details-right-news-heading h2 {
    color: #222;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    margin: 0;
    border-top: 3px solid #19232d;
    border-bottom: 1px solid #19232d;
}
.category-left-more-btn-wrapper {
    margin: auto;
}
.details-btn {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}
.btn-more-details {
    background: var(--primary-color);
    color: var(--light-color);
    transition: all 0.5s ease 0s;
    cursor: pointer;
    font-size: 18px;
    border: 0;
}
.btn-more-details:hover {
    color: var(--light-color);
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.hvr-bounce-to-right::before {
    background-color: var(--content-color);
    color: #282828;
    border: 1px solid #282828;
    border-radius: 3px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-more-details:hover {
    color: #282828;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
    color: #282828;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tag-ul {
    margin: 0;
    padding: 0;
    margin: 24px 0 0;
    text-align: left;
}
.tag-ul li {
    color: #000;
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}
.tag-ul li:first-child {
    font-size: 15px;
    color: #222;
    padding: 3px 0px 2px 0;
}
.tag-ul li a {
    color: #000;
    background: #eee;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    padding: 4px 12px 3px;
    transition: 0.3s;
}
.tag-ul li a:hover {
    background: #dbd6d6;
}

.share_btn_wrapper {
    position: relative;
    display: block;
    float: right;
}

.follow-us-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.follow-us-ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -20px;
}

.follow-us-ul li a {
    border: 0;
    background: #eee;
    height: 41px;
    width: 42px;
    color: #000;
    border-radius: 10px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    transform: translateY(0px);
}

.follow-us-ul li a img {
    height: 35px;
    width: auto;
}

.follow-us-ul li a:hover {
    transform: translateY(-4px);
}

.podcast-details iframe {
    height: 120px;
}

.details-page-side-banner-2 {
    text-align: center;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}

.other-news-single-wrapper {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.other-news-single {
    position: relative;
    width: 65%;
    margin: auto;
}

.other-news-single a {
    display: inline-block;
    width: 100%;
}

.other-news-single-left {
    float: left;
    width: 40%;
}

.other-news-single-right {
    width: 60%;
    padding: 12px;
    background: #ebebeb;
    max-height: 122px;
    min-height: 122px;
    overflow: hidden;
    display: inline-block;
}

.other-news-single-right h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.other-news-single-right span {
    color: #e74c4f;
    font-size: 14px;
    line-height: 14px;
}

.other-news-single-left img {
    margin: 0;
    padding: 0;
}

.read-more-inner-box .me-3 {
    line-height: 24px;
    font-size: 18px;
    transition: 0.5s;
    color: #e74c4f;
}

.read-more-inner-box {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.read-more-inner-box i {
    color: #0084c6;
    font-size: 24px;
    line-height: 12px;
    top: 5px;
    position: absolute;
    left: -30px;
    transition: 0.5s;
}

.other-news-single a:hover .read-more-inner-box i {
    color: #e74c4f;
}

.other-news-single a:hover .read-more-inner-box .me-3 {
    color: #0084c6;
}

.media {
    display: block;
}

blockquote {
    border-top: 4px solid #000;
    background: #e7e7e7;
    padding: 10px 30px;
    position: relative;
}

blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 22px;
    left: 8px;
    top: 0px;
    color: #c8c8c8;
}

.image-caption-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

.image-caption-wrapper .image-caption {
    font-size: 18px;
    height: 30px;
    width: 100%;
    display: block;
    bottom: 0;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    color: #fff;
    z-index: 100;
    left: 0;
}

.image-caption-wrapper img, .image-caption-wrapper video{
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.social-link-wrapper iframe{
    max-height: 70px;
}
.youtube-frame{
    display: flex;
    flex-direction: column;
}
.youtube-frame h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}


.social_list {
    gap: 6px;
    transition: all 0.3s;
}

.social_list a, .social_list button {
    display: flex;
    background: var(--icon_bg);
    padding: 4px 8px;
    text-align: center;
    border-radius: 8px;
    color: var(--icon);
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.social_list a:hover, .social_list button:hover {
    background: var(--primary-color);
    color: var(--light-color) !important;
    transform: translateY(-5px);
}

.social_list.lg a, .social_list.lg button {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.next-content {
    margin-bottom: 30px;
    clear: both;
    border-top: 5px solid #000;
}

.next-content span {
    color: #fff;
    background: #000;
    border-radius: 0 0 15px 15px;
    padding: 6px 15px 7px;
    display: block;
    width: 110px;
    margin: -1px auto 0;
    font-weight: bold;
    border-bottom: 3px solid red;
}

.mb-150 {
    margin-bottom: 150px;
}

.right_sidebar_ad_box {
    width: 125px;
    height: 600px;
    position: fixed;
    z-index: 99;
    top: 2px;
    right: -5px;
    overflow: hidden;
    padding: 0;
    transition: 0.5s;
}

.right_sidebar_ad_box i {
    color: #1da255;
}

.right_sidebar_ad_box i:hover {
    color: #ff0000;
}

#right_sidebar_ad_inner {
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}

.adsense_responsive {
    width: 120px !important;
    height: 600px !important;
}

#rsidebar_closebtn {
    position: fixed;
    top: 580px;
    right: 120px;
    transition: 0.3s;
}

#rsidebar_openbtn {
    display: none;
    position: fixed;
    top: 580px;
    right: 5px;
    transition: 0.3s;
}

.left_sidebar_ad_box {
    width: 125px;
    height: 600px;
    position: fixed;
    z-index: 99;
    top: 2px;
    left: 0;
    overflow: hidden;
    padding: 0px;
    transition: 0.5s;
}

.left_sidebar_ad_box i {
    color: #1da255;
}

.left_sidebar_ad_box i:hover {
    color: #ff0000;
}

#left_sidebar_ad_inner {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.adsense_responsive {
    width: 120px !important;
    height: 600px !important;
}

#lsidebar_closebtn {
    position: fixed;
    top: 580px;
    left: 120px;
    transition: 0.3s;
}

#lsidebar_openbtn {
    display: none;
    position: fixed;
    top: 580px;
    left: 5px;
    transition: 0.3s;
}

.details-page-tab {
    margin-bottom: 24px;
}

.details-page-tab .latest-news-ul .latest-news-left {
    width: 33%;
}

.details-page-tab .latest-news-ul .latest-news-right {
    width: 67%;
}

.podcast-details {
    margin-top: 15px;
}

.more-news-single-text {
    margin-top: -10px;
}

.archive-btn {
    margin-bottom: 30px;
}

#snackbar {
    position: fixed;
    background: #1a1b1c;
    bottom: 20px;
    width: 200px;
    padding: 15px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
}

div#snackbar.show {
    opacity: 1 !important;
}

.footer-wrapper {
    background-color: #f4f4f4;
}

.footer-menu ul li a {
    color: #000;
}

.footer-menu ul li a:hover {
    color: #fff;
}

.footer-address p {
    color: #000;
}

.footer-tex-left,
.footer-text-mid {
    color: #000;
}

.media-btn-list li a i {
    color: #000;
}

.google-news-link {
    background: #fff3e6;
    border: 0.5px solid #d3d3d3;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 5px 0 4px;
    text-align: center;
    margin-bottom: 0;
}

.google-news-img {
    height: 40px !important;
    margin-right: 5px !important;
    max-width: none !important;
    min-width: auto !important;
    padding-bottom: 10px !important;
    width: 33px !important;
}

.google-news-link a {
    text-decoration: none;
}

@media only screen and (max-width: 1400px) {
    .right_sidebar_ad_box {
        display: none;
    }

    .left_sidebar_ad_box {
        display: none;
    }
}

@media print {
    @page {
        size: A4;
    }

    a {
        text-decoration: none !important;
    }

    img {
        max-width: 100% !important;
    }

    .d-print-none {
        display: none !important;
    }

    .left-content-area {
        width: 100%;
        display: block;
    }

    .right-content-area,
    .adsbygoogle {
        display: none !important;
    }

    #header {
        display: none;
    }

    .other-banner-1,
    .other-banner-2,
    .details-more-news,
    .footer-wrapper,
    .right-content-area {
        display: none;
    }

    .social-link-wrapper,
    .top-date,
    .social-share-icon,
    .body-ad,
    .details-share-btn-main-wrapper {
        display: none;
    }

    .new-logo-area {
        width: 100%;
        text-align: center;
    }
}
