/* Enter Your Custom CSS Here */
div.wpcf7 .wpcf7-form-control {
  max-width: 95%;
   background-color: #eeeff1;
}

.wpcf7 select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
  background: #eeeff1;
}


.wpcf7-text {
  font-family: sans-serif; font-family: sans-serif;
font-size: 18px;
font-weight: 400;
background: #eeeff1;
margin: 0 0 25px;
overflow: hidden;
padding: 1px;
border-radius: 6px;
width: 100%;
}

.wpcf7-textarea {
  background: #eeeff1;
  border-radius: 6px;
  font-family: sans-serif; font-family: sans-serif;
  width: 100%;
}


.wpcf7-submit{
background-color:#508bb1!important;
color:white!important;
border: 2px solid #b97ebb;
border-radius: 25px;
}