@charset "UTF-8";
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  font-size: 1rem;
  line-height: 1.15;
}

/* @font-face {
  font-family: 'Impact Bash';
  src: url('../Fonts/ImpactBash.eot');
  src: local('☺'), url('../Fonts/ImpactBash.woff') format('woff'), url('../Fonts/ImpactBash.ttf') format('truetype'), url('../Fonts/ImpactBash.svg') format('svg');
  src: local('../Fonts/Impact Bash'), local('ImpactBash'),
      url('../Fonts/ImpactBash.eot?#iefix') format('embedded-opentype'),
      url('../Fonts/ImpactBash.woff2') format('woff2'),
      url('../Fonts/ImpactBash.woff') format('woff'),
      url('../Fonts/ImpactBash.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'Impact Bash';
  src: url("../Fonts/ImpactBash.eot");
  src: url("../Fonts/ImpactBash.eot?#iefix") format("embedded-opentype"), url("../Fonts/ImpactBash.woff2") format("woff2"), url("../Fonts/ImpactBash.woff") format("woff"), url("../Fonts/ImpactBash.ttf") format("truetype"), url("../Fonts/ImpactBash.svg#ImpactBash") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 0;
  font-size: 1.75rem;
  margin-bottom: 15px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400 !important;
  line-height: 35px;
}

h3 {
  font-size: 1.125rem;
  font-weight: 500;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #033a67;
}

a:hover {
  color: #033a67;
}

a:active {
  color: #156eb7;
}

.hand {
  cursor: pointer;
}

.font-normal {
  font-weight: normal !important;
}

b,
strong {
  font-weight: bolder;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-semi-bold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: bold !important;
}

.font-regular {
  font-size: 1rem !important;
}

.text-blue {
  color: #00a0e0;
}

.text-uppercase {
  text-transform: uppercase;
}

.mx-auto {
  margin: 0 auto;
}

small {
  font-size: 80%;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.text-pink {
  color: #ce0a89;
  font-size: 1.3rem;
}

.d-inline {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.bg-white {
  background: #fff !important;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

sup.sup-equla-align {
  top: -0.4em !important;
}

img {
  border-style: none;
  border: 0;
}

.u_b_i {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.thankyou-title {
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  color: #ac487a;
}

.thankyou-title.lm-thankyou {
  color: #7e0c6e !important;
}

.thankyou-title.lmtwo-thankyou {
  color: #00bff3 !important;
}

.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pl-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 33px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pt-3 {
  padding-top: 3px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.m-auto {
  margin: 0 auto;
}

.button {
  padding: 10px 30px;
  border: 0;
  min-width: 150px;
  color: #fff;
  font-size: 1.1875rem !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background: url(../images/button-bg.jpg) repeat-x;
  behavior: url(PIE.htc);
}

.button.lm-button {
  background: url(../images/lm-button-bg.jpg) repeat-x !important;
}

.button.blue-btn {
  background: #00bff3 !important;
}

.button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%);
          transform: scale(1, 1) translate(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(25, 25);
            transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40, 40);
            transform: scale(40, 40);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(25, 25);
            transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40, 40);
            transform: scale(40, 40);
  }
}

.button:focus:not(:active)::after {
  -webkit-animation: ripple 0.5s ease-out;
          animation: ripple 0.5s ease-out;
}

.button-lg {
  padding: 14px 15px;
  width: 300px;
  border: 0;
  color: #fff;
  position: relative;
  font-size: 1.2rem !important;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 25px;
  background: url(../images/btn-bg-lg.jpg) repeat-x;
  behavior: url(PIE.htc);
}

.button-lg.one {
  background: #003967;
  color: #fff;
  font-weight: bold;
}

.button-lg.two {
  background: #686f90;
  color: #fff;
  font-weight: bold;
}

.button-lg.three {
  background: #a7a8bd;
  color: #002d51;
  font-weight: bold;
}

input {
  padding: 9px 20px;
  border: solid 1px #fff;
  border-radius: 5px;
  behavior: url(PIE.htc);
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

a:focus, button:focus, input:focus, select:focus:focus, textarea:focus, [tabindex]:not([tabindex="-1"]):focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px #51a7e8;
          box-shadow: 0 0 2px 2px #51a7e8;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}

.container {
  width: 1024px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  display: block;
}

/* Header CSS */
.header {
  margin-bottom: 10px;
  height: 61px;
  background-color: #002d51;
}

.brand-logo {
  padding-top: 13px;
  padding-left: 15px;
  width: 20%;
  height: 61px;
  background: #fff;
  float: left;
}

.brand-logo a {
  display: inline-block;
}

.blue-header {
  width: 740px;
  height: 61px;
  float: left;
}

.blue-header-separator {
  width: 51px;
  height: 61px;
  float: left;
}

/* Question Styling */
.question-content {
  width: 61%;
  height: 61px;
  color: #fff;
  float: left;
}

.content-progress {
  width: 87%;
  float: left;
}

.lm-content-progress {
  width: 76%;
  float: left;
}

@media screen and (max-width: 1250px) {
  .lm-content-progress {
    width: 72%;
  }
}

.video-actions {
  width: 14%;
  float: left;
  margin-top: 14px;
}

@media screen and (max-width: 1250px) {
  .video-actions {
    width: 18%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .video-actions {
    width: 18%;
  }
}

@media only screen and (min-device-width: 1400px) and (max-device-width: 1400px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .lm-content-progress {
    width: 71%;
  }
  .video-actions {
    width: 18%;
  }
  .video-actions .play {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

.video-actions .preview {
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  background-position: -23px -6px;
  background-image: url(../images/video-controls.png);
  background-repeat: no-repeat;
}

.video-actions .play {
  width: 35px;
  height: 35px;
  margin-right: 4px;
  margin-left: 4px;
  float: left;
  cursor: pointer;
  background-position: -182px -6px;
  background-image: url(../images/video-controls.png);
  background-repeat: no-repeat;
}

.video-actions .pass {
  width: 35px;
  height: 35px;
  margin-right: 4px;
  margin-left: 4px;
  float: left;
  cursor: pointer;
  background-position: -122px -6px;
  background-image: url(../images/video-controls.png);
  background-repeat: no-repeat;
}

.video-actions .next {
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  background-position: -75px -6px;
  background-image: url(../images/video-controls.png);
  background-repeat: no-repeat;
}

.active-tick {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  cursor: pointer;
  background-position: -241px -6px;
  background-image: url(../images/video-controls.png);
  background-repeat: no-repeat;
}

.active-tick.wrong-tick {
  background-position: -295px -6px !important;
}

.question-count {
  width: 10%;
  height: 60px;
  font-size: 1.2rem;
  line-height: 60px;
  text-align: right;
  float: right;
}

.question-content h4 {
  margin-top: 9px;
  margin-bottom: 3px;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

.question-content p {
  font-size: 0.9375rem;
}

.question-contant-container {
  width: 950px;
  margin: 0 auto;
  padding-top: 25px;
}

.question-container {
  width: 100%;
  max-height: 93%;
  overflow-y: auto;
}

.question-container .question-number {
  width: 10%;
  float: left;
  position: relative;
  z-index: 9;
}

.question-container .question-number .q-number {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  background: #002d51;
  float: left;
  border-radius: 5px;
  -ms-behavior: url(PIE.htc);
}

.question-container .question-options-content {
  width: 800px;
  color: #002d51;
  float: left;
  position: relative;
  z-index: 9;
}

.question-container .question-options-content .q-option-container {
  width: 740px;
  min-height: 45px;
  margin-top: 15px;
  padding: 15px 20px;
  color: #002d51;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7e7e9;
  border-radius: 5px;
  -ms-behavior: url(PIE.htc);
}

.question-container .question-options-content .q-option-container.q-option-sm {
  min-height: 20px !important;
  margin-top: 10px !important;
  padding: 10px 20px !important;
}

.question-container .question-options-content .draganddrop-content {
  width: 800px;
  margin-top: 15px;
  float: left;
}

.draganswer-message {
  margin-top: 15px;
  width: 30%;
  float: left;
}

.question-container .question-options-content .fillingblanks-content {
  margin: 0 auto;
  width: 60%;
}

.question-container .question-options-content .fillingblanks-content-large {
  margin: 0 auto;
  width: 80%;
}

.question-container .question-options-content .fillingblanks-content-xlarge {
  margin: 0 auto;
  width: 100%;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars {
  width: 100%;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div {
  width: 140px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 15px;
  background: transparent;
  border-radius: 5px;
  -ms-behavior: url(PIE.htc);
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item {
  width: 290px;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item .fill-item {
  width: 290px !important;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item-three {
  width: 220px;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item-three .fill-item {
  width: 220px !important;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item-three-twoline {
  width: 240px !important;
  height: 60px !important;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item-three-twoline .fill-item {
  width: 240px !important;
  height: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.dragSection .dropitem-blankfilled .fill-item {
  width: 280px !important;
  height: 60px !important;
  background: #002d51;
  margin: auto;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -ms-behavior: url(PIE.htc);
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item-two-twoline {
  width: 350px !important;
  height: 60px !important;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div.large-item-two-twoline .fill-item {
  width: 350px !important;
  height: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 23px;
  float: left;
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div .fill-item {
  min-width: 120px;
  height: 30px;
  /* padding-left: 10px;
    padding-right: 10px; */
  background: #002d51;
  color: #FFF;
  cursor: move;
  border-radius: 5px;
  -ms-behavior: url(PIE.htc);
}

.question-container .question-options-content .fillingblanks-content .draggable-bars .drag-div .fill-item.dragitem-placeholder {
  background: #b9b9b9 !important;
  border-radius: 5px;
  -ms-behavior: url(PIE.htc);
}

.draggable-bars {
  width: 232px;
  float: left;
}

#em {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.drag-div {
  width: 170px;
  height: 45px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 45px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
  background: #e2e1e3;
  border-radius: 5px;
  -ms-behavior: url(PIE.htc);
}

.drop-item {
  width: 178px;
  height: 45px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

.drop-item.option-b {
  top: 204px;
  left: 9px;
}

.drop-item.option-c {
  left: 10px;
  top: 368px;
}

.drop-item.option-d {
  top: 39px;
  left: 340px;
}

.drop-item.option-e {
  top: 212px;
  left: 377px;
}

.drop-item.option-a {
  top: 16px;
  left: 77px;
}

.drop-item.option-f {
  top: 337px;
  left: 328px;
}

.draganddrop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.draggable-bars .deag-item {
  width: 170px;
  height: 45px;
  cursor: move;
  text-transform: capitalize;
  z-index: 999;
  border-radius: 5px;
}

.draggable-answer-image {
  width: 560px;
  height: 672px;
  background-repeat: no-repeat !important;
  position: relative;
  -ms-behavior: url(backgroundsize.min.htc);
  float: left;
}

.draggable-answer-image .option-g {
  width: 151px;
  height: 41px;
  line-height: 41px;
  left: 136px;
  top: 22px;
}

.draggable-answer-image .option-h {
  width: 151px;
  height: 41px;
  line-height: 41px;
  top: 131px;
  left: 11px;
}

.draggable-answer-image .option-j {
  width: 151px;
  height: 41px;
  line-height: 41px;
  top: 197px;
  left: 213px;
}

.draggable-answer-image .option-i {
  width: 151px;
  height: 41px;
  line-height: 41px;
  top: 283px;
  left: 343px;
}

.question-container .question-options-content .q-option-container .q-content {
  width: 90%;
  font-size: 1.25rem;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  float: left;
}

.question-container .question-options-content .q-option-container .q-select {
  width: 10%;
  float: left;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle {
  float: right;
  background-image: url("../images/sprite-icons.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.select {
  width: 25px;
  height: 25px;
  background-position: -255px -18px;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.wrong {
  width: 25px;
  height: 25px;
  background-position: -255px -64px;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.correct {
  width: 25px;
  height: 25px;
  background-position: -255px -109px;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.checkbox-uncheck {
  width: 25px;
  height: 25px;
  background-position: -115px -65px;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.checkbox-checked {
  width: 25px;
  height: 25px;
  background-position: -115px -106px;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.checkbox-bluebg-checked {
  width: 25px;
  height: 25px;
  background-position: -115px -22px;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.checkbox-submitted {
  width: 25px;
  height: 25px;
  background-position: -115px -147px;
  cursor: pointer;
}

.question-container .question-options-content .q-option-container .q-select .select-corcle.checkbox-incorrect {
  width: 25px;
  height: 25px;
  background-position: -115px -188px;
  cursor: pointer;
}

.question-container .question-options-content .table {
  width: 100%;
  height: 246px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

.question-container .question-options-content .option-column {
  width: 32%;
  height: 100%;
  display: inline-block;
  background: #fff;
  border: 1px solid #525252;
  float: left;
}

.question-container .question-options-content .option-column .table-header {
  background: #002d51;
  color: #fff;
  font-size: 0.75rem !important;
  text-align: center;
}

.question-container .question-options-content .option-column:nth-child(1) {
  border-right: 0;
}

.question-container .question-options-content .option-column:nth-child(2) {
  border-right: 0;
}

.question-container .question-options-content .option-column:hover, .option-column.active {
  background: #f3e4eb !important;
}

.question-container .question-options-content .option-column:last-child {
  margin-right: 0;
}

.question-container .question-options-content .option-column .sub-text {
  font-size: 0.82rem;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #525252;
}

.correct-content {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: bold;
  width: 97%;
  text-align: right;
  float: left;
}

.correct-content-drag-alert {
  font-size: 1.125rem;
  margin-bottom: 5px;
  width: auto;
  display: contents;
  text-align: left;
}

.correct-content-drag-alert .span {
  color: #002d51;
  font-weight: bold;
}

.correct-content-drag-alert .continue {
  color: #00bff3;
  text-decoration: underline;
  font-weight: bold;
}

.correct-content .span {
  color: #002d51;
}

.correct-content .continue {
  color: #00bff3;
  text-decoration: underline;
}

.correct-content .correct-text {
  display: inline-block;
}

.align-left {
  width: 167px;
  float: left;
  height: 100%;
  font-size: 1rem !important;
  display: inline-block;
}

.align-left.incorrect-content-drag-alert {
  width: 167px !important;
}

.dragoptions-right-align {
  width: calc(100% - 167px);
  float: left;
}

.incorrect-content {
  font-size: 1.125rem;
  margin-top: 5px;
  width: 97%;
  color: #002d51;
  text-align: right;
  float: left;
}

.incorrect-content-drag-alert {
  width: 100%;
  display: inline-block;
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #002d51;
  text-align: left;
}

.incorrect-content-drag-alert .incorrect {
  color: #ad4979;
  font-weight: bold;
  text-decoration: underline;
}

.incorrect-content .incorrect {
  color: #ad4979;
  font-weight: bold;
  text-decoration: underline;
}

.correct-content .arrow {
  width: 25px;
  height: 24px;
  position: relative;
  top: 4px;
  display: inline-block;
  background-position: -262px -152px;
  background-image: url("../images/sprite-icons.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.correct-content-drag-alert .small-arrow {
  width: 14px;
  height: 14px;
  position: relative;
  top: 4px;
  display: inline-block;
  background-position: -105px -320px;
  background-image: url("../images/sprite-icons.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.correct-content .small-arrow {
  width: 14px;
  height: 14px;
  position: relative;
  top: 4px;
  display: inline-block;
  background-position: -105px -320px;
  background-image: url("../images/sprite-icons.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

h2.blank {
  position: relative;
  font-size: 1.5625rem;
}

.drop-item-blanks {
  width: 140px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border-bottom: solid 2px #333;
}

.drop-item-blanks.twolines-height {
  height: 60px !important;
}

.drop-item-blanks.large-blank {
  width: 290px;
}

.drop-item-blanks.large-item-three {
  width: 220px;
}

.dropitem-blankfilled {
  border-color: transparent !important;
}

.blue-header-right {
  width: 20%;
  height: 61px;
  float: left;
}

.header-right-icons {
  padding-top: 15px;
  width: 100px;
  float: right;
  position: relative;
}

.header-icons {
  position: absolute;
  z-index: 99 !important;
}

.user-icon {
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  background: #FFF;
  -ms-behavior: url(PIE.htc);
}

.user-icon .user-iocn {
  margin-top: 2px;
}

.user-icon.help-icon {
  margin-left: 17px;
}

/* Main CSS */
.main {
  width: 100%;
  height: calc(100vh - 130px);
  float: left;
  position: relative;
  background: #f5f4f6;
}

.main.lmthree-twentyeightscreen {
  background-image: url("../images/lm-three/screen-28.jpg");
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.main-box-center .main {
  min-height: calc(100vh - 150px) !important;
  height: 100%;
  padding-bottom: 15px;
}

.main-box-center .oneboxcenter-whitebox-structure {
  width: 100%;
  height: 100% !important;
}

.main-box-center .oneboxcenter-whitebox-structure .onebox-center-white {
  width: 1024px !important;
  max-height: 768px !important;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .main-box-center .oneboxcenter-whitebox-structure .onebox-center-white {
    width: 85% !important;
  }
}

.main-box-center .progress-checkbg-content {
  width: 1024px !important;
  max-height: 768px !important;
  position: inherit !important;
  margin-top: 1%;
}

@media screen and (max-width: 1100px) {
  .main-box-center .progress-checkbg-content {
    width: 85% !important;
  }
}

.main-box-center .onebox-center .onebox-body {
  max-height: 600px !important;
}

.main-box-center .max-auto {
  max-height: 784px !important;
}

.main.blue-bg {
  background: #002d51 !important;
}

.lmtwo-index-logo img {
  max-width: 40% !important;
}

@media screen and (max-width: 1024px) {
  .lmtwo-index-logo img {
    max-width: 80% !important;
  }
}

.content-main {
  font-size: 1.125rem;
  width: 50%;
  height: 80%;
  padding: 25px 20px 30px 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #002d51;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
  behavior: url(PIE.htc);
}

.content-main .content-div {
  max-height: 85%;
  padding-top: 5px;
  padding-right: 20px;
  overflow-y: auto;
  outline: none;
}

.content-main .button-div {
  padding-top: 20px;
  height: 15%;
}

/* .content-main .ul-indent {
    margin-left: 26%;  
} */
ul.ul-indent li {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}

.ul-indent {
  margin-top: 0;
}

.ul-indent .disc {
  list-style-type: disc !important;
}

.ul-indent p {
  padding-bottom: 0px !important;
}

.ul-indent p:first-child {
  padding-top: 10px !important;
}

.ul-indent p:last-child {
  margin-bottom: 0 !important;
}

.main.blue-bg .learn-module-quot {
  color: #FFF !important;
}

.learn-module-quot {
  color: #002d51;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  width: 31%;
  top: 12%;
  padding-top: 30px;
  position: absolute;
  line-height: 40px;
  /*     div{
      display: table-cell;
      vertical-align: top;
      padding-top: 32% ;

      @media only screen and (min-width: 1026px) and (max-width: 1366px) { 
        width: 52% !important;
      }
      @media screen and (max-width: 1200px){
        padding-top: 58%;
     }

    } 
    &.nephrons {
      top: 27% !important;
      left: -30px !important;
  }*/
}

@media screen and (max-width: 1100px) {
  .learn-module-quot {
    width: 34% !important;
    height: 400px;
    padding-top: 0px;
    bottom: inherit;
    top: 90px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .learn-module-quot {
    height: 400px;
    bottom: inherit;
    top: 155px;
    padding-top: 0px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .learn-module-quot {
    height: 400px;
    bottom: inherit;
    top: 142px;
    padding-top: 0px;
  }
}

.learn-module-quot .refer-link {
  width: 100%;
  position: absolute;
  bottom: -59%;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

@media screen and (max-width: 1100px) {
  .learn-module-quot .refer-link {
    bottom: -15%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .learn-module-quot .refer-link {
    bottom: -19%;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .learn-module-quot .refer-link {
    bottom: -38%;
  }
}

.learn-module-clipbord {
  position: absolute;
  left: 0;
  top: 10%;
  width: 40%;
  height: 66%;
  padding-top: 2%;
  padding-left: 50px;
  color: #fff;
  font-size: 3rem;
  font-family: 'Impact Bash';
  line-height: 49px;
  text-transform: uppercase;
  z-index: 99;
  background: #7e0c6e;
  -webkit-clip-path: polygon(65% 0%, 79% 34%, 53% 100%, 0 100%, 0 0);
          clip-path: polygon(65% 0%, 79% 34%, 53% 100%, 0 100%, 0 0);
}

.learn-module-clipbord.lmThree-clipbord {
  height: 53%;
  padding-top: 5%;
}

.learn-module-clipbord.lmTwo-clipbord {
  background: rgba(0, 191, 243, 0.9);
}

.learn-module-clipbord.lmTwo-clipbord sup {
  font-size: 50%;
  top: -1.1em;
}

.learn-module-clipbord.thankyou-clipbord {
  width: 20% !important;
  height: 70% !important;
  -webkit-clip-path: polygon(49% 27%, 0 100%, 0 0) !important;
          clip-path: polygon(49% 27%, 0 100%, 0 0) !important;
}

.learn-module-clipbord.thankyou-clipbord-lmtwo {
  width: 20% !important;
  height: 70% !important;
  -webkit-clip-path: polygon(49% 27%, 0 100%, 0 0) !important;
          clip-path: polygon(49% 27%, 0 100%, 0 0) !important;
  background: rgba(0, 191, 243, 0.9);
}

.learn-module-clipbord.thankyou-clipbord-lmthree {
  width: 20% !important;
  height: 70% !important;
  -webkit-clip-path: polygon(49% 27%, 0 100%, 0 0) !important;
          clip-path: polygon(49% 27%, 0 100%, 0 0) !important;
  background: #7e0c6e;
}

.learn-module-clipbord span {
  font-size: 1.7rem;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .learn-module-clipbord {
    top: 19%;
    width: 35%;
    height: 60%;
    font-size: 2.2rem;
    line-height: 38px;
  }
  .learn-module-clipbord span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .learn-module-clipbord {
    top: 21%;
    height: 58%;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .learn-module-clipbord {
    top: 20%;
    height: 57%;
  }
}

.box-committed {
  width: 49.6%;
  height: 49%;
  margin-bottom: 10px;
  margin-right: .4%;
  background: url(../images/committed.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url(backgroundsize.min.htc);
  background-position: center;
  float: left;
}

.box-committed .committed-text {
  width: 55%;
  margin-top: 1%;
  margin-left: 20%;
}

.box-focused {
  width: 49.6%;
  height: 49%;
  margin-bottom: 10px;
  margin-left: .4%;
  background: url(../images/focused.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url(backgroundsize.min.htc);
  background-position: center;
  float: left;
}

.box-focused .box-focused-text {
  width: 55%;
  margin-top: 16%;
  margin-left: 20%;
}

.box-you {
  width: 49.6%;
  height: 49%;
  margin-bottom: 10px;
  margin-right: .4%;
  background: url(../images/yougot-this.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url(backgroundsize.min.htc);
  background-position: center;
  float: left;
}

.box-you .box-you-text {
  width: 55%;
  margin-top: 15%;
  margin-left: 20%;
}

.box-steadfast {
  width: 49.6%;
  height: 49%;
  margin-bottom: 10px;
  margin-left: .4%;
  background: url(../images/steadfast.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-behavior: url(backgroundsize.min.htc);
  background-position: center;
  float: left;
}

.box-steadfast .box-steadfast-text {
  width: 55%;
  margin-top: 18%;
  margin-left: 20%;
}

.img-fluid {
  max-width: 100%;
  max-height: 100%;
}

.login-with-email {
  width: 320px;
  height: 150px;
  padding: 40px;
  margin: 0 auto;
  color: #fff;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  margin-top: -100px;
  background: #012d50;
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  behavior: url(PIE.htc);
}

.login-with-email.with-otp {
  height: 210px !important;
  padding: 10px 40px;
  margin-top: -110px;
}

#overlay {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  cursor: pointer;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F1F1F1, endColorstr=#99F1F1F1)";
}

.email-input {
  width: 270px;
}

/* Footer CSS */
.footer {
  width: 100%;
  height: 56px;
  font-size: 0.6875rem;
  float: left;
}

.footer-logo {
  width: 150px;
  height: 31px;
  margin-top: 13px;
  margin-left: 23px;
  float: left;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-logo a {
  display: inline-block;
}

.copyright-content {
  color: #838384;
  margin-top: 31px;
  margin-left: 20px;
  float: left;
}

.footer-educationaltext {
  color: #4e4e4e;
  font-size: 0.75rem;
  margin-top: 10px;
  margin-right: 20px;
  font-weight: bold;
  position: absolute;
  right: 0;
  float: right;
}

.progress-checkbg {
  width: 100%;
  height: calc(100vh - 130px);
  background-size: cover !important;
  -ms-behavior: url(backgroundsize.min.htc);
  background-position: center !important;
  background-repeat: no-repeat !important;
  float: left;
}

.progress-checkbg.lmTwo-index {
  background: url(../images/lmTwo-index.jpg);
}

.progress-checkbg.lmThree-index {
  background: url(../images/lmThree-index.jpg);
}

.progress-checkbg .lmtwo-thankyou {
  width: 40%;
  margin-left: 5%;
  bottom: 2% !important;
  position: absolute;
}

.progress-checkbg.lm-landpage {
  background: url(../images/learning-landpage-bg.jpg);
}

.progress-checkbg .committed-text {
  width: 27%;
  margin-left: 5%;
  bottom: 3%;
  position: absolute;
}

.progress-checkbg .committed-text.trainhard {
  bottom: 0%;
}

.progress-checkbg .committed-text.stay {
  bottom: 36%;
}

.progress-checkbg .committed-text.you-gotthis {
  bottom: 41%;
}

.progress-checkbg .committed-text.remain-steadfast {
  bottom: 10%;
}

.q-icon {
  width: 27px;
  height: 21px;
  margin-right: 7px;
  padding-top: 5px;
  outline: none;
  display: inline-block;
  text-align: center;
  background: #ece9e9;
  border: solid 1px #dedede;
  border-radius: 30px;
  -webkit-box-shadow: #a5a5a5 2px 2px 3px;
  box-shadow: #a5a5a5 2px 2px 3px;
  behavior: url(PIE.htc);
}

.q-icon img {
  width: 58%;
}

.progress-checkbg-content {
  width: 51%;
  max-height: 72%;
  margin: auto;
  padding: 30px 50px 50px 50px;
  top: 0;
  bottom: 0;
  right: 5%;
  font-size: 1.25rem;
  color: #002d51;
  line-height: 24px;
  /* overflow: auto; */
  position: absolute;
  z-index: 9;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: -1px 4px 27px -8px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 4px 27px -8px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  behavior: url(PIE.htc);
}

.progress-checkbg-content.lm-three {
  width: 51%;
  max-height: 85%;
  padding: 20px 50px;
  right: 2%;
}

.progress-checkbg-content.lm-three .list {
  margin-top: 0;
  padding-left: 20px;
}

.progress-checkbg-content.lm-three .list li {
  margin-bottom: 6px;
}

.progress-checkbg-content.welcome-bord {
  width: 37%;
  height: 63%;
}

@media screen and (max-width: 1100px) {
  .progress-checkbg-content.welcome-bord {
    width: 42%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content.welcome-bord {
    width: 43%;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content.welcome-bord {
    width: 42% !important;
  }
}

.progress-checkbg-content.lm-thankyou {
  width: 36%;
  height: 40%;
  right: 20% !important;
  left: 25% !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content {
    height: 500px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content {
    height: 500px;
  }
}

.progress-checkbg-content .lmThree-logo {
  width: 320px;
  margin: 0 auto;
}

.progress-checkbg-content .lmThree-logo img {
  max-width: 60%;
}

@media screen and (max-width: 1024px) {
  .progress-checkbg-content .lmThree-logo img {
    max-width: 80%;
  }
}

.progress-checkbg-content.onebox-center {
  width: 57%;
  min-height: 400px;
  right: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
}

.progress-checkbg-content.onebox-center.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
}

@media screen and (max-width: 1024px) {
  .progress-checkbg-content.onebox-center {
    width: 70%;
    top: 12%;
    bottom: inherit;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content.onebox-center {
    width: 70%;
    min-height: 600px;
    top: 12%;
    bottom: inherit;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content.onebox-center {
    width: 70%;
    min-height: 600px;
    top: 12%;
    bottom: inherit;
  }
}

.oneboxcenter-whitebox-structure {
  width: 50%;
  height: 83%;
  margin: 0 auto;
  padding: 25px 0px;
  font-size: 1.125rem;
  color: #002d51;
}

.oneboxcenter-whitebox-structure.ml-three {
  width: 60%;
}

.oneboxcenter-whitebox-structure.ml-three-image {
  width: 65%;
}

.oneboxcenter-whitebox-structure.ml-three-image .single-image {
  max-height: 60vh !important;
}

@media screen and (max-width: 1024px) {
  .oneboxcenter-whitebox-structure.ml-three-image .single-image {
    max-height: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .oneboxcenter-whitebox-structure.ml-three-image {
    width: 83%;
  }
}

@media screen and (max-width: 1024px) {
  .oneboxcenter-whitebox-structure.ml-three-image .lmthree-title {
    padding-left: 120px;
  }
}

.oneboxcenter-whitebox-structure.ml-three-image .oneboxCenter-nobgLmthree {
  max-height: 90%;
}

.oneboxcenter-whitebox-structure.ml-three-image .oneboxCenter-nobgLmthree-scroll {
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.oneboxcenter-whitebox-structure .content-area {
  width: 80%;
  min-height: 10%;
  max-height: 30%;
  margin: 0 auto;
}

.oneboxcenter-whitebox-structure .content-area h2 {
  text-align: center;
  font-weight: bold !important;
}

.oneboxcenter-whitebox-structure .onebox-center-white {
  width: 93%;
  min-height: 300px;
  max-height: 300px;
  margin-top: 20px;
  padding: 30px;
  overflow-y: auto;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
}

.oneboxcenter-whitebox-structure .oneboxCenter-whiteLmthree {
  width: 93%;
  min-height: 270px;
  max-height: 270px;
  margin-top: 70px;
  padding: 30px;
  overflow-y: auto;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
}

.oneboxcenter-whitebox-structure .oneboxCenter-whiteLmthree.second-screen {
  min-height: 200px;
  max-height: 200px;
}

.oneboxcenter-whitebox-structure .oneboxCenter-ml-threeTwentyNine {
  width: 93%;
  margin-top: 20px;
  padding: 17px 30px;
  overflow-y: auto;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
}

.oneboxcenter-whitebox-structure .oneboxCenter-ml-threeTwentyNine.ligh-blue {
  background: #d8e5f5;
  min-height: 200px;
  max-height: 330px;
}

@media screen and (min-width: 1400px) {
  .oneboxcenter-whitebox-structure .oneboxCenter-ml-threeTwentyNine.ligh-blue {
    max-height: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .oneboxcenter-whitebox-structure .oneboxCenter-ml-threeTwentyNine.ligh-blue {
    max-height: 390px;
  }
  .oneboxcenter-whitebox-structure .oneboxCenter-ml-threeTwentyNine.ligh-blue ul li {
    margin-bottom: 5px;
  }
}

.oneboxcenter-whitebox-structure .oneboxCenter-nobgLmthree {
  width: 100%;
  min-height: 270px;
  max-height: 270px;
  margin-top: 45px;
}

.oneboxcenter-whitebox-structure .content-center-align {
  width: 200px;
  margin: 0 auto;
  margin-top: 15%;
}

@media screen and (max-width: 1024px) {
  .oneboxcenter-whitebox-structure {
    width: 60%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .oneboxcenter-whitebox-structure {
    width: 60%;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .oneboxcenter-whitebox-structure {
    width: 60%;
  }
}

.progress-checkbg-content p {
  line-height: 23px;
}

.progress-checkbg-content.thankyou {
  width: 37%;
  height: 53%;
}

@media screen and (max-width: 1024px) {
  .progress-checkbg-content.thankyou {
    width: 43%;
  }
}

.progress-checkbg-content.shadow-container {
  width: 40%;
  height: 350px;
  max-height: 400px;
  right: 18%;
  top: 12%;
  bottom: inherit;
  -webkit-box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.46);
}

@media screen and (max-width: 1200px) {
  .progress-checkbg-content.shadow-container {
    width: 46% !important;
    right: 6%;
    top: 10%;
    height: auto;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1100px) {
  .progress-checkbg-content.shadow-container {
    height: auto;
    min-height: 250px;
    max-height: 500px;
    overflow-y: auto;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content.shadow-container {
    height: auto;
    min-height: 250px;
    max-height: 500px;
    overflow-y: auto;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .progress-checkbg-content.shadow-container {
    height: auto;
    min-height: 250px;
    max-height: 530px;
    overflow-y: auto;
  }
}

.progress-checkbg-content.singlebox-rightimg {
  text-align: center;
}

.onebox-center-header {
  padding: 10px;
  height: 65px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  background: #002d51;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .onebox-center-header {
    font-size: 1.3rem;
  }
}

.onebox-center-header span {
  width: 100%;
  margin: auto;
}

.onebox-center-header.gray-center-header {
  margin: 0 auto;
  background: #848484;
  border: solid 2px #6f6f6f;
}

.onebox-center-header.gray-center-header div {
  width: 55%;
  height: 2px;
  top: 10px;
  margin: 0 auto;
  position: relative;
  background: #c1c1c1;
}

.onebox-leftside-header {
  width: 30%;
  height: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6e6f71;
  border: solid 1px #000;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.onebox-leftside-header span {
  width: 85%;
  padding-bottom: 10px;
  margin: 0 auto;
  border-bottom: solid 2px #c1c1c1;
}

.table-blueheader th {
  color: #fff;
  background: #102d50;
  font-weight: normal;
  border-left-color: #fff;
  border-right-color: #fff;
}

.table-blueheader th:first-child {
  border-left-color: inherit;
}

.table-blueheader th:last-child {
  border-right-color: inherit;
}

.table-blueheader th small {
  font-weight: normal;
}

.table-blueheader.th-bold th {
  font-weight: bold !important;
}

.table-blueheader .drop-item-blanks {
  width: 100%;
  height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 0;
}

.onebox-center .onebox-body {
  padding: 20px;
  height: calc(82% - 65px);
  overflow-y: auto;
  overflow-x: hidden;
}

.onebox-center .onebox-body.leftbox-rightcontent {
  height: 100%;
  width: 68% !important;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: inherit;
}

.onebox-center .onebox-body th {
  color: #fff;
  background: #4495c8;
  font-weight: normal;
}

.onebox-center .onebox-body th small {
  font-weight: normal;
}

.onebox-center .onebox-body.th-bold th {
  font-weight: bold !important;
}

@media screen and (max-width: 1024px) {
  .onebox-center .onebox-body {
    overflow-x: auto;
    overflow-y: auto;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .onebox-center .onebox-body {
    overflow-x: auto;
    overflow-y: auto;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .onebox-center .onebox-body {
    overflow-x: auto;
    overflow-y: auto;
  }
}

.table-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .list-none-style {
     li {
       list-style-type: none;
       &::before {
        content: "\f111";
        font-family: "Font Awesome 5 Brands";
       }
     } 
} */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1051;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal.pdf-templates-modal {
  background-color: rgba(0, 0, 0, 0);
}

.modal-header {
  position: relative;
  min-height: 40px;
}

.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff !important;
  background: #002d51 !important;
  border: none !important;
}

.modal-header h3 {
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* Modal Content/Box */
.modal-content {
  width: 60%;
  height: 70vh;
  padding: 20px;
  margin: 15% auto;
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 10px;
  behavior: url(PIE.htc);
}

.modal-content.pdf-templates {
  background-color: #002d51;
  padding: 0px 30px 30px 30px;
  margin: 7% auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .modal-content {
    width: 80%;
  }
}

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .correct-content.drag-alert, .incorrect-content.drag-alert {
    display: ruby-base-container;
  }
}

/* The Close Button */
.modal .close {
  height: 25px;
  width: 25px;
  margin-right: -24px;
  margin-top: -9px;
  color: #aaa;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 25px;
  background: #fbfbfb;
  border: solid 1px #f3f3f3;
  float: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 25px;
  behavior: url(PIE.htc);
}

.close:hover,
.close:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background: #002d51;
  border: solid 1px #002d51;
}

/* Down Profiles */
.dropbtn {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  outline: 0;
  background-position: -256px -200px;
  background-image: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
  border-radius: 30px;
  behavior: url(PIE.htc);
}

.dropbtn.helpbtn {
  background-position: -254px -306px;
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
  outline: none;
}

.dropdown-content .toparrow {
  width: 23px;
  height: 12px;
  position: absolute;
  background: url(../images/top-arrow.png);
  top: -12px;
  right: 30px;
}

.dropdown-content .toparrow.help-arrow {
  right: 15px;
}

.dropdown-content {
  width: 500px;
  display: none;
  padding: 20px 30px 30px 30px;
  color: #002d51;
  position: absolute;
  background-color: #fff;
  border: solid 1px #dcdcdc;
  right: -30px;
  top: 46px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 5px;
  behavior: url(PIE.htc);
}

.profile-scroll {
  margin-top: 10px;
  max-height: 480px;
  overflow-y: auto;
  position: relative;
}

.dropdown-content.resource-center {
  width: 410px !important;
  right: -15px;
  color: #033a67 !important;
}

.dropdown-content h3 {
  margin-top: 0;
  color: #ad4979;
  font-size: 1.5rem;
  font-weight: bold;
}

.dropdown-content h5 {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.dropdown-content h5 a {
  text-decoration: underline;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.dropdown-content h5:hover a {
  text-decoration: none;
}

.content-disabled {
  color: #cacaca !important;
  pointer-events: none;
  cursor: default;
}

.content-disabled a {
  color: #cacaca !important;
}

.dropdown-content-indent {
  padding-left: 45px;
}

.progress-content {
  width: 85%;
  padding-top: 3px;
  font-style: italic;
  display: table-cell;
}

.show {
  display: block;
}

.moduleicon-one {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  background-position: -158px -6px;
  background-image: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
  float: left;
}

.module-list {
  width: 100%;
  margin-bottom: 15px;
  float: left;
  outline: none;
}

.moduleicon-one.second {
  background-position: -158px -73px;
}

.moduleicon-one.third {
  background-position: -158px -131px;
}

.moduleicon-one.fourth {
  background-position: -158px -195px;
}

.moduleicon-one.fifth {
  background-position: -158px -262px;
}

.moduleicon-one.sixth {
  background-position: -158px -329px;
}

.logout {
  width: auto;
  text-align: right;
  cursor: pointer;
}

.logout a {
  font-size: 0.8125rem;
  font-weight: bold;
}

.logout a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.content-arrow {
  background-position: -256px -264px;
  background-image: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: -5px;
  position: absolute;
}

.content-tick {
  background-position: -100px -280px;
  background-image: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: -5px;
  position: absolute;
}

.fade1, .fade2, .fade3, .fade4 {
  display: none;
}

/* Slimscroll CSS */
.slimscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.slimscroll::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.slimscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #4284b9;
}

#ifrGPDF {
  border: 0px currentColor;
  -o-border-image: none;
     border-image: none;
  width: 100%;
  position: relative;
}

.outer-frame {
  height: 91%;
  -wekit-height: 91%;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .outer-frame {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
  }
}

/* .outer-frame iframe{ 
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
  }  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .outer-frame {
    height: 400px;
  }
}

.boxtype-answers {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 1px 3px;
  background: #002d51;
  float: left;
}

.boxtype-answers .option-box {
  width: 24.4%;
  height: 70px;
  margin-left: 3px;
  font-size: 1.5rem;
  color: #002d51;
  line-height: 70px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  background: #fff;
  float: left;
}

.boxtype-answers .option-box.active {
  color: #FFF;
  background: #002d51;
}

.blackbox-image {
  position: relative;
}

.blackbox-image #delay-alert {
  width: 52%;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.blackbox-image .blackbox-image-firstcol {
  width: 40%;
  float: left;
}

.blackbox-image .blackbox-image-secondcol {
  width: 60%;
  float: left;
}

.page-threeTwo-grid td {
  height: 30px;
}

.line-indent {
  width: 100%;
  padding-left: 25px;
  float: left;
}

.line-indent:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #002d51;
  margin-left: -18px;
  position: relative;
  top: -5px;
  right: 4px;
}

ol.list-style-typenone {
  list-style-type: none;
  margin-bottom: 12px;
  display: inline-block;
  margin-top: -5px;
}

.quot-twobox .lmtwo-quote {
  width: 30%;
  padding-top: 47px;
  color: #002d51;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  float: left;
}

.quot-twobox .lmtwo-quote h4 {
  font-size: 1.2rem !important;
}

.quot-twobox .lmtwo-quote ul {
  padding-left: 198px;
  text-align: left;
}

.quot-twobox .lmtwo-quote ul li {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.2rem !important;
}

@media screen and (max-width: 1024px) {
  .quot-twobox .lmtwo-quote ul {
    padding-left: 50px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .quot-twobox .lmtwo-quote ul {
    padding-left: 50px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .quot-twobox .lmtwo-quote ul {
    padding-left: 140px;
  }
}

.quot-twobox .lmtwo-rightbox-content {
  max-height: 400px;
  width: 56%;
  padding: 20px 20px 30px 20px;
  font-size: 1.125rem;
  margin-left: 50px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #002d51;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  float: left;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: -1px 4px 27px -8px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 4px 27px -8px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  behavior: url(PIE.htc);
}

.table-td-centered td {
  text-align: center;
}

.table-striped tr:nth-child(odd) {
  background: #e3ebf1;
}

.th-blue th {
  background: #4495c8 !important;
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}

.th-blue th:first-child {
  border-left-color: inherit;
}

.th-blue th:last-child {
  border-right-color: inherit;
}

.blue-strip {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #002d51;
}

.blue-strip.blue-strip-rounded {
  border-radius: 10px;
  -webkit-box-shadow: -1px 4px 27px -8px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 4px 27px -8px rgba(0, 0, 0, 0.75);
}

.th-bg-primary th {
  background: #002d51 !important;
  border-left-color: #fff;
  border-right-color: #fff;
}

.th-bg-primary th:first-child {
  border-left-color: inherit;
}

.th-bg-primary th:last-child {
  border-right-color: inherit;
}

.td-vaign-top td {
  vertical-align: top;
}

.dash {
  width: 15px;
  height: 1px;
  margin: auto;
  background: #002d51;
}

.lmtwo-demographics .col-label {
  width: 65px;
  line-height: 35px;
  float: left;
}

.lmtwo-demographics .droping-item {
  width: calc(100% - 65px);
  margin-bottom: 10px;
  border-bottom: solid 1px #666;
  float: left;
}

.completion-rate {
  width: 95%;
  position: absolute;
  bottom: 5%;
  margin: 0 auto;
}

.table-heaser-seperate {
  width: 100%;
  height: 4px;
  border: 0;
  padding: 0;
  position: relative;
}

.table-heaser-seperate div {
  position: absolute;
  width: 101%;
  height: 4px;
  top: 0;
  left: -4px;
  background: #fff;
}

.reduce-table-right {
  padding-right: 50px;
}

.reduce-table-righttwo {
  padding-right: 83px;
}

.reduce-table-rightthree {
  padding-right: 25px;
}

.bowelprepkit {
  width: 120px;
}

/*-------------------Loader-------------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.overlay .loading {
  border-radius: 50%;
  padding: 5px;
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  border: solid 5px #ececec;
  position: relative;
  top: 48%;
  left: 48%;
}

.overlay .loader-text {
  color: white;
  position: relative;
  top: 50%;
  margin-top: 10px;
  font-size: 1.1rem;
  text-align: center;
}

.overlay .loader-text.header {
  font-size: 1.5rem;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.questionGrid-lineheight {
  line-height: 21px !important;
}

.safety-across-table th {
  font-size: 0.9375rem;
  line-height: 20px;
}

.safety-across-table td {
  font-size: 0.72rem;
  vertical-align: top;
  line-height: 14px;
}

.safety-across-table td p {
  line-height: 14px;
  margin-bottom: 5px;
}

.safety-across-table td:first-child {
  vertical-align: top;
  text-align: center;
}

.safety-across-table td .precaution-btn {
  padding: 3px 15px;
  max-width: 50px;
  background: #b9b9b9;
  color: #fff !important;
  border-radius: 10px;
  line-height: 16px;
  display: block;
  margin: 15px auto;
}

.safety-across-table td .precaution-btn.active {
  background: #002d51 !important;
}

#table1, #table2, #table3, #table4, #table5, #table6, #table7, #table8 {
  display: none;
}

.light-icon .icon {
  width: 170px;
  height: 100px;
  left: 15px;
  position: absolute;
  background-image: url(../images/lm-three/light-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.light-icon .icon-quote {
  width: 170px;
  height: 100px;
  left: 20px;
  position: absolute;
  background-image: url(../images/lm-three/quot-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.lmthree-title {
  font-size: 2.2rem;
}

.positioning-statement {
  padding-top: 6%;
}

.lmThree-slider {
  position: relative;
}

.lmThree-slider img {
  margin: 0 auto;
}

.lmThree-slider .slide {
  display: none;
}

@media (min-width: 1100px) {
  .lmThree-slider img {
    max-width: 80% !important;
  }
}

.lmThree-slider .slider-icon {
  position: absolute;
  top: 40%;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #363636;
}

.lmThree-slider .slider-icon a {
  color: #FFF;
}

.lmThree-slider .slider-icon.right-icon {
  right: -40px;
}

.lmThree-slider .slider-icon.left-icon {
  left: -40px;
}

.img-shadow {
  -webkit-filter: drop-shadow(0px 5px 5px #ccc);
  filter: drop-shadow(0px 5px 5px #ccc);
}

.objection-handler {
  margin: 18% auto;
  width: 250px;
  text-align: center;
  padding: 10px 30px;
  background: #002d51;
  border-radius: 10px;
  color: #c2c7cd;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .objection-handler {
    margin: 28% auto;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .objection-handler {
    margin: 28% auto;
  }
}

.q-trademark-content {
  font-size: 15px;
  float: left;
  padding-left: 100px;
  margin-top: 20px;
  color: #002d51;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.onebox-footnote-content {
  font-size: 15px;
  float: left;
  padding-left: 20px;
  margin-top: 20px;
  color: #002d51;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.onebox-footnote-questionContent {
  width: 800px;
  margin: 0 auto;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  padding-top: 20px;
  color: #002d51;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.lmThree-bluebox-left {
  width: 67%;
  float: left;
}

@media screen and (max-width: 1024px) {
  .lmThree-bluebox-left {
    width: 55%;
  }
}

.lmThree-bluebox-right {
  width: 33%;
  float: left;
}

@media screen and (max-width: 1024px) {
  .lmThree-bluebox-right {
    width: 45%;
  }
}

/* .learningmodules-hide {
    display: none;
} */
.slider-alignment {
  margin-top: 30px !important;
}

.slider-alignment img {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .slider-alignment {
    margin-top: 50px !important;
  }
}

.front-back {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .front-back {
    width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .print-front-img {
    max-width: 250px;
  }
}

@media screen and (max-width: 1024px) {
  .lmthree-begenbtn {
    margin-top: 30px;
  }
}

.lmthree-imgipad {
  margin-top: 20px !important;
}

@media screen and (max-width: 1024px) {
  .lmthree-imgipad {
    margin-top: 50px !important;
  }
}
