.comment-header {
    
    padding: 15px !important;
}
.comment-odd-level-color:first-child:not(.card-header):before, .comment-even-level-color:first-child:not(.card-header):before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    font-size: 40px;
    height: 0;
    width: 0;
    position: relative;
    display: block;
    left: -12px !important;
    top: -5px !important;
}
#mess-comment-section {
    padding-bottom: 9px;
    margin: 7px 50px 20px 70px;
}
#new-comment-container {
    margin: 5px 35px 5px 70px;
    padding-bottom: 5px;
}
.comment-count-sort {
    width: 91%;
    height: auto;
    display: flex;
    padding-left: 10px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #mess-comment-section {
        padding-bottom: 9px;
        margin: 7px 10px 20px 20px;
    }
    #new-comment-container {
        margin: 10px auto;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 425px) {
   
    #new-comment-container {
        margin: 7px 10px 20px 20px;
        padding-bottom: 5px;
    }
}





