#name, #mobile_number, #email, #subject {
  display: block;
  width: 100%;
  height: calc(1.6em + 1.375rem + 2px);
  padding: 0.6875rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  background-color: #F5F5F5;
  background-clip: padding-box;
  border: 1px solid rgba(63, 74, 60, 0.2);
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#message {
  display: block;
  width: 100%;
  height: calc(1.6em + 1.375rem + 2px);
  padding: 0.6875rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  background-color: #F5F5F5;
  background-clip: padding-box;
  border: 1px solid rgba(63, 74, 60, 0.2);
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: auto;
}

.save_btn {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 0.625rem 1.875rem;
  font-size: 1rem;
  line-height: 1.65;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow none;
}

.contact-form-style {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.help-block {
  color: #f00000;
}

.iti__flag:not(.flag_dis) {
  margin-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  #recaptcha_login_popup {
    width: 100%;
    margin-bottom: 24px;
  }
  #recaptcha_login_popup > div {
    width: 100% !important;
  }
  #recaptcha_login_popup > div > div iframe {
    width: 338.51px;
    height: 100px;
  }
}
.social-link {
  margin-left: -5px;
  margin-right: -5px;
}
.social-link a {
  margin: 0 5px;
}

.locaiton_ic {
  width: 13.5px;
  height: 18px;
  background-image: url("../img/contact/location-dot.svg");
}

.list-unstyled li, .address-text {
  position: relative;
  padding-left: 30px;
}
.list-unstyled li img, .address-text img {
  position: absolute;
  left: 0;
  top: 4px;
}