.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-container .select2-selection--single{height:38px !important}.select2-container .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px !important;}
.custom-nav {
    justify-content: center !important;
    gap: 200px !important;
}
.progress-nav .progress {
    width: 25%;
    /* position: absolute; */
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1200px) {
    .progress-nav .progress {
        width: 53% !important;
    }
}
@media (max-width: 768px) {
    .progress-nav .progress {
        width: 64% !important;
    }
}
@media (max-width: 480px) {
    .progress-nav .progress {
        width: 50% !important;
    }
}
.progress-nav .nav .nav-link{
    z-index: 1;
    position: relative;
}
.progress-nav .progress{
    width: 500px;
}