.home-feature-003 {
    background: #EEF2F6;
    border-radius: 20px;
    padding: 25px 22px 5px;
}

.home-feature-003 .sppb-img-container {
    border-radius: 100%;
    width: fit-content;
    overflow: hidden;
}

.home-feature-003 .sppb-img-container img {
    width: 85px;
    padding: 20px;
    background: #fff;
}

.home-feature-003 .sppb-feature-box-title {
    margin: 15px 0 5px;
}

.home-feature-003 .sppb-feature-box-title a {
    color: #174FA2; 
}

.home-feature-003:hover .sppb-feature-box-title a {
    color: #E2B12B;
}

.home-feature-003 .sppb-addon-text {
    font-size: 16px; 
}





.home-article-001 .sppb-articles-carousel-content {
    box-shadow: none;
    text-align: center;
    border: 1px solid #e2e2e2 !important;
    padding: 15px;
}

.home-article-001 .sppb-articles-carousel-content .sppb-articles-carousel-meta {
    display: none;
}

.home-article-001 .sppb-articles-carousel-content span.sppb-articles-carousel-meta-category {
    display: none;
}

.home-article-001 .sppb-articles-carousel-img {
    border: 1px solid #e2e2e2;
    border-bottom: 0;
}

.home-article-001 .sppb-articles-carousel-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

.home-article-001 .slick-slider i.fa-angle-left {
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    font-size: 42px;
    cursor: pointer;
}

.home-article-001 .slick-slider i.fa-angle-right {
    position: absolute;
   right: -40px;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    font-size: 42px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .home-article-001 .slick-slider i.fa-angle-left {left: -20px;font-size: 32px;z-index:1;background: #e2b12b;padding: 7px 15px;border-radius: 100px;color: #fff;}
    .home-article-001 .slick-slider i.fa-angle-right {right: -20px;font-size: 32px;z-index:1;background: #e2b12b;padding: 7px 15px;border-radius: 100px;color: #fff;}
}








.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: 20px 20px 15px;
    border: 0;
    background: #174ea2;
    color: #ffffff;
    font-size: 22px;
    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: #cc9036;
    padding-left: 25px;
}

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

.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 .readmore {
    font-size: 16px;
    text-transform: capitalize;
}

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

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

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

.articles-more {
    display: none;
}

/*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: #cc9036;
}

.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: #174FA2;
    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;
}

