.stepper-links.last button.btn.btn-lg.btn-light-primary.me-3 {
    display: none !important;
}

.help-block, .image-custom-required, .input-errors, .js-input-errors{
    color: red;
}

label.fw-semibold.text-muted {
    color: #252f4a !important;
}

.field-requireds
{
    border: 1px solid red;
}

.home .card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
    padding: 20px;
    width: 250px;
}

.home .card i {
    font-size: 3em;
    color: #007bff;
    margin-bottom: 10px;
}

.home .card h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.home .button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    margin-top: 20px;
}

.home .button:hover {
    background-color: #0056b3;
}

.home .welcome {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
}


.home .card:hover {
    background: #aed0ee;
    cursor: pointer;
}

/* stepper */
.sign-up-title h4 {
    text-align: center;
    color: #13263C;
    font-size: 24px;
    margin-bottom: 30px;
}

.stepper.stepper-links .stepper-nav {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #1B84FF0D;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.stepper-nav-inner {
    border: 1px solid #13263C1A;
    border-radius: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sign-up-main {
    max-width: 1078px;
    width: 100%;
    margin: auto;
}

.sign-up-main .card .card-body {
    padding: 10px;
}

.sign-up-main .stepper.stepper-links .stepper-nav .stepper-item:after {
    display: none;
}

.sign-up-main .stepper.stepper-links .stepper-nav .stepper-item {
    width: auto;
    margin: 0 auto;
    padding: 15px 0px;
    text-align: center;
}

.sign-up-main .stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
    color: #13263C;
}

.sign-up-main .stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
    margin: 0;
    color: #13263CA6;
}

.sign-up-main .stepper-item .stepper-title:before {
    background: #1B84FF59;
}

.sign-up-main .stepper-item.current .stepper-title:before {
    background: #1B84FF;
}

.form-head h2 {
    width: 100%;
    justify-content: center;
    text-align: center;
    color: #13263C;
    font-size: 22px;
    font-weight: 700;
}

.form-head p {
    text-align: center;
    color: #13263CA6;
    font-size: 16px;
}

.form-head p a {
    color: #1B84FF;
}

.thank-you-main {
    text-align: center;
    max-width: 435px;
    margin: auto;
}

.thank-you-main h2 {
    color: #13263C;
    font-size: 23px;
    margin-bottom: 10px;
}

.thank-you-main p {
    font-size: 16px;
    color: #13263CA6;
}

.business-box {
    background-color: #1B84FF0D;
    border-radius: 10px;
    padding: 20px;
}

.business-box .col-md-2 .btn {
    background-color: #1B84FF;
    color: #fff;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1B84FF !important;
}

.business-box .col-md-2 .btn.remove-more-director-details {
    background-color: transparent;
}

.business-box .col-md-2 .btn.remove-more-director-details i {
    color: #1B84FF;
    padding: 0;
}

.business-box .add-more-director-details i {
    color: #fff;
    padding: 0;
}

.thank-you-main h5 {
    color: #13263C;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

.thank-you-main .check-icon {
    background: #1DD47D1A;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.stepper-item:before,
.stepper-item:after {
    /* content: ''; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #d1d9e6;
}

.stepper-item:before {
    left: -50%;
}

.stepper-item:after {
    right: -50%;
}

.stepper-item:first-child:before {
    display: none;
}

.stepper-item:last-child:after {
    display: none;
}

.stepper-item.current:before,
.stepper-item.current:after {
    background-color: #aed0ee;
}



.stepper-item.current .stepper-title {
    font-weight: bold;
    color: #aed0ee;
}

.stepper-item .stepper-title:before {
    content: '\2713';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #fff;
    background-color: #aed0ee;
    border-radius: 50%;
    font-size: 16px;
}

.stepper-item.completed .stepper-title:before {
    background-color: #63a844 !important;
    color: white !important;
}

.stepper-item:not(.current) .stepper-title:before {
    background-color: #e7f0fd;
    color: #aed0ee;
}

.btn.btn-light-primary {
    color: white;
    border-color: #676866;
    background-color: #676866;
}

.btn.btn-light-primary i,
.btn.btn-light-primary .svg-icon {
    color: white;
}

.btn-check:checked+.btn.btn-light-primary,
.btn-check:active+.btn.btn-light-primary,
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.show>.btn.btn-light-primary {
    color: black;
    border-color: #f5c7dd;
    background-color: #f5c7dd !important;
}

.btn-check:checked+.btn.btn-light-primary i,
.btn-check:checked+.btn.btn-light-primary .svg-icon,
.btn-check:active+.btn.btn-light-primary i,
.btn-check:active+.btn.btn-light-primary .svg-icon,
.btn.btn-light-primary:focus:not(.btn-active) i,
.btn.btn-light-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-light-primary:hover:not(.btn-active) i,
.btn.btn-light-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-light-primary:active:not(.btn-active) i,
.btn.btn-light-primary:active:not(.btn-active) .svg-icon,
.btn.btn-light-primary.active i,
.btn.btn-light-primary.active .svg-icon,
.btn.btn-light-primary.show i,
.btn.btn-light-primary.show .svg-icon,
.show>.btn.btn-light-primary i,
.show>.btn.btn-light-primary .svg-icon {
    color: black;
}

.help-color {
    color: #9b6733 !important;

}

@media (max-width: 767px) {
    .stepper-nav {
        display: none !important;
    }

    .singin-first {
        order: 2;
    }

    .menu-logo-mobile a.home-logo {
        margin: 0 auto;
        left: -20px;
        position: relative;
    }

    .menu-logo-mobile .home-logo .logo-default {
        height: 175px !important;
    }

    .d-flex.flex-column-fluid.flex-lg-row-auto.justify-content-center.justify-content-lg-end.p-12.singin-second {
        width: 100%;
    }

    .bg-body.d-flex.flex-column.flex-center.rounded-4.w-100.w-md-600px.p-10.mx-auto {
        width: 100%;
    }

    .d-flex.flex-center.flex-column.align-items-stretch.h-lg-100.w-md-400px.mx-auto {
        width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

    .landing-header {
        height: 100px !important;
    }

    .home .card {
        width: 158px;
        min-height: 131px;
    }
}

label.form-label,
label.col-form-label
{
    font-size: 1.15rem !important;
    font-weight: 600 !important;
}
.form-control:not(.flatpickr-input)[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}
.table .badge {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    line-height: 1.3;
    padding: 0.35rem 0.5rem;
    margin-bottom: 1px;
}

