.button23 {
    background-color: #00AADD;
    border: 2px solid #00AADD;
    color: black;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  	width: 225px;
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button23:hover {
    background-color: white;
    border: 2px solid #00AADD;
    color: black;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  	width: 225px;
}
.button24 {
    background-color: white;
    border: 2px solid #00AADD;
    color: black;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  	width: 225px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button24:hover {
    background-color: #00AADD;
    border: 2px solid #00AADD;
    color: black;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  	width: 225px;
}

input.wpcf7-submit {
    /* change the text color */
    color: #ffffff;
    /* change the border color */
    border-color: #2cabe2;
    /* change the background color */
    background-color: #58b9e2;
    /* change the size of font */
    font-size: 18px;
}

