.brokerMain {
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.6);
}
.brokerMain .brokerBg {
  box-shadow: 0 0 2em -0.9em #000000;
  background: #fff;
  padding: 28px;
}
.brokerMain .brokerBg h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
.brokerMain .brokerBg .listingRow ul {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #eee;
  margin-bottom: 0px;
  padding: 10px;
  transition: all 0.3s ease 0.1s;
}
.brokerMain .brokerBg .listingRow ul .agentHdr {
  padding: 5px 10px !important;
  background-color: #e80033;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.brokerMain .brokerBg .listingRow ul .restaurentTxt {
  font-size: 16px;
  line-height: 28px;
  padding-left: 2px !important;
  color: #5e5e5e;
  font-weight: 700;
  width: 50%;
  float: left;
}
.brokerMain .brokerBg .listingRow ul .restaurentTxt .agentImg {
  width: 130px;
  float: left;
  margin-right: 18px;
}
.brokerMain .brokerBg .listingRow ul .restaurentTxt .agentImg img {
  width: 100%;
}
.brokerMain .brokerBg .listingRow ul .restaurentTxt .agentImg_txt {
  margin-left: 10px;
  padding-left: 10px;
  line-height: normal;
}
.brokerMain .brokerBg .listingRow ul .restaurentTxt .agentImg_txt a {
  color: #5e5e5e;
  text-decoration: underline !important;
}
.brokerMain .brokerBg .listingRow ul .restaurentTxt .agentImg_txt a:hover {
  color: var(--red-color);
  text-decoration: none !important;
}
.brokerMain .brokerBg .contactForm h2 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 15px;
}
.brokerMain .brokerBg .contactForm .imgArrow {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
.brokerMain .brokerBg .contactForm form {
  margin: auto;
  margin-top: 20px;
  flex-direction: column;
}
.brokerMain .brokerBg .contactForm form .inputContainer {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.brokerMain .brokerBg .contactForm form .title {
  width: 35%;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 28px !important;
  padding: 0 15px 0 0 !important;
  margin: 0;
  float: none;
  text-align: right;
}
.brokerMain .brokerBg .contactForm form .field {
  float: left;
  width: 65%;
  display: flex;
}
.brokerMain .brokerBg .contactForm form .field input {
  background: rgba(199, 205, 210, 0.18);
  color: #555555 !important;
  font-weight: 600;
  font-size: 20px;
  padding: 0px 15px !important;
  padding: 0px 8px;
  height: 55px;
  line-height: 55px;
  color: #000;
  font-size: 18px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.brokerMain .brokerBg .contactForm form .field input:focus {
  outline: none;
}
.brokerMain .brokerBg .contactForm form .field button {
  background: var(--red-color);
  height: 55px;
  line-height: 55px;
  padding: 0px 55px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  border: none;
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84%;
}

@media (max-width: 992px) {
  .mainHeading {
    font-size: 32px !important;
  }
}
@media (max-width: 762px) {
  .mainHeading {
    font-size: 26px !important;
  }
  .mainListing {
    flex-direction: column !important;
  }
  .recaptchaField {
    width: 100% !important;
    overflow-x: auto;
  }
  .submitField {
    width: 100% !important;
  }
}/*# sourceMappingURL=broker.module.css.map */