/* CONTACT */
.contact-container .faq-search form {
    flex-direction: column;
    height: 350px;
}
.contact-container .faq-search form h1 {
    font-weight: 500;
    text-align: center;
}
.contact-container .faq-search form h4 {
    font-weight: 500;
    margin: 5px 0 20px 0!important;
}
.contact-container .faq-search form p {
    text-align: center;
    margin-bottom: 70px!important;
    font-size: 1.1rem!important;
    line-height: 1.4rem!important;
    width: 90%;
    max-width: 600px;
}
.contact-container .faq-search label > img:nth-child(1) {
    width: 180px;
    left: -180px;
    top: -80px;
}
.contact-section {
  margin-top: 50px!important;
}
.contact-section > .wrapper {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-section .formbuilder-widget-595,
.contact-section .contact-loc {
    width: 50%;
}
.contact-section .contact-loc {
    padding-left: 100px;
}
.contact-section .contact-loc .contact-times {
    margin: 30px 0;
}
.contact-section .contact-loc .contact-times p {
    font-size: 1.2rem!important;
    line-height: 1.6rem!important;
}
/* .contact-section form > p {
    font-size: 1.1rem!important;
    line-height: 1.4rem!important;
    margin-bottom: 40px!important;
}

.contact-section .input-section {
    display: flex;
    justify-content: space-between;
}
.contact-section .input-section input {
    width: 48%;
}
.contact-section input,
.contact-section textarea,
.contact-section select {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    font-family: Questrial, sans-serif;
    font-size: 1.1rem;
    height: 42px;
    margin-bottom: 20px;
}
.contact-section select,
.contact-section textarea {
  width: 100%;
  margin-bottom: 20px;
}
.contact-section textarea {
  height: 130px;
}
.contact-section button {
    border-radius: 500px;
    border: 0;
    width: 180px;
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: white;
    margin-bottom: 80px;
    text-align: center;
    background: #329966;
    transition: all 0.3s ease;
}
.contact-section button:hover {
    background: #2d855a;
}
.contact-section .file-input > p {
    color: black!important;
    font-family: Questrial, sans-serif;
    font-size: 1.1rem!important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 1.4rem;
    color: white;
    background-color: #f47f34;
    display: flex;
    cursor: pointer;
    height: 52px;
    font-family: Lato, sans-serif;
    padding: 5px;
    margin: 10px 0 20px 0;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 500px;
    transition: all 0.3s ease;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #df742f;
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
} */

.formbuilder-widget-595 > .formbuilder-inner {
    padding: 0!important;
}
.formbuilder-widget-595 > .formbuilder-inner p.padding-bottom-20 {
    font-size: 1.1rem!important;
    line-height: 1.4rem!important;
    margin-bottom: 40px!important;
    font-family: OpenSans-Semibold, sans-serif;
    font-style: italic;
    padding-bottom: 0;
}
.formbuilder-widget-595 > .formbuilder-inner .form-group-lg .form-control {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    font-family: Questrial, sans-serif;
    font-size: 1.1rem;
    height: 42px;
    margin-bottom: 20px;
}
.formbuilder-widget-595 > .formbuilder-inner .btn-form-submit {
    border-radius: 500px;
    border: 0;
    width: 180px;
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: white;
    margin-bottom: 80px;
    text-align: center;
    transition: all 0.3s ease;
    padding: 0 5px;
    outline: none;
}
.formbuilder-content label.label-title {
    font-family: Questrial, sans-serif;
    font-size: 1.1rem!important;
}
.widget-file-upload {
    padding: 5px;
    border-radius: 500px;
    height: 52px;
    margin: 0px;
    margin-bottom: 15px;
    background: #f47f34;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-file-upload .span-label {
    color: white;
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
}
.formbuilder-widget-595 > .formbuilder-inner form > .row {
    margin-left: -15px!important;
    margin-right: -15px!important;
}


@media (max-width: 900px) {
  .contact-section form,
  .contact-section .contact-loc {
      width: 100%;
      margin-top: 40px!important;
      padding-left: 0;
  }
  .contact-section .formbuilder-widget-595,
  .contact-section .contact-loc {
      width: 100%;
      margin-top: 40px!important;
      padding-left: 0;
  }
}
