.js-open-mdpOublie {
    cursor: pointer;
}


@media (max-width: 768px) {
    .btn-responsive {
        margin-left: 25%;
        font-size: 80%;
        line-height: 1;

    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        margin-left: 25%;
        font-size: 90%;
        line-height: 1.2;
    }
}

.u-search__item {
    padding: 7px;
}

.u-search__item:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

.faq-wise {
    text-align: justify;
}

.btn-outlined {
    color: #FB287F;
    background-color: #ffffff;
    border-color: #FB287F;
}

.togglePass {
    cursor: pointer;
}
