.hr1{ 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
.cus_btn{
  display:block;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  border-right: #E2E2E2 1px solid;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.btn_gen{
  font-family: "Oswald";
  background: #2181C2;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  height: 70px;
}
.ggrey{
  background-color: #939393;
}
.btn_gen:hover {
  background-color: #939393;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;s
  }

.btn_audio{
  font-family: "Oswald";
  font-size: 40px;
  background: #2181C2;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  height: 70px;
}

.btn_audio:hover i{
  color: #DDDDDD !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}

.fa-lg{
 line-height: 0.7em;  
}

.btn_gen .fa {
  color: #000000;
  opacity: 0.5;
}

.btn_gen_inactive{
  background: #444444;
  border: solid #444444 2px;
  color:#fff;
}
.btn_inactive {
 background: #444444;
 opacity: 0.4;
}

#next:hover, #finish:hover, .cus_btn:hover, .instr:hover{
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  animation-name:none;
}

.btn_gen i {
  padding: 8px;
}

#next .btn_gen:hover i, #finish .btn_gen:hover i, #startcourse .btn_gen:hover i{
  transform: translate(20px,0);
  -webkit-transform: translate(20px,0); /** Chrome & Safari **/
  -o-transform: translate(20px,0); /** Opera **/
  -moz-transform: translate(20px,0); /** Firefox **/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}

#previous .btn_gen:hover i{
  transform: translate(-20px,0);
  -webkit-transform: translate(-20px,0); /** Chrome & Safari **/
  -o-transform: translate(-20px,0); /** Opera **/
  -moz-transform: translate(-20px,0); /** Firefox **/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.box-shade
{
  -webkit-box-shadow: 0 8px 5px -6px #777;
  -moz-box-shadow: 0 8px 5px -6px #777;
  box-shadow: 0 8px 5px -6px #777;
}
.heading-shadow{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border-left: 15px solid #E4002B;
	padding-left:8px;
}
.title-plain{
  border-left: 20px solid #2181C2;
  border-right: 5px solid #2181C2;
	padding-left:8px;
  line-height: 1.4;
  text-transform: capitalize;
}
.title-top-lines{
  border-top: 2px solid #231F20;
  border-bottom: 2px solid #231F20;   
  padding:10px 10px;
  text-transform: uppercase;
}
.tagline-top{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-left: 2px solid #e60033;
  padding-left:8px;
}
.text-Centered {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.text-Centered p{
  padding-left: 5px;
  padding-right: 5px;
}
.webLink, .webLink a, #displaycopyright, #displaycopyright a{
  color:#4C4C4C;
  font-family: "Open Sans",sans-serif !important;
  text-align: center;
  font-size:12px;
  text-decoration: none;
}
.webLink a:hover, #displaycopyright a:hover{
  color: #333333;
}

.blocktick ul{
  list-style: none;
  padding:0;
  margin:0;
  border-left: 25px solid #2181C2;
  height: 100%;
}

.blocktick ul li{    
  text-indent: -2.7em; 
  line-height: 1.4 !important;
  list-style-image: none !important;
}

.blocktick ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  color: #fff; 
  margin-right:12px;
}

.redtick ul, .greentick ul, .bluetick ul{
  list-style: none;
  padding:0;
  margin:0;
}
.redtick ul li, .greentick ul li, .bluetick ul li{    
	padding-left: 1em !important;
	text-indent: -1.7em; 
	list-style-image: none !important;
}
.lineheight, .lineheight ul li{
  line-height: 1.4 !important;
}

.redtick ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  color: #E60033; 
  margin-right:12px;
}

.greentick ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #26A65B; 
  margin-right:12px;
}

.bluetick ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #2181C2; 
  margin-right:12px;
}

.redtickright ul {
  list-style: none;
  padding:0;
  margin:0;
}
.redtickright ul li{    
	padding-left: 1em !important;
	text-indent: -1.7em; 
	list-style-image: none !important;
}

.redtickright ul li:after {
  content: "\f046";
  font-family: FontAwesome;
  margin-right:10px;
}

.redclose ul {
  list-style: none;
  padding:0;
  margin:0;
}
.redclose ul li{    
	padding-left: 1em !important;
	text-indent: -1.9em; 
	list-style-image: none !important;
}

.redclose ul li:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #E60033; 
  margin-right:17px;
}
.redques ul {
  list-style: none;
  padding:0;
  margin:0;
}
.redques ul li{    
	padding-left: 1em !important;
	text-indent: -1.7em; 
	list-style-image: none !important;
}
.redques ul li:before {
  content: "\f059";
  font-family: FontAwesome;
  color: #E60033; 
  margin-right:15px;
}
.redexclamation ul {
  list-style: none;
  padding:0;
  margin:0;
}
.redexclamation ul li{    
	padding-left: 1em !important;
	text-indent: -1.7em; 
	list-style-image: none !important;
}
.redexclamation ul li:before {
  content: "\f071";
  font-family: FontAwesome;
  color: #E60033; 
  margin-right:15px;
}
.change-redd{
	color: #E60033;
}
.change-redd span{
	color:inherit !important;
}
.smspace{
  padding-left:5px;
  padding-right:5px;
}
.mejs-time{display:none !important;}
.img-border-small{
   border:1px solid #7F7F7F;
}

.roundcircle{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.roundCnr{
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding-left:5px;
  padding-right:5px;
}
.roundCnr15{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-left:5px;
  padding-right:5px;
}
.linkhover:hover,
.linkhover:focus,
.linkhover:active {
  -webkit-box-shadow:inset 0px 0px 0px 2px #DDDDDD;
  -moz-box-shadow:inset 0px 0px 0px 2px #DDDDDD;
  box-shadow:inset 0px 0px 0px 2px #DDDDDD;
}

.smslide{
  color: rgba(255,255,255,1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255,255,255,0.5);
  overflow: hidden;
}

.fslide{
  color: rgba(255,255,255,1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255,255,255,0.5);
  overflow: hidden;
  cursor: pointer; 
  
}
.fslide a{
  color: rgba(51,51,51,1);
  text-decoration: none;
  display: block;
}
.fslide::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-105%,0);
  transform: translate(-105%,0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255,255,255,1);
  background-color: rgba(255,255,255,0.5);
}
.fslide:hover::before{
  opacity: 0;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);  
}
.eborder{
  border: 3px solid rgba(0,0,0,0.5);  
}
.pad05{
  padding:5px; 
}
.padlr{
  padding-left:10px; 
  padding-right:10px; 
}
.padleft{
  padding-left:20px; 
}
.padright{
  padding-right:20px; 
}
.floatleft{
  float:left;
  padding:3px;
}

.chkedt {
  border-left:30px #EF4836 solid;
  margin-left:-30px;
}

.chkedt:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #fff; 
  margin-left:-20px;
}

.doneread{
  font-family: "Oswald";
  line-height: 14px;
  color: #fff;
  float: right;
  background-color: #26A65B;
  padding: 5px 7px 3px 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}

.doneread-left{
  font-family: "Oswald";
  line-height: 14px;
  color: #fff;
  float: right;
  background-color: #26A65B;
  padding: 5px 7px 3px 7px;
  position: absolute;
  bottom: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}

.page-count{
  font-family: "Oswald";
  line-height: 12px;
  color: #fff;
  float: right;
  background-color: #2181C2;
  padding: 5px 7px 5px 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  text-align: center;
  line-height: 1.3;
}

.videoyt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tbl th {

@media only screen and (max-width: 480px) {
  .cus_btn{
    font-size: 20px;
  }
  .btn_gen{
    height: 70px;
  }
  .btn_audio{
    height: 70px;
    font-size: 40px;
  }
  .page-count{
    width: 70%;
  }

}
