@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: 0;
        left: auto;
    }
}
.stripCard .titleArea-card {
    min-width: 155px;
}
.stripCard .resultStep-4 {
    max-width: calc(100% - 160px);
}
@media (max-width: 991px) {
    .image-frame-step-4 {
        margin-top: 15px;
    }
    .stripCard .resultStep-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .d-flex.bg-light.stripCard {
        flex-wrap: wrap;
    }
}
/* .loader {
    background: url(../images/loading29.gif) 50% 50% no-repeat #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1050;
    opacity: .5;
} */