





/* Blog post */
.body-container.body-container--blog-post.color--light {
    max-width: 1400px;
    margin: 120px auto!important;
}

.blog-post {
  margin:0 40px;
}
.main-section-blog-post.full_width_body .social-content-flex-item {
    flex-basis: 100% !important;
}
.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}
.blog-related-posts{
    max-width: 1300px;
    padding: 80px 0;
    margin: 0 auto;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 18px;
}

/* Blog related posts */

/* .blog-related-posts {
  background-color: #F8FAFC;
} */

.blog-related-posts h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}
label.hs-form-booleancheckbox-display {
    width: 100% !important;
}
.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


/* Custom Blog post Css */

.date-author {
  display: flex;
  gap: 2px;
}

.body-container--blog-post .main-section-blog-post {
  background-color: #020202;
}

.body-container--blog-post .main-section-blog-post .featured-image img {
  width: 100%;
}
.body-container--blog-post .main-section-blog-post img {
  display: block;
  border-radius: 40px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 50px;
}

.body-container--blog-post .main-section-blog-post .blog-post__body,
.body-container--blog-post .main-section-blog-post .blog-post__body p {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .body-container--blog-post .main-section-blog-post img {
    margin-bottom: 30px;
    
  }
  .body-container--blog-post {
    max-width: 1400px;
    margin:  20px!important;
}

}
@media (max-width: 630px) {
  .date-author {
    display: flex;
    gap: 10px;
/*     flex-direction: column; */
  }
}

/* Blog Related Posts */

.blog-related-posts .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.blog-related-posts .flex .flex-item-3 {
  flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -webkit-flex-basis: 33.33%;
  -o-flex-basis: 33.33%;
  padding: 10px;
}
.blog-related-posts .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog-related-posts .box .title {
  font-size: 20px;
  line-height: 138%;
  display: block;
  margin-bottom: 50px;  
  color:#fff;
}
.blog-related-posts .box .image {
  display: block;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.blog-related-posts .box .image img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.blog-related-posts .box .topic_data {
  padding: 12px 32px;
  border-radius: 12px 32px 12px 32px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color:#fff;
}
.blog-related-posts .box .btn-area {
  margin-bottom: 30px;
}
.product-block {
  padding: 10px;  
}
@media (max-width: 1023px) {
  .blog-related-posts article {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .blog-related-posts article {
    flex-basis: 100%;
    padding: 0!important;
  }
}
.hs-form-521ca66c-dbb5-4187-8097-48db27649ef0_002d628b-e780-44d6-b1b4-eff1d3c4b09c fieldset.form-columns-1 .input
Specificity: (0,3,1)
 {
    margin: 0 !important;
}
.hs_consent_checkbox.hs-consent_checkbox.hs-fieldtype-booleancheckbox.field.hs-form-field{
    width: 100% !important;
}
.hs_country.hs-country.hs-fieldtype-select.field.hs-form-field {
    width: 100% !important;
}

.inner-hero-banner-module {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-left:30px;
}
.inner-hero-banner-module .flex {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  align-items: center;
/*   justify-content: center; */
  margin-left: -20px;
  margin-right: -20px;
}
.inner-hero-banner-module .flex .flex-item.flex-item-image {
  padding-left: 0!important;
}
.inner-hero-banner-module .flex .flex-item {
  padding-left: 20px;
  padding-right: 20px;
}
.inner-hero-banner-module .flex .flex-item.flex-item-image {
  flex-basis: 30%;
  -moz-flex-basis: 30%;
  -webkit-flex-basis: 30%;
  -o-flex-basis: 30%;
  width: 30%;
  display: block;
  max-width: 100%;
}
.inner-hero-banner-module .flex .flex-item.flex-item-content {
  flex-basis: 70%;
  -moz-flex-basis: 70%;
  -webkit-flex-basis: 70%;
  -o-flex-basis: 70%;
  width: 70%;
  display: block;
  max-width: 100%;
}
.inner-hero-banner-module .flex.flex-item-50 .flex-item {
  flex-basis: 50%;
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -o-flex-basis: 50%;
  width: 50%;
}
@media (max-width: 1023px) {
  .inner-hero-banner-module .flex.flex-item-50 {
    display: block!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .inner-hero-banner-module .flex.flex-item-50 .flex-item {
    padding: 0!important;
    width: 100%!important;
  }
  .inner-hero-banner-module .flex.flex-item-50 .flex-item.flex-item-content {
    margin-bottom: 30px;
  }
}

.inner-hero-banner-module .content-block .breadcrumb {
  margin-bottom: 20px;
}
.inner-hero-banner-module .content-block .title {
  margin-bottom: 22px;
  display: block;
}
.inner-hero-banner-module .content-block .desc {
  display: block;
  font-size: 20px;
}
.inner-hero-banner-module .content-block .btn-area {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1023px) {
  .inner-hero-banner-module .content-block .btn-area {
    margin-top: 50px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .inner-hero-banner-module .content-block .btn-area {
    margin-top: 26px;
  }
}
@media (max-width: 1240px) {
  .inner-hero-banner-module .content-block {
    padding-right: 16px;
  }
}
.inner-hero-banner-module .flex .flex-item-content.content-items-full {
  flex-basis: 100%;
  justify-content: center;
  text-align: center;
  display: block;
  max-width: 1024px;  
}
.inner-hero-banner-module .flex .flex-item-content.content-items-full .content-block {
  padding-right: 0!important;
}
.inner-hero-banner-module .flex .flex-item-content.content-items-full .btn-area {
  justify-content: center;    
}
@media (max-width: 768px) {
  .h1-tag-whole-trid{
    font-size:26px!important;
}
  .inner-hero-banner-module .flex {
    display: flex;
    flex-direction: column!important;
    margin-left: 0;
    margin-right: 0;
  }
  .inner-hero-banner-module .flex .flex-item.flex-item-image {
    width: 100%;
  }
  .inner-hero-banner-module .flex .flex-item.flex-item-content {
    width: 100%;
  }

  .inner-hero-banner-module {
    padding-bottom: 40px;
  }
  .inner-hero-banner-module .flex .flex-item {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.inner-hero-banner-module .hero-image img {
  border-radius: 40px;
  display: block;
  max-width: 100%;
}
.inner-hero-banner-module .content-block .breadcrumb {
  font-weight: 300;
}
.inner-hero-banner-module .content-block .breadcrumb strong {
  font-weight: 600;
}
.inner-hero-banner-module .hero-image-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}


/* End of Blog Related Posts */


/* .content-block-body {
  position: relative;
}
.social-flex-item .example_parent_element {
  position: absolute;
} */
.social-flex-item .a2a_floating_style {
  background-color: transparent;
  border: 1px solid #4C4C4C;
}
.social-flex-item .contact-icon i {
  font-size: 24px !important;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  color: #fff!important;
}
.social-flex-item .a2a_floating_style img {
  border: 0!important;
  border-radius: 0!important;
  margin: 0!important;
  max-width: fit-content;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article.blog-post form input[type=email],
article.blog-post form input[type=file],
article.blog-post form input[type=number],
article.blog-post form input[type=password],
article.blog-post form input[type=search],
article.blog-post form input[type=tel],
article.blog-post form input[type=text],
article.blog-post form select,
article.blog-post form textarea {
/*   border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  padding-left: 0!important; */
}
article.blog-post form input[type=email]:focus-visible,
article.blog-post form input[type=file]:focus-visible,
article.blog-post form input[type=number]:focus-visible,
article.blog-post form input[type=password]:focus-visible,
article.blog-post form input[type=search]:focus-visible,
article.blog-post form input[type=tel]:focus-visible,
article.blog-post form input[type=text]:focus-visible,
article.blog-post form select:focus-visible,
article.blog-post form textarea:focus-visible {
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #47bc87!important;
  outline: 0;
}
.content-block-body > .flex {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.content-block-body .flex .social-flex-item .example_parent_element {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 50px;
}
.content-block-body .flex .social-flex-item .example_parent_element .a2a_floating_style {
  position: initial;
}
.a2a_logo_color {
  background-color: #47bc87!important;
}
.a2a_vertical_style:not(.a2a_flex_style) a {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content-block-body .flex {
    gap: 10px;
  } 
}
.blog-banner-form form input:not(.hs-button),
.blog-banner-form form textarea {
/*   border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  padding-left: 0!important; */
}
.blog-banner-form form input:not(.hs-button):focus-visible,
.blog-banner-form form textarea {
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #47bc87!important;
  outline: 0;
}
.grey-bg-color {
  background-color: #242424;
}
.post-detail-title {
  font-size: 50px;
}
.white-color {
  color: #fff!important;
}
.social-content-flex-item {
  display: flex;
  gap: 20px;
  flex-basis: 70%;
}
.social-content-flex-item.flex-item-100 {
  flex-basis: 100%;
}
@media (max-width: 550px) {
  .social-content-flex-item {
    display: block!important;
  }
  .content-block-body .flex .social-flex-item .example_parent_element .a2a_floating_style {
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
    MARGIN-BOTTOM: 20PX;
    width: fit-content;
    gap: 5px;
  }
  .content-block-body .flex .social-flex-item .example_parent_element .a2a_vertical_style:not(.a2a_flex_style) a {
    margin-bottom: 0!important;
  }
}
.form-overflow {
  margin-top: -250px;
  position: relative;
  z-index: 1;
}
.form-flex-item.form-overflow {
  flex-basis: 30%;
}
.content-block-body>.flex.flex-3 {
  gap: 50px;
}
@media (max-width: 1023px) {
  .inner-hero-banner-module .flex {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .content-block-body>.flex {
    display: block!important;
    gap: 30px;
    justify-content: flex-start;
  }
  .form-overflow {
    margin-top: 30px;
  }  
}



.author-div.event{
  position: relative; 
  padding: 12px;
  background-color:#43bd94;
  display: flex;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color:#fff;
}
.author-div.event .author_inner_icon {
    position: absolute;
    right: -45px;
    top: 0;
}
.author-div.event .author_inner_icon svg {
    height: 51px;
    width: 52px;
    transform: rotate(90deg);
    fill:#43bd94 !important;
}
.author-div.event .author_inner_icon svg g{
  fill:#43bd94 !important;
}

@media (max-width:768px){
 
  .author-div.event {
    font-size: 15px;
  }
  .author-div.event .author_inner_icon svg {
    height: 48px;
  }
}



/* Blogs */
.first-section-blog-post.blog_post_bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.first-section-blog-post.blog_post_bg .blog_bgs_overlay {
/*     position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); */
}
.first-section-blog-post.blog_post_bg .content-wrapper.blog-post-content-wrapper.type-of-page-Blogs {
    position: relative;
    z-index: 1;
    min-height: 380px;
}
/* case studies */
.content-wrapper.blog-post-content-wrapper.type-of-page-Ebooks .hs-richtext.hs-main-font-element,
.content-wrapper.blog-post-content-wrapper.type-of-page-Ebooks .hs-richtext.hs-main-font-element p,
.content-wrapper.blog-post-content-wrapper.type-of-page-White.Papers .hs-richtext.hs-main-font-element,
.content-wrapper.blog-post-content-wrapper.type-of-page-White.Papers .hs-richtext.hs-main-font-element p,
.content-wrapper.blog-post-content-wrapper.type-of-page-Case.Studies .hs-richtext.hs-main-font-element,
.content-wrapper.blog-post-content-wrapper.type-of-page-Case.Studies .hs-richtext.hs-main-font-element p{
    margin-bottom: 0px;
}

.registeration-btn-area.btn-area {
  display: block;
  margin-top: 20px;
}


/* Webinar Blog Banner Form */
.form-overflow .blog-banner-form .submitted-message {
    position: --webkit-sticky!important;
    position: sticky !important;
/*     top: -78px; */
    right: 150px;
/*     margin-top: 250px; */
    transition: 0.3s ease;
  color:#000;
}
.form-overflow .blog-banner-form .submitted-message P {
  color:#000;
}

@media (max-width: 1023px) {
   .flex-item.flex-item-image {
     margin-top: 50px;
   }
  .form-overflow .blog-banner-form .submitted-message {
     margin-top: 0!important;
  }
}
/* End of Webinar Blog Banner Form */


@media (max-width: 768px) {
  article.blog-related-posts__post.software-article {
      padding: 0px;
  }
  .blog-related-posts h2 {
  text-align: center;
  font-size: 40px!Important;
  font-weight: bold;
  padding: 60px 0px 20px 0px;
}
  .blog-post, .blog-header__inner, .blog-related-posts{padding:0!important;
  }
}