.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.bold {
    font-weight: bold;
}

footer {
    font-size: 0.8em;
}

.payment-options .imgbgchk:checked + label>.tick_container{
    opacity: 1;
}

.clickable {
    cursor: pointer;
}

.payment-options img {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;
}
/*         aNIMATION */
.payment-options .imgbgchk:checked + label>img{
    /* transform: scale(1.25); */
    /* opacity: 0.7; */
    box-shadow: rgba(0 128 55 / 16%) 0px 3px 6px, rgb(0 128 55 / 23%) 0px 3px 6px;
}
.payment-options .tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}
.payment-options .tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.payment-review {
    transition: .5s ease;
}