﻿.faq-content .bk-section-title {
    position: relative;
    margin: 16px 0px 32px 0px;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
}

    .faq-content .bk-section-title > span {
        font-size: 22px;
        color: #758D96;
        font-weight: 300;
        padding-left: 5px;
        padding-right: 11px;
        line-height: 24px;
    }

    .faq-content .bk-section-title::after {
        content: '';
        height: 1px;
        width: 100%;
        background: #ced5d8;
        position: absolute;
        top: 12px;
    }

.faq-content .panel-body {
    line-height: 27px;
    text-align: justify;
}

.faq-content hr {
    margin: 0px 15px;
    border-top: 1px solid #f3f3f3;
}

.faq-content .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    font-weight: 600;
    color: #0090c9;
}

.faq-content .panel-title-small {
    color: #676767;
    font-weight: 500;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.faq-content .panel-group .panel-heading {
    padding: 15px;
    transition: linear .07s;
}

.faq-content .panel-default > a[aria-expanded="false"] > .panel-heading:hover {
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.20);
    background-color: #fbfbfb;
    border-radius: 3px;
    transition: linear .07s;
}

.faq-content .panel a:hover {
    text-decoration: none;
}

.faq-content .panel {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-content .text-bolder {
    font-weight: 600;
}

.faq-content {
    padding-top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
    border-radius: 3px;
}
