#insurance-accordion .card-visited {
    border-bottom: 1px solid white !important;
    opacity: 1;
    height: auto;
    display: none !important;
}
.mortgaged-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #e3eef9;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}
.mortgaged-checkbox-wrapper {
    display: flex;
    align-items: center;
    input[type="checkbox"] {
        width: 20px !important;
        margin-left: 10px;
    }
}
.mortgaged-checkbox-wrapper label:after {
    display: none;
}
