.faq-container {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .acrd_cla{
    margin-top: 20px;
  }
  
  .faq-btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
    background: #ecf0f5;
    border: 1px solid #33333359;
    margin-bottom: 15px;
    position: relative;
}
  .faq-btn:after {
    content: "+";
    display: inline-block;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .faq-btn h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.25;
    color: #0d2a71;
  }
  
  .faq-btn:first-child {
    /* border-top: 1px solid #333; */
  }
  
  .faq-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
    background: #f4f6f9;
    border-left: 1px solid #33333342;
    border-right: 1px solid #33333342;
    border-bottom: 1px solid #33333342;
    margin-bottom:15px;
  }
  
  .js .faq-content {
    height: 0px;
  }
  
  .faq-content-inner {
    padding: 20px;
    background-color: #fff0;
  }
  .faq-content-inner ul {
    list-style-type: none;
  }
  .faq-content-inner ul, .faq-content-inner ul li {
    margin-left: 0;
    padding-left: 0;
  }
  .faq-content-inner ul li {
    position: relative;
    padding-left: 10px;
    font-size: 15px !important;
  }
  .faq-content-inner p{
    font-size: 15px !important;
  }
  .faq-content-inner ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #ee7d15;
    position: absolute;
    left: -6px;
    top: 8px;
  }
  
  .js .open {
    height: auto;
    border-bottom: 1px solid #333;
    color: #333;
    background: #ddd8d3;
  }
  
  h3 {
    font-size: 18px;
    color: #000;
  }
  
  .selected {
    background-color: #e1e9f3;
    margin-bottom: 0px;
  }

  .selected:after {
    content: "-";
  }
  .selected h3 {
    color: #000;
  }
  