.frequently_quest  .faq-container {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  
  .frequently_quest  .faq-btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
     border: 1px solid #b89856;
    border-top: none;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    background: transparent;
    margin-bottom: 25px;
    height: 75px;
    align-items: center;
    border-top: 1px solid #b89856;
    display: flex;
  }
  

  .frequently_quest  .faq-btn:after {
    content: "+";
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 18px;
    color: #fff;
  }
  .frequently_quest .faq-btn h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.25;
    margin-left: 22px;
    color: #fff !important;
  }
  
  .frequently_quest  .faq-btn:first-child {
    border-top: 1px solid #b89856;
  }
  
  .frequently_quest  .faq-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #333; 
    background: transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-bottom: 25px;
  }
  
  .frequently_quest   .js .faq-content {
    height: 0px;
  }
  
  .frequently_quest  .faq-content-inner {
    padding: 20px;
  }
  .frequently_quest  .faq-content-inner ul {
    list-style-type: none;
  }
  .frequently_quest  .faq-content-inner ul,
  .frequently_quest  .faq-content-inner ul li {
    margin-left: 0;
    padding-left: 0;
  }
  .frequently_quest  .faq-content-inner ul li {
    position: relative;
    padding-left: 10px;
  }
  .frequently_quest  .faq-content-inner ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #e1001a;
    position: absolute;
    left: -6px;
    top: 8px;
  }
  
  .frequently_quest  .js .open {
    height: auto;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    background: #ddd8d3;
  }
  
  .frequently_quest  h3 {
    font-size: 18px;
    color: #000;
  }
  
  .frequently_quest  .selected {
    background-color: transparent;
  }

  .frequently_quest  .selected:after {
    content: "-";
  }

  .frequently_quest   .selected h3 {
    color: #c2960f;
  }
  