   
    .header.pricing-head{
        height:auto !important;
        min-height:0;
        overflow: visible;
    }
    
    .faq-question{
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }
    .faq-item {
        /* border-top: 2px solid #e1e1e1; */
        /* padding-bottom: 30px; */
        padding-bottom: 10px;
        margin-top: 30px;
        padding-top: 10px;
        display: block;
        text-decoration: none;
    }
    .faq-item .fa-chevron-down {
        display:inline-block;
        color:#333;
    }
    .faq-item .fa-chevron-right {
        display:none;
        color:#333;
    }
    .faq-item.collapsed .fa-chevron-down {
        display:none;
    }
    .faq-item.collapsed .fa-chevron-right {
        display:inline-block;
    }
    .no_answer{
        color:gray;
    }
    
    