/*** ---------- News Css ---------- ***/
.blog img {
    width: 800px;
}
.form-control {
    background-color: #fff;
}
.comments {
    padding: 8px;
    margin-top: 10%;
    margin-bottom: 20px;
    border-radius: 4px;
}
.comments > h3 {
    margin-top: 5px;
}
.comments img {
    width: 70px;
    margin: 3px;
    border-radius: 3px;
}
.news_category label {
    padding: 2px 5px;
}
.news {
    margin-top: 15px;
    margin-bottom: 15px;
}
.btn-success {
    background-color: #01bc8c;
}
.tab-content img {
    width: 60px;
    height: 60px;
}
.tags .btn-default,
.tag .btn {
    background-color: #fff;
    margin: 4px 0px;
    border-bottom: 1px solid #ddd !important;
}
.tags {
    margin-top: 5%;
}
/*** ---------- //News Css End ---------- ***/
/*** ---------- News Item Css ---------- ***/

.comnt .text {
    position: relative;
    bottom: 81px;
    left: 44%;
    color: #000;
}
.news_item_image {
    margin-top: 10px;
    width: 100%;
}
.news_item_text_1 {
    padding: 10px;
    text-align: justify;
}
.img_b2 {
    width: 800px;
}

.recentnews h6 {
    margin-top: -8px;
}
.martop3 {
    margin-top: 3%;
}
.thumbnail h3 {
    margin-top: 2px;
}
.media-body {
    margin-left: 10px;
    margin-top: 10px;
}
.media-body h6 .date {
    margin-top: -5px;
    margin-bottom: 0px;
}
.media-body i {
    margin-bottom: 20px;
}
small {
    margin-top: -5px;
    margin-bottom: 0px;
}

.news-body .media {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.news-body .media-object {
    height: 95px;
    width: 95px;
    object-fit: cover;
}

.lifestyle img {
    max-height: 100%;
    max-width: 100%;
}

.height_180 {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}

.sports-content {
    max-height: 120px;
    overflow: hidden;
}

.sports-height {
    max-height: 200px;
    overflow: hidden;
}

.mt-20 {
    margin-top: 20px;
}

p a {
    color: #418bca !important;
}

.tabbable-line > .nav-tabs > li {
    background-color: transparent !important;
}

.news .tabbable-line > .nav-tabs .nav-link.active {
    border-bottom: 4px solid #f3565d !important;
}

/*** ---------- //News Item Css End ---------- ***/
