.show-more {
    cursor: pointer;
}

.app-btns a {
    width: 155px;
    height: auto;
}

.hear-parent-section .single__user__story .img-wrapper {
    position: relative;
}

.hear-parent-section .single__user__story .img-wrapper img {
    width: 100%;
    object-fit: cover;
}

.hear-parent-section .single__user__story .thumbnail-text {
    position: absolute;
    bottom: 37px;
    left: 50px;
    padding-right: 40px;
}

.hear-parent-section .single__user__story .thumbnail-text a {
    color: var(--sitly-white);
    text-decoration: underline;
    font-weight: 600;
}

.hear-parent-section .single__user__story .thumbnail-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Lilita One";
    text-transform: uppercase;
    line-height: 26.4px;
    color: var(--sitly-white);
}

.hear-parent-section .hear-parent-slider .single__user__story.slick-slide {
    padding: 0 16px;
}

.hear-parent-section .custom-arrow.custom-next-arrow {
    right: 80px;
    background-image: url(//acceptance2.sitly.nl/wp-content/themes/sitly__theme/assets/css/../../assets/images/next-icon.svg);
}

.hear-parent-section .custom-arrow.custom-prev-arrow {
    left: 80px;
    background-image: url(//acceptance2.sitly.nl/wp-content/themes/sitly__theme/assets/css/../../assets/images/next-icon.svg);
    transform: translateY(-50%) rotate(180deg);
}

.hear-parent-slider .slick-slide:not(.slick-active) {
    opacity: 0.5;
}

.hear-parent-slider .custom-arrow {
    position: absolute;
    top: 50%;
    width: 71px;
    height: 94px;
    background-color: var(--sitly-white);
    background-size: 100% 51px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: unset;
    border-radius: 18px;
}

.hear-parent-slider .slick-disabled {
    display: none !important;
}
body:not(.page) .faq__section {
    margin-top: -90px !important;
}

.faq__section {
    margin-top: 80px;
}

.faq__section h1 {
    font-family: "Lilita One";
    padding: 60px 0 20px 0;
}

.faq__section .nav-tabs {
    margin-bottom: 77px;
    border-bottom: none !important
}

.faq__section .nav-tabs .nav-link {
    border: 1px solid var(--sitly--darkblue) !important;
    border-right: none !important;
    border-radius: unset;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--sitly--darkblue);
    min-width: 270px;
}

.faq__section .nav-tabs .nav-link.active {
    border: 1px solid var(--sitly--darkblue) !important;
    background: var(--sitly--darkblue) !important;
    color: var(--sitly-white);
}

.faq__section .nav-tabs .nav-link.active:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_3875_154189)"><path d="M11.4638 0.726481C10.9039 0.326561 10.1308 0.47319 9.73085 1.03304L4.94543 7.87127L2.1195 5.04534C1.63962 4.56546 0.839782 4.56546 0.359907 5.04534C-0.119969 5.52521 -0.119969 6.32505 0.359907 6.80493L4.22557 10.6706C4.46546 10.9105 4.78542 11.0305 5.10536 11.0305H5.11866H5.23861C5.58516 11.0038 5.91841 10.8172 6.14499 10.5107L11.7835 2.45941C12.1703 1.88608 12.0237 1.11295 11.4638 0.72641L11.4638 0.726481Z" fill="white"/></g><defs><clipPath id="clip0_3875_154189"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
    margin-right: 4px;
}

.faq__section .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 16px 0 0 16px;
}

.faq__section .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 16px 16px 0;
    border-right: 1px solid var(--sitly--darkblue) !important;
}

.faq__section .qa-section .qa-left .qa-details .title {
    margin-bottom: 12px;
}

.faq__section .qa-section .qa-right .qa-details .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid var(--sitly-beaublue);
}

.faq__section .qa-section .qa-right .qa-details .accordion .accordion-item:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 607px) {
    .faq__section h1 {
        padding: 40px 0 20px 0;
        text-align: left !important;
    }

    .faq__section .qa-section {
        padding: 30px 0 30px 0;
    }

    .faq__section .form-select {
        margin-bottom: 33px;
        border-radius: 16px;
        border-color: var(--sitly--darkblue);
        padding: 6px 16px;
    }

    .faq__section .form-select option {
        color: var(--sitly--darkblue);
    }

    .hear-parent-slider .slick-slide:not(.slick-active) {
        opacity: 1;
    }

    .hear-parent-section .single__user__story .thumbnail-text {
        left: 24px;
        padding-right: 24px;
    }

    .hear-parent-section .hear-parent-slider .single__user__story.slick-slide {
        padding: 0 8px;
    }

    .hear-parent-section .hear-parent-slider {
        margin-left: -8px;
    }

}