/* li.vorige-btn {
    /* padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
} */

/* li.vorige-btn button {
    width: 100%;
    padding: 6px;
    background: #6964BC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 17px;
    color: #fff;
    margin-bottom: 30px;
} */
.vorige-btn {
    display: block;
}

.checkbox {
    display: flex;
    justify-content: start;
    align-items: center;
}

.jouw-title h3 {
    color: #3F3D56;
    font-size: 36px;

    margin-bottom: 30px
}

.jouw-gegevens-overig {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;

}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-0);
    filter: grayscale(1);
}

.accordion-button:focus {

    border-color: unset;
    box-shadow: unset;
}

.accordion.faq-accordion {
    padding: 0 30px;
    background: #F7F6FB;
    border-radius: 25px;
}

.accordion-button {
    background-color: #f7f6fb !important;
    padding: 2rem 0.5rem;
    font-size: 22px;
    color: #334856 !important;
}

.accordion-item:first-of-type {
    border-bottom: 1px solid #ddd;
}

.accordion-item {
    border: 0;
}

.accordion-body {
    background: #f7f6fb;
}

.sub-title-profile h4 {
    color: #141053;
    font-weight: normal !important;
    line-height: 1;
}

.sub-title-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}
.sub-title-profile .profile-img {
    display: flex;
    align-items: center;
}
.over-elektrisch-cantain {
    display: flex;
    gap: 30px;
    width: 100%;
    height: 346px;
    background: #f7f6fb;
    border-radius: 30px;
    padding: 30px;
}

.img-box img {
    width: 177px;
    height: 285px;
    border-radius: 30px 0 30px 30px;
}

.over-elektrisch-discription p {
    font-size: 22px;
    line-height: 35px;
    color: #334856;
}

.emil-otp-in-cantain {
    padding: 39px;
    background: linear-gradient(139deg, #455a71 0.00%, #6687aa 100.00%);
    border-radius: 30px 0 30px 30px;
    height: 346.2px;
    width: 100%;
}

.emil-discription p {
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
}

.emil input[type="email"] {
    padding: 15px 20px;
    /* display: block; */
    width: 75%;
    border-radius: 15px;
    margin-bottom: 30px;
}

.emil button {
    width: 75%;
    padding: 12px 0;
    border-radius: 15px;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    background: #FDBA42;
    margin-bottom: 30px;
}

.checkbox span {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    padding-left: 10px;
}

.copyright a {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: #334856;
    position: absolute;
    right: 30px;
    bottom: 30px
}

.jouw-checklist-main-box {
    position: relative;
}

.sub-title-profile .profile-img img {
    width: unset;
    height: unset;
    border-radius: unset;
}

.accordion-button::after {
    rotate: -90deg;
}

.checklist {
    display: none;
}

.fill-your-checklist.desktop-screen {
    display: block;
}

.goed-discription p {
    margin-bottom: 0;
}

.fill-your-checklist.desktop-screen a {
    border-radius: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 350px;
    background: #69D19C;
    transition: all 0.6s;
    padding: 15px;
}

.goed-contain-box {
    padding: 90px 120px 60px 120px;
}

.fill-your-checklist {
    position: relative;
    margin-top: 30px;
}

div#accordionExample {
    padding: 0 30px;
    border-radius: 25px;
    BACKGROUND: #f7f6fb;
}

.after-asking input {
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
}
.line {
    width: 200px;
    height: 1px;
    background: #ddd;
}