/* Homepage FAQ section - page-level styles */
.home_faq_section {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #ffffff;
}

.home_faq_section .home_faq_heading {
    text-align: center;
    margin-bottom: 40px;
}

.home_faq_section .home_faq_heading h1 {
    margin: 0 0 15px;
    color: #222222 !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.home_faq_section .home_faq_heading img {
    display: inline-block;
}

.home_faq_section .accordionFifteen .panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0 0 10px;
}

.home_faq_section .accordionFifteen .panel-default > .panel-heading {
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.home_faq_section .accordionFifteen .panel .panel-heading a,
.home_faq_section .accordionFifteen .panel .panel-heading a.collapsed {
    display: block;
    background: #ffffff !important;
    padding: 16px 50px 16px 20px;
    color: #222222 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #e3e3e3 !important;
    text-decoration: none;
    position: relative;
}

.home_faq_section .accordionFifteen .panel .panel-heading a:not(.collapsed) {
    border-color: #e67817 !important;
    color: #e67817 !important;
}

.home_faq_section .accordionFifteen .panel .panel-heading a:before,
.home_faq_section .accordionFifteen .panel .panel-heading a.collapsed:before {
    content: none !important;
    display: none !important;
    margin: 0 !important;
}

.home_faq_section .accordionFifteen .panel .panel-heading a:after,
.home_faq_section .accordionFifteen .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    float: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 3px;
    font-size: 14px;
}

.home_faq_section .accordionFifteen .panel .panel-heading a:after {
    content: "\f068";
    background: #e67817;
    color: #ffffff;
}

.home_faq_section .accordionFifteen .panel .panel-heading a.collapsed:after {
    content: "\f067";
    background: #e67817;
    color: #ffffff;
}

.home_faq_section .accordionFifteen .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #e67817;
    border-top: none;
    padding: 20px;
    background: #ffffff;
    margin: 0;
}

.home_faq_section .panel_cont p {
    color: #555555 !important;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    text-align: justify;
}

@media (max-width: 767px) {
    .home_faq_section {
        padding: 40px 0 50px;
    }

    .home_faq_section .home_faq_heading h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .home_faq_section .accordionFifteen .panel .panel-heading a,
    .home_faq_section .accordionFifteen .panel .panel-heading a.collapsed {
        font-size: 14px;
        line-height: 22px;
        padding: 14px 45px 14px 15px;
    }
}
