section.faqs-sec {
    padding-bottom: 100px;
    padding-top: 80px;
}
.faq-card h2 .accordion-button {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
    background-color: #FBFBFB !important;
    padding: 16px 10px;
}
.faq-card {
    border: 0;
    border-radius: 0;
}
.faq-card {
    border-bottom: 1px solid #E8E8E8 !important;
    border-top: 1px solid #E8E8E8 !important;
    margin: 10px 0;
}
.faq-accordions {
    display: flex;
    justify-content: center;
}

.faq-heading {
    width: 80%;
}
section.faqs-sec .btn-link:hover {
    text-decoration: none !important;
}

section.faqs-sec .card-header {
    border-bottom: none !important;
    padding: 0;
}

section.faqs-sec .card.faq-card {
    margin-bottom: 3px;
}

section.faqs-sec .card-body {
    padding: 0px 13px;
}

section.faqs-sec button.btn.btn-link.faq[aria-expanded="true"]::before {
    content: "\f106";
    font-family: "fontawesome";
    color: #FFFFFF;
    margin-right: 20px;
}

section.faqs-sec button.btn.btn-link.faq[aria-expanded="false"]::before {
    content: "\f107";
    font-family: "fontawesome";
    color: #FFFFFF;
    margin-right: 20px;
}

.card-body {
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Roboto-Medium";
}

.faq-card .heading {
    padding: 7px 0;
}

.main_heading.text-center {
    padding-bottom: 13px;
}

.fa-heading {
    text-align: center;
    padding-bottom: 30px;
}

section.newsletter-sec {
    padding-top: 86px;
}

section.faqs-sec .card.faq-card {
    margin-bottom: 3px;
}

section.faqs-sec .card-body {
    padding: 0px 13px;
}

section.faqs-sec .accordion-button[aria-expanded="true"]::before {
    content: "\f106";
    font-family: "fontawesome";
    color: black;
    margin-right: 20px;
}

section.faqs-sec .accordion-button[aria-expanded="false"]::before {
    content: "\f068";
    font-family: "fontawesome";
    color: black;
    margin-right: 20px;
}
.accordion-body p {
    font-family: "Poppins-Light";
    color: #060606;
}

.accordion-button::after {
    content: unset !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color:transparent !important;
    outline: 0;
    box-shadow:unset !important;
}
@media (max-width: 590px) {
    .faq-card h5 .faq {
        font-size: 7px;
    }

    .faq-card .heading {
        padding: 0;
        overflow: hidden;
        border-radius: 0;
    }

    div#accordion {
        width: 100%;
    }

    .card-body {
        font-size: 8px;
    }

    .reserve-btn {
        width: 53%;
    }

    h2 {
        font-size: 34px;
    }
}