.pr_blogdetail_sec {
    padding: 40px 0;
}

.pr_breadlist {
    list-style: none;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 25px;
}

.pr_bread_item {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.pr_bread_item:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    margin: 0 8px;
}

.pr_bread_item:last-child:after {
    display: none
}

.pr_bread_item_url {
    color: #000;
    font-size: 12px;
}

.pr_bread_item.active {
    color: var(--theme-color);
}

/* publish */
.pr_publishlist {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
}

.pr_bglogo {
    width: 25px;
}

.prnews_pubitem {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    -webkit-transition: 0.4sease -in-out;
    transition: 0.4sease -in-out;
}

/* article */
.pr_article_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.pr_article_titlename {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pr_article_content {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.pr_articleimg {
    width: 100%;
    border-radius: 8px;
}

.pr_articleviews {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pr_videoframe {
    width: 100%;
    height: 400px;
    max-width: 100%;
    border-radius: 6px;
}

/* tags */
.pr_tagslist {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tags_title {
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.pr_tagslist li a {
    padding: 7px 14px;
    border: 1px solid var(--theme-color);
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color);
    border-radius: 4px;
    background-color: var(--white-color);
}

.pr_tagslist li a:hover {
    color: #fff;
    background-color: var(--theme-color);
}

/* category */
.categnews_title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pr_relatedcat_list {
    list-style: none;
}

.pr_relatedcat_list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.pr_relatedcat_list li:last-child {
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
}

.prrelated_link {
    color: #101e27;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prrelated_link:hover {
    color: var(--theme-color);
}

.prrelated_text {
    color: #2d415a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* social */
.pr_blog_shareflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pr_blog_shareflex_left {
    width: 40%;
}

.pr_blog_shareflex_right {
    width: 60%;
    text-align: right;
}

.socialmedia_listfooter {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.socialmedia_listfooter li {
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
}

.socialmedia_listfooter li a {
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* videos section */
.pr_videos_sec {
    padding: 30px 0;
}

.pr_fourvideos_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    align-items: center;
}

.pr_fouritemimg {
    position: relative;
    width: 34%;
}

.pr_fouritemtitle {
    width: 66%;
}


/* Media Queries */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .pr_blogdetail_sec {
        padding: 30px 0;
    }

    .pr_breadlist {
        margin-bottom: 20px;
    }

    .pr_bread_item_url {
        font-size: 12px;
    }

    .pr_bread_item {
        font-size: 12px;
    }

    .pr_article_content {
        font-size: 14px;
    }

    .pr_article_titlename {
        font-size: 24px;
    }

    .pr_bglogo {
        width: 20px;
    }

    .prnews_pubitem {
        font-size: 12px;
    }

    .pr_videoframe {
        height: 250px;
    }

    /* blog share */
    .pr_articleviews {
        font-size: 12px;
    }

    .pr_blog_shareflex {
        gap: 15px;
    }

    .pr_blog_shareflex_left {
        width: 20%;
    }

    .pr_blog_shareflex_right {
        width: 80%;
    }

    .socialmedia_listfooter li {
        font-size: 12px !important;
    }

    .socialmedia_listfooter {
        gap: 8px;
    }

    .socialmedia_listfooter li a {
        width: 25px !important;
        height: 25px !important;
    }

    /* tags */
    .pr_tagslist {
        gap: 6px;
        flex-wrap: wrap;
    }

    .tags_title {
        font-size: 12px;
    }

    .pr_tagslist li a {
        padding: 5px 10px;
        font-size: 10px;
    }

    .categnews_title {
        font-size: 20px;
    }

    .prrelated_link {
        font-size: 14px;
    }

    .prrelated_text {
        font-size: 14px;
    }

    /* videos */
    .pr_fourvideos_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .pr_fouritemimg {
        position: relative;
        width: 25%;
    }

    .pr_fouritemtitle {
        width: 75%;
    }
}


@media only screen and (min-width: 481px) and (max-width: 576px) {
    .pr_blogdetail_sec {
        padding: 30px 0;
    }

    .pr_breadlist {
        margin-bottom: 20px;
    }

    .pr_bread_item_url {
        font-size: 12px;
    }

    .pr_bread_item {
        font-size: 12px;
    }

    .pr_article_content {
        font-size: 14px;
    }

    .pr_article_titlename {
        font-size: 24px;
    }

    .pr_bglogo {
        width: 20px;
    }

    .prnews_pubitem {
        font-size: 12px;
    }

    .pr_videoframe {
        height: 250px;
    }

    /* blog share */
    .pr_articleviews {
        font-size: 12px;
    }

    .pr_blog_shareflex {
        gap: 15px;
    }

    .pr_blog_shareflex_left {
        width: 20%;
    }

    .pr_blog_shareflex_right {
        width: 80%;
    }

    .socialmedia_listfooter li {
        font-size: 12px !important;
    }

    .socialmedia_listfooter {
        gap: 8px;
    }

    .socialmedia_listfooter li a {
        width: 25px !important;
        height: 25px !important;
    }

    /* tags */
    .pr_tagslist {
        gap: 6px;
        flex-wrap: wrap;
    }

    .tags_title {
        font-size: 12px;
    }

    .pr_tagslist li a {
        padding: 5px 10px;
        font-size: 10px;
    }

    .categnews_title {
        font-size: 20px;
    }

    .prrelated_link {
        font-size: 14px;
    }

    .prrelated_text {
        font-size: 14px;
    }

    /* videos */
    .pr_videos_sec {
        margin: 0px auto;
        max-width: 350px;
    }

    .pr_fourvideos_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .pr_fouritemimg {
        position: relative;
        width: 28%;
    }

    .pr_fouritemtitle {
        width: 72%;
    }
}


@media only screen and (min-width: 577px) and (max-width: 767px) {
    .pr_blogdetail_sec {
        padding: 30px 0;
    }

    .pr_breadlist {
        margin-bottom: 20px;
    }

    .pr_bread_item_url {
        font-size: 12px;
    }

    .pr_bread_item {
        font-size: 12px;
    }

    .pr_article_content {
        font-size: 14px;
    }

    .pr_article_titlename {
        font-size: 24px;
    }

    .pr_bglogo {
        width: 20px;
    }

    .prnews_pubitem {
        font-size: 12px;
    }

    .pr_videoframe {
        height: 250px;
    }

    /* blog share */
    .pr_articleviews {
        font-size: 12px;
    }

    .pr_blog_shareflex {
        gap: 15px;
    }

    .pr_blog_shareflex_left {
        width: 20%;
    }

    .pr_blog_shareflex_right {
        width: 80%;
    }

    .socialmedia_listfooter li {
        font-size: 12px !important;
    }

    .socialmedia_listfooter {
        gap: 8px;
    }

    .socialmedia_listfooter li a {
        width: 25px !important;
        height: 25px !important;
    }

    /* tags */
    .pr_tagslist {
        gap: 6px;
        flex-wrap: wrap;
    }

    .tags_title {
        font-size: 12px;
    }

    .pr_tagslist li a {
        padding: 5px 10px;
        font-size: 10px;
    }

    .categnews_title {
        font-size: 20px;
    }

    .prrelated_link {
        font-size: 14px;
    }

    .prrelated_text {
        font-size: 14px;
    }

    /* videos */
    .pr_videos_sec {
        margin: 0px auto;
        max-width: 350px;
    }

    .pr_fourvideos_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .pr_fouritemimg {
        position: relative;
        width: 28%;
    }

    .pr_fouritemtitle {
        width: 72%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pr_blogdetail_sec {
        padding: 30px 0;
    }

    .pr_breadlist {
        margin-bottom: 20px;
    }

    .pr_bread_item_url {
        font-size: 12px;
    }

    .pr_bread_item {
        font-size: 12px;
    }

    .pr_article_content {
        font-size: 14px;
    }

    .pr_article_titlename {
        font-size: 24px;
    }

    .pr_bglogo {
        width: 20px;
    }

    .prnews_pubitem {
        font-size: 12px;
    }

    .pr_videoframe {
        height: 250px;
    }

    /* blog share */
    .pr_articleviews {
        font-size: 12px;
    }

    .pr_blog_shareflex {
        gap: 15px;
    }

    .pr_blog_shareflex_left {
        width: 20%;
    }

    .pr_blog_shareflex_right {
        width: 80%;
    }

    .socialmedia_listfooter li {
        font-size: 12px !important;
    }

    .socialmedia_listfooter {
        gap: 8px;
    }

    .socialmedia_listfooter li a {
        width: 25px !important;
        height: 25px !important;
    }

    /* tags */
    .pr_tagslist {
        gap: 6px;
        flex-wrap: wrap;
    }

    .tags_title {
        font-size: 12px;
    }

    .pr_tagslist li a {
        padding: 5px 10px;
        font-size: 10px;
    }

    .categnews_title {
        font-size: 20px;
    }

    .prrelated_link {
        font-size: 14px;
    }

    .prrelated_text {
        font-size: 14px;
    }

    /* videos */
    .pr_videos_sec {
        margin: 0px auto;
        max-width: 350px;
    }

    .pr_fourvideos_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .pr_fouritemimg {
        position: relative;
        width: 28%;
    }

    .pr_fouritemtitle {
        width: 72%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mindev_pad {
        padding: 0 30px;
    }

    .pr_article_titlename {
        font-size: 26px;
    }

    .pr_article_content {
        font-size: 14px;
    }

    .pr_articleviews {
        font-size: 14px;
    }

    .tags_title {
        font-size: 14px;
    }

    .pr_bglogo {
        width: 30px;
    }

    .categnews_title {
        font-size: 24px;
    }

    .prrelated_link {
        font-size: 14px;
    }

    .prrelated_text {
        font-size: 14px;
    }

    .pr_fourvideos_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pr_fouritemimg {
        position: relative;
        width: 25%;
    }

    .pr_fouritemtitle {
        width: 75%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .mindev_pad {
        padding: 0 40px;
    }
}