@media(max-width:991px) {
	.space {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	p {
		font-size: 13px;
		line-height: 23px;
	}

	.main-header .custom-navabr .navbar-toggler:focus {
		box-shadow: none !important;
	}

	.tp-header {
		display: none;
	}

	.main-header .custom-navabr .navbar-toggler {
		width: 46px;
		height: 50px;
		border-radius: 4px;
		border: none;
		outline: none;
		z-index: 110;
		background-color: #03AED2;
	}

	.main-header .custom-navabr .navbar-toggler {
		width: 40px;
		height: 40px;
		padding: 0 6px;
		border-radius: 4px;
		text-align: center;
		border: none;
		outline: none;
		z-index: 110;
		background-color: #03AED2;
	}

	.main-header .custom-navabr .navbar-toggler span {
		width: 29px;
		height: 3px;
		background: #30373f;
		display: block;
		margin: 3px auto 3px auto;
		position: relative;
		top: 0;
		opacity: 1;
		float: right;
		transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
		border-radius: 10px;
	}

	.main-header .custom-navabr .navbar-toggler span:nth-child(2) {
		width: 25px;
	}

	.main-header .custom-navabr .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
		transform: rotate(-45deg);
		position: relative;
		top: -9px;
	}

	.main-header .custom-navabr .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.main-header .custom-navabr .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
		transform: rotate(45deg);
		position: relative;
		top: 9px;
	}

	/* .main-header .custom-navabr .navbar-collapse {
	position: fixed;
	top: 0;
	right: -400px;
	width: 0%;
	height: 100vh;
	max-height: 100vh;
	background-color: #fff;
	padding: 60px 0px;
	box-shadow: -30px 0 30px rgb(0 0 0 / 10%);
	transition: 0.5s;
	opacity: 0;
	z-index: 100;
	overflow: hidden;
	overflow-y: auto;
	}*/

	/*.main-header .custom-navabr .navbar-collapse {
	width: 100%;
	}*/

	/*.main-header .custom-navabr .navbar-collapse.show {
	right: 0;
	opacity: 1;
	z-index: 9999;
	}*/

	.main-header .custom-navabr .navbar-nav {
		margin-top: 1rem;
	}

	.main-header .custom-navabr .nav-item {
		margin-left: 0;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}

	.banner-slide-innr {
		height: 500px;
	}

	.banner-slide-innr .bannr-content h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.title {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 0.5rem;
	}

	.about-content h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.about-content .highlights-lst li {
		margin-bottom: 10px;
		font-size: 13px;
		padding-left: 20px;
	}

	.about-content .highlights-lst li:before {
		font-size: 14px;
	}

	.our-faculty .title {
		font-size: 17px;
	}

	.img-40 {
		height: 30px;
		width: 30px;
	}

	.faculty-innr th, .faculty-innr td {
		font-size: 12px;
	}

	.gallery ul li .gallery-img img {
		height: 240px;
	}

	.thm-btn {
		padding: 10px 25px;
		font-size: 12px;
	}

	.ftr-head {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.main-header .custom-navabr.shadow {
		box-shadow: none !important;
	}

	.main-header .custom-navabr .nav-item .nav-link::after {
		background-color: transparent !important;
	}

	.courses-card .course-content h4 {
		font-size: 20px;
	}

	.hmg-vds-sec .title {
		margin-top: 10px;
	}

	.hmg-vds-sec-inner video {
		height: 345px;
	}

	.cta-frm {
		padding: 20px;
	}

	.cta-frm .frm-bx .form-control, .cta-frm .frm-bx .form-select {
		height: 45px;
	}

	.cta-frm h4 {
		font-size: 25px;
	}

	.cta-frm .frm-bx textarea.form-control {
		height: 90px;
	}

}

@media (max-width:767px) {
	.banner-slide-innr .bannr-content h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.banner-slide-innr {
		height: 420px;
	}

	.ftr-subscribe .thm-btn {
		padding: 10px 15px;
	}

}

@media (max-width:575px) {
	.banner-slide-innr .bannr-content h2 {
		font-size: 24px;
		line-height: 35px;
	}

	.banner-slide-innr {
		height: 350px;
	}

	.banner-slide.owl-theme .owl-nav button span.arrow {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	.title {
		font-size: 18px;
	}

	.gallery ul li .gallery-img img {
		height: 180px;
	}

	.cta-frm h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.hmg-vds-sec .title {
		margin-top: 55px;
	}

	.hmg-vds-sec-inner video {
		height: 270px;
	}

	.hmg-vds-sec-inner .ply-btn {
		width: 50px;
		height: 50px;
		font-size: 15px;
	}

}
