@charset "utf-8";
@import "/assets/css/font-awesome.min.css";
.teen-patti-master-faq {
    margin: .15rem
}

blockquote {
    margin: .0001rem;
    display: block;
}

blockquote h2 {
    margin: .1rem 0 0 0;
    font-size: .35rem;
    font-weight: bold;
    line-height: .45rem;
    padding: .1rem .1rem .1rem .1rem;
    color: #000000;
    text-transform: capitalize;
}

blockquote h3 {
    margin: .1rem 0 0 0;
    font-size: .28rem;
    font-weight: bold;
    line-height: .45rem;
    padding: .1rem .1rem .1rem .1rem;
    color: #000000;
    text-transform: capitalize;
}

b {
    font-weight: bold;
}

a {
    color: blue;
    font-size: .20rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

blockquote p {
    font-size: .3rem;
    line-height: .42rem;
    padding: .1rem;
    text-transform: capitalize;
}

blockquote .download_btn {
    align-items: center;
    border-radius: 4px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

blockquote .post_images {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-top: .25rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%
}

blockquote .logo_img {
    width: 30%;
    margin-left: 35%;
}

.MasterTeenPatti-Item-List li {
    counter-increment: item;
    line-height: .42rem;
    font-size: .3rem;
    margin-left: .4rem;
}

.MasterTeenPatti-Item-List li:before {
    content: counter(item) ". ";
    padding: .02rem;
    font-weight: 700;
}

.TeenPatti_apps {
    margin-top: .1rem;
    text-align: center;
    font-size: .4rem;
    background: linear-gradient(140deg, #040817 0%, #151b2a 35%, #040817 100%);
    border: 1px solid #000;
    padding: 8px 0;
    font-weight: 700;
    color: #fff;
    border-radius: .1rem;
    margin-bottom: .1rem
}

img {
    display: block;
    border: 0;
    height: auto;
    width: 100%;
}

#teenpatticlub {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

#teenpatticlub td {
    border: 1px solid #000;
    padding: 8px;
    font-weight: bold;
}

#teenpatticlub th {
    border: 1px solid #000000;
    padding: 8px;
}

#teenpatticlub tr:nth-child(even) {
    background-color: #f2f2f2;
}

#teenpatticlub th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #014b30;
    color: white;
}

hr {
    color: #000;
    border: 1px solid #000000;
    opacity: 100%;
}