.formError {
    margin-top: 40px !important;
    margin-left: 10px!important;
}

.swiper-wrapper {
    height: 380px;
}

.swiper-button-next, 
.swiper-button-prev {
    color: #FFD95A;
}

.swiper-pagination-bullet-active {
    background: #FFD95A;
}

.swiper-pagination-bullet {
    background: #FFD95A;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.plan-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    /*background: rgba(255,255,255,0.85);*/
    /*border-radius: 6px;*/
    padding: 5px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 10px;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
    margin-left: 11px;
}

.subscription_content img.checkarrow {
    position: inherit;
}

.compare-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    color: #353530;
    background: #ffffff;
}

/* Header */
.compare-table thead th {
    background-color: #f8f9fa;
    color: #353530;
    font-weight: bold;
    padding: 14px 12px;
    border-bottom: 2px solid #FFD95A;
    text-align: center;
}

/* Feature column */
.compare-table th:first-child,
.compare-table td:first-child {
    text-align: left;
    font-weight: 500;
    background: #fafafa;
    width: 30%;
}

/* Body cells */
.compare-table td {
    padding: 14px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

/* Row hover – very subtle */
.compare-table tbody tr:hover {
    background-color: #fffdf6;
}

/* Responsive */
@media (max-width: 768px) {
    .compare-table {
        font-size: 14px;
    }

    .compare-table td:first-child {
        min-width: 200px;
    }
}

/* Wrapper */
.table-responsive {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eeeeee;
}

.experience_level {
    background-color: #FFD95A;
    font-size: 18px;
    font-weight: 400;
}