.moverspackers-partner-sliderfull {
	margin: 35px 0px 35px;
}
.moverspackers-blog-classic-wrap {
	background-color: #ffb118;
}
.moverspackers-blog-classic-text {
	padding: 23px 10px 12px;
	text-align: center;
	min-height: 105px;
}
.moverspackers-blog-classic-text2 {
	padding: 15px 10px 10px;
	text-align: center;
 min-height: 30px; 
}

/* sticky button */	
	
#feedback1 {
    height: 0px;
  
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
   
}

#feedback1 a {
	display: block;
	background:url(pc.png) no-repeat;
	height: 52px;
	
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;

}
#feedback1 a:hover {
	background:url(pc-over.png) no-repeat;
}

#feedback {
	height: 0px;
	right: -380px;
    top: -8px;
	position: fixed;
	z-index: 9;
	
}
#feedback a {
	display: block;
	
	height: 52px;
	padding-top: 10px;
	

	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#feedback a:hover {
	background:#00495d;
}
/* custome form*/
input {
  margin: 15px 25px;
  width: 200px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #1abc9c;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color:#aaa9a9;
	
}
