.k-hp-li-details-item-wrapper svg {
    width: 28px;
    height: 28px;
    padding: 4px;
    background: #E0FFEA;
    border-radius: 50%;
}
.k-hp-li-register-wrapper svg {
    width: 22px;
    height: 22px;
}
.k-hp-pt-list-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.k-hp-pt-list-item-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
}
.kanos-home-price .kanos-home-banner-heading {
    text-align: center;
}
.k-hp-control-inner {
    display: flex;
    width: 280px;
    justify-content: space-between;
    padding: 4px;
    background: #E0FFEA;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}
.k-hp-control-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-hp-control-month-wrapper, .k-hp-control-year-wrapper {
    display: flex;
    flex: 0 0 49%;
    max-width: 49%;
    justify-content: center;
}
.k-hp-control-inner span {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    border-radius: 4px;
    transition: all 0.5s;
    font-size: 500;
    cursor: pointer;
    user-select: none;
}
.k-hp-control-inner span.active {
    background-color: #0CA138;
    color: #fff;
    font-weight: 700;
}
.k-hp-control-wrapper {
    margin: 36px 0 72px 0;
}
.k-hp-pt-list-item-inner {
    padding: 36px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    transition: all 0.25s;
}
.k-hp-pt-list-item-inner:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.k-hp-pt-li-name-wrapper {
    color: #0CA138;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
}
.k-hp-pt-li-price-wrapper span {
    color: #0CA138;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}
.k-hp-pt-li-price-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
}
.k-hp-li-details-item-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.k-hp-li-details-item-wrapper svg {
    margin-right: 6px;
}
.k-hp-li-details-item-wrapper b {
    margin-left: 4px;
}
.k-hp-li-register-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.k-hp-li-register-inner {
    display: flex;
    align-items: center;
    background: #FFA500;
    border-radius: 4px;
    border: 1px solid #FFA500;
    padding: 8px 16px;
    color: #004035;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.5s;
}
.k-hp-li-register-inner svg {
    margin-left: 8px;
}
.k-hp-li-register-inner:hover {
    background: #004035;
    color: #FFA500;
}
.k-hp-li-register-inner svg path {
    transition: all 0.5s;
}
.k-hp-li-register-inner:hover svg path {
    fill: #FFA500;
}
.k-hp-pt-list-center-item-wrapper .k-hp-pt-list-item-inner {
    background: #E5F8F0;
    margin-top: -36px;
    border: 1px solid #0CA138;
}
.k-hp-pt-list-center-item-wrapper .k-hp-li-details-item-wrapper svg {
    background: #fff;
}
