::-webkit-scrollbar{
    width:10px;
}

body {
  
  /*overflow-x: hidden;  Hide horizontal scrollbar */
}
.removescrollbar{
	/*overflow-x: hidden;*/
}
.addscrollbar{
	overflow-y: auto;
}
h2{
	font-size: 35px;
}
h5{
	font-size: 28px;
}

    li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
         list-style-type: decimal !important;
    }

/*li {*/
/*	font-size: 25px;*/
/*	text-align: justify;*/
/*}*/
@font-face {
font-family: 'Quantify Bold';
font-style: normal;
font-weight: normal;
src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');
}

@font-face { 
    font-family: AlphaMaleModern; 
    src: url('fonts/AlphaMaleModern.ttf');
}

.subheading{
  font-family: 'Quantify Bold'
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 20;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 25px;
  margin-left: 50px;
}

  .sidebtn {
  font-size: 20px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding: 10px 15px;
      border:5px solid red;
     /*margin-top:70px;*/
  border-radius: 0px 20px 20px 0px;
  font-family: 'Quantify Bold'
    background: red;
    position:fixed;
    z-index:10;
  /*    border:5px solid red;*/
  /*    position: relative;*/
  /*  color: #fff;*/
  /*  box-shadow: 0 0 1px #ccc;*/
  /*  -webkit-transition-duration: 0.3s;*/
  /*  -webkit-transition-timing-function: linear;*/
  /*  box-shadow:0px 0 0 red  inset;*/
  /* border-radius: 0px 20px 20px 0px; */
  /*font-family: 'Quantify Bold';*/
  /*width:7.5%;*/
  /*padding: 10px 25px;*/
  /*cursor: pointer;*/
  /*height:50px;*/
}

.openbtn {
  /*font-size: 20px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding: 10px 15px;
      border:5px solid red;
  border-radius: 0px 20px 20px 0px;
  font-family: 'Quantify Bold'*/
    background: red;
      border:5px solid red;
      position: relative;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 red  inset;
   border-radius: 0px 20px 20px 0px; 
  font-family: 'Quantify Bold';
  width:7.5%;
  /*padding: 10px 25px;*/
  cursor: pointer;
  height:50px;
}

.sidebar-icon {
  /*font-size: 20px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding: 10px 15px;
      border:5px solid red;
  border-radius: 0px 20px 20px 0px;
  font-family: 'Quantify Bold'*/
    /*background: red;*/
      border:5px solid red;
      position: relative;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 red  inset;
   border-radius: 0px 20px 20px 0px; 
  font-family: 'Quantify Bold';
  width:7.5%;
  /*padding: 10px 25px;*/
  cursor: pointer;
  height:50px;
}

@media screen and (min-width:1300px){
    .openbtn{
        /*padding:10px;*/
        width:7.5%;
    }
}
@media screen and (min-width:1400px){
    .openbtn{
        width:7.5%;
    }
}
@media (min-width:500px) and (max-width:1000px){
    .openbtn{
        width:30%;
    }
}

@media screen and (max-width:500px){
    .openbtn{
        width:30%;
    }
}
.openbtn:hover {/*
  background-color: white;
  color: red;
      border:5px solid red;*/

        
    box-shadow:0 0 0 25px white  inset;
    -webkit-transform: scale(1);
    color: red;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.navbar-collapse.in {
    display: block !important;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

@media(min-width: 1000px)
{
.button-menu-mobile
{
display:none;
}
  .openbtn{position: fixed;}

}



a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.tab .nav-tabs{
    font-family: 'AlphaMaleModern';
    margin: 0 0 10px 0;
    border: none;

}
.tab .nav-tabs li a{
    color: #444;
    background: linear-gradient(to top right, #f9f9f9 49%,#f1f1f1 50%);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
    margin-right: 10px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li:last-child a{ margin-right: 0; }
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #fff;
    border-color: transparent;
    border: none;
}
.tab .nav-tabs li a:before{
    content: "";
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tab .tab-content{
    color: #444;
    background: linear-gradient(to top right, #f9f9f9 49%,#f1f1f1 50%);
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 25px 20px;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
    position: relative;
}
.tab .tab-content h3{
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .tab .nav-tabs li a{ padding: 10px 20px; }
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
}






.vquestion{
  /*border: 2px solid #787877;*/
  background-color: whitesmoke;
}
@media (min-width:600px){
.question_names{
  height: 90%;
   overflow-x: hidden; 
  position: fixed;
   overflow-y: auto; 
}
}


@media screen and (max-width: 1000px) {
.question_names{
    position:relative;   
}
       
}

.question_names a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
margin-bottom: 5px;
  border-color: lightseagreen;
  /* float: left; */
  /* border:1px solid lightseagreen; */
  /* color:#fff; */
  box-shadow: 0 0 1px #ccc;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
  box-shadow:0px 0 0 #31708f  inset;


}
 
.question_names a.active {
  background-color: rgb(86, 55, 158);
  color: white;
}

.question_names a:hover:not(.active) {
  /* background-color: #555; */
  color: white;
  -webkit-box-shadow: -800px 0 0 rgb(202, 113, 187) inset;
}

/*
@media screen and (max-width: 700px) {
  .question_names {
    width: 100%;
    height: auto;
    position: relative;
  }
  .question_names a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .question_names a {
    text-align: center;
    float: none;
  }
}
*/




.content{
  font-family: 'Ubuntu';
  font-size: 20px;
}

.content .heading{
  font-size: 40px;
  font-family: 'Quantify Bold'
}


.content .subheading{
  font-family: 'Quantify Bold';
  font-size: 30px;
}

.content{
  font-size: 20px;
  font-family: 'Ubuntu';
}

.question{
  font-size: 20px;
  font-family: 'Ubuntu';
}

.question .title{
  color: green;
  font-family: 'Quantify Bold';
  font-size: 28px;
} 

.question .heading {
  color: rgb(48, 69, 187);
  background-color: rgb(193, 204, 209);
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px; 
  font-family: 'Quantify Bold';
  font-size: 25px;
}

.question .heading1 {
  color: red;
  /* background-color: lightsteelblue;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;  */
  font-family: 'Quantify Bold';
  font-size: 25px;
}

.question .example{
  color: blue;
  font-family: 'Quantify Bold';
  font-size:25px;
}

.vbox{
  /* background-color:#ffffff; */
  border-radius: 5px;
}

body{
  overflow-x: hidden;
}

@media screen and (max-width: 500px){
  .removexscrollbar{
  overflow-x: hidden;
}
}

/*
.downbtn {
    background: green;
      border:5px solid green;
      position: relative;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 green  inset;
   border-radius: 0px 20px 20px 0px; 
  font-family: 'Quantify Bold';
  padding: 10px 25px;
  cursor: pointer;
}

.downbtn:hover {

        
    box-shadow:0 0 0 25px white  inset;
    -webkit-transform: scale(1);
    color: green;
}
*/



.downbtn{
    color: #444;
    background: linear-gradient(to right, #2F80ED, #56CCF2); /*linear-gradient(to top right, #f9f9f9 49%,#f1f1f1 50%);*/
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: 'AlphaMaleModern';
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
    margin-right: 10px;
    border: none;
   border-radius: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}


.vtopic{
  margin-left: 150px;
  padding-top: 15px;
}

@media(max-width: 475px){
  .vtopic{
    margin-left: 120px;
  }
}

/* .downbtn:hover{
    color: #fff;
    border-color: transparent;
    border: none;
}

.downbtn:before{
    content: "";
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}
.downbtn:hover:before{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}*/


.logincheck{
    border-top-color: green;
    border: 2px solid blue;
    /*background:rgba(40,57,101,.5);  */
    /*color: white;*/
    border-radius: 25px;
}

 .okbtn{
    border-radius: 30px;
    /*padding-left:25%;*/
    /*padding-right:25%;*/
    
  /*padding: 7px 22px;*/
}



@media (min-width:575px) and (max-width:720px){
    .level_name{
        padding-right:50px;
        color:red;
    }
}

