@font-face {
    font-family: 'Kruti Dev 010';
    src: url('../font/KrutiDev010.eot');
    src: url('../font/KrutiDev010.eot?#iefix') format('embedded-opentype'),
        url('../font/KrutiDev010.woff2') format('woff2'),
        url('../font/KrutiDev010.woff') format('woff'),
        url('../font/KrutiDev010.ttf') format('truetype'),
        url('../font/KrutiDev010.svg#KrutiDev010') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
  }

  body {
    font-family: Roboto;
  }

  header .navbar-brand img {
    width: 150px;
  }

  .featured-category .card {
    width: 23%;
    margin-right: 16px;
    border-radius: 15px;
    margin-bottom: 35px;
    border:none;
  }

  .featured-category .card-body my-3 {
    position: relative;
  }

  .featured-category .feature-icons {
    /*position: absolute;*/
    right: 0;
    top: -30px;
  }

  .carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }

  .featured-category .d-flex {
    flex-wrap: wrap;
  }

  .b-clr {
    background: #76CDFD;

  }

  .gb-clr {
    background: #06B26C;

  }

  .yb-clr {
    background: #FFD379;

  } 
  .cat-divs{
	  background:none;
  }
  .pb-clr {
    background: #FF999A;

  }

  h6 {
    color: #06b26c;
    font-size: 16px;
  }

  .bdr-btm {
    border-bottom: 1px solid #ccc;
  }

  .latest-news-item img {
    width: auto;
    height: auto;
  }

  .row.bdr-btm {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .sub-footer {
    background: #0eae6e;
  }

  .top-footer {
    background: #f2f2f2;
  }

  header {
    box-shadow: rgb(225 229 227) 0px 7px 29px 0px;
  }

  ul {
    padding: 0;
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #11ae6d;
    font-size: 13px;
  }
h4 a{
  font-size: 1.5rem;
  color: #000;
}
  footer h4 {
    font-size: 1.2rem;
    color: #0eae6e;
    margin-bottom: 4px;
  }

  footer p {
    color: #fff;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  h3 {
    margin-bottom: 10px;
    color: #06B26C;
  }

  h5 {
    font-size: 1.2rem;
  }

  footer i {
    font-size: 17px;
    border: 1px solid #0ab16c;
    padding: 7px;
    border-radius: 5px;
    color: #959595;
    background: #fff;
    margin-right: 4px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgb(8 178 108);
    font-weight: 500;
  }

  .featured-category .feature-icons.left-icon {
    left: 0;
  }

  footer {
    border-top: 4px solid #08b16c;
  }
  .SubCategorypage h3.ps-0.text-center.mb-4{
    position: relative;
  }
  .SubCategorypage h3.ps-0.text-center.mb-4:after {
    content: '';
    border-bottom: 2px solid #6edfb2;
    display: block;
    width: 170px;
    position: absolute;
    margin: auto;
    left: 42%;
    border-radius: 6px;
    margin-top: 4px;
}
.w-bdr{
  border: 1px solid #fff;
  color: #fff;
}
.SubCategorypage.aboutuspage h3.ps-0.text-center.mb-4:after {
  width: 100px;
  left: 45%;
}
.aboutuspage p {
  color: #000;
  line-height: 27px;
  margin-bottom: 10px;
}
.w-clr{
  color: #fff;
}
/*.SubCategorypage .latest-news-item {*/
/*  background: #f2f2f2;*/
  /*box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);*/
  /*border-radius: 14px;*/
  /*border: 1px solid #06b26c;*/
/*}*/
.loginpage{
  height: 100%;
  background: #f2f2f2;
}
.login-box{
  box-shadow: rgb(129 207 168) 0px 7px 29px 0px;
  background: #0ab16c;
  padding: 40px;
  margin-top: 10%;
  border-radius: 16px;
}
.userdashboard .card{
  border: 1px solid rgb(14 174 110);
}
.userdashboard .card .card{
  background: #ddfff1;
}
.userdashboard .card .card h3{
  font-size: 20px;
  color: #544e4e;
}

 .d_block a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
 }

  .d_block a: hover{
    color: transparent;
  }
  .txt-c{
	  text-align:center;
  }
  @media (max-width: 768px) {
    .col-md-12.d-flex.justify-content-center{
      width: 100%;
    }
    .featured-category .card{
      width: 100%;
    }

    .container,
    .container-sm {
      max-width: 95%;
    }
  }
  
  /*****************DAILY QUIZ START******************/
  .daliy_quiz_wrap{
   margin: 20px 70px;
 }
 .daliy_quiz_wrap h4{
   text-align: center;
    padding: 35px 0px;
    text-decoration-line: underline;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    font-family: poppins;
  }
.quiz_row {
    width: 100%;
    display: grid;
    grid-column-gap: 90px;
    grid-template-columns: auto auto auto auto auto;
    padding: 10px;
    grid-row-gap: 90px;
}
 .quiz_col{

    background: #FFC42A;
    border-radius: 20px;
    text-align: center;
    padding: 40px 0;
}
.quiz_col p {
    margin-bottom: 0;
}
.cstm_tabs{
  align-items: center;
  justify-content: space-evenly;
}
.wrap_tb{
  background: rgba(218, 218, 218, 0.18);
    padding: 40px 35px;
    width: 80%;
    margin: 0 auto;
}
.wrap_tb p{
  color: #50555C;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #06B26C;
  font-weight: 600;
  font-size: 20px;
  background: transparent;
}
.cstm_tabs li a{
  font-weight: 600;
  font-size: 20px;
  color:#000;
}
.cstm_tabs li a:hover{
  color:#000;
}
.text_Area_sec textarea{
  background: rgba(218, 218, 218, 0.45);
   border-radius: 20px;
   width: 1000px;
   padding: 20px 30px;
   margin-top: 20px;
   border: none;
 }
.text_Area_sec{
  margin: 30px 0px;
}
.next_btn {
  text-align: center;
}
.next_btn button{
  background:#06B26C;
  color: #fff;
  border: none;
  padding: 12px 90px;
  font-size: 20px;
  border-radius: 8px;
}

.gk_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gk_first_colmn {
    background: #06B26C;
    padding: 90px 42px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    text-align: left;
}
.gk_second_colmn{
  background: #06B26C;
    padding: 90px 42px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    text-align: left;
}
.daliy_quiz_wrap.mg0{
   margin: 20px 0;
}
.next_btn {
    text-align: center;
    margin-top: 40px;
}
.gk_first_colmn h4, .gk_second_colmn h4{
    padding: 14px 0px;
    color: #fff;
        text-align: left;
    text-decoration: none;
}
.gk{
  font-size: 50px;
  color: #06B26C;
}
.daliy_quiz_wrap .main_heading{
  text-decoration-line: none;
}
.gk_first_colmn.red,.gk_second_colmn.red{
   background: #ED2028;
}
/*****************DAILY QUIZ end******************/

.wrapper_login{
  /*  background: #06B26C;*/
    width: 100%;
  /*  height: 100vh;*/
  }

  .content_login{
    width: 100%;
   
  }

 .left_text_part {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
  
    background: #06B26C;
    align-items: center;
}
.le_con_text {
    /* position: absolute; */
    /* transform: translate(-50%,-50%); */
    /* top: 50%; */
    /* left: 20%; */
    text-align: center;
    width: 35%;
    padding-top: 20px;
}
.le_con_img{
  width: 35%;
}
.le_con_img img{
  width: 100%;
}
  .le_con_text img{
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .le_con_text h2 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    Font-family: Roboto Slab;
    margin: 20px 0;
}
.frget{
  text-align: right;
}
  .frget a{
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin: 10px 0px;
  }
 .frm-rw {
    text-align: left;
    margin-bottom: 20px;
}
   .frm-rw label{
    color: #fff;
    margin-bottom: 10px;
   }
  .frm-rw input {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
    outline: none;
    color: #fff;
}
  .le_con_text h6{
    color: #fff;
    text-align: right;
    text-transform: capitalize;
    font-weight: 400;
  }
  .login_btn {
    display: block;
    border: none;
    padding: 6px 10px;
    text-transform: uppercase;
    color: #00523F;
    font-weight: 700;
    border-radius: 6px;
    margin: 30px 0px 20px 0px;
    background: #ffffff;
    width: 100%;
    font-size: 26px;
}
  .google_signup img{
    width: 180px;
    height: auto;
  }

 .side-img{
  width: 100%;
 }
 .le_con_img .by {
    width: 18%;
    position: absolute;
    right: 12%;
    top: 25%;
}
.le_con_img .mp {
    width: 8%;
    position: absolute;
    right: 26%;
    top: 0%;
}
  /********LOGIN PAGE END********/


  /**********SIGN UP*************/
.check_label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  text-align: left;
}

/* Hide the browser's default checkbox */
.check_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
}


/*.check_label:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.check_label input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


$route['(:num)'] = 'home/index/$1';