tr, td {
  padding: 5px 6px !important;
  border-spacing: 0px;
  border-width: 0px;
}

#kiocontact-container{
  background-color:#677294;
  padding: 10px;
  border-radius:10px;
  /* width: 86%; */
}
.contact{ 
 color:#FFF; 
 padding:5px;
 margin-top: -110px;
}
.contact h3{
  font-weight: 700;
  font-size: 18px;
  color: #222D39;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0px;
}

/* 
* {box-sizing: border-box;} */
.captcha{padding:6px;}
.captcha img {
      height: 30px; 
      border-radius: 5px;
      width: 135px;
}
.captcha a {
 color:#fff;
}
input[type=text], select, textarea {
  width: 100% !important;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; 
  resize: vertical;
  font-size: 13px;
}
h3.contact-title{
  padding:10px 5px;
  text-align:center;
}

input[type=submit],.reset-btn {
  background-color: #2B642E;
  color: #fff !important;
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #2B642E;
}
.contact-heading{
  font-size: 18px;
  margin-left: 10px !important;
}
@media only screen and (min-width: 320px) and (max-width: 667px) {
.contact-heading {
    font-size: 18px;
}
#kiocontact-container {
    margin-top: 10px;
    
}
}