* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.hero_contentbx1 h2 span {
  text-decoration: underline;
  text-decoration-color: #000;
}

.bold_txt {
  font-weight: bold;
}

.hero_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  padding: 1.5em 0;
}
.box_1,
.box_2 {
  flex: 0 0 30%;
  max-width: 30%;
}
.box_1 {
  position: relative;
}
.box_1::after {
  content: "";
  position: absolute;
  top: 70%;
  right: -49px;
  transform: translateY(-50%);
  width: 30%;
  height: 3px;
  background-color: rgb(70, 12, 231);
  transform: rotate(25deg);
}
.box_1::before {
  content: "";
  position: absolute;
  top: 15%;
  right: -51px;
  transform: translateY(-50%);
  width: 137px;
  height: 3px;
  background-color: rgb(70, 12, 231);
  transform: rotate(331deg);
}
.box_background {
  background: rgb(91, 199, 198);
  background: linear-gradient(
    0deg,
    rgba(91, 199, 198, 1) 2%,
    rgba(255, 255, 255, 1) 100%
  );
}
.box_1 h3 {
  text-align: center;
}
.box_style {
  width: 100%;
  max-width: 350px;
  border: 1px solid #000;
  border-radius: 0.5em;
  padding: 0.5em;
}

.box_heading {
  text-decoration: underline;
  text-decoration-color: #000;
}

.sub_box_1 {
  margin-bottom: 1.5em;
}

.bullet {
  font-size: 1.5em;
  text-decoration: none;
  padding-right: 0.5em;
}
.text_bold {
  font-weight: bold;
}

/*main exams */
.mainexam-bx {
  border: 1px solid blue;
  padding: 1em;
  margin: 2em 0;
  position: relative;
}
.mainexam-bx .mainexam_heading,
.mainexam_heading2 {
  position: absolute;
  top: -18%;
  max-width: 600px;
  /* background: #fff; */
  border: 1px solid blue;
  padding: 0.2em;
}
.mainexam-bx .mainexam_heading2 {
  top: -7%;
  max-width: 350px;
}

.table_style,
.table_style  tr,
.table_style td
/* .table_style2,
.table_style2 thead th */ {
  border: 1px solid #000;
}
.table_style td
/* .table_style2 tbody td */ {
  padding: 0.5em;
}

.general_studies_heading {
  font-size: 1.2em;
}

/* ncert section */

.ncert_small_heading {
  color: #6166b3;
}

@media screen and (max-width: 575px) {
  .bullet {
    padding: 0.2em;
  }
  .mainexam-bx {
    margin-bottom: 3em;
  }
  .mainexam-bx .mainexam_heading {
    width: 83vw;
    height: 10vh;
    font-size: 16px;
  }
  .mainexam-bx .mainexam_heading2 {
    width: 83vw;
    height: 10vh;
    font-size: 17px;
  }
  .table_style {
    width: 100%;
  }
}
section > .container,
section > .container-fluid {
  padding-top: 40px;
  padding-bottom: 70px;
}

.nav-tabs li {
  padding: 0 !important;
  background: #e9a6a6 !important;
  color: #000;
  font-weight: bold;
}
.box-border {
  background: #e9a6a6 !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #e9a6a6 !important;
  border-color: #337ab7;
}
.qualifying_papers .dropdown-menu {
  padding: 0 !important;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background-color: transparent !important;
}

.bg-theme-color-2,
.line-bottom:after,
.line-bottom-center:after {
  background: #4e9f3d !important;
}

.green-text {
  font-weight: bold;
  color: rgba(22 219 3 / 92%) !important;
}

.ouestionbox {
  color: #000;
}
.question-heading {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}
.question-heading span {
  padding-right: 0.5em;
}
.answer {
  padding-bottom: 1em;
}
.answer-heading {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.answer ul li {
  display: flex;
  gap: 0.5em;
}
.answer ul li span:nth-child(1) {
  font-weight: bold;
  color: #000;
}
/* .answer ul li span:nth-child(2) {
  padding-left: 0.5em;
} */
.good-answer {
  color: #337ab7;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
}
.answerbox ul li span {
  position: relative;
  padding-right: 0.5em;
}
.answerbox ul li span::before {
  content: "";
  background: #000;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: inline-block;
}
.box-1 {
  border-radius: 8px;
}
.box-2 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
