/* Global */
h2, h4 {
color: #b63b38;
font-weight: 600;
}

code {
background: #eee;
padding: 10px;
border-radius: 5px;
display: block;
}

/* Login Form Container */
#otpaccessForm, #pinaccessForm {
display: none;
}

/* FAQ Container */
.faq.bg-primary {
background-color: transparent !important;
}

.faq .faq-list {
padding: 0;
list-style: none;
}

.faq .faq-list li {
background-color: #eee;
margin-bottom: 10px;
border-radius: 10px;
padding: 10px 40px;
}

.faq .faq-list a {
display: block;
position: relative;
font-size: 16px;
font-weight: 600;
color: #333333;
text-decoration: none;
}

.faq .faq-list i {
font-size: 16px;
position: absolute;
left: -25px;
top: 6px;
transition: 1s;
}

.faq-title {
text-align: center;
font-size: 17px;
border-bottom: 2px dashed #ffffff;
margin-bottom: 30px;
padding-bottom: 10px;
color: #ffffff;
}

.faq .faq-list p {
padding-top: 5px;
margin-bottom: 20px;
font-size: 15px;
}

.collapsed i.fas.fa-arrow-up {
transform: rotate(180deg);
}


.center-mobile-left {
text-align: left;
}


.center-mobile-right {
text-align: right;
}

.btn {
padding: .375rem .50rem;
}

@media (max-width: 767px) {
.center-mobile-left {
text-align: center;
margin: 0 auto;
}

.center-mobile-right {
text-align: center;
}
}

.statHeading {
background: #ccc;
padding: 10px;
}

.statSubHeading {
color: #222;
font-weight: 600;
padding: 5px 20px;
background: #eee;
}

.tabs {
max-width: 100%;
margin: 0 auto;
padding: 0;
}

#tab-button {
display: table;
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}

#tab-button li {
display: table-cell;
width: 25%;
}

#tab-button li a {
display: block;
padding: .5em;
background: #eee;
border: 1px solid #ddd;
text-align: center;
color: #000;
text-decoration: none;
}

#tab-button li:not(:first-child) a {
border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
border-bottom-color: transparent;
background: #fff;
}

.tab-contents {
padding: .5em 2em 1em;
border: 1px solid #ddd;
}

.tab-button-outer {
position: relative;
z-index: 2;
display: block;
}

.tab-select-outer {
display: none;
}

.tab-contents {
position: relative;
top: -1px;
margin-top: 0;
}