
.faq-area {
    position: relative
}

.faq-area .faq-shapes img {
    width: initial
}

.faq-area .faq-shapes .vec1 {
    position: absolute;
    top: 5%;
    right: 10%
}

.faq-area .faq-shapes .vec2 {
    position: absolute;
    bottom: 5%;
    right: 0
}

@media (max-width: 991px) {
    .faq-area .faq-left img,.faq-area .faq-right {
        margin-bottom:60px
    }
}

.card-header {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s
}


.card-header:after {
    content: "\f067";
    font-family: FontAwesome;
    float: right;
    margin-left: 5px;
    font-weight: 400;
    font-size: 11px;
    top: 21px;
    -ms-transform: translateY(-50%);
    color: #fff;
    background: #0b114a;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    display: block;
    right: 10px;
    position: absolute
}

.card-header.active:after {
    content: "\f068";
    font-family: FontAwesome
}

.card,.card-body {
    background-color: #fff
}

.card-body {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.faq-area .faq-right .accordion-wrapper .card {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 40px 0 rgba(163,163,163,.15);
    box-shadow: 0 15px 40px 0 rgba(163,163,163,.15);
    border: 1px solid #eaeaea
}

.faq-area .faq-right .accordion-wrapper .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 5px;
    background: #fff
}

.faq-area .faq-right .accordion-wrapper .card .card-body {
    border-radius: 5px;
    padding-top: 0
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 {
    padding: 20px 35px 20px 20px;
    margin: 0
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.card h6 a {
    color: #0b114a;
    margin: 0;
    font-weight: 700
}