.client-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    font-style: italic;
}
.owl-carousel .owl-item img{
    height: 200px !important;
}
.select2-results__option[aria-selected]{
    color:#000 !important;
}
.select2-results__option[aria-selected] {
    color: #000 !important;
}

.progress-indicator>li.completed .bubble:before {
    top: 22px !important;
}

.progressss {
    cursor: pointer;
}

.completed .fa-check-circle {
    opacity: 0;
}

.progress-indicator>li .bubble:after,
.progress-indicator>li .bubble:before {
    top: 22px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: transparent;
}

.swiper-slide {
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-slide h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.invalid{
    color: red;
    font-weight: bold;
}
.progress-indicator>li .bubble:after,
.progress-indicator>li .bubble:before {
    height: 2px !important;
    background-color: red !important;
}
.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 999999;
}
.client-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    font-style: italic;
}