







.hr-line{
  width: 60%;
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 50%; 
   padding: auto;
   
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    /*background-color: #F9F9F9;*/
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    /*background-color: white;*/
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    /*margin-left: 5px;*/
    margin-left: 10px;
}
.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}





.fusion-modal h1, .fusion-post-content h1, .fusion-tb-footer h1, .fusion-tb-page-title-bar h1, .fusion-widget-area h1, .post-content h1, .search-page-search-form h1, .title h1 {
    color: var(--h1_typography-color);
   font-size: 16px;
    font-weight: 400;
    background: white;
        color: #333333;
            width: 100%;
       
}

/*.faq-container.faq-one{*/
/*     width:100%;*/
/*}*/

.faq-body{
     background: white;
        color: #333333;
        width:100%;
        
}

