/*---------- faq style start ----------*/
.faq-title h2 {
    color: #111;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: -4px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.faq-inner .card {
    border: none;
    margin-bottom: 30px;
}

.faq-inner .card:last-child {
    margin-bottom: 0;
}

.faq-inner .card .card-body {
    line-height: 1.8;
    border: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .faq-inner.faq-inner-2 {
        margin-top: 62px;
    }
}

.card-header {
    padding: 0;
    border: none;
}

.card-header button {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    line-height: 1.2;
    padding: 12px 30px;
    text-align: left;
    text-transform: capitalize;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    position: relative;
    font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 479.98px) {
    .card-header button {
        padding: 12px 10px;
    }
}

.card-header button i {
    color: #CC2121;
    font-size: 20px;
    padding-right: 10px;
}

.card-header button:before {
    top: 50%;
    right: 20px;
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479.98px) {
    .card-header button:before {
        right: 10px;
    }
}

.faq-inner .card-header .accordio-heading[aria-expanded=false] {
    background-color: #f5f5f5;
}

.faq-inner .card-header .accordio-heading[aria-expanded=true] {
    color: #fff;
    background-color: #ef6c26;
}

.faq-inner .card-header .accordio-heading[aria-expanded=true] i {
    color: #fff;
}

.faq-inner .card-header .accordio-heading[aria-expanded=true]:before {
    content: "\f106";
}

/*---------- faq style end ----------*/