/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: "AronuiB";
  src: url("../font/Aronui-Bold.woff2") format("woff2"),
    url("../font/Aronui-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Aronui";
  src: url("../font/Aronui-Regular.woff2") format("woff2"),
    url("../font/Aronui-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "grandstanderbold";
  src: url("../font/grandstanderbold.ttf");
}

@font-face {
  font-family: "grandstandermedium";
  src: url("../font/grandstandermedium.ttf");
}

@font-face {
  font-family: "grandstanderregular";
  src: url("../font/grandstanderregular.ttf");
}
* {
  font-family: "grandstanderbold" !important;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  transition: 1s;
}

.container {
  padding: 0;
  margin: 0 auto;
}
.pageContainer {
  position: relative;
  top: 20px;
}

.header {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 0;
}

.header .headingTop {
  overflow: hidden;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  min-height: 50px;
  margin: 0 auto;
}

.loadPage {
  position: relative;
  top: -10px;
  padding: 10px 20px;
  margin: 0px 40px;
  z-index: 1;
  border: 5px solid #f5821f;
  border-radius: 20px;
  background-color: #fff;
}

.footer {
  position: relative;
  width: 100%;
  /* background: #f7e5e3; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transform: scale(0.9, 0.8);
  top: 13px;
}

.pageNumber {
  border: 3px solid #5eb45c;
  border-radius: 13px;
  font-weight: bold;
  font-size: 30px;
  line-height: 68px;
  height: 76px;
  background-color: #fff;
}

.nextBtn,
.backBtn,
.showAnsBtn,
.resourseBtn,
.reloadBtnAll,
.reloadBtnScreen,
.helpBtn {
  cursor: pointer;
}

.resoursePopup,
.helpPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

.closeBtn {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  z-index: 1;
}

.titleAudio {
  cursor: pointer;
}

.disabled {
  opacity: 0.6;
  cursor: default !important;
  pointer-events: none !important;
}

.audioDragger {
  width: 100%;
  height: 55px;
  position: relative;
}

.audioDragContainer {
  background: url("../assets/images/timeline.png") no-repeat;
  width: 100%;
  height: 15px;
  top: 40%;
  cursor: pointer;
}

.audioDrag {
  height: 15px;
  width: 15px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0px;
  -webkit-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
  left: 0;
  position: relative;
}

.audioPlayerContainer #pButton {
  cursor: pointer;
}

.audioPlayerContainer .play {
  background: url("../assets/images/play.png");
}

.audioPlayerContainer .pause {
  background: url("../assets/images/pause.png");
}

.header .box1 {
  width: 6%;

  cursor: pointer;
}

.box1 {
  width: 8%;
  display: inline-block;
  margin: 1% 2%;
}

.box2 {
  width: 10%;
  display: inline-block;
  margin: 1% 1%;
}

.box3 {
  width: 46%;
  display: inline-block;
  margin: 1% 1%;
}

.box4 {
  width: 13%;
  display: inline-block;
  text-align: center;
}

.boxhead5 {
  width: 95%;
  display: inline-block;
  margin: 1% 1%;
}

.boxhead5 h1 {
  font-size: 3vw;
}

.slidecontainer {
  position: relative;
  top: 11.5px;
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 0px;
  background: white;
  outline: none;
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -moz-transition: step 1s ease-in;
  transition: step 1s ease-in;
}

.slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  border-radius: 1.3px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  top: 11.5px;
}

#container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page_content {
  width: 1280px;
  height: 960px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 500ms ease-in-out !important;
  -o-transition: all 500ms ease-in-out !important;
  transition: all 500ms ease-in-out !important;
  position: absolute;
}

.controlsinline {
  /* margin: 26px; */
}

.container-fluid {
  max-width: 1280px;
  max-height: 960px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.header.noPadding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 52px !important;
}

.headingTitle h1 {
  margin: 0;
  font-size: 32px;
  font-family: FolderRg-Bold;
}

.pageContainer {
  padding: 0 25px;
}

.pageContent {
  position: relative;
  padding: 10px 20px;
  z-index: 1;
  border: 5px solid #5eb45c;
  border-radius: 20px;
  background-color: #fff;
}

.pageBg {
  position: absolute;
  left: 0;
  top: 15px;
}
.page_content {
  background-image: url("../assets/images/bg.jpg");
}

.showAnsBtn img {
  margin: 0 auto;
}

.controlsDiv {
  /* background: url('../assets/images/dragger.png') no-repeat center; */
  /* height: 76px; */
}

.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.resourseContainer,
.helpContainer {
  position: relative;
  width: 1260px;
  height: 460px;
  background-color: #fff;
  border: 5px solid #5eb45c;
  border-radius: 20px;
  padding: 20px;
  position: fixed;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  cursor: pointer;
}

.correctTick::after {
  content: " ";
  background: url("../assets/images/tikmark.png");
  position: absolute;
  top: -50px;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: contain;
  margin-left: -20px;
}

.incorrectTick::after {
  content: " ";
  background: url("../assets/images/crossmark.png");
  position: absolute;
  top: -50px;
  display: inline-block;
  height: 47px;
  width: 48px;
  background-size: contain;
  margin-left: -20px;
}

.carousel {
  padding: 0;
  height: 100%;
}

.floatNone {
  margin: 0 auto;
  float: none !important;
}

.marginTop-60 {
  margin-top: 60px;
}

.noPaddingRt {
  padding-right: 0 !important;
}

.noPaddingLt {
  padding-left: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.noMargin {
  margin: 0;
}

.marginBottom-10 {
  margin-bottom: 10px;
}

.marginBottom-20 {
  margin-bottom: 20px;
}

.marginBottom-30 {
  margin-bottom: 30px;
}

.marginBottom-40 {
  margin-bottom: 40px;
}

.marginBottom-50 {
  margin-bottom: 50px;
}

.marginTop-10 {
  margin-top: 10px;
}

.marginTop-20 {
  margin-top: 20px;
}

.marginTop-30 {
  margin-top: 30px;
}

.marginTop-40 {
  margin-top: 40px;
}

.marginTop-50 {
  margin-top: 50px;
}

.inlineblock {
  display: inline-block;
}

.newBox1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: initial !important;
  margin-right: 0;
}

.newBox1 h1 {
  color: #ed1c24;
  margin-right: 6px;
  margin-left: -2px;
}

.newBox1 img {
  /* width: 48px !important; */
  cursor: pointer;
}

.new_box_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new_box_heading .head_num {
  color: #ed1c24;
}

@media (min-width: 941px) {
  .headingTitle h1 {
    font-size: 32px !important;
  }
}

.header .box1 {
  width: 8%;
  display: inline-block;
  margin: 1% 0% 1% 1%;
}

.box1 {
  width: 8%;
  display: inline-block;
  margin: 1% 2%;
}
