p {
    margin-bottom: 0;
}

.card-group::after {
    display: none;
}

.slick-track {
    padding: 1rem 0;
}

.slick-list::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 120%;
    right: -12px;
    transform: translateY(-50%);
    border-left: 36px solid #ffffff;
    filter: blur(5px);
    z-index: 2;
}

#st-1 .st-btn > img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    width: 25px;
    height: auto;
}

#st-1 .st-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #ffffff00 !important; 
}

#st-1 .st-btn[data-network='pinterest'], #st-1 .st-btn[data-network='twitter'], 
#st-1 .st-btn[data-network='email'], #st-1 .st-btn[data-network='facebook'] {
    display: none !important;
}

#st-1 .st-btn[data-network='sharethis'] {
    background: url(../assets/share-icon.svg) no-repeat;
    background-size: 20px;
    background-position: center;
}

#st-1 .st-btn > img {
    display: none !important;
    opacity: 0 !important;
}

#st-1 .st-btn[data-reaction='slight_smile'], #st-1 .st-btn[data-reaction='astonished'],
#st-1 .st-btn[data-reaction='sob'], #st-1 .st-btn[data-reaction='rage'], 
#st-1 .st-btn[data-reaction='laughing']   {
    display: none !important;
}

.article-hero-img-container {
    background: url(../assets/article-top-cover.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 45vh;
}

.article-content-text {
    margin: 2rem 0;
    padding-right: 2rem;
}

.article-content-text .article-content-p {
    padding: 1rem 0;
    font-size: 16px;
    line-height: 1.8;
}

.article-autor-img {
    width: 50px;
    height: 50px;
    max-width: 100%;
    border-radius: 50%;
}

.article-author-name {
    margin-left: 1rem;
}

.article-autor, .article-like-share, .article-like-container, .article-share-container {
    display: flex;
}

.article-like-container, .article-share-container {
    align-items: center;
}

.article-like-container {
    margin-right: 1.5rem;
}

.article-like-container p {
    margin-right: .5rem;
}

.article-share-container {
    margin-left: 1.5rem;
}

.article-share-container p {
    margin-right: 1rem;
}

.article-autor-like-share-container {
    align-items: center;
    margin: 2rem 0;
}

.article-autor, .article-like-share {
    align-items: center;
}

.article-like-share {
    justify-content: flex-end;
}

.article-content-title {
    padding: 1rem 2rem;
    background: #21CCDD;
    border-radius: 20px;
    max-width: 500px;
}

.article-content-title p {
    color: #fff;

}

.article-title-comments-container {
    position: relative;
    top: -5.5rem;
}

.article-content-card-date {
    margin: 2rem 0;
}

.article-content-title-p {
    font-size: 24px;
    margin: 1rem 0;
    padding: 0 !important;
}

.article-content-card-description {
    font-size: 15px;
    margin: 1rem 0;
    padding-right: .5rem;
}

.article-content-card-author, .article-content-card-date {
    font-size: 14px;
    opacity: .6;
    padding: 0 !important;
}

.article-content-card-author {
    margin: 3rem 0 2rem 0;
}

.back-to-blog-container {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.back-to-blog-container p {
    margin-right: 1rem;
}

.btn-back-to-blog {
    background-color: #fff;
    background: url(../assets/black-right-arrow.svg) no-repeat center;
    background-size: 28px;
    max-width: 100%;
    width: 100px;
    border: none;
    border-radius: 30px;
    box-shadow: 1px 2px 20px 0px #8080803d;
    padding: 1.5rem;
}

.article-comments-section {
    background: #F7FCFC;
    padding: 3rem 2rem 1rem 2rem;
    border-radius: 25px;
    max-width: 500px;
}

.comment-user {
    display: flex;
    align-items: center;
}

.comment-name {
    margin-left: 1rem;
    color: gray;
}

.article-comment {
    padding: 1rem 0;
    font-size: 14px;
}

.individual-comment {
    margin-bottom: 1rem;
}

.reply-comment-container {
    position: relative;
    padding: 1rem;
    margin: 0 2rem 0 4rem;
}

.reply-comment-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 30%;
    left: 0;
    transform: translateY(-50%);
    border-left: 2px solid #c7c8c9;
}

.reply-comment-container .article-comment {
    color: gray;
    font-size: 13px;
}

.comment-pp {
    max-width: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.comment-interactions {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
}

.up-down-comment-container {
    display: flex;
}

.up-comment-container, .down-comment-container {
    display: flex;
    align-items: center;
}

.up-number-counter {
    color: #21CCDD;
    font-size: 14px;
}

.down-number-counter {
    color: gray;
    font-size: 14px;
}

.btn-reply-comment {
    background: none;
    border: none;
    color: #21CCDD;
}

.up-comment, .down-comment {
    max-width: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 .5rem;
}

.up-comment {
    background: #21CCDD url(../assets/arrow_up_article.svg) no-repeat center;
    border: none;
}

.down-comment {
    background: url(../assets/arrow_down_article.svg) no-repeat center;
    border: 2px solid #c7c8c9;
}

.article-content-blue-card-mobile {
    display: none;
}

.article-content-related-articles {
    margin: 1rem 2rem 6rem 0;
}

.owl-stage-outer {
    padding: 1rem 0;
}

.owl-stage {
    padding: 1rem 0;
}

.individual-card {
    border: none;
    box-shadow: 1px 2px 20px 0px #8080803d;
}

.card-title {
    font-size: 16px !important;
}

.card-footer {
    font-size: 14px;
}

#st-1 {
    z-index: 2;
}

.card-group-articles .owl-stage-outer::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 120%;
    right: -12px;
    transform: translateY(-50%);
    border-left: 36px solid #ffffff;
    filter: blur(5px);
    z-index: 2;
}

.card-group {
    padding-top: 0;
}

.article-content-related-articles-mobile {
    display: none;
    position: relative;
}

.article-img-individual-card {
    max-width: 100%;
    padding: 1rem;
    border-radius: 30px;
}

.article-content-related-articles-mobile {
    max-width: 400px;
    margin: 2rem auto;
}

.article-card-border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px !important;
    box-shadow: 1px 2px 20px 0px #8080803d;
}

.article-card-border {
    border: none;
    position: relative;
    margin: 1rem 0 2rem;
    border-radius: 20px !important;
}

.article-card-body {
    height: auto !important;
    padding: 1.5rem;
}

.article-date-individual-card {
    margin: 1rem 0 !important;
}

.article-img-card-container {
    background: url(../assets/3-hospitalist_patient-story.jpg__992x558_q85_crop-smart_subsampling-2_upscale.jpg) no-repeat center;
    background-size: cover;
    padding: 5.2rem 0;
    border-radius: 15px;
    margin: 1rem;
    position: relative;
}

.article-img-card-read-time {
    position: absolute;
    top: .5rem;
    left: .5rem;
    background: rgb(179, 178, 178);
    color: black;
    font-size: 12px;
    padding: 1rem 1rem;
    border-radius: 12px;
}

@media (min-width: 1201px) {

    .bh-logo-navbar-img {
        border-radius: 15px;
        width: 60px;
        margin-left: 2rem!important;
    }

    .navbar-brand h5 {
        margin-bottom: 0;
        font-size: 18px !important;
    }
}


@media screen and (max-width: 600px){

    .comment-interactions {
        margin: 1rem 0.5rem 1rem 0;
    }

    .article-main-container {
        padding: 0 1rem;
    }

    .article-hero-img-container {
        height: 28vh;
    }

    .article-content-blue-card-mobile {
        padding: 8rem 0 1rem !important;
    }

    .article-content-title-p {
        font-size: 18px !important;
    }

    .article-content-p {
        font-size: 14px!important;
    }

    .article-content-card-description {
        font-size: 13px;
        margin: 1rem 0 !important;
    }

    .article-content-card-author, .article-content-card-date {
        font-size: 12px;
        margin: 1rem 0 !important;
    }

    .article-card-body {
        height: auto !important;
    }

    .article-comments-section {
        padding: 1.5rem;
    }

    .reply-comment-container {
        position: relative;
        padding: 1rem 0 1rem 0.8rem;
        margin: 0 0.6rem 0 3.5rem;
    }

    .article-content-comments {
        padding: 1rem 0 !important;
    }

    .article-img-card-container {
        padding: 4.5rem 0;
    }

    .article-autor-img {
        width: 35px;
        height: 35px;
    }

    .article-author-name {
        font-size: 12px !important;
        margin-left: 0.5rem;
    }

    .article-share-container p, .article-like-container p {
        font-size: 12px !important;
    }

    .article-share-container p{
        margin-right: 0rem;
    }

    .article-autor-like-share-container {
        margin: 1rem 0;
    }
    

}

@media screen and (max-width: 321px){
    .article-img-card-container {
        padding: 3.5rem 0;
    }

    .article-img-card-read-time {
        font-size: 11px;
        padding: 0.5rem;
        border-radius: 8px;
    }

    .article-content-blue-card-mobile {
        padding: 5rem 0 1rem!important;
    }
}


@media (max-width: 1200px) {

    
    .article-hero-img-container {
        position: absolute;
    }

    .article-content-blue-card-desktop, .article-content-related-articles-desktop {
        display: none !important;
    }

    .article-title-comments-container {
        position: relative;
        top: 0;
    }

    .article-comments-section {
        margin: auto;
    }

    .article-content-comments {
        padding: 2rem 0 4rem;
    }

    .article-content-blue-card-mobile {
        display: block;
        position: relative;
        padding: 20vh 0 3rem;
    }

    .article-content-title {
        margin: auto;
    }

    .article-content-text {
        padding-right: 0;
    }

    .article-content-title-p {
        font-size: 28px;
        line-height: 1.2;
    }

    .article-content-text .article-content-p {
        font-size: 16px;
        line-height: 1.5;
    }

    .article-content-card-author {
        margin: 1.5rem 0 2.5rem;
    }

    .article-content-card-author {
        padding: 0 !important;
    }

    .article-content-card-description {
        margin: 2rem 0;
        padding: 0 !important;
    }

    .comment-name {
        font-size: 14px!important;
    }
    
    .article-comment {
        font-size: 13px!important;
    }

    .article-author-name {
        font-size: 14px;
    }

    .article-share-container {
        margin-left: 0.5rem !important;
    }

    .article-like-container {
        margin-right: 0.5rem !important;
    }

    .article-share-container p, .article-like-container p {
        font-size: 14px;
    }

    .article-content-related-articles-mobile {
        display: block;
    }
}
