/* FAQ */

.faq-area .faq-section{
    margin-bottom: 50px;
}

.faq-area .faq-section .section-title{
    font-size: 40px;
    font-weight: 400;
    color: #434343;
    line-height: 18px;
    font-weight: normal !important;
    padding-bottom: 14px;
    line-height: 40px;
    text-align: center;
}

.faq-area .faq-section .panel-faq{
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.faq-area .faq-section .panel-faq .panel-heading {
    padding: 0 15px;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title{
    position: relative;
    border-bottom: 0;
    padding: 0;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title a,
.faq-area .faq-section .panel-faq .panel-heading .panel-title span{
    padding: 24px 20px 24px 0;
    display: block;
    font-size: 28px;
    font-weight: 400 !important;
}
.faq-area .faq-section .panel-faq .panel-heading .panel-title a.collapsed {
    color: #434343;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title span{
    padding-bottom: 5px;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title > a:after {
    content: "\f106";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.faq-area .faq-section .panel-faq .panel-heading .panel-title > a.collapsed:after {
    content: "\f107";
    color: #e1e1e1;
}

.faq-area .faq-section .panel-faq .panel-body {
    line-height: 28px;
    font-size: 16px;
    color: #747474;
    border-top: 0 !important;
    padding: 20px 15px 60px 15px;
}


@media (max-width: 767px) {
    
    
    .faq-area .faq-section .section-title{
        font-size: 30px;
    }
    
    .faq-area .faq-section .panel-faq .panel-heading .panel-title a {
        font-size: 22px;
    }
}