.set_10_button {
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  width:auto;
  float:left;
  background-color: transparent;
  position: relative;
  border: 2px solid #3D95D2;
  float: left;
  font-weight: 400;
  line-height: 45px;
  margin-right: 2.5em;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.btn1 {
  overflow: hidden;
}
.btn1 span {
  color: #3D95D2;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn1 .icon {
  position: absolute;
  left: -60px;
  top: 0;
  color: #fff;
  width:40px;
  float:left;
  background-color: #666666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn1:hover .icon {
  left: 0px;
}
.btn1:hover span {
  color: #3D95D2;
  margin-left: 50px;
}


/* button 2 */
.set_10_button2 {
  width: 50%!important;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  width:auto;
  float:left;
  background-color: #c81c35;
  position: relative;
  border: 4px solid #c81c35;
  float: left;
  font-weight: bold;
  line-height: 45px;
  margin: 10px 25% 60px 25%;
  overflow: hidden;
  padding: 2px 0;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  border-radius:50px;
}
.btn2 {
  overflow: hidden;
}
.btn2 span {
  color: #fff9e9;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-size:1.4rem;
}
.btn2 .icon {
  position: absolute;
  left: -60px;
  top: 0;
  color: #fff;
  width:40px;
  float:left;
  background-color: #ff602d;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn2:hover .icon {
  left: 10px;
}
.btn2:hover span {
  color: #fff;
  margin-left: 50px;
}
.btn2:hover {
  background-color:#ff602d;
  cursor:pointer;
}

/* button 3 */
.set_10_button3 {
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  width:auto;
  float:left;
  background-color: transparent;
  position: relative;
  border: 2px solid #f2625a;
  float: left;
  font-weight: 400;
  line-height: 45px;
  margin: 15px 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.btn3 {
  overflow: hidden;
}
.btn3 span {
  color: #666;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn3 .icon {
  position: absolute;
  left: -60px;
  top: 0;
  color: #fff;
  width:40px;
  float:left;
  background-color: #f2625a;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn3:hover .icon {
  left: 0px;
}
.btn3:hover span {
  color: #666;
  margin-left: 50px;
}


/* button 4 */
.set_10_button4 {
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  width:auto;
  float:left;
  background-color: transparent;
  position: relative;
  border: 2px solid #56c5ff;
  float: left;
  font-weight: 400;
  line-height: 45px;
  margin-right: 2.5em;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.btn4 {
  overflow: hidden;
}
.btn4 span {
  color: #666;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn4 .icon {
  position: absolute;
  left: -60px;
  top: 0;
  color: #fff;
  width:40px;
  float:left;
  background-color: #56c5ff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn4:hover .icon {
  left: 0px;
}
.btn4:hover span {
  color: #666;
  margin-left: 50px;
}
@media (min-width: 320px) and (max-width: 1199px) {
.set_10_button2 {
  width: 90%!important;
  margin: 10px 5% 60px 5%;
}
.btn2 span {
  font-size:1.2rem;
}  
}
