@media only screen and (max-width: 600px) {
  
  .owl-nav{
    display: none;
  }
.collapse{
     display: block; 
    text-align: center;
}

.form {
	background-color: #FFFFFF;
	width: 100%;
    padding: 34px 0px;
    padding-left: 15px;
}

.img-box{
    width: 100%;
}

.img1 {
    
 display: block;
  margin-left: auto;
  margin-right: auto;
}

.img2 {
    margin:0 auto;
}
.img3 {
    margin:0 auto;
    padding-bottom: 30px;
}


.blue p{
    text-align: justify!important;
	padding-left: 0;
	padding-right: 0;

}


.accept{
	margin-top:20px;
}

nav button {
	display: none;
}


.who {
    padding-top:30px;
}

.banner h1{
    /* font-size: 35px; */
}
.why h1{
    /* font-size: 35px; */
}
h1{
font-size:2.5rem!important;
}

h2{
font-size:2rem!important;
}
h3{
font-size:1.75rem!important;
}
h4{
font-size:1.5rem!important
}
h5{
font-size:1.25rem!important;
}
h6{
font-size:1rem!important;
}
p{
font-size:1rem!important;
}
    

.blue p {
    font-size: 16px!important;
}

h4.q {
   font-size:1.5rem!important;
}

.banner h1 {
font-size:2rem!important;
}

.why h1 {
    font-size:2rem!important;
}

.academic ul li {
    font-size: 16px;
    line-height: 30px;
    
}

.academic ul li::before {
    font-size: 22px;
}

}

@media only screen and (max-width: 768px) {
  
  .float-left {
    float: none !important;
}

  }