.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}
.post-share .share-icons a:hover {
  transform: scale(1.06);
}
.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}
.list-main-wrapper {
  padding: 70px 40px;
  background: #fff;
}
.site-search-wrapper .hs-search-field {
  height: 41px;
  width: calc(100% - 300px);
  position: relative;
  max-width: 360px;
  min-width: 25px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.site-search-wrapper .hs-search-field input.hs-search-field__input {
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: none
    -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: rgba(119,119,119,1);
  border-color: rgba(224,224,224,1);
  direction: ltr;
  padding-left: 23px;
  padding-right: 37px;
  position: absolute;
  top: 0;
  left: 0;
}
ul.hs-search-field__suggestions {
  position: absolute;
  left: 0;
  top: 106%;
  width: 100%;
  background: #fff;
  z-index: 99;
}
ul.hs-search-field__suggestions li {
  padding: 4px 10px;
  text-align: left;
}
.hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 10px;
  text-indent: 0;
  padding-right: 10px;
}

.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}
.site-search-wrapper .hs-search-field input.hs-search-field__input::-webkit-input-placeholder {
  color: inherit;
}
.site-search-wrapper button {
  background-color: transparent !important;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  height: 32px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 32px;
  z-index: 2;
  color: #000 !important;
}

.site-search-wrapper button:before {
  content: '\eabf';
  font-family: 'dm-font'!important;
}
.site-search-wrapper button svg {
  display: none;
}
/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}
.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}




/* blog-css */

.body-container--blog-index .row-fluid-wrapper.dnd-section {
  padding: 0;
}
.blog_listing .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.custom_blog_index_inner {
  margin-top: 34px;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
  display: grid;
  padding-bottom: 0;
}
.hs-blog-listing .breadcrumb-section {
  display: none;
}
.custom_blog_art {
  animation-delay: 200.0ms;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}
.list-item-inner-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
.list-item-inner-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}

.blog-index_post-image {
  display: block;
  height: 190px;
  transition: all .2s ease-out;
  width: 100%;
  object-fit: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom_blog_innercard {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom_blog_content {
  padding: 15px;
  flex: 1 1 auto;
}
.custom_blog_feature_img {
  height: 190px;
  width: 100%;
  display: block;
  overflow: visible !important;
}
.custom_blog_content h2 {
  text-align: left;
  margin: 0 0 15px;
  padding: 0;
  line-height: normal;
  color: #df7505;
  direction: ltr;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
}

.custom_blog_content h2 a {
  color: #df7505;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  font-family: "Orbitron-Medium";
}
.custom_blog_feature_img {
  overflow: hidden;
}
.custom_blog_art:hover .blog-index_post-image {
  transform: scale(1.06);
}
.custom_blog_summary {
  font-size: 15px;
  max-height: 5.5em;
  color: #747474;
  overflow: hidden;
  line-height: 1.4em;
  word-break: break-word;
}
.custom_blog_read_more a {
  color: #000;
}
.custom_blog_read_more {
  padding: 0 15px 15px;
  opacity: .8;
}
.custom_blog_read_more a:hover {
  color: #000;
}




















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

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

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-family: Brandon_reg;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}
ul.hs-search-field__suggestions li:before {
  display: none;
}
/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

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

.blog-post__timestamp {
  display: inline-block;
}

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

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

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

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

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

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.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;
}
.post-page-content {
  padding-top: 40px;
  padding-bottom: 15px;
}
.post-page-content .post-page-content-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.post-page-content .blog-post__body {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right:32px;
}
.post-page-content .blog-post__body img {
  vertical-align: top;
}
.custom_blog_next-previous {
  padding: 15px 0;
}
.custom-next a:before {
  display: none;
}
.custom_blog_next-previous .custom-previous {
  float: left;
  text-align: left;
}
.custom_blog_next-previous:after, .custom_blog_next-previous:before {
  content: "";
  display: block;
  clear: both;
}
.post-comment .blog-comments {
  padding: 0 50px;
}
.custom_blog_next-previous a {
  color: #177bb6;
  text-decoration: underline;
}
.custom-next {
  float: right;
  text-align: right;
}
.post-page-wrapper {
  background: #fff;
}
.post-share {
  padding-top: 15px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 15px;
}
.post-share .content-wrapper {
  display: flex;
}
.post-share .share-icons {
  width: 100%;
  position: relative;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 860px;
  min-width: 25px;
  text-align: center;
}
.post-share .share-icons a {
  margin-right: 13px;
  display: inline-block;
  transition: all .2s ease-out!important;
  border-radius: 4px;
}
.post-share .share-icons a span {
  border-radius: 50%;
  color: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'dm-social-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}
.post-share .share-icons a:last-child {
  margin: 0;
}
.post-share .share-icons a span.share-icon.dm-social-icons-facebook {
  background: #4b68a2;
}
.post-share .share-icons a .share-icon.dm-social-icons-twitter {
  background: #00abf3;
}
.post-share .share-icons a .share-icon.dm-social-icons-linkedin {
  background: #0079b4;
}
.post-share .share-icons a .share-icon.dm-social-icons-whatsapp {
  background: #01e675;
}
.post-share .share-icons a .share-icon.dm-social-icons-email {
  background: #707070;
}
.dm-social-icons-email:before {
  content: '\eace';
}
.dm-social-icons-whatsapp:before {
  content: '\e904';
}
.dm-social-icons-linkedin:before {
  content: '\eaca';
}
.dm-social-icons-twitter:before {
  content: '\ea96';
}
.dm-social-icons-facebook:before {
  content: '\ea90';
}
.related-posts {
  padding-top: 40px;
  padding-bottom: 50px;
}
.related-posts .related-posts-inner {
  padding: 0 50px;
}
.custom_blog_art{
  overflow: hidden;
}
.related-posts .custom_blog_index_inner {
  padding-bottom: 0;
}
.post-page-content .blog-post__body img {
  max-width: 100%;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  overflow-y: hidden;
}
.custom_blog_next-previous a:before {
  content: "< ";
}
/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
ul.hs-search-field__suggestions li {
  margin: 0;
}
ul.hs-search-field__suggestions li:before {
  display: none;
}
ul.hs-search-field__suggestions li {
  margin: 0 !important;
  padding: 4px 40px;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
  .list-main-wrapper {
    padding: 30px 15px 50px;
  }
  .blog_inner h1 {
    font-size: 44px !important;
    font-family: "Orbitron-Bold";
  }
  .blog_banner {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background-position: 0 50% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .site-search-wrapper .hs-search-field {
    width: calc(100% - 23px) !important;
  }
  .custom_blog_index_inner {
    margin-top: 17px;
  }
  .custom_blog_index_inner {
    margin-top: 22px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr);
  }
  .site-search-wrapper .hs-search-field input.hs-search-field__input {
    height: 36px;
  }
  .custom_blog_art{
    overflow: hidden;
  }
  .post-page-content .post-page-content-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-share {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .post-comment .blog-comments {
    padding: 0 15px;
  }
  .related-posts .related-posts-inner {
    padding: 0 15px;
  }
  .related-posts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .custom_blog_next-previous a {
    font-size: 16px;
  }
  .post-share .share-icons {
    margin: 10px 0;
  }
  .post-page-content {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .post-page-content .blog-post__body {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
  }
}
.subscription-form label {
  text-align: center;
}
.feature-image-and-content .blog-post__body {
  width: 100%;
  padding: 0 0;
}
.feature-image-and-content .blog-post__body img {
  width: 50%;
  height: auto;
  padding-left: 35px;
}
/* .feature-image-and-content .image {
width: 50%;
} */
@media(max-width:1440px){
  .hs-blog-post .post-page-content {
    padding: 50px 0 0 0 !important;
  }
}
@media(max-width:819px){
  .hs-blog-post .feature-image-and-content .blog-post__body,.hs-blog-post .feature-image-and-content .image {
    width: 100%;
  }
  .hs-blog-post .feature-image-and-content .blog-post__body {
    padding: 0 0px 0 0;
  }
  .hs-blog-post .feature-image-and-content .image {
    margin-top: 40px;
  }
  .hs-blog-post .post-page-content {
    padding: 0 0 0 0;
  }
}
@media(max-width:767px){
  .hs-blog-post .post-page-content .blog-post__body {
    padding: 32px 0 0px 0;
    order: 2;
  }
  .feature-image-and-content .blog-post__body img {
    width: 100%;
    float: unset !important;
    padding: 0 0 30px;
  }

}