.faq {
    background-color: #fff;
    padding: 0 18px;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height .2s ease-out;
}

.lashfaq {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
    /* height: 100%; */
}

.technowbabaji_com h4 {
    line-height: .64rem;
    margin-bottom: .1rem;
    padding: 0 .1rem;
    font-size: .32rem;
    font-weight: 700;
}

.technowbabaji_com h2 {
    line-height: .64rem;
    margin-bottom: .1rem;
    padding: 0 0rem;
    font-size: .42rem;
    font-weight: 700;
}

.technowbabaji_com h3 {
    line-height: .64rem;
    font-size: .37rem;
    padding: 0 0.1rem;
    font-weight: 700;
    margin-bottom: .1rem;
}

.technowbabaji_com b {
    font-size: 15px;
    margin-bottom: .1rem;
    font-weight: 700;
}

.technowbabaji_com p {
    padding-left: .1rem;
    line-height: .52rem;
    font-size: 0.3rem;
    color: #0e0e0e;
}

.technowbabaji_com p a:link {
    color: red;
}

.technowbabaji_com .article-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
}

.technowbabaji_com a:link {
    color: #2528ff;
    background-color: transparent;
    text-decoration: none;
}

.bg {
    background: #fff;
}

.technowbabaji_com a:visited {
    color: #0278d3;
    background-color: transparent;
    text-decoration: none;
}

.technowbabaji_com a:hover {
    color: #0091ff;
    background-color: transparent;
    text-decoration: underline;
}

.technowbabaji_com a:active {
    color: #0091ff;
    background-color: transparent;
    text-decoration: underline;
}

.technowbabaji_com img {
    display: block;
    width: 100%;
    margin-top: 0.16rem;
}

.technowbaba_article {
    background-color: #fff;
    margin-left: .18rem;
    margin-right: .18rem;
    margin-top: .2rem;
}

.vlog_list {
    padding-bottom: 1rem;
    padding-top: .1rem;
    margin-left: -.11rem;
    margin-right: -.11rem;
}

hr {
    opacity: 30%
}

.faqh1 {
    padding: 10px 0;
    background: purple;
    font-size: .25rem;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 0.01rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.superrummyappfaq {
    background-color: #555a71;
    color: #fff;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    cursor: pointer;
    padding: 18px;
}

.superrummyappfaq:after {
    content: '\002B';
    color: #fff;
    margin-left: 5px;
    font-weight: 700;
    float: right;
}

.active:after {
    content: "\2212"
}

.content {
    padding: 0 18px;
    transition: max-height .2s ease-out;
    background-color: #f1f1f1;
    max-height: 0;
    overflow: hidden;
}

.technowbabaji_com ol {
    list-style: lower-roman;
    counter-reset: item;
    margin-left: 0.39rem;
}

.technowbabaji_com li {
    /* counter-increment: item; */
    font-size: .28rem
}

/* .technowbabaji_com li:before {
    content: counter(item);
    margin-right: .1rem;
    font-size: 80%;
    color: #181818;
    padding: 3px 8px;
    border: .03rem #1b1b1b solid;
    border-radius: 12px
} */

.technowbabaji_com table {
    border-collapse: collapse;
    margin-bottom: .25rem;
    font-size: .3rem;
    width: 100%;
    background-color: #f9f9f9;
}

.technowbaba_in th,
.technowbabaji_com td {
    padding-left: 8px;
    border: 1px solid #ddd;
    padding: 0 .3rem;
    text-align: left;
}

.technowbabaji_com .open_hidden2 i.up {
    border-top-color: transparent;
    border-bottom-color: #0091ff;
    top: -.04rem;
}

.article {
    padding: 11px 0;
    background: #4285f4;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: .5rem;
    margin-top: 0.5px;
    font-size: .3rem;
    font-weight: 700;
}

.content_article {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    background-color: #f1f1f1;
    padding: 0 18px;
}