body {
    font-family: sans-serif;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  #wrapper h2 {
    /* margin: 10px 0 15px 0; */
   font-size: 20px;
  }

label{
  margin: 7px;
}

  #wrapper h1{
    text-align: center;
    margin: 10px 0 15px 0;
    color: #0088c7b6;
    font-weight: bold;
    padding: 10px;
    border-bottom: solid 2px #0088c7b6;
  
   
    
    
   
  }

  .bgc{
    width: 100%;
height: 300px;
background-image:url("../images/395.jpg");

background-position:bottom  right ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;    
   
display: flex;
justify-content: center;
align-items: center;
  }

  .bgc h1{
    color: white;
    text-align: center;
    text-shadow: 1px 2px 6px #191818;
    font-weight: bold;
    font-size: 48px;
  }

  .bgc h2{
    color: white;
    text-align: center;
    text-shadow: 1px 2px 6px #191818;
    font-weight: bold;
   
  }




  .button{
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    
  }


  input:checked + span {
    color: #337ab7;
    font-weight: bold;
}

  .word{
    padding: 0 20px;
  }


  
  .none{

    border-bottom:none !important;
    background-color: transparent!important; 
  }


  #wrapper {
   
   
    background: white;
    /* padding: 10px 15px; */
    border-radius: 10px;
    height: 100%;
    box-shadow: 2px 2px 5px rgba(126, 126, 126, 0.667);
  }

  #wrapper .box-1+.box-1{
    padding-top: 20px;
    
  }

  #wrapper .box-1:nth-child(2n){
    background-color: #d0e7ef5e;
    
  }


  .box-1{
    /* border-bottom:dotted 2px #aaaa ; */
   margin-bottom: 15px;
    
  }
  .button-box .btn {
    font-size: 18px;
    padding: 10px;
    margin:0 auto;
    color: white;
    border: 0;
    border-radius: 10px;
   margin-bottom: 10px;
    width: 100%;
   


  }

  


  .button-box a{
    display: block;
    
    width: 100%;

display: flex;
align-items: flex-end;
height: 100px;
padding-right: 20px;
text-decoration: none;
    
    
    
      }
    


     
    .question{
      font-size: 26px;
      margin-bottom: 10px;
      background-color: #0088c78c;
      font-weight: bold;
      padding: 5px;
      color: white;
    }
    .answers {
      margin-bottom: 20px;
      text-align: left;
      display: inline-block;
      width: 100%;
    }
    .answers label{
      display: block;
     
      font-size: 20px;
      font-weight: bold;
      
    }

    input:checked + span {
      color: #337ab7;
      font-weight: bold;
  }

    button{
      font-size: 18px;
      padding: 10px;
      margin:0 auto;
      color: white;
      border: 0;
      border-radius: 10px;
      background-color: #0088c7b6;
      width: 100px;
    
    }
    button:hover{
        background-color: #0088c783;
    }
    .slide{
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.5s;
     
    }
    .active-slide{
      opacity: 1;
      z-index: 2;
    }
    .quiz-container{
     
      height: 280px;
     
    }

  .p{
    padding: 30px 20px 20px 20px;
  }

  .check {
    margin-left: 30px;
    margin-top: -30px;
}

 
   /* ------------------------------------ */
   @media screen and  (max-width:767px){
    .question {
      font-size: 22px;}
    

    .bgc h1 {
     
      font-size: 36px;
      padding: 22px;
  }

  .bgc{
    
background-attachment: scroll;
  }

  .quiz-container {
    
    height: 520px;
   
}


.button{
    

  margin-top: 75px;
}

.n{
  margin-bottom: 250px!important;
} 
}

@media screen and  (max-width:320px){

.pn{
     padding-right: 0px!important;
    padding-left: 0px!important;
} 

.quiz-container {
  height: 570px;
}

.bgc h1 {
      font-size: 30px;
      padding: 22px;
  }
  

}

