.about-feature-001 .sppb-section-title {
    margin-bottom: 30px !important;
}

.about-feature-001 .sppb-section-title:before {
    content: "";
    position: absolute;
    background: #6dafb3;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.about-feature-001 .sppb-section-title .sppb-title-heading {
    width: fit-content;
    margin: auto;
    background: #f1f5f9;
    padding: 0 20px;
}









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

/*listing*/

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

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

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

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

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

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

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

.article-list .article {
    border-color: #e2e2e2;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    display: block;
    margin: 0;
    transition: 0.5s;
    text-align: center;
}

.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 .article-header h2 a:hover,
.article-list .article .article-header h2 a:focus {
    color: #23BCB8 !important;
}

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

.article-list .article .readmore a {
    color: #23BCB8 !important;
    font-weight: 600;
}

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

.article-list .article:hover {
    border-color: #23BCB8;
    box-shadow: 0 8px 10px #f3f3f3;
}

.articles-more {
    display: none;
}

.pagination>.active>a, .pagination>.active>span {
  	border-color: #23BCB8 !important; 
  	background: #23BCB8 !Important;
}

/*end of listing*/



/*product detail*/

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

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

.view-article #sp-component {
    width: 100%;
}

.article-details .article-header h1, .article-details .article-header h2 {
    display: none;
}

.pagenavigation .pagination {
    padding: 15px 0;
    border-top: 1px solid #caccd0;
    border-bottom: 1px solid #caccd0;
}

.product-text strong {
    color: #23BCB8;
}

.product-text .sppb-addon-title {
    color: #000 !important;
}

.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: #23BCB8;
    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;
  }

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






.bfQuickMode .bfElemWrap label {
    display: block !important;
}

.bfQuickMode .bfElemWrap .form-inline input[type="text"], .bfQuickMode .bfElemWrap .form-inline input[type="number"], .bfQuickMode .bfElemWrap .form-inline textarea, .bfQuickMode .bfElemWrap .form-inline select {
    max-width: 100% !important;
}

.bfQuickMode textarea {
    width: 100%;
    padding: 0.5rem 0.5rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
