@media only screen and (max-width: 600px) {
  
  
  .nomobile--n {
		display:none!important; 

	}


#submit {
  background: #ffa62b;
  border-radius: 18px;
  border: 1px solid #ffa62b;
  color: #fff;
  height: 135px;
  padding-top: 0px;
  transition: all 0.2s;
  width: 80%;  
  font-size:10vw;
}

#submit:active,
#submit:hover {
  background: #fff;
  border: 1px solid #ffa62b;
  color: #ffa62b;
  transform: scale(1.01);

}


input[type=text]{
	font-family: 'Montserrat', sans-serif;
    font-size: 9px!important;
    width: 95%;
    padding: 5px!important;
    color: #333333;
}

	
	.cont_bar { width:100%; height:20px; padding-top:5px; background:#fff; border-bottom: 1px solid #eee; }
.cont_bar ul {margin-top:0px;}
	
 .cont_bar {float:right !important;}
.cont_bar li{
	color:black;
	display:inline;
	padding: 0 30px 0 0;
	vertical-align: top;
	line-height: 20px;
	font-size:12px;
} 

.select-css {
	width: 280px;
	max-width:280px;
	}
.rent_con {
	width: 40%;
	border: 1px solid #000;
	margin: 10px;
	height: 150px;
	float: left;
	position: relative;
	overflow: hidden;
}

.rent_box {
	margin: 30px 0 30px 0;
	clear:both;
}

.rent_img{
	opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: visible;
}

.rent_middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.rent_con:hover .rent_img {
  opacity: 0.3;
}

.rent_con:hover .rent_middle {
  opacity: 1;
}

.rent_text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.in_rtype{
	width:100% !important;
	color: black !important;
}

.in_rtype select{
	color: black !important;
}


.in_form_con{
	width:100%; background: rgba(51, 43, 35, .4); margin:10px 0 20px 0; padding:1% 1% 1% 1%; border-top:2px #ffffff solid; border-bottom:2px #ffffff solid; 
}

.in_sel_con{
	float:left; width:30%; min-width:250px; vertical-align:top; text-align:left;
}

.bout_sec{
	padding:0px 0px 40px 0px; background-color:#e2dfd6;
}

.bout_verb{
	clear:both;
	padding: 0 0 0 20px;
}

.logo_sec2{
	text-align:center;
	width:100%;
}

.logo_sec2 img{
	
	padding: 0 15px 0 15px;
	width:150px;
	height: auto;
	
}



/** WHY LUBER PAGE **/

.why_lubl {
	display:inline-block; 
	width:90%; 
	padding:10px 20px 10px 10px; 
	margin-right:20px; 
	border-right:none !important; 
	vertical-align:top;
}

.grid-product {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 10px 20px 10px;
  width: calc(100% - 2px);
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
  
}

/** CONTACT US PAGE **/

.contact_wrap_form {
	display:inline-block; width:95%; padding:10px 20px 10px 10px; margin-right:20px; border-right:none; vertical-align:top;
}

.direct_connect {
	display:inline-block; width:95%; padding:10px 20px 10px 10px; vertical-align:top; 
}



/** FINANCE PAGE **/

.fin_wrap_form {
	display:inline-block; width:95%; padding:10px 20px 10px 10px; margin-right:20px; border-right:none; vertical-align:top;
}

.fin_calc{
	display:inline-block; width:95%; padding:20px 0px 10px 0px; vertical-align:top; 
}
  
}

@media only screen and (max-width: 800px) {
	
.repair--button{
	display:none;
}

.bout_sec{
	padding:0px 0px 40px 0px; background-color:#e2dfd6;
}

.bout_verb{
	clear:both;
	padding: 0 0 0 20px;
}

.logo_sec2{
	text-align:center;
	width:100%;
}

.logo_sec2 img{
	
	padding: 0 15px 0 15px;
	width:150px;
	height: auto;
	
}
}	
	
	
}