.button_ {
  display: inline-block !important;
  text-decoration: none !important;
  background-color: #f37230 !important;
  color: #ffffff !important;
  border: 0px solid #f37230 !important;
  font-size: 16px !important;
  padding: 15px 49px !important;
  font-family: Verdana;
}
.button_:hover{
  text-decoration: none !important; 
  background-color: #f37230 !important;
  color: white !important;
  border-color: #f37230 !important;
}
/* .button_load {
  display: inline-block !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  color: #7E7E7E !important;
  outline: 1px solid #e1e1e1 !important;

  font-size: 16px !important;
  padding: 15px 50px !important; 
  transition: all 0.8s ease !important;
}
.button_load:hover{
  text-decoration: none !important; 
  background-color: #ffffff !important;
  color: #7E7E7E !important;
  border-color: #e1e1e1 !important;
} */

.button_load {
  font-family: Verdana;
  margin-left: 49px;border: 1px solid #E1E1E1;width: 302px;height:49px;text-align: center;
  font-size: 16px !important;
  color: #7E7E7E;
  display: block;

}
.button_load_arrow {
  height: 49px;
    width: 45px;
    float: right;
    border-left: 1px solid #E1E1E1;
    bottom: 18px;
    position: relative;
}
.button_load span {
  position: relative;
  top: 14px;
  right: 20px;
  color: #7E7E7E;
}
.button_load a {
  background: white;
}
.button_load a {
  display: block;
  text-decoration: none;
}
