/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.contact-form {
  background: #fff none repeat scroll 0 0;
  margin-top: -132px;
  padding: 20px;
  position: absolute;
  width: 111%;
}
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
 .single_slide {
  height: 440px;
}

.contact-form {
  background: #fff none repeat scroll 0 0;
  margin-top: 0px;
  padding: 0;
  position: static;
  width: 100%;
}

.single-features {
  text-align: center;
}
.section_title {
  margin-bottom: 30px;
}

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}