/* Blog post */

.content-wrapper {
  max-width:1240px;
}
/*.article_main,
.blog-post,*/
.post_body_main_banner .breadcrumb {
  margin: 0 auto;
  display: flex; 
  align-items:center;
  gap: 1.5rem;
  max-width:1240px;
}
.blog-post {
  margin: 0;
}
.blog-post{
  padding: 0px 0px!important;
}
.article_main {
  align-items: flex-start;
  padding: 0px 0px 60px;
}
.blog-post__body{
  padding: 60px 20px; 
}
.blog-post__body p{
  font-size: 18px!important;
  line-height: 30px!important;
  font-weight: 400!important;
  color: rgb(33, 37, 41)!important;
}
.body-container--blog-post{
  background: #eaebeb;
}
.post_body_main_banner
{
  /*background:#1946FA;
  background-image: url(https://146375577.fs1.hubspotusercontent-eu1.net/hubfs/146375577/Imported%20images/hero-detail.png); 
  background-size: 601px 325px;
  background-position: top right;
  background-repeat: no-repeat;*/
  padding: 0px;
}
.blog-post__meta {
  margin-bottom: 1.4rem;
  display: flex;
  gap: .5rem !important;
  align-items: center;
}

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

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

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

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}
.blog_detail-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
}
.blog_detail-title span {
    color:#000!important; 
}
.blog-post .image_div {
    width: 100%;
    /*min-width: 300px;
    height: 250px;
    max-width: 375px;
    border-radius: 20px;*/
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom:35px;
}
.blog-post .image_div .blog_detail-img {
   width: 100%;
   height: 100% !important;
   vertical-align: middle;
   overflow-clip-margin: content-box;
   overflow: clip;
   object-fit: cover;
}
   .post_body_main_banner .breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 12px;
    margin: 0px auto !important;
    padding-top: 30px;
  }
   .post_body_main_banner .breadcrumb  li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .post_body_main_banner .breadcrumb  li,
   .post_body_main_banner .breadcrumb  li span {
    color:#000!important; 
   }
   .post_body_main_banner .breadcrumb  li svg {
    margin-left: 14px;
   }
   .post_body_main_banner .breadcrumb li:last-child {
    font-weight: bold;
    background: none;
  }
  .blog__card-type .blog-post__tag-link {
    display: block;`
    text-decoration: none;
    background-color: #C9E2FF;
    color: #1946FA;
    border-radius: 99px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px; 
   }
   .blog-post__timestamp{
    color:#000!important; 
    font-size:16px;
    text-decoration:none;
    display: inline-block;
    font-weight: 400; 
  }
  .blog-related-posts{
   background: #E2EFFF;
   padding: 0px!important; 
   padding-top: 1.5rem!important;  
   padding-bottom: 1.5rem!important;   
  }
  .blog-related-posts__list{
    display:flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content:center;
    padding: 60px 0px 100px;
  }
  .b-card{
    width:calc(100% / 3 - 20px);
    transition:all .2s linear;
    position: relative;
  }
  .b-card a img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}
  .p-content{
    padding: 20px 0px 0px;
  }
  .p-content .inner_top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .p-content .inner_top .blog__card-type {
   }
  .p-content .inner_top .blog__card-type a {
    display: block;
    text-decoration: none;
    background-color: #C9E2FF;
    color: #1946FA;
    border-radius: 99px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px; 
   }
   .inner_top time{
    color:#1946FA;
    font-size:14px;
    text-decoration:none;
    display: inline-block;
    margin-bottom: 10px;
  }
   .p-content h4 a{
    color:#000;
    text-decoration:none;
    font-weight: 600;
    line-height: 30px;
  }
   .p-content p{
    color:#000;
    font-size: 16px;
  }
  .blogs_page-heading{
    font-weight: 700!important;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-align: left!important;
    color: rgb(33, 37, 41)!important;
    display: flex;
    justify-content: space-between;
  }
   .slick__buttons
  {
   display: flex;
  }
.slick-list {
    overflow:hidden;
  }
   .slick-track {
    display: flex;
    gap: 30px; 
  }
    .slick-slide{
    opacity:0;
    transition:opacity 1.25s ease-out;
  }
   .slick-slide.slick-current.slick-active{
    opacity:1;
  }
  .slick-dots{
    display: flex;
    position: absolute;
    bottom: 10px;
    padding: 0;
    margin:0;
    left: 50%;
    transform: translate(-50%);
    list-style:none;
  }
   .slick-dots li button{
    display:none;
  }
   .slick-dots li {
    margin: 0 5px;
    background: #0006;
    width: 25px;
    height: 5px;
    border-radius: 1px;
    cursor: pointer;
  }
   .slick-dots li.slick-active {
    background: #ec1c24;
    width: 40px;
  }
  .swiper-button-next, .swiper-button-prev {
    position: static !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 5px !important;
    cursor: pointer;
    color:#1946FA;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    color:#1946FA;
}
.slick-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.prev:hover svg rect, .next:hover svg rect {
    fill: #1946FA;
    transition: fill 0.3s ease;
}
.prev:hover svg path, .next:hover svg path {
    fill: white;
    transition: fill 0.3s ease;
}
.slick-disabled:hover svg rect,
.slick-disabled:hover svg path{
    fill: transparent!important;
    transition: unset;
}
.breadcrumb2
  {
   justify-content: flex-start; 
   display: flex;
   gap: 5px;
   padding: 0px; 
   align-items:center; 
   margin-bottom:  30px; 
   margin-top: 30px; 
  }
.breadcrumb2 li
  {
   list-style-type: none;
  }
.breadcrumb2 li a
  {
   text-decoration: none;
   color: #1946FA;
   background: #c9e2ff; 
  }
.breadcrumb2 li:nth-child(1) a,
.breadcrumb2 li:nth-last-child(1) a
  {
   color: #000;
   background-color: transparent; 
   font-weight: bold; 
  }
.breadcrumb2 li:nth-last-child(1)
  {
   margin-left: auto;
  }
.breadcrumb2 li:hover > a
  {
    color: #000;
    /*background: #1946FA;*/
  }
.btn-secondary-v2 {
    padding: 10px 24px;
    border: 1px solid #1946FA;
    color: #1946FA;
    font-weight: 700;
    cursor: pointer;
    min-width: max-content;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 999px;
}
.breadcrumb2 li:nth-child(1) .btn-secondary-v2,
.breadcrumb2 li:nth-last-child(1) .btn-secondary-v2
  {
   border-color: transparent;
  }
.breadcrumb2 li:nth-child(1) .btn-secondary-v2
  {
  padding-left: 0px;
  }
.breadcrumb2 li:nth-last-child(1) .btn-secondary-v2
  {
  padding-right: 0px;
  }
@media (max-width:1024px){
  .blog-related-posts__list {
    justify-content: flex-start;
  }
  .b-card{
      width:calc(100% / 2 - 18px);
  }
  .post_body_main_banner,
  .blog-post__body{
  padding: 0px 20px;
  }
}

@media screen and (max-width: 768px)
{
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
  .article_main,
  .blog-post {
    flex-wrap: wrap;
  }
  .post_body_main_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1946FA;
    z-index: -1;
    height: 300px;
    padding: 50px 0;
    background: #1946FA;
  }
  .blog-post .image_div,
  .blog-post .image_div .blog_detail-img 
  {
    width:100%;
    max-width: 100%;
    min-width: 100%;
  }
  .blog-post {
    flex-direction: column-reverse;
}
  .post_body_main_banner .breadcrumb li {
    font-weight: 400;
    letter-spacing: 0%;
  }
}

  @media (max-width:600px){
    .post_body_main_banner, .blog-post__body {
        padding: 0px 20px;
    }
    .blog-post .image_div {
    height: auto;
}
   .b-card{ 
    width:100%; 
  }
   .breadcrumb
  {
   justify-content: flex-start; 
   display: flex;
   gap: 5px;
   padding: 10px 0px 0px; 
   align-items:center; 
   margin-bottom:  10px; 
   flex-wrap: wrap; 
  } 
    .breadcrumb li
  {
   line-height: unset!important;
  } 
   .breadcrumb2
  {
   margin: 10px 0px; 
  } 
}

@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;
}