@media (min-width: 100px) and (max-width: 991px) {
/**** MOBILE : MENU Product Title CSS START ***/
.menu-title{
	color:#000;
	height: 25px;
	font-size:16px;
	 text-decoration: underline;
	 padding-left:10px;
	 
	}

/**** MOBILE : MENU Product Title CSS END ***/


.banner-section{
	padding-top:97px;
}


.product-btn1{
         margin-bottom:5px !important;
		 margin-left:105px;
	}

/**** About us Button CSS START ***/
.btn-quote3 {
  background: #6aaf08;
  padding: 12px 44px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left:95px;
  margin-top:5px;
}
.btn-quote3:hover {
  background: #111111;
  color: #ffffff!important;
  box-shadow: 0px 0px 19px -14px #6aaf08;
  -webkit-box-shadow: 0px 0px 19px -14px #6aaf08;
  -moz-box-shadow: 0px 0px 19px -14px #6aaf08;
  -o-box-shadow: 0px 0px 19px -14px #6aaf08;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/**** About us Button CSS START ***/

/**** Form Submit button CSS START ***/
.btn-submit1 {
  background: #6aaf08;
  padding: 10px 44px 12px;
  border: none;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 116px;
}
.btn-submit1:hover {
  color: #ffffff;
  background: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/**** Form Submit button CSS End ***/


}