.section-header{
  background-color:#cccccc;
  line-height: 1.2 rem;
}

/* Contact us
------------------------------------------------------- */
.contact-us {
    background: rgba(255, 255, 255, 0.3);
}

.contact-inner {
    max-width: 570px;
	margin: auto;
}

.m-contact table th {
    width: 190px;
    padding-top: 4px;
    font-size: 15px;
    color: #404040;
    text-align: left;
}
.m-contact {
    background-color: rgb(255,255,255,0.5);
    padding: 20px;
    border-radius: 3px;
    margin: auto;
    max-width: 630px;
}

.m-contact th {
	border-top: none;
	font-weight: normal;
}

.m-contact td {
    border-top: none;
}

.m-mt-xl {
    margin-top: 60px;
}

.m-contact table td .require, .m-contact table td .any {
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 10px;
    font-size: 14px;
}

.m-color-red {
    color: #8CD74C;
}

textarea {
    overflow: auto;
}

input[type="text"], input[type="email"], textarea {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.m-contact select {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 4px;
    width: 80%;
    padding: 10px 15px;
    background-color: #f0f0f0;
}

.m-contact button {
  display: block;
  width: 150px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #8CD74C;
  background-color: #8CD74C;
  border-radius: 4px;
  color: #FFFFFF;
  margin: auto 0;
  margin-top: 20px;
}

.m-contact table td {
    position: relative;
}

.m-contact table th, .m-contact table td {
    padding-bottom: 20px;
    vertical-align: top;
}

.m-contact input[type="text"], .m-contact textarea, .m-contact select {
    padding: 10px 60px 10px 15px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.privacy_text{
  font-size: 11px;
  text-align: left;
}

input.placeholder-text::-webkit-input-placeholder {
    color: #999 !important;
}
input.placeholder-text:-ms-input-placeholder {
    color: #999 !important;
}
input.placeholder-text::-moz-placeholder {
	color: #999 !important;
}
input.placeholder-text::-placeholder {
    color: #999 !important;
}

label + label {
    margin-left: 10px;
}

label {
    display: inline-block;
    color: #404040;
    font-size: 20px;
	font-weight: normal;
}

label input[type="radio"], label input[type="checkbox"] {
    float: left;
    margin-top: 10px;
    display: block;
}

input[type="radio"], input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    margin-right: 10px;
    margin-top: -3px;
    border: solid 1px #cccccc;
    box-shadow: none;
    background-color: #ffffff;
    outline: none;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="checkbox"]:checked:after {
    display: block;
}

input[type="checkbox"]:after {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-bottom: solid 2px #7AC1E4;
    border-right: solid 2px #7AC1E4;
    margin-top: -8px;
    margin-left: -3px;
    display: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-phone {
	font-size: 30px;
    display: inline-block;
	margin: auto;
	padding: 10px 0 20px;
}

.fas {
	padding-right: 15px;
}

@media screen and (max-width: 960px) {
  input[type="text"],
  textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 3px;
  }

  textarea {
    height: 120px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  label input[type="checkbox"] {
    margin-top: 2px;
  }

  label {
    display: block;
  }

  label + label {
    margin-left: 0;
  }

  select {
    background-size: 20px auto;
    border-radius: 3px;
    font-size: 1.1rem;
  }

  .m-mt-xl {
    margin-top: 10px;
  }

  .m-contact-title span {
    padding: 10px;
    font-size: 1.1rem;
  }

  .m-contact table {
    width: 100%;
    font-size: 1.1rem;
  }
  .m-contact table thead, .m-contact table tbody, .m-contact table tr, .m-contact table th, .m-contact table td {
    display: block;
  }
  .m-contact table tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-contact table tr + tr {
    border-top: solid 1px #ffffff;
  }
  .m-contact table th, .m-contact table td {
    padding-bottom: 0;
  }
  .m-contact table th {
    width: auto;
    padding-top: 0;
    font-size: 1.1rem;
  }
  .m-contact table td {
    margin-top: 10px;
  }
  .m-contact table td .require,
  .m-contact table td .any {
    font-size: 1.1rem;
  }
  .m-contact table td .require--sl,
  .m-contact table td .any--sl {
    margin-right: 30px;
  }
  .m-contact button {
    padding: 15px;
    font-size: 1.2rem;
    border-radius: 3px;
    margin: auto;
    margin-top: 20px;
  }
  .m-contact input[type="text"],
  .m-contact textarea,
  .m-contact select {
    font-size: 1.1rem;
  }
}
