.paln-caerd {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.146);
    border-radius: 10px;
}

.text-center-paln {
    border-bottom: 1px solid rgba(0, 0, 0, 0.315);
    padding: 1.5vmax 0 1vmax 0;
}

.text-center-paln span {
    color: #2E3192;
    font-weight: 600;
}

.text-center-pal {
    text-align: center;
}

.text-center-paln h4 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 800px) {
    .text-center-paln h4 {
        font-size: 18px;
    }
}

.paln-caerd-bottom {
    padding: 1vmax;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.066);
    border-radius: 10px;

}

.text-center-pal h4 {
    font-size: 34px;
    color: black;
}

.text-center-pal h5 {
    font-weight: 600;
}

.text-center-pal h5 del {
    font-weight: 500;
}

#color1 {
    color: #E52B8D;
}

#color2 {
    color: #4E49E9;
}

#color3 {
    color: #89EA5F;
}

.card-left-plan {
    display: flex;
    align-items: center;
    gap: 2vmax;
}

.card-left-plan-main-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.274);
}

.card-left-plan p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}

.card-left-plan-main {
    align-items: center;
    /* padding: 1vmax 0; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.274);
}


.card-left-plan i {
    font-size: 20px;
    color: rgba(137, 43, 226, 0.753);
    cursor: pointer;
}

.check-box-new i {
    font-size: 24px;
    font-weight: 900;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .check-box-new i {
        font-size: 16px;
    }

    .check-box-new {
        text-align: center;
    }
}

.ri-check-fill {
    color: #4AC851;
}

.ri-close-line {
    color: #F44336;
    position: relative;
}

.ri-error-warning-line {
    position: relative !important;
}

.ri-error-warning-line p {
    font-size: 12px;
    color: black;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.242);
    padding: .5vmax;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    width: 20vmax;
    top: -3.5vmax;
    left: 0;
}

.ri-error-warning-line:hover p {
    opacity: 1;
    visibility: visible;

}

.new-o {
    font-size: 12px;
}
.card-left-plan-main .col-4{
    padding-top: .5vmax ;
    padding-bottom: .5vmax;
}
.card-left-plan-main .col-4 h5{
    font-weight: 500;
}