/*Generic*/

* {
  box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: normal;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}

body {
  background-color: #f1f1f1;
  font-family: Montserrat;
  margin: 0;
}

.sound-on-off img.speaker-icon {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sound-on-off img.speaker-icon.speaker-off {
  display: none;
}

.btn {
  padding: 11px 35px;
  display: block;
  margin-left: auto;
  border: 0px;
  border-radius: 3px;
}

.btn.btn-green {
  background: #0fd180;
  color: #fff;
}

/* .btn.hover-state {
  display: none !important;
} */

.submit-btn-div {
  float: right;
}

.assesment-start-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.assesment-start-btn .btn {
  margin: auto;
  outline: none;
}

/* .submit-btn-div:hover .normal-state{
  display: none !important;
}

.submit-btn-div:hover .hover-state {
  display: block !important;
} */

.moveto-next-ques:hover {
  background-color: red;
}

/* .btn.hover-state:hover{
display: block;
} */

.container_show {
  width: 200px;
  height: 20px;
  background: #000;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* The container */

.container.mcq {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  color: #403f50;
  letter-spacing: 1px;
  padding: 15px 30px;
}

/* Hide the browser's default radio button */

.container.mcq input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.container.mcq .checkmark {
  position: absolute;
  top: 50%;
  left: -8px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */

.container.mcq:hover input~.checkmark {
  background-color: #fff;
  border: 1px solid #a8a8a8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.container.mcq .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.container.mcq input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.container.mcq .checkmark:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 50%;
  background: #0fd180;
}

/* The container */

.container.mrq {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 30px;
  margin-bottom: 0px;
}

/* Hide the browser's default checkbox */

.container.mrq input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.container.mrq .checkmark {
  position: absolute;
  top: 50%;
  left: -8px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */

/* .container.mrq:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */

.container.mrq input:checked~.checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */

.container.mrq .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container.mrq input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container.mrq .checkmark:after {
  left: 0;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 15px;
  border: solid #0fd180;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.watermark-block {
  position: fixed;
  left: 30px;
  bottom: 20px;
  z-index: 999999;
  pointer-events: none;
}

.watermark-block img {
  width: 120px;
  display: block;
}

.game-based-temp {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.game-based-temp .introduction-sec {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  min-height: 100vh;
  padding: 0 50px;
  padding-bottom: 100px;
}

body.game-based-temp .closure-sec {
  display: none;
  height: 100vh;
}

.game-based-temp .clearfix {
  clear: both;
}

.game-based-temp .float-left {
  float: left;
}

.game-based-temp .float-right {
  float: right;
}

.game-based-temp .left-panel {
  height: 100%;
  overflow: hidden;
}

.game-based-temp .left-panel.swap-this-content-left {
  flex-direction: row;
  order: 2;
}

.game-based-temp .img-text-type {
  display: block;
}

.game-based-temp .img-text-type .text-sec, .game-based-temp .img-text-type .video-sec, .game-based-temp .img-text-type .img-sec {
  height: 50%;
  overflow: hidden;
}

.game-based-temp .right-panel {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.game-based-temp .widget-content-panel .text-sec {
  padding-bottom: 0px;
  padding: 5%;
}

.game-based-temp .main-sec .text-sec {
  padding: 0% 3%;
  text-align: left;
  width: 100%;
  height: 100%;
  padding-right: 1%;
}
.game-based-temp .main-sec .right-panel.text-sec{
  background: #fff
}

.game-based-temp .text-sec ul {
  list-style: none;
  padding-left: 0;
}

.game-based-temp .li-listing {
  max-height: calc(100vh - 300px);
  /* min-height: 350px; */
}

.game-based-temp .question-text {
  margin-top: 50px;
}

.game-based-temp .question-text ul li {
  padding: 0 30px;
  margin-bottom: 15px;
  border-radius: 33px;
  font-size: 20px;
  width: 90%;
  border: 1px solid #0000;
}

.game-based-temp .question-text ul li.active {
  background: rgba(15, 209, 128, 0.1803921568627451);
  border: 1px solid #4caf50;
  position: relative;
}

.game-based-temp .question-text ul li .correct-right-icon {
  position: absolute;
  width: 8%;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
  max-width: 30px;
}

.game-based-temp .question-text ul li.active:after {
  width: 32px;
  height: 32px;
  position: absolute;
  /* left: 0; */
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 8px;
}

.game-based-temp .question-text h1 {
  font-size: 21px;
}

.game-based-temp .wrapper {
  padding-top: 50px;
  text-align: center;
  height: 100vh;
  background-size: cover;
}

.game-based-temp .custom-container {
  position: relative;
  margin: auto;
  width: 95%;
}

.game-based-temp #content {
  border-radius: 4px;
  border: solid 1px #eeeeee;
  margin: auto;
  max-width: 650px;
  padding: 15px;
}

.game-based-temp .widget-card {
  /* background: #ffffff; */
  box-shadow: 0 0 15px 11px rgba(0, 0, 0, 0.011764705882353);
  height: 87vh;
  overflow: hidden;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  box-shadow: 0 0 11px 0px #0000001f;
}

.game-based-temp .widget-card:last-child {
  margin-bottom: 50px;
}

.game-based-temp .widget-card .widget-content-panel {
  position: relative;
  background: #e8e8e8;
}

.feeback-content {
  position: absolute;
  height: 100%;
  width: 100%;
}

.feeback-content .smiley-icon-right {
  position: absolute;
  margin: auto;
  bottom: 27%;
  height: auto;
  transition: all 0.5s;
  width: 6.6%;
}

.feeback-content .smiley-icon-right.happy-icon {
  right: 7%;
  left: auto;
}

.feeback-content .smiley-icon-right.sad-icon {
  right: auto;
  left: 6%;
}

.feeback-content .speedometer-arrow {
  position: absolute;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: auto;
  width: 36%;
}

.feeback-content .right-arrow {
  left: 75px;
}

.feeback-content .wrong-arrow {
  left: -75px;
}

.vid-player {
  height: 68%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speedo-box {
  height: 30%;
}

.speedo-meter-content {
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0 auto;
}

.mobile-speedo-meter img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  z-index: 999;
}

.mobile-speedo-meter .happy-mobile-icon {
  right: 13%;
  z-index: 99;
}

.mobile-speedo-meter .sad-mobile-icon.wrong, .mobile-speedo-meter .happy-mobile-icon.right {
  top: 20px;
  width: 35px;
}

.mobile-speedo-meter .sad-mobile-icon {
  left: 11%;
}

.mobile-speedo-meter .mobile-meter-seg{
  height: 100%;
  background: #FFC107;
}

.mobile-speedo-meter .mobile-meter-seg:before{
content: '';
background: rgba(0, 0, 0, 0.07058823529411765);
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 50%;
z-index: 99;
}

.feeback-content img {
  height: 100%;
}

.feeback-content img.speedo-meter {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: 100%;
}

.feeback-content.video-sec video {
  margin: 0;
  width: 100%;
  padding: 20px;
  max-width: 500px;
}

.video-sec .existing-iframe-example.youtube {
  margin-top: 50px;
  height: 350px;
}

.video-sec .existing-iframe.vimeo {
  margin-top: 50px;
  height: 280px;
}

.feeback-content.text-sec .text-content-added {
  height: 70%;
  overflow: hidden;
}

.information-panel {
  position: relative;
  overflow: hidden;
}

.information-panel .img-sec {
  height: 100%;
}

/* .information-panel .img-sec img {
  width: auto;
} */

.information-panel .info-content.img-sec img {
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
}

.information-panel .info-content.video-sec video, .information-panel .existing-iframe-example.youtube, .information-panel .existing-iframe-example.vimeo {
  width: 100%;
  padding: 20px;
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  /* bottom: 0; */
  transform: translateY(-50%);
  margin: auto;
}

.footer-bottom-div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}

.text-display {
  color: #7f7f7f;
  margin-top: 13px;
}

.footer-bottom-div .total-question-list {
  float: left;
}

.result-screen {
  background: #ddd;
  padding: 20px;
  background: url("../images/Smilebg.svg");
  background-color: #dff8ee;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  text-align: center;
  /* display: block !important; */
}

.result-screen .speedo-meter-result {
  position: relative;
  margin-top: 50px;
}

.result-screen .speedo-meter-result .speedo-dashboard {
  width: 40%;
  margin-top: 30px;
  max-width: 450px;
}

.result-screen .speedo-meter-result .speedo-arrow {
  position: absolute;
  right: 0;
  margin: auto;
  bottom: 69px;
  width: 171px;
}

.result-screen .speedo-meter-result .speedo-arrow.wrong {
  left: -119px;
}

.result-screen .speedo-meter-result .speedo-arrow.right {
  left: 112px;
}

.result-screen .speedo-meter-result .happy-icon {
  position: absolute;
  left: 339px;
  right: 0;
  top: 150px;
  margin: auto;
  width: 36px;
}

.result-screen .speedo-meter-result .sad-icon {
  position: absolute;
  left: 0;
  right: 339px;
  top: 150px;
  margin: auto;
  width: 36px;
}

.info-div ul {
  padding: 0;
}

li.result-info {
  width: 20%;
  display: inline-block;
  padding: 19px;
  background: #fff;
  margin: 20px;
  text-align: left;
}

.result-info h4 {
  font-weight: 700;
  font-size: 22px;
}

#timeContainer {
  text-align: right;
  position: fixed;
  top: 50px;
  right: 50px;
  background: #0000006e;
  padding: 8px 14px;
  border-radius: 20px;
  color: #fff;
  width: 103px;
  text-align: center;
}

/* #timeContainer.content-swaped {
  right: 15px;
  left: auto;
} */

.refresh-btn {
  margin: 0 auto;
}

/* Helper Class */

.mar-top18 {
  margin-top: 18px;
}

/* @media screen and (min-width: 1400px), screen and (max-width: 767px), screen and (max-height: 600px) {
  .game-based-temp .li-listing {
    min-height: 330px;
    height: 330px;
  }
} */

@media screen and (max-width: 1080px) {
  .game-based-temp .widget-card {
    flex-direction: column;
  }
  /* .game-based-temp .left-panel, .game-based-temp .right-panel {
    width: 100% !important;
  } */
  .video-sec .existing-iframe-example.youtube {
    height: 400px;
  }
  li.result-info {
    width: 44%;
  }
  .game-based-temp .li-listing {
    min-height: 150px;
    height: 150px;
  }
  #timeContainer {
    position: absolute;
    /* top: 251px; */
    /* right: 20px; */
  }
  .refresh-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .result-screen .speedo-meter-result .speedo-dashboard {
    width: 60%;
    max-width: 550px;
  }
  .game-based-temp .question-text {
    margin-top: 30px;
  }
  .game-based-temp .question-text ul li {
    width: 100%;
    transition: all 0.5s;
  }
  #timeContainer{
    font-size: 12px;
    width: 91px;
    padding: 5px 14px;
  }
}

@media screen and (max-width: 768px) and (orientation:portrait) {
  li.result-info {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .video-sec .existing-iframe-example.youtube {
    height: 200px;
  }
  .game-based-temp h1 {
    font-size: 26px;
  }
  .result-screen .speedo-meter-result .happy-icon {
    left: 284px;
    top: 100px;
  }
  .result-screen .speedo-meter-result .sad-icon {
    top: 100px;
  }
  .info-div {
    margin-top: 30px;
  }
  .result-screen {
    bottom: auto;
  }
}

@media screen and (max-width: 450px) {
  .game-based-temp .li-listing {
    max-height: calc(100vh - 370px);
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .game-based-temp .li-listing {
    height: 400px;
  }
  .game-based-temp .widget-card {
    flex-direction: row;
  }
  #timeContainer {
    position: fixed;
    /* top: 0; */
    /* right: 20px; */
    z-index: 9999;
  }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #timeContainer {
    top: 50%;
    position: absolute;
    right: 30px;
  }
  .li-listing {
    height: 245px;
  }
}

@media only screen and (max-width: 900px) and (min-width:700px) and (orientation: portrait) {
  .game-based-temp .widget-card .widget-content-panel{
    height: 490px !important;
  }
  .game-based-temp .text-sec{
    min-height: calc(100vh - 570px)!important;
  }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  #timeContainer{
    top: 0;
    right: 20px;
  }
  .feeback-content{
    position: relative;
    min-height: 250px;
  }
  .speedo-meter-content{
    display: none;
  }
  .game-based-temp .widget-card .widget-content-panel {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .game-based-temp .widget-card {
    overflow: visible;
    align-items: start;
  }
  .game-based-temp .li-listing {
    height: auto;
    max-height: none;
    min-height: auto;
  }
  .game-based-temp .widget-card {
    height: auto;
  }
  .game-based-temp .custom-container {
    width: 100%;
  }
  .game-based-temp .wrapper {
    padding-top: 0;
  }
  .game-based-temp .widget-card {
    margin-bottom: 0;
  }
  .game-based-temp .right-panel {
    overflow: visible;
  }
  .footer-bottom-div {
    position: sticky;
    width: 100%;
  }
  .game-based-temp .main-sec .text-sec {
    padding: 0 20px;
  }
  .game-based-temp .question-text {
    margin-top: 0;
  }
  .game-based-temp .question-text h1 {
    font-size: 15px !important;
    padding: 15px 0;
    z-index: 99;
    margin-top: 0;
  }
  .feeback-content img.speedo-meter {
    display: none;
  }
  .vid-player {
    height: 100%;
  }
  .mobile-speedo-meter {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFC107;
    height: 45px;
    margin: 0 auto;
    z-index: 999999;
  }
  .mobile-speedo-meter:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33.33%;
    background: #FF5722;
  }
  .mobile-speedo-meter:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33.33%;
    background: #4caf50;
  }
}

@media only screen and (min-width: 900px) {
  .mobile-speedo-meter {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) and (orientation: portrait) {
  .information-panel .img-sec{
    position: absolute;
  }
  .feeback-content{
    position: relative;
  }
  .speedo-meter-content{
    display: none;
  }
  .game-based-temp .widget-card .left-panel, .game-based-temp .widget-card .right-panel {
    width: 100% !important;
  }
  .feeback-content.text-sec .text-content-added{
    margin-bottom: 0;
  }
  .feeback-content.text-sec .text-content-added{
    height: auto;
    overflow: visible;
    padding: 15px 0;
    min-height: 250px;
  }
  #timeContainer {
    position: absolute;
    top: 0;
    right: 0;
  }
  .game-based-temp .widget-card .widget-content-panel {
    order: 1;
  }
  .game-based-temp .main-sec .text-sec {
    order: 1;
    padding: 0 20px;
    transition: all 0.5s;
  }
  .footer-bottom-div {
    position: fixed;
    width: 100%;
    padding: 20px;
    z-index: 999999999;
  }
  .feeback-content img.speedo-meter {
    display: none;
  }
  .game-based-temp .li-listing {
    height: 100%;
    max-height: none;
    min-height: auto;
  }
  .game-based-temp .custom-container {
    width: 100%;
  }
  .game-based-temp .widget-card {
    height: 100vh;
  }
  .game-based-temp .wrapper {
    padding-top: 0px;
  }
  .vid-player {
    height: 100%;
  }
  .mobile-speedo-meter {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFC107;
    height: 45px;
    margin: 0 auto;
    z-index: 999999;
  }
  .mobile-speedo-meter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33.33%;
    background: #FF5722;
  }
  .mobile-speedo-meter:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33.33%;
    background: #4caf50;
  }
  .feeback-content .smiley-icon-right {
    position: fixed;
    margin: auto;
    top: 6px;
    height: auto;
    transition: all 0.5s;
    width: 8%;
    bottom: auto;
  }
  .feeback-content .smiley-icon-right.happy-icon {
    right: 13%;
    left: auto;
  }
  .feeback-content .smiley-icon-right.happy-icon {
    right: 13%;
    left: auto;
  }
  .feeback-content .smiley-icon-right.sad-icon {
    right: inherit;
    left: 13%;
  }
  .game-based-temp .widget-card .widget-content-panel {
    height: auto;
    min-height: 250px;
  }
  .game-based-temp .wrapper, .game-based-temp .widget-card {
    height: 100%;
  }
  .game-based-temp .float-right.text-sec {
    padding-bottom: 60px;
    min-height: calc(100vh - 300px);
  }
  .game-based-temp .right-panel, .game-based-temp .widget-card {
    overflow: visible;
  }
  .game-based-temp .question-text {
    margin-top: 0;
    margin-bottom: 90px;
  }
  .game-based-temp .question-text h1 {
    font-size: 15px !important;
    padding: 15px 0;
    z-index: 99;
    margin: 0;
    margin: 0;
    margin-bottom: 4px;
  }
  #timeContainer {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 999;
  }
  .game-based-temp .question-text {
    margin-top: 0;
  }
  .footer-bottom-div{
    position: fixed;
    width: 100%;
    padding: 20px;
    z-index: 999999999;
  }
  .feeback-content img.speedo-meter{
    display: none;
  }
  .game-based-temp .li-listing{
    height: auto;
  }
  .game-based-temp .custom-container{
    width: 100%;
  }
  .game-based-temp .widget-card{
    height: 100%;
  }
  .game-based-temp .wrapper{
    padding-top: 0px;
  }
  .vid-player{
    height: 100%;
  }
  .mobile-speedo-meter{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFC107;
    height: 45px;
    margin: 0 auto;
  }
  .mobile-speedo-meter:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33%;
    background: #FF5722;
    height: 45px;
  }
  .mobile-speedo-meter:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33%;
    background: #4caf50;
    height: 45px;
  }
  .feeback-content .smiley-icon-right{
    position: fixed;
    margin: auto;
    top: 6px;
    height: auto;
    transition: all 0.5s;
    width: 8%;
    bottom: auto;
  }
  .feeback-content .smiley-icon-right.happy-icon{
    right: 13%;
    left: auto;
  }
  .feeback-content .smiley-icon-right.happy-icon{
    right: 13%;
    left: auto;
  }
  .feeback-content .smiley-icon-right.sad-icon{
    right: inherit;
    left: 13%;
  }
}