.blog_details_con {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.blog_details_left {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
}

.blog_details_right {
    flex: 0 0 400px;
    max-width: 400px;
}

.blog-comment-wrapper {
    margin-top: 50px !important;
}

.button_yellow {
    background-color: #F3D029 !important;
    color: #000 !important;
}

.button_yellow:hover {
    color: #fff !important;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content h4 a {
    font-size: 14px;
    font-weight: 600;

}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content span {
    font-size: 13px;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content .latest-post-btn a {
    font-weight: 500;
    color: #8b8a89;
    font-size: 13px;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-img a {
    display: flex;
    width: 100%;
    background: #f00;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-img a img {
    background-size: cover;
    background-position: center center;
}

.sidebar-widget .sidebar-widget-title-2 h3:before {
    background: #F3D029;
}

.sidebar-widget .sidebar-widget-title-2 h3:after {
    background: #F3D029;
}

.sidebar-widget .sidebar-widget-tag-2 a:hover {
    background-color: #F3D029;
    border: 1px solid #F3D029;
    color: #000;
}

.blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-reply a {
    color: #F3D029;
    border-bottom: 1px solid #F3D029;
}

.blog-details-wrapper .tag-social-wrap .tag-wrap span {
    color: #000;
}

.blog-wrap .blog-content h3 {
    font-size: 15px !important;
    color: #000;
    line-height: 22px !important;
    margin: 15px 0 17px;
}

.blog-content{
    margin-top: 40px;
}

.blog-wrap .blog-content p{
    font-size: 14px;
    line-height: 23px;
}
.pagination-style-1 ul li a.active{
    background: #F3D029 !important;
    color: #000 !important;
}

.blog-wrap .blog-content .blog-btn-2 a.btn {
    font-weight: 500;
    border: 2px solid #000000;
    background: #F3D029;
    border-radius: unset;
    padding: 12px 25px;
    z-index: 1;
}
@media (max-width: 992px) {
    .blog_details_con {
        flex-direction: column;
    }
    .blog_details_left {
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
    }
    .blog_details_right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 568px) {
    .pt-100 {
        padding-top: 30px;
    }
    .pb-100 {
        padding-bottom: 30px;
    }
}


.tag-social-wrap .tag-wrap{
   
}

.tag-social-wrap .social-comment-digit-wrap {
   flex: 0 0 200px;
   max-width: 200px;
   display: flex;
   justify-content: flex-end;
}

.tag-wrap {
    align-items: flex-start !important;
    flex: 0 0 calc(100% - 220px);
}