.header_area .mainmenu {
  text-align: center;
}
.mobile_menu_logo h1 {
  font-size: 18px;
  line-height: 1.3;
  margin: 12px 0 0;
}
.mobile_menu_logo h1 a {
  color: #383838;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  .mobile_menu_logo h1 {
    font-size: 15px;
  }
}
.footer_brand {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #fff;
  font-weight: 700;
}
.footer_brand a {
  color: #fff;
  text-decoration: none;
}
.privacy-terms {
  margin: 20px 0 0;
}
.privacy-terms a {
  font-size: 14px;
  color: #989898;
  text-decoration: none;
}
.privacy-terms a:hover {
  color: #f4b350;
}
.error-title {
  color: red;
  font-size: 13px;
  margin: -10px 0 15px;
}
#contact_form button {
  width: 200px;
  height: 50px;
  background-color: #f5ab35;
  border: 0;
  border-radius: 3px;
  border-bottom: 3px solid #d59124;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}
#contact_form button:hover {
  background-color: #f4b350;
}
.title-p {
  padding-bottom: 60px;
}
.title-p .content h2 {
  font-size: 20px;
  color: #383838;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 12px;
}
.title-p .content p {
  font-size: 15px;
  color: #707070;
  line-height: 1.9;
  margin-bottom: 15px;
}
.title-p .content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.title-p .content ul li {
  font-size: 15px;
  color: #707070;
  line-height: 1.9;
  list-style: disc;
}
/*# sourceMappingURL=style.css.map */