.table-res-form {
  width: 80%;
  margin: auto; }

.table-res-form .your-name {
  justify-content: space-between; }

.table-res-form .your-last-name {
  width: 48%; }

.table-res-form .your-first-name {
  width: 48%; }

.table-res-form tr {
  vertical-align: top; }

.table-res-form tr:first-child {
  border-top: none; }

.table-res-form td,
.table-res-form th {
  text-align: left;
  width: 100%;
  display: block;
  box-sizing: border-box; }

.table-res-form th {
  padding: 1rem 2rem; }

.table-res-form td {
  padding: 1rem; }

.table-res-form .requied {
  font-size: .8em;
  background: red;
  color: #fff;
  display: inline-block;
  padding: .2em .9em;
  border-radius: 2px;
  margin-left: 5px; }

.table-res-form input[type=text],
input[type=email],
select,
textarea {
  border: 1px #304a78 solid;
  padding: 1em;
  border-radius: 0;
  margin-bottom: .5em;
  width: 100%;
  position: relative;
  opacity: 1;
  font-size: 16px;
  box-sizing: border-box; }

.table-res-form input[type=text]:focus,
textarea:focus {
  background: #eff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5); }

.table-res-form input[type=submit] {
  border: 1px #ff9800 solid;
  padding: .5em 4em;
  border-radius: 0;
  background: #ff9800;
  color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  font-weight: 700; }

.table-res-form input[type=submit]:hover {
  background: #fff;
  box-shadow: none;
  position: relative;
  opacity: 1; }

.zip1 input[type=text],
.zip2 input[type=text] {
  width: auto; }

input[type=submit] {
  -webkit-appearance: none;
  appearance: none; }

.wpcf7-submit {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  background: #304a78;
  color: #fff;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  border: 1px solid #304a78;
  border-radius: 45px; }

.wpcf7-submit:hover {
  background: #fff;
  color: #304a78;
  opacity: 1; }

section.off_now {
  display: none; }

.submit_btn {
  text-align: center;
  margin-top: 40px; }

.submit_btn a {
  display: block;
  border: 1px solid #ff9800;
  width: 90%;
  max-width: 300px;
  padding: 10px 10px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  color: #ff9800;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 30px; }

@media only screen and (max-width: 768px) {
  .table-res-form {
    width: 90%;
    margin: auto; }

  .table-res-form td,
  .table-res-form th {
    text-align: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 13px; }

  .table-res-form .your-name {
    display: block; }

  .table-res-form th {
    padding: 0.5rem 1rem; }

  .table-res-form td {
    padding: 0.5rem 1rem; }

  .table-res-form input[type=text],
  input[type=email],
  select,
  textarea {
    padding: 0.5rem; } }

/*# sourceMappingURL=res-form.css.map */
