.faq_bg {
    background: linear-gradient(0deg, #332f6adb, #d3a31ad9), url(../../assets/images/faq.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.shadowCollapse {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
}

.panel-heading [data-toggle="collapse"]:after {
    float: right !important;
    color: white;
    content: "\f0d7";
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
}

.panel-heading {
    padding: 10px;
}

.panel-default {
    margin-bottom: 10px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f0d8";
}

.fa-plus:before {
    display: none !important;
    float: right !important;
}

.clickselect2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel {
    border: 1px solid #332f6a;
}

.accordion {}

.panel-body {
    font-family: open sans;
    line-height: 24px;
    font-size: 14px;
    padding: 16px;
    text-align: justify;
}

.accordion-toggle {
    color: #291770;
    font-weight: 400;
    font-size: 18px;
    font-family: 'open sans', 'fontawesome';
    padding: 1px;
    text-align: justify;
}

.clickselect {
    background-color: #332f6a;
    color: white !important;
}

.clickselect.collapsed {
    background-color: white;
    color: #291770 !important;
}

.clickselect.collapsed:after {
    /*-webkit-transform: rotate(90deg);*/
    /*-moz-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*-o-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
    color: #332f6a;
    content: "\f0d7";
}

.clickselect:after {
    float: right !important;
    color: white;
    content: "\f0d8";
    font-size: 18px;
    line-height: 22px;
    margin-top: -25px;
}

@media only screen and (max-width:768px) {
    .accordion-toggle {
        font-size: 17px;
    }
}