
@media only screen and (max-width:1199px) {
	.nmat-header .nmat-nav > ul > li {
	    padding: 0 8px;
	}
	.nmat-header .nmat-nav a {
	    letter-spacing: 0.05rem;
	}
}

@media only screen and (max-width: 1024px) {
.stickyheader{
	position: static;
}		
  .mobilemenubg{
    display: block;
  }
  .menublock{
    padding: 15px 0;
  }
  .main-menu{
    display: none;
  }
  .top-rgisterbtn{
    display: none;
  }
  .top-search{
    order: 2;
  }
  .select-country{
    order: 1;
  }
  .mobilemenuclose{
    position: absolute;
    top: 15px;
    right: 20px;
    background: #6a9c17;
  }
  .mobilemenulogo{
    padding: 15px;
  }
  .mobile-menu img{
		max-width: 30px;
		display: none;
	}
	.mobile-menu span{
	  display: block;
	  width: 33px;
	  height: 3px;
	  margin-bottom: 6px;
	  position: relative;
	  background: #313131;
	  z-index: 1;
	  transition: all .5s;
	}
	.mobile-menu span:nth-child(3){
		width: 20px;
	}
	.mobile-menu:hover span:nth-child(3){
		width: 30px;
	  transition: all .5s;
	}
	.top-menubar{
		position: relative;
		height: 50px;
	}
	.topnav-btn{
		display: block;
		position: absolute;
		right: 0px;
		top: 6px;	
	}
	.topnav-btn label {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 45px;
		height: 40px;
		padding: 10px 13px;
		position: static;
		margin-bottom: 0;
	}
	.topnav-btn label > span {
		display: block;
		width: 5px;
		height: 7px;
		border-top: 4px solid #eee;
	}
	.important-dates .imp-dateBox{
		min-width: 245px;
	}
	.partner-site{
		display: none;
		background: #0c0c0c;
		padding: 50px 15px 15px;
	}
	.partner-site li{
		width: 100%;
		border-bottom: 1px solid #eee;
		padding: 15px;
		margin: 0;
	}
	.partner-site li:nth-child(2){
		display: none;
	}
	.partner-site li:last-child{
		border-bottom: 0;
	}
    .register-btn-mob .btn-nmat-green {
        text-align: center;
        background: #6c9727;
        margin: 0;
        color: #fff;
        padding: 10px 10px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: initial;
    }
}

@media only screen and (max-width:992px) {
	.nmat-header .navbar {
		padding: 1rem 0;
	}
	.nmat-header .nmat-nav {
	    position: fixed;
	    top: 0;
	    width: 290px;
	    right: 0;
	    height: 100vh;
	    background: #043053;
	    right: -320px;
	    transition: all 0.5s;
	    display: flex;
	    flex-direction: column;
	}
	.nmat-header .nmat-nav a {
	    letter-spacing: 1px;
	}
	.nmat-header .nmat-nav > ul > li > ul {
		width: 100%;
	}
	.nmat-header .nmat-nav > ul > li > .dd-firstlayer .dc-firstlayer ul.nmat-tab {
		width: 100%;
	}
	.nmat-header .nmat-nav > ul > li > .dd-firstlayer .dc-firstlayer .tab-content {
		display: none;
	}
	.nmat-header .nmat-nav .close {
		position: absolute;
		left: -30px;
		width: 30px;
		height: 30px;
		padding: 2px;
		background: #1f3244;
		opacity: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	    border-radius: 0;
	}
	.nmat-header .mob-menu-show {
		right: 0px;
		transition: all 0.5s;
	}
	.nmat-header .nmat-nav .close i {
		color: #fff;
		font-size: 20px;
	}
	
	.nmat-header .nmat-nav > ul  {
		height: 90vh;
		flex-direction: column;
		overflow-x: hidden;
	}
	.nmat-header .nmat-nav > ul > li {
		padding: 0px;
	}
	.nmat-header .nmat-nav > ul > li > a {
		display: block;
		padding: 20px 15px;
		color: #fff;
	}
	.carousel-form .item > picture img {
		min-height: initial;
	}
	.important-dates .imp-dateBox {
		width: 49%;
		min-width: initial;
		margin-bottom: 2%;
	}
	.register.section {
		padding-bottom: 100px;
	}
	.register .register-text {
		padding: 1rem .8rem;
	}
	.register .register-text p {
	    -webkit-line-clamp: 2;
	}
	.copyright-footer .gmac-logo img {
		position: relative;
		top: initial;
	}
	.copyright-footer .copyright p {
		padding-left: 2rem;
	}
	.social-feeds{
		overflow-x: hidden;
	}
	.registerForm{
		position: relative;
	}
	.carousel-form{
		overflow-x: hidden;
	}
	.carousel-form .container-fluid{
		padding: 0;
	}
	.closeRegister{
		display: block;
		text-align: right;
		padding-right: 20px;
	}
	.closeRegister a{
		color: #013153;
		text-transform: uppercase;
	}
	.register-btn-mob .btn-nmat-green{
		text-align: center;
		background: #6c9727;
		margin: 0;
		color: #fff;
		padding: 10px 10px;
		font-size: 20px;
		text-transform: uppercase;
		display: block;
		transition: all .5s;
	}

	.register-btn-mob .btn-nmat-green:hover{
		background: #013153;
		border-color: #013153;
	}
	.form-label,.form-control:focus~label{
		color: #7f7f7f;
	}
	.form-control{
		border-color: #7f7f7f;
	}
	.cust-checkbox{
		color: #313131;
	}
	.common-banner .banner-heading{
		color: #ffffff;
	}
	.common-banner .banner-dicription{
		color: #ffffff;
	}
	.common-banner .nmat-ghost-btn{
		color: #ffffff;
		border-color: #ffffff;
	}
	.common-banner .nmat-ghost-btn:hover{
		border-color: #6c9f19;
	}
	 
}
@media only screen and (max-width:991px) {
	.register-btn-mob{
		width: 100%;
		display: block;
	}

	.main-registration-form{
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		padding-left: 0;
		height: 100vh;
		background: rgba(255,255,255, .96);
		-webkit-box-shadow: inset -15px 15px 15px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: inset -15px 15px 15px 0px rgba(0,0,0,0.3);
		box-shadow: inset -15px 15px 15px 0px rgba(0,0,0,0.3);
	}
	.main-registration-form form{
		padding: 0 20px 20px;
	}
	.register-heading{
		/*color: #313131;*/
		font-weight: 700;
		padding: 20px 20px 0px;
		font-size: 24px;
	}
	.hero-banner{
		order: 2;
	}
	.registerForm{
		order: 1;
		position: relative;
	}
}
@media only screen and (max-width:767px) {
	.accepted-b-school .owl-theme .owl-dots .owl-dot span {
	    height: 20px;	
	}
	.testimonial #couter {
		bottom: 0;
	}
	.testimonial .owl-theme .owl-dots .owl-dot span {
		height: 20px;
	}
	.register.section {
		padding-bottom: unset;
	}
	.register [class*=register-child-] {
		padding-bottom: 130px;
	}
	.register .register-child-two {
		padding-top: 25px;
	}
	.register .register-text {
	    width: 90%;
	    left: 0;
	    right: 0;
	    transform: translate(0%, -50%);
	    margin: 0px auto;
	}
	.register .register-child-one:hover .register-text, .register .register-child-two:hover .register-text{
		transform: translate(0%, -50%);
	}
	.register .register-text a{
		position: static;
	}
	.register .register-text h4 {
		font-size: 16px;
	}

	.socialfeed_wraper > div:not(:first-child) {
	    margin-top: 10px;
	}

	.insta-feed {
	    min-height: 550px;
	}

	.footer .chat-bot {
		top: -14%;
	}

}


@media only screen and (max-width:575px) {
	html {
		font-size: 14px;
	}
	.ancor-hover a {
	    /*font-size: 13px;*/
	    letter-spacing: 1px;
	    padding-bottom: 30px;
	    font-size: 16px;
	}
	.testimonial .owl-theme .owl-dots .owl-dot span {
		height: 27px;
	}
	.register .register-child-two {
		padding-top: 0;
	}
	.footer .chat-bot {
		top: -12%;
	}

	body{
		font-size: 14px;
	}
	.section{
		padding: 40px 0;
	}
	
	.menu-right{
		padding-left: 30px;
	}
	.partner-site li{
		margin: 0 5px;
	}
	.partner-site li:first-child{
		font-size: 10px;
	}
	
	.banner-heading{
		font-size: 20px;
	}
	.banner-dicription{
		font-size: 13px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.banner-dicription br {
		display: none;
	}
	.nmat-ghost-btn{
		padding: 5px 15px;
		font-weight: 500;
	}
	.banner-caption{
		left: 15px;
		bottom: initial;
	    top: 15px;
	    width: 50%;
	}
	.carousel-form .owl-theme .owl-nav{
		left: -30px;
	}
	.carousel-form .owl-theme .owl-dots{
		left: 60px;
	}
	.sec-heading {
		font-size: 24px;
	}
	.social-nav .nav-link span{
		display: none;
	}
	.social-nav .nav-link:hover, .social-nav .nav-link.active, .social-nav .nav-link{
		background-position: center !important;
	}
	.important-dates .imp-dateBox h4{
		font-size: 16px;
	}
	.important-dates .imp-dateBox h5{
		font-size: 14px;
	}
	.desc{
		padding-bottom: 25px;
	}
	.desc p{
		font-size: 14px;
	}
	.social-nav .nav-item{
		margin: 0 8px;
	}
	.testimonial{
		padding-left: 15px;
	}
	.testimonial .owl-stage-outer{
		padding-bottom: 20px;
	}
	.accepted-b-school .a-school-carousel .owl-carousel.owl-theme,.testimonial .testimonial-carousel .owl-carousel.owl-theme{
		padding-right: 0;
	}
	.accepted-b-school .owl-theme .owl-nav, .testimonial .owl-theme .owl-nav{
		width: 65px;
		display: flex;
		bottom: -30px;
		top: initial;
		right: 0;
	}
	.accepted-b-school .owl-theme .owl-dots,.testimonial .owl-theme .owl-dots{
		position: relative;
		right: initial;
		top: initial;
		bottom: -15px;
		display: flex;
		width: calc(100% - 120px);
	}
	.accepted-b-school .owl-theme .owl-dots .owl-dot, .testimonial .owl-theme .owl-dots .owl-dot{
		width: 100%;
	}
	.accepted-b-school .owl-theme .owl-dots .owl-dot span,.testimonial .owl-theme .owl-dots .owl-dot span{
		width: 100%;
		height: 2px;
		border-radius: 0;
		display: block;
	}
	.accepted-b-school #couter, .testimonial #couter {
		right: 80px;
		bottom: -24px;
	}
	.backtotop{
		bottom: 50px;
		right: 10px;
	}
	.backtotop img {
		max-width: 32px;
	}
	.backtotop p{
		font-size: 12px;
		padding-top: 5px;
	}
	.owl-carousel .owl-stage{
		padding-left: 0!important;
	}

	.testimonial .testimonial-carousel .item-inner a.video-btn {
	    width: 32px;
	    height: 32px;
	}	

	.testimonial .testimonial-carousel .item-inner a.video-btn i {
	    font-size: 16px;
	    margin: 0px 0 0 2px;
	}
}

@media only screen and (max-width:480px){
    .register-btn-mob .btn-nmat-green {
        padding: 5px 10px;
        font-size: 18px;
    }
	.popupsearch {
	    width: 300px;
	    top: 32px;
	    right: -6px;
	}
	.testimonial .testimonial-carousel .caption {
	    padding: 6px;
	}
	.testimonial .testimonial-carousel .caption h6 {
    margin: 0 0 3px 0;
}
	.testimonial .testimonial-carousel .caption p {
	    margin: 0;
	    font-size: 11px;
	}
}

@media only screen and (max-width:424px) {
	.accepted-b-school .item-inner {
		padding: 0;
	}
}

@media only screen and (max-width:380px){
    .register-btn-mob .btn-nmat-green {
        font-size: 16px;
        padding: 4px 10px;
    }
}




