.dekstop { display:block; }
.mobile { display:none; }
@media only screen and (max-width: 600px) {
	.dekstop { display:none; }
	.mobile { display:block; }
  #hero { height:30vh;  }
  #featured-services { margin-top:0; }
  .logo { left:0; }
  .top-section { font-size:13px; background: #a80d34; padding:5px; text-align:center; }
  .top-section a { color:#fff; }
  #call-to-action #heading a { line-height:45px; }
  #call-to-action #heading-list .card-body img { width:50%; right: -35px; }
  #faq { margin-top: -20px; }
  .form-sec { position:relative; width:100%; }
  ul.program-list li { width:100%; margin:1% 0; }
  ul.program-list { display:block !important; }
  ul.program-list li img { border-radius:20px; }
  #testimonials { padding:20px 0; }
  #testimonials h3 { font-size:31px; }
  .research-box { margin:10px 0; }
  .research-box img.img-fluid { width:100%; }
  #team h3 { font-size:27px; }
  .apply-now a { font-size:21px; background: #fff; width: auto; margin: 50px 0 0 90px; padding:0 10px; }
  .footer-newsletter form { margin-top:20px; }
  a.splite_sideEnquiry1 { top:70%; }
  #footer .copyright { text-align:center; } 
  #footer .copyright p { font-size:15px; } 
  #footer .copyright p a { font-size:15px; }
  .author { text-align:center !important; width: 100%; } 
  .fixed-enquiry-btn a { z-index:999999999; }
}