
/* ====================================================================
Table of contents
==================================================================== */
/*
1. Google Fonts
2. Global Css Styles
3. navbar css style
4. Banner css style

*/

/* ====================================================================
  Google fonts
==================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap:300,400,600,700,700i');
/*@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');*/

/* ====================================================================
  Global css style
==================================================================== */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Assistant', sans-serif;*/
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Assistant', sans-serif;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    color: #0000FF;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
  line-height: 1.9;
  font-size: 15px;
  text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    /*margin: 0;*/
    padding: 0;
}
/* ====================================================================
  navbar css style
==================================================================== */
header {
  /*background-image: url(../img/header2.png );
  height: 278px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
header {
  
}

.navbar-custom {
  background-color: #6531e2 !important;
  z-index: 100;
}

.new-header {
    background-color: #733fec;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #6531e2 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: all 1.5s;
}


.nav-item.dropdown{
    margin:0 5px;
}
.nav-item.dropdown.active, .nav-item.dropdown:hover ,.nav-item.dropdown:focus {
   background-color: #fe475b;
    border-radius: 2px;
    
}
.navbar-expand-lg .navbar-nav .nav-link,  .navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link.active{
  color: #fff ;
  /*color: #733fec;*/
}
.dropdown-menu {
    left: auto;
    right: 0 !important;
}
#nav .navbar-nav .nav-link{
  color: #fff;
  font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0.2rem;
    text-transform: capitalize;
}
.nav-blog {
    margin: 0 5px;
}
#nav1 .navbar-nav .nav-link{
  color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link{
  color: #fff !important;
}
.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
}

.navbar-fixed .navbar-nav .nav-link, .navbar-fixed .navbar-nav .nav-link:hover,.navbar-fixed .navbar-nav .nav-link.active{
  color: #fff;
}

 .navbar-fixed .navbar-nav .nav-link:hover, .navbar-fixed .navbar-nav .nav-link:focus, .navbar-fixed .navbar-nav .nav-link.active{
  color: #fff;
}
.navbar-light .navbar-brand span {
    font-weight: 600;
    color: #ff475a;
}
.new-header .navbar-brand {
    color: #fff;
    font-size: 25px;
}
.new-header .navbar-brand span {
    font-weight: 600;
    color: #fff;
}
nav#nav .navbar-brand {
    color: #5624dc;

}
#nav.navbar-fixed.navbar-light .navbar-brand {
    /*color: #8146ed;*/
    color: #fff ;
    font-size: 25px;
}
.navbar-fixed.navbar-light .navbar-brand span {
    font-weight: 600;
    color: #ff475a;
}
/* ====================================================================
  Banner css style
==================================================================== */

.banner {
  /* padding: 0 0 0 60px; */
  background-color: #f5f0ff;
    /* background-image: url(/viewncert/assets/img/header2.png); */
    /* margin-bottom: 100px; */
    /* background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    background-position: center; */
  
}
.col-12-padding {
    padding: 0;
}
.row.banner_row {
    margin: 0;
    max-width: initial;
}
.banner-left {
    padding: 75px 0 0 0px;

}
.banner-left h2{
    color: #6531e2;
    font-size: 35px;
    
}
.banner-left p{
  /* color:#000; */
 
  font-size: 25px;
}
.banner-left h5 {
    color: #000;
}
img.bg_position {
    position: relative;
}

img.bg_position_ab {
    /* position: absolute;
    top: 40%;
    left: 32%;
    width: 58% !important; */
}
.download-app-androd {
    display: flex;
    padding-top: 10px;
}

.banner-content {
    /* padding-left: 15px; */
}
.banner-content p span {
    font-weight: 800;
}
.banner-content p {
    line-height: 0.5;
    font-weight: 500;
}

.banner-content1 {
  /* padding-top: 40px;
  margin-top: -107px; */
  /*margin-top: -45px;*/
}
.android-play {
    /* width: 100%; */
    cursor: pointer;
    display: flex;
    /* justify-content: space-between; */
}
.android-play img {
    padding-right: 5px;
    width: 135px;
}






.banner-content p {
    color: #8146ed;
    /* color: #fff; */
    font-size: 18px;
}
.banner-right img {
    width: 67%;
    margin-top: 59px;

}

.banner-right {
    text-align: center;
}

/* ====================================================================
  owl-carousel css style
==================================================================== */
section.carousel-ncrt {
    background-color: #f5f0ff;
    padding: 0px 0px 0px;
}
.view-all {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 104px;
    right: 100px;
}

.view-all a {
    text-transform: capitalize;
    font-size: 22px;
    cursor: pointer;
}
.view-all a:hover{
  color: #5222db;
}
.carousel-wrap {
  margin: 0px auto;
  padding: 0 5%;
  width: 90%;
  position: relative;
}
.owl-btn-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
   
}
.nav-tabs-carousel .nav-item {
    /*width: 17%;*/
}
.nav-tabs-carousel .nav-link {
    font-size: 23px;
    color: #918e94;
    font-weight: 600;
    text-transform: uppercase;
    /* border-bottom: 3px solid #918e94; */
    
}




.nav-tabs-carousel .nav-item:last-child {
    /*width: 64%;*/
    /*display: flex;
    justify-content: flex-end;*/
}
.nav-tabs-carousel{
  border-bottom: 0;
  /* padding:0 30px; */
  width: 80%;
}
.tab-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-tab {
    width: 20%;
    text-align: right;
    padding-right: 25px;
}
.view-tab a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a39fa8;
}
.view-tab a:hover {
    color: #8146ed;
}
.nav-tabs-carousel .nav-item.show .nav-link, .nav-tabs .nav-link.active ,.nav-tabs .nav-link:hover{
    color: #495057;
    background-color: transparent !important;
    border-color:  transparent !important;
    /*font-weight: 600;*/

}
.nav-tabs-carousel .nav-item.show .nav-link.active ,.nav-tabs .nav-link:hover{
    color: #8146ed;
    
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    /*position: absolute;*/
    max-height: 60vh;
    overflow: auto;
}
.nav-dropdown {
    padding: 0;
}
.nav-dropdown .dropdown-item:hover {
    background-color: #e7e7e7;
    font-weight: 600;
   
}
.nav-dropdown a {
    text-transform: capitalize;
}
.nav-tabs-carousel .nav-link.active{
  color: #8146ed;
}
.carousel_content {
    padding: 15px 15px 0px 15px;
}
.carousel_head {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.6;
}
.carousel_time p:first-child {
    color: #a3a3a3;
}
.carousel-card {
    border-radius: 5px;
    max-height: 275px;
    
    /*min-height: 215px;*/
    max-width: 254px;
    overflow: hidden;
   margin: 0 auto;
}


.slider-img {
    max-height: 141px;
    min-height: 139px;
    box-shadow: 0 .3rem 1rem rgba(0,0,0,.15)!important;
    height: 100%;
    overflow: hidden;
}

.slider-img img {
    height: 100%;
    overflow: hidden;
}
.Categories-card {
    padding: 15px 0px;
}
.carousel_head {
    max-height: 59px;
    min-height: 54px;
    overflow: hidden;
}
.carousel_time {
    display: flex;
    justify-content: space-between;
}

.carousel_time p a:last-child {
    color: #8146ed;
}

.carousel_time p {
    font-size: 16px;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #642fe1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 .3rem 1rem rgba(0,0,0,.15)!important;
}

.owl-nav i {
  font-size: 35px;
}

.owl-nav .owl-prev {
  left: -25px;
}

.owl-nav .owl-next {
  right: -25px;
}
.Categories-img {
    width: 35%;
    margin: 0 auto;
}

.Categories-content h4 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.Categories-content p {line-height: 1.4;margin-bottom: 7px; text-align: center;}

.carousel_categories {
    text-align: center;
}
.carousel_categories a {
    color: #6d43e0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
}
/* ====================================================================
  book css style
==================================================================== */

section.book_solution {
     margin-top: -93px;
    background-image: url(../img/books.png);
    margin-bottom: 100px;
    background-color: #f5f0ff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.book_content {
    padding-top: 250px;

}
.books_banner1 {
    width: 70%;
    margin: 0 auto;
}
.book_content h4 {
    text-align: center;
    color: #fff;
    margin-top: -46px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.book_content h4 span {
    color: #ffd256;
    font-weight: 600;
}
h2.student_details_h2 span {
    color: #6531e2;
}
h5.ncrt_h5 a {
    color: #6531e2;
    font-weight: 600;
}
/* ====================
  owl-carousel2 modify
======================== */
#sync1 .item {
  /*background: #0c83e7;*/
  /*padding: 80px 0px;*/
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  /*background: #C9C9C9;*/
  /*padding: 3px 0px;*/
  margin: 5px;
  color: #ffd256;
  border: 1px solid #ffd256 ;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 15px;
  margin: .67em 0;
  font-weight: 600;
}
#sync2 .current .item {
  background: #ffd256 ;
  color: #8146ed;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 60%;
}
#sync1.owl-theme .owl-prev {
  /*left: 10px;*/
  left: 25px;

}
#sync1.owl-theme .owl-next {
  /*right: 10px;*/
  right: 25px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd256;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    top: 60%;
}
.owl-theme .owl-nav [class*=owl-]{
  background-color: #fff;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: #fff;
}
a.book-read-more {
    text-transform: capitalize;
    font-weight: 600;
    color: #ffd256;
}
@media (max-width:767px){
  #sync2 .item h1 {
    font-size: 12px;
  }
  .book_and_sol{
    width: 100%;
  }
  #sync1.owl-theme .owl-prev{
    left: -25px;
  }
  #sync1.owl-theme .owl-next {
  right: -25px;
  }
  .card.ncrt_card li a{
    font-size: 15px;
  }
  #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    top: 75%;
  }
  .book-sol-para span {
    min-height: 70px;
    max-height: 75px;
    text-align: justify;
    overflow: hidden;
    display: block;
    }
}

/* ====================
  End owl-carousel2 modify
======================== */

.book_tab {
    justify-content: space-between;
    border-bottom: 0;
}
ul.card.ncrt_card li a:after {
    font-family: "Font Awesome 5 Free";
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 22px;
    padding: 0 20px;
}

ul.card.ncrt_card li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #642fe1;
    text-transform: capitalize;
}
.book_and_sol h5 {
    color: #fff;
}
.card.ncrt_card li:hover {border-left: 4px solid #642fe1;}



.card.ncrt_card li a {
  margin: 0px 15px;
  border-bottom: 1px solid #642fe1;
  padding: 8px 0px;
}

.card.ncrt_card li:last-child a {
    border-bottom: 0;
}
.book-sol-carousel {
   /* width: 80%;
    margin: 0 auto;*/
}
.book_and_sol {
    max-height: 245px;
    background-color: #fff;
    padding: 15px 0px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
}
.card.ncrt_card {
    /*padding: 15px 0px;*/
    max-height: 215px;
    height: 100%;
    overflow-y: auto;
    border-top: 0;
    border-bottom: 0;

}

/*scroll*/
/* width */
.ncrt_card::-webkit-scrollbar  {
  width: 15px;
}

/* Track */
.ncrt_card::-webkit-scrollbar-track{
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.ncrt_card::-webkit-scrollbar-thumb {
  background: #8348ee; 
  border-radius: 10px;
}

/* Handle on hover */
.ncrt_card::-webkit-scrollbar-thumb:hover {
  background: #975efd; 
}


/* navbar scroll */
.nav-dropdown::-webkit-scrollbar {
    width: 8px;
    
  }
  
  /* Track */
  .nav-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f0f0f0; 
    /* border-radius: 10px; */
  }
   
  /* Handle */
 .nav-dropdown::-webkit-scrollbar-thumb {
    background:#cacaca; 
    /* border-radius: 10px; */
  }
  
  /* Handle on hover */
 .nav-dropdown::-webkit-scrollbar-thumb:hover {
    background: #cacaca; 
  }


/*end scroll*/


.card.ncrt_card li {
     border-left: 4px solid transparent;
}
.card.ncrt_card li:hover {
     border-left: 4px solid #642fe1;
}


ul.card.ncrt_card li a {
    font-weight: 600;
}
ul.card.ncrt_card li a:hover {
    font-weight: 700;
}
/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-body {
    padding: 0 20px;
}


.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #6d43e1;
}
.panel-default>.panel-heading a.active, .panel-default>.panel-heading a:hover{
  font-weight: 600;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

/*.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}*/

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  
}
h5.card_head {
    color: #fff;
}
.panel-default:last-child>.panel-heading a {
    border-bottom: 0;
    
}

.panel-default:first-child>.panel-heading a {
    margin-top: 15px;
}
.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.book_tab {
    justify-content: space-between;
    border-bottom: 0;
    margin: 50px 0px 30px;
}

.book_tab .nav-link {
    border: 1px solid #ffd256 !important;
    border-radius: 48px;
    color: #ffd256 ;
}
.books_tab .tab-content .tab-pane>p {
    color: #fff;
    font-size: 17px;
    text-align: justify;
}
.panel-default>.panel-heading.active, .panel-default>.panel-heading:hover {
    border-left: 4px solid #6b42e0;

}

.panel-default>.panel-heading {
    border-left: 4px solid transparent;
}
.book_tab .nav-link.active, .book_tab .nav-link:hover {
    background-color: #ffd256 !important;
}
.panel-default>.panel-heading a {
    display: flex;
    justify-content: space-between;
}









/* ====================================================================
  student_review css style
==================================================================== */
section.student_review {
     margin-top: -305px; 
    background-image: url(../img/client.png);
    margin-bottom: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.student_details {
    padding-top: 245px;
    padding-bottom: 140px;
}
h2.student_details_h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 27px;
}

h2.student_details_h2 span {
    font-weight: 600;
}
.student_learn h5 {
    text-align: center;
    font-weight: 600;
    color: #4f4f4f;
}

.student_learn p {
    text-align: center;
    font-size: 16px;
    color: #4f4f4f;
}
.learn_img {
    text-align: center;
}

/* ====================================================================
  download app css style
==================================================================== */
h5.ncrt_h5 {
    text-align: center;
    font-weight: 600
    font-size: 23px;
}

h5.ncrt_h5 span:first-child {
    color: #6b42e0;
}

h5.ncrt_h5 span:nth-child(2) {
    color: red !important;
    font-weight: 500;
}
.app_img {
    /*width: 70%;*/
    margin: 0 auto;
    position: relative;
}
.play-store {
    text-align: center;
}

.play-store img {
    width: 13%;
}
h6.trusted_usr {
    text-align: center;
    margin: 15px 0px;
    font-size: 18px;
}

h6.trusted_usr span:first-child {
    font-size: 30px;
    font-weight: 600;
    color: #6a40e0;
}

h6.trusted_usr span:nth-child(2) {
    color: #6a40e0;
    font-size: 24px;
    padding-left: 10px;
}
.app_text {
    position: absolute;
    color: #fff;
}

.English {
    top: 106px;
    left: 19%;
}
.app_text:hover {
    color: #fff;
}
.Notes {
    top: 168px;
    right: 23%;
}

.Rating {
    top: 239px;
    left: 36%;
}

.Material {
    bottom: 240px;
    left: 21%;
}

.All {
    right: 29%;
    bottom: 280px;
}

.paper {
    right: 20%;
    bottom: 195px;
}
/* ====================================================================
  Top-Footer css style
==================================================================== */
.top-footer {
    background-image: url(../img/top-footer.png);
  
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0px;
    /*margin-top: 50px;*/
}
.description_class p:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.top-footer ul li, .top-footer ul li a {
    color: #ede3ff;
    /* padding-top: 5px; */
}
.contact ul li {
    padding: 7px 0px;
    line-height: 1.8 !important;
}
.about ul li {
  
    line-height: 1.8 !important;
}
.contact ul li a {
    font-weight: 600;
   
}
.learn ul li:first-child {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
}
 .top-footer ul li>a>i {
    color: #7c43ec;
    padding-right: 15px;
}

.learn ul li {
    padding: 6px 0px;
}
.COnnect-with-us h5 {
    color: #fff;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 600;
}

.COnnect-with-us ul {
    display: flex;
}

.COnnect-with-us ul li {
    margin: 0 15px;
}

.COnnect-with-us ul li:nth-child(1), .COnnect-with-us ul li:nth-child(2), .COnnect-with-us ul li:nth-child(3) {
    width: 35px;
    height: 35px;
    border: 1px solid #7c43ec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #7c43ec;
    color: #fff;
}

.COnnect-with-us ul li:nth-child(1) {
    margin-left: 0;
}
.COnnect-with-us ul li:nth-child(3) {
    /* width: 22%;
    font-size: 23px;
    font-weight: 600;
    cursor: pointer; */
}
.about-hr {
    background-color: #fff;
}
.contact h5 {
    color: #fff;
    text-transform: uppercase;
   
}
.about h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile {
    display: none;
}


/* ====================================================================
  second page style(lang-class-sub.php)
==================================================================== */
section.choose-class-lang {
    /*background-color: #f5f0ff;*/
    min-height: 70vh;
}
.class-lang {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #c0bfc0;
    margin-bottom: 30px;
}
.class-lang h4 {
    text-transform: capitalize;
    margin-bottom: 0;
}
.class-lang h4 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.class-lang-select label {
    margin-bottom: 0;
    text-transform: capitalize;
    border: 1px solid #5222db;
    padding: 5px 14px;
    border-radius: 5px;
}
.form-language {
    border: 0 !important;
    font-weight: 600;
}
.class-subject-tab {
    display: block;
    border-bottom: 0;
}
.subject-content ul li a {
    display: flex;
}

.sub-index {
    padding: 0 15px 0 0;

}
.sub-after:after {
    font-family: "Font Awesome 5 Free";
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 22px;
    padding: 0 20px;
    display: none;
}

.sub-after {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
h5.tab-subject {
    padding: 0 30px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.tab-content {
    padding-bottom: 20px;
    /* margin-top: -15px; */
}
.subject-content>ul>li{
    /* background-color: rgba(0,0,0,.03); */
    /* margin: 8px 0px; */
}
.subject-content>ul>li:hover, .subject-content>ul>li:focus{
    
    /* border: 1px solid #5222db; */
    border-radius: 5px;
}
.subject-content>ul>li:hover{
    border-bottom: 0;
}
.subject-content>ul>li a {
    padding: 15px 0px;
    border: 1px solid transparent;
}
.subject-content>ul>li a:hover, .subject-content>ul>li a:focus {
    border: 1px solid #5222db;
    border-radius: 5px;
}
.subject-content>ul>li a span {
    text-transform: capitalize;
    font-size: 20px;
}

.subject-content>ul>li a span:first-child {
    color: #5222db;
    font-weight: 800;
}
.subject-content>ul>li a:hover .sub-after {
    color: #5222db;
}
.class-subject-tab .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 18px;
    border-bottom: 1px solid transparent !important;
    padding: 7px 0;
    color: #cac6d2;
    cursor: pointer;
}
.class-subject-tab .nav-item .nav-link:hover, .class-subject-tab .nav-item .nav-link:focus, .class-subject-tab .nav-item .nav-link.active{
    border-bottom: 1px solid #5222db !important;
    font-weight: inherit;
    color: #5222db;
}
.tab-border {
    border-right: 2px solid #c0bfc0;
}
.class-subject-tab .nav-item {
    display: flex;
}
.sub-nav-tabs {
    border-bottom: 0;
}
.class-lang-select {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.class-lang-select h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.sub-nav-tabs .nav-item .nav-link {
    margin: 0 10px;
    padding: .3rem 1rem;
}
.sub-nav-tabs .nav-item .nav-link{
    border: 1px solid #733fec !important;
    background-color: transparent !important;
    border-radius: 5px;
    text-transform: capitalize;
    
}
 .sub-nav-tabs .nav-link.active, .sub-nav-tabs .nav-link:hover {
   font-weight: 400;
    background-color: #733fec  !important;
    color: #fff !important;
    
}
.accordions .card {
    background-color: transparent;
    border: 0;
}
.head-accordian {
    padding: 0;
    border-bottom: 0;
    margin: 8px 0px;
}
.subject-content>ul>li a:after {
    padding-right: 15px;
}

.subject-content>ul {
    padding-bottom: 1rem;
}
.subject-content>ul>li a {
    padding-left: 15px;
}
.subject-content>ul>li a:after {
    font-family: "Font Awesome 5 Free";
    font: normal normal normal 14px/1 FontAwesome;
    /* content: "\f105"; */
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 22px;
    padding: 0 20px;
    
}
.subject-content>ul>li a:hover:after{
    color: #642fe1;
}
.acc-arrow {
    background-color: #ede8f7;
}
.description_class ul li {
    list-style: disc;
}
.description_class ul {
    padding-left: 32px;
}
.description_class a {
    color: #6531e2;
}
.description_class a:hover {
    color: #FF5722;
}
/*===================================
          accordian
===================================*/
.acc-icon > a {
  display: block;
  position: relative;
}

.acc-icon > a:after {
 /* content: "\f078";  fa-chevron-down */
  content: "\f067"; /* font-awsome-minus */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  color: #733fec;
}

.acc-list {
    margin: 8px 0px;
}

.acc-icon > a[aria-expanded="true"]:after {
  /* content: "\f077"; fa-chevron-up */
  content: "\f068"; /* font-awosome-plus*/
}
/*  accordian modify */
/*.accordion-content {
    display: none;
}
.accordion-title-last {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 20px;
    text-transform: capitalize;;
    color: #3b3b3b;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background-color: rgba(0,0,0,.03);
}
.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 20px;
    text-transform: capitalize;;
    color: #3b3b3b;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background-color: rgba(0,0,0,.03);
}
.accordion-title2 {
    background-color: rgba(0,0,0,.06);
    font-size: 18px;
    font-weight: 400;
}

.accordion-title3 {
    background-color: rgba(0,0,0,.07);
    font-size: 16px;
    font-weight: 300;
}
.accordion-title:before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem;
}

.is-active>.accordion-title:before {
    content: '–';
}
.accordion-arrow:before
{
    content: '\f078';
}
.is-active>.accordion-arrow:before {
    content: '\f078';
}
.accordion-content {
    padding: 0.5rem;
}

.inPageSearch {
  background-color: #f5f0ff;
}
*/

/*===================================
          End modify accordian 
===================================*/

/*==arrow===*/
/* .acc-arrow > a:after {

  content: "\f054"; 
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  color: #733fec;
} */

/*===================================
          End accordian 
===================================*/


@media(min-width:768px) and (max-width:991px){
    .class-lang-select label {
        padding: 5px 7px;
    }
    .class-lang-select label .form-check-input {margin: 0;}
    
    .class-lang-select .form-check-inline {
        margin-right: 3px;
    }
    
    .class-lang h4 {
        font-size: 20px;
        font-weight: 600;
    }
    .sub-nav-tabs .nav-item .nav-link {
    margin: 0 2px;
}
}
@media(max-width:767px){
    .class-lang h4 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .class-lang-select label {
        padding: 5px;
        font-size: 15px;
    }
    
    .class-lang-select .form-check-inline {
        margin-right: 0px;
    }
    .class-subject-tab {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap; 
        overflow-x: auto;
        overflow-y: hidden;
    }
    .class-lang {
        margin-bottom: 10px;
    }
    .subject-content {
        padding: 0;
    }
    
    h5.tab-subject {
        padding: 0 15px;
    }
    .subject-content>ul>li a span {
        font-size: 18px;
    }
    .class-subject-tab .nav-item {
        padding: 0 15px;
        border: 1px solid #6EA3C9;
        margin-top: 5px;
        margin-bottom: 2px;
        margin-right: 5px;
        border-radius: 5px;
    }
    .class-subject-tab .nav-item.active {
      background: #9141FF;
    }
    .tab-border {
        border-right: 0;
    }
    .sub-nav-tabs .nav-item .nav-link {
      margin: 0 2px;
    }
    .class-subject-tab .nav-item .nav-link {
      text-transform: capitalize;
      color: #000000;
      margin-top: 5px;
      display: contents;
    }
    .class-subject-tab .nav-item .nav-link.active {
      color: #FFFFFF;  
    }
    
    .class-lang {
        padding-top: 80px;
    }
}
/*====================================================================
  third page css style
  ====================================================================*/
.accountcy {
    padding-top: 10px;
    /*background-color: #f5f0ff;*/
    padding-bottom: 40px
}
.accuantcy-card {
    padding: 0 30px;
}
.accountcy h5 {
    text-transform: capitalize;
    font-size: 25px;
    padding: 0 30px;
}
.accuantcy-card ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.accuantcy-card>ul>li {
    border-bottom: 1px solid #c0c0c0;
}
.accuantcy-card>ul>li:last-child {
    border-bottom: 0;
}
.pdf-img ul li p {
    margin-bottom: 0;
    text-transform: capitalize;
}
p.pdf-index {
    margin-bottom: 0;
}

.pdf-index span {
    padding: 0 15px 0 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.pdf-index span:first-child {
    color: #5221da;
    font-size: 24px;
}
.pdf-img ul {
    display: flex;
}

.pdf-img ul li:first-child {
    /* border-right: 1px solid; */
    
}

.pdf-img ul li {
    padding: 0 15px;
    display: block;
    text-align: center;

}
.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
   
}
.modal-body h3 strong {
    font-weight: 600 !important;
    font-size: 26px;
}
.modal-body table tr td a {
    color: #7c43ec;
}
@media(max-width:767px){
    .pdf-index span {
        padding-right: 0;
    }
    
    p.pdf-index {
        display: flex;
        align-items: center;
    }
    
    .pdf-img ul li {
        padding: 0 5px;
    }
    
    .accuantcy-card {
        padding: 0 10px;
    }
    .pdf-index span {
        font-size: 17px;
        text-align: initial;
    }
    .pdf-index span:first-child {
        font-size: 18px;
        width: 30px;
        height: 30px;
        border: 1px solid #ff475a;
        background-color: #ff475a;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 18px;
        border-radius: 50px;
        margin-right: 15px;
        margin: 10px;
        margin-bottom: 0;
    }
    .pdf-img ul li a img {
        width: 60%;  
        
    }
    .accuantcy-card ul li {
        display: block;
    }
    .pdf-index span:last-child {
        width: 100%;
        border-bottom: 1px solid #c0c0c0;
    }
    
    
    .pdf-img ul li {
        display: flex;
       
    }
    .pdf-img {
        padding-left: 43px;
    }
    .accuantcy-card>ul>li {
        border-bottom: 0;
        margin: 15px 0px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    .pdf-img ul li {
        padding: 0 10px 0 0;
    }
    .pdf-img ul li:last-child {
        padding: 0 0 0 5px;
    }
    .modal-dialog {
        max-width: 90%;
      
       
    }
}
/* ====================================================================
  updateclick page css style
==================================================================== */
.restult {
    padding-top: 75px;
}
.result-font h1 .result-font h2, .result-font h3, .result-font h4, .result-font h5, .result-font h6 {
    font-weight: 600;
    text-transform: capitalize;
}

.result-font h6 span {
    font-weight: 300;
    color: #642fe1;
}
.result-font p span {
    font-weight: 700;
}
.update-card h4 {
    text-transform: capitalize;
    /*border-bottom: 1px solid;*/
    /*padding-bottom: 10px;*/
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.update-media-body h5 a:hover {
    color: #42adff;
}
.update {
    margin: 15px 0 0 0;
}
.update-card {
    color: #f5f0ff;
    padding: 15px;
}

.update-content i {
    font-size: 25px;
}
.update-media-body p {
    font-weight: 500;
    color: #ccc;
}
.btn-sidebar {
    margin: 5px 10px 5px 0px;
    flex-grow: 1;
    display: flex;
}
.btn-subject {
    padding: 7px 10px;
    border: 1px solid #6531e2;
    background-color: #6531e2;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #6531e2;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    flex-grow: 1;
    text-align: center;
}
.btn-subject:hover, .btn-subject.active, .btn-subject:focus {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #363535;
}


.btn-sidebar:first-child {
    /* margin: 0; */
    
}
.search-inp {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 10px;
}
.update-search-inp {
    position: unset !important;
    width: 100% !important;
    border: 1px solid #e6e6e6 !important;
    padding: 6px;
    outline: 0;
}
.update-search-inp::placeholder{
  color: #000 ;

}
.update-search-btn {
    border: 0;
    outline: 0 !important;
}
.update-search-btn i {
    color: #fff;
    background-color: #ffc11c;
    padding: 7px;
    outline: 0 !important;
}
.update-btn {
    display: flex;
    flex-wrap: wrap;
}
.update-media-body p, .update-media-body h5 {
    margin-bottom: 0;
    color:  #393939;
}
.updates-date p {
    color: #ccc;
}
.update-content {
    margin: 10px 0px;
}
.download {
    margin: 50px 0 15px 0;
    
}
.download-card {
    background-color: #f14456;
    color: #fff;
}
.download-card {
    padding-bottom: 0;
}
.download-card h6 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.download-card h2 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.mobile-inp input {
    padding: 7px 10px;
    border: 1px solid #fff;
}
.mobile-inp input:focus{
  border: 0 !important;
}
.mobile-inp button {
    padding: 7px 10px;
    border: 1px solid #009eb3;
    background-color: #009eb3;
    color: #fff;
    text-transform: capitalize;
}
.mobile-inp button:focus{
   border: 0 !important;
}
.download-app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.android-ios {padding-right: 15px;}
@media(min-width: 1200px)
{
    .about, .contact {
        padding: 0 50px;
    }
}

@media(min-width: 992px) and (max-width: 1199px){

   .update-media-body h5 {
    font-size: 15px;
}

.mobile-inp button {
}

.mobile-inp form {display: flex;justify-content: space-between;align-items: center;}

.mobile-inp button {
    font-size: 12px;
    padding: 10px 2px;
}

.result-font h3 {
    font-size: 25px;
}
}

@media(min-width: 768px) and (max-width: 991px){

   .update-media-body h5 {
    font-size: 15px;
}

.mobile-inp button {
}

.mobile-inp form {display: flex;justify-content: space-between;align-items: center;}

.mobile-inp button {
    font-size: 12px;
    padding: 10px 2px;
}

.result-font h3 {
    font-size: 25px;
}
.update-content i {
    margin-right: 7px !important;
    font-size: 20px;
}

.download-card h2 {
    font-size: 22px;
}

.mobile-inp {
}

.mobile-inp input {
    width: 70%;
}

.mobile-inp button {
    width: 29%;
    font-size: 11px;
}
}
@media(max-width: 767px){
  h3 {}

.result-font h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.update-media-body h5 {
    font-size: 15px;
}

.download-card h2 {
    font-size: 28px;
}

.mobile-inp input {
    width: 75%;
}

.mobile-inp button {
    width: 24%;
    font-size: 10px;
}

.mobile-inp form {
    display: flex;
    justify-content: space-between;
}
}


/* ====================================================================
  updates page css style
==================================================================== */
.updates {
    /*padding-top: 75px;*/
}
.updates-font {
    padding: 20px 15px 0px;
    max-height: 207px;
    min-height: 162px;
    overflow: hidden;
}
.updates-head {
    /*max-height: 50px;*/
    min-height: 46px;
    overflow: hidden;
}
.updates-media {
    max-height: 30px;
    min-height: 25px;
    overflow: hidden;
}
.updates-para {
    max-height: 110px;
    min-height: 105px;
    overflow: hidden;
}
.read-more {
    /*margin: 10px 0px 10px 0;*/
    padding: 7px;
    text-align: center;
    text-transform: capitalize;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
}

.read-more a {
    color: #5222db !important;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
}
.updates-content {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 15px 0px;
}
.result-img img {
    width: 100%;
}
.card-img img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    max-height: 142px;
    min-height: 140px;
    overflow: hidden;
    width: 100%;
}
.updates-font h3 {
    font-size: 17px;
}
.pagination li  {
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    margin: 0 3px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.pagination li:hover, .pagination li.active, .pagination li:focus{
    background: #663398;
    color: #fff;
}
.pagination li:hover a {
    color: #fff;
}
.pagination li a:hover {
    background-color: transparent;
}
.pagination {
    justify-content: center;
    margin: 15px 0px;
    flex-wrap: wrap;
}

.pagination li:first-child, .pagination li:last-child {
    background-color: transparent;
    color: #663398;
    font-size: 30px;
}
.pagination li:first-child a:hover, .pagination li:last-child a:hover {
    color: #663398;
}

@media (max-width:767px){
    .card-img img {
        max-height: initial;
        min-height: initial;
    }
}
/* ====================================================================
  impUpdates page css style
==================================================================== */
.imp-info-font {
   
}
section.imp-updates {
    padding-top: 40px;
}
.imp-info-font h1, .imp-info-font h2, .imp-info-font h3, .imp-info-font h4, .imp-info-font h5, .imp-info-font h6 {
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
    
}
.imp-info-font p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
}
@media(min-width: 992px) and (max-width: 1199px){
  .imp-info-font h3 {
    font-size: 24px;
}

.imp-info-font h1 {
    font-size: 28px;
}

.imp-info-font h2 {
    font-size: 25px;
}

.imp-info-font h4 {
    font-size: 22px;
}

.imp-info-font h5 {
    font-size: 19px;
}
}
@media(min-width: 768px) and (max-width: 991px){
 .imp-info-font {
    /*padding-top: 40px;*/
}
 
  .imp-info-font h1 {
    font-size: 26px;
}

.imp-info-font h2 {
    font-size: 24px;
}
  .imp-info-font h3 {
    font-size: 22px;
}


imp-info-font h4 {
    font-size: 20px;
}

.imp-info-font h5 {
    font-size: 18px;
}
}
@media(max-width: 767px){
   .imp-info-font {
    /*padding: 35px 0 0 0;*/
}
.updates-font {
    min-height: 125px;
}
   .imp-info-font h1 {
    font-size: 22px;
}
.updates-head {
    max-height: 75px;
}
.updates-font h3 {
    font-weight: 700;
}
.updates-para {
    max-height: 88px;
    min-height: 90px;
}
.updates-para p {
    line-height: 1.5;
}
.read-more {
    padding-top: 0;
}
.updates-media {
    max-height: 35px;
    min-height: 33px;
}
.imp-info-font h2 {
    font-size: 21px;
}
  .imp-info-font h3 {
    font-size: 19px;
}


.imp-info-font h4 {
    font-size: 18px;
}

.imp-info-font h5 {
    font-size: 17px;
}
.imp-info-font p {
    font-size: 14px;
}
}

/*====================================================================
  impInfo page css style
==================================================================== */
.impinfo {
    padding: 40px 0 40px 0;

}
.impinfo-click {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 15px;
    margin: 10px 0;
    max-height: 146px;
    min-width: 235px;
    max-width: 320px;
    overflow: hidden;
}
.impinfo-font h3 {
   font-size: 16px;
    max-height: 47px;
    overflow: hidden;
    margin-bottom: 0;
}
.impinfo-font h6 {
    margin-bottom: 5px;
}
.impinfo-font h6 span{
    font-size: 12px;
    color: #ccc;
    padding-top: 5px;
}
.impinfo-font p {
    font-size: 14px;
    line-height: 1.7;
    
    overflow: hidden;
}
.impinfo-font p, .impinfo-font h1, .impinfo-font h2, .impinfo-font h3, .impinfo-font h4, .impinfo-font h5, .impinfo-font h6{
  max-height: 47px;
}
.impinfo-font h1, .impinfo-font h2, .impinfo-font h3, .impinfo-font h4, .impinfo-font h5{
  font-size: 15px;
}
/*====================================================================
  One page css style
==================================================================== */
.one-content {
    padding-top: 80px;
    width: 70%;
    margin: 0 auto;

}
.ncrt-features ul li{
    position: relative;
    top:0 ;
    margin: 8px 0px;
    /* left: 40px; */
}
.ncrt-features ul li:last-child {
    padding-bottom: 30px;
}
.ncrt-features ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 9px;
    left: -20px;
}
.ncrt-sol ul li {
    list-style-type: decimal;
    margin-bottom: 15px;
}

.ncrt-sol ul {
    padding-left: 35px;
}
.ncert-content h3 {
    margin: 35px 0px 18px;
    font-weight: 600;
    font-size: 25px;
}
.ncert-padding {
    padding: 20px 0 20px;
    margin-bottom: -20px;
}
.ncrt-features h2 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    background-color: #F5F5F5;
    padding: 10px 30px;
}
.anchor-color ul li a {
    color: #6531e2;
    
}

.anchor-color ul li a:hover, .anchor-color ul li a.active, .anchor-color ul li a:focus  {
    color: #FF5722;
    font-weight: 600;
}
.ncrt-features ul {padding-right: 15px;padding-left: 22px;}

.ncrt-sol ul {
    padding-right: 15px;
    padding-left: 15px;
}
.one-content-head h2 {
    font-size: 35px;
    font-weight: 600;
}
.ncert-content p {
    text-align: justify;
}
@media (max-width:992px) and (max-width:1199px){
    .one-content-head h2 {
        font-weight: 600;
        font-size: 30px;
    }
    
    .ncert-content h3 {
        font-weight: 600;
        font-size: 24px;
    }
}
@media (max-width:768px) and (max-width:992px){
    .one-content-head h2 {
        font-weight: 600;
        font-size: 28px;
    }
    
    .ncert-content h3 {
        font-weight: 600;
        font-size: 22px;
    }
}
@media (max-width:767px){
    .one-content-head h2 {
        font-weight: 600;
        font-size: 24px;
    }
    
    .ncert-content h3 {
        font-weight: 600;
    }
}
/*====================================================================
  book-sol css style
==================================================================== */

.browse-sol ul li h4 {
    font-size: 20px;
}

.browse-sol ul li p {
    font-size: 16px;
}
.browse-sol ul li p a {
    color: #6531e2;
}
.browse-sol h3 {
    color: #6531e2;
}
/*====================================================================
  search page css style
==================================================================== */
.search-head {
    padding-top: 80px;
    text-align: center;
}
/* Styles for wrapping the search box */
.search-head h2 {
    text-transform: uppercase;
}
.main {
    width: 50%;
    margin: 20px auto;
}
.dropdown-container {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;

}
/* Bootstrap 4 text input with search icon */
.has-search {
    position: relative;
}
.has-search .form-control {
    padding-left: 1rem;
    border-radius: 50px;
}
.search-one::placeholder {
    color: #c9c9c1;
    font-size: 1.2em;
   font-weight: 400;
  }
.has-search .form-control-feedback {
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
/* ====================================================================
  Footer css style
==================================================================== */
footer {
  background-color: #2d2441;
  padding: 7px 0px ;
  
}

footer p {
    text-align: center;
  color: #fff;
  margin-bottom: 0;
}
footer p a, footer p a:hover, footer p a:focus {
    color: #fff;
}
.footer_ul {
    display: flex;
}

.footer_ul li a {
    color: #fff;
    padding: 0 15px;
}

/* ====================================================================
  Media css style
==================================================================== */
@media(min-width: 992px) and (max-width: 1199px){
  .banner-left h2 {
    font-size: 26px;
}

.banner-left h5 {
    font-size: 18px;
}

.android-play {
    width: 66%;
}

.banner-content p {
    font-size: 15px;
    line-height: 0.2;
}
.carousel_head {
    font-size: 13px;
}

.carousel_time p {
    font-size: 13px;
}
h2.student_details_h2 {
    font-size: 24px;
}


.English {
    top: 89px;
    left: 18%;
}

.Notes {
    top: 141px;
    right: 21%;
}

.Rating {
    top: 199px;
    left: 36%;
}

.Material {
    bottom: 203px;
    left: 20%;
}

.All {
    right: 27.5%;
    bottom: 230px;
}

.paper {
    right: 19%;
    bottom: 162px;
}
.Categories-content h4 {
    font-size: 20px;
}

.Categories-content p {
    font-size: 14px;
}

.carousel_categories a {
    font-size: 16px;
}
.slider-img {
    max-height: 134px;
    min-height: 132px;
}
section.banner {
    padding-left: 22px;
}
}


@media(min-width: 768px) and (max-width: 991px){
  header {
    background-image: none;
}

.navbar-custom {
    /*background-color: #f5f0ff !important;*/
}
.navbar-fixed {
    background-color: #642fe1 !important;
    height: auto;
}
.nav-item.dropdown:hover{
  background-color: transparent;
}
.nav-item.dropdown.active {
    background-color: transparent;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #642fe1!important;
}
 .navbar-fixed .navbar-nav .nav-link:hover, .navbar-fixed .navbar-nav .nav-link.active{
   color: #642fe1!important;
}
.banner-left {
    /* padding-top: 37px; */
}
.banner {
  padding: 0 15px;
}

header {
  /*height: 144px;*/
}

.banner-right img {
    width: 95%;
    margin-top: 59px;
}
.banner-left h2 {
    font-size: 25px;
}

.banner-left h5 {
    font-size: 20px;
}

.banner-content p {
    font-size: 18px;
}


.banner-left h2 {
  font-size: 25px;
}
.banner-left {
    padding-left: 12px;
    
}

.banner-left h2 {
    font-size: 28px;
}

.banner-left h5 {
    font-size: 25px;
}

.android-play {
    width: 53%;
}

.banner-content p {
    font-size: 22px;
}
p.carousel_head {
    font-size: 13px;
}

.carousel_time p {
    font-size: 13px;
}
.book_content {
    padding-top: 251px;
}
.book_content h4 {
    font-size: 23px;
}
.book_tab .nav-link {
    font-size: 13px;
}
h5.card_head {
    font-size: 15px;
}
.books_banner1 {
    width: 85%;
}
h2.student_details_h2 {
    font-size: 24px;
}

.student_learn h5 {
    font-size: 15px;
}

.student_learn p {
    font-size: 13px;
}
footer p {
    font-size: 12px;
}

ul.footer_ul li a {
    font-size: 12px;
}

.books_tab .tab-content .tab-pane>p {
    font-size: 14px;
}
.app_text {
    font-size: 14px;
}
.English {
    top: 64px;
    left: 17%;
}

.Notes {
    top: 101px;
    right: 19.5%;
}

.Rating {
    top: 146px;
    left: 35%;

}

.Material {
    bottom: 147px;
    left: 19.5%;
    font-size: 12px;
}

.All {
    right: 26%;
    bottom: 172px;
}

.paper {
   right: 17%;
  bottom: 116px;
}
.Categories-content h4 {
    font-size: 18px;
}

.Categories-content p {
    font-size: 13px;
}

.carousel_categories a {
    font-size: 15px;
}
.slider-img {
    max-height: 107px;
    min-height: 105px;
}


}
@media(max-width:767px){
  header {
    background-image: none;
}
.one-content {
    width: 100%;
}
.navbar-custom .navbar-nav .nav-link{
  color: #fff;
}
.nav-dropdown {
    left: 0;
   
}
.navbar-custom .navbar-nav .nav-link:hover{
  color: #fff;
}
.new-header .navbar-nav .nav-link{
  color: #fff;
}
.new-header.navbar-light .navbar-brand{
  color: #fff;
}
.navbar-custom {
    /*background-color: #f1f7ff !important;*/
    background-color: #642fe1;
}
.new-header {
    /*background-color: #733fec !important;*/
    background-color: #642fe1 !important
}
.navbar-fixed{
  background-color: #642fe1 !important;
  height: auto;
}

nav#nav .navbar-brand {
    color: #fff;

}



.banner-right {
  display: none;
}

.banner-left h2 {
  font-size: 25px;
}


.banner-content p:last-child {
  font-size: 16px;
}

.banner-content {
  /* padding-left: 15px; */
}

.android-play {
  width: 100%;
}
.banner-left h5 {
    font-size: 1.2rem;
}

.banner-content p {
    font-size: 1.2rem !important;
    margin-top: 18px;
}
.download-app-androd {
  /* padding-top: 25px; */
  padding-bottom: 15px;
}
  .books p {
    padding: 0 15px;
}

.books h4 {
    text-align: center;
}
.book-solution-left {
  border: 0;
}
.book_and_sol {
    width: 100%;
    }

.book-ul-left, .book-ul-right {
  padding-left: 15px;
}
.books p {
  text-align: justify;
}

.book-ul-left, .book-ul-right {
  display: block;
}
.nav-item.dropdown.active, .nav-item.dropdown:hover {
    background-color: transparent;
    border-radius: 0;
    
}
.navbar-light .navbar-nav >.nav-link {
    color: #000 !important;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #642fe1!important;
}
 .navbar-fixed .navbar-nav .nav-link:hover, .navbar-fixed .navbar-nav .nav-link.active{
   /* color: #642fe1!important; */
}
.class-lang-select {
    display: block;
}
.new-header.navbar-fixed .navbar-nav .nav-link:hover, .new-header.navbar-fixed .navbar-nav .nav-link.active, .new-header.navbar-fixed .navbar-nav .nav-link:focus{
   color: #fff!important;
}

.nav-tabs-carousel .nav-link {
    font-size: 18px;
}
.view-tab a {
    font-size: 15px;
    font-weight: 600;
}

.carousel-ncrt {
    padding-top: 0 !important;
}
.nav-tabs-carousel {
    padding: 0;
}
.carousel-wrap{
  width: 100%;
}
.view-all {
    top: 10px;
    right: 32px;
}

.view-all a {
    font-size: 17px;
}
.nav-tabs-carousel .nav-item {
   /* width: 24%;*/
}

.nav-tabs-carousel .nav-item:last-child {
    /*width: 52%;*/
}

.books_banner1 {
    width: 100%;
}

.book_content h4 {
    font-size: 20px;
}
.book-sol-carousel {
    width: 100%;
    
}
ul.card.ncrt_card li a {
    font-weight: 600;
    font-size: 13px;
}
.book_tab {
    margin: 33px 0px;
}
.book_tab .nav-link {
    font-size: 11px;
    padding: 4px;
    border-radius: 5px;
}
section.student_review {
    margin-top: -497px;
}

.student_details {
    padding-top: 417px;
}
h2.student_details_h2 {
    font-size: 20px;
}
.COnnect-with-us ul li:nth-child(3) {
    /* width: 34%; */
}
section.book_solution {
    margin-top: -90px;
}
.carousel-wrap {
    margin-top: 0px;
    /* padding-top: 30px; */
}
.book_content {
    padding-top: 240px;
}
.about h5 {
    margin-top: 20px;
}
.book_and_sol h5 {
    text-align: center;
}

.ncrt_right h5 {
    margin: 20px 0px 10px;
}
a.app_text {
    display: none;
}
.desktop {
    display: none;
}

.mobile {
    display: block;
}
.one-content {
    width: 100%;
}
}
@media(min-width: 576px) and (max-width: 767px){
    .android-play img {
   
        width: 90px !important;
      }
    .book_tab .nav-link {
    font-size: 13px;
    padding: 8px;
    border-radius: 50px;
  }
  .app_text {
    font-size: 10px;
}
.English {
    top: 51px;
    left: 17%;
}

.Notes {
    top: 76px;
    right: 19.5%;
}

.Rating {
  top: 107px;
    left: 35%;
}

.Material {
        bottom: 106px;
    left: 19%;
    font-size: 9px;
}

.All {
    right: 26.5%;
    bottom: 125px;
}

.paper {
   right: 17%;
    bottom: 87px;
}

}
@media(max-width: 575px){
    .banner-left h2 {
        font-size: 22px;
        line-height: 1.3;
    }
    .android-play img {
       
        width: 96px;
    }
    .banner-content p {
        margin-bottom: 7px;
    }
    .nav-tabs-carousel .nav-link {
        font-size: 16px;
        padding: .5rem .5rem;
    }
    .view-tab {
        width: 30%;
        /* text-align: right; */
        padding-right: 5px;
    }
    .nav-tabs-carousel {
       
        width: 70%;
    }
    section.book_solution {
        margin-top: -136px;
    }
}
@media(min-width: 360px) and (max-width: 767px){
  .app_text {
    font-size: 6px;
    overflow-wrap: break-word;
    width: 13%;
    text-align: center;
}
.English {
    top: 26px;
    left: 18%;
    font-size: 7px;
    text-align: center;
}

.Notes {
    top: 45px;
    right: 22.5%;
}

.Rating {
  top: 71px;
    left: 33%;
}

.Material {
    bottom: 65px;
    left: 22%;
    font-size: 7px;
}

.All {
    right: 28.5%;
    bottom: 80px;
    line-height: 1;
}

.paper {
       right: 19%;
    bottom: 52px;
}
}

@media(max-width: 359px) {
  .book_tab .nav-link {
    font-size: 10px;
    padding: 4px;
    border-radius: 5px;
}
.app_text {
    font-size: 6px;
    overflow-wrap: break-word;
    width: 13%;
    text-align: center;
}
.English {
    top: 21px;
    left: 18%;
    font-size: 7px;
    text-align: center;
}

.Notes {
    top: 39px;
    right: 22.5%;
}

.Rating {
  top: 61px;
    left: 35%;
}

.Material {
    bottom: 46px;
    left: 22%;
    font-size: 7px;
}

.All {
    right: 26.5%;
    bottom: 70px;
    line-height: 1;
}

.paper {
       right: 19%;
    bottom: 44px;
}

}

@media (min-width:320px) and (max-width:575px){
  .carousel-card {
     margin: 0 auto;
}
}




















/*/ACCOUNTANCY Model*/
/* Apply & remove to fix dynamic content scroll issues on iOS 9.0 */
.modal-scrollfix.modal-scrollfix {
    overflow-y: hidden;
}
a.btn-pdf {
    -moz-appearance: none;
    -webkit-appearance: none;
}

















/*navbar*/
#wrap {
  display: none !important;
  display: inline-block;
  position: relative;
 /*left: 30%;*/
  margin-right: 35px;
  float: right;
  top: 8px;
  padding: 0;
}
/*input[type="text"]*/
 #search {
 
  font-size: 16px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 600;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  margin: 0;
  box-shadow: 0 !important;
}

.search-icon {
    color: #fff;
    padding: 5px 10px;
}
/*input[type="text"]*/
 #search:focus:hover {
  border: 1px solid #fff;
}
/**/
 #search:focus {

  width: 240px;
  z-index: 1;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 50px;
  cursor: text;
}
input[type="submit"] {
  /*height: 45px;
  width: 42px;*/
color: #fff;
  display: inline-block;
  color:red;
  float: right;
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;*/
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 0.8;
}
::placeholder{
  color: #fff;
}
@media(max-width: 991px){
  li.nav-search {
    margin: 0 0 20px;
}

#wrap {
    margin-right: 0;
}
input[type="text"]:focus {
    width: 300px;
}
}

/* Joginder 22Dec2020*/
h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
}

.pdf-img p {
  text-align: inherit;
}

.description_class ol, 
.description_class ul, 
.restult-content ol,
.restult-content ul 
{
    margin-bottom: 10px;
}

.description_class ol li,
.description_class ul li,
.restult-content ol li,
.restult-content ul li 
{
    list-style: inherit;
    margin-left: 25px;
}

.blog-cls-left li {
  list-style: inherit;
}

#pdf-loading {
  height: 1231px;
}

.accordion {
  border: none;
}

@media (max-width:767px){
  .class-lang-content {
    /*margin-top: 55px;*/
  }
  .class-subject {
    padding-top: 25px !important;
  }
  .accountcy {
    padding-top: 83px;
    padding-bottom: 40px;
  }
}

.description_class table {
  width: 100% !important;
  margin-bottom: 30px;
}
.description_class table tbody tr {
  border-top: 1px solid #000 !important;
  vertical-align: middle;
}
.description_class table tbody tr td {
  border-left: 1px solid #000 !important;
  border-right: 1px solid !important;
}
.description_class table tbody tr:last-child {
  border-bottom: 1px solid !important;
}
.description_class table tbody tr:first-child td {
  background-color: #ccc;
}
.description_class table tbody td, table tbody th {
  padding: .5rem .625rem .625rem;
}
.description_class table tbody tr:nth-child(odd){
  background: #f5f0ff;
}