/**
 * Cut Off and Rankings Page Specific Styles
 * URL: /ranking-criteria
 * Created: November 15, 2025
 */

#coarid{
	margin-top:60px;
}

.coar .material-icons{
	top: 7px;
}

ul:not(.browser-default)>li {
	font-size: 13px;
	line-height: 1em;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
}

#corheading{
	margin-top: 80px;
}

.col .row{
	margin: 0px !important;
}

.btn{
	margin-bottom: 10px;
}

/* Portrait orientation */
@media screen and (orientation:portrait){
	#responsive-img{
		display:none;
	}
}

/* Desktop styles */
@media only screen and (min-width: 980px){
	.padding-right-70{
		padding-right: 70px;
	}
}

@media only screen and (min-width: 768px){
	#textarr{
		margin-left:23px;
		line-height: 25px;
	}

	.padding-right-70{
		padding-right: 50px;
	}

	.syllabus-menu{
		position: fixed;
		padding: 0px 10px;
		width: inherit;
		top: 145px;
		z-index: 100;
	}

	.syllabus-menu ul li{
		color:#000;
		width: 80%;
		border-bottom: 2px solid #26a69a;
		transition: all 1s ease;
	}

	.syllabus-menu ul li:hover{
		letter-spacing: 0.5px;
		border-bottom: 2px solid #11332f;
	}

	.left-align{
		margin-top: 80px;
	}
}

/* Mobile/Tablet styles */
@media only screen and (max-width: 767px){
	#coarid{
		margin-top:-60px;
	}

	#corheading{
		margin-top: -20px;
	}

	i.right{
		margin:0px !important;
	}

	.syllabus-menu ul{
		padding:0px !important;
	}
}

@media only screen and (max-width: 768px){
	.syllabus-menu ul li {
		color:#000;
		padding: 17px;
		line-height: 2px;
		margin: 3px;
	}

	.left-align{
		margin-top: -20px;
	}
}
