.circle-progresbar {
    display: flex;
    gap: 40px;
    JUSTIFY-CONTENT: center;
}

.circle-progresbar.header-progress-cls {
    display: none;
}

.ui-sortable-helper {
    position: absolute !important;
    width: 100% !important;
    z-index: 1000 !important;
}


.cards {
/*
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 60px;
    gap: 60px;
*/

    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0px;
    padding-bottom: 70px;
}

.card {

    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    position: relative;
    width: 100%;
    height: 356px;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 7px 10px;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 8px, rgba(0, 0, 0, 0.22) 0px 2px;
    transition: all 0.5s;
    touch-action: none;
}

.card-img-box {
    width: 100%;
    height: 100%;
}

.card img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.checkbox-round {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 27px;
    transition: all 0.6s;
}

.checkbox-round:hover::after {
    opacity: 1;
}

.checkbox-round:hover {
    border: 2px solid #69D19C;
    background-color: #69D19C;
}

.checkbox-round:checked {
    border: 2px solid #69D19C;
    background-color: #69D19C;
}

.checkbox-round:checked:after {
    opacity: 1;
}

.checkbox-round::after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 9px;
    opacity: 0;
    position: absolute;
    top: 14px;
    right: 8px;
    transform: rotate(-45deg);
    width: 23px;
    transition: all 0.6s;
}

.bookmark {
    position: absolute;
    top: 0;
    left: 20%;
    height: 50px;
    width: 35px;
    /* background-color: #FDC342;
    background-image:
        linear-gradient(hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 100%, 0.5) 5px,
            hsla(0, 0%, 100%, 0) 25px);
    -webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.75)); */
    box-sizing: border-box;
    padding-top: 0;
    color: yellow;
    font-size: 1.5em;
    text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.5);
}

/* .bookmark:before,
.bookmark:after {
    content: '';
    display: block;
    position: absolute;
} */

/* .bookmark:before {
    bottom: -50%;
    height: 100%;
    width: 100%;
    background-image:
        linear-gradient(-45deg,
            transparent 50%,
            #FDC342 50%),
        linear-gradient(45deg,
            transparent 50%,
            #FDC342 50%);
    z-index: -1;
} */


.bookmark-img img {
    width: unset;
    height: unset;
    border-radius: unset;
    object-fit: unset;
}

.overlay {
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: #00000047;
}

.text-box h4 {
    /* font-size: 24px;
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
    line-height: 30px;
    left: 15px;
    right: 0;
    left: 0;
    background: #fff;
    color: #141053; */
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 15px;
    padding: 10px;
    line-height: 30px;
    left: 15px;
}

.information a {
    width: 40px;
    height: 40px;
    font-size: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #F4F4FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    border-radius: 50%;
    color: #141053;
    transition: all 0.6s;
}

.information a:hover {
    background: #fcab2084;

}

.fill-your-checklist.mobile-screen a svg {
    filter: drop-shadow(0px 5px 1.5px rgba(0, 0, 0, 0.16));
}


.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;
    padding: 7px;
    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;
} */

.owl-carousel {
    z-index: unset;
}



.cross-btn img {
    width: 100%;
}

.cross-btn {
    cursor: pointer;
    width: 25px;
    height: 25px;
    float: right;
    margin: 20px;
}

.tooltip-1,
.tooltip-2,
.tooltip-3,
.tooltip-4 {
    display: none;
}

.show-layer-1 .layer-index1 {
    z-index: 99;
    position: relative;
    background: #141053 !important;
}

.show-layer-2 .layer-index2 {
    z-index: 99 !important;
    position: relative !important;
}

.show-layer-3 .layer-index3 {
    z-index: 99;
    position: relative;
}

.show-layer-4 .layer-index4 {
    z-index: 99;
}

.show-layer-1 .tooltip-1 {
    display: block;
    position: absolute;
    top: 110px;
    width: 250px;
    height: 120px;
    left: 40px;
    border-radius: 15px;
    background: #fcad20;
    padding: 10px;
    z-index: 9;
}

.tooltip-1::before {
    content: "";
    position: absolute;
    top: -19px;
    right: 40px;
    margin-top: -10px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fcad20 transparent transparent;
    rotate: 90deg;
}

.tooltip-1 span {
    font-size: 14px;
    float: right;
    display: flex;
    color: #fff;
    width: 100%;
    justify-content: end;
}

.tooltip-1 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.fill-your-checklist {
    position: relative;
    margin-top: 25px;

}

.tooltip-1 img {
    position: absolute;
    top: -45px;
    left: -20px;
    width: 80px;
}


.show-layer-2 .tooltip-2 {
    display: block;
    position: absolute;
    top: -150px;
    width: 250px;
    height: 120px;
    left: 15%;
    border-radius: 15px;
    background: #fcad20;
    padding: 10px;
    z-index: 9;
}

.tooltip-2::before {
    content: "";
    position: absolute;
    top: unset;
    left: 24px;
    bottom: -30px;
    margin-top: -10px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fcad20 transparent transparent;
    rotate: -90deg;
}

.tooltip-2 span {
    font-size: 14px;
    float: right;
    display: flex;
    color: #fff;
    width: 100%;
    justify-content: end;
}

.tooltip-2 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.tooltip-2 img {
    position: absolute;
    top: -45px;
    left: -20px;
    width: 80px;
}

.card-main-box {
    position: relative;
}

.show-layer-3 .tooltip-3 {
    display: block;
    position: absolute;
    width: 250px;
    height: 120px;
    left: 15%;
    bottom: -180px;
    border-radius: 15px;
    background: #fcad20;
    padding: 10px;
    z-index: 9;
}

.tooltip-3::before {
    content: "";
    position: absolute;
    top: -19px;
    right: 30px;
    margin-top: -10px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fcad20 transparent transparent;
    rotate: 90deg;
}

.tooltip-3 span {
    font-size: 14px;
    float: right;
    display: flex;
    color: #fff;
    width: 100%;
    justify-content: end;
}

.tooltip-3 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.tooltip-3 img {
    position: absolute;
    top: -45px;
    left: -20px;
    width: 80px;
}

.show-layer-4 .tooltip-4 {
    display: block;
    position: absolute;
    width: 250px;
    height: 120px;
    top: -160px;
    right: 18%;
    /* bottom: -180px; */
    border-radius: 15px;
    background: #fcad20;
    padding: 10px;
    z-index: 9;
}

.tooltip-4::before {
    content: "";
    position: absolute;
    /* top: -19px; */
    right: 30px;
    bottom: -30px;
    margin-top: -10px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fcad20 transparent transparent;
    rotate: -90deg;
}

.tooltip-4 span {
    font-size: 14px;
    float: right;
    display: flex;
    color: #fff;
    width: 100%;
    justify-content: end;
}

.tooltip-4 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.tooltip-4 img {
    position: absolute;
    top: -45px;
    left: -20px;
    width: 80px;
}


.hover-card {
    position: absolute;
    /* top: 100px; */
    background: #141053;
    padding: 20px;
    height: 100%;
    bottom: -360px;
    transition: all 0.6s;
    right: 0;
    left: 0;
}

.card:hover .hover-card {
    bottom: -100px;

}

.hover-card button {
    height: 100px;
    position: absolute;
    top: 199px;
    right: 0;
    left: 0;
    height: 140px;
    border-radius: 58%;
    padding-bottom: 72px;
    background: #353360;
    color: #fff;
    font-size: 18px;
    width: 100%;
}

.hover-card p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
}

.col-md-12 {
    padding: 0;
}

.fullscreen-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #00000091;
    bottom: 0;
    z-index: 1;
    display: none;
}


.fill-your-checklist.mobile-screen {
    display: none;
}



.goed-discription p {
    margin-bottom: 0;
}

.fill-your-checklist.desktop-screen a img {
    display: none;
}

/* .show-layer {
    display: block;
    z-index: 2;
} */
.goed-contain-box .col-xl-7 {
    display: flex;
    align-items: center;
}

#information {
    display: none;
}

.fill-your-checklist.desktop-screen {	
    display: block;	
}
/* horizontal */

.v-box-todo {
    display: none;
}

.v-box-done {
    display: none;
}

.show {
    display: block !important;
}

.vertical-design {
    display: none;
}

.horizontal-design {
    display: none;
}

.design-show {
    display: block !important;
}



/* horizontal-card */
.horizontal-cards .card {
    position: relative;
    width: 100%;
    height: 80px;
    border: unset;
    border-radius: 20px;
    cursor: pointer;
    background: #F7F7F7;
    box-shadow: 0px 0px 5px #00000029;
    /* filter: drop-shadow(0px 0px 2.5px rgba(0, 0, 0, 0.16)); */
    overflow: hidden;
    justify-content: center;
    transition: all 0.6s;
}

.horizontal-cards .checkbox-round {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #7C7C7C;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 20px;
}

.horizontal-cards .checkbox-round:checked:after {
    opacity: 1;
}

.horizontal-cards .checkbox-round:hover::after {
    opacity: 1;

}

.horizontal-cards .checkbox-round:hover {
    border: 2px solid #69D19C;
    background-color: #69D19C;
}

.horizontal-cards .checkbox-round::after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 9px;
    opacity: 0;
    position: absolute;
    top: 8px;
    right: 6px;
    transform: rotate(-45deg);
    width: 20px;
    transition: all 0.6s;
}

.horizontal-cards .checkbox-round:checked {
    border: 2px solid #69D19C;
    background-color: #69D19C;
}

.horizontal-cards {
    padding: 40px 0px;
    gap: 30px;
    display: grid;
}

.horizontal-cards .bookmark {
    position: absolute;
    top: 0;
    left: unset;
    right: 22% !important;
    height: 50px;
    width: 35px;
    /* background-color: #FDC342; */
    /* background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 5px, hsla(0, 0%, 100%, 0) 25px); */
    /* -webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.75)); */
    box-sizing: border-box;
    /* padding-top: 50px; */
    color: yellow;
    font-size: 1.5em;
    text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.5);
}

.horizontal-cards .img-box img {
    width: 90px;
    height: 47px;
    border-radius: 10px;
    object-fit: cover;
}

.card-discription {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 70px;
    gap: 40px;

}

.title-box h4 {
    color: #141053;
}

.hidden-box {
    opacity: 0;
    transition: all 0.6s;
}

.hidden-box p {
    font-size: 16px;
    color: #fff;
}

.horizontal-hover-card button {
    position: absolute;
    right: -290px;
    top: 0;
    bottom: 0;
    background: #5E5B8D;
    border-radius: 50px 0 0px 50px;
    width: 20%;
    height: 80px;
    color: #fff;
    font-size: 16px;
    transition: all 0.6s;
}

.horizontal-cards .card:hover {
    background: #141053;
}

.horizontal-cards .card:hover .horizontal-hover-card button {
    right: 0px;
}

.horizontal-cards .card:hover .hidden-box {
    opacity: 1;
}

.horizontal-cards .card:hover .title-box h4 {
    color: #fff;
}

.horizontal-cards .card:hover .horizontal-cards .checkbox-round {
    border: 2px solid #fff;
}

.horizontal-tabs .h-tab-todo {
    margin-right: 70px;
}

.horizontal-tabs-active {
    color: #3F3D56 !important;

}

.horizontal-tabs .h-tab-todo::before {
    content: attr(todo-total);
    width: 17px;
    height: 17px;
    position: absolute;
    right: -20px;
    top: 0px;
    background: red;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-nog-te-doen-box {
    display: none;
}

.h-al-gedaanbox {
    display: none;
}

.h-al-gedaanbox .horizontal-cards .checkbox-round {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 20px;
    border: 2px solid #69D19C;
    background-color: #69D19C;
    transition: all 0.5s;
}

.h-al-gedaanbox .horizontal-cards .checkbox-round:checked {
    border: 2px solid #FDC342;
    background-color: #FDC342;
    rotate: -180deg;

}

.h-al-gedaanbox .horizontal-cards .checkbox-round:hover {
    border: 2px solid #FDC342;
    background-color: #FDC342;
    rotate: -180deg;

}

.h-al-gedaanbox .horizontal-cards .checkbox-round:checked:after {
    opacity: 1;
}

.h-al-gedaanbox .horizontal-cards .checkbox-round::after {
    border: none;
    border-top: none;
    border-right: none;
    content: "";
    height: 20px;
    opacity: 1;
    position: absolute;
    top: 6px;
    right: 6px;
    background: url(../image/thumbs-.png);
    transform: none;
}

#Onze-Aanbevelingen {
    display: none !important;
}

/* */

@media (min-width: 1655px) and (max-width: 1770px) {
    .header-logo {
        padding-left: 40px;
    }

    .aside-bar {
        padding: 110px 40px 110px 40px;
    }

    .aside-tabs ul li a {
        font-size: 18px;
    }

    .cards {
        padding: 40px 20px;
        gap: 40px;
    }

    .goed-contain-box {
        padding: 90px 80px 60px 80px;
    }

    .meer-lock {
        width: 130px;
    }

    .horizontal-cards .card {
        height: 70px;
    }

    .horizontal-cards .img-box img {
        width: 80px;
        height: 40px;
    }

    .horizontal-cards .card {
        box-shadow: unset;
        filter: unset;
    }

    .horizontal-cards .checkbox-round {
        top: 18px;
    }

    .horizontal-cards {
        padding-top: 60px;
    }

}


@media(max-width:1655px) {
    .card {
        width: 100%;
    }

    .cards {
        grid-template-columns: repeat(4, 1fr);
        padding: 20px 0px;
        gap: 20px;
    }

    .goed-contain-box {
        padding: 60px 60px 60px 60px;
    }

}

@media(max-width:1364px) {
    .card {
        width: 100%;
        height: 350px;
    }

    .cards {
        grid-template-columns: repeat(4, 1fr);
        padding: 20px 0px;
        gap: 20px;
    }

    .text-box h4 {
        font-size: 20px;
        padding: 15px 15px;
        line-height: 25px;
    }

    .circle-progresbar {
        gap: 0;
    }
}

@media(max-width:1199px) {
    .goed-contain-box .col-xl-7 {
        display: unset;
    }

    .card {
        width: 100%;
        height: 180px;
    }

    .cards {
        grid-template-columns: repeat(4, 1fr);
        padding: 20px 0px;
        gap: 20px;
    }

    .text-box h4 {
        font-size: 14px;
        padding: 15px 15px;
        line-height: 17px;
    }

    .circle-progresbar {
        justify-content: space-between;
    }
}


@media(max-width:991px) {
    .card {
        width: 100%;
        height: 160px;
    }

    .cards {
        grid-template-columns: repeat(3, 1fr);
        padding: 20px 0px;
        gap: 20px;
    }

    .text-box h4 {
        font-size: 12px;
        padding: 5px 10px;
        line-height: 17px;
    }
}

/* @media(max-width:767px) {
    #information {
        display: flex;
        text-align: center;
    }

    .information a {
        top: 15px;
        right: 15px;
    }
} */

@media(max-width:767px) {
    .checklist-btn-main-box img.hover-btn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;

    }

    .checklist-btn-main-box img.default-btn {
        z-index: 2;
        position: relative;
        transition: all 0.2s;
    }


    /* .checklist-btn-main-box img.default-btn:hover {
        opacity: 0;
    } */


    .checklist-btn-main-box:hover img.default-btn {
        opacity: 0;
    }

    .checklist-btn-main-box:hover img.hover-btn {
        opacity: 1;
    }


    .horizontal-design {
        display: none;
    }

    .jouw-title .list-view {
        display: none;
    }

    div#Onze-Aanbevelingen .jouw-title {
        display: block !important;
        margin-bottom: 15px;
    }

    .right-side-box {
        margin-bottom: 150px;
    }

    .goed-title h2,
    .jouw-title h3 {
        color: #141053;
    }

    a.fill img:last-child {
        margin-right: 10px;
    }

    #information {
        cursor: pointer;
        display: flex;
        line-height: 1.8;
        text-align: center;
    }

    .text-box h4 {

        display: flex;
        justify-content: start;
        align-items: center;
    }

    .goed-contain-box .revarse .col-5 {
        display: none;
    }

    .fill-your-checklist.desktop-screen {
        display: none;
    }

    .fill-your-checklist.mobile-screen {
        display: block;
    }

    /* .right-side-box {
        margin-bottom: 60px;
    } */

    .right-side-box {
        margin-top: -15px;
    }

    .card {
        display: inline-block;
        width: 140px;
        height: 161px;
        margin-left: 17px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 20px, rgba(0, 0, 0, 0.16) 0px 3px 5px;
    }


    .text-box h4 {
        white-space: normal;
        color: #141053;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        /* display: -webkit-box; */
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 19px;
        height: 73px;
        padding: 6px 13px;

    }

    /* 
    .cards {
        padding: 0;
        padding-bottom: 0;
        width: 100%;

    } */
    .cards {
        display: unset;
        grid-template-columns: unset;
        padding: 0;
        padding-bottom: 0;
        width: auto;
        white-space: nowrap;
        height: 200px;
    }

    .v-box-todo.show {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 190px;
    }

    .v-box-todo.show::-webkit-scrollbar {
        width: 5px;
    }

    .v-box-todo.show::-webkit-scrollbar:horizontal {
        height: 5px;
    }

    .v-box-todo.show::-webkit-scrollbar-track {
        background-color: rgba(204, 204, 204, 0.3);
    }

    .v-box-todo.show::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(204, 204, 204, 0.5);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

    .jouw-checklist-main-box {
        padding: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    div#fill-2 {
        margin-bottom: 70px;
    }

    .show-layer {
        display: block;
        z-index: 2;
    }

    .goed-contain-box {
        padding: 30px;
    }

    .circle-progresbar {
        justify-content: space-evenly !important;
    }

    .checkbox-round {
        top: 10px;
        right: 10px;

    }

    .margin-bm-mb {
        margin-bottom: 240px;
    }

    .our-recomendation {
        display: block;
        margin-top: 28px !important;
    }

    div#our-recomendation-sec .jouw-title,
    div#fill-1 .jouw-title {
        display: block;
        margin-bottom: 15px;
    }

    #Onze-Aanbevelingen {
        display: block !important;
    }

    .checkbox-round {
        width: 45px;
        height: 45px;
    }
}



@media(max-width:479px) {

    .checklist-btn-main-box img {
        width: 100%;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }


    .information a {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 1.8;
        text-align: center;
    }

    .fill-your-checklist.mobile-screen a svg {
        width: 100%;
    }

    .jouw-checklist-main-box {
        padding: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        padding-right: 0;
    }

    /* .card {
        display: inline-block;
        height: 160px;
        margin-right: 17px;
    } */
    .card {
        display: inline-block;
        width: 140px;
        height: 161px;
    }

    .v-box-todo.show {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 190px;
    }

    .owl-theme .owl-dots {
        margin-top: 0 !important;
    }

    .goed-contain-box {
        padding: 50px 30px 30px 30px;
    }

    .circle-progresbar {
        display: flex;
        gap: 0px;
        justify-content: space-between;
    }

    .goed-title h2 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .goed-contain-box {
        padding: 20px 24px 20px 24px;
    }

    .information a {
        top: 15px;
        right: 15px;
    }

    .fill-your-checklist.mobile-screen a {
        width: 100%;
    }

    .pie.middle-progress-cls,
    .pie.middle-progress-cls svg {
        width: 80px !important;
        height: 80px !important;
    }

    .pie-main-box:nth-child(3) {
        width: 80px;
        margin-top: -10px;
    }

    .main-header {
        height: 185px;
    }

    .checkbox-round::after {
        top: 14px;
        right: 10px
    }

    .goed-bezig-slider {
        margin-top: -98px;
    }
}

@media(max-width:338px) {
    .fill-your-checklist.mobile-screen a {
        gap: 10px;
        font-size: 17px;
    }

}

@media(max-width:320px) {
    .show-layer-1 .tooltip-1 {
        left: 10px;
    }

    .show-layer-3 .tooltip-3,
    .show-layer-2 .tooltip-2 {
        left: 0;
    }

    .show-layer-4 .tooltip-4 {
        right: 34px;
    }

    .cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
    }

    .goed-contain-box {
        padding: 40px 20px 20px 20px;
    }
}
