.option-wrap label {
    border: 1px solid #CED4DA;
    border-radius: 6px;
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: .3s ease;
}
.option-wrap label p {
    display: block;
    width: 100%;
}
.option-wrap input[type="radio"] {
    display: none;
}
.option-wrap label:hover,
.option-wrap label:focus,
.option-wrap input[type="radio"]:checked + label {
    transition: .3s ease;
    border: 1px solid #6A6CFF;
    background: linear-gradient(139.76deg, rgba(218, 217, 255, 0.16) 3.52%, rgba(183, 113, 255, 0.24) 96.48%);
}
.option-wrap label div {
    padding: 20px 10px;
    background-image: url(../img/new/tabler_arrow-narrow-right.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -50% 100%;
    transition: .5s ease;
}
.option-wrap label:hover div,
.option-wrap input[type="radio"]:checked + label div {
    background-position: 50% 100%;
    transition: .5s ease;
}
.fw-semibold {
    font-weight: 600;
}
.dashed-divider {
    border-bottom: 2px dashed #d9d9d9;
}
.feature-form {
    text-align: center;
}
.feature-form img {
    margin-bottom: 5px;
}
.feature-form p {
    font-size: 16px;
    margin-bottom:0;
    color: #4d4d4d;
}
.feature-form span {
    color: #929490
}
div.frame-wrap {
    max-width: 30rem;
}
.form-group-c .input-group-text {
    height: 100%;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
}
section.page-header {
    padding-top: 5rem;
}
.color-y {
    color: #FFBE00;
}
.main-banner h1 {
    font-size: 40px;
}
.banner-list, .banner-list li {
    list-style-type: none;
}
.banner-list li {
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 12px;
}
.banner-list li .position-absolute {
    left: 0;
    width: 24px;
}
div.progress-bar {
    background: linear-gradient(180deg, #6A6CFF 0%, #5E51C4 100%);
}
.frame-wrap-form {
    border: 6px solid rgba(189, 113, 255, .1);
    max-width: 516px;
    border-radius: 16px;
    padding: 20px;
}
.arrow-wrap .btn.disabled, .arrow-wrap .btn:disabled, .arrow-wrap fieldset:disabled .btn {
    background-color: transparent;
    border: 1px solid rgba(106,108,255,.5);
    color: rgba(106,108,255,.5);
    opacity: 1;
}
.input-invalid, .input-invalid:focus {
    box-shadow: 0 0 0 .25rem rgb(241 158 158 / 25%) !important;
    border-color: #f1b8be !important;
}
#prev-arrw.btn {
    color: #bdbdbd;
    background: #fff;
    border-color: #e7dfdf !important;
    box-shadow: none;
}
.error-msg, .error-msg-radio {
    text-align: start;
}