.blog-detail-section {
    padding: 25px 0 30px;
}
.blog-author-detail img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.blog-author-detail {
    display: flex;
    align-items: center;
}
.blog-author-detail p, .blog-author-detail p a {
    font-weight: 400;
    color: #767676;
    margin: 0;
    padding: 0;
}
.details-img-wrap img {
    border-radius: 0;
    margin: 0 0 15px;
    width: 100%;
}
.blog-content-wrap p, .blog-content-wrap .list-img li, .blog-content-wrap .list li {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.9;
    text-align: justify;
}
.blog-content-wrap h2, .blog-content-wrap h3, .recent-blogs-head h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -.5px;
    padding-bottom: 25px;
    color: var(--secondrycolor);
    position: relative;
    z-index: 99;
    margin: 0;
}
.blog-content-wrap .sub-title, .blog-content-wrap h4, .blog-content-wrap .h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -.5px;
    padding-bottom: 15px;
    color: var(--secondrycolor);
    position: relative;
    z-index: 99;
    margin: 0;
}
.author-detail, .blog-right-side {
    position: sticky;
    top: 120px;
}
.recent-blogs {
    display: flex;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f3f6f9;
    transition: .3s all ease-in-out;
}
.recent-blogs:hover {
    background: #fff;
    transition: .3s all ease-in-out;
}
.recent-blogs h4 {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin: 0 0 10px;
}
.recent-blogs h4 a, .msgbox p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.sidebar-blogs-single {
    margin-bottom: 20px;
}
.recent-blogs-head h2 {
    padding: 0;
    margin: 0 0 30px;
    font-size: 28px;
}
.recent-blogs-head h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    border-top: 3px solid #ff6c1a;
}
.blog-content-wrap a {
    color: var(--primarycolor);
}
.list-img {
    margin: 0;
    padding: 0 0 25px;
}
.list-img li {
    position: relative;
    padding: 0 0 15px 30px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #767676;
    margin: 0;
    list-style: none;
}
.list-img li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/healthcare/diamond-icon.svg) no-repeat left top;
    width: 16px;
    height: 16px;
    background-size: cover;
}
.recent-blogs h4 a:hover, .recent-blogs h4 a:focus {
    color: #ff6c1a;
    text-decoration: none;
}


@media screen and (max-width: 1199px) {
    .blog-content-wrap .sub-title, .blog-content-wrap h4, .blog-content-wrap .h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .blog-content-wrap h2, .blog-content-wrap h3 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .recent-blogs-head h2 {
        font-size: 22px;
    }
    .recent-blogs h4 {
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 5px;
    }
    .list-img li {
        padding: 0 0 12px 28px;
    }
}
@media screen and (max-width: 991px) {
    .blog-content-wrap .sub-title, .blog-content-wrap h4, .blog-content-wrap .h4 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .blog-content-wrap h2, .blog-content-wrap h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .recent-blogs-head h2 {
        font-size: 18px;
    }
    
}
@media screen and (max-width: 767px) {
    .blog-content-wrap p, .blog-content-wrap .list-img li, .blog-content-wrap .list li {
        font-size: 16px;
    }
    .list-img li {
        padding: 0 0 5px 26px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 576px) {
    .list-img li {
        padding: 0 0 5px 25px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    .blog-content-wrap .sub-title, .blog-content-wrap h4, .blog-content-wrap .h4 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .recent-blogs h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
}