@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


#feedback-page{
    text-align:center;
}

#form-main{
    width:100%;
    padding-top:0px;
}

#form-div {
    background-color:#fff;
    padding-left:55px;
    padding-right:55px;
    padding-top:35px;
    padding-bottom:50px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
    text-align: left;
}

.feedback-input {
    color:#cccccc;
    font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
    font-size: 14px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 5px;
    margin-bottom: 15px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  border: 2px solid #ccc;
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #00693e;
    color: #00693e;
    outline: none;
  padding: 13px 13px 13px 13px;
}

.focused{
    color:#56b22d;
    border:#56b22d solid 3px;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.name{
    width: 30%;
}

.sex{
    width: 18%;
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-bottom: 15px;
}

.sex input:nth-child(1){
    margin-left: 37px;    
    }

.age{
    width: 18%;
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-bottom: 15px;
}

.age select{
    font-size:15px;
    color: #ffffff; 
    background-color: #56b22d; 
    border-width:1px;
    margin-left: 47px;
}

.address0{
    height: 40px;
    width: 19.3%;
    padding: 5px;
}

.address0:focus{
    padding: 13px 13px 13px 13px;
}

.address1{
    width: 18%;
    font-size:12px;
    color: #000;
    border-width:1px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-bottom: 15px;
}

.address1 select{
    background-color:#56b22d;
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
}

.email{
    width: 30%;
}

.phone{
    width: 18.5%;
}

.message{
    
}


input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color:white;
}

#button-green{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #ccc solid 4px;
    cursor:pointer;
    background-color: #56b22d;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-green:hover{
    background-color: #fff;
    color: #56b22d;
}
    
.submit:hover {
    color: #56b22d;
}
    
.ease {
    width: 0px;
    height: 80px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 767px) {
    #form-div {
    background-color:#fff;
    padding-left:5%;
    padding-right:5%;
    padding-top:35px;
    padding-bottom:50px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
    text-align: left;
}

.submit input,select{
        -webkit-appearance: none;
    }
    
.feedback-input {
    color:#cccccc;
    font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
    font-size: 12px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 5px;
    margin-bottom: 15px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  border: 2px solid #ccc;
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #00693e;
    color: #00693e;
    outline: none;
  padding: 13px 13px 13px 13px;
}

.focused{
    color:#56b22d;
    border:#56b22d solid 3px;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.name{
    width: 62%;
}

.sex{
    width: 50%;
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-bottom: 15px;
}

.sex input:nth-child(1){
    margin-left: 20px;    
    }
    
.age{
    width: 50%;
}

.age select{
    font-size:12px;
    color: #ffffff; 
    background-color: #56b22d; 
    border-width:1px;
    margin-left: 51px;
}

.address0{
    height: 40px;
    width: 62%;
    padding: 5px;
}

.address0:focus{
    padding: 13px 13px 13px 13px;
}

.address1{
    width: 50%;
    font-size:12px;
    color: #000;
    border-width:1px;
}

.address1 select{
    background-color:#56b22d;
    color: #fff;
    margin-left: 10px;
}

.email{
    width: 62%;
}

.phone{
    width: 62%;
}

.message{
    
}


input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color:#fff;
}

.sex input:hover,.sex input:focus{
    background-color: #000;    
    }
    
#button-green{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #ccc solid 4px;
    cursor:pointer;
    background-color: #56b22d;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-green:hover{
    background-color: #fff;
    color: #56b22d;
}
    
.submit:hover {
    color: #56b22d;
}
    
.ease {
    width: 0px;
    height: 80px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

