@charset "utf-8";
/* CSS Document */

.header-banner{background-image: url("../images/bg-slider-3.png"); background-size: cover; min-height: 700px;}
.course-bg{background-image: url("../images/categories_bg.jpg"); background-size: cover;}

.icon-box.clean .icon i{color: #fff; font-size:36px;}
.post-image{width: 100%;}
.post-image img{width: 100%; border-radius: 10px;}
h3{font-size: 18px;}
h3 a{color: #333;}
.icon-box.text-center .icon, .icon-box.center .icon {
    margin: 0 auto 5px;
    position: relative;
    width: 46px;
    height: 46px;
}

.panel-transparent{background: rgba(224, 225, 226, 0.3);}

.sticky {
    animation: 900ms slide-down-boxed!important;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff!important;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}
.sticky .navbar{padding: 0;}

.sticky + #section-home {
  padding-top: 120px!important;
}

.card-body .question{text-transform: none;}

/*Css for forms*/
fieldset{width: 400px; margin: 0 auto; min-height: 400px;}


@media only screen and (max-width: 767px) {
  
  fieldset{width: 100%; margin: 0 auto; min-height: auto;}
}

/*End CSS for forms*/



/* Side bar css */

.wrapper {
    display: flex;
    width: 100%;
    align-items: baseline;
}

#sidebar {
    width: 250px;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    z-index: 999;
    /*background: #7386D5;
    color: #fff;*/
    transition: all 0.3s;
}

#sidebar ul li{padding: 5px 0;}
#sidebar ul ul{list-style: none; padding-left: 20px;}

/* End side bar css */

/*Radio buttons css*/

.radio {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.multi-field{border-bottom: 1px dashed #ced4da; margin: 10px 0 30px 0;}
.min-height{
  min-height:550px;
}
/*End of radio Buttons css*/

/*.min-height{min-height: 400px;}*/
#content{width: 100%;}
.pagination a, .pagination strong{padding: 0 8px;}


.card {
      text-align: center;
      width: 100%;
      min-height: 330px;
      transition: 0.6s;
      transform-style: preserve-3d;
      position: relative;
    -webkit-transition: .5s linear;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    }
    .card-wrapper {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 10px;
      perspective: 1000px;
      cursor: pointer;
    }

.card-wrapper.flip .card {
          transform: rotateY(180deg);
        }

.front, .back {
      width: 100%;
      padding: 5px;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
    }
    /* front pane, placed above back */
    .front {
      z-index: 2;
      /* for firefox 31 */
      transform: rotateY(0deg);
      height: 100%;
      position: relative;
    }
    /* back, initially hidden pane */
    .back {
      transform: rotateY(180deg);
      height: 100%;
    }


    /* Start css for timer*/

#clockdiv{
    display: none;
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 5px;
    border-radius: 3px;
    background: #ec732d;
    display: inline-block;
}

#clockdiv div > span{
    padding: 5px;
    border-radius: 3px;
    background: #dc590c;
    display: inline-block;
}

.card-wrapper-test, #submitTest, #prevNext{
    display: none;
  }

.active {display: block;}
/*End css for timer*/
.card-body #answer2, .card-body #answer4{padding-left:15px;}
.card-body .form-check-label{float:left;}

.tap-to-see{
    position: relative;
    bottom: 10px;
   /* left: 40%;*/
    
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .wrapper {
    display: contents;
  }

  .w-25 {
    width: auto !important;
}

}