@media (max-width: 767px) {
  .top-level-bar {
    width: 100%;
    color: #192f59;
    background: #fff;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  
    .custom-logo.navbar-logo {
    max-width: 140px;
  }

  ul.toplevelistleft {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  ul.toplevelistleft li {
    list-style: none;
    display: inline;
    padding: 0 10px;
    font-size: 12px;
    float: none;
  }
  ul.toplevelistleft li a {
    color: #000;
  }

ul.toplevelistright {
    margin: 8px 0;
    padding: 7px 0;
    background: #ffe007;
	border:1px solid transparent;
}
	
	ul.toplevelistright:hover{
	background: transparent;
	border:1px solid #ffe007;
	}

  ul.toplevelistright li {
    list-style: none;
    display: inline;
    padding: 0 10px;
    font-size: 12px;
    float: none;
  }

  ul.toplevelistright li a {
    color: #000;
  }

  ul.toplevelistright li:last-child {
    background: transparent !important;
    color: inherit;
  }
  ul.toplevelistright li:last-child a {
    background: transparent;
    color: #000;
  }
  ul.toplevelistright li:last-child a:hover {
    color: #000;
  }
  .mobileWidthspc {
    width: 50%;
  }
	.sliderDesign h3{
	font-size:21px;
	text-align:center;
	}
	.sliderDesign p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
	.spcSlidercontent{
		margin:9% 0 0 0;
	}
	
.spcStudentregisterform{
width: 100%;
margin: 0 auto;
background: #eaeaea;
padding:20px;
}
}
@media (max-width: 991px) {
  .spcMainmenu {
    width: auto;
    float: right;
    margin-top: 13px;
  }
 .spcStudentregisterform{
width: 95%;
margin: 0 auto;
background: #eaeaea;
padding:20px;
}
}
