#nestedCollapseSix {
    padding-left: 20%;
}
@media (min-width: 576px) {
    .faq-popup {
        position: fixed;
        top: 60%;
        left: 85%;
        transform: translate(-50%, -50%);
        width: 25%;
        height: auto;
        text-align: center;
        background-color: #e8eae6;
        box-sizing: border-box;
        padding: 10px;
        z-index: 1000;
        display: none;
        border-radius: 8px;
        overflow: auto;
        /*to hide popup initially*/
    }

    .close-btn-faq {
        position: absolute;
        right: 20px;
        top: 15px;
        background-color: black;
        color: white;
        border-radius: 50%;
        padding: 4px;
    }

    body {
        overflow-y: scroll !important;
    }

    .close-modal {
        display: none;
    }

    .collapse {

        cursor: pointer;
    }

    .faq-other-questions {
        padding-top: 10px;
    }

    .faq-other-questions a {
        text-decoration: underline;
        cursor: pointer;
        color: #395bb6;
    }

    .back-arrow {
        cursor: pointer;
        color: #395bb6;
        display: none;
        font-size: 15px;
        padding-bottom: 10px;
    }
    .card-body {
        font-weight: bold;
    }

}
@media (max-width: 575px) {
    .faq-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: auto;
        text-align: center;
        background-color: #e8eae6;
        box-sizing: border-box;
        padding: 10px;
        z-index: 1000;
        display: none;
        border-radius: 8px;
        overflow: scroll;
        /*to hide popup initially*/
    }

    .close-btn-faq {
        position: absolute;
        right: 20px;
        top: 15px;
        background-color: black;
        color: white;
        border-radius: 50%;
        padding: 4px;
    }

    body {
        overflow-y: scroll !important;
    }

    .close-modal {
        display: none;
    }

    .collapse {
        cursor: pointer;
    }

    .faq-other-questions {
        padding-top: 10px;
    }

    .faq-other-questions a {
        text-decoration: underline;
        cursor: pointer;
        color: #395bb6;
    }

    .back-arrow {
        cursor: pointer;
        color: #395bb6;
        display: none;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .locale-switcher a {
        text-decoration: underline !important;
        font-size: 20px !important;
        font-weight: 500;
    }

    .nav-phone a {
        font-size: 18px !important;
    }

}


.modal section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.modal header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.card-header {
    padding: 0 1.25rem;
}
.faq-other-questions {
    font-size: 0.75rem;
}

.modal .section-title h4::before {
    left: 38% !important;
}

.card-header h5 button {
    font-size: 0.75rem !important;
}

.modal header h4, h5 {
    font-size: 0.75rem !important;
}
.card-body {
    padding: 0.5rem 1rem;
    border-bottom: 1px grey solid;
}

#nestedCollapseOne {
    border-bottom: 1px #4C566A solid;
}

.panel-header {
    background-color: #3960c1;
    color: white;
    border-radius: 4px;
    padding: 5px;
}

.panel-header :hover{
    background-color: #395bb6;
    color: white;
    border-radius: 4px
}
