@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
* {
  box-sizing: border-box;
}
body {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
  color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}

input::placeholder,
.checkbox-group label {
  font-weight: 700;
  color: #7a7a7a !important;
}

/* For broader browser compatibility: */

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
.form-group input::placeholder {
  font-weight: 700;
  color: #7a7a7a !important;
}

textarea::placeholder {
  color: #7a7a7a !important; /* Standard */
}

textarea::-webkit-input-placeholder {
  color: #7a7a7a !important; /* Chrome, Safari, Opera */
}

textarea::-moz-placeholder {
  color: #7a7a7a !important; /* Firefox 19+ */
}

textarea:-ms-input-placeholder {
  color: #7a7a7a !important; /* IE 10+ */
}

textarea:-moz-placeholder {
  color: #7a7a7a !important; /* Firefox 18- */
}

.selected-text,
.dropdown-selected {
  font-weight: 700;
  color: #7a7a7a !important;
}

.form-actions button {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  border-color: #1f282b;
  color: #1f282b;
  border-width: 0px 0px 0px 0px;
  text-transform: uppercase;
  background: #1f282b;
  color: #c7c6ac;
  border-radius: 0px 20px 0px 20px;
  padding: 15px 40px 15px 40px;
}

.custom-dropdown.countryCodeDropdown {
  font-family: "Merriweather", sans-serif;
}
.custom-dropdown {
  font-family: "Merriweather", sans-serif;
}

.form-actions button:hover {
  background-color: #7a7a7a;
  color: #c7c6ac;
  border-color: #7a7a7a;
}

a {
  color: #7a7a7a;
}
.contact-message {
  color:#20282B;
  font-family: "Merriweather", sans-serif;
  font-size: 21px; 
  font-weight: normal; 
  text-align: center; 
  padding: 20px;
}

/* body {
  background: url("https://www.wildriverswagyu.com.au/wp-content/uploads/background.jpg");
} */
