ÿØÿÛ C 

ÿØÿÛ C 

.news-details-left-section .news-details-img {
    width: 100%;
    height: 460px
}

@media (max-width: 767px) {
    .news-details-left-section .news-details-img {
        height: 315px
    }
}

.news-details-left-section .tags .tag {
    padding: 8px 25px;
    border: 1px solid #e9edee;
    border-radius: 5px;
    background-color: #fff
}

.news-details-left-section .tags .tag a {
    color: #757e81 !important
}

.news-details-left-section .tags .tag:hover, .news-details-left-section .tags .tag .active {
    background-color: #009e74
}

.news-details-left-section .tags .tag:hover a, .news-details-left-section .tags .tag .active a {
    color: #fff !important
}

.news-details-left-section .comment-section {
    border-top: 1px solid #e9edee;
    border-bottom: 1px solid #e9edee
}

/*.news-details-left-section .comment-section .comment-box {*/
/*    border-bottom: 1px solid #e9edee*/
/*}*/

.news-details-left-section .comment-section .comment-box .media .media-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50px
}

.news-details-left-section .post-comment-section .form-control {
    padding: 18px 25px;
    border: 1px solid #e9edee;
    outline: 0
}

@media (max-width: 480px) {
    .news-details-left-section .post-comment-section .form-control {
        padding: 14px 20px
    }
}

.news-details-left-section .post-comment-section .form-control:focus {
    box-shadow: none
}
