/***************************************************
  Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes
/***************************************************/
/************************************
	Override Bootstrap
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
.blog-lastest-title, .section-title {
  font-size: 30px; }

.blogs-container, #blogpage {
  margin-bottom: 20px; }

#blog-category .panel {
  padding: 15px;
  background: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 0 0px 2px #D9DADB;
  -webkit-box-shadow: 0 0px 2px #D9DADB;
  -o-box-shadow: 0 0px 2px #D9DADB;
  -ms-box-shadow: 0 0px 2px #D9DADB;
  box-shadow: 0 0px 2px #D9DADB; }

.blog-detail .pagination {
  background: transparent;
  padding: 0; }

.blogs-container .category-image img {
  padding-right: 10px; }
  .rtl .blogs-container .category-image img {
    padding-left: 10px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .blogs-container .category-image img {
      padding-right: 0px;
      margin-bottom: 10px; }
      .rtl .blogs-container .category-image img {
        padding-left: 0px;
        padding-right: inherit; } }
.blogs-container .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
.blogs-container .pagination .material-icons {
  font-size: 15px; }
.blogs-container .blog-image img {
  max-width: 100%; }

/* Blog Item */
.blog-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .blog-item:hover {
    -moz-box-shadow: 1px 2px 5px #bdbdbd;
    -webkit-box-shadow: 1px 2px 5px #bdbdbd;
    -o-box-shadow: 1px 2px 5px #bdbdbd;
    -ms-box-shadow: 1px 2px 5px #bdbdbd;
    box-shadow: 1px 2px 5px #bdbdbd; }
    .blog-item:hover .left-block .more {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .blog-item .left-block {
    position: relative; }
    .blog-item .left-block .more {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #fa9f7f;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog-item .left-block .more:hover, .blog-item .left-block .more:active, .blog-item .left-block .more:focus {
        background: #222222; }
  .blog-item .right-block {
    text-align: left;
    background: #FFFFFF;
    padding: 20px 20px 0; }
    .rtl .blog-item .right-block {
      text-align: right; }
  .blog-item .blog-image-container {
    overflow: hidden;
    position: relative;
    border: 1px solid #efefef; }
  .blog-item .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px; }
    .blog-item .title a {
      color: inherit; }
      @media (min-width: 576px) {
        .blog-item .title a {
          height: 25px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; } }
      .blog-item .title a:hover {
        color: #fa9f7f; }
  .blog-item .blog-meta {
    margin: 0 -5px; }
    .blog-item .blog-meta > span {
      padding: 0 5px;
      color: #222222;
      display: inline-block;
      font-size: 12px; }
      .blog-item .blog-meta > span .icon-author:before {
        content: "\f2c0";
        font-family: "FontAwesome";
        display: inline-block; }
      .blog-item .blog-meta > span .icon-list:before {
        content: "\f022";
        font-family: "FontAwesome";
        display: inline-block; }
      .blog-item .blog-meta > span .icon-hits:before {
        content: "\f08a";
        font-family: "FontAwesome";
        display: inline-block; }
      .blog-item .blog-meta > span a {
        color: inherit; }
        .blog-item .blog-meta > span a:hover {
          color: #fa9f7f; }
  .blog-item .blog-desc {
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 20px;
    font-weight: 300;
    font-size: 14px; }
    @media (min-width: 576px) {
      .blog-item .blog-desc {
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; } }
  .blog-item .blog-bottom {
    margin: 0 -20px;
    padding: 0 20px;
    height: 60px;
    border-top: 1px solid #efefef;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .blog-item .blog-bottom .nbcomment {
      color: #999999;
      font-size: 13px;
      text-transform: uppercase; }
      .blog-item .blog-bottom .nbcomment .icon-comment:before {
        content: "\f086";
        font-family: "FontAwesome";
        display: inline-block; }
    .blog-item .blog-bottom .created {
      display: block; }
      .blog-item .blog-bottom .created .date {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
        .blog-item .blog-bottom .created .date .left-date {
          float: left;
          font-size: 33px;
          font-weight: bold;
          color: #fa9f7f;
          position: relative;
          padding-right: 5px;
          margin-right: 5px; }
          .rtl .blog-item .blog-bottom .created .date .left-date {
            float: right; }
          .rtl .blog-item .blog-bottom .created .date .left-date {
            padding-left: 5px;
            padding-right: inherit; }
          .rtl .blog-item .blog-bottom .created .date .left-date {
            margin-left: 5px;
            margin-right: inherit; }
          .blog-item .blog-bottom .created .date .left-date:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 22px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 0;
            border-right: 1px solid #ececec; }
            .rtl .blog-item .blog-bottom .created .date .left-date:after {
              left: 0;
              right: auto; }
            .rtl .blog-item .blog-bottom .created .date .left-date:after {
              border-left: 1px solid #ececec;
              border-right: inherit; }
        .blog-item .blog-bottom .created .date .right-date {
          overflow: hidden;
          zoom: 1; }
          .blog-item .blog-bottom .created .date .right-date span {
            display: block;
            font-size: 12px;
            text-transform: uppercase; }

/* Blog detail */
.blog-detail .blog-title {
  font-size: 22px; }
.blog-detail .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
.blog-detail .blog-meta {
  margin-bottom: 10px;
  display: inline-block; }
  .blog-detail .blog-meta > span {
    color: #666666;
    font-size: 12px;
    margin-right: 15px;
    float: left; }
    .rtl .blog-detail .blog-meta > span {
      margin-left: 15px;
      margin-right: inherit; }
    .rtl .blog-detail .blog-meta > span {
      float: right; }
    .blog-detail .blog-meta > span .material-icons {
      font-size: 15px; }
  .blog-detail .blog-meta > span {
    color: #222222;
    display: inline-block; }
    .blog-detail .blog-meta > span .icon-author:before {
      content: "\f2c0";
      font-family: "FontAwesome";
      display: inline-block; }
    .blog-detail .blog-meta > span .icon-list:before {
      content: "\f022";
      font-family: "FontAwesome";
      display: inline-block; }
    .blog-detail .blog-meta > span .icon-hits:before {
      content: "\f08a";
      font-family: "FontAwesome";
      display: inline-block; }
    .blog-detail .blog-meta > span .icon-created:before {
      content: "\f017";
      font-family: "FontAwesome";
      display: inline-block; }
    .blog-detail .blog-meta > span .icon-comment:before {
      content: '\f086';
      font-family: "FontAwesome";
      display: inline-block; }
    .blog-detail .blog-meta > span a {
      color: inherit; }
      .blog-detail .blog-meta > span a:hover {
        color: #fa9f7f; }
.blog-detail .blog-image {
  text-align: center;
  margin-bottom: 20px; }
@media (min-width: 576px) {
  .blog-detail .blog-tags, .blog-detail .social-share {
    display: inline-block; } }
.blog-detail .social-share::after {
  content: "";
  display: table;
  clear: both; }
.blog-detail .social-share .social-heading {
  margin-bottom: 5px; }
.blog-detail .social-share .itemTwitterButton {
  direction: ltr !important;
  float: left;
  margin-right: 5px; }
  .rtl .blog-detail .social-share .itemTwitterButton {
    float: right; }
  .rtl .blog-detail .social-share .itemTwitterButton {
    margin-left: 5px;
    margin-right: inherit; }
.blog-detail .social-share .itemFacebookButton {
  direction: ltr !important;
  float: left;
  max-width: 52px;
  overflow: hidden;
  margin-right: 5px; }
  .rtl .blog-detail .social-share .itemFacebookButton {
    float: right; }
  .rtl .blog-detail .social-share .itemFacebookButton {
    margin-left: 5px;
    margin-right: inherit; }
  .blog-detail .social-share .itemFacebookButton .fb_iframe_widget span {
    direction: ltr !important; }
.blog-detail .social-share .itemGooglePlusOneButton {
  direction: ltr !important;
  float: left;
  max-width: 40px;
  overflow: hidden; }
  .rtl .blog-detail .social-share .itemGooglePlusOneButton {
    float: right; }

.blog-tags, .extra-blogs,
.blog-comments, .social-share {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .blog-tags {
    float: right; }
    .rtl .blog-tags {
      float: left; } }
.blog-tags a {
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-block; }
  .blog-tags a span {
    background: #999;
    color: #FFFFFF;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  .blog-tags a:hover span {
    background: #fa9f7f; }

.extra-blogs h4 {
  margin-top: 8px; }
.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px #eaeaea; }

.blog-video-code .inner {
  background: #DDD;
  padding: 12px;
  margin-bottom: 15px;
  text-align: center; }

/* comment */
.comment-item {
  padding: 12px 0; }
  .comment-item img {
    padding-right: 12px;
    float: left; }
    .rtl .comment-item img {
      padding-left: 12px;
      padding-right: inherit; }
    .rtl .comment-item img {
      float: right; }

.comment-wrap {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .comment-wrap .comment-meta {
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    margin: -20px -20px 10px;
    padding: 10px 20px;
    display: block;
    position: relative;
    padding: 10px 50px 10px 20px; }
    .comment-wrap .comment-meta::after {
      content: "";
      display: table;
      clear: both; }
    .rtl .comment-wrap .comment-meta {
      padding: 10px 20px 10px 50px; }
  .comment-wrap .comment-link {
    width: 50px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    text-align: center;
    background: #F4F4F4;
    right: 0px; }
    .rtl .comment-wrap .comment-link {
      left: 0px;
      right: auto; }
    .comment-wrap .comment-link a {
      font-size: 0px;
      display: block;
      top: 50%;
      width: 50px;
      position: absolute;
      left: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rtl .comment-wrap .comment-link a {
        right: 0px;
        left: auto; }
      .comment-wrap .comment-link a:before {
        font-size: 16px;
        content: "\f27a";
        display: inline-block;
        vertical-align: middle;
        font-family: "FontAwesome"; }
  .comment-wrap .comment-infor > span {
    font-weight: bold;
    margin-right: 5px; }
    .rtl .comment-wrap .comment-infor > span {
      margin-left: 5px;
      margin-right: inherit; }
    .comment-wrap .comment-infor > span > span {
      font-weight: normal;
      white-space: inherit; }

.blog-social .social-wrap > div {
  float: left; }
  .rtl .blog-social .social-wrap > div {
    float: right; }
.blog-social .social-heading {
  padding-right: 12px; }
  .rtl .blog-social .social-heading {
    padding-left: 12px;
    padding-right: inherit; }

.ipts-captcha img {
  float: left;
  margin-right: 12px;
  margin-bottom: 10px; }
  .rtl .ipts-captcha img {
    float: right; }
  .rtl .ipts-captcha img {
    margin-left: 12px;
    margin-right: inherit; }
.ipts-captcha input {
  width: 100px; }

.blog-comment-block .fb-comments {
  margin: 0 -8px; }

#blog-localengine .comments {
  margin-bottom: 30px; }
#blog-localengine .title-comment {
  font-size: 18px; }
#blog-localengine .form-horizontal {
  background: #FFFFFF;
  padding: 20px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0px 0px 2px #D9DADB;
  -webkit-box-shadow: 0px 0px 2px #D9DADB;
  -o-box-shadow: 0px 0px 2px #D9DADB;
  -ms-box-shadow: 0px 0px 2px #D9DADB;
  box-shadow: 0px 0px 2px #D9DADB; }
  .rtl #blog-localengine .form-horizontal {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  #blog-localengine .form-horizontal label {
    display: block;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: left; }
    .rtl #blog-localengine .form-horizontal label {
      text-align: right; }
  #blog-localengine .form-horizontal .form-group:last-child {
    margin-bottom: 0; }
#blog-localengine #inputComment {
  border: 1px solid transparent; }

/* Load Submit Comment */
.leoblog-cssload-container {
  width: 100%;
  height: 35px;
  text-align: center;
  display: none; }

.cssload-speeding-wheel {
  margin: 0 0 0 45px;
  border: 3px solid #000000;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: cssload-spin 700ms infinite linear;
  -moz-animation: cssload-spin 700ms infinite linear;
  animation: cssload-spin 700ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* categories menu display on left or right sidebar */
.blog-menu .block_content > ul {
  margin-bottom: 0; }
.blog-menu .block_content li {
  position: relative; }
  .blog-menu .block_content li a {
    font-size: 16px;
    line-height: 30px;
    display: block; }
  .blog-menu .block_content li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    right: 0px; }
    .rtl .blog-menu .block_content li span.grower {
      left: 0px;
      right: auto; }
    .blog-menu .block_content li span.grower.OPEN:before, .blog-menu .block_content li span.grower.CLOSE:before {
      content: "\f068";
      display: block;
      vertical-align: middle;
      width: 10px;
      height: 36px;
      font-size: 10px;
      color: #fa9f7f;
      line-height: 36px;
      text-align: center; }
    .blog-menu .block_content li span.grower.CLOSE:before {
      content: "\f067"; }
  .blog-menu .block_content li .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .rtl .blog-menu .block_content li .navbar-toggler {
      left: 0;
      right: auto; }
    .blog-menu .block_content li .navbar-toggler i {
      font-size: 15px; }
    .blog-menu .block_content li .navbar-toggler[aria-expanded="true"] .add {
      display: none; }
    .blog-menu .block_content li .navbar-toggler[aria-expanded="true"] .remove {
      display: block; }
    .blog-menu .block_content li .navbar-toggler .remove {
      display: none; }
  .blog-menu .block_content li li a {
    font-weight: normal;
    font-size: 14px; }
    .blog-menu .block_content li li a:before {
      content: "-";
      font-family: "FontAwesome";
      line-height: 29px;
      padding-right: 8px;
      float: left; }
      .rtl .blog-menu .block_content li li a:before {
        padding-left: 8px;
        padding-right: inherit; }
      .rtl .blog-menu .block_content li li a:before {
        float: right; }

/*** RSS ***/
.blog-lastest-rss {
  float: right !important;
  position: relative;
  top: -35px; }
  .blog-lastest-rss a {
    color: #f8991d; }
    .blog-lastest-rss a:before {
      content: "\f09e";
      font-family: "FontAwesome";
      font-size: 30px;
      margin-right: 5px; }
      .rtl .blog-lastest-rss a:before {
        margin-left: 5px;
        margin-right: inherit; }
    .blog-lastest-rss a:hover {
      color: #fa9f7f; }

/*** Responsive part ***/
@media (min-width: 768px) {
  .blogs-container .product-count,
  .blog-detail .product-count {
    text-align: right;
    margin-top: 1rem; }
    .rtl .blogs-container .product-count, .rtl
    .blog-detail .product-count {
      text-align: left; } }
@media (max-width: 767px) {
  #blog-localengine .form-horizontal label {
    text-align: left; }
    .rtl #blog-localengine .form-horizontal label {
      text-align: right; }

  .blog-detail .pagination, .blogs-container .pagination {
    text-align: center; }
  .blog-detail .page-item, .blogs-container .page-item {
    display: inline-block; } }
@media (max-width: 575px) {
  .video-code iframe {
    width: 100%; } }

/*# sourceMappingURL=leoblog.css.map */


/*blog-item-2024  030*/
article.blog-item.blog-item-2024 { border: none; max-width: 710px; margin: auto; }
article.blog-item.blog-item-2024 .blog-image-container { border: none; }
article.blog-item.blog-item-2024 { border: none; }
article.blog-item.blog-item-2024:hover { box-shadow: none; }
article.blog-item.blog-item-2024 .list-created { display: flex; flex-direction: row; font-size: 14px; gap: 10px; margin-top: 20px; margin-bottom: 25px; align-items: center; }
.one-block .list-title a h1, .one-block .list-title a h2 { font-size: 28px; font-family: 'Poppins-bold';     line-height: 38px;}
.one-block .list-created a { text-decoration: underline; color: #2f5c88; }
.one-block .list-created { color: #2f5c88; }
.blog-item .blog-image-container .blog-desc:before { display: none; }
.blog-item .title { max-width: 100%; }
.list-readmore { display: flex; flex-direction: row; align-items: center; }
.list-readmore a.more.btn.btn-primary { margin-top: 0; }
.list-readmore .div-readmore { width: calc(100% - 100px); margin-left: auto; }
.div-comment { width: 100px; }
.blog-item .list-readmore .div-readmore a.more.btn.btn-primary { width: 100%; border-radius: 50px; font-size: 20px; padding: 15px; background: #06b77d; border-color: #06b77d; }
article.blog-item.blog-item-2024 .blog-image-container { border: none; margin-bottom: 40px; border-bottom: 1px solid #eaeaea; padding-bottom: 50px; }
.div-comment span.cnt { color: #06b77d; font-family: 'Poppins-bold'; font-size: 24px; }
.div-comment span.txt { font-size: 14px; color: #2f5c88; }
.list-readmore .div-readmore a.more.btn.btn-primary:hover { background: #0b9c57 !important; transition: all 300ms ease; cursor: pointer; }
.blog-item .blog-image-container .blog-desc { margin: 15px 0 25px; color: #2f5c88; text-align: left; padding-top: 10px; max-height: max-content; position: relative; font-size: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 15; -webkit-box-orient: vertical; line-height: 25px; }
div#blog-listing .filter { max-width: 710px; margin: auto; }
.filter h1 { font-size: 16px; font-family: 'Poppins-bold'; }
body#module-leoblog-list #wrapper>.container { max-width: 100%; width: 100%; padding: 0; }
div#blog-listing { background: white; padding-top: 50px; margin-bottom: 0; }
div#top_blog { padding: 50px 0; background-image: linear-gradient(180deg, #fff 10%, #eef0f7); }
div#top_blog .cont { max-width: 1140px; margin: auto; display: flex; flex-direction: column; align-items: center; }
div#top_blog h1.title { font-size: 43px; color: #1f3c64; font-family: 'Poppins-bold'; }
div#top_blog .sub-title { font-size: 20px; color: #2f5c88; }
.icon-water img { width: 35px; }
.block_newsletter_blog .form-group { width: 100%; display: table; margin-bottom: 0; }
.block_newsletter_blog form .input-wrapper { display: inline-block; width: 100%; vertical-align: middle; overflow: hidden; width: 100%; position: relative; }
#block_newsletter_blog form input[type="email"] { border-radius: 50px; height: 50px; font-size: 12px; width: 100%; border: none; color: #999; border-style: solid; border-color: #e6e6e6; border-width: 1px 0 1px 1px; padding: 7px 10px 7px 15px; }
#block_newsletter_blog form button { height: 50px; line-height: normal; font-size: 16px; padding: 0 50px; border-radius: 50px; position: absolute; right: 0px; background: #06B77D; font-weight: bold; display: inline-block; vertical-align: middle; color: #FFF; }
div#block_newsletter_blog { width: 600px; margin-top: 15px; }
div#block_newsletter_blog form { display: flex; flex-direction: row; position: relative; }
#block_newsletter_blog form button:hover, .footer-2023 #block_newsletter button:hover, #top_menu .btn-primary:hover { background: #0b9c57 !important; transition: all 300ms ease; cursor: pointer; }
body#module-leoblog-blog #wrapper>.container { padding-top: 0; padding-bottom: 0; width: 100%; margin: auto; max-width: 100%; padding-left: 0; padding-right: 0; }
.one-block-blogsingle { padding: 65px 0 60px; color: white; }
.two-block-blogsingle { position: relative; margin: -20px auto 0; max-width: 700px; }
.two-block-blogsingle:before { content: ""; position: absolute; left: -100vw; right: -100vw; bottom: 0; height: 50%; background-color: white; }
article#top_blog_post { margin-bottom: 0; overflow: hidden; position: relative; color: #fff; text-align: center; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-color: #2f5c88; }
#top_blog_post .blog-image-container { display: flex; flex-direction: column; max-width: 730px; margin: auto; border: none; overflow: unset; }
.blogsingle-images { position: relative; }
article#top_blog_post.blog-item .one-block-blogsingle h1.title { color: white; font-size: 30px; line-height: normal; margin-bottom: 25px; }
.blogsingle-created { color: white; text-align: center; display: flex; align-items: center; justify-content: center; margin-top: 30px; }
.blogsingle-created .author { color: white; font-size: 12px; }
.blogsingle-created .author a { font-size: 12px; color: white; text-decoration: underline; padding: 0 5px; }
.blogsingle-created .div-hits { font-size: 12px; position: relative; margin-left: 5px; }
.blogsingle-created .div-hits:before { background: white; width: 1px; height: 100%; position: absolute; display: block; content: ""; }
.blogsingle-created .div-hits span.hits { padding-left: 10px; }
body#module-leoblog-blog .blog-description {
  margin-top: -10px;
  padding: 0 0px !important;
  max-width: 1400px !important;
  margin: auto;
  margin: auto;
}
.blog-description .blog-cont .left-box {
  width: 100%;
  min-width: 250px;
  position: relative;
  width: 25%;
  max-width: 250px;
  display: block;
}
.blog-description .blog-cont .center-box {
  width: calc(100% - 200px);
  min-width: 700px;
  padding-top: 50px;
}
.blog-description .blog-cont {
  display: flex;
  column-gap: 48px;
  margin: 0;
}
.blog-description .blog-cont .left-box p.title { font-weight: bold; text-transform: uppercase; margin: 4px 0px 0px; padding-bottom: 16px; border-bottom: 1px solid rgb(217, 217, 217); color: #1f3c64; font-family: 'Poppins-bold'; }
.blog-description .blog-cont .left-box #nav_left {
  display: flex;
  overflow: auto;
  padding-top: 20px;
  max-height: calc(-160px + 100svh);
  margin: 0;
}
.blog-description .blog-cont .left-box .elementor-column-wrap.elementor-element-populated {
  padding: 0;
}
#nav_left li a { font-size: 14px; color: #2f5c88; }
#nav_left li.active a { font-family: 'Poppins-bold'; }
div#blogpage .blog-detail .blog-image img.img-fluid { border-radius: 10px; }
.blog-description .blog-cont .left-box { width: 100%; min-width: 208px; position: relative; width: 208px; max-width: 208px; display: block; }
.blog-description .forfixed { top: 0; }
.blog-description.sticky .forfixed { z-index: 1; position: fixed; top: 105px; width: 100%; display: block; float: left; max-width: 208px; transition: all .2s cubic-bezier(.4, 0, .2, 1); }
.blog-description .blog-cont .right-box { width: 208px; position: relative; }
.blog-description .blog-cont .right-box .forfixed { background-color: rgb(255, 255, 255); border: 1px solid rgb(235, 235, 235); border-radius: 5px; padding: 15px 2px 10px; text-align: center; }
.blog-description .blog-cont .right-box .social-wrap { display: flex; flex-direction: column; align-items: center; }
body#module-leoblog-blog footer#footer { position: relative; }
#nav_left .effect-active ul li a.active-link { font-family: 'Poppins-Bold'; }
.blog-productlist .row .block.products_block.exclusive { margin-top: 20px; }
.blog-productlist .row .block.products_block.exclusive .owl-theme .owl-buttons { top: -35px; }
.blog-description .blog-cont .right-box .forfixed { max-width: 150px; }
.blog-description .blog-cont .right-box .social-wrap .social-heading { margin-bottom: 10px; color: #1f3c64; font-family: 'Poppins-bold'; }
.top-pagination-content.bottom-line nav.pagination.row {
  max-width: 700px;
  margin: auto;
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* 024 blog-single */
.mg-15 { margin-bottom: 15px; }
.mg-20 { margin-bottom: 20px; }
.mg-30 { margin-bottom: 30px; }
.mgt-15 { margin-top: 15px; }
.mgt-20 { margin-top: 20px; }
.mgt-30 { margin-top: 30px; }
body#module-leoblog-blog #wrapper>.container { padding-top: 0; padding-bottom: 0; }
article#top_blog_post .right-block { padding: 0; }
article#top_blog_post .left-block { text-align: center; justify-content: center; display: flex; flex-direction: column; align-items: center; }
article#top_blog_post .left-block .blog-info { padding: 0 50px; }
article#top_blog_post.blog-item .title { color: #1f3c64; font-family: 'Poppins-Bold'; height: auto; text-overflow: inherit; overflow: inherit; -webkit-line-clamp: inherit; text-align: center; }
div#blogpage .blog-detail .blog-image { text-align: center; margin-bottom: 0; }
article#top_blog_post.blog-item:hover { box-shadow: none; }
div#blogpage { margin-bottom: 0 !important; }
article#top_blog_post { margin-bottom: 0; }
body#module-leoblog-blog .blog-description { margin-top: -10px; }
.blog-articles-review { padding: 50px; }
.blog-articles-review .img { width: 20%; }
.blog-articles-review .row { display: flex; flex-direction: row; justify-content: center; align-items: center; }
.blog-articles-review .row .detail { width: 80%; display: flex; flex-direction: row; align-items: center; }
.blog-articles-review .title { color: #2a62bc; font-family: 'Poppins'; height: auto; text-overflow: inherit; overflow: inherit; -webkit-line-clamp: inherit; text-align: left; font-size: 16px; }
.blog-articles-review .title h3 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 20px; height: auto; }
.blog-articles-review .title p { font-size: 15px; }
.blog-articles-review .row .detail .btn.btn-cms-green { margin-left: 30px; min-width: 200px; font-weight: bold; font-family: 'Poppins-bold'; }
.blog-articles-review .row .detail .btn.btn-cms-green:hover { color: white; }
.blog_html .elementor-row { padding: 15px; font-size: 16px; color: #2f5c88; margin: 0; }
.blog_html .elementor-widget-wrap .elementor-widget-text-editor {margin: 20px 0;padding: 15px;}
.blog_html h3, .blog_html h2, .block_content h2 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 20px; height: auto; }
.blog_html h4 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 16px; height: auto; }
.blog_html .block.block_html.ApHtml { margin-bottom: 30px; }
.blog_html a { text-decoration: underline; }
.blog_html ul { padding-left: 50px; margin-bottom: 10px; }
.blog_img.max400 img { width: auto; max-width: 400px; margin: auto; text-align: center; }
.blog_img.center .ApImage { text-align: center; }
.blog_img .row { margin: 0; }
.blog_img.center .ApImage.smalltext .image_description { font-size: 12px; margin-top: 10px; }
.blog_table h3 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 20px; height: auto; }
.blog_table .row { padding: 15px; font-size: 16px; color: #2f5c88; margin: 0; }
.blog_table table.table.table-striped thead { background: #1f3c64; color: white; }
.blog_table .table-striped tbody tr:nth-of-type(odd) { background-color: #eee; }
.blog_table .table-striped tbody tr:nth-of-type(even) { background-color: white; }
.blog-productlist .row { padding: 0px; font-size: 16px; color: #2f5c88; margin: 0; }
.blog-productlist li.ajax_block_product article { border: 1px solid #ddd; padding: 15px; background: white; }
.blog-productlist .product-flags .product-flag.discount { font-size: 11px; }
.blog-productlist .thumbnail-container .product-flags { top: 8px; left: 0; bottom: unset; right: unset; }
.blog-productlist .thumbnail-container .product-meta .cart .btn-product { position: absolute; color: #06B77D; border: none; background: #06B77D; bottom: 12px; right: 29px; padding: 0; width: 50px; height: 50px; border-radius: 50%; z-index: 999; }
.blog-productlist .thumbnail-container .product-meta .cart .btn-product::before { top: 12px; left: 10px; width: 30px; height: 30px; background-size: 30px; }
.blog-productlist .thumbnail-container .product-title { width: 100%; height: auto; min-height: 52px; }
.blog-productlist .ApProductCarousel .owl-wrapper { margin-top: 30px; margin-bottom: 30px; }
.blog-productlist .ApProductCarousel .owl-item .item { margin: 0; background: white; padding-bottom: 20px; }
.blog-sixbox { max-width: 1200px; margin: auto; }
div.blog-sixbox { position: relative; padding: 20px 0; padding-bottom: 20px; }
.blog-sixbox:before { content: ""; padding: 0 1000px; width: 100%; overflow: hidden; position: absolute; height: 100%; display: block !important; top: 0; box-sizing: content-box; margin-left: -1000px; background: #fff; }
.blog-sixbox .row { margin: 0; margin-top: 30px; margin-bottom: 30px; }
.top-pagination-content.bottom-line nav.pagination.row .text-md-left.text-xs-center {
  padding: 0;
  text-align: left;
  align-items: center;
  margin-left: 0;
  justify-content: flex-start;
  display: flex;
  color: #1f3c64;
  margin-left: auto;
  margin-right: 0;
  font-size: 15px;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination {
  padding: 0;
  text-align: left;
  align-items: center;
  margin-left: 0;
  justify-content: flex-end;
  display: flex;
  color: #1f3c64;
  margin-left: auto;
  margin-right: 0;
}
div#blog-listing .leading-blog {
  display: flex;
  flex-direction: column;
}
.top-pagination-content.clearfix.bottom-line {
  display: flex;
  margin-top: -40px;
}
div#blog-listing .secondary-blog {
  display: flex;
  flex-direction: column;
}
div#blog-listing .pagination .current a {
  color: #2F5C87;
  background: transparent;
  border-color: transparent;
  width: 10px;
  text-align: center;
}
div#blog-listing .pagination .current a {
  text-decoration: underline;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination a {
  border: none;
  padding: 10px;
  color: #2F5C87;
}
div#blog-listing .pagination a:hover, div#blog-listing .pagination a:focus {
  color: #2F5C88;
  background: transparent;
  border-color: #2F5C87;
  text-decoration: underline;
}
.fb-share-button {
  background: #2f5c88;
  padding: 2px 15px;
  border-radius: 50px;
  font-size: 12px;
  color: white;
}
.fb-share-button a {
  color: white;
}
.fb-share-button a:hover {
  color: white;
}

.div-comment span.hits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  height: 100%;
}
.div-comment span.cnt {
  color: #06b77d;
  font-family: 'Poppins-bold';
  font-size: 22px;
}
.div-comment span.txt {
  font-size: 12px;
  color: #2f5c88;
}
.blog-sixbox.blog-sixbox-row100 {
  padding-top: 0;
}
.blog-sixbox.blog-sixbox-row100 .box-flex-6 {
  width: 100%;
}
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-1 {
  border-radius: 20px 20px 0 0;
}
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-2,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-3,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-4,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5{
  border-radius:  0 0;
}
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-6 {
  border-radius: 0 0 20px 20px;
}
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-1::after,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-3::after,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5::after{
  display: none;
}

.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-2 .img_hover_show_name:before,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5 .img_hover_show_name:before {
  height: calc(100% + 80px);
    top: -40px;
}
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-1:before,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-2:before,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-3:before,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-4:before,
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5:before{
  width: calc(100% - 0px);
}
.blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5:before{
    content: "";
    background: white;
    height: 3px;
    width: calc(100% - 0px);
    position: absolute;
    bottom: 0;
    left: 0;
}
.mg-15 { margin-bottom: 15px; }
.mg-20 { margin-bottom: 20px; }
.mg-30 { margin-bottom: 30px; }
.mgt-15 { margin-top: 15px; }
.mgt-20 { margin-top: 20px; }
.mgt-30 { margin-top: 30px; }
body#module-leoblog-blog #wrapper>.container { padding-top: 0; padding-bottom: 0; }
article#top_blog_post .right-block { padding: 0; }
article#top_blog_post .left-block { text-align: center; justify-content: center; display: flex; flex-direction: column; align-items: center; }
article#top_blog_post .left-block .blog-info { padding: 0 50px; }
article#top_blog_post.blog-item .title { color: #1f3c64; font-family: 'Poppins-Bold'; height: auto; text-overflow: inherit; overflow: inherit; -webkit-line-clamp: inherit; text-align: center; }
div#blogpage .blog-detail .blog-image { text-align: center; margin-bottom: 0; }
article#top_blog_post.blog-item:hover { box-shadow: none; }
div#blogpage { margin-bottom: 0 !important; }
article#top_blog_post { margin-bottom: 0; }
body#module-leoblog-blog .blog-description { margin-top: -10px; }
.blog-articles-review { padding: 50px; }
.blog-articles-review .img { width: 20%; }
.blog-articles-review .row { display: flex; flex-direction: row; justify-content: center; align-items: center; }
.blog-articles-review .row .detail { width: 80%; display: flex; flex-direction: row; align-items: center; }
.blog-articles-review .title { color: #2a62bc; font-family: 'Poppins'; height: auto; text-overflow: inherit; overflow: inherit; -webkit-line-clamp: inherit; text-align: left; font-size: 16px; }
.blog-articles-review .title h3 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 20px; height: auto; }
.blog-articles-review .title p { font-size: 15px; }
.blog-articles-review .row .detail .btn.btn-cms-green { margin-left: 30px; min-width: 200px; font-weight: bold; font-family: 'Poppins-bold'; }
.blog-articles-review .row .detail .btn.btn-cms-green:hover { color: white; }
.blog_html .row { padding: 15px; font-size: 16px; color: #2f5c88; margin: 0; }
.blog_html h3, .blog_html h2, .block_content h2 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 20px; height: auto; }
.blog_html h4 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 16px; height: auto; }
.blog_html .block.block_html.ApHtml { margin-bottom: 30px; }
.blog_html a { text-decoration: underline; }
.blog_html ul { padding-left: 50px; margin-bottom: 10px; }
.blog_img.max400 img { width: auto; max-width: 400px; margin: auto; text-align: center; }
.blog_img.center .ApImage { text-align: center; }
.blog_img .row { margin: 0; }
.blog_img.center .ApImage.smalltext .image_description { font-size: 12px; margin-top: 10px; }
.blog_table h3 { font-family: 'Poppins-bold'; color: #1f3c64; font-size: 20px; height: auto; }
.blog_table .row { padding: 15px; font-size: 16px; color: #2f5c88; margin: 0; }
.blog_table table.table.table-striped thead { background: #1f3c64; color: white; }
.blog_table .table-striped tbody tr:nth-of-type(odd) { background-color: #eee; }
.blog_table .table-striped tbody tr:nth-of-type(even) { background-color: white; }
.blog-productlist .row { padding: 0px; font-size: 16px; color: #2f5c88; margin: 0; }
.blog-productlist li.ajax_block_product article { border: 1px solid #ddd; padding: 15px; background: white; }
.blog-productlist .product-flags .product-flag.discount { font-size: 11px; }
.blog-productlist .thumbnail-container .product-flags { top: 8px; left: 0; bottom: unset; right: unset; }
.blog-productlist .thumbnail-container .product-meta .cart .btn-product { position: absolute; color: #06B77D; border: none; background: #06B77D; bottom: 12px; right: 29px; padding: 0; width: 50px; height: 50px; border-radius: 50%; z-index: 999; }
.blog-productlist .thumbnail-container .product-meta .cart .btn-product::before { top: 12px; left: 10px; width: 30px; height: 30px; background-size: 30px; }
.blog-productlist .thumbnail-container .product-title { width: 100%; height: auto; min-height: 52px; }
.blog-productlist .ApProductCarousel .owl-wrapper { margin-top: 30px; margin-bottom: 30px; }
.blog-productlist .ApProductCarousel .owl-item .item { margin: 0; background: white; padding-bottom: 20px; }
.blog-sixbox { max-width: 1200px; margin: auto; }
div.blog-sixbox { position: relative; padding: 20px 0; padding-bottom: 20px; }
.blog-sixbox:before { content: ""; padding: 0 1000px; width: 100%; overflow: hidden; position: absolute; height: 100%; display: block !important; top: 0; box-sizing: content-box; margin-left: -1000px; background: #fff; }
.blog-sixbox .row { margin: 0; margin-top: 30px; margin-bottom: 30px; }
.blogs-container .top-pagination-content nav.pagination { display: none; }

.blog_html .block.block_html.ApHtml {
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-tem1{

}
.blog-tem1 h2 {
  font-family: 'Poppins-bold';
  color: #1f3c64;
  font-size: 22px;
  height: auto;
  margin-bottom: 15px;
}
.blog-tem1 p {
  font-size: 16px;
  color: #2f5c88;
}
.blog-tem1 h3 {
  font-family: 'Poppins-semibold';
  color: #1f3c64;
  font-size: 18px;
  height: auto;
}
.blog_html h4 {
  font-family: 'Poppins-semibold';
  color: #1f3c64;
  font-size: 16px;
  height: auto;
}
.blog-tem1 img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-tem1:last-child {
  margin-bottom: 0 !important;
}
.blog-productlist .row {
  padding: 0 15px;
  font-size: 16px;
  color: #2f5c88;
  margin: 0;
}
.blog-productlist .row .block.products_block.exclusive {
  margin-right: -15px;
  margin-top: 20px !important;
  margin-left: -15px !important;
}
.blog-tem1 .block.block_html.ApHtml {
  margin-bottom: 10px;
}

.blog-productlist .blog-tem1 h2 {
  margin-top: 0;
}
.blog_faq .row {
  padding-top: 0;
}
.blog_faq .block.block_html.ApHtml {
  margin-top: 0;
}
.blog-productlist .slick-list {
  margin-left: 0;
  margin-right: 0;
}
div#blog_table a {
  color: #2f5c88;
  text-decoration: underline;
}
div#blog_faq {
  margin-bottom: 50px;
}
div#ss_before_faq {
  padding-top: 0;
}
div#blog_ss_before_productlist {
  padding-top: 0;
}
.row.removepadding--top {
  padding-top: 0;
}
.blog-tem1 .block.block_html.ApHtml.mg-20 {
  margin-top: 0;
}
#module-leoblog-blog .block_html a {
  font-family:'Poppins' !important;
}
.blog-description .blog-cont .right-box .itemTwitterButton {
  display: none;
}
img.margin-bt0{
  margin-bottom: 0;
}
.margin-bt30 {
  margin-bottom: 30px !important;
}
.blog-productlist .wishlist {
  display: none !important;
}
.blog-description .blog-cont .right-box .forfixed {
  padding: 15px 2px 20px;
}
body#module-leoblog-blog {
  overflow-x: hidden;
}
body#module-leoblog-blog section#wrapper {
  background: white;
}
body#module-leoblog-list nav.breadcrumb,
body#module-leoblog-blog  nav.breadcrumb{
  display: none;
}
body#module-leoblog-list section#wrapper ,
body#module-leoblog-blog   section#wrapper  {
  padding: 0;
  max-width: 1920px;
  margin: auto;
}
div#block_newsletter_blog {
  background: transparent;
}
#block_newsletter_blog form button i.fa.fa-envelope {
  display: none;
}
#block_newsletter_blog form button {
  text-transform: uppercase;
  top: 0;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination a {
  border: none;
  padding: 10px;
  color: #1f3c64;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 0 5px;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination a.previous span ,
.top-pagination-content.bottom-line nav.pagination.row div#pagination a.next span {
  display: none;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination a li#pagination_next span {
  display: none;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination a.previous,
.top-pagination-content.bottom-line nav.pagination.row li#pagination_next a.next {
  font-size: 16px;
  padding: 0 10px;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination li {
  margin: auto;
  text-align: center;
  display: inline;
  align-items: center;
  justify-items: center;
}
.top-pagination-content.bottom-line nav.pagination.row .text-md-left.text-xs-center {
  font-size: 14px;
}
div#blog-listing {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.top-pagination-content.bottom-line nav.pagination.row {
  margin-top: 20px;
}
.pagination .page-list {
  display: flex;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination li {
  margin: auto;
  text-align: center;
  display: inline;
  align-items: center;
  justify-items: center;
  padding: 0 5px;
}
.top-pagination-content.bottom-line nav.pagination.row div#pagination a {
  border: none;
  padding: 10px;
  color: #1f3c64;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px;
  text-align: center;
  display: inline-flex;
  flex-direction: row;
}
#nav_left li.active a {
  font-family: 'Poppins-bold';
}
div#top_blog .sub-title p {
  color: #1f3c64;
  margin-top: 10px;
}

body#module-leoblog-blog footer#footer {
  position: relative;
  z-index: 2;
  background: white;
}
@media (max-width: 1300px) {

}
@media (max-width: 1200px) {
  .top-pagination-content.clearfix.bottom-line {
    display: flex;
    margin-top: -20px;
  }
  #wrapper .top-pagination-content.bottom-line nav.pagination.row {
    margin: auto;
  }
  .blog-description .left-box .forfixed .nav {
      display: none;
  }

  .blog-description .left-box .forfixed.active .nav {
    display: flex;
    flex-direction: column;
  }

  .blog-description .left-box .forfixed {
      background-color: white;
      border: 0px;
      outline: none;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      padding: 24px 16px;
      color: #06b77d;
      cursor: pointer;
      width: 100%;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      transition: color 0.1s linear 0s;
      border: 1px solid;
      max-width: 100%;
      width: 250px;
      border-radius: 20px;
      flex-direction: column;
      z-index: 1;

      position: fixed;
      bottom: 30px !important;
      right: auto;
      top: auto;
      left: 50px;
  }
  .blog-description .blog-cont .left-box .forfixed.active p.title:after {
    content: "\f068";
  }
  .blog-description .blog-cont .left-box p.title {
      border-bottom: 0px solid rgb(217, 217, 217);
      color: #06b77d;
      width: 100%;
      margin-bottom: 0 !important;
      padding-bottom: 0px !important;
      margin-top: 0;
  }
  .blog-description .blog-cont .left-box p.title:after {
      content: "\f067";
      position: absolute;
      right: 20px;
      font-family: 'FontAwesome';
  }

  .blog-description .blog-cont .left-box #nav_left {
      display: flex;
      overflow: auto;
      padding-top: 20px;
      max-height: 100%;
      margin: 0;
      margin-top: 15px;
  }
  .blog-description .blog-cont .left-box #nav_left .elementor-widget-container {
    padding: 0;
  }
  .blog-description .blog-cont .left-box #nav_left  li {
      margin: 10px 0;
      text-transform: none;
  }
  .blog-description .blog-cont .right-box {
    display: none;
  }
  #nav_left li a {
      font-weight: normal;
  }
  .blog-description .blog-cont .center-box {
      width: 100%;
      min-width: 100%;
      padding-top: 50px;
  }
  .blog-description .blog-cont .left-box {
      min-width: 0;
      width: 0;
  }
  .blog-description .blog-cont {
    display: flex;
    column-gap: 0;
  }
  .blog-description .left-box .forfixed {
      position: fixed;
      bottom: 0;
      right: 60px;
      top: auto;
      width: calc(100% - 300px);
      left: 50%;
      transform: translate(-50%, 0px);
      z-index: 99;
  }
  .blog-description .blog-cont .left-box #nav_left  ul {
      display: flex;
      flex-direction: column;
  }
  .blog-description .blog-cont .left-box #nav_left  li {
    margin: 10px 0 5px;
  }
}

@media (max-width: 1199px) {
  body#module-leoblog-list #wrapper .container .row {
      margin: 0;
      padding: 0;
  }
  body#module-leoblog-list #wrapper .container .row div#content-wrapper {
      padding: 0;
  }

  body#module-leoblog-list #wrapper .container nav.pagination.row {
    margin: auto;
    padding: 0;
  }
  .blog_html h3, .blog_table h3 {
      margin-top: 0px;
  }


}
@media (max-width: 991px) {
  body#module-leoblog-blog .blog-description {
      margin-top: -10px;
      padding: 0 20px !important;
      max-width: 100% !important;
      margin: auto;
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  div#blog_ss_1 {
      padding: 15px 0 !important;
  }
  div#blog_ss_3 {
      padding: 0;
  }
  div#blog-productlist .blog-tem1 {
      padding: 0;
  }
  div#blog_table {
      padding: 0;
  }
  div#blog_faq {
      padding: 0;
      margin-bottom: 30px !important;
      padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  body#module-leoblog-blog #wrapper>.container {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width: 767px) {
  div#block_newsletter_blog form {
      width: 80%;
      margin: auto;
  }
  div#top_blog .cont .block_newsletter form .form-group {
      width: 100%;
      max-width: 100%;
  }
  div#top_blog .sub-title {
    font-size: 15px;
    color: #2f5c88;
    padding: 0 20px;
    text-align: center;
  }
  .top-pagination-content.bottom-line nav.pagination.row {
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .top-pagination-content.bottom-line nav.pagination.row .text-md-left.text-xs-center {
      justify-content: space-around;
      font-size: 16px;
  }
  .top-pagination-content.bottom-line nav.pagination.row div#pagination {
     justify-content: center;
  }
  .top-pagination-content.bottom-line .pagination a {
      padding: 10px 10px;
      border: 1px solid #e1e1e1;
      border-radius: 0;
  }
  div#blog-listing .pagination .current a {
      padding: 10px;
      width: 30px;
  }
  .blog-description .left-box .forfixed {
      position: fixed;
      bottom: 0;
      right: 60px;
      top: auto;
      width: calc(100% - 100px);
      left: 50%;
      transform: translate(-50%, 0px);
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-1 .img_hover_show_name:before,
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-2 .img_hover_show_name:before,
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-3 .img_hover_show_name:before,
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-4 .img_hover_show_name:before,
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5 .img_hover_show_name:before,
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-6 .img_hover_show_name:before{
    display: none;
  }

  body#module-leoblog-blog div#content-wrapper {
      padding: 0;
  }
  .blog-description .blog-cont .center-box {
      padding: 0px;
  }
  .two-block-blogsingle {
      position: relative;
      margin: 0;
      max-width: 100%;
      padding: 0 0px;
  }
  #top_blog_post .blog-image-container {
      max-width: 100%;
      margin: auto;
      border: none;
      overflow: unset;
      padding: 0 20px;
  }
  .one-block-blogsingle {
    padding: 50px 0px 30px;
    color: white;
  }
  article#top_blog_post.blog-item .one-block-blogsingle h1.title {
      font-size: 20px;
  }
  .blogsingle-update {
    font-size: 14px;
  }
  .blogsingle-created {
      margin-top: 10px;
  }
  .blogsingle-created img {
    width: 20px;
    margin-right: 5px;
  }
  .blog-description .blog-cont .left-box #nav_left .elementor-container.elementor-column-gap-default {
      margin: 0;
  }
  .blog-description .blog-cont .left-box #nav_left {
      overflow: auto;
      padding-top: 0px;
      max-height: 100%;
      margin: 0;
      margin-top: 10px;
  }
  .blog-description .blog-cont .left-box #nav_left .elementor-column-wrap.elementor-element-populated {
    padding: 0;
  }
}
@media (max-width: 575px) {
  div#top_blog h1.title {
      font-size: 35px;
  }
  .one-block .list-title a h1, .one-block .list-title a h2 {
    font-size: 25px;
    line-height: 32px;
  }
  article.blog-item.blog-item-2024 .blog-image-container {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  #block_newsletter_blog form button {
    position: static;
    margin-top: 15px;
  }
  div#block_newsletter_blog {
    width: 100%;
  }
  div#top_blog h1.title {
      font-size: 35px;
      color: #1f3c64;
      font-family: 'Poppins-bold';
      padding: 0 15px;
      text-align: center;
      line-height: 35px;
      margin-bottom: 20px;
  }
  body#module-leoblog-blog .blog-description {
      padding: 0 0px !important;
  }
  

  .blog-sixbox.blog-sixbox-row100 {
      padding-top: 0;
      padding-left: 20px;
      padding-right: 20px;
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6 .img_hover_show_name .slide-in.from-left {
      display: none;
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6 {
      width: 100%;
      flex-direction: column;
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6 .img_hover_show_name {
    width: 100%;
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6 .block.box_oj.ApHtml {
    width: 100%;
    margin-top: 10px;
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6 .img_hover_show_name img.img-fluid {
      max-width: 200px;
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5 .img_hover_show_name img,
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-6 .img_hover_show_name img {
      max-width: 100px;
  }
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-1 .box_oj {
      position: static;
      padding-left: 0;
      margin-top: 10px;
  }
  .blog-sixbox.blog-sixbox-row100  .box-flex-6.box-no-6 .block.box_oj.ApHtml {
      padding-left: 0;
      margin-left: 0;
  }

  .blog-tem1 h2 {
    font-size: 18px;
  }
  .blog-tem1 p, .blog-tem1 li ,.blog-tem1 a {
    font-size: 14px;
  }
  .blog-tem1 h3 {
    font-size: 16px;
  }
  .blog_html h3 {
      margin-top: 0px;
  }
  .blog_table{
    margin-top: 30px;
  }
  div#blog-productlist .blog-tem1 {
      padding-left: 0;
      padding-right: 0;
  }
  .blog-productlist .row .block.products_block.exclusive {
    margin-right: 0px;
    margin-top: 20px !important;
    margin-left: 0px !important;
  }
  .blog-description .blog-cont .center-box {
      width: 100%;
      min-width: 100%;
      padding-top: 20px;
  }
  .blog-description .left-box .forfixed {
    width: calc(100% - 50px);
  }
  div#blog_ss_before_productlist {
    padding-bottom: 0;
  }
  .blog_table.blog_table_have_text {
      margin-top: 0;
  }
  .blog-productlist .row .col-xl-12.col-lg-12.col-md-12.col-sm-12.col-xs-12.col-sp-12.ApColumn {
      padding: 0;
  }
  div#blog-listing {
      padding-top: 30px;
      padding-bottom: 0px;
  }
  .top-pagination-content.bottom-line nav.pagination.row .text-md-left.text-xs-center {
    justify-content: space-around;
    font-size: 14px;
  }
  .top-pagination-content.bottom-line nav.pagination.row div#pagination {
      justify-content: center;
      margin-bottom: 10px;
  }
  .top-pagination-content.bottom-line  .pagination .page-list {
    padding: 0;
  }
  .blog-item .list-readmore .div-readmore a.more.btn.btn-primary {
    font-size: 16px;
}

}
@media (max-width: 428px) {
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-5 .img_hover_show_name img,
  .blog-sixbox.blog-sixbox-row100 .box-flex-6.box-no-6 .img_hover_show_name img {
      max-width: 70px;
  }
  .blog-productlist .row .block.products_block.exclusive {
      margin-right: 0px !important;
      margin-left: 0px !important;
  }
  .blog-productlist .slick-list {
      margin-left: -15px;
      margin-right: -15px;
  }
  .blog-productlist .row.removepadding--topproduct .block.products_block.exclusive {
      margin-top: 0 !important;
  }
}
@media (max-width: 375px) {
  .one-block .list-title a h1, .one-block .list-title a h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .icon-water img {
    width: 25px;
  }
  article.blog-item.blog-item-2024 .list-created {
    font-size: 13px;
  }
  .blog-item .blog-image-container .blog-desc {
    font-size: 14px;
  }
  .blog-item .list-readmore .div-readmore a.more.btn.btn-primary {
    padding: 10px;
  }
  div#blog-listing {
    padding-top: 30px;
  }
  .blog-productlist .row .block.products_block.exclusive {
      margin-right: 0px !important;
      margin-left: 0px !important;
  }
}
/*End 028*/