/*--- some global css--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


.container{
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

ol,
ul, li {
    list-style: none;
}

*,
 :before,
 :after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {   
    font-family: 'Roboto', sans-serif;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*--- some global css end--*/


.border-page{
    border: 1.5px solid black;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sample-question{
    background-color:  #ffc107;
    width: 12rem;
    text-align: center;
    padding: 0.5rem;
    align-items: center;
    margin-left: 35%;
    margin-top: 1rem;
    box-shadow: 2px 3px 6px black;
}
.pagination_color{
    background-color:  #ffc107;
    width: 11rem;
    text-align: center;
    padding: 0.5rem;
    align-items: center;
    margin-left: 35%;
    margin-top: 1rem;
    box-shadow: 2px 3px 6px black;
}
.pagination_sample_question{
    width: 11rem;
    text-align: center;
    padding: 0.5rem;
    align-items: center;
    margin-left: 35%;
    margin-top: 1rem;
}
.pagination_sample_question_new {
    width: auto;
    align-items: center;
    margin-right: 60%;
    margin-top: 1rem;
    background-color: #6c5ce7;
    padding: 12px;
}
.pagination_sample_question_anchor {
    color: #fbfbfd;
}
li.activeLi {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.question{
    width: 100%;
    margin: 2rem 0rem;
    font-size: 1rem;
    font-weight: 500;
}
.Answer{
    width: 80%;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin: 1rem 0rem;
}
.parts-que{
    font-weight: 500;
}
/*----table---*/
table{
    width: 100%;
}
th{
    font-weight: 500;
    padding: 1rem 0;
}
td{
    padding: 0.6rem 0rem;
    margin-left: 0.5rem;
}

table, th, td {
    border: 1.5px solid black;
    border-collapse: collapse;
    text-align: center;
  }