/*home thumbnail*/

.home-article-001 { margin: 0; }

.home-article-001 .sppb-addon-article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

.home-article-001 .sppb-addon-article-layout-content a.sppb-article-img-wrap {
    margin-bottom: 15px;
    display: block;
}

.home-article-001 .sppb-addon-article-layout-content img {
    height: unset;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap {
    padding: 0;
    text-align: center;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap h4 {
    font-size: 24px;
    padding: 0 15px;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap h4 a {
    color: #000;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap .sppb-article-introtext {
    padding: 0 15px;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap a.sppb-readmore {
    display: block;
    background: #168d45;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap a.sppb-readmore:hover {
    background: #000;
}

@media (max-width: 991px) {
    .home-article-001 .sppb-addon-article-layout { margin-bottom: 30px; }
}

@media (max-width: 767px) {
    .home-article-001 .sppb-addon-article-layout { margin-bottom: 15px; }
}

/*end of home thumbnail*/

.featured-article-badge {
    display: none;
}

/*listing*/

#sp-left .sp-module {
    background: #EEF2F6;
    border: 0;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

#sp-left .sp-module .sp-module-title {
    margin-bottom: 5px;
    padding: 15px 20px;
    border: 0;
    background: #293591;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

#sp-left .sp-module ul>li>a {
    line-height: 1.5;
    padding: 15px 20px;
    transition: 0.3s;
}

#sp-left .sp-module ul>li {
    padding: 0;
    border-bottom-color: #ddd;
}

#sp-left .sp-module ul>li>a:hover {
    color: #137a3c;
    padding-left: 25px;
}

#sp-left .sp-module ul>li.active>a {
  	color: #137a3c;
}

.view-category #sp-main-body {
    padding: 50px 0;
}

.article-list .article {
    border-color: #ddd;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    display: block;
    margin: 0;
    border-bottom: 5px solid #168d45;
    transition: 0.5s;
}

.article-list .row>div {
    margin-bottom: 30px;
}

.article-list .article .article-intro-image img {
    border-radius: 0;
}

.article-list .article .article-intro-image {
    border: 0;
}

.article-list .article .readmore {
    font-size: 16px;
    text-transform: capitalize;
}

.article-list .article .readmore a {
    color: #168d45;
    font-weight: 600;
}

.article-list .article .article-header h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.article-list .article:hover {
    border-color: #293591;
}

.articles-more {
    display: none;
}

/*end of listing*/

.view-article #sp-main-body {
    padding: 50px 0;
}

.view-article #sp-left {
    display: none;
}

.view-article #sp-component {
    width: 100%;
}
.article-details {
    display:flex;
    flex-direction:column-reverse;
}
.article-details .article-header h1, .article-details .article-header h2 {
    display: none;
}
.pagenavigation{
    padding:0 0 30px 0;
}
.pagenavigation .pagination {
    padding: 0;
    border-top: 0px solid #caccd0;
    border-bottom: 0px solid #caccd0;
}

.product-text strong {
    color: #168d45;
}

.product-text ul {
    padding-left: 20px;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  .table-wrapper table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }

  .table-wrapper th, .table-wrapper td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
  }

  .table-wrapper th {
    background-color: #293591;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    min-width: 140px;
  }

  .table-wrapper td {
    font-size: 16px;
  }

  .table-wrapper tr:nth-child(2n) {
    background-color: #f4f6fa;
  }

.table-wrapper .variants-group {
    border-top: 1px solid rgb(41 53 145 / 20%);
}

  @media (max-width: 767px) {
    .table-wrapper th, .table-wrapper td {
      font-size: 14px;
      padding: 12px;
    }
  }

h3.sppb-addon-title {}
