:root {
  --color-primary: #12C395;
  --color-secondary: #FE1D8F;
  --color-blue: #9369D2;
  scroll-behavior: initial;
}
.blogs-listing .post-grid-text-wrap {
  padding: 0 30px 15px;
}
.blogs-listing .post-grid-text-wrap .title a:hover {
  text-decoration: none;
}
.blogs-listing .post-grid-meta .post-date {
  padding-left: 21px;
  background: url(../images/calender.svg) left center no-repeat;
  background-size: 15px;
}
.blog-banner {
  background:url('../images/global-banner.jpg') center center no-repeat;
  background-size: cover;
  padding: 90px 0;
  text-align: center;
  margin-top: 80px;
}
.blog-banner h2 {
  font-size: 48px;
  margin: 0;
  color: #ffffff;
  font-weight: 500;
}
.blog-details {
  padding: 70px 0;
}
.blog-details .blog-inner {
  padding-right: 25px;
}
.blog-details .blog-inner .title {
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 30px;
}
.blog-details .blog-inner .meta-data {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.blog-details .blog-inner .meta-data h6 {
  margin: 0;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 12px;
  border-right: 2px solid;
  line-height: 1;
}
.blog-details .blog-inner .meta-data .date {
  color: var(--color-primary);
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #00000021;
}
.blog-details .blog-inner .meta-data .time {
  color: var(--color-secondary);
}
.blog-details .blog-inner .featured-img {
  margin: 0px 0 30px;
  border-radius: 36px;
}
.social-links2,
.social-links2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-links2 li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: var(--color-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  margin-left: 3px;
  transition: all 0.5s ease;
}
.social-links2 li a:hover {
  background: var(--color-secondary);
}
.social-links2 li a svg {
  fill: #ffffff;
  width: 15px;
}
.social-links2 h6 {
  margin: 0 10px 0 0;
  font-size: 14px;
}
.blog-details .recent-blogs h2 {
  font-weight: 600;
  font-size: 28px;
  border-bottom: 1px solid;
  padding: 0 0 15px;
  margin: 0 0 30px;
}
.recent-blogs .recent-box .row {
  margin: 0 -9px;
}
.recent-blogs .recent-box .row > div {
  padding: 0 9px;
}
.recent-blogs .recent-box h3 {
  font-size: 15px;
  font-weight: 600;
}
.recent-blogs .recent-box h3 a {
  color: #000000;
}
.recent-blogs .recent-box .date {
  font-size: 13px;
  color: var(--color-primary);
}
.recent-blogs .recent-box .date img {
  width: 12px;
}
.recent-blogs .recent-listing .recent-box:not(:last-child) {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #0000004D;
}
/*.........comment box.........*/
.blog-details .comment-box {
  padding: 35px 50px;
  background: #4495C40F;
  margin-top: 50px;
}
.blog-details .comment-box h4 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-primary);
  padding: 0 0 20px;
  margin: 0 0 25px;
}
.comment-box .comment-form-comment label,
.comment-box .comment-form-author label,
.comment-box .comment-form-email label {
  display: none;
}
.comment-box .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-box .comment-form .comment-notes,
.comment-box .comment-form .comment-form-comment,
.comment-box .comment-form .comment-form-cookies-consent,
.comment-box .comment-form .form-submit {
  flex: 0 0 100%;
}
.comment-box .comment-form .comment-form-author,
.comment-box .comment-form .comment-form-email {
  flex: 0 0 50%;
}
.comment-box .comment-form .comment-form-comment textarea,
.comment-box .comment-form .comment-form-author input,
.comment-box .comment-form .comment-form-email input {
  border: 0;
  padding: 15px 20px;
  width: 100%;
}
.comment-box .comment-form .comment-form-comment textarea {
  height: 140px;
}
.comment-box .comment-form .comment-form-author {
  padding-right: 10px;
}
.comment-box .comment-form .comment-form-email {
  padding-left: 10px;
}
.comment-box .comment-form .form-submit input {
  background: var(--color-primary);
  color: #ffffff;
  border: 0;
  padding: 14px 52px;
  margin-top: 20px;
}
.comment-box .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
}
.comment-box .comment-form .comment-notes,
.comment-box .comment-form .comment-form-cookies-consent {
  font-size: 14px;
}
.comment-box .comment-form .comment-form-cookies-consent {
  margin-top: 15px;
}
.comment-box .comment-form .comment-form-cookies-consent input {
  display: none;
}
.comment-box .comment-form .comment-form-cookies-consent input + label {
  position: relative;
  padding-left: 40px;
}
.comment-box .comment-form .comment-form-cookies-consent input + label::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: -4px;
}
.comment-box .comment-form .comment-form-cookies-consent input + label::after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  position: absolute;
  left: 7px;
  top: 4px;
  background: var(--color-primary);
  transform: scale(0);
  transition: all 0.5s ease;
}
.comment-box .comment-form .comment-form-cookies-consent input:checked + label::after {
  transform: scale(1);
}
.comment-box #comments {
  font-size: 18px;
}
.comment-box .comment-body {
  font-size: 14px;
}
.comment-box .comment-body a {
  color: var(--color-primary);
}
.comment-box .comment-body .vcard img {
  border-radius: 100%;
}
.blogs-listing .post-grid-text-wrap {
    padding: 0 30px 15px;
}
.head-inner button:focus,.head-inner button:hover,button.menu-close-btn,button:hover.menu-close-btn:focus{
  background-color:transparent;
   border-color: transparent;
}
.discuss-btn-fixed.discuss-fixed{
    position: fixed;
    right: 40px;
    bottom: 20px;
}
#ast-scroll-top{display: none !important}

/*New Blog design*/
.blog_main_page,.blog_detail_page{
  padding-top: 140px;
}
.post_content .category_name{
  display: inline-block;
  color: #5fb448;
  border: 1px solid #5fb448;
  padding: 8px 20px;
  border-radius: 36px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post_content .post_title{
  font-weight: 700;
  font-size: 36px;
}
.post_image img{border-radius: 36px;}
.gridpost .post_image{
  margin-bottom: 30px;
  overflow: hidden;
}
.gridpost .post_content .post_title{font-size:28px;}
.meta_post{padding: 10px 0 20px;}
.meta_post .post_date{color: #de3372;}
.meta_post .author_name{margin-bottom: 6px;}
.post_content .post_text{
  font-weight: 400;
  line-height: 26px;
}
.blog_main_page a,.blog_main_page a:hover{color: #000;}
.gridpost .post_image img{transition: all 0.3s ease-in-out;}
.gridpost .col-md-6:hover .post_image img{
  border-radius: 28px;
}
.pr-04{
  padding-right: 30px;
}
.blog-details .blog-inner .featured-img {margin: 0px 0 30px;}
.blog-details .blog-inner .featured-img img{border-radius: 36px;}