.subcription-box {
    background-color: #EEF7F8;
    padding: 15px;
    border: 1px solid #fff;
}

.subscription-wrapper {
    background-color: #fff;
}

.subcription-box h6 {
    font-weight: 600;
}

.bottom-end {
    background-color: #5ED73F !important;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-end .level {
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.bottom-end p,
.bottom-end span {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.bottom-end i {
    color: #fff;
    padding-left: 8px;
}

.customized-section {
    background-color: #fff;
}

.customized-box {
    background-color: #EEF7F8;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.customized-box h6 {
    color: #002684;
    font-weight: 600;
    font-size: 16px;
}

.Choose-kal {
    font-size: 20px;
    font-weight: 600;
}

.customized-box p {
    color: #000;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #002684 !important;
    border-color: #002684 !important;
}

.form-check-input {
    border: 1px solid #212529 !important;
}

.subscription-wrapper .form-check-input[type=checkbox] {
    border-radius: 50% !important;
}

.number {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 30px;
    justify-content: center;
}

.number input[type="text"] {
    width: 25px;
    text-align: center;
    border: none !important;
    color: #84CA28;
    background-color: transparent;
}

.number input[type="text"]:focus-visible {
    border: none !important;
}

.number span {
    cursor: pointer;
    border-radius: 3px;
    color: #84CA28;
}

tfoot {
    border-top: 1px solid #ccc;
}

tfoot td {
    font-weight: 600;
}

.add-table th,
.add-table td {
    background-color: #EEF7F8 !important;
}

.add-table h4 {
    font-size: 14px;
    font-weight: 600;
    color: #002684;
}

.add-table ul {
    padding: 0 !important;
    margin: 0;
}

.add-table th {
    font-weight: 600;
    color: #002684 !important;
}

.add-table ul li {
    list-style: none;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
}
.select-Tag{
    border:none;
    outline:none;
    background-color:#EEF7F8;
    font-size: medium;
    font-weight: bold;
}
