@font-face {
  font-family: verdana;
}

 html body {
    font-family: verdana;
    height: 100%;
    /* overflow: scroll; */
    padding-top: 0px;
    margin: 0px;
    background-color: #eeeeee;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    /* transform: rotate(-90deg); */
    /* transform-origin: left top; */
    /* width: 100vh; */
   /* // overflow-x: hidden; */
    /* position: absolute; */
    /* top: 100%; */
    /* left: 0; */
  }
  select{    width: 166px !important;}
 .modal-dialog {
    min-width: 340px !important;
	
}
.item{    min-height: 50px !important;}
 .modal-content {
   max-height: 280px !important;
} 
  .option{
position: absolute !important;
    line-height: 30px !important;
    font-size: 16px !important;
     width: 99% !important;
    height: 110% !important;
    padding: 5px !important;
	padding-right: 50px !important;
     border: 0px solid #000 !important; 
	    margin-left: 12% !important;
   
    display: flex !important;
    align-items: center !important;
	    position: absolute !important;
   
 }
 .body-content{overflow-y: scroll !important;height:auto !important;}
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait){
.body-content{overflow-y: scroll !important;}
select{    width: 166px !important;}
	  .modal-dialog {
    min-width: 340px !important;
}  
.item{    min-height: 50px !important;}
.modal-content {
   max-height: 400px !important;
} 
     .option{
position: absolute !important;
    line-height: 30px !important;
    font-size: 16px !important;
     width: 99% !important;
    height: 110% !important;
    padding: 5px !important;
	padding-right: 50px !important;
     border: 0px solid #000 !important; 
	    margin-left: 12% !important;
   
    display: flex !important;
    align-items: center !important;
	    position: absolute !important;
   
 }
.tooltip-inner
{
   visibility:hidden;
    display:none;
    border: 0px solid red;
}

.tooltip-arrow
{
    visibility:hidden;
     display:none;
}
.tooltip .arrow
{
    visibility:hidden;
     display:none;
}
}
.topic
{
    padding:0.75rem;
    background-color: #00B2D3;
    
    color:#fff;
    font-family: verdana;
    
}

.topic p{
    width:95%;
    font-size: 20px;
    text-align:left;
}

.question
 {
   padding:0.75rem;
   background-color: #C8C9CB;
   color: #333333;
   font-family: verdana;
   font-size: 16px;
   font-style: normal; 
   display: flex;
   align-items: center;
   
 }
.question p
 {
         width: 93%;
    font-size: 18px;
    text-align: left;
    color: #265EAC;
 }
 
.container
 {
    position: relative;
    width:80%;
    height:100vh;
    padding:0px;
	/* overflow:scroll; */
 }
 .card{
     position: relative;
     border: 0px solid red;
 }
 
.body-content
{
  position:relative;
   overflow: hidden; 
  
  background-color: #fff;
 display: block;
 
//  align-items: center;

}


  .footer
  {
     width:100%;   
     margin:0 auto;
     position:absolute;
    // bottom:0px;
  }
  
  .button-container
  {
    border: 0px solid red;
    position:relative;
   
    text-align: center;
    padding:5px;
  }

.options
{
  position:relative;
  height:90%;
  margin-top:5px;
  margin-bottom:5px;
  overflow-y: auto;
  border: 1px solid  #e9ecef;
 }

/*.option
{
 
 line-height: 30px;
 font-size:16px; 
 padding:5px;
 }*/
 .carousel-inner{overflow:initial !important;}
.option{
/* position: absolute; */
    /* line-height: 30px; */
    /* font-size: 16px; */
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 5px; */
	/* padding-right: 50px; */
    /* border: 1px solid #000; */
	    /* margin-left: 7%; */
    /* margin: 0 auto; */
    /* display: flex; */
    /* align-items: center; */
	    /* position: absolute; */
    line-height: 30px;
    font-size: 16px;
    /* width: 100%; */
    height: 300px;
    width: 350px;
    padding: 29px;
    /* padding-right: 50px; */
    border: 1px solid #000;
    /* margin-left: 7%; */
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
 }
 .option span{
     margin-left:50px;
 }
.dropdown
{
   font-size: 14px; 
}

li{
    list-style-type:decimal;
    border: 0px solid red; 
   
}
    
.rightWrong
{
    position:absolute;
    left:-20px;
    width:30px;
    height:30px;
   
}
.rightWrong img{
   width:100%;
}
.correctAnswer{
    color:#28a745;
   
    font-weight: bold;
}
select {
    
}
@media only screen and (max-width: 900px) {
    .container
 {
    width:100%;
    padding:0px;
	   
 }
 .body-content{overflow-y: scroll !important;}
}
@media only screen and (max-width: 700px)
select {
    //text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    padding: 0 10px;
    border-color: #444 #333 #333 #444!important;
}



.bg-dark
{
    background-color: #C8C9CB !important;
}
#showAnswer
{
    //margin-left:40px;
	
}
.center
{
    margin:0 auto;
}

@media (min-width: 768px){
.container {
    width: 100% !important;
	/* overflow:scroll; */
}
}

.info-btn
{
   position:absolute;
   right:8px;
   height:26px;
   width:26px;
   cursor: pointer;
}
.info-btn img
{
    width:100%;
    height:100%;    
}
.audio-btn
{
   position:absolute;
   right:8px;
  
   height:26px;
   width:26px;
   cursor: pointer;
   z-index:999;
}
.audio-btn img
{
    width:100%;
    height:100%;    
}
   .modal-dialog
   {
       //height:90%;
   }
   
   .modal-content
   {
       max-width:350px;
       min-height:300px;
       margin: 0 auto;
       //height:100%;
       
   }
   
   .modal-body
   {
       min-height:200px;
       border: 0px solid red;
   }
   
   .modal-header
   {
      background-color: #00B2D3;
      color:#fff;
	  cursor:move;
   }
   
  
   
   
   .modal-footer
   {
    
    width: 100%;
    text-align: center;
    position: absolute;
   
    background-color: #fff;
    color:#fff;
       
   }

   
   input.classic
   {
       height:25px;
   }
 


.h5, h5 {
    font-size: 1.25rem !important;
}



.modalSlides {
  width:80%;
 
  display: none;
  margin: 0 auto;
  margin-top:10px; 
  margin-bottom:10px;  
  
}

.verticalCenter
{
    display: flex;
    align-items: center;
}

#modalSlides
{
   
   margin:0 auto;  
   margin-top:50px;
   
}

.modalSlides img {
  width:100%;

}
.cursor {
  cursor: pointer;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  //background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #000;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.modal-header
{
    padding:20px;
}


.item
{
    min-width:320px;
    max-width:600px;
    min-height:200px;
    margin:0 auto;
}
#carousel2 .item
{
    border:0px solid #ccc;
}

.carousel-container
{
    margin:0 auto;
}



.carousel-inner > .item > p{
    width: 70%;
    border: 1px solid #eee;
    min-height:200px;
    padding-top:25%;
    margin: auto;
    font-size:18px;
}

.carousel-control
{
    color:#337ab7;
}

.h5, h5 {
    font-size: 1.9rem;
}

.carousel-container p{
    font-size:15px;
}

.showAnswerColor
{
   background-color:#1b702e;
   color:#fff;
}

.submitColor
{
    background-color:#666666;
   color:#fff;
}

.closeColor
{
   background-color:#383838;
   color:#fff;
}

.btn:hover{
     color:#fff;
}
h6{
    font-size:16px;
}

select {
   // text-transform: capitalize;
  
  
  width: 200px;
  padding:0 10px;
  border-color: #444 #333 #333 #444!important;
  

 }


    .modal-content
   {
       border-radius:0px;
   }
   
   #carousel2
   {
       border: 0px solid #eee;
       height: 100%;
    display: flex;
    align-items: center;
   }
   
   
   #audio .modal-content
 {
     min-height:auto;
 }
 
  #audio .modal-header
 {
     background-color:transparent;
 }
 
 #audioPlayer
 {
     width:99%;
 }
 
     /* .shadow-bg{ */
 /* box-shadow: 5px 5px 5px grey; */
 /* }   */
 
 /* .btn.disabled, .btn[disabled], fieldset[disabled] .btn */
/* { */
   /* box-shadow: 5px 5px 5px grey; */
/* } */

.btn1{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    }
    
    .btn1.disabled, .btn1[disabled], fieldset[disabled] .btn1 {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/* .btn1.disabled, .btn1[disabled], fieldset[disabled] .btn1 { */
    /* box-shadow: 5px 5px 5px grey; */
/* } */

.pageCounter {
    /* //position: absolute; */
    /* display:inline-block; */
    /* float:right; */
    /* background-color: #81818259; */
    /* right: 0px; */
    /* color: #000; */
    /* padding: 10px; */
    /* top: 3px; */
    /* border: 0px solid red; */
    /* height: 100%; */
	    position: absolute;
    background-color: #81818259;
    display: flex;
    align-items: center;
    right: 0px;
    color: #000;
    padding: 10px;
    top: 0px;
    height: 100%;
}

.modal-open .modal {
   overflow-x: hidden; 
    overflow-y: hidden; 
}

 .modal-body
   {
     
     max-height:500px;
       border: 1px solid #fff;
        overflow-y:auto;
         overflow-x:hidden;
   }


    .modal-body p
    {
      //height:500px;
      border: 0px solid red;
      font-size:16px;

    }
   
    .modal.show .modal-dialog{
max-width: 450px;
    min-height: 300px;
    max-height: 600px;
  }
   .modal-content{
max-width: 450px !important;
    min-height: 300px;
    max-height: 600px;
  }
  .glyphicon
{
        font-size: 32px;
       left: -8px;
    top: 0px !important;
   
}
.modal-bodyp p{
	margin-bottom:0 !important;
	/*color:black !important;*/
}
.fadein0,.fadein1, .fadein2, .fadein3, .fadein4, .fadein5, .fadein6, .fadein7, .fadein8, .fadein9, .fadein10{ 
	animation-name:fadeInRight;
	animation-duration:1s;
}
.fadeout0,.fadeout1, .fadeout2, .fadeout3, .fadeout4, .fadeout5, .fadeout6, .fadeout7, .fadeout8, .fadeout9, .fadeout10{ 
	animation-name:fadeoutRight;
	animation-duration:1s;
}
    .feedbackInfo {
/* position: absolute; */
bottom: 80px;
width: 100%;
text-align: center;
margin: 20px auto;
}
.modal-bodyp
   {
         padding: 0;
    background: transparent;
    /* background-color: white; */
    /* text-align: center; */
    margin-block-end: 0;
    margin: 0 20px;
    padding: 3px 2PX;
border-radius: 25px;
width: 90%;
margin: 0 auto;
  margin-top:30px;
   }
     .modal-content{
max-width: 600px !important;
    min-height: 200px;
    max-height: 400px;  
   }
   
   .modal-body
   {
         padding: 0;
    background: transparent;
    /* background-color: white; */
    text-align: center;
    margin-block-end: 0;
    margin: 0 20px;
    /* border: 1px solid #ccc; */
    padding: 20px 0;
    /* box-shadow: 0 0 2px #eee; */
   }
  .feedbackInfo {
/* position: absolute; */
bottom: 80px;
width: 100%;
text-align: center;
margin: 20px auto;
}
 .modal-body p
    {
    margin: 0 !important;
	text-align:left;
	
    background: none !important;
    }
	.modal.show .modal-dialog{
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateY(-50%);
    transform: translateX(-50%);
   }
#submit
{
	padding-left: 34px;
	padding-right:34px;
}
#tryagain
{
	padding-left: 27px;
	padding-right:27px;
}
#next
{
	padding-left: 45px;
	padding-right:45px;
}
.displaynone{display:none !important;}
.displayblock{display:inline-block !important;}
.displayImg{margin-left: 5px;
    margin-top: -3px;}
#dropdown{color: black !important;}	