/* Desktop Layout: */

@media only screen and (min-width: 1200px) {











}









@media only screen and (min-width: 992px) and (max-width: 1199px) {




}






/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {


.slider-area h1 {
  font-size: 30px;
  line-height: 40px;
}
.slider-area {
  padding: 60px 0;
}
.main_header h2 {
  color: #039fe3;
  font-size: 25px;
}


}



/* Mobile Layout: */

@media only screen and (max-width: 767px) {


.slider-area h1 {
  font-size: 25px;
  line-height: 40px;
}
.slider-area {
  padding: 60px 0;
}
.form-group input[type="text"] {
  display: inline;
  max-width: 100%;
  min-width: inherit;
  padding: 0 15px;
  width: 100%;
}
.form {
  margin: 20px auto 50px;
}

.main_header h2 {
  color: #039fe3;
  font-size: 25px;
}
.main_header .logo img {
  width: inherit;
}
.the_list {
  margin: 30px 0 10px;
}
.watch {
  cursor: pointer;
  margin: 0;
  text-align: center;
}

.myButton[type="submit"] {
  font-size: 16px;
}

}



