.blog_box {
    display: block;
    margin: 16px 6px;
    min-height: 377px
}

.blog_box img {
    min-height: 200px;
    width: 100%;
    object-fit: cover
}

.blog_box .blog_boxInner {
    padding: 10px
}

.blog_heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 6px 0 10px
}

.tag_line {
    color: #008def;
    font-weight: 600;
    margin-bottom: 10px
}

.author,
.date {
    color: #8a8a8a
}

.author i,
.date i {
    margin-right: 6px
}

.pagination {
    justify-content: center;
    margin-top: 20px !important
}

.singleBlog_page .blog_heading {
    margin: 0 0 6px;
    font-size: 24px
}

.singleBlog_page .tag_line {
    margin-top: 10px;
    margin-bottom: 10px
}

.tag_line {
    color: #008def !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.singleBlog_page .author,
.singleBlog_page .date {
    margin-bottom: 10px
}

h5 {
    font-size: 16px;
    font-weight: 500;
}
/*edit by prm*/


.right-sticky{
    height:100%;
    position:sticky;
    top:90px;
}


