.faq {
    margin: 0 0 60px 0;
}
.faq .card {
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #039;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.faq .card-header {
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 15px 60px 15px 30px;
    border-bottom: none;
}

.faq .card-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #039;
}

.faq .card-title {
    font-size: 18px;
}
.faq .card-title:hover {
    text-decoration: none;
}

.faq .card-header::after {
    font-size: 8px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    content: '\e916';
    color: #039;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 30px;
    transition: transform 0.2s ease-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .card-header.collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq .card-body {
    font-size: 16px;
    padding: 30px 30px 15px 30px;
}

.faq .card-body .h5 {
    margin: 0 0 15px 0;
}

.faq .card-body ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.faq .card-body ul li {
    margin-bottom: 15px;
}


@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
    .faq .card-title {
        font-size: 16px;
    }
    .faq .card-body {
        font-size: 14px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .faq .card-title {
        font-size: 14px;
    }
    .faq .card-body {
        font-size: 14px;
    }
    .faq .card-header {
        padding: 10px 40px 10px 20px;
    }
    .faq .card-header::after {
        right: 15px;
    }

}
@media (min-width: 0) and (max-width: 575px) {
    .faq .card-title {
        font-size: 14px;
    }
    .faq .card-body {
        font-size: 14px;
    }
    .faq .card-header {
        padding: 10px 30px 10px 15px;
    }
    .faq .card-header::after {
        right: 10px;
    }
}
