.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;
    position: sticky;
    top: 50px;
}

.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;
    height: 100%;
    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;
}

.blog-details-wrapper .blog-details-img-date-wrap {
    position: relative;
  }
  
  .blog-details-wrapper .blog-details-img-date-wrap .blog-details-img img {
    width: 100%;
  }
  
  .blog-details-wrapper .blog-details-img-date-wrap .blog-details-date {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #e2e2e2;
    text-align: center;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    bottom: -30px;
    right: 16px;
    z-index: 5;
  }
  
  .blog-details-wrapper .blog-details-img-date-wrap .blog-details-date h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #3b3b3b;
    margin: 0;
  }
  
  .blog-details-wrapper .blog-details-img-date-wrap .blog-details-date h5 span {
    display: block;
  }
  
  .blog-details-wrapper .blog-meta-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .blog-details-wrapper .blog-meta-2 ul li {
    text-transform: uppercase;
    color: #777777;
    font-weight: 500;
    margin: 0 5px 0 0;
  }
  
  .blog-details-wrapper .blog-meta-2 ul li a {
    color: #777777;
    font-weight: 500;
  }
  
  .blog-details-wrapper .blog-meta-2 ul li a:hover {
    color: #6A08A5;
  }
  
  .blog-details-wrapper h1 {
    font-size: 30px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 6px 0 18px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper h1 {
      font-size: 20px;
    }
  }
  
  .blog-details-wrapper > p {
    font-size: 16px;
    font-weight: 300;
    color: #5e5e5e;
    line-height: 28px;
    margin: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper > p {
      font-size: 15px;
      line-height: 26px;
    }
  }
  
  .blog-details-wrapper .blockquote-wrap {
    position: relative;
    margin: 35px 0 31px 125px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blockquote-wrap {
      margin: 35px 0 31px 46px;
    }
  }
  
  .blog-details-wrapper .blockquote-wrap .quote-img {
    position: absolute;
    top: 3px;
    left: -46px;
  }
  
  .blog-details-wrapper .blockquote-wrap h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 28px;
    line-height: 32px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .blockquote-wrap h2 {
      font-size: 18px;
      margin: 0 0 15px;
      line-height: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blockquote-wrap h2 {
      font-size: 16px;
      margin: 0 0 12px;
      line-height: 26px;
    }
  }
  
  .blog-details-wrapper .blockquote-wrap h4 {
    position: relative;
    margin: 0 0 0 33px;
    font-size: 18px;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blockquote-wrap h4 {
      font-size: 16px;
    }
  }
  
  .blog-details-wrapper .blockquote-wrap h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #6A08A5;
  }
  
  .blog-details-wrapper .blog-details-middle-img-wrap {
    margin: 56px 0 23px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-details-middle-img-wrap {
      margin: 33px 0 3px;
    }
  }
  
  .blog-details-wrapper .blog-details-middle-img-wrap .blog-details-middle-img {
    overflow: hidden;
  }
  
  .blog-details-wrapper .blog-details-middle-img-wrap .blog-details-middle-img img {
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  .blog-details-wrapper .blog-details-middle-img-wrap .blog-details-middle-img:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  
  .blog-details-wrapper .tag-social-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 0 12px;
    margin: 51px 0 60px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .tag-social-wrap {
      display: block;
      margin: 31px 0 40px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrapper .tag-social-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .blog-details-wrapper .tag-social-wrap .tag-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .tag-social-wrap .tag-wrap {
      margin: 0 0 6px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrapper .tag-social-wrap .tag-wrap {
      margin: 0 0 0px;
    }
  }
  
  .blog-details-wrapper .tag-social-wrap .tag-wrap span {
    font-size: 16px;
    font-weight: 600;
    color: #6A08A5;
    margin-right: 11px;
  }
  
  .blog-details-wrapper .tag-social-wrap .tag-wrap ul li {
    display: inline-block;
    margin-right: 3px;
  }
  
  .blog-details-wrapper .tag-social-wrap .tag-wrap ul li a {
    display: inline-block;
    color: #878787;
    font-family: "Poppins", sans-serif;
  }
  
  .blog-details-wrapper .tag-social-wrap .tag-wrap ul li a:hover {
    color: #6A08A5;
  }
  
  .blog-details-wrapper .tag-social-wrap .social-comment-digit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .blog-details-wrapper .tag-social-wrap .social-comment-digit-wrap .social-icon-style-2 {
    margin-right: 40px;
  }
  
  .blog-details-wrapper .tag-social-wrap .social-comment-digit-wrap .social-icon-style-2 a {
    font-size: 14px;
    margin-right: 15px;
  }
  
  .blog-details-wrapper .tag-social-wrap .social-comment-digit-wrap .social-icon-style-2 a:last-child {
    margin-right: 0px;
  }
  
  .blog-details-wrapper .tag-social-wrap .social-comment-digit-wrap .comment-digit a {
    font-weight: 500;
  }
  
  .blog-details-wrapper .tag-social-wrap .social-comment-digit-wrap .comment-digit a i {
    margin-left: 10px;
  }
  
  .blog-details-wrapper .blog-author-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 40px;
    background-color: #f4f4f4;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .blog-author-wrap-2 {
      padding: 30px 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-author-wrap-2 {
      display: block;
      text-align: center;
    }
  }
  
  .blog-details-wrapper .blog-author-wrap-2 .blog-author-img-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin-right: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-author-wrap-2 .blog-author-img-2 {
      margin-right: 0px;
      margin-bottom: 20px;
    }
  }
  
  .blog-details-wrapper .blog-author-wrap-2 .blog-author-img-2 img {
    width: 100%;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-author-wrap-2 .blog-author-img-2 img {
      width: auto;
      max-width: 100%;
    }
  }
  
  .blog-details-wrapper .blog-author-wrap-2 .blog-author-content-2 h2 {
    font-weight: 500;
    font-size: 24px;
    color: #4a4a4a;
    margin: 0;
  }
  
  .blog-details-wrapper .blog-author-wrap-2 .blog-author-content-2 p {
    color: #5e5e5e;
    font-weight: 300;
    line-height: 28px;
    margin: 15px 0 35px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .blog-author-wrap-2 .blog-author-content-2 p {
      line-height: 26px;
      margin: 10px 0 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-author-wrap-2 .blog-author-content-2 p {
      line-height: 26px;
      margin: 10px 0 20px;
    }
  }
  
  .blog-details-wrapper .blog-author-wrap-2 .social-icon-style-3 a {
    margin-right: 17px;
  }
  
  .blog-details-wrapper .blog-author-wrap-2 .social-icon-style-3 a:last-child {
    margin-right: 0;
  }
  
  .blog-details-wrapper .blog-next-previous-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px 0 93px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-next-previous-post {
      display: block;
      margin: 40px 0 33px;
    }
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap {
      margin: 0 0 20px;
    }
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a,
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-icon a,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-icon a,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #6A08A5;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a {
      width: 70px;
      height: 70px;
      line-height: 70px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a {
      width: 70px;
      height: 70px;
      line-height: 70px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-icon a,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a:hover,
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-icon a:hover,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-icon a:hover,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a:hover {
    background-color: #000000;
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content h3,
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-content h3,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content h3,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 13px;
    line-height: 25px;
    width: 80%;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
      width: 100%;
      font-size: 17px;
      margin: 0 0 8px;
      line-height: 23px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
      font-size: 17px;
      margin: 0 0 8px;
      line-height: 23px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content h3,
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
      font-size: 17px;
      margin: 0 0 8px;
      line-height: 23px;
    }
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content h3 a,
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-content h3 a,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content h3 a,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 a {
    color: #4a4a4a;
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content h3 a:hover,
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-content h3 a:hover,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content h3 a:hover,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 a:hover {
    color: #6A08A5;
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content span,
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-next-post-content span,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content span,
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content span {
    color: #adadad;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-content {
    margin-left: 20px;
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap {
      text-align: left;
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
      -webkit-flex-direction: inherit;
          -ms-flex-direction: inherit;
              flex-direction: inherit;
    }
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-prev-post-content {
    margin-left: 20px;
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content {
    margin-right: 20px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content {
      margin-right: 0px;
      margin-left: 20px;
    }
  }
  
  .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
    margin: 0 0 13px auto;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
      width: 100%;
      margin: 0 0 8px auto;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
      margin: 0 0 8px auto;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-next-previous-post .blog-next-post-wrap .blog-next-post-content h3 {
      margin: 0 0 8px 0;
    }
  }
  
  .blog-details-wrapper .blog-comment-wrapper {
    margin: 0 0 100px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper {
      margin: 0 0 40px;
    }
  }
  
  .blog-details-wrapper .blog-comment-wrapper .blog-dec-title {
    font-size: 24px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0 0 60px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .blog-dec-title {
      margin: 0 0 20px;
      font-size: 20px;
    }
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    margin-right: 20px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80px;
          -ms-flex: 0 0 80px;
              flex: 0 0 80px;
    }
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
    width: 100%;
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap {
      display: block;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info {
      margin: 0 0 7px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info {
      margin: 0 0 0px;
    }
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info span {
    font-weight: 500;
    color: #adadad;
    text-transform: uppercase;
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info h4 {
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    margin: 7px 0 0;
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-reply a {
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    color: #6A08A5;
    border-bottom: 1px solid #6A08A5;
    padding: 0 0 1px;
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-reply a:hover {
    color: #000000;
    border-bottom: 1px solid #000000;
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper p {
    color: #5e5e5e;
    line-height: 28px;
    margin: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper p {
      line-height: 26px;
    }
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper.single-comment-border {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper.single-comment-ml {
    margin-left: 120px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-wrapper .single-comment-wrapper.single-comment-ml {
      margin-left: 0px;
    }
  }
  
  .blog-details-wrapper .blog-comment-form-wrap {
    background-color: #f4f4f4;
    border: 1px solid #ededed;
    padding: 44px 50px 50px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrapper .blog-comment-form-wrap {
      padding: 44px 40px 50px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-form-wrap {
      padding: 44px 25px 50px;
    }
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form-title {
    margin: 0 0 40px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form-title {
      margin: 0 0 25px;
    }
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0 0 10px;
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form-title p {
    font-size: 16px;
    color: #4a4a4a;
    margin: 0;
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-form input,
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-form textarea {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    height: 50px;
    padding: 2px 24px;
    font-weight: 300;
    color: #4a4a4a;
    margin-bottom: 0px;
    width: 100%;
}
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-form input::-moz-input-placeholder,
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-form textarea::-moz-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-form input::-webkit-input-placeholder,
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-form textarea::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-form textarea {
    height: 140px;
    padding: 18px 24px;
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 36px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-checkbox {
      margin: 0 0 25px;
    }
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-checkbox input {
    width: auto;
    height: auto;
    margin: 5px 0 0;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-checkbox input {
      margin: 3px 0 0;
    }
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .single-blog-comment-checkbox label {
    color: #4a4a4a;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-left: 9px;
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .comment-submit-btn button {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02px;
    color: #ffffff;
    background-color: #6A08A5;
    padding: 5px 10px;
    border: none;
    padding: 15px 43px;
    z-index: 1;
  }
  
  .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .comment-submit-btn button i {
    font-size: 16px;
    position: relative;
    top: 2px;
  }
  
  @media only screen and (max-width: 767px) {
    .blog-details-wrapper .blog-comment-form-wrap .blog-comment-form form .comment-submit-btn button {
      padding: 12px 27px;
      font-size: 15px;
    }
  }

  .sidebar-widget .search-wrap-3 .search-3-form {
    position: relative;
  }
  
  .sidebar-widget .search-wrap-3 .search-3-form input {
    border: 1px solid #dcdcdc;
    height: 60px;
    color: #a6a6a6;
    font-weight: 300;
    font-style: italic;
    padding: 2px 70px 2px 25px;
  }
  
  .sidebar-widget .search-wrap-3 .search-3-form input::-moz-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
  }
  
  .sidebar-widget .search-wrap-3 .search-3-form input::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
  }
  
  .sidebar-widget .search-wrap-3 .search-3-form .button-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 19px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: #000000;
    padding: 0;
    color: #818181;
  }
  
  .sidebar-widget .search-wrap-3 .search-3-form .button-search:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #dcdcdc;
  }
  
  .sidebar-widget .search-wrap-3 .search-3-form .button-search:hover {
    color: #6A08A5;
  }
  /* .single-latest-post{
    display: flex;
    justify-content: space-between;
    
  }
  .latest-post-img{
    max-width: 200px;
    width: 200px;
    flex: 0 0 200px;
  }
  .latest-post-content{
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  } */
  .single-latest-post{
    padding-bottom: 30px;
  }
  .blog_details_h4_title {
    margin-bottom: -5px;
}
.bottom_gapcos{
  margin-bottom: 10px
}
.error{
  color: red;
  font-size: 14px;
}

  @media (max-width: 1040px) {
    .blog_details_left {
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
    }
    .blog_details_con {
        flex-direction: column;
    }
    .blog_details_right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 80px ;
    }
  }