/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
	  height:40px;
	  min-height:40px;
	}
	.content {
	  height:30vh;
	}
  
  }
@media only screen and (min-width:992px) {
	
	.header {
		padding: 0px 50px;
		transition: 1s;
	}
	.header .menu a {
		all: unset;
		color: #000;
        font-weight: 600;
		cursor: pointer;
	}
	.header .menu {
		all: unset;
		float: right;
		padding-right: 50px;
		margin-top: 10px;
	}
	#navBar{
		transition: 1s;
		}
	.header ul li {
		list-style: none;
		display: inline-block;
		cursor: pointer;
	}
	.header ul li {
	margin-top: 10px;
    color: #fff;
    font-size: 18px;
    padding: 20px 10px;
    cursor: pointer;
	}
	.header .menu-icon {
		display: none;
	}
	.content h2 {
		font-size: 70px;
	}
}

@media only screen and (max-width:992px) {

	nav ul ul{
		z-index: 99;
		display: block !important;
	}
     .middle h1 {
		font-size: 50px;
	}
	.about_img img{
		margin-top: 40px;
	}
	.btn-3 {
		display: block;
		margin: 0 auto
	}
	.about_us {
		padding: 40px 15px;
	}
	.vission p {
		margin-right: 0px !important;
		
	}
	.mission p{
		margin-left: 0px !important;
	}
	.nav-item a {
margin: 10px 0px;
	}
	.admmision_img{
		display: none;
	}
		
	.email{
		display: none !important;
	}
.showing{
	display: block;
}

}



@media only screen and (max-width:768px) {
.vission{
	padding: 0px
}
.mission{
	padding: 0px;
}
.footer-menu {
	margin-top: 30px;
	display: block;
}
.footer-call-to-action {
	margin-top: 30px;
	display: block;
}


.vission_data{
	display: flex;
	flex-wrap: wrap;
}
.mission_row{
	display: flex;
	flex-wrap: wrap;
}
.mission_img{
	display: grid;
	place-items: center;
}
.vission_img{
	display: grid;
	place-items: center;
}
.about_data h3{
	font-size: 29px;
}
.about_img img{
	width: 100%;
}

	.logo img {
		width: 280px;
	}

	.dk-footer{
		padding:40px 20px;
	}
	.usefull_link{
		display:block;
	}

}

@media only screen and (max-width:592px) {	
.logo img {
    width: 230px;
}
.header .menu-icon {
	padding: 30px 10px;
	margin-top: 2px;
   
}
.top_header {
  padding: 7px 0px;

}
.fa-instagram{
	display: none;
}
.w-100 {
    height: 239px;
    width: 100%!important;
}
.facilites_section{
	padding: 10px;
}
.vission p {
margin-left: 7px;

}
.mission p {

	margin-right: 7px;

}
.about_img img {
	height: 350px;

}

.logo{
	width: 220px;
}

.mascot_div{

	display: none;

}

.logo{
	display: grid;
	place-items: center;
	width: 100%;
}
.logo img{
	width: 90%;
}
.login_btn{
	display: block;
}
	.facilites_haiding h3{
		font-size:29px
	}

	.cont span {
		width:70%;
	}
	.card-button button {
		font-weight: 600;
		width: 48%;
	}
	.phone {
		/*margin:0 !important;*/
	}

	.our_branches h2 {
		
		font-size: 29px;
	}
	.testimonials-wrapper h4{
padding:10px;
	}
	.card {
		width: 100%;
	}

	}

