.dekstop { display:block; }
.mobile { display:none; }

@media only screen and (max-width: 600px) {
	.dekstop { display:none; }
	.mobile { display:block; }
	.bottom-header p {  font-size: 14px; }
	.bottom-header h4 {  font-size: 17px; }
	img.highlight-img {  position: relative;  top: 0; }
	#highlight { padding:20px; }
	#industry .card-header {  font-size: 25px; }
	ul.industry-list li { width:100%; margin:2% 0; min-height: auto; }
	img.footer-img { margin-top:15px; }
	.step-holder { height: auto; }
	ul.step-list li { width:100%; margin:2% 0; min-height: auto; }
	.arrow-bg {
	  background: url("../images/arrow-bg1.png") no-repeat scroll 0 0;
		background-size: auto;
	  height: 150px;
	  background-size: 100% 100%;
	}
  .form-sec { position:relative; width:100%; }
  #footer .copyright { text-align:center; } 
  #footer .copyright p { font-size:15px; } 
  #footer .copyright p a { font-size:15px; } 
  #footer .copyright p span { width:100%; text-align:center; } 
  
}