
/* body{
    font-family: 'Work Sans', sans-serif;
} */
/* FAQ style start */
.faq-heading{
    border-bottom: #777;
    font-size: 35px;
}
.faq-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.hr-line{
    width: 60%;
    margin: auto;
    color: #000000;
    border-width: 3px;
}
  /* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    font-size: 26px;
    font-weight: 500;
    outline: none;
    transition: 0.4s;
    margin: auto;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
    width: 55%; 
    padding: 20px;
    font-size: 16px;
    overflow: hidden;
    display: none;
}
  /* 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: #FFFF00;
}

  /* Style the faq-page panel. Note: hidden by default */

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 16px;
    float: right;
    margin-left: 16px;
    border-radius: 8px;
}
.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

/* Phone and other smart phones */
@media(max-width: 1045px){
    .faq-heading{
        border-bottom: #777;
        font-size: 35px;
    }
    .faq-container{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .hr-line{
        width: 80%;
        margin: auto;
        color: #000000;
        border-width: 3px;
    }
      /* Style the buttons that are used to open and close the faq-page body */
    .faq-page {
        /* background-color: #eee; */
        cursor: pointer;
        padding: 30px 20px;
        width: 80%;
        border: none;
        font-size: 24px;
        font-weight: 500;
        outline: none;
        transition: 0.4s;
        margin: auto;
    }
    .faq-body{
        margin: auto;
        /* text-align: center; */
        width: 75%; 
        padding: 20px;
        font-size: 16px;
        overflow: hidden;
        display: none;
    }
      /* 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: #FFFF00;
    }
    
      /* Style the faq-page panel. Note: hidden by default */
    
    .faq-page:after {
        content: '\02795';
        /* Unicode character for "plus" sign (+) */
        font-size: 16px;
        float: right;
        margin-left: 16px;
        border-radius: 8px;
    }
    .active:after {
        content: "\2796";
        /* Unicode character for "minus" sign (-) */
    }
}
@media(max-width: 992px){
    .faq-heading{
        border-bottom: #777;
        font-size: 35px;
    }
    .faq-container{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .hr-line{
        width: 80%;
        margin: auto;
        color: #000000;
        border-width: 3px;
    }
      /* Style the buttons that are used to open and close the faq-page body */
    .faq-page {
        /* background-color: #eee; */
        cursor: pointer;
        padding: 30px 20px;
        width: 80%;
        border: none;
        font-size: 22px;
        font-weight: 500;
        outline: none;
        transition: 0.4s;
        margin: auto;
    }
    .faq-body{
        margin: auto;
        /* text-align: center; */
        width: 75%; 
        padding: 20px;
        font-size: 16px;
        overflow: hidden;
        display: none;
    }
      /* 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: #FFFF00;
    }
    
      /* Style the faq-page panel. Note: hidden by default */
    
    .faq-page:after {
        content: '\02795';
        /* Unicode character for "plus" sign (+) */
        font-size: 16px;
        float: right;
        margin-left: 16px;
        border-radius: 8px;
    }
    .active:after {
        content: "\2796";
        /* Unicode character for "minus" sign (-) */
    }
}
@media (max-width: 768px) {
    .faq-heading{
        border-bottom: #777;
        font-size: 28px;
    }
    .faq-container{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .hr-line{
        width: 100%;
        margin: auto;
        color: #000000;
        border-width: 3px;
    }
    .faq-body {
        padding: 20px;
        background-color: white;
        display: none;
        width: 95%;
        font-size: 18px;
        overflow: hidden;
    }
      /* Style the buttons that are used to open and close the faq-page body */
    .faq-page {
        /* background-color: #eee; */
        cursor: pointer;
        padding: 30px 20px;
        width: 100%;
        border: none;
        font-size: 22px;
        font-weight: 500;
        outline: none;
        transition: 0.4s;
        margin: auto;
    }
    .faq-page:after {
        content: '\02795';
        /* Unicode character for "plus" sign (+) */
        font-size: 12px;
        background-color: #1976D2;
        float: right;
        margin-left: 5px;
    }
    .active:after {
        content: "\2796";
        /* Unicode character for "minus" sign (-) */
        background-color: #000000;
    }
}

/* Phone and other smart phones */
@media (max-width: 480px) {
    .faq-heading{
        border-bottom: #777;
        font-size: 28px;
    }
    .faq-container{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .hr-line{
        width: 100%;
        margin: auto;
        color: #000000;
        border-width: 3px;
    }
    .faq-body {
        padding: 20px;
        background-color: white;
        display: none;
        width: 95%;
        font-size: 18px;
        overflow: hidden;
    }
      /* Style the buttons that are used to open and close the faq-page body */
    .faq-page {
        /* background-color: #eee; */
        cursor: pointer;
        padding: 30px 20px;
        width: 100%;
        border: none;
        font-size: 22px;
        font-weight: 500;
        outline: none;
        transition: 0.4s;
        margin: auto;
    }
    .faq-page:after {
        content: '\02795';
        /* Unicode character for "plus" sign (+) */
        font-size: 12px;
        background-color: #1976D2;
        float: right;
        margin-left: 5px;
    }
    .active:after {
        content: "\2796";
        /* Unicode character for "minus" sign (-) */
        background-color: #000000;
    }
}
  /* FAQ style End */

/* USEFUL */
/* .faq-page:after {
    content: '\02795'; */
    /* Unicode character for "plus" sign (+) */
    /* font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
} */
/* .active:after { */
    /* content: "\2796"; */
    /* Unicode character for "minus" sign (-) */
/* } */