.subjects-sidebar{background-color: #fff; padding-bottom: 10px; height: 100%;}
.subjects-sidebar li:last-child:before{background: no-repeat;}
.list-wrapper{background-color: #fff; min-height: 250px;}

.main_courses_list {
  background-color: #fbfbfb;
  margin-inline: 0.5rem;
}

.title-main::after {
  left: 0;
}

.sect_ncert{
 display: grid !important;
 grid-template-columns: 1fr 1fr !important;
 border-top: 1px solid #dbdcdd !important;
 column-gap: 1rem;
}

.head_col_mn {
  border: 1px solid #dbdcdd !important;
  padding: 1rem;
  border-radius: 4px;
  background-color: #fff;
}


.col1_ncert ul {
  padding-inline: 0;
  margin-bottom: 0;
}

.sect_ncert ul li a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  display: block !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  /* padding-top: 12px !important; */
  width: 100% !important;
  color:#681da8 !important;
}

.col1_ncert ul li {
  list-style-type: none;
  padding-top: 12px;
  font-size: 14px;
}

.col1_ncert ul li a:hover {
  text-decoration: underline !important;
}

.head_col_mn a {
  color: #333;
}
.bull_topic{
	/* display: flex; */
    align-items: baseline;
    gap: 0.3rem;
	margin-top: 0 !important;
}

h6.bull_topic {
  text-transform: uppercase;
}

/* .sect_ncert ul li .nolink {
	padding-top: 12px !important;
} */

.subjects-sidebar.sidebar_syllabus {
	top: 6.2rem;
    position: sticky;
    /* max-width: 288px; */
    background-color: #f9fafc;
    height: calc(100vh - 75px);
    /* overflow: hidden; */
    box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
    transition: all ease-out 0.3s;
    /* overflow-y: scroll; */
    scrollbar-width: none;
}

.container-fluid.pad-mob {
		margin-top: 4.2rem !important;
	}
@media screen and (max-width:650px) {
	.container-fluid.pad-mob {
    padding-left: 1rem !important;
	padding-right: 1rem !important;
	}
	
}

@media screen and (max-width:768px) {
	.sect_ncert {
		grid-template-columns: auto !important;
	}
	.subjects-sidebar.sidebar_syllabus {
		height: auto;
	}
	.col-lg-2.sidecol {
        margin-top: 0rem !important;
    }
	.container.pad-mob {
		padding-top: 0 !important;
	}
  .main_courses_list {
    margin-top: 0;
    margin-inline: 0;
  }
}

@media screen and (max-width:991px) {
	.subjects-sidebar.sidebar_syllabus {
		height: auto;
	}
	.container-fluid.pad-mob, .container.pad-mob {
		margin-top: 0rem !important;
		
	}
	
 }

 @media (min-width:991px) and (max-width:1500px) {
    .col-lg-2.sidecol {
        flex: 0 0 25%;
        max-width: 25%;
    }
	.col-lg-10.sidecol {
		flex: 0 0 75%;
        max-width: 75%;
    }
 }


 @media (min-width:991px) and (max-width:1024px) {
 .subjects-sidebar.sidebar_syllabus {
	position: fixed;
        height: calc(100vh - 75px);
 }
 }

 @media (min-width:769px) and (max-width:991px) {
	.col-lg-2.sidecol {
		margin-top: 2rem !important;
	}
	
 }

 mjx-container[jax="SVG"] > svg {
  font-size: 15px;
  margin-top: 0.5rem;
}

@media screen and (max-width:1200px) {
.sect_ncert ul li a {
font-size: 13px !important;
}
}
