@charset "utf-8";
@import '../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css';

.wrapper {
    display: inline-flex;
    list-style: none
}

.faq {
    background-color: #fff;

}

.faq h1 {
    /* background: linear-gradient(to top, #cc208e 0%, #6713d2 100%); */
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: .4rem;
    font-weight: bolder;
    margin-bottom: .2rem;
    text-transform: capitalize;
    padding: 10px 0;
}

.faq h2 {
    color: white;
    background-color: #040055;
    font-size: .35rem;
    font-weight: bolder;
    text-align: center;
    margin-top: .1rem;
    margin-bottom: .1rem;
    border-radius: .1rem;
    border: 1px solid #000;
}

.faq h3 {
    line-height: .64rem;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: .1rem;
    padding: 0 .3rem;
    color: rgb(167, 0, 0);
}

.faq h4 {
    line-height: .64rem;
    font-size: .3rem;
    font-weight: bolder;
    margin-bottom: .1rem;
    padding: 0 .3rem;
}

.faq b {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: .1rem;
}

.faq p {
    padding-bottom: .1rem;
    line-height: .42rem;
    font-size: .32rem;
    padding: 0 .3rem;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}

.faq p a:link {
    color: blue;
}

.faq app_download {
	display: block;
	text-align: center;
	align-content: center;
	background: red;
	border-radius: 30px;
	color: #fff;
	font-weight: 900;
	margin: 10px auto;
	width: 4.05rem;
	height: .70rem;
	font-size: .3rem;
	border: 1px solid #000;
	cursor: pointer;
}

.tg {
	display: block;
    text-decoration: none;
	text-align: center;
	align-content: center;
	border-radius: 20px;
	color: #0088cc;
	width: 5.05rem;
	height: .70rem;
	font-weight: 600;
	border: 1.2px solid #0088cc;
	margin: 10px auto;
}

.tg i {
	font-size: .28rem;
}

.faq img {
    padding: 5px;
    margin-top: .25rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.faq .main_logo{
	align-items: center;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 27%;
}


.faq a:link {
    color: #0004fe;
    background-color: transparent;
    text-decoration: none;
}

.bg {
    background: #fff;
}

.faq a:visited {
    color: #0278d3;
    background-color: transparent;
    text-decoration: none;
}

.faq a:hover {
    color: #0091ff;
    background-color: transparent;
    text-decoration: underline;
}

.faq a:active {
    color: #0091ff;
    background-color: transparent;
    text-decoration: underline;
}

.allludoapp_article {
    background-color: #fff;
    margin-right: .18rem;
    margin-left: .18rem;
    margin-top: .2rem;
}

.blog_list {
    padding-top: .1rem;
    padding-bottom: 1rem;
    margin-left: -.11rem;
    margin-right: -.11rem;
}

hr {
    color: #000;
    border: 1px solid #000000;
    opacity: 100%;
}

.faq ol {
    list-style: none;
    counter-reset: item;
    margin-left: .25rem;
}

.faq li {
    counter-increment: item;
    line-height: .42rem;
    font-size: .3rem;
    margin-left: .4rem;
}

.faq li:before {
    content: counter(item) ". ";
    padding: .02rem;
    font-weight: 700;
}

.wrapper .icon {
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 20%;
    padding: 2px;
    margin: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

img {
    display: block;
    border: 0;
    height: auto;
    width: 100%;
}

#teenpatticlub {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: .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: #04AA6D;
    color: white;

}

hr {
    color: #000;
    border: 1px solid #000000;
    opacity: 100%;
}