    .accordion-button1 {
    background-color: #123265;
    font-size: 14px;
    font-weight: bold;
    padding:20px !important;
    margin: 0px;
    color: #fff;
    border: none;
}
.accordion-button1:not(.collapsed) {
    background-color: #123265 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border: none;
    color: #fff;
}
.accordion-item1{
    width: 100% !important;
    margin-bottom: 10px;;
}
.accordion-body1{
    margin-top:0px;
    text-align: justify;
    width: 100% !important;
    background-color: #f3f3f3;
    position: static !important;
    margin-top: 0px !important;
    padding-left: 30px;
    padding-right: 30px;
}
.accordion-item:first-of-type .accordion-button1 {
    border-top-left-radius: none !important;
    border-top-right-radius: none !important;
}
.accordion-button1::after {
    margin-top: 0px !important;
    margin-right: 0px;
}
.modal-content1{
    padding: 50px;
    border-radius: 5px;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
