/*Faq block Section*/

.faq-block-section {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.faq-block-section .accordins {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 60%;
}

.faq-block-section .accordins__heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 6rem; /* 125% */
    margin-bottom: 6rem;
    text-align: center;
}

.faq-block-section .accordins .isfp-accordian-heading {
    width: 65%;
}

.faq-block-section .accordins__question {
    width: 100%;
    border-radius: 1.6rem;
    background: #fff;
}

.faq-block-section .accordins__question__heading {
    display: flex;
    padding: 1.6rem;
    align-items: center;
    color: #2c2c2c;
    justify-content: space-between;
    font-family: Josefin Sans, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: -0.2px;
    cursor: pointer;
}

.faq-block-section .accordins__question__heading img {
    height: 3rem;
    width: 3rem;
    color: #2c2c2c;
    transition: transform 500ms;
}

.faq-block-section .accordins__question .content {
    display: none;
}

.faq-block-section .accordins__question.expanded .accordins__question__heading img {
    transform: rotate(180deg);
}

.faq-block-section .accordins__question.expanded .content {
    display: block;
    padding: 0 1.6rem 1.6rem;
    color: #4b5563;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    line-height: 140%;
}

.faq-block-section .accordins__question.expanded .content .green,
.faq-block-section .accordins__question.expanded .content a {
    color: #00bd1e;
}

.faq-block-section .accordins__question.expanded .content .para {
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
}

.faq-block-section .accordins__question.expanded .content .para:nth-child(2) {
    margin-top: 1.8rem;
}

.faq-block-section .accordins__question.expanded .content .para:nth-child(3) {
    margin-top: 1.8rem;
}

.faq-block-section .accordins__question.expanded .content .table-title {
    color: #2c2c2c;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 1.8rem;
}

.faq-block-section .accordins__question.expanded .content__message {
    background-color: #eaf9ec;
    width: 90%;
    padding: 1.6rem;
    display: flex;
    border-radius: 1.3rem;
    gap: 1rem;
    margin-top: 3rem;
}

.faq-block-section .accordins__question.expanded .content__message .bulb-fill {
    width: 4.4rem;
    height: 4.4rem;
}

.faq-block-section .accordins__question.expanded .content__message__content {
    display: flex;
    flex-direction: column;
}

.faq-block-section .accordins__question.expanded .content__message__content__heading {
    font-family: Josefin Sans, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
}

.faq-block-section .accordins__question.expanded .content__message__content__content {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #4b5563;
}

.faq-block-section .accordins__question.expanded table {
    border-collapse: collapse;
    border: 1px solid #9ca3af;
    width: 100%;
}

.faq-block-section .accordins__question.expanded table tr,
.faq-block-section .accordins__question.expanded table td,
.faq-block-section .accordins__question.expanded table th {
    border: 1px solid #9ca3af;
    font-family: Lato, sans-serif;
    color: #2c2c2c;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
}

.faq-block-section .accordins__question.expanded table td {
    font-weight: 500;
    color: #2c2c2c;
}

.faq-block-section .accordins__question.expanded table th,
.faq-block-section .accordins__question.expanded table td {
    padding: 1.3rem 1.5rem;
}

.faq-block-section .accordins__question.expanded table .row-heading {
    text-align: left;
}

.faq-block-section .accordins__question.expanded ul {
    color: #4b5563;
    margin: 2rem 0;
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
    line-height: 140%;
}

.faq-block-section .accordins__question.expanded ul li {
    color: #4b5563;
    margin-left: 3rem;
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
    line-height: 140%;
    margin-bottom: 1rem;
}

.faq-block-section .accordins__question.expanded ul li .link {
    color: #4b5563;
    margin-left: 0;
}

.faq-block-section .accordins__question.expanded ul li .isfp-accordian-link {
    color: #00bd1e;
    margin-left: -3rem;
}

.faq-block-section .accordins__question.expanded .isfp-accordian-link {
    list-style: none;
}

.faq-block-section .accordins .more-questions {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.8rem 2.4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1.6rem;
    background: #fff;
    color: #2c2c2c;
    text-align: center;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.18px;
    border: none;
}

.faq-block-section .accordins .more-questions .green {
    color: #00c100;
    text-decoration: none;
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .faq-block-section .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
    .faq-block-section .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .faq-block-section .accordins {
        width: 80%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .faq-block-section .accordins {
        width: 90%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .faq-block-section .accordins {
        width: 90%;
        padding: 4rem 0;
    }

    .faq-block-section .accordins__heading {
        font-size: 3.2rem;
        margin-bottom: 2rem;
        line-height: 120%;
    }
}

/*End of faq block section*/