
.contact-form h2{
  padding-top: 140px;
}

.contact-form a{
  font-size: 16px;
  text-align: center;
}

.wrapmail{
	width:100%;
	margin:0;
	padding:0 0px;
	position:relative;
}
.tb-cell {
  display: table;
  width: 350px;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 20px auto 40px auto;
  text-align: left;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #000000;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 200px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 260px;
}
.mail-form .row .cell {
  padding: 5px;
}
.mail-form .row .cell:nth-child(1) {
  background: #4d8eff;
}
.mail-form .row .cell:nth-child(2) {
  background: #ccc;
}
.msg p{
  text-align: center;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  height: 30px;
  font-size: 16px;
  width: 175px;
}
textarea {
  height: 100px;
  font-size: 16px;
}
select{
  height: 30px;
  font-size: 16px;
  width: 200px;
}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  text-align:center;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
  background: #4d8eff;
}
button[type="reset"] {
  background: #f5f5f5;
  color:#000;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #ddd;
}
button[type="reset"]:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
.tb-cell {
  width: 800px;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #000000;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 300px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 500px;
}
select{
  width: 350px;
}
input[type="text"],
input[type="email"],
input[type="number"]  {
  width: 350px;
}
textarea {
  width: 550px;
}
/* ** */}
