#sitemap2 .card-body {
    font-size: 17px;
    line-height: 2.4;
    padding: 1rem;
    list-style: none;
  }
  
  #sitemap2 .card-body ul{
    list-style: none;
  }
  
  #sitemap2 .card-body a{
    color:#373f47;
  }
  
  #sitemap2 .card-body a:hover {
    color:#e4141a;
  }
  
  hr.devideline {
    border-style: dashed;
    border-color: #e4141a;
    width: 100%;
  }
  
  .faq-content .card .faq .card-header.card-header .faq-question {
    color:#e4141a;
  }
  
  span.sitemapSub {
    color:rgb(206, 110, 75);
    font-weight: 600;
  }
  
  span.hoseSub {
    color:rgb(113, 112, 112);
    font-weight: 600;
  }
  
  span.hoseSub:hover {
    color:#e4141a;
  }
  
  a.dropdown-item.dropdown-toggle:active {
      color: #e4141a;
      background-color: #fff;
  }