* {
    letter-spacing: 0.2px;
}

.viewBlogBody {
    background-color: #0c0f13;
}

.viewBlogSection {
    padding: 40px 0px;
    margin-bottom: 40px;
}

    .viewBlogSection .blogImage img {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .viewBlogSection .profile {
        border-bottom: none;
    }

        .viewBlogSection .profile ul {
            display: flex;
            margin-bottom: 0px;
            /* padding-left: 20px; */
        }

            .viewBlogSection .profile ul li {
                margin-right: 40px;
                color: #fff;
                font-size: 20px;
            }

    .viewBlogSection .blogTitle h3 {
        font-size: 40px;
        text-transform: capitalize;
    }

    .viewBlogSection .blogTitle h3,
    .viewBlogSection .blogDescription p,
    .recentStory h3,
    .categories ul li,
    .recentStory h3,
    .Tags ul li {
        /* color: #171818; */
        color: #fff;
    }

.recentStorySection {
    margin: 0px 40px;
}

.recentStoryList {
    display: flex;
    padding-bottom: 20px;
}

.recentStory {
    border-bottom: 1px solid;
    margin: 20px 0px;
}

.recentStoryList .blogImage img {
    width: 100px;
    height: unset !important;
}

.recentBlogInfo {
    padding: 0px 20px;
}

    .recentBlogInfo p {
        margin-bottom: 0px;
        color: #fff;
    }

.tagsList div {
    padding: 5px 0;
}

.tagsList a {
  /*  margin-right: 10px;*/
    color: #fff !important;
   /* border: 1px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 20px;
    padding: 5px 10px;
}

.blog-bg-banner {
    background: linear-gradient(rgba(133, 130, 145, 0.2), rgba(0, 0, 0, 1.5)), url("../Images/Blogs/BlogBanner.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogDescription .blog-para h5 {
    font-size: 25px;
}

.blogDescription .blog-para ul {
    color: #fff;
    padding-left: 20px;
}

    .blogDescription .blog-para ul li::before {
        content: "\2022";
        color: #dd1727;
        font-weight: bold;
        display: inline-block;
        width: 20px;
        margin-left: -16px;
    }

    .blogDescription .blog-para ul li {
        padding: 10px 0px;
    }

        .blogDescription .blog-para ul li span {
            font-weight: 700;
            letter-spacing: 0.6px;
        }

@media (max-width: 576px) {
    .recentStoryList {
        flex-direction: column;
    }

    .recentStorySection {
        margin: 0px 20px;
        font-size: 17px;
    }

    .recentStoryList .blogImage img {
        width: -webkit-fill-available !important;
    }

    .recentBlogInfo {
        padding-top: 20px !important;
    }
}
/*18nov205*/
@media (max-width: 320px) {
    .tagsList a {
        padding: 5px 2px;
    }

    .viewBlogSection .blogTitle h3 {
        font-size: 30px;
    }
}
@media (min-width: 321px) and (max-width: 480px) {
    .tagsList a {
        padding: 6px 2px;
    }
    .viewBlogSection .blogTitle h3 {
        font-size: 30px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .tagsList a {
        padding: 7px 0px;
    }
    .viewBlogSection .blogTitle h3 {
        font-size: 30px;
    }
}
.para{
    color:#fff;
}
.blogText h2 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font: bold;
    margin-top: 102px;
}
@media (min-width:425px) {
    .blogText h2 {
        font-size: 36px;
    }

    .viewBlogSection .profile ul li {
        font-size: 24px;
    }

    .viewBlogSection .blogTitle h3 {
        font-size: 35px;
    }

    .blogDescription {
        font-size: 21px;
    }

    .recentStory {
        font-size: 20px;
    }

    .categories li {
        font-size: 20px;
    }

    .recentStory h3 {
        font-size: 24px;
    }

    .recentBlogInfo p {
        font-size: 20px;
    }

    .tagsList a {
        font-size: 20px;
    }

    .para {
        font-size: 20px;
    }
}

