.agent_content {
  width: 100%;
}
.agent_content .agent_photo {
  width: 320px;
  height: 300px;
  margin: 0 auto;
}
.agent_content .agent_photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.agent_content .agent_info h5 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.agent_content .agent_info h3 {
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 16px;
}
.agent_content .agent_info h4 {
  font-weight: 700;
  color: #212121;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .agent_content .agent_info h4 {
    font-size: 20px;
  }
}
.agent_content .agent_info .agent_email {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .agent_content .agent_info .agent_email {
    font-size: 13px;
  }
}
.agent_content .agent_info .agent_button {
  height: 59px;
  width: 100%;
  background-color: #b8384c;
  color: white;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  line-height: 1.15;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
.agent_content .agent_info .agent_button:hover {
  background-color: #a45864;
  color: white;
}
.agent_content .agent_info .show {
  background-color: transparent;
  color: #141414;
  font-size: 16px;
  font-weight: 600;
}
.agent_content .agent_info .show:hover {
  background-color: #141414;
  color: white;
  border: 1px solid #141414;
}

.agent-question {
  margin: 0 auto;
}
.agent-question h3 {
  font-weight: 500;
  font-size: 17px;
  width: 100% !important;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .shortcode-agent .wpcf7 {
    width: 100% !important;
  }
}
.contacf-form-agent input {
  border: none !important;
  display: none !important;
}
.contacf-form-agent p, .contacf-form-agent br {
  display: contents;
}

.contact-form-agent label span input, .contact-form-agent textarea {
  border: none;
  color: #5E5E5E;
  font-size: 15px;
  margin-bottom: 16px;
}

.contact-form-agent label span input::-moz-placeholder, .contact-form-agent textarea::-moz-placeholder {
  color: #5E5E5E;
  font-size: 15px;
}

.contact-form-agent label span input::placeholder, .contact-form-agent textarea::placeholder {
  color: #5E5E5E;
  font-size: 15px;
}

.wpcf7-form-control.wpcf7-submit {
  width: 177px;
  height: 47px;
  background-color: #b8384c !important;
  text-align: center;
  color: white !important;
  font-size: 16px;
  font-weight: 600;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #a45864 !important;
}/*# sourceMappingURL=agent-info.css.map */