body{
 overflow-y: hidden;
}
/* Base loader animation */
#ajax_loading_base {
  display: block;
}
.slct_exam_Page {
  background: #f3f8fe;
}
.slct_exam_heading {
  color: #060814;
  font-size: 50px;
  font-weight: 500;
  margin-top: 57px;
  text-align: center;
}
.slct_exam_border_line {
  background: #f76b54;
  height: 2px;
  width: 64px;
  margin: 0 auto 17px;
}
.slct_exam_series_exam {
  width: 21%;
  float: left;
  display: flex;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(95, 95, 95, 0.2), 0 6px 20px 0 rgba(146, 146, 146, 0.2);
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 10px;
  transition: all .3s ease-in;
  margin: 18px 10px;
  height: 124px;
  cursor: pointer;
}
:dir(rtl).slct_exam_series_exam {
  float: right;
}
.tst_exam_center {
  /* display: table-cell; */
  /* vertical-align: middle; */
  display: flex;
align-items: center;
margin: auto;
justify-content: center;
width: 100%;
}
.tst_exam_center h4 {
  text-overflow: ellipsis;
}
.slct_exam_series_exam h4 {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
    text-overflow: ellipsis;
}
.slct_exam_series_exam p {
  color: #96a4b6;
  font-size: 16px;
}
.slct_exam_series_exam hr {
  border-top: 2px solid #f18104;
  width: 19%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slct_exam_series_exam:hover {
  background-color: #060913;
}
.slct_exam_series_exam:hover.slct_exam_series_exam h4 {
  color: #fff;
}
.slct_exam_text_detail h3 {
  font-family: 'Poppins-semibold';
  color: #000;
  font-size: 27px;
}
.slct_exam_text_detail p {
    color: #95a4b7;
    font-size: 21px;
}
.slct_exam_text_detail a {
  text-decoration: none;
}
.slct_exam_text_detail {
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin: 67px 0;
}
.active {
  background-color: #060913;
}
.active h4 {
  color: #fff;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.slct_exam_more {
  color: #3392e3;
}
.attempt_testBtn {
  background: #43c45f;
  border: 1px solid #43c45f;
  font-family: 'Poppins-semibold';
  font-size: 20px;
  padding: 8px 39px;
  margin: 28px auto 19px;
}
.attempt_testBtn:hover {
    background: #3eab56;
    border: 1px solid #3eab56;
}
.TSeries_Breadcrumb {
  background-color: #495271;
}
/*breadcrumb start*/
ul.TS_breadcrumb_div {
  padding: 16px 16px;
  list-style: none;
  margin: 0 0 0 0;
}
ul.TS_breadcrumb_div li {
  display: inline;
  font-size: 16px;
  color: #fefffd;
  font-family: 'Poppins-semibold';
}
ul.TS_breadcrumb_div li + li::before {
  padding: 4px;
  color: #e0dedf;
  content: "\003e";
}
ul.TS_breadcrumb_div li a {
    color: #c8c9ce;
    text-decoration: none !important;
    font-family: 'Poppins-Medium';
}
ul.TS_breadcrumb_div li a:hover {
    color: #fff;
}
/*breadcrumb end*/
@media (min-width: 280px) and (max-width: 767px){
.slct_exam_heading {
  font-size: 25px;
}
.slct_exam_series_exam {
  width: 43%;
}
.slct_exam_text_detail p {
  font-size: 17px;
}
.slct_exam_text_detail h3 {
  font-size: 22px;
}
.attempt_testBtn {
  font-size: 17px;
  padding: 6px 30px;
}
.slct_exam_Page {
  height: auto;
  min-height: auto;
}
}
.add_margin_buttom {
  margin-bottom: 60px;
}

/* Hide footer to solve the CLS issue */
footer {
  display: none;
}