@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  /*color: #85919d;*/
  color: #6a6a6a;
  height: 100%;
  position: relative;
}
body.fh5co-overflow {
  overflow-x: auto;
}

a {
  color: #BA0000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #BA0000;
  outline: none;
  text-decoration: none;
}

p, figure {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #484c50;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}


.btn-quex {
  background: #ff5e32;
  color: #fff;
  border: 2px solid #ff5e32;
  min-width: 50%;
}
.btn-quex:hover, .btn-quex:focus, .btn-quex:active {
   color: #fff;
 opacity: 0.8;
}
.btn-perc{
background: #BA0000;
  color: #fff;
  border: 2px solid #BA0000;
  min-width: 50%;
}
.btn-perc:hover, .btn-perc:focus, .btn-perc:active {
   color: #fff;
 opacity: 0.8;
}

.btn-primary-qbh {
  background: #ff5e32;
  color: #fff;
  border: 2px solid #ff5e32;

}
.btn-primary-qbh:hover, .btn-primary-qbh:focus, .btn-primary-qbh:active {
  background: #fc7651 !important;
   color: #fff !important;
  border-color: #fc7651 !important;
}

.btn-primary {
  background: #BA0000;
  color: #fff;
  border: 2px solid #BA0000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #CC4F57 !important;
  border-color: #CC4F57 !important;
}
.btn-secondary{
  background-color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #CC4F57 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #BA0000;
  border: 2px solid #BA0000;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #BA0000;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #BA0000;
}

.qbh-inp:focus, .qbh-inp:active{
  border-color: #ff5e32 !important;
}
.premium-form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;

  font-weight: 300;
}
.premium-form-control {
  display: block;
    width: 100%;
    /*height: 42px;*/
    padding: 10px 20px;
      font-size: 18px;
    /*line-height: 1.42857;*/
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.premium-form-control:active, .premium-form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #cfc83a;
}

.formative-test{
  font-size: 5em;
    padding-bottom: 15%;
    text-align: center;
    margin: 0 auto;
}


body {
  background: #efefef url(../images/white_wave.png) repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body {
    background: #efefef url(../images/white_wave_@2X.png) repeat;
  }
}

.boxed #fh5co-page {
  max-width: 1340px;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.boxed #fh5co-page .container {
  max-width: 1140px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .boxed #fh5co-page {
    max-width: 1060px;
    max-width: 960px;
  }
  .boxed #fh5co-page .container {
    max-width: 960px;
    max-width: 780px;
  }
}

#fh5co-header {
      background-color: rgba(0,0,0,0.3);
    padding-bottom: 2%;
  position: absolute;
  width: 100%;
  left: 0;
  /*padding-top: 50px;*/
  padding-top: 80px;
  z-index: 12;
}


#fh5co-logo{
  padding-top: 2%;
}
#fh5co-header #fh5co-logo {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  /*top: -41px;*/
  top:-12px;
      z-index: 3;
}
#fh5co-header #fh5co-logo a {
  font-size: 30px;
  font-weight: 500;
  color: white;
}
#fh5co-header #fh5co-logo a span {
  color: #BA0000;
}
#fh5co-header nav {
  position: relative;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}

#fh5co-header nav ul li {
  display: inline;
}
#fh5co-header nav ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
#fh5co-header nav ul li a:hover {
  color: white;
}
#fh5co-header nav ul li.fh5co-cta-btn a {
  position: relative;
  border-bottom: none;
  padding: 7px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header nav ul li.fh5co-cta-btn a:hover {
  border: 2px solid white;
}
#fh5co-header nav ul li.active a {
  color: white;
}
#fh5co-header nav ul.left-menu li {
  margin-right: 30px;
}
#fh5co-header nav ul.right-menu li {
  margin-left: 30px;
}
#fh5co-hero-cus {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
#fh5co-hero {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #fh5co-hero {
    /*height: 450px;*/
  }
  .ind-hero{
    height: 683px !important;
  }
}

.fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d36;
  /*opacity: .54;*/
 z-index: 2;
}
#fh5co-hero-cus .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d36;
  opacity: .54;
  z-index: 9;
}
#fh5co-hero-cus .fh5co-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}


#fh5co-hero .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a2d36;
  opacity: .54;
  z-index: 9;
}
#fh5co-hero .fh5co-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-intro {
    /*height: 450px;*/
  }
}
#fh5co-hero-cus .fh5co-intro > div {
  vertical-align: middle;
  display: table-cell;
}
#fh5co-hero-cus .fh5co-intro > div .fh5co-left-position {
  width: 65%;
  float: left;
}


#fh5co-hero .fh5co-intro > div {
  vertical-align: middle;
  display: table-cell;
}
#fh5co-hero .fh5co-intro > div .fh5co-left-position {
  width: 65%;
  float: left;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div .fh5co-left-position {
    width: 100%;
  }

  #fh5co-hero-cus .fh5co-intro > div .fh5co-left-position {
    width: 100%;
  }
}

#fh5co-hero-cus .fh5co-intro > div .fh5co-center-position {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
#fh5co-hero .fh5co-intro > div .fh5co-center-position {
  width: 65%;
  text-align: center;
  margin: 0 auto;
  color: #e9e9e9;
}
@media screen and (max-width: 992px) {
   #fh5co-hero-cus .fh5co-intro > div .fh5co-center-position {
    width: 100%;
    text-align: center;
  }
  #fh5co-hero .fh5co-intro > div .fh5co-center-position {
    width: 100%;
    text-align: center;
  }
}
#fh5co-hero-cus .fh5co-intro > div .fh5co-right-position {
  width: 65%;
  float: right;
  text-align: right;
}
#fh5co-hero .fh5co-intro > div .fh5co-right-position {
  width: 65%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 992px) {
  #fh5co-hero-cus .fh5co-intro > div .fh5co-right-position {
    width: 100%;
    text-align: left;
  }
  #fh5co-hero .fh5co-intro > div .fh5co-right-position {
    width: 100%;
    text-align: left;
  }
}
#fh5co-hero-cus .fh5co-intro > div h2 {
  font-size: 70px;
  line-height: 87px;
  font-weight: 100;
  color: white;
}
#fh5co-hero .fh5co-intro > div h2 {
  font-size: 70px;
  line-height: 87px;
  font-weight: 100;
  color: white;
}
@media screen and (max-width: 992px) {
  #fh5co-hero-cus .fh5co-intro > div h2 {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
  }
  #fh5co-hero .fh5co-intro > div h2 {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
  }
}
#fh5co-hero-cus .fh5co-intro > div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
#fh5co-hero .fh5co-intro > div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
@media screen and (max-width: 992px) {
  #fh5co-hero-cus .fh5co-intro > div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
  #fh5co-hero .fh5co-intro > div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}
#fh5co-hero-cus .fh5co-intro > div .btn-outline, #fh5co-hero-cus .fh5co-intro > div .btn-primary {
  padding: 20px 30px !important;
  min-width: 200px;
  font-size: 18px;
}
#fh5co-hero .fh5co-intro > div .btn-outline, #fh5co-hero .fh5co-intro > div .btn-primary {
  padding: 20px 30px !important;
  min-width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #fh5co-hero-cus .fh5co-intro > div .btn-outline, #fh5co-hero-cus .fh5co-intro > div .btn-primary {
    /*padding: 10px 30px !important;*/
    padding: 17px 30px !important;
    width: 100%;
  }
  #fh5co-hero .fh5co-intro > div .btn-outline, #fh5co-hero .fh5co-intro > div .btn-primary {
    /*padding: 10px 30px !important;*/
    padding: 17px 30px !important;
    width: 100%;
  }
}
/*Cus*/
#fh5co-hero-cus .fh5co-intro > div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
#fh5co-hero-cus .fh5co-intro > div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
 .fh5co-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
.fh5co-learn-more a {
  display: block;
}
 .fh5co-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
 .fh5co-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #BA0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

/*End cus*/



#fh5co-hero .fh5co-intro > div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
#fh5co-hero .fh5co-intro > div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.fh5co-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
 .fh5co-learn-more a {
  display: block;
}
.fh5co-learn-more a .text {
  display: block;
  color: #4a4a4a80
  margin-bottom: 20px;
}
.fh5co-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #BA0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
 .fh5co-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}
.no-js-fullheight-ind {
  height: 869px;
}
.no-js-fullheight {
  height: 869px;
}
.custom-js-fullheight {
  height: 100%;
}


.fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}


.fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#fh5co-features,
#fh5co-features-2,
#fh5co-features-3,
#fh5co-features-4,
#fh5co-projects,
#fh5co-banner,
#fh5co-testimonials,
#fh5co-about,
#fh5co-subscribe,
#fh5co-info,
#fh5co-pricing,
#fh5co-faqs,
#fh5co-footer {
  background-color: #fff;
  padding: 7em 0;
}

#fh5co-percexam{
  background-color: #fff;
  padding: 1em 0;
}


#fh5co-banner{
      background: #ffffff;
}
#fh5co-qbexampage{
  background: #ffffff;

}

#fh5co-projects {
  background: #f9f9f9;
}
#fh5co-projects .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}

#fh5co-projects .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-projects .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item .fh5co-text {
  padding: 30px 10px 10px 20px;
  text-align: center;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2, #fh5co-projects .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #484c50;
}
#fh5co-projects .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-projects .fh5co-project-item .fh5co-text p {
  color: #85919d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-projects .fh5co-project-item:hover, #fh5co-projects .fh5co-project-item:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#fh5co-projects .fh5co-project-item:hover img, #fh5co-projects .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-projects .fh5co-project-item:hover h2, #fh5co-projects .fh5co-project-item:hover span, #fh5co-projects .fh5co-project-item:focus h2, #fh5co-projects .fh5co-project-item:focus span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item:hover p, #fh5co-projects .fh5co-project-item:focus p {
  color: #484c50;
}

#fh5co-features .fh5co-devices {
  margin-bottom: 40px;
}
#fh5co-features .fh5co-devices img {
  margin: 0 auto;
}
#fh5co-features .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}

#fh5co-features .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-features .fh5co-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}

#fh5co-features .fh5co-feature .fh5co-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #fff8f8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature .fh5co-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #BA0000;
}
#fh5co-features .fh5co-feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#fh5co-features-2, #fh5co-features-3, #fh5co-features-4 {
  background: #f9f9f9;
  overflow: hidden;
}
#fh5co-features-2 .fh5co-label, #fh5co-features-3 .fh5co-label, #fh5co-features-4 .fh5co-label {
  display: block;
}
#fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 40px;
}

#fh5co-features-2 .fh5co-feature, #fh5co-features-3 .fh5co-feature, #fh5co-features-4 .fh5co-feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon, #fh5co-features-3 .fh5co-feature .fh5co-icon, #fh5co-features-4 .fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon i, #fh5co-features-3 .fh5co-feature .fh5co-icon i, #fh5co-features-4 .fh5co-feature .fh5co-icon i {
  font-size: 40px;
  color: #BA0000;
}

#fh5co-features-2 .fh5co-feature .fh5co-text, #fh5co-features-3 .fh5co-feature .fh5co-text, #fh5co-features-4 .fh5co-feature .fh5co-text {
  float: right;
  width: 85%;
}
#fh5co-features-2 .fh5co-feature h3, #fh5co-features-3 .fh5co-feature h3, #fh5co-features-4 .fh5co-feature h3 {
  font-size: 24px;
  color: #484c50;
  margin-bottom: 10px;
  font-weight: 300;
}
#fh5co-features-2 .fh5co-btn-action, #fh5co-features-3 .fh5co-btn-action, #fh5co-features-4 .fh5co-btn-action {
  width: 100%;
  float: left;
}
#fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
  margin-left: 15%;
}
@media screen and (max-width: 480px) {
  #fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-features-2 .fh5co-feature-image img, #fh5co-features-3 .fh5co-feature-image img, #fh5co-features-4 .fh5co-feature-image img {
    max-width: 100%;
  }
}

#fh5co-features-3 {
  background: #fff;
}

#fh5co-testimonials.boredr-top {
  border-top: 1px solid #f0f2f3;
}
#fh5co-testimonials .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}

#fh5co-testimonials .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#fh5co-testimonials .slides {
  z-index: 99;
}
#fh5co-testimonials .slides li blockquote {
  border-left: none;
  padding-left: 0;
  font-size: 26px;
  line-height: 46px;
  margin-bottom: 0;
}
#fh5co-testimonials .slides li p cite {
  font-size: 16px;
}
#fh5co-testimonials .flexslider-controls {
  margin-left: -15px;
  z-index: 100;
  position: relative;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav {
  padding-bottom: 30px;
}

#fh5co-testimonials .flexslider-controls .flex-control-nav li {
  cursor: pointer;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li img {
  cursor: pointer;
  width: 20px;

  opacity: .3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
  opacity: 1;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li:hover img {
  opacity: 1;
}

#fh5co-about .fh5co-social a {
  font-size: 35px !important;
  color: #b3b3b3 !important;
}

#fh5co-percexam .fh5co-social a {
  font-size: 35px !important;
  color: #b3b3b3 !important;
}

#fh5co-about .fh5co-social a:hover {
  color: #333333 !important;
}
#fh5co-about .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 30px;
}

#fh5co-about .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-about .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}



#fh5co-percexam .fh5co-social a:hover {
  color: #333333 !important;
}
#fh5co-percexam .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 30px;
}

#fh5co-percexam .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-percexam .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#fh5co-subscribe {
  background: #f9f9f9;
  padding: 3em 0;
  padding-bottom: 0;
}
#fh5co-subscribe h3 {
  float: left;
  width: 30%;
  top: 10px;
  font-size: 26px;
  margin-bottom: 0;
  position: relative;
}
#fh5co-subscribe h3 label {
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  #fh5co-subscribe h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#fh5co-subscribe form {
  width: 100%;
  float: right;
  position: relative;
}
@media screen and (max-width: 992px) {
  #fh5co-subscribe form {
    width: 100%;
  }
}
#fh5co-subscribe form .fh5co-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  #fh5co-subscribe form .fh5co-icon {
    position: absolute;
    top: 26px;
  }
}
#fh5co-subscribe form input[type="email"] {
/*  width: 100%;
  background: #ededed;
  border: none;
  padding-left: 50px;
  padding-right: 170px;*/
}
@media screen and (max-width: 480px) {
  /*#fh5co-subscribe form input[type="email"] {
    margin-bottom: 10px;
    padding-right: 50px;
  }*/
}
#fh5co-subscribe form input[type="submit"] {
  /*position: absolute;
  right: 0;
  top: 0;
  margin-right: -4px;
  height: 54px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 300;
  width: 160px;*/
}
@media screen and (max-width: 480px) {
  /*#fh5co-subscribe form input[type="submit"] {
    position: relative;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }*/
}

#fh5co-info {
  background: #BA0000;
}
#fh5co-info .fh5co-label {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-info .fh5co-lead {
  color: white;
}
#fh5co-info p {
  color: white;
}

#fh5co-pricing {
  background: #f9f9f9;
}
#fh5co-pricing .price-box-custom {
  width: 100%;
  background: #fff;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#fh5co-pricing .price-box-custom.popular {
  border: 2px solid #BA0000;
}
#fh5co-pricing .price-box-custom.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #BA0000;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box-custom.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #BA0000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}



#fh5co-pricing .price-box {
  background: #fff;
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #BA0000;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #BA0000;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #BA0000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  /*margin: 0 0 30px 0;*/
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#fh5co-faqs .fh5co-faq-list {
  margin: 0;
  padding: 0;
}
#fh5co-faqs .fh5co-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 24px;
  list-style: none;
}

#fh5co-faqs .fh5co-faq-list li h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}


#fh5co-footer {
  padding-bottom: 0;
}
#fh5co-footer a {
  color: #6a7885;
}
#fh5co-footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  #fh5co-footer .fh5co-footer-widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
#fh5co-footer .fh5co-footer-widget h3 {
  font-size: 18px;
  font-weight: 400;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li {
  padding: 0;
  margin: 0;
  list-style: none;
/*margin-bottom: 15px;*/
  line-height: 24px;
      font-size: 14px;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li a {
  color: #6a7885;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-copyright {
  border-top: 1px solid #f0f2f3;
  padding: 40px 0;
}
#fh5co-footer .fh5co-copyright a {
  font-weight: 700;
}
#fh5co-footer .fh5co-copyright p {
  margin-bottom: 0;
}
#fh5co-footer .fh5co-copyright p small {
  font-size: 15px;
}
#fh5co-footer .fh5co-copyright .fh5co-left {
  float: left;
}
#fh5co-footer .fh5co-copyright .fh5co-right {
  float: right;
}


.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  display: inline;
}
.fh5co-social li a {
  padding: 4px 7px;
  font-size: 22px;
}
.fh5co-social li a:hover {
  text-decoration: none !important;
  color: #BA0000 !important;
}

.fh5co-person {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .fh5co-person {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
.fh5co-person figure {
  margin: 0 auto 30px auto;
}
.fh5co-person figure img {
  margin: 0 auto;
  display: block;
}
.fh5co-person .fh5co-name {
  margin-bottom: 0;
  color: #484c50;
}
.fh5co-person .fh5co-designation {
  color: #85919d;
}
.fh5co-person .fh5co-bio {
  text-align: left;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-offcanvas ul li.active a {
  color: #BA0000;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}


.row-top-padded-lg {
  padding-top: 7em;
}


.row-bottom-padded-md {
  padding-bottom: 4em;
}


.row-top-padded-md {
  padding-top: 4em;
}


.row-bottom-padded-sm {
  padding-bottom: 2em;
}

.row-top-padded-sm {
  padding-top: 2em;
}


.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=red.css.map */
.button-footer{
padding: 15px;
    /*text-align: right;*/
    border-top: 1px solid #e5e5e5;
}

.mod_input{
  border: 2px solid rgb(255, 255, 255) !important;
  color: #fff !important;
}
#mod-fh5co-header {
  position: absolute;
  width: 100%;
  left: 0;
  /*padding-top: 50px;*/
  z-index: 12;
  font-size: 15px;
}
#mod-fh5co-header nav ul li a:hover {
    color: #333;
}
#mod-fh5co-header nav ul li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}
#mod-fh5co-header nav ul li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}
#mod-fh5co-header #fh5co-logo {
  text-align: center;
  display: block;
  /*position: absolute;*/
  width: 100%;
  left: 0;
  /*top: -41px;*/
  top:-12px;
  z-index: 1;
}
#mod-fh5co-header #fh5co-logo a {
  font-size: 30px;
  font-weight: 500;
  color: white;
}
#mod-fh5co-header #fh5co-logo a span {
  color: #BA0000;
}
#mod-fh5co-header nav {
  position: relative;
}
#mod-fh5co-header nav ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}
#mod-fh5co-header nav ul li {
  display: inline;
}
#mod-fh5co-header nav ul li a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
#mod-fh5co-header nav ul li a:hover {
  color: #BA0000;
}
#mod-fh5co-header nav ul li.fh5co-cta-btn a {
  position: relative;
  border-bottom: none;
  padding: 7px 20px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#mod-fh5co-header nav ul li.fh5co-cta-btn a:hover {
  border: 2px solid #BA0000;
}
#mod-fh5co-header nav ul li.active a {
  color: white;
}
#mod-fh5co-header nav ul.left-menu li {
  margin-right: 30px;
}
#mod-fh5co-header nav ul.right-menu li {
  margin-left: 30px;
}
.mod-big-text{
  font-size: 40px;
    line-height: 87px;
    font-weight: 100;
}
.second-step{
  margin-top: 5%;
}
.mod-label{
  color: #dadada;


      padding: 2% 2% 0 2%;
}
#topicTable > tbody > tr {
  border-bottom: 1px solid #efefef;
  /*padding-bottom: 2px;*/
}
#topicTable > tbody > tr > th{
  border-top: none !important;
}
#topicTable > tbody > tr > td{
  border-top: none !important;
  padding: 12px;
}
#topicTable > tbody >  tr:hover td{
  background-color: #BA0000 !important;
  cursor: pointer;
  color:#fff !important;
}

#examTable > tbody > tr {
  border-bottom: 1px solid #efefef;
  /*padding-bottom: 2px;*/
}
#examTable > tbody > tr > th{
  border-top: none !important;
}
#examTable > tbody > tr > td{
  border-top: none !important;
  padding: 12px;
}
#examTable > tbody >  tr:hover td{
  background-color: #BA0000 !important;
  cursor: pointer;
  color:#fff !important;
}

#bookExamTable > tbody > tr {

  border-bottom: 1px solid #efefef;
  /*padding-bottom: 2px;*/
}
#bookExamTable > tbody > tr > th{
  border-top: none !important;
}
#bookExamTable > tbody > tr > td{
  padding: 12px;
  border-top: none !important;
}

#bookExamTable > tbody >  tr:hover td{

  background-color: #BA0000 !important;
  cursor: pointer;
  color:#fff !important;
}
#bookExamTable > tbody > tr.lock-feature {

  border-bottom: 1px solid #efefef;
  /*padding-bottom: 2px;*/
}

#bookExamTable > tbody > tr.lock-feature > td{
  padding: 12px;
  border-top: none !important;
  opacity: .5;
}
#bookExamTable > tbody >  tr.lock-feature:hover td{
  
  background-color: #cfc83a !important;
  cursor: pointer;
  color:#fff !important;
  opacity: 1;
}
#examTable > tbody > tr.lock-feature {

  border-bottom: 1px solid #efefef;
  /*padding-bottom: 2px;*/
}

#examTable > tbody > tr.lock-feature > td{
  padding: 12px;
  border-top: none !important;
  opacity: .5;
}
#examTable > tbody >  tr.lock-feature:hover td{
  
  background-color: #cfc83a !important;
  cursor: pointer;
  color:#fff !important;
  opacity: 1;
}
#topicTable > tbody > tr.lock-feature {

  border-bottom: 1px solid #efefef;
  /*padding-bottom: 2px;*/
}

#topicTable > tbody > tr.lock-feature > td{
  padding: 12px;
  border-top: none !important;
  opacity: .5;
}
#topicTable > tbody >  tr.lock-feature:hover td{
  
  background-color: #cfc83a !important;
  cursor: pointer;
  color:#fff !important;
  opacity: 1;
}
.btn-premium{
  background-color: #cfc83a !important;
margin-top: 2%;
        color: #fff;
    border: 2px solid #cfc83a;
}
.btn-premium:hover{
  background-color: #d9d130 !important;

        color: #fff;
    border: 2px solid #d9d130;
}
.btn-premium:hover, .btn-premium:focus, .btn-premium:active {
   background-color: #d9d130 !important;

        color: #fff;
    border: 2px solid #d9d130;
}


.btn-view-details{
background-color: #fff !important;
        
}
.btn-view-details:hover{
  background-color: #BA0000 !important;

        color: #fff !important;
    /*border: 2px solid #BA0000;*/
}
.btn-view-details:hover, .btn-view-details:focus, .btn-view-details:active {
   background-color: #BA0000 !important;

        color: #fff !important;
    /*border: 2px solid #CC4F57;*/
}

.quex_{
  color:#BA0000;
  text-align: right;
}
.premium{
  color:#cfc83a;
  text-align: right;
      opacity: 1 !Important;
}
.sectionItemsWrapper:hover{
  border: 1px solid #BA0000 !important;
cursor: pointer;
background-color: #BA0000 ;
color: #fff;
}
.sectionItemsWrapper:hover b{

color: #fff !important;
}
.sectionItemsWrapper:hover span{

color: #fff !important;
}
.sectionItemsWrapperTotal{
  float: right;
  color: #dadada;
  font-weight: 300;
}
.make-it-red{
  color: #BA0000;
}
.examTestNumber{
/*  border: 1px solid #BA0000; 
  background-color: #BA0000;*/
  padding: 1% 1% 0px 1%; margin: 2% 0 0% 0; 
  font-size: 50px; 
  color:#BA0000;
      line-height: 1;
}
.examSectionTitle{
   /*float: right;*/
  color: #7b7b7b;
  font-weight: 300;
  padding-top: 2%;
  font-size: 20px;  
}
#btnShuffle:hover{
  border:2px solid #BA0000 !important;
}
#btnDoneMastery:hover{
    color: #BA0000 !important;
    background-color: #fff !important;
    border:2px solid #BA0000 !important;
}
.examSectionQuestion{
  font-size: 35px;
  color:#7b7b7b; 
  line-height: 44px;
  margin-bottom: 2%;
  padding: 0 1%;
}
.answerWrapper{
     border-radius: 5px;
    border: 1px solid #848484; 
margin-bottom: 2%;
  padding: 2%;  font-size: 20px; color:#777777;
  transition: all .1s ease-out;
}
.choosenAnswer{
    /*border: 1px solid #90cc81; */
    /*background-color: #90cc81;*/
    /*border: 5px solid #000000;*/
    box-shadow: inset 0 0 10px #000000;
    /*color:#fff;*/
    cursor: pointer;
    font-weight: 500;
    transition: all .1s ease-in;
}

.correctAnswer{
    border: 1px solid #41c200; 
    /*background-color: #90cc81;*/
    /*border: 5px solid #000000;*/
    box-shadow: inset 0 0 30px #41c200;
    /*color:#fff;*/
    cursor: pointer;
    transition: all .1s ease-in;
}
.notchoosenAnswer{
    border-radius: 5px;
    border: 1px solid #848484; 
  margin-bottom: 2%;
  padding: 2%;  font-size: 20px; color:#b3b3b3;
  transition: all .1s ease-out;
}
.wrongAnswer{
   border: 1px solid #ca5050; 
    /*background-color: #ca5050;*/
    /*color:#fff;*/
      /*border: 5px solid #ca5050;*/
      box-shadow: inset 0 0 10px #ca5050;
      /*box-shadow: inset 0 0 10px #616161;*/
    cursor: pointer;
    transition: all .1s ease-in;
}
.answerWrapper:hover{
  /*border: 1px solid #90cc81; */
  /*border: 5px solid #000000;*/
  box-shadow: inset 0 0 10px #000000;
    /*background-color: #90cc81;*/
    /*color:#fff;*/
    cursor: pointer;
    transition: all .1s ease-in;
    font-weight: 500;
}
#answerSecSubmit , #nextQuestion{
  float: right;
}
.secQuestionNumbering{
  padding-left: 1%;
  color: #c3c3c3;
}
.bg-success {
    background-color: #90cc81!important;
}
.bg-danger {
  background-color: #BA0000!important;

}
.bg-secondary{
  background-color: #dadada!important;
}
.yourScore{
  padding: 0px !important;
  margin: 0px !important;
}
.noHover{
    pointer-events: none;
}
.done-page{
  text-align: center;
}
.yourScoreLabel{
      font-size: 118px;
    color: #BA0000;
    padding: 0px;
    margin: 9% 0px 7%;
}

.scoreBoard{
  font-size: 30px;
}
.scoreDigits{
  font-weight: bold;
  font-size: 50px;
}
#modalSectionInfo_btnClose{
  float: right;
}

.dashboard{
  margin-top: 7%;
}
.myexams-table > tbody > tr > td {
    padding: 13px;
    border: none;
    vertical-align: middle;
}
.table > thead > tr > th {
    border-bottom-width: 1px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 4px;
    /*color: #C1C3C6;*/
}
.reviewanswer{
  margin:4% 0 3% 0;
    font-size: 56px;
    padding: 0 0 0 1%;
    color: #BA0000;
}
.con-as-guest-wrapper{
  text-align: center;
}
.db_exam_table{
  background-color: #BA0000;
}
.db_exam_table > th{
  color: #fff !important;
  padding: 13px !important;
}
div.polaroid {
  /*width: 250px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

div.cont {
  padding: 10px;
}

.back-btn{
  cursor: pointer;
}
.back-btn:hover{
  color: #CC4F57;
}
.rg_label{
  font-weight: 400 !important;
}
#btn_rg{
  padding:0px !important;
}
.btn-register{
      background: #BA0000;
    color: #fff;
    border: 2px solid #BA0000;
}
.btn-register:hover , .btn-register:focus, .btn-register:active{
      background: #CC4F57;
    color: #fff !important;
    border: 2px solid #CC4F57;
}
.c_flag{
  display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: lighter !important;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #d73d33;
    border-radius: 50px;
    position: relative;
    top: -40px;
}


.copyright{
  background-image: url(../images/copyright.jpg);
  background-size: cover;
}
.lds-dual-ring {
  /*display: inline-block;*/
  width: 64px;
  height: 64px;
  z-index: 9999999;
  position: absolute;
    left: 50%;

}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #BA0000;
  border-color: #BA0000 transparent #BA0000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.lds-dual-ring-tmp {
  /*display: inline-block;*/
  width: 64px;
  height: 64px;
  z-index: 9999999;
  position: absolute;
    left: 45%;

}
.lds-dual-ring-tmp:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #BA0000;
  border-color: #BA0000 transparent #BA0000 transparent;
  animation: lds-dual-ring-tmp 1.2s linear infinite;
}
@keyframes lds-dual-ring-tmp {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lblwaiting{
  margin-top: 14%;
}

/* Loading*/


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.btn-primary:disabled {
  background: #CC4F57 !important;
  border-color: #CC4F57  !important;
}
.bottom-left {
  position: absolute;
 bottom: 33px;
    left: 0px;

    background-color: rgba(0,0,0,0.3);
    padding: 0px 12px;
    color: #fff;
    font-size:12px;
}
.view-figures{
   float: right;
    position: relative;
    top: -7px;
    background-color: transparent !important;
}
.overflow{
        overflow:auto;
        height: 400px;
        width: 100%;
        padding:1%;
        /*background-color: #b44040 !important; */
      }


.figure{
   border-radius: 5px;
    border: 1px solid #848484; 
margin-bottom: 2%;
  padding: 2%;  font-size: 20px; color:#777777;
  transition: all .1s ease-out;
}

.fg-wrong{
  border: 1px solid #ca5050; 
    /*background-color: #ca5050;*/
    /*color:#fff;*/
      /*border: 5px solid #ca5050;*/
      box-shadow: inset 0 0 10px #ca5050;
      /*box-shadow: inset 0 0 10px #616161;*/
    transition: all .1s ease-in;
}
.fg-correct{
  border: 1px solid #41c200; 
    /*background-color: #90cc81;*/
    /*border: 5px solid #000000;*/
    box-shadow: inset 0 0 30px #41c200;
    /*color:#fff;*/
    transition: all .1s ease-in;
}

.dashboard-progress-percentage{
    margin: 0px 0px 7px;
    font-size: 14px;
    color: #267d21;
}
.table-hover > tbody > tr:hover{
  /*background-color:#818892 !important;
  color: #fff !important;*/

  box-shadow: 0 2px 15px 0 rgba(0,0,0,.16), 0 2px 20px 0 rgba(0,0,0,.12) !important;
transition: all .1s ease-in;
}
.table-hover > tbody > tr:hover td{
  font-weight: bold;
  color: #4e4e4e;
  /*font-size: 18px;*/
  /*background-color:#818892 !important;
  color: #fff !important;*/
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;*/
transition: all .1s ease-in;
}
.table > thead > tr > th {
    
     border: 2px solid #BA0000 !important; 
}

.make-white{
    padding-left: 2% !important;
    color:#fff !important;
}

.class-td{
        
    padding:1% !important;
}

.border-rad-50{
  border-radius: 50px !important;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff !important;
    background-color: #ba0202 !important;
    border-color: #ba0202 !important;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 20px;
    line-height: 1.42857;
    text-decoration: none;
    color: #a9a9a9 !important;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.dropdown-menu:li {
    text-align: left;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 1%; 
 }

 .dropdown-menu {
  /*display: block !important;*/
    position: absolute !important;
    margin-top: 11px !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    /*padding: 5px 0;*/
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;

    border-radius: 0px !important;
    padding-top: 19% !important;
}
.dropdown-toggle{
        padding-bottom: 5% !important;
}

ul.dropdown-menu > li > a {
    color: #b7b7b7 !important;
    font-size: 15px !important;
    /*padding: 2px 10%;*/
    margin: 0px !important;
}

ul.dropdown-menu > li > a:hover {
    background-color:#fff !important;
    color:#BA0000 !important;
}

.feeds-cont{
    text-align:center;
}
.feed-icon{
   color: #85919d;
        font-size: 124px; 
}
.lblfeedback{
        color: #ba0101;
    font-weight: bold;
    font-size: 81px;
    margin-bottom: 7% !important;
}
#submitfeed{
    float: right;
    width: 34%;
    position: relative;
    top: -63px;
}
.fillup-lbl{
    color:#BA0000 !important;
}
#fh5co-header nav ul li >.cus_a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  
  .price-box-custom{
    width: 50% !important;
    margin:auto !important;
  }
  #intro-wrapper-two{
    padding-top: 20% !important; 
  }
  
}
@media (min-width: 992px) {
  

  #intro-wrapper-two{
    padding-top: 20% !important; 
  }
  
}
/*Ipad*/
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #intro-wrapper-two{
    padding-top: 20% !important; 
  }
  .js-fullheight{
    
    padding: 5em 0;
  }
  .no-right-padding{
 padding-right: 15px !important;
  }



}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
 
  .no-right-padding{
 padding-right: 15px !important;
  }

}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  .price-box-custom{
    width: 50% !important;
    margin:auto !important;
  }

  
}


.nopadding{
    padding:0px !important;
}

.googleplay{
    
    width: 40%;

    position: absolute;
    bottom: 4%;
    left: 30%;
}

.p-italic{
  font-style: italic !important;  
}
.skyblue-border{
      border: 1px solid #79d6d8 !important;
}
.mb-0{
  margin-bottom: 0 !important;
}

.qbh_goback:hover{
  cursor: pointer;
}
.qbh-done{
  position: relative;
    float: right;
    right: 2%;
}
.qbh-done:hover{
  cursor: pointer;
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
  
   .no-right-padding{
 padding-right: 15px !important;
  }
   .no-js-fullheight-ind {
    height: 531px;
    padding: 0em 0;

  }

     #fh5co-logo{
        padding-top: 7%;
    }
    #logo-wrapper{
        padding: 5%;
    }

    #submitfeed{
        position: initial;
        float: initial;
        margin-top: 4%;
        width: 100%;
        margin-bottom: 4%;
    }
    .flex-control-nav{
        padding-right: 10%;
        line-height: 36px;
        padding-left: 10%;
    }
    #fh5co-hero-cus {
        height: 530px;
    }
    #fh5co-hero {
        height: 576px;
    }
    .cus-intro{
      /*padding-top: 29% !important;*/
    }
    
    #modalGuestLogin{
        z-index: 9999;
        top: 0px !important;
    }
    #modalFigureImage{
        z-index: 9999;
    }

    #modalGuestDialog{
        width: 95% !important;
    }

    .forgot-password{
        display: block;
        text-align: center;
        margin-top: 6%;
        float: none !important;
    }
    
    #btnContGuest{
        width: 60% !important;
    }

    .first-step{
        padding: 0 3%;
    }

    .mod-big-text {
        font-size: 29px;
        line-height: 51px;
    }

    #modalSectionInfo{
        top: 0px !important;
        z-index: 9999;
    }

    #takeSectionMastery{
        width: 100% !important;
    }

    #modalSectionInfo_btnClose{
        display: none;
    }
    .lblItems{
        padding: 4%;
        display: block;
        text-align: center;
    }
    
    #bookExamLabel , #examLabel , #topicLabel{
        padding-top: 9%;
    }
    .examTestNumber{
        padding-top: 16%;
        font-size: 27px;
    }
    .examSectionQuestion {
        font-size: 28px;
    }
    .answerWrapper{
        padding: 4%;
    }
    .answer_image{
        width: 100% !important;
    }
    #modalShowAnswerImage , #modalShowLargerQuestionImage{
        z-index: 9999;
    }
    #btnDoneMastery{
        display: block;
        float: none !important;
        position: inherit !important;
        background-color: #BA0000 !important;
        color: #fff !important;
    }
    #modalDone{
        z-index: 9999;
    }
    .question_image{
        width: 100% !important;
        margin-bottom: 5% !important;
    }
    .yourScoreLabel{
        font-size: 102px;
        line-height: 83px;
        margin: 13% 0px 7%;
    }
    .progress-wrapper{
        padding: 0 7% !important;
    }
    #answerSecSubmit {
        float: left !important;
    }
    .reviewanswer{
        margin: 16% 0 0% 0 !important;
        font-size: 44px;
        line-height: 45px;
    }
    .examTestNumber_ans{
        padding-top: 0% !important;
        font-size: 33px !important;
    }
    .correct_answer_image{
        width: 100% !important;
    }
    #fh5co-hero-cus .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero-cus .fh5co-intro > div h2 {
        font-size: 30px !important;

    }
    #fh5co-hero .fh5co-intro > div h2 {
        font-size: 30px !important;

    }
    #btnperc{
        margin-right: 0px !important;
        margin-bottom: 2%;
    }
    #intro-wrapper-one{
        height: 100px !important;
    }
    #intro-wrapper-two{
        padding-top: 20%;
        height: 100px !important;
    }
    .about-js-fullheight{
        height: 1167px !important;
    }
    .give-space{
       padding: 0px !important;
    }
    #btn-register {
        display: block;
        float: none !important;
        width: 100%;
        margin-top: 5% !important;
        margin-left: 0px !important;
    }
    #btn-register-clear{
        display: none;
    }
    #he-header {
        margin: 24% 0 2% 0 !important;
    }

    .lp-header {
            font-size: 40px !important;
        line-height: 48px;
        margin: 7% 0 2% 0 !important;
    }
    #classlogin-box{
        border-radius: 0px !important;
    }
    .ch-header{
        font-size: 33px !important;  
   }

    #cl-table , #mp-table{
        overflow-x: auto;
    }

    .mp-header{
        margin-top: 16% !important;
         font-size: 33px !important;  
    }
    #mp-mastery{
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
    .ed-header {
        font-size: 30px !important;
        margin-top: 21% !important;
    }
    .lblfeedback {
        font-size: 65px !important;
    }

    .fh5co-nav-toggle {
        top: 16px;
        right: 10px;
    }
    .copyright {
      /*background-image: url(../images/copyright.jpg);*/
      background-size: contain !important;
  }
}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

    
    #fh5co-logo{
        padding-top: 7%;
    }
    #logo-wrapper{
        padding: 5%;
    }

    #submitfeed{
        position: initial;
        float: initial;
        margin-top: 4%;
        width: 100%;
        margin-bottom: 4%;
    }
    .flex-control-nav{
        padding-right: 10%;
        line-height: 36px;
        padding-left: 10%;
    }
    #fh5co-hero-cus {
        height: 600px;
    }
    #fh5co-hero {
        height: 576px;
    }
    
    #modalGuestLogin{
        z-index: 9999;
        top: 0px !important;
    }
    #modalFigureImage{
        z-index: 9999;
    }

    #modalGuestDialog{
        width: 95% !important;
    }

    .forgot-password{
        display: block;
        text-align: center;
        margin-top: 6%;
        float: none !important;
    }
    
    #btnContGuest{
        width: 60% !important;
    }

    .first-step{
        padding: 0 3%;
    }

    .mod-big-text {
        font-size: 29px;
        line-height: 51px;
    }

    #modalSectionInfo{
        top: 0px !important;
        z-index: 9999;
    }

    #takeSectionMastery{
        width: 100% !important;
    }

    #modalSectionInfo_btnClose{
        display: none;
    }
    .lblItems{
        padding: 4%;
        display: block;
        text-align: center;
    }
    
    #bookExamLabel , #examLabel , #topicLabel{
        padding-top: 9%;
    }
    .examTestNumber{
        padding-top: 16%;
        font-size: 27px;
    }
    .examSectionQuestion {
        font-size: 28px;
    }
    .answerWrapper{
        padding: 4%;
    }
    .answer_image{
        width: 100% !important;
    }
    #modalShowAnswerImage , #modalShowLargerQuestionImage{
        z-index: 9999;
    }
    #btnDoneMastery{
        display: block;
        float: none !important;
        position: inherit !important;
        background-color: #BA0000 !important;
        color: #fff !important;
    }
    #modalDone{
        z-index: 9999;
    }
    .question_image{
        width: 100% !important;
        margin-bottom: 5% !important;
    }
    .yourScoreLabel{
        font-size: 102px;
        line-height: 83px;
        margin: 13% 0px 7%;
    }
    .progress-wrapper{
        padding: 0 7% !important;
    }
    #answerSecSubmit {
        float: left !important;
    }
    .reviewanswer{
        margin: 16% 0 0% 0 !important;
        font-size: 44px;
        line-height: 45px;
    }
    .examTestNumber_ans{
        padding-top: 0% !important;
        font-size: 33px !important;
    }
    .correct_answer_image{
        width: 100% !important;
    }
    #fh5co-hero-cus .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero-cus .fh5co-intro > div h2 {
        font-size: 46px;

    }
    #fh5co-hero .fh5co-intro > div h2 {
        font-size: 46px;

    }
    #btnperc{
        margin-right: 0px !important;
        margin-bottom: 2%;
    }
    #intro-wrapper-one{
        height: 100px !important;
    }
    #intro-wrapper-two{
        padding-top: 20%;
        height: 100px !important;
    }
    .about-js-fullheight{
        height: 1167px !important;
    }
    .give-space{
       padding: 0px !important;
    }
    #btn-register {
        display: block;
        float: none !important;
        width: 100%;
        margin-top: 5% !important;
        margin-left: 0px !important;
    }
    #btn-register-clear{
        display: none;
    }
    #he-header {
        margin: 24% 0 2% 0 !important;
    }

    .lp-header {
            font-size: 40px !important;
        line-height: 48px;
        margin: 7% 0 2% 0 !important;
    }
    #classlogin-box{
        border-radius: 0px !important;
    }
    .ch-header{
        font-size: 33px !important;  
   }

    #cl-table , #mp-table{
        overflow-x: auto;
    }

    .mp-header{
        margin-top: 16% !important;
         font-size: 33px !important;  
    }
    #mp-mastery{
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
    .ed-header {
        font-size: 30px !important;
        margin-top: 21% !important;
    }
  .lblfeedback {
        font-size: 65px !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

    .correct_answer_image{
        width: 100% !important;
    }
}


/* Portrait */
@media only screen 
  and (min-device-width: 720px) 
  and (max-device-width: 1440px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

    #fh5co-logo{
        padding-top: 7%;
    }
    #logo-wrapper{
        padding: 5%;
    }

    #submitfeed{
        position: initial;
        float: initial;
        margin-top: 4%;
        width: 100%;
        margin-bottom: 4%;
    }
    .flex-control-nav{
        padding-right: 10%;
        line-height: 36px;
        padding-left: 10%;
    }
    #fh5co-hero {
        height: 600px;
    }
    
    #fh5co-hero {
        height: 576px;
    }
    
    #modalGuestLogin{
        z-index: 9999;
        top: 0px !important;
    }
    #modalFigureImage{
        z-index: 9999;
    }

    #modalGuestDialog{
        width: 95% !important;
    }

    .forgot-password{
        display: block;
        text-align: center;
        margin-top: 6%;
        float: none !important;
    }
    
    #btnContGuest{
        width: 60% !important;
    }

    .first-step{
        padding: 0 3%;
    }

    .mod-big-text {
        font-size: 29px;
        line-height: 51px;
    }

    #modalSectionInfo{
        top: 0px !important;
        z-index: 9999;
    }

    #takeSectionMastery{
        width: 100% !important;
    }

    #modalSectionInfo_btnClose{
        display: none;
    }
    .lblItems{
        padding: 4%;
        display: block;
        text-align: center;
    }
    
    #bookExamLabel , #examLabel , #topicLabel{
        padding-top: 9%;
    }
    .examTestNumber{
        padding-top: 16%;
        font-size: 27px;
    }
    .examSectionQuestion {
        font-size: 28px;
    }
    .answerWrapper{
        padding: 4%;
    }
    .answer_image{
        width: 100% !important;
    }
    #modalShowAnswerImage , #modalShowLargerQuestionImage{
        z-index: 9999;
    }
    #btnDoneMastery{
        display: block;
        float: none !important;
        position: inherit !important;
        background-color: #BA0000 !important;
        color: #fff !important;
    }
    #modalDone{
        z-index: 9999;
    }
    .question_image{
        width: 100% !important;
        margin-bottom: 5% !important;
    }
    .yourScoreLabel{
        font-size: 102px;
        line-height: 83px;
        margin: 13% 0px 7%;
    }
    .progress-wrapper{
        padding: 0 7% !important;
    }
    #answerSecSubmit {
        float: left !important;
    }
    .reviewanswer{
        margin: 16% 0 0% 0 !important;
        font-size: 44px;
        line-height: 45px;
    }
    .examTestNumber_ans{
        padding-top: 0% !important;
        font-size: 33px !important;
    }
    .correct_answer_image{
        width: 100% !important;
    }
    #fh5co-hero-cus .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero-cus .fh5co-intro > div h2 {
        font-size: 46px;

    }
    #fh5co-hero .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero .fh5co-intro > div h2 {
        font-size: 46px;

    }
    #btnperc{
        margin-right: 0px !important;
        margin-bottom: 2%;
    }
    #intro-wrapper-one{
        height: 100px !important;
    }
    #intro-wrapper-two{
        padding-top: 20%;
        height: 100px !important;
    }
    .about-js-fullheight{
        height: 1167px !important;
    }
    .give-space{
       padding: 0px !important;
    }
    #btn-register {
        display: block;
        float: none !important;
        width: 100%;
        margin-top: 5% !important;
        margin-left: 0px !important;
    }
    #btn-register-clear{
        display: none;
    }
    #he-header {
        margin: 24% 0 2% 0 !important;
    }

    .lp-header {
            font-size: 40px !important;
        line-height: 48px;
        margin: 7% 0 2% 0 !important;
    }
    #classlogin-box{
        border-radius: 0px !important;
    }
    .ch-header{
        font-size: 33px !important;  
   }

    #cl-table , #mp-table{
        overflow-x: auto;
    }

    .mp-header{
        margin-top: 16% !important;
         font-size: 33px !important;  
    }
    #mp-mastery{
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
    .ed-header {
        font-size: 30px !important;
        margin-top: 21% !important;
    }

}

/* iPhone 2G-4S in portrait */
    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) 
    and (orientation : portrait) {

      .selected-score-filter{
        font-size: 13px;
      }
      .score-filter-item{
        font-size: 13px;
      }
      .overflow{
        overflow:auto;
        height: 400px;
        width: 100%;
        padding:1%;
        /*background-color: #b44040 !important; */
      }
      /*.card-button{
        position: absolute;
      top: 84%;
      right: 16%;
      }*/

      #fh5co-logo{
        padding-top: 7%;
    }
    #logo-wrapper{
        padding: 5%;
    }

    #submitfeed{
        position: initial;
        float: initial;
        margin-top: 4%;
        width: 100%;
        margin-bottom: 4%;
    }
    .flex-control-nav{
        padding-right: 10%;
        line-height: 36px;
        padding-left: 10%;
    }
    
  #fh5co-hero {
        height: 600px;
    }

    #fh5co-hero {
        height: 576px;
    }
    
    #modalGuestLogin{
        z-index: 9999;
        top: 0px !important;
    }
    #modalFigureImage{
        z-index: 9999;
    }

    #modalGuestDialog{
        width: 95% !important;
    }

    .forgot-password{
        display: block;
        text-align: center;
        margin-top: 6%;
        float: none !important;
    }
    
    #btnContGuest{
        width: 60% !important;
    }

    .first-step{
        padding: 0 3%;
    }

    .mod-big-text {
        font-size: 29px;
        line-height: 51px;
    }

    #modalSectionInfo{
        top: 0px !important;
        z-index: 9999;
    }

    #takeSectionMastery{
        width: 100% !important;
    }

    #modalSectionInfo_btnClose{
        display: none;
    }
    .lblItems{
        padding: 4%;
        display: block;
        text-align: center;
    }
    
    #bookExamLabel , #examLabel , #topicLabel{
        padding-top: 9%;
    }
    .examTestNumber{
        padding-top: 16%;
        font-size: 27px;
    }
    .examSectionQuestion {
        font-size: 28px;
    }
    .answerWrapper{
        padding: 4%;
    }
    .answer_image{
        width: 100% !important;
    }
    #modalShowAnswerImage , #modalShowLargerQuestionImage{
        z-index: 9999;
    }
    #btnDoneMastery{
        display: block;
        float: none !important;
        position: inherit !important;
        background-color: #BA0000 !important;
        color: #fff !important;
    }
    #modalDone{
        z-index: 9999;
    }
    .question_image{
        width: 100% !important;
        margin-bottom: 5% !important;
    }
    .yourScoreLabel{
        font-size: 102px;
        line-height: 83px;
        margin: 13% 0px 7%;
    }
    .progress-wrapper{
        padding: 0 7% !important;
    }
    #answerSecSubmit {
        float: left !important;
    }
    .reviewanswer{
        margin: 16% 0 0% 0 !important;
        font-size: 44px;
        line-height: 45px;
    }
    .examTestNumber_ans{
        padding-top: 0% !important;
        font-size: 33px !important;
    }
    .correct_answer_image{
        width: 100% !important;
    }
    #fh5co-hero-cus .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero-cus .fh5co-intro > div h2 {
        font-size: 46px;

    }
    #fh5co-hero .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero .fh5co-intro > div h2 {
        font-size: 46px;

    }
    #btnperc{
        margin-right: 0px !important;
        margin-bottom: 2%;
    }
    #intro-wrapper-one{
        height: 100px !important;
    }
    #intro-wrapper-two{
        padding-top: 20%;
        height: 100px !important;
    }
    .about-js-fullheight{
        height: 1167px !important;
    }
    .give-space{
       padding: 0px !important;
    }
    #btn-register {
        display: block;
        float: none !important;
        width: 100%;
        margin-top: 5% !important;
        margin-left: 0px !important;
    }
    #btn-register-clear{
        display: none;
    }
    #he-header {
        margin: 24% 0 2% 0 !important;
    }

    .lp-header {
            font-size: 40px !important;
        line-height: 48px;
        margin: 7% 0 2% 0 !important;
    }
    #classlogin-box{
        border-radius: 0px !important;
    }
    .ch-header{
        font-size: 33px !important;  
   }

    #cl-table , #mp-table{
        overflow-x: auto;
    }

    .mp-header{
        margin-top: 16% !important;
         font-size: 33px !important;  
    }
    #mp-mastery{
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
    .ed-header {
        font-size: 30px !important;
        margin-top: 21% !important;
    }
    .lblfeedback {
        font-size: 65px !important;
    }
}


#modalGuestLogin{
    top: 120px;
}

#modalGuestDialog{
    width: 77%;
}

.forgot-password{
    font-size: 14px; 
    margin-bottom: 2%;
    float: right;
}

#btnContGuest{
    width: 40%;
}

#modalSectionInfo{
    top: 80px;
}

.answer_image{
    width: 40%;
}

#btnDoneMastery{
    float:right;    
    font-size: 18px;
    font-weight: bold; 
    border: 2px solid #fff;  
    position: relative;
    top: -100px;
    background-color: #fff; 
    color:#BA0000;
}

.progress-wrapper{
    padding: 0 29%;
}
.examTestNumber_ans{
    color:#bfbfbf;
    padding: 1% 1% 0px 1%; 
    margin: 2% 0 0% 0; 
    font-size: 50px; 
    line-height: 1;
}

.correct_answer_image{
    width: 40%;
}

#btnperc{
    margin-right: 1%;
}

#intro-wrapper-one{
    padding-top: 20%;
}

.about-js-fullheight{
    height: 869px;
}
.give-space{
    padding: 0 15px 0 0;
}
.no-space{
    padding: 0px;
}

#btn-register{
    float:right; margin-top: 2%; margin-left:1%;
}

#btn-register-clear{
    float:right; margin-top: 2%;
}

#he-header{
    font-size: 49px; margin: 0 0 2% 0;
     color: #BA0000;     text-align: center;
}

.lp-header{
    font-size: 49px; 
    margin: 0 0 2% 0;
     color: #BA0000;    
}
.ch-header{
    font-size: 49px; 
    margin: 0 0 2% 0;
     color: #BA0000;    
}
.mp-header{
    font-size: 49px; 
    margin: 0 0 2% 0;
     color: #BA0000;    
}

.ed-header{
  font-size: 49px; margin: 0 0 2% 0;
    color: #BA0000; line-height: 1;
}

.off-can-ul{
  font-style: italic;
  padding-left: 3%;
    border-left: 6px solid #BA0000;
    font-size: 16px !important;
}

.off-can-li{
  
      border-bottom: 1px solid #3e3e3e;
    padding-bottom: 4% !important;
}
.can-ind:hover{
  opacity: 1 !important;
  background-color: #efefef;
    border-color: #efefef;
    opacity: 1 !important;
    color: #ababab;
}



/*high dpi*/
/* Portrait */
/*@media only screen 
  and (min-device-width: 480px) 
  and (max-device-width: 800px) ,only screen and (-o-min-device-pixel-ratio: 13/10), 
  only screen and (min-resolution: 120dpi)
  { 

    
    #fh5co-logo{
        padding-top: 7%;
    }
    #logo-wrapper{
        padding: 5%;
    }

    #submitfeed{
        position: initial;
        float: initial;
        margin-top: 4%;
        width: 100%;
        margin-bottom: 4%;
    }
    .flex-control-nav{
        padding-right: 10%;
        line-height: 36px;
        padding-left: 10%;
    }
    
    #fh5co-hero {
        height: 576px;
    }
    
    #modalGuestLogin{
        z-index: 9999;
        top: 0px !important;
    }
    #modalFigureImage{
        z-index: 9999;
    }

    #modalGuestDialog{
        width: 95% !important;
    }

    .forgot-password{
        display: block;
        text-align: center;
        margin-top: 6%;
        float: none !important;
    }
    
    #btnContGuest{
        width: 60% !important;
    }

    .first-step{
        padding: 0 3%;
    }

    .mod-big-text {
        font-size: 29px;
        line-height: 51px;
    }

    #modalSectionInfo{
        top: 0px !important;
        z-index: 9999;
    }

    #takeSectionMastery{
        width: 100% !important;
    }

    #modalSectionInfo_btnClose{
        display: none;
    }
    .lblItems{
        padding: 4%;
        display: block;
        text-align: center;
    }
    
    #bookExamLabel , #examLabel , #topicLabel{
        padding-top: 9%;
    }
    .examTestNumber{
        padding-top: 16%;
        font-size: 27px;
    }
    .examSectionQuestion {
        font-size: 28px;
    }
    .answerWrapper{
        padding: 4%;
    }
    .answer_image{
        width: 100% !important;
    }
    #modalShowAnswerImage , #modalShowLargerQuestionImage{
        z-index: 9999;
    }
    #btnDoneMastery{
        display: block;
        float: none !important;
        position: inherit !important;
        background-color: #BA0000 !important;
        color: #fff !important;
    }
    #modalDone{
        z-index: 9999;
    }
    .question_image{
        width: 100% !important;
        margin-bottom: 5% !important;
    }
    .yourScoreLabel{
        font-size: 102px;
        line-height: 83px;
        margin: 13% 0px 7%;
    }
    .progress-wrapper{
        padding: 0 7% !important;
    }
    #answerSecSubmit {
        float: left !important;
    }
    .reviewanswer{
        margin: 16% 0 0% 0 !important;
        font-size: 44px;
        line-height: 45px;
    }
    .examTestNumber_ans{
        padding-top: 0% !important;
        font-size: 33px !important;
    }
    .correct_answer_image{
        width: 100% !important;
    }
    #fh5co-hero .fh5co-overlay {
        background: #000000;
        opacity: .74;
    }
    #fh5co-hero .fh5co-intro > div h2 {
        font-size: 46px;

    }
    #btnperc{
        margin-right: 0px !important;
        margin-bottom: 2%;
    }
    #intro-wrapper-one{
        height: 100px !important;
    }
    #intro-wrapper-two{
        padding-top: 20px;
        height: 100px !important;
    }
    .about-js-fullheight{
        height: 1167px !important;
    }
    .give-space{
       padding: 0px !important;
    }
    #btn-register {
        display: block;
        float: none !important;
        width: 100%;
        margin-top: 5% !important;
        margin-left: 0px !important;
    }
    #btn-register-clear{
        display: none;
    }
    #he-header {
        margin: 24% 0 2% 0 !important;
    }

    .lp-header {
            font-size: 40px !important;
        line-height: 48px;
        margin: 7% 0 2% 0 !important;
    }
    #classlogin-box{
        border-radius: 0px !important;
    }
    .ch-header{
        font-size: 33px !important;  
   }

    #cl-table , #mp-table{
        overflow-x: auto;
    }

    .mp-header{
        margin-top: 16% !important;
         font-size: 33px !important;  
    }
    #mp-mastery{
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
    .ed-header {
        font-size: 30px !important;
        margin-top: 21% !important;
    }
  .lblfeedback {
        font-size: 65px !important;
    }
}*/






/* Percbook Classview */
.header-card{
  margin-top: 10%;
  margin-bottom: 3%;
}
.card-title{
  font-size: 38px;
  font-weight: bold;
  color: #BA0000;
  margin: 0px;
}
.card-subtitle{
  margin: 0px;
  color: #BA0000;
}
.card-selection{
  border-radius: 4px;
    background-color: #ffff;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

}
.mastery-name{
  color: #ffff;
}
/* Collapsible */
.collapsible {
  background-color: #ffff;
  color: #BA0000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-radius: 4px;
  /*border: none;*/
  text-align: left;
  outline: none;
  font-weight: 400;
  font-size: 19px;
  border: 0px solid #9c9c9c;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.card-collapse{
  margin-bottom: 1.2rem;
}
.card-collapse > .active, .collapsible:hover {
  background-color: #BA0000;
  color: #ffff;

}


.card-collapse > .active, .collapsible:hover:after {
  background-color: #BA0000;
  color: #ffff;
}

.collapsible:after {
  content: '\002B';
  color: #BA0000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.card-collapse > .active:after {
  content: "\2212";
   color: #ffff;
}

.card-button{
  text-align: center;
}

.content {
  padding: 13.5px 18px 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*background-color: #f1f1f1;*/
  background-color: #ffff;
   border-radius: 4px;
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.list-selection{
      padding: 2.5px;
}


.clear-all{
  position: absolute;
    right: 10%;
    top: 18px;
  color: #9c9c9c;
}
.clear-all:hover{
  color: #BA0000;
}
.wrapper-item{
  margin-bottom:4%;
  background-color: #ffff;
    border-radius: 25px;
    padding: 0.3em 0.3em 0.3em 0.7em;
  color: #9c9c9c;
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.wrapper-item:hover{
  margin-bottom:4%;
  background-color: #BA0000;

    border-radius: 25px;
    padding: 0.3em 0.3em 0.3em 0.7em;
  color: #ffff;
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.score-filter-item{
  padding: 5%;

  margin-bottom:6%;
  background-color: #ffff;
        border-radius: 4px;
  color: #9c9c9c;
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.score-filter-item:hover{
  cursor: pointer;
  background-color: #BA0000;
  border-radius: 4px;
  color: #ffff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.selected-score-filter{
  padding: 5%;
  margin-bottom:6%;
  background-color: #BA0000;
  border-radius: 4px;
  color: #ffff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}



.btn-download {
  background: #40c153;
  color: #fff;
  border: 2px solid #40c153;

    border-radius: 25px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.btn-download:hover, .btn-download:focus, .btn-download:active {
  background: #4dde62 !important;
  border-color: #4dde62 !important;
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #fff;
}
.no-right-padding{
      padding-right: 0;
}

#score-filter-selection{
  margin-bottom: 2%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eaeaea !important;
}

/* View Hub */
.dashboard_link:hover{
      text-decoration: underline;
    }
    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before {
      bottom: .5em;
    }
#btnEditQuestion:hover{
  text-decoration: underline;
  cursor: pointer;
}
.font-weight-bold{
    font-weight: bold !important;
}
.start-wrapper{
  margin-top: 6%;
}
#txtClassname{
    font-size: 4em;
    border-radius: 50px;
    background-color: #ffffff;
    color: #ba0202;
    text-align: center;
    font-weight: bold;
    outline: none;
    padding: 4px;
    border: 2px solid #e7e7e7;
      margin-bottom: 1%;
}
#txtClassname::placeholder {
  color: #dadada;
  opacity: 0.7; /* Firefox */
}
#txtStartCode{
    font-size: 4em;
    border-radius: 50px;
    background-color: #e7e7e7;
    color: #ba0202;
    text-align: center;
    font-weight: bold;
    outline: none;
    padding: 4px;
    border: 2px solid #e7e7e7;
      margin-bottom: 1%;
}
#txtStartCode::placeholder {
  color: #ba0202;
  opacity: 0.7; /* Firefox */
}
.text-align-center{
  text-align: center !important;
}
.text-align-left{
  text-align: left !important;
}
.wd-87pc{
  width: 87% !important;
}
.wd-100pc{
 width: 100% !important;
}

#tblviewexam > thead > tr > th {
  border: 2px solid #ffffff !important;
  font-weight: bold;
    font-size: 18px;
}
#tblviewexam > tbody > tr > td {
   border: none !important;
}
.no-border{
  border: none !important;
}
.pd-all-1pc{
  padding: 1% !important;
}
.cor-ans{
  border: 2px solid #4ac025;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 17%;
}

.btn-imgInfo {
    position: relative;
    overflow: hidden;
}
.btn-imgInfo input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-info{
    width: 17%;
}

.question-list-wrapper{
    height: 500px;
    overflow: auto;
    margin-bottom: 6%;
    border: 1px solid #dadada;
    padding: 5%;
}


/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    
    
    .fh5co-nav-toggle {
        display: block;
        top: 40px;
    }
   #fh5co-banner{
      padding: 74px  0 74px  0 !important;
    }
    #create-exam-column{
    margin-bottom: 11%;
    }
    #img-upload {
    width: 50%;

    }
    #txtStartCode{
      font-size: 25px;
  }
  .start-wrapper{
    margin-top: 24%;
  }
}

.select_text{
  margin-bottom: 0;
      color: #4c4c4c;
      font-weight: 500;
}
.view-title-header{
  font-size: 28px;
    font-weight: bold;
    color: #a1a1a1;
    margin: 2% 1.3%;
}
.viewhub-card {
    border-radius: 4px;
    background-color: #ffff;
    /*color: white;*/
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 2%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.viewhub-btn-filter{
  margin-top: 13%;
    width: 100%;
  background: #5c745f;
    color: #fff;
    border: 2px solid #5c745f;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.viewhub-btn-filter:hover{
  color: #fff;
}
.viewhub-btn-filter:focus , .viewhub-btn-filter:active{
  color: #fff;
}

.viewhub-btn-itemanalysis{
  /*margin-top: 13%;*/
    /*width: 100%;*/
  background: #bdbdbd;
    color: #fff;
    border: 2px solid #bdbdbd;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.viewhub-btn-itemanalysis:hover{
  color: #fff;
  background: #5da043;
    border: 2px solid #5da043;
}
.viewhub-btn-itemanalysis:focus , .viewhub-btn-itemanalysis:active{
  color: #fff;
  background: #5da043;
    border: 2px solid #5da043;
}

.viewhub-btn-downloadexcel{
  background: #bdbdbd;
    color: #fff;
    border: 2px solid #bdbdbd;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.viewhub-btn-downloadexcel:hover{
  color: #fff;
  background: #5da043;
    border: 2px solid #5da043;
}
.viewhub-btn-downloadexcel:focus , .viewhub-btn-downloadexcel:active{
  color: #fff;
  background: #5da043;
    border: 2px solid #5da043;
}


.viewhub-btn-activeselector{
  background: #5da043;
    color: #fff;
    border: 2px solid #5da043;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.viewhub-btn-activeselector:hover{
  color: #fff;
}
.viewhub-btn-activeselector:focus , .viewhub-btn-activeselector:active{
  color: #fff;
}

.home-PB-header{
  font-size:3em;font-weight: bold;color: #ba0000;    margin-bottom: 11%;
}

.home-QBH-header{
  font-size: 3em;font-weight: bold;color: #ff5e32;    margin-bottom: 11%;
}

.home-PB-subheader , .home-QBH-subheader{
  font-size: 24px;line-height: 41px;
}

.home-header-wrapper{
  text-align: center;    margin-top: 15%;
}

.banner-wrapper{
    padding-top: 11% !important;
}
#fh5co-qbexampage{
  padding-top: 7.6%;
}
.qbexampage-wrapper{
      padding-top: 7.6%;
}
/*small desktop*/
@media (min-width: 1281px) {
    .home-PB-subheader, .home-QBH-subheader{
        font-size: 20px !important;
    }
    .banner-wrapper{
        padding-top: 15% !important;
    }
}



.qbh-headliner{
  padding: 0 28%;
}
.qbh-headliner > h1{
  font-size: 5em ;
  color: #ff5e32;
}
.qbh-subhead{
  margin-bottom: 2%;
}
.qbh-subhead h1{
  color: #ff5e32;
  margin-bottom: 0 !important;  
}
.strand-wrapper{
  padding: 5%;
  background-color: #f7f7f7;
  text-align: center;
  height: 350px;
  overflow: auto;
}

.strand-wrapper h2{
  font-weight: bold;
    text-transform: uppercase;
}
.strand-subjects{
  color: #ff5e32;
  margin-bottom: 0;
}
.strand-subjects:hover{
  text-decoration: underline;
}

.linkPlayStore{
  width: 6%;
  display: inline-block;
}
.gplaystore-wrapper{
  text-align: right;
}

.qb-exam-subject{
    background-color: #ff5e32;
    padding: 1%;
    font-weight: bold;
    color: #ffff;
    border-bottom: 2px solid #74baff;
}

.no-padding{
  padding: 0 !important;
}
.chapter-wrapper{
  padding-left: 3%;
}
.chapter-wrapper p {
  font-size: 20px;
    font-weight: bold;
    color: #ff5e32;
}
.btn-selectLearningCompetencies{
    background-color: #ff5e32;
    font-size: 14px;
    padding: 5px 1%;
    color: #fff;
}
#fh5co-qbexampage{
    height: calc(var(--vh, 1vh) * 100);
}

.padding{
  padding-top: 7%;
}
.margin-btm-2{
	margin-bottom: 2%;
}
.announcements-block{
    background-color: #fff;

}

.chapter-bullets{
  padding: 0 3%;
}

.chapter-bullets > p{
  color: #156f83;
}
.inline{
  display: inline-block;
}
.float-left{
  float: left;
}
.float-right{
	float: right;
}

.cor{
  color: #4cb554;
  margin-right: 6%;
}
.wro{
  color: #d84d4d;
  margin-right: 6%;
}
.qx{
  color: #e6ab25;
}

.chapter-bullets-fe{
  padding: 0 3%;
}

.chapter-bullets-fe > p {
  color: #ff5e32;
  font-weight: bold;
}
.qb_question_wrapper{
  padding: 0 3%;
}
.qb_question_wrapper > p{
color: #363636;
    font-weight: 400;
}
.qb_choices_wrapper{
  padding: 0 3%;
}

.btn-qb-choices{
  font-weight: bold;
      margin-bottom: 2%;
      background-color: #f5f5f5;
          color: #ff5e32;
}

.qb_information_wrapper{
   padding: 1% 3%;
}
.orange{
       color: #ff5e32;
}
.info-label{
   

    padding: 2%;
    border-radius: 25px;
  color: #4ac6e2;
    background-color: #f5f5f5;
}

.score-wrapper{
  text-align: center;
}

.score-label{
      font-size: 36px;
    color: #4ac6e2;

    margin-top: 3%;
}

.score-text{
      font-size: 5em;
    background-color: #f3f3f3;
    width: 39%;
    padding: 5% 4%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: bold;
    color: #ff5e32;
    margin-bottom: 3%;
}
.btn-orange{
  font-size: 23px;
  padding: 11px 1%;
   color: #fff;
   width: 21%;
    margin-bottom: 1%;
   
         background-color: #ff5e32;
}
.btn-text{
  padding: 1%;
  width: 9%;
  border-radius: 15px;
  color: #ff5e32;
    background-color: #efefef;
    text-align: center;
}


.chapter-bullets-re{
  padding: 0 3%;
}
.chapter-bullets-re{
    color: #4ac6e2;
}
.cor-icon{
      color: #36bd34;
}
.wro-icon{
  color: #d84d4d;
}

@media (width:  1366px) and (height: 768px) {
  .qbexampage-wrapper {
    padding-top: 9.9% !important;
  }
}


@media screen and (max-width: 768px) {
  #section-formative-quex-title{
  padding-top: 15%;
}
  .qm-border-right{
        border: none !important;
      }
.score-text{
      font-size: 33px;
margin-bottom: 7%;
}
.btn-text{
      
    padding: 2%;
    
    width: 29%;
    
}

.btn-orange{
    width: 50%;
        margin-bottom: 3%;
    font-size: 14px;
    padding: 5px 1%;
   
}
#p-37{
  padding-top: 37% !important;
}

  .announcements-block{
      background-color: #dadada;
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 380px;
     display: none; 
    padding: 4% 2%;
    font-style: italic;
    color: #b5b5b5;
    border-top: 2px solid #74baff;
}
#qbh-formative-numbering{
  text-align: left !important;
}
  .qb-exam-subject {
    width: 377px;
    margin-bottom: 0;
    text-align: center;

    padding: 4%;
  }
  .padding{
  padding-top: 23%;
}
  #fh5co-qbexampage {
    padding-top: 19.6%;
        /*position: fixed;*/
}
  .gplaystore-wrapper{
  text-align: center;
}
  .qbh-headliner {
    margin-top: 16%;
    padding: 0 2% !important;
}
.linkPlayStore{
  width: 57%;
  display: block;
      margin: 5% 0 0 21%;
}

.qbh-headliner h1{
     font-size: 4em;
    font-weight: bold;
        padding: 0 5%;
}
.qbh-subhead{
  margin-bottom: 8% !important;
}
.strand-wrapper{
  margin-bottom: 5%;
}

.home-PB-header{
    padding-top: 10%;
}
    .home-QBH-header{
        line-height: 49px;

}
  #fh5co-features .fh5co-lead {
    font-size: 35px;
  }
  #fh5co-features .fh5co-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  #fh5co-header {
    padding-top: 30px;
    position: fixed;
  }
  #mod-fh5co-header {
    padding-top: 30px;
  }
  .card-title {
    font-size: 28px !important;
  }
  #goback-wrapper{
    margin-top: 24% !important;
  }
  #fh5co-header nav ul {
    display: none;
  }
  #mod-fh5co-header nav ul {
    display: none;
  }
  .no-js-fullheight {
    height: inherit;
    padding: 3em 0;
  }

  .js-fullheight{
    height: 650px !important;
    padding: 3em 0;
  }
  .fh5co-lead {
    font-size: 35px;
  }
  #fh5co-features,
  #fh5co-features-2,
  #fh5co-features-3,
  #fh5co-features-4,
  #fh5co-projects,
  #fh5co-testimonials,
  #fh5co-about,
  #fh5co-subscribe,
  #fh5co-info,
  #fh5co-pricing,
  #fh5co-faqs,
  #fh5co-footer {
    padding: 3em 0;
  }
  #fh5co-percexam {
    padding: 3em 0;
  }
  #fh5co-projects .fh5co-lead {
    font-size: 35px;
  }
  #fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead {
    font-size: 35px;
  }
  #fh5co-features-2 .fh5co-feature .fh5co-icon i, #fh5co-features-3 .fh5co-feature .fh5co-icon i, #fh5co-features-4 .fh5co-feature .fh5co-icon i {
    font-size: 30px;
  }
  #fh5co-testimonials .fh5co-lead {
    font-size: 35px;
  }
   #fh5co-testimonials .flexslider-controls .flex-control-nav {
    padding-bottom: 30px;
  }
  #fh5co-about .fh5co-lead {
    font-size: 35px;
  }
    #fh5co-percexam .fh5co-lead {
    font-size: 35px;
  }
  #fh5co-faqs .fh5co-faq-list li {
    margin: 0 0 20px 0;
  }
  #fh5co-faqs .fh5co-faq-list li h2 {
    font-size: 26px;
  }
    #fh5co-footer .fh5co-copyright .fh5co-right {
    float: left;
  }
  #fh5co-offcanvas {
    display: block;
  }
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
  .row-top-padded-lg {
    padding-top: 2em;
  }
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
  .row-top-padded-md {
    padding-top: 2em;
  }
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
  .row-top-padded-sm {
    padding-top: 2em;
  }
}


