.perfect_lifestyle{
     padding: 35px 1px;
    background-image: linear-gradient(#02020200, #00000000), url(../images/accpic.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;    
}


.faq-container {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  
  .faq-btn {
    margin: -b;
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #33333300;
    border-top: none;
    position: relative;
    margin-bottom: 20px;
  }
  .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;
  }
  
  .faq-btn:first-child {
    /* border-top: 1px solid #333; */
  }
  .faq-content-inner{
    border: none !important;
  }
  
  .faq-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
    background: #ffffff38;
    border-left: none;
    border-right: none;
}
  
  .js .faq-content {
    height: 0px;
  }
  
  .faq-content-inner {
    padding: 20px;
  }
  .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;
  }
  .faq-content-inner ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #000;
    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: #f6f4f1;
  }
  .selected:after {
    content: "-";
  }
  .selected h3 {
    color: #000;
  }
  