.splide__slide {
    display: flex;
}

.splide__slide span {
    margin: auto auto auto auto;
    color: white;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
}

.splide__pagination {
    bottom: 12px;    
}

@media only screen and (min-width: 767px) {
    .splide__slide span {
        margin: auto auto 95px auto;
        max-width: unset;
    }

    .splide__pagination {
        bottom: 32px;
    }
}
.splide__pagination__page {
    background: #FFFFFF;
}

.splide__pagination__page.is-active {
    background: #FFFFFF;
}

.splide__pagination__page.is-active {
    transform: scale(1);
    background: #ae58f4;
}

#benefits {
    padding: 0;
    background: #eee;
}

#benefits .benefit {
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-bottom: 2px solid #d1d1d1;
}

#benefits .benefit img {
    width: 45px;
    height: 45px;
    align-self: center;
}

#benefits .benefit .text {
    margin-left: 32px;
}

#benefits .benefit:last-of-type {
    border-bottom: unset;
}

@media only screen and (min-width: 767px) {
    #benefits .benefit {
        flex-direction: column;
        border-right: 2px solid #d1d1d1;
        border-bottom: unset;
        padding: 38px 20px;
    }

    #benefits .benefit:last-of-type {
        border-right: unset;
    }

    #benefits .benefit .text {
        margin-left: 0;
    }

    #benefits .benefit img {
        align-self: flex-start;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) {
    #benefits .benefit {
        flex-direction: row;
        padding: 38px;
    }

    #benefits .benefit .text {
        margin-left: 32px;
    }

    #benefits .benefit img {
        align-self: center;
        margin-bottom: 0;
    }
}

#benefits .benefit .text .kj_h2 {
    margin-bottom: 10px;
    margin-top: 0;
}

#benefits .benefit .text p {
    margin: unset;
}

#voucher-amount .checkout-action {
    width: 100%;
    margin-left: auto;
    margin-top: 24px;
}

@media only screen and (min-width: 767px) {
    #voucher-amount .checkout-action {
        width: calc(40% - 20px);
    }
}

@media only screen and (min-width: 992px) {
    #voucher-amount .checkout-action {
        width: 33%;
    }
}

#voucher-amount .checkout-action .custom-amount {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    margin-top: 36px;
    position:relative;
}

#voucher-amount .checkout-action .custom-amount .kj_h3 {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
}
#voucher-amount .checkout-action .custom-amount .kj_h3.required label:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

#voucher-amount .checkout-action .custom-amount input {
    border-radius: unset;
    padding: 14px 20px 12px 20px;
    border: 1px solid #eee;
}

#voucher-amount .checkout-action .custom-amount span {
    font-size: 11px;
    margin-top: 10px;
}

#voucher-amount .checkout-action .custom-amount > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    padding: 10px 40px 25px 20px;
}

#voucher-amount .checkout-action .custom-amount .input-group-btn-vertical::after {
    content: "$";
    position: absolute;
    left: 18px;
    top: 40px;
}


#voucher-amount .checkout-action .custom-amount > input {
        padding-left: 35px;
        padding-right: 0;
        padding-bottom: 15px;
    }





#voucher-amount .kj_h2 {
    font-weight: normal;
    margin-top: 0;
}

.kj_button {
    transition: all 0.25s ease;
    width: 100%;
    font-size: 15px;
    border: 1px solid #43b9a9;
    color: #43b9a9;
    padding: 13px 20px 11px 20px;
    background: unset;
    border-radius: unset;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

    .kj_button:hover,
    .kj_button.filled {
        background: #43b9a9;
        color: #f8f9fa;
        cursor: pointer;
    }
    
.kj_button.disable {
    background: #808080;
    color: white;
    cursor: pointer;    
}