html {
  font-family:sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

.body{
    height: 100%;
}

.bcolor{
     /*background-image: linear-gradient(to right, rgba(0, 116, 189, 1),rgba(200, 222, 243, 1), rgba(239, 162, 4, 1));*/
     background-image: url('/Images/Landing-Page-BG.jpg');
     background-size: cover;
}

.bglanding {
    background-image: url('/Images/Landing-Page-BG.jpg'); 
    background-size: cover; 
}


.text-form{
    width: 100%;
    border: none;
}

.inner-padding{
    padding: 20px;
    margin-top: 50px;
   
}

.inner-paddingsign{
    padding: 20px;
    margin-top: 25px;
   
}

.btn-warning{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
    font-size: 20px;
    border: none;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

div a:hover{
    text-decoration: none;
    color: black;
}

a:active {
  text-decoration: none;
  color: black;
}

.table.td.a {
  text-decoration: none;
  color: black;
}

.small{
    font-size: 10px;
}
.material-icons{
    vertical-align: text-bottom;    
}

.title1{
    color: #050f95;
}

.label1 {
    font-size: 16px;
}


.check{
    height: 20px;
    width: 20px;
    vertical-align: text-bottom;
}
.btn-submit{
    border-radius : 50px;
    background-color: #efa204;
    border: none;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.btn-submit a:link{
    color: #050f95;
}

.textlogin{
    border: none;
    border-radius : 50px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.test{
    font-size: 18px;
}
.btn-dyn {
    background-color: #005efe;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.heading{
    font-size: 25px;
}

.intro{
    font-size: 26px;
    color: #06914e;
    
}

.btn-ques {
    background-color: #0074bd;
    border: none;
      padding-left: 92px;
    padding-right: 92px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-primary {
    background-color: #005efe;
    border: none;
   
}


.btn-q{
    padding-left: 10px;
    padding-right: 10px;
}

.progress-sm{
    height: 0.5rem!important;
}


.btn-success{
    border: none;
    background-image: linear-gradient(to right, rgba(5, 190, 0, 1), rgba(2, 115, 0, 1));
   
}

.btn-primary1{
    color: white;
    border: none;
    box-shadow: none;
    background-image: linear-gradient(to right, rgba(0, 29, 255, 1), rgba(0, 99, 255, 1));
   
}

.btn-danger{
    border: none;
    background-image: linear-gradient(to right, rgba(226, 0, 4, 1), rgba(141, 1, 40, 1));
   
}

.progresslabel{
    font-size: 14px;
}

.question{
    border: 1px solid black;
    padding: 50px;
    height:300px;
    overflow-y:scroll; position:relative;
}


.checketest{
    background: transparent;
}

.bgforgotpwd {
    background:url('../images/forgotpwd.png') no-repeat;
    
    background-size:cover;
}


.bgexam{
    
     background-image: linear-gradient(180deg, rgba(239, 162, 4, 1) 0%, rgba(252, 240, 215, 1) 31.56%, rgba(255, 255, 255, 1) 52.4%, rgba(202, 226, 241, 1) 77.92%, rgba(0, 116, 189, 1) 100%);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black;
    background-color: #f0a307;
    border: 1px solid black;
}

.nav-tabs .nav-link {
    border: 1px solid black;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.piechart { 
        display: block; 
        position: absolute; 
        width: 150px; 
        height: 150px; 
        border-radius: 50%; 
        background-image: conic-gradient( 
            #00c400 70deg,  
            #00c400 0 235deg,
            #00c400 0 235deg); 
    } 
  
.piechart1 { 
        display: block; 
        position: absolute; 
        width: 200px; 
        height: 200px; 
        border-radius: 50%; 
        background-image: conic-gradient( 
            #00c400 70deg,  
            #00c400 0 235deg,
            #00c400 0 235deg); 
    }

.dynamic{
    margin-top: 155px;
    
}

.dynamic1{
    margin-top: 200px;
}

.help{
    width: 25px;
    height: 40px;
}

.error{
    color: #e20000;
}

.footer1{
    position: relative;
}

/* Responsive queries for forgot password screen */

@media only screen and (max-width :414px)
{
    .bgforgotpwd
    {
        background-position: center;
        background-size: cover;
    }
    
}
/* Medium devices (tablets, 768px and up)*/
@media only screen and (max-width: 1024px) 
{
    .bgforgotpwd
    {
        background-position: center;
    }

    .bgforgotpwd .row .inner-padding h5
    {   
       margin-top: 150px;
    }

    
}

@media only screen and (max-width: 1920px)
{
    .bgforgotpwd
    {
        background-position: center;
    }

    .bgforgotpwd .row .inner-padding h5
    {   
       margin-top: 150px;
    }
} 
    
.ml-auto, .mx-auto {
    margin-left: auto;
}

.copyright{
        color: white;
    }
.icon-lock{
    background-color: #ffc107;
    border-radius: 50%;
    height: 30%;
    width: 25%;
}
.lock{
    position: relative;
}

/* -----------------------------
            SIDEBAR 
   ----------------------------*/

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(239, 162, 4, 1) 0%, rgba(252, 240, 215, 1) 31.56%, rgba(255, 255, 255, 1) 52.4%, rgba(202, 226, 241, 1) 77.92%, rgba(0, 116, 189, 1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}


.sidebar a {
  padding:;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  background: rgba(0, 116, 189, 1) ;
  font-size: 20px;
  cursor: pointer;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  position:relative;
  top: 40%;
}

/* 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;
    }
}

.sidebarbtn{
    padding: 10x;
    color: #ffc107;
    width: 100%;
    overflow: visible;
    border-radius: 10%;
    
}
.iconbtn{
    background-size: cover;
    width: 10%;
    color: #ffc107;
    
}

.btn-dark{
    color: #ffc107;
}
/*-------------------------------------*/

.tablebg{
    background-color: #39a5e3;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    border-radius: 10px;
    height: 500px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > td, .table-bordered > tfoot > tr > th {
   }
.bg-light a{
    text-decoration:underline;
}

.bg-orange{
    background-color: orangered;
}

.modules{
    margin-top: -40px;    
}


.subscriptionmodules{
   
}

.tablebg .regular
{
    background-image: linear-gradient(to bottom, #ffb033, #f46800);

}

.tablebg .premium
{
    background-image: linear-gradient(to bottom, #b7ff52, #a6f143, #95e432, #84d61f, #72c900);
}

.tablebg .gold
{
    background-image: linear-gradient(to bottom, #fff352, #ffdf3c, #ffca27, #ffb513, #ff9f00);
}

.tablebg .red
{
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
  background-image: linear-gradient(#ff6a6a, #ff2751);
}

.tablebg .english
{
    background-image: linear-gradient(to bottom, #00fff5,#18b2a6);
}




.subscriptionmodules .bg-warning
{
    background-image: linear-gradient(to bottom, #b7ff52, #a6f143, #95e432, #84d61f, #72c900);
    padding: 10px 20px;
    
}

.subscriptionmodules .bg-danger
{
    background-image: linear-gradient(to bottom, #fff352, #ffdf3c, #ffca27, #ffb513, #ff9f00);
    padding: 10px 20px;
    
    
}

.subscriptionmodules .bg-primary
{
    background-image: linear-gradient(to bottom, #84d4f6, #4ac0fe, #00aaff, #0090ff, #3f71ff);
    padding: 10px 20px;

}


.subscribetablebg .regular
{
    background-image: linear-gradient(to bottom, #84d4f6, #4ac0fe, #00aaff, #0090ff, #3f71ff);

}

.subscribetablebg .premium
{
    background-image: linear-gradient(to bottom, #b7ff52, #a6f143, #95e432, #84d61f, #72c900);
}

.subscribetablebg .gold
{
    background-image: linear-gradient(to bottom, #fff352, #ffdf3c, #ffca27, #ffb513, #ff9f00);
}


/*.subscribetablebg .btnbuyreg
{
    background-image: linear-gradient(to bottom, #fff352, #ffdf3c, #ffca27, #ffb513, #ff9f00);
    padding: 10px 20px;
    float:right;
    margin-top: 1px;
    margin-left: 50px;
}

.subscribetablebg .btnbuypre
{
    background-image: linear-gradient(to bottom, #b7ff52, #a6f143, #95e432, #84d61f, #72c900);
    padding: 10px 32px;
    float:right;
    margin-top: 1px;
   

}

/*.subscribetablebg .btnbuygold
{
    background-image: linear-gradient(to bottom, #fff352, #ffdf3c, #ffca27, #ffb513, #ff9f00);
    padding: 10px 20px;
    float:right;
    margin-top: 1px;
    margin-right: 0px;
}*/





/* Social media icons */
.subscribetablebg .fa-facebook {
  background: #3B5998;
  color: white;
}



/* -----------------------------
            SWITCH 
   ----------------------------*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/*----------Progress Bar---------------*/


*,
*:before,
*:after {
  box-sizing: border-box;
}
.set-size {
  font-size: 10em;
}
.pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 15px;
  position: relative;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #ecf0f1;
  border-radius: 50%;
  bottom: 0.4em;
  color: black;
  cursor: default;
  display: block;
  font-size: 0.23em;
  left: 0.4em;
  line-height: 2.6em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}

.pie-wrapper.progress-30 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-30 .pie .half-circle {
  border-color: #e30000;
}
.pie-wrapper.progress-30 .pie .left-side {
  transform: rotate(108deg);
}
.pie-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-60 .pie .half-circle {
  border-color: #00e000;
}
.pie-wrapper.progress-60 .pie .left-side {
  transform: rotate(216deg);
}
.pie-wrapper.progress-90 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-90 .pie .half-circle {
  border-color: #00e000;
}
.pie-wrapper.progress-90 .pie .left-side {
  transform: rotate(324deg);
}
.pie-wrapper.progress-45 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-45 .pie .half-circle {
  border-color: #00e000;
}


/* Privacy Page */

.privacybg{
  background-color:#b9d6f8;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.privacybg #term
{
  background-color:#b9d6f8;
}

/* Exam Selection Page */

.table-hover tbody tr:hover td {
    background: rgba(12, 121, 190, 0.8);
}

.questionreview{
    border: 1px solid black;
    padding-left: 230px;
    padding-right: 230px;
    width: 100%;
    padding-top: 5px;
}

.answerright{
    color: #006900;
    font-size: 16px;
}

.answerwrong{
    color: #e50000;
     font-size: 16px;
}

#mentor
{
  border: 1px yellow solid;
  border-radius: 20px;
}


.nav-link.active{
    text-decoration: underline;
}