/*for Demo Only*/
.payment-row {
    padding-top: 15px;
    background-color: #f4f6f9;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
    background-color: #5000CC;
}
.carousel-indicators .active {
    background-color: #5000CC;
}

/*Implement*/
.payment-feature {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}


.payment-image {
    width: auto;
    max-height: 110px;
    max-width: 200px;
    object-fit: contain;
}

.content-without-pd {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

#id-payments .item {
    padding-bottom: 20px;
}
#id-payments .carousel-indicators {
    bottom: -25px;
}