.card-footers {
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
}
.card {
    box-sizing: border-box;
    padding: 2vh;
    border: none;
    border-radius: 10px;
    margin: 15px;
}
ul { list-style-type:none; }
h2.headingmain {
    font-weight: bold;
}
i.fas.fa-check {
    font-size: 16px;
}
small.price {
    font-size: 13px;
    position: relative;
    top: -6px;
    font-weight: 600;
}
/* click_theme */
.click_theme {position: relative; width: 100%; padding: 40px 0; background-color: #fff; }
.click_theme img { width: 100%; }
.click_theme h3 { font-size: 32px; margin-bottom: 20px; margin-top: 30px;}
.click_theme p { font-size: 20px; margin-bottom: 0; color: #717988; margin-bottom: 30px;}
.click_theme p:last-child { font-size: 16px; color: #262936; margin-bottom: 0; }
ul.price {
    margin: 0;
    font-size: 17px;
    padding-top: 10px;
}

h5.card-subtitle.mb-1 {
    font-size: 22px;
    font-weight: bold;
}
small.text-muted {
    font-weight: bold;
    background-color: #ffeea9;
    color: #111 !important;
}

p.card-text {
    font-size: 11px;
    font-weight: bold;
}

.btn-dark {
    color: #dae0e5;
    font-size: 13px;
    font-weight: bold;
}

.btn.nxt {
    background: #fff;
    border: 2px solid #dae0e5;
    color: #6c757d;
    font-size: 13px;
    font-weight: bold;
}
.card-footer {
    background: #fff;
    border: none;
    outline: none;
}
.container.d-flex {
    font-family: gdsherpa,Helvetica,Arial,sans-serif;
}
li {
    padding: 5px 0;
}
