.single__blog__page .blog__heading {
    font-size: 30px;
    color: #6a6a6a;
    margin-top: 30px;
}

.single__blog__page .blog__infos {
    font-size: 18px;
    margin: 15px 0;
}

.single__blog__page .blog__infos a:hover {
    color: #007bff;
}

.single__blog__page .blog__infos span {
    color: #4e4e4e;
    margin-left: 5px;
}

.single__blog__page .total__comments {
    margin-left: 30px;
}

.single__blog__page .date__container {
    font-size: 14px;
}

.single__blog__page .blog__title {
    color: #4e4e4e;
    font-size: 24px;
    margin: 18px 0;
}

.single__blog__page p.blog__desc {
    color: #6a6a6a;
    font-size: 16px;
}

.single__blog__page .highlight__card {
    padding: 18px 30px;
    background: #e5f2ff;
    color: #4e4e4e;
    font-size: 32px;
    margin: 15px 0;
    position: relative;
}

.single__blog__page .highlight__card::before {
    content: "";
    width: 10px;
    height: 45px;
    background-color: #0080ff;
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.single__blog__page .comments__section .comments__header {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px;
}

.single__blog__page .comments__section .heading {
    font-size: 20px;
    color: #4e4e4e;
}

.single__blog__page .comments__section .shere__section {
    display: flex;
    align-items: center;
}

.single__blog__page .comments__section .shere__section .text {
    font-size: 20px;
    color: #4e4e4e;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .single__blog__page .comments__section .shere__section .text {
        margin-right: 15px;
    }
}

.single__blog__page .comments__section .shere__icon__wrapper i {
    margin: 0 10px;
    font-size: 18px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .single__blog__page .comments__section .shere__icon__wrapper i {
        margin: 0 5px;
    }
}

.single__blog__page .comments__section .fa-linkedin {
    color: #096dc5;
}

.single__blog__page .comments__section .fa-facebook-square {
    color: #09439a;
}

.single__blog__page .comments__section .fa-envelope {
    color: #ff003d;
}

.single__blog__page .comments__section .fa-pinterest-square {
    color: #c83448;
}

.single__blog__page .comments__section .fa-twitter-square {
    color: #2ea4f3;
}

.single__blog__page .comments__section .comment__details {
    flex: 1;
}

.single__blog__page .comments__section .name__date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.single__blog__page .comments__section .name {
    color: #4e4e4e;
    font-size: 18px;
}

.single__blog__page .comments__section .date__time {
    color: #4e4e4e;
    font-size: 14px;
}

.single__blog__page .comments__section .comment__detail p {
    color: #8d8d8d;
    font-size: 16px;
    background: #f4f4f6;
    padding: 10px 15px;
}

.single__blog__page .comments__section .reply__input {
    font-size: 14px;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 15px;
    background: #edeff3;
    border: nonne;
    border: none;
    outline: none;
    border-radius: 5px;
}

.single__blog__page .comments__section .reply__title {
    margin-bottom: 5px;
    font-size: 16px;
}

.single__blog__page .comments__section .reply__submit {
    background-color: #0088ff;
    color: white;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.single__blog__page .comments__section .reply__form.hide {
    display: none;
}

.single__blog__page .comments__section .reply__button {
    color: #0088ff;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 16px;
}

.single__blog__page .comments__section .reply__button.hide {
    display: none;
}

.single__blog__page .comments__section .comment__post {
    text-align: right;
}

.single__blog__page .comments__section .comment__post button {
    color: white;
    background: #0080ff;
    border: none;
    outline: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

.single__blog__page .comments__section .reply {
    display: flex;
}

.single__blog__page .comments__section .reply .thumb img {
    height: 30px;
    width: 30px;
}

.single__blog__page .comments__section .reply .reply__details {
    flex: 1;
}

.single__blog__page .comment {
    display: flex;
    margin: 20px 0;
}

.single__blog__page .comment .thumb {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .single__blog__page .comment .thumb {
        margin-right: 12px;
    }
}

.single__blog__page .comment .thumb img {
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 767px) {
    .single__blog__page .comment .thumb img {
        width: 40px;
        height: 40px;
    }
}
.single__blog__page .post__comment .section__title {
    margin-bottom: 15px;
    margin-top: 15px;
}

.single__blog__page .post__comment .section__title span {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 600;
}

.single__blog__page .post__comment label {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single__blog__page .post__comment input {
    padding: 20px;
    background: #f7f8fa 0% 0% no-repeat padding-box;
    font-size: 16px;
    color: #4e4e4e;
    margin-bottom: 30px;
    border-radius: 5px;
}

.single__blog__page .post__comment input:focus {
    background: #f7f8fa 0% 0% no-repeat padding-box;
    border: 2px solid #0080ff;
}

.single__blog__page .post__comment textarea {
    height: 140px;
    font-size: 16px;
    background: #f7f8fa 0% 0% no-repeat padding-box;
}

.single__blog__page .submit__button {
    width: 100%;
    margin-bottom: 20px;
}

.single__blog__page .submit__button button {
    padding: 8px 30px;
    border: none;
    outline: none;
    background: #0080ff;
    color: white;
    border-radius: 5px;
    font-size: 16px;
}

.single__blog__page .latest__post .section__title,
.single__blog__page .popular__post .section__title {
    color: #4e4e4e;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.single__blog__page .post__card {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    align-items: center;
    transition: 0.4s all ease-in-out;
    padding: 10px;
    text-decoration: none;
}

.single__blog__page .post__card:hover {
    box-shadow: 0px 10px 20px #2946781a;
}

.single__blog__page .post__thumb {
    width: 90px;
    margin-right: 20px;
}

.single__blog__page .headlines {
    font-size: 16px;
    color: #6a6a6a;
}

.single__blog__page .post_a
{
       color: #0000ff;
}

.single__blog__page .post__date {
    color: #6a6a6a;
    margin-top: 15px;
    font-size: 12px;
}

.single__blog__page .blog__tags .section__title {
    color: #4e4e4e;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}


.single__blog__page .blog__tags a.tag {
    border: 1px solid #e8e8e8;
    color: #0080ff;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
