

/*@media (min-width: 1200px){

	.container {
		 max-width: 960px;
		}
}*/


.learn-page-bg{
	background: #f2f2f2;
	min-height: 500px;
	padding-bottom: 100px;
}




.learn-vertical-timeline{
	list-style-type: none;
	position: relative;
	
}

.learn-vertical-timeline:before{
	content: ' ';
    background: #7583b5;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}



.learn-card-box{
	margin: 60px 0;
	padding: 15px;
	background: #fff;
	border: solid 1px #fff;
	border-radius: 8px;
	position: relative;
	z-index: 500;
	/*max-height: 250px;*/
	overflow: auto;

}

.learn-card-box:before{
	content: ' ';
    background: #e8ebea;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ccc;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    top: -42px;
}


.learn-card-box table{
	width: 100%;
    margin-bottom: 1px;
    color: #000;
}

.learn-card-box table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.03);
}

.learn-card-box table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-color: #dee2e6;
}


.learn-card-top-strip{
	background: #e5e5e5;
	margin: 0px;
	padding: 15px;
	line-height: 22px;
	position: relative;
    z-index: 600;
    font-size: 18px;
    width: 100%;

}



.learn-subject-name{
	font-size: 16px;
	padding-bottom: 8px;
}

.learn-subject-chapter-name:first-child{
	border-top: none;
	padding-top:0px;
}

.learn-subject-chapter-name{
	padding-bottom: 5px;
	border-top: solid 1px #e5e5e5;
	padding: 10px 0px;
}

.learn-subject-chapter-name a{
	color: #3a4d95;
	
}

.learn-subject-chapter-name a img{
	width: auto;
	height: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.learn-subject-chapter-weightage{
	color: #999;
	font-size: 12px;
}

.learn-syllabus-qna-listing{
	list-style: none;
	margin-bottom: 0px;
	padding: 0px;
	
}

.learn-syllabus-qna-listing  li:first-child{
	padding-top: 0px;
}


.learn-syllabus-qna-listing  li{
	display:inline-block;
	width: 100%;
	padding: 15px 0px; 
	border-bottom: solid 1px #e5e5e5;
	line-height: 24px;
	
	
}

.learn-syllabus-qna-listing li:last-child{
	border-bottom:none;
}




.learn-related-articles{
	list-style: none;
	margin-bottom: 0px;
	padding: 0px;
}

.learn-related-articles li:first-child{
	padding-top: 0px;
}

.learn-related-articles li{
	padding-top: 15px
}

.learn-related-articles li span{
	border-bottom: solid 1px #e5e5e5;
	display: block;
	padding-bottom: 15px;
	font-size:12px;
	color: #999;
}

.learn-related-articles li span:last-child{
	border-bottom:none;
}

.learn-view-btn{
	border:solid 1px #3a4d95;
	padding:3px 15px; 
	cursor: pointer;
	margin:8px 0px 15px 0px; 
}
.learn-view-btn i{
	font-size: 11px;
}


.learn-read-section div {
	border:solid 1px #3a4d95;
}


.learn-read-section i{
	color: #3a4d95;
}

.learn-read-section span{
	color: #3a4d95;
}


.learn-current-section div {
	border:solid 1px #02a569;
}


.learn-current-section i{
	color: #02a569;
}

.learn-current-section span{
	color: #02a569;
}


/*.followMeBar {
  position: relative;
}*/

.followMeBar.fixed {
  position: fixed;
  top: 90px;
  width:930px;
  box-sizing: border-box;
  z-index: 9999;
  height: auto;
}

/*.followMeBar.fixed.absolute {
  position: absolute;
}*/




.rotate-down {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate-down.up-arow {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


.learn-timeline-sticky-box{
	display: inline-block; 
	width: 100%; 
	/*overflow-x: hidden;*/
	background: #fff;
	border:solid 1px #fff;
	border-radius: 4px;
	height: 90px;
	margin-top: -50px;
}


.learn-stream-exam-name{
 	color: #999;
}

.learn-stream-exam-name img{
	width: 60px;
	float: left;
	margin-right: 15px;
}

.learn-stream-exam-name a{
 	font-size: 18px;
}

.learn-stream-exam-name p{
	color: #000;
	margin-bottom: 5px;
	padding-left: 75px;
}

.learn-stream-read-more{
	padding-top: 10px;
}

.learn-stream-read-more i{
	font-size: 10px;
}

.om-position-floating-bottom{
	padding-bottom:0px !important;
}









@media screen and (max-width: 1000px) {

	.followMeBar.fixed {
	  
	  height: 73px;
	}

	.learn-vertical-timeline{
		
		top: 0px;
	}

	.learn-timeline-sticky-box{
		display: inline-block; 
		width: 100%; 
		overflow-x: auto;
		background: #fff;
		border:none;
		border-radius: 0px;
		height: 90px;
		margin-top: 0px;
	}

	.learn-card-top-strip{
		/*margin: 0px -15px;*/
		font-size: 15px;
		
	}

	.learn-subject-chapter-name a img{
		height: 45px;
	}

	.learn-vertical-timeline .learn-card-top-strip:after{
	    left: 35px;
	}
	
	.learn-syllabus-qna-listing  li{
		display:inline-flex;
	}

	.followMeBar.fixed {
	  width: 92.2%;
	}
	
	
}




