.list:before { content: '\2705'; margin-left: -20px; margin-right: 10px; } 


.max-image-size{
  max-width:120px !important;
}

.wpcf7-form{
  text-align:center;
  
}

a {

    color: #0096E1 ;
}


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 5px;
}

.wpcf7-list-item-label{
  font-size: 14px;
    line-height: 18px;
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #0096E1 !important;
    font-size: 20px !important;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid white;
    background: white;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}