.registration-info {
    background-image: url("../assets/static/images/top-bg.webp");
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    height: 280px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 10px;

}

.registration-info .main-heading {
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.registration-info .description {
    font-size: 16px;
    text-align: center;
}

.hr-line {
    background-color: red;
    width: 200px;
    border: none;
    margin: 0 auto;
    height: 4px;
    margin-bottom: 20px;
}


.registration-wrapper {
    margin-bottom: 40px !important;
}

.wizard-step {
    display: none;

}

.wizard-step h5 {
    text-align: left;
    color: rgb(188, 1, 1);
    margin-bottom: 20px;
}

.wizard-step.active {
    display: block;
}

.step-count-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(59, 59, 59);
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.step-link {
    color: rgba(59, 59, 59, 0.44) !important;
    border: none !important;
    transition: all 0.3s ease;
    font-weight: bold;
    background: none !important;

}



.step-link:hover .step-count-icon {
    border: 1px solid rgb(188, 1, 1) !important;
    color: rgb(188, 1, 1);
}

.step-item {
    display: block;
    text-align: center;
}

.step-tabs .step-link.active {

    color: rgb(188, 1, 1) !important;
    border: none;
}

.step-tabs .step-link.active .step-count-icon {
    background-color: rgb(188, 1, 1) !important;
    color: #fff;
    border: 1px solid rgb(188, 1, 1) !important;
}



.stpper-form-wrap {
    position: relative;
    z-index: 1;
    padding-left: 0px !important;
}

.step {
    margin-bottom: 20px;
}

.step-line {
    background-color: rgba(59, 59, 59, 0.148);
    position: absolute;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    margin: 0 auto !important;
}

.line-1 {
    left: 50%;
    width: 86%;
    top: 32px;
}

.line-2 {
    left: 50%;
    width: 60%;
    top: 116px;
}

.step-card-body {
    position: relative;
    padding: 20px 0 !important;
}

.custom-container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;


}

.line-3 {
    display: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border: 1px solid rgb(188, 1, 1) !important;
}

.Know-more-2 {

    background: none !important;
    border: 1px solid var(--secondary-color);
    padding: 10px 20px;
    border-radius: 10px;
    transition: background-color 0.3s;
    cursor: pointer;

    color: var(--secondary-color);
}

.Know-more-2:hover {
    background-color: var(--secondary-color) !important;
    color: #fff;
}
.form-label{
   text-align: left!important;
}

.select2{
    width: 100% !important;
}

.select2-selection:not(.select2-selection--multiple){
    width: initial !important;
    height: 32px !important;
}
.select2-search{
    width: initial !important;
}
.select2-results{
    width: initial !important;
}
@media screen and (max-width: 1038px) {
    .line-2 {
        left: 51%;
        width: 500px;
        top: 116px;
    }
}

@media screen and (max-width: 991px) {
    .line-2 {
        left: 51%;
        width: 80%;
        top: 118px;
    }

    .line-3 {
        display: block;
        width: 20%;
        top: 199px;
    }

    .registration-info {
        margin-top: -10px !important;
        /*height: 50px !important;*/
    }
}

@media screen and (max-width: 781px) {
    .line-2 {
        left: 51%;
        width: 80%;
        top: 160px;
    }

    .line-3 {
        display: block;
        width: 20%;
        top: 260px;
    }
}

@media screen and (max-width: 768px) {
    .line-1 {
        display: none;
    }

    .line-2 {
        display: none;
    }

    .line-3 {
        display: none;
    }
}