.blog-detail-single {
    overflow: hidden;
}

.blog-summary-box {

    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 0;
}

.blog-top-section-wrapper .blog-title {
    margin-bottom: 25px;
    font-weight: 600;
}
.blog-top-section-wrapper .image-wrap
{
    height: 470px;
    overflow: hidden;
    border-radius: 10px;
}
.blog-top-section-wrapper .image-wrap img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.blog-slide {
    display: flex;
    padding-top: 15px;
}

li.points {
    display: flex;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 25px;
}

li.points::before {
    content: "\f058";
    margin-right: 15px;
    font-family: 'FontAwesome';
}

.blog-detail-content-flex {
    display: flex;
}

.blog-summary-box {
    padding: 25px;
    margin-bottom: 45px;
}



.pagination {
    margin-bottom: 0;
    margin-top: 50px;
}

.blog-detail-pagination {
   
    padding-top: 60px;
}

.next.col-lg-6 {
    justify-content: flex-end;
    display: flex;
}

.previous.col-lg-6 a {
    color: #000 !important;
    font-weight: 600;
}

.next.col-lg-6 a {
    color: #000 !important;
    font-weight: 600;
}

svg.svg-inline--fa.fa-chevron-left {
    margin-right: 5px;
}

svg.svg-inline--fa.fa-chevron-right {
    margin-left: 5px;
}

.blog-detail-text h4
{
    margin-bottom: 20px;
}
.blog-detail-text p
{
    margin-bottom: 30px;
}
.blog-detail-text .image-wrap img
{
    width: 100%;
}
.blog-detail-image-text
{
    margin-bottom: 30px;
}
.blog-detail-bullet-listing ul
{
    padding-left: 0;
    list-style: none;
}
.blog-detail-bullet-listing ul li
{
    padding-left: 30px;
    position: relative;
    margin-bottom: 26px;
}
.blog-detail-bullet-listing ul li:last-child
{
    margin-bottom: 0;
}
.blog-detail-bullet-listing ul li::before
{
    content: "\f058";
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
.blog-detail-bullet-listing 
{
    margin-bottom: 30px;
}
.blog-detail-text br
{
    display: none;
}
.blog-detail-two-col-wrap .row
{
    margin-bottom: 30px;
}
.blog-detail-two-col-wrap .row:last-child
{
    margin-bottom: 0;
}
.blog-detail-two-col-wrap .alternate-col-wrapper .row:nth-child(even) .content-col
{   
    order: 3;
}
.blog-detail-image-text .image-wrap.image-full
{
    border-radius: 10px;
    overflow: hidden;
}