body{
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  color: #121212;
}
.f-w-B{
  font-weight: bold;
}
.f-w-BK{
  font-weight: 900;
}
.f-w-M{
  font-weight: 500;
}
.main_wrap{
  width: 720px;
  margin: 0 auto;
}
.tital {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: rgb(71, 82, 92);
}
.content{
  margin-top: 30px;
}
.content p {
  font-size: 20px;
  line-height: 28px;
  color: rgba(71, 82, 92, 0.7);
}
.content a{
  color: rgba(71, 82, 92, 0.7);
  text-decoration: underline;
}
.content a:hover{
  color: rgba(71, 82, 92, 0.7);
}
.mexft {
  width: 100%;
  padding: 8px 16px;
  background-color: #f2f2f2;
  box-shadow: rgb(0 0 0 / 10%) 0px -1px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}
.startBtn{
  font-weight: 700;
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
  border: 1px solid transparent;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
  padding: 8px 18px;
  min-height: 48px;
  background-color: rgb(71, 82, 92);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  font-size: 24px;
  line-height: 32px;
  margin-right: 12px;
}
.startBtn:hover {
  background-color: rgb(99, 108, 117);
  color: #fff;
}
.press {
  font-size: 12px;
  line-height: 16px;
  color: rgb(71, 82, 92);
}

/*Ques Ans Page*/
.ques_ansWerap{
  height: 100vh;
  width: 100%;
}
.ques_ans_Cont{
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
}
.ques{
  font-size: 24px;
  line-height: 32px;
  color: rgb(71, 82, 92);
}
.quesRext .num {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 3px;
  left: -34px;
}
.quesRext .num span{
  font-weight: normal;
}
.ansRect {
  margin-top: 32px;
}
.bXMvPU * {
  -webkit-tap-highlight-color: transparent;
}
.bXMvPU *, .bXMvPU ::before, .bXMvPU ::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
.ansRect_mb {
  outline: none;
}
.iPMduk {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(71, 82, 92, 0.1);
  box-shadow: rgb(71 82 92 / 60%) 0px 0px 0px 1px inset;
  color: rgb(71, 82, 92);
  max-width: 100%;
  min-width: 75px;
  min-height: 40px;
  outline: 0px;
  padding: 4px;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
  width: 100%;
  cursor: pointer;
  opacity: 1;
}

.ansRect1 {
  display: inline-flex;
  margin: 0px 0px -8px;
  list-style: none;
  padding: 0px;
  flex-flow: column wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  max-width: 100%;
  min-width: 251px;
}
.ansRect_bg {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(71, 82, 92, 0.1);
  box-shadow: rgb(71 82 92 / 60%) 0px 0px 0px 1px inset;
  color: rgb(71, 82, 92);
  max-width: 100%;
  min-width: 75px;
  min-height: 40px;
  outline: 0px;
  padding: 4px;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
  width: 100%;
  animation: 0.25s ease 0s 2 normal none running jBPXGM;
  cursor: pointer;
  opacity: 1;
  margin-bottom: 8px;
}
.ansRect_bg:hover {
  background-color: rgba(71, 82, 92, 0.1);
  box-shadow: rgb(71 82 92 / 80%) 0px 0px 0px 2px inset;
  color: rgb(71, 82, 92);
}
.ansRect_bg[data-selectable="true"]:hover:not([aria-disabled="true"]), .ansRect_bg[data-force-hovered="true"] {
  background-color: rgba(71, 82, 92, 0.3);
}
.optAlphaBet {
  display: flex;
  align-self: flex-start;
  margin: 4px 8px 0px 4px;
}
.optAlphaBetBg {
  position: relative;
  width: 24px;
  min-width: 22px;
  height: 24px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  font-family: sans-serif;
  border-color: rgb(71, 82, 92);
  background-color: rgb(71, 82, 92);
  color: rgb(255, 255, 255);
}
.optAlphaBet_posi {
  position: absolute;
  right: 0px;
}
.optAlphaBetBg1 {
  height: 24px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  color: rgb(71, 82, 92);
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.ansRect_bg:hover .optAlphaBetBg1 {
  height: 24px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  border-color: rgb(71, 82, 92);
  background-color: rgb(71, 82, 92);
}
.optAlphaBetKey {
  display: none;
  padding-left: 7px;
  white-space: nowrap;
  color: rgb(255, 255, 255);
}
.optAlphaBetKey_opt {
  width: 22px;
  height: 22px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.ansRect_mb:hover:not([aria-disabled="true"]) .optAlphaBetKey {
  display: block;
}
.itjXKH {
  margin-right: -4px;
  flex-shrink: 0;
  padding: 0px 12px 0px 20px;
  opacity: 0;
}
.ansOptText_MP {
  margin-right: -4px;
  flex-shrink: 0;
  padding: 0px 12px 0px 20px;
  opacity: 1;
}
.ansOptText {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 0%;
  min-width: 75px;
  text-align: left;
  padding-left: 0px;
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  font-size: 16px;
  line-height: 28px;
}

.dhiTWl {
  position: relative;
}
.okBtnMAr {
  margin-top: 16px;
}
.okBtnOpaci {
  opacity: 1;
  display: block !important;
}
.okBtnTextpost {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.bGrrcg {
  position: relative;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
  outline: none;
  border: 1px solid transparent;
  margin: 0px;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
  padding: 6px 14px;
  min-height: 40px;
  background-color: rgb(71, 82, 92);
  color: rgb(255, 255, 255);
  border-radius: 4px;
}
.okBtnwidt {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  transition: all 0.2s ease 0s;
}
.bGrrcg::after {
  position: absolute;
  content: " ";
  inset: 0px;
  transition: all 0.1s ease-out 0s;
}

.okbtnml {
  margin-left: 8px;
  transition: all 0.2s ease 0s;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.okbtnml svg {
  display: block;
  fill: rgb(255, 255, 255);
  transition: fill 0.2s ease 0s;
}
.bGrrcg:hover {
  background-color: rgb(99, 108, 117);
}
.okPress {
  display: none;
}
.lmqdmj {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  font-size: 12px;
  line-height: 16px;
  color: rgb(71, 82, 92);
  font-family: sans-serif;
}
.okPress_whtspac {
  white-space: nowrap;
}
.okPress_inline {
  display: inline-block;
}
.okPressf-s {
  margin: 0px;
  max-width: 100%;
  font-weight: unset;
  font-size: 12px;
  line-height: 16px;
  color: rgb(71, 82, 92);
  font-family: sans-serif;
}


.page-link {
  padding: .5rem .75rem;
  color: #007bff;
  border: 1px solid #dee2e6;
  background-color: rgb(71, 82, 92);
  width: 36px;
  height: 32px;
  color: #fff;
}
.pagination{
  position: absolute;
  right: 52px;
  bottom: 0px;
}

/*Responsive Media Quries*/
@media (min-width: 1200px){}
@media (max-width: 1299px){}
@media (max-width: 1199px){

}
@media (max-width: 991px){

}

@media (max-width: 767px) { 
  .main_wrap{
    width: 100%;
  }
  .content p {
    font-size: 16px;
  }
  .tital {
    font-size: 22px;
  }
  .startBtn {
    padding: 0px 18px;
    border-radius: 4px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .tital {
    font-size: 28px;
  }
  .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .main_wrap {
    width: 100%;
    padding: 0px 43px;
  }
  .ques {
    font-size: 20px;
    line-height: 28px;
  }
}
