.w-box .content {
    color: white;
    text-align: center;
    padding: 10px;
    /* height: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 60px;
    flex-wrap: wrap;
}

.w-box .content a {
    color: white;
}
.w-box a p {
    margin: 0;
}
.w-box .content.white-box {
    background: white !important;
    color: black;
    border: 3px solid #a31a1c;
    /* border-radius: 0; */
}
.text-white *,
.w-contact * {
    color: white;
}
.w-contact .row,
.w-contact .row .single-title-image-box img {
    border-bottom-right-radius: 35px;
}
.w-contact .text-white > p {
    text-align: left;
    font-size: 14px;
}
.w-contact .custom-url {
    float: right;
    /* margin-right: 20px; */
    font-size: 12px;
    line-height: 18px;
    background: #565659;
    padding: 5px 15px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    border-color: rgba(var(--primary), 1);
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(160 39 30);
}

.accordion-button:not(.collapsed) {
    color: rgba(var(--primary), 1);
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item {
    border: 1px solid #a31a1c !important;
}
.accordion-button {
    color: #a31a1c;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #a31a1c;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.nested-accordion button.accordion-button.collapsed {
    background: #a31a1c;
    color: white;
}
.nested-accordion button.accordion-button::after {
    color: white !important;
}
.nested-accordion .accordion-collapse {
    background: #a31a1c;
}
.nested-accordion .accordion-collapse .accordion-flush .accordion-body {
    background: white !important;
}
.nested-accordion .accordion-collapse button {
    background: white !important;
    color: black !important;
}
