.blog-post {
  max-width: 1372px;
  margin: 0 auto;
  border-radius:5px
}
.blog-post .heading-tag h3:not(.active){
  display:none;
}
.blog-post {
  max-width: 1372px;
  margin: 0 auto;
  border-radius:5px
}
.blog-post svg {
  display: block;
}
.blog-post a {
  text-decoration: none !important;
}
.blog-post .hero-videos{position:absolute; top:0; width:100%; left:0; height:100%;z-index:-1;}
.blog-post .hero-videos video{width:100%; height:100%; object-fit:cover;}
.post-contents {
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
}

.post-contents .post-content .post-feature-img .blog-feature {
  min-height: 200px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tags.hubspot-topic_data {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tags.hubspot-topic_data a.topic-link {
  text-decoration: none;
  border-radius: 5px;
  background-color: #CDFFED;
  padding: 4px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.71;
}

.blog-heading a,.auther-name a.post-author-name {
  text-decoration: none !important;!i;!;
}
.blog-heading .body-content,
.blog-heading .body-content p {
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom:0;
}
.blog-post .navpagination {
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid var(--secondary_color2);
}
.navpagination .blog-prev-page a,.navpagination .blog-next-page a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary_color4);
}
.blog-post .blog-page-number{
  gap: 2px;
  overflow:hidden;
}
.removeNavi.blog-post .navpagination{
  opacity:0;
}
.blog-post .activeDot .blog-page-number .blog-pagination__link:not(.exact-link) {
  display: none;
}
.blog-post .activeDot .blog-page-number .blog-pagination__link.blog-active {
  display: block !important;
}
@media(min-width:768px){
  .blog-post .navpagination .mobile-ele{
    display :none;
  }
  .blog_pagination-number {
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
  }
  .blog-heading {
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .blog_pagination-number a.blog-pagination__link-sec {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--primary_color4);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
  .blog_pagination-number.blog-active {
    border-color: var(--secondary_color2);
    background-color: var(--third_color);
  }
  .blog-post .navpagination .dot {
    width: 40px;
    text-align: center;
    position: relative;
    top: 5px;
  }
  .post-contents .post-content:not(:last-child) {
    margin-bottom: 64px;
  }
  .post-contents .post-content {
    display: flex;
    align-items: self-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .post-contents .post-content .post-feature-img {
    flex-basis: 48.7%;
  }
  .post-contents .post-content .contents {
    flex: 1;
  }
}
@media(max-width:767px){
  .blog_pagination-number:not(.blog-active),
  .blog-post .navpagination .dot,
  .navpagination a span.pagenum-txt{
    display: none !important;
  }
  .navpagination .blog-prev-page a, 
  .navpagination .blog-next-page a{
    border-radius: 5px;
    border: 1px solid var(--secondary_color);
    background-color: var(--third_color);
    padding: 7px;
  }
  .blog-post .navpagination {
    margin-top: 48px;
    padding-top: 16px;
  }
  .post-contents .post-content:not(:last-child) {
    margin-bottom: 48px;
  }
  .post-contents .post-content {
    display: block;
  }
  .post-contents .post-content .post-feature-img {
    margin-bottom: 20px;
  }
  .blog-heading {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .post-contents .post-content .post-feature-img .blog-feature {
    min-height: 240px;
  }
}
