.star_colr{
  color: #FF9415;
}


.the_mobile_fooeter {
  position: fixed;
  bottom: 0px;
  left: 0px;
  min-height: 20px;
  z-index: 999;
  color: #fff !important;
  background: -webkit-linear-gradient(0deg, #2d3e33 0%, #243F31 100%);
  box-shadow: 2.419px 9.703px 12.48px 0.52px rgb(232 58 153 / 50%);
}

.the_mobile_fooeter col {
  padding: 3px;
}

.the_9osp_s {
  font-size: 27px !Important;
  margin-bottom: 10px;
  color: #fff;
}

.themain_leoafers {
  background: rgba(0, 0, 0, 0.72);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

.themains_s90s {
  width: 90px;
  height: 90px;
  margin: 50% auto;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.themains_s90s img {
  width: 60px;
}

.the_mobile_fooeter a {
  color: #fff !important;
}.the_mobile_fooeter small {
  color: #fff !important;
}

.scrollClass{
  overflow-x: auto; 
  max-height: 650px;
}

.q_number_34{background: #333;border-radius: 4px;min-width: 39px;text-align: center;color: #fff;}
.q_number_skip{background: #157347;border-radius: 4px;min-width: 39px;text-align: center;color: #fff;}
.q_number_review{background: #FFCA2C;border-radius: 4px;min-width: 39px;text-align: center;color: #fff;}
.q_number_answer{background: #0B5ED7;border-radius: 4px;min-width: 39px;text-align: center;color: #fff;}

.the_tag_90ss{background: #f3f4f8;border: 2px solid #fff;color: #000;font-size: 17px; font-weight: bold;}
.opthe_tag_90ss{background: #f3f4f8;border: 2px solid #fff;color: #000;font-size: 17px; font-weight: bold;}

.the_materials_scroll{background: #333;overflow-y: scroll;max-height: 800px;}
.the_materials_right_scroll{background: #00B2E2;overflow-y: scroll;max-height: 800px;}

/* Carousel SLIDER - START*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;  
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotactive, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
/*.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}*/

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* Carousel SLIDER - END*/

.page_num a, strong {
    color: #333;
    padding: 4px;
    min-width: 20px;
    height: 40px;
    cursor: pointer;
    margin-left: 2px;
    background: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50%;
}

.circle-singleline {
    
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px;
    text-align: center;    
    background: #EF5593;
    color: #fff;
}

.name_circle {
    border-radius: 50%;
    float: left;
    display: inline-block;
    margin-right: 20px;
    background-color: #2B4EFF;
    /* text styling */
    /*font-size: 45px;*/
    width: 100px;
    height: 100px;
    color: #FFF;
    /*border: 2px solid #fff;*/
    text-align: center;
    font-family: Arial;
    position: relative;
}