@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mukta:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1 {
	margin: 0;
	font-size: 45px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 16px;
}


a:hover {
	text-decoration: none;
}

body {
	font-family: "Poppins", sans-serif;
}


.main-mn>.mn-i>a {
	padding: 10px 0;
}

.kt-nav.main-mn > .mn-i > a:hover,
.kt-nav.main-mn > .mn-i > a:focus {
	color: #8e2121;
}

.mn-lv1.mn-i.i-megamn.active a {
	color: #8e2121;
}

.kt-nav.main-mn > .mn-i > a {
	color: #8e2121;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
}

a {
	text-decoration: none;
}
.navbar-expand-lg .navbar-collapse{
	justify-content: center;
}
/*header css start*/

#navigation .navbar-nav > li:not(:last-child) > a {
	border-right: 1px solid #e6e6e6;
}

.login-btn {
	color: #fff;
    background-color: #8e2121;
    border-radius: 0;
    padding: 8px 10px;
    min-width: 158px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}
.btn:hover {
    color: #fff;
}
.headertop {
	background: #8E2121;
	width: 100%;
	color: #fff !important;
}

.headertop a {
	color: #fff;
}

a {
	color: #999;
}

.navbar {
	padding: 0;
}


.mn-lv1:hover:before {
	width: 100%;
}
/*
.mn-lv1::before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	background-color: #8e2121;
	height: 2px;
	width: 0;
	z-index: 999;
}*/

.headertopright {
	float: right;
}

.navbar-toggler-icon {
	background-image: url(../images/menu-bar.png) !important;
}

.headerbottom {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 5px solid #8e2121;
	background-color: #fff;
}

/* leftmenu start */


.mn-i a {
	text-decoration: none;
	padding: 8px 0px;
	display: block;

}


/* Style for nested dropdowns */
.mn-lv2s,
.mn-lv3s {
	list-style: none;
	padding: 0;
}

.mn-i {
	position: relative;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

.list-link-account {
	margin: 0 0 0 auto;
}

/* Show submenu when "active" class is added */
.sub-mn.active {
	display: block;
}

/* Nested submenus */
.mn-lv3s {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: white;
	border: 1px solid #ddd;
	padding: 10px;
	min-width: 180px;
}

.headermenu {
	float: right;
}
.right-text marquee{
	margin: 0px 15px;
    vertical-align: middle;
}
.navbar-brand img {
	position: relative;
	z-index: 1111;
	margin-bottom: -75px;
	max-width: 79px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	box-shadow: 0 1px 9px 0 #fff;
}

.department-menu {
	left: -70px !important;
}

.academic-menu i {
	font-size: 7px;
	padding-right: 5px;
	padding-top: 5px;
}

.fa-circle {
	font-size: 7px;
	padding-right: 5px;
	padding-top: 5px;
}

.megamenu p {
	margin-bottom: 10px;
	line-height: 17px;
}

.megamenu p a {
	color: #000;
	font-weight: 400;
	font-size: 12px;
	display: flex;
	padding-left: 17px;
}

.navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 15px;
}

.nav-link:hover {
	color: #ffffff;
	background-color: #77b9eb;
}

.navbar-toggler {
	background-color: transparent;
}


/*header css end*/

.banner-section img{
	width:   100%;
}
.banner-section {
	/*padding: 20px 0 40px;*/
	/* background: rgba(164, 125, 44, 0.1); */
	/*background-image: url(../images/banner-2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;*/
}

.roadmap-container {
	max-width: 1100px;
	margin: auto;
	position: relative;
	background-image: url(../images/banner-img.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 639px;
	padding: 0 15px;
}

.step p {
	margin-left: -36px;
	font-size: 20px;
	font-weight: 600;
	color: #8E2121;
	text-align: left;
	/* margin-top: -50px; */
	line-height: 22px;
}

.step-row {
	display: flex;
}

.step {
	text-align: center;
	display: flex;
	align-items: end;
}

.circle {
	width: 119px;
	height: 119px;
	border-radius: 50%;
	background: white;
	border: 12px solid #b8894b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: auto;
	z-index: 2;
	position: relative;
	margin-bottom: 67px;
}

.circle::after {
	position: absolute;
	content: "";
	bottom: -64px;
	left: 50%;
	height: 64px;
	width: 4px;
	background-color: #b8894b;
	transform: translateX(-50%);

}

.label {
	margin-top: 10px;
	font-weight: 500;
}

.curve-line {
	width: 100%;
	height: 80px;
	margin-bottom: 30px;
}

.curve-line svg {
	width: 100%;
	height: 100%;
}

.curve-path {
	stroke: #999;
	stroke-width: 4;
	fill: none;
	stroke-dasharray: 8, 8;
}

.first-row {
	justify-content: flex-start;
	gap: 64px;
	align-items: center;
	padding-top: 54px;
}

.second-row {
	justify-content: center;
	gap: 101px;
	padding-top: 17px;
}

.third-row {
	padding-top: 14px;
	justify-content: end;
	gap: 67px;
}

.last-step {
	margin-right: -160px;
}


.left-text h2,
.right-text h2 {
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
}

@keyframes fadeInStep {
	from {
		opacity: 0;
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.step {
	opacity: 0;
	transform: scale(0.8);
	animation: fadeInStep 0.6s forwards;
}

/* Add animation delay per step */
.step-row .step:nth-child(1) {
	animation-delay: 0s;
}

.step-row .step:nth-child(2) {
	animation-delay: 1s;
}

.step-row .step:nth-child(3) {
	animation-delay: 2s;
}

.second-row .step:nth-child(3) {
	animation-delay: 3s;
}
.second-row .step:nth-child(2) {
	animation-delay: 4s;
}
.second-row .step:nth-child(1) {
	animation-delay: 5s;
}

.third-row .step:nth-child(1) {
	animation-delay: 6s;
}

.third-row .step:nth-child(2) {
	animation-delay: 7s;
}

.third-row .step:nth-child(3) {
	animation-delay: 8s;
}

.third-row .step:nth-child(4) {
	animation-delay: 9s;
}

.mobile {
	display: none;
}

.explore-section {
	padding: 40px 0;
}

.explore-data {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	font-family: "DM Sans", sans-serif;
}
.explore-data img {
	background: rgba(164, 125, 44, 0.1);
	margin-bottom: 25px;
}
.explore-data h3 {
	font-weight: 700;
	color: #8E2121;
	border-bottom: 1px solid #B1B3B6;
	padding-bottom: 15px;
	line-height: 13px;
	margin-bottom: 15px;
}
.explore-data h3 span {
	font-size: 12px;
}
.explore-data h4 {
	color: #222222;
	margin-bottom: 0;
	font-weight: 700;
}
.explore-data p {
	font-size: 13px;
	color: #222222;
	margin-bottom: 0;
}
.link {
	font-size: 12px;
	text-align: right;
	text-decoration: underline;
	color: #222222;
	display: block;
	padding-top: 30px;
}
.title {
	color: #8E2121;
	font-weight: bold;
	font-family: "Mukta", sans-serif;
	padding-bottom: 40px;
	text-transform: uppercase;

}
/*.instructions-section {
	background-color: #f5f0e7;
	padding: 40px 0;
}
.instructions-header {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #7B1113;
	margin-bottom: 40px;
}

.timeline {
	position: relative;
	margin-left: 40px;
	border-left: 3px solid #7B1113;*/
	/* padding-left: 20px; */
	/*height: auto;
	padding: 16px 0;
}

.timeline-item {*/
	/* margin-bottom: 40px; */
	/*position: relative;*/
	/* padding: 20px 0; */
	/* margin-top: 40px; */
	/*padding-left: 100px;
}*/

/*.instruction-box {
	display: flex;
}

.timeline-item::before {
	content: '';
    position: absolute;
    left: -11px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #7B1113;
    border-radius: 50%;

}

.timeline-item::after {
	content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 80px;
    height: 2px;
    background-color: #7B1113;
}

.timeline-date {
	padding: 16px 0;
}

.timeline-text {
	color: #6A6B6C;
}

.timeline-date p {
	font-size: 22px;
	color: #6A6B6C;
	font-weight: 500;
}

.read-more {
	text-align: right;
	margin-top: 20px;
}

.timeline h3 {
	font-weight: 500;
	color: #6A6B6C;
}

.read-more a {
	color: #7B1113;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
}

.read-more a:hover {
	text-decoration: underline;
}*/
/* .box-width{
	width: 20%;
} */
.university-data{
	padding: 0;
}
.university-data img{
	padding: 15px;
	background-color: #fff;
	margin-bottom: 0;
	margin: 0 auto;
    display: table;
}
.university-title{
	padding: 15px;
    background-color: #ededed;
    text-align: center;
}
.university-data .university-title {
    min-height: 78px;
}
.university-data h3{
	line-height: normal;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
	font-size: 12px;

}

/* footer start */

/* .footer {
	background-image: url(../images/footer-banner.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 68px 0;
}

.footer-rightcontent {
	padding-left: 85px;
}

.footer-rightcontent h3 {
	color: #ea830e;
	font-weight: 600;
	padding-bottom: 6px;
}

.footer-rightcontent p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
	padding-bottom: 22px;
}

.footer-rightcontent form .form-group {
	display: flex;
	align-items: start;
	margin-bottom: 19px;
}

.footer-rightcontent form input[type='checkbox'] {
	margin-top: 4px;
}

.footer-rightcontent form .form-group label {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	max-width: 489px;
	padding-left: 5px;
}

.footer-rightcontent .form-control {
	background-color: #D9D9D9;
	border-radius: 5px;
	height: 50px;
	max-width: 474px;
	margin-right: 10px;
} */


/* footer end */


/* footer-bottom start */

.footer-bottom {
	background-color: #f5f0e7;
	padding: 12px 0;
}

.footer-menuleft ul li {
	display: inline-block;
	padding-right: 15px;
}

.footer-menuleft ul li a {
	color: #222222;
	font-size: 20px;
	font-weight: 300;
}

.footer-menuright {
	text-align: right;
}

.footer-menuright span {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
}

.footer-menuright span img {
	margin: 0 10px 0 6px;
}

.footer-menuright span a {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
}

/* footer-bottom end */


/* about-section start */

.about-section {
	padding: 30px 0 0;
}
.chancellor {
	background-color: #ffffff;
	border: 1px solid #7b1113;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 35px;
}

	.chancellor h4{
		background-color: #8e2121;
		color: #ffffff;
		padding: 14px 10px;
		font-weight: bold;
		font-size: 16px;
		margin: 0;
	}
.message h5 {
		color: #000;
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 0;
	}
.inportant-title {
	background-color: #8e2121;
	color: #ffffff;
	padding: 0px 0px 0 10px;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.inportant-title h4 {
		font-weight: bold;
		padding: 14px 0px;
		font-size: 16px;
		margin: 0;
	}
.message-img {
	transition: 0.2s;
	overflow: hidden;
	text-align: center;
}
	.message-img img {
		width: 105px;
		height: 105px;
		display: block;
		box-shadow: rgb(234, 234, 234) 0px 0px 0px 4px;
		margin: 10px auto;
		padding: 6px;
		border-width: 4px;
		border-style: solid;
		border-color: rgb(221, 221, 221);
		border-image: initial;
	}
.message{
	padding:7px;
}
.message p {
	margin: 0;
}
.list-wrap li {
	position: relative; /* Ensure positioning context for the pseudo-element */
	padding-left: 20px; /* Add space for the icon */
}
		.list-wrap li:before {
		content: "\f101";  /*Unicode for fa-times */
		font-family: "FontAwesome";
		position: absolute;
		left: 0;
		color: #8e2121;
	}
.list-wrap li a{
	color: #222;
}
	.list-wrap li p {
		color: #9d9d9d;
		font-size: 12px;
		margin: 0;
	}
/* discuss with meera madam
	.list-wrap li {
	list-style: none;
}*/
.tab-data-count i{
	margin-right:7px;
}
.important-box .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #7b1113;
	background-color: #fff !important;
	border-top: 4px solid !important;
	border-bottom: none;
}
.important-box {
	background-color: #ffffff;
	border-bottom: 1px solid #7b1113;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 35px;
	border-left: 1px solid #7b1113;
	border-right: 1px solid #7b1113;
	overflow: hidden;
}
.important-box h1 {
		background-color: #8e2121;
		color: #ffffff;
		padding: 14px 10px;
		font-weight: bold;
		font-size: 16px;
		margin: 0;
}
.list-wrap li {
	border-bottom: 1px dashed #c4c3c3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	.important-box .nav-pills .nav-link {
		background: 0 0;
		border: 0;
		border-radius: 0;
		border: 1px solid #dcdcdc;
		border-top: 3px solid transparent !important;
		background-color: #f9f9f9 !important;
		color: #000;
		border-bottom: 1px solid transparent;
		margin: 0;
	}

.list-wrap {
	height: 297px;
	overflow-y: scroll;
}
/* about-section end */
/* onlineadmision-section start */
.card-title {
	margin-bottom: 0;
	color: #fff;
}
.card {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 1rem;
}
.card-info:not(.card-outline) > .card-header {
	background-color: #A47D2C;
	padding: 13px;
}
.card-body {
	
	padding: 1.25rem;
}
.timeline-header h3{
	margin: 0;
}
.timeline {
	margin: 0 0 45px;
	padding: 0;
	position: relative;
}
	.timeline::before {
		border-radius: 0.25rem;
		background-color: #dee2e6;
		bottom: 0;
		content: "";
		left: 31px;
		margin: 0;
		position: absolute;
		top: 0;
		width: 4px;
	}
	.timeline > div {
		margin-bottom: 15px;
		margin-right: 10px;
		position: relative;
	}
		.timeline > div > .timeline-item {
			box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
			border-radius: 0.25rem;
			background-color: #fff;
			color: #495057;
			margin-left: 84px;
			margin-right: 15px;
			margin-top: 0;
			padding: 0;
			position: relative;
		}
			.timeline > div > .timeline-item > .time {
				color: #999;
				float: right;
				font-size: 12px;
				padding: 10px;
			}
			.timeline > div > .timeline-item > .timeline-header {
				border-bottom: 1px solid rgba(0, 0, 0, 0.125);
				color: #495057;
				font-size: 16px;
				line-height: 1.1;
				margin: 0;
				padding: 10px;
			}
			.timeline > div > .timeline-item > .timeline-body, .timeline > div > .timeline-item > .timeline-footer {
				padding: 6px 10px;
				font-size: 14px;
			}
.timeline-header a{
	color :#222;
}
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	/* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
	color: #fff;
	background-color: #17a2b8;
	margin-left: 5px;
}
.timeline-body ul{
	margin: 0;
}
.timeline > div > img {
	border-radius: 50%;
	font-size: 16px;
	height: 33px;
	left: -19px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 104px;
	background-color: #fff;
	object-fit: contain;
}
/* onlineadmision-section end */





@media (min-width: 2200px) and (max-width: 2000px) {
	.container {
		max-width: 1600px;
	}
}

@media (min-width: 1999px) and (max-width: 1700px) {
	.container {
		max-width: 1600px;
	}
}

@media (min-width: 1500px) and (max-width: 1800px) {
}

@media (min-width: 1400px) and (max-width: 1499px) {


	.roadmap-container {
		max-width: 1000px;
		height: 514px;
	}

	.first-row {
		gap: 142px;
		padding-top: 25px;
	}

	.circle {
		width: 90px;
		height: 90px;
		border: 5px solid #b8894b;
		margin-bottom: 67px;
	}

	.step p {
		margin-left: -36px;
		font-size: 15px;
		line-height: 16px;
	}

	.second-row {
		gap: 164px;
		padding-top: 25px;
	}

	.third-row {
		padding-top: 25px;
		gap: 102px;
	}

	.last-step {
		margin-right: -107px;
	}
}

@media (min-width: 1300px) and (max-width: 1399px) {
	h1 {
		font-size: 35px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 14px;
	}


	.footer-menuleft ul li a {
		font-size: 16px;
	}

	.roadmap-container {
		max-width: 899px;
		height: 431px;
	}

	.first-row {
		gap: 142px;
		padding-top: 14px;
	}

	.circle {
		width: 75px;
		height: 75px;
		border: 5px solid #b8894b;
		margin-bottom: 57px;
	}

		.circle::after {
			bottom: -44px;
			height: 44px;
		}

		.circle img {
			max-width: 38px;
		}

	.step p {
		margin-left: -28px;
		font-size: 15px;
		line-height: 16px;
	}

	.second-row {
		gap: 164px;
		padding-top: 25px;
	}

	.third-row {
		padding-top: 39px;
		gap: 88px;
	}

	.last-step {
		margin-right: -107px;
	}
}

@media (min-width: 1200px) and (max-width: 1299px) {
	h1 {
		font-size: 35px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 14px;
	}

	.footer-menuleft ul li a {
		font-size: 16px;
	}

	.roadmap-container {
		max-width: 899px;
		height: 431px;
	}

	.first-row {
		gap: 142px;
		padding-top: 14px;
	}

	.circle {
		width: 75px;
		height: 75px;
		border: 5px solid #b8894b;
		margin-bottom: 57px;
	}

		.circle::after {
			bottom: -44px;
			height: 44px;
		}

		.circle img {
			max-width: 38px;
		}

	.step p {
		margin-left: -28px;
		font-size: 15px;
		line-height: 16px;
	}

	.second-row {
		gap: 164px;
		padding-top: 25px;
	}

	.third-row {
		padding-top: 39px;
		gap: 88px;
	}

	.last-step {
		margin-right: -107px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 30px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 14px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.header-logo img {
		max-width: 366px;
	}

	.headertop.mobile {
		display: none;
	}

	.kt-nav.main-mn > .mn-i > a {
		font-size: 16px;
	}

	.footer-menuleft ul li a {
		font-size: 15px;
	}

	.step {
		text-align: center;
		display: block;
		align-items: end;
	}

	.timeline-date p {
		font-size: 24px;
	}

	.left-text h2, .right-text h2 {
		font-size: 14px;
	}

	.message p {
		font-size: 13px;
	}

	.university-data h3 {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-toggler {
		background-color: transparent !important;
		margin: 0 0 0 auto;
	}

	h1 {
		font-size: 30px;
	}

	h3 {
		font-size: 14px;
	}

	h4 {
		font-size: 14px;
	}

	h2 {
		font-size: 20px;
	}

	#navigation .navbar-nav > li:not(:last-child) > a {
		border-right: none;
	}

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block;
	}

	.left-text h2,
	.right-text h2 {
		font-size: 14px;
	}

	.headertop {
		background: transparent;
		border-bottom: 1px solid #dcdcdc;
	}

	.kt-nav.main-mn > .mn-i > a {
		font-size: 16px;
	}

	.footer-menuleft ul li a {
		font-size: 15px;
	}

	.main-mn > .mn-i > a {
		padding: 10px 0;
	}

	.navbar-nav {
		flex-direction: column;
	}

	h4 {
		font-size: 18px;
	}

	.mn-lv1::before {
		position: initial;
	}

	.sub-mn {
		display: none; /* Initially hidden */
	}

	.navbar-toggler {
		margin-top: -89px;
		padding: 0;
	}

	.header-logo img {
		max-width: 285px;
	}

	.login-btn {
		min-width: auto;
		padding: 3px 10px;
		font-size: 16px;
		border: 1px solid #fff;
		border-radius: 5px;
		margin: 5px 0;
	}

	.headertop {
		justify-content: center !important;
	}

	.footer-menuleft ul {
		text-align: center;
	}

		.footer-menuleft ul li {
			padding-right: 0;
			padding: 0 8px;
		}

	.footer-menuright {
		text-align: center;
	}

	.footer-rightcontent {
		padding-left: 30px;
	}

	.timeline-date p {
		font-size: 20px;
	}

	.box-width {
		width: 25%;
	}

	.university-title {
		padding: 12px;
	}

	.university-data h3 {
		font-size: 12px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	h1 {
		margin: 0;
		font-size: 24px;
	}

	h4 {
		font-size: 16px;
	}

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block;
	}

	.navbar-toggler-icon {
		width: 20px;
		height: 20px;
	}

	.inportant-title {
		padding: 0 10px;
	}

	.headertop {
		background-color: #fff;
		border-bottom: 1px solid #dcdcdc;
	}

	.important-box .nav-item {
		width: 100%;
	}

	.important-box .nav-pills .nav-link {
		width: 100%;
		border: 1px solid #dcdcdc;
	}

	.tab-content {
		margin-top: 10px;
	}

	.list-wrap li {
		line-height: 18px;
	}

		.list-wrap li a {
			font-size: 13px;
		}

	#navigation .navbar-nav > li:not(:last-child) > a {
		border-right: none;
	}

	.kt-nav.main-mn > .mn-i > a {
		font-size: 12px;
		padding: 10px 20px;
	}

	.footer-menuleft ul li a {
		font-size: 14px;
	}

	.main-mn > .mn-i > a {
		padding: 10px 0;
	}

	.navbar-nav {
		flex-direction: column;
	}

	.sub-mn {
		position: static;
		width: 100%;
	}

	.navbar-toggler {
		background-color: transparent !important;
		margin: 0 0 0 auto;
	}

	.mn-lv1::before {
		position: initial;
	}

	h3 {
		font-size: 15px;
	}

	h2 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	.sub-mn {
		display: none; /* Initially hidden */
	}

	.navbar-toggler {
		margin-top: -70px;
		padding: 0;
	}

	.list-link-account {
		margin: 0 auto;
	}

	.header-logo img {
		max-width: 218px;
	}

	.headertop {
		justify-content: center !important;
	}

	.footer-rightcontent {
		padding-left: 0;
	}

	.login-btn {
		min-width: auto;
		padding: 3px 10px;
		font-size: 10px;
		border: 1px solid #fff;
		border-radius: 5px;
		margin: 5px 0;
	}

	.footer-menuleft ul {
		text-align: center;
	}

	.footer-rightcontent .form-control {
		height: 38px;
	}

	.footer-menuleft ul li {
		padding-right: 0;
		padding: 0 8px;
	}

	.footer-menuright {
		text-align: center;
	}

	.explore-section {
		padding: 30px 0;
	}

	.instructions-section {
		padding: 40px 0;
	}

	.timeline {
		margin: 0 0 20px;
	}

	.about-section {
		padding: 30px 0 10px;
	}

	.timeline > div > img {
		height: 20px;
		left: -20px;
		width: 41px;
	}

	.timeline::before {
		left: 0;
		width: 2px;
	}

	.timeline > div {
		margin-right: 0;
	}

	.timeline-body ul {
		padding-left: 15px;
	}

	.timeline-header a {
		font-size: 12px;
	}

	.timeline > div > .timeline-item {
		margin-left: 25px;
		margin-right: 0;
	}

		.timeline > div > .timeline-item > .timeline-body, .timeline > div > .timeline-item > .timeline-footer {
			padding: 6px 10px;
			font-size: 11px;
		}

	.timeline-item::after {
		width: 0;
	}

	.timeline-item {
		padding-left: 15px;
	}

	.timeline-date {
		padding: 12px 0;
	}

		.timeline-date p {
			font-size: 12px;
		}

	.timeline-item::before {
		left: -7px;
		top: 0;
		width: 12px;
		height: 12px;
	}

	.timeline-item h3 {
		font-size: 13px;
	}

	.read-more a {
		font-size: 16px;
	}

	.read-more {
		text-align: center;
	}

	.left-text h2,
	.right-text h2 {
		color: #fff;
		font-size: 13px;
		padding: 7px 15px;
	}

	.left-text h2,
	.right-text h2 {
		text-align: center !important;
	}


	.box-width {
		width: 50%;
	}

	.university-data img {
		max-width: 145px;
	}

	.university-data h3 {
		font-size: 10px;
	}

	.university-title {
		padding: 12px;
	}
}

@media (min-width: 378px) and (max-width: 440px) {
}

@media (min-width: 576px) and (max-width: 767px) {
	.left-text h2,
	.right-text h2 {
		font-size: 10px;
		padding: 10px 10px;
	}

	.left-text h2 {
		text-align: right !important;
	}

	.right-text h2 {
		text-align: left !important;
	}
}
  