        .bp_form_data {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  min-height: 53px;
  border-radius: 10px;
}
.form-agent form .bp_form_field:nth-child(4) textarea {
  width: 100%;
  height: 160px;
}
.form-agent .bp-btn-send {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 0 solid transparent;
  box-shadow: none;
  padding: 16px 25px;
  vertical-align: top;
  border-radius: 10px;
  background: #ff4605;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.form-agent .bp-btn-send:before {
  position: absolute;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0, 1);
  z-index: 1;
}
.form-agent .bp-btn-send:after {
  position: absolute;
  top: 1px;
  right: -50px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50px;
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  opacity: 0;
}
.form-agent .bp-btn-send:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.form-agent .bp-btn-send:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.form-agent .bp-btn-send:hover:after {
  right: 4px;
  opacity: 1;
}
.form-agent h3 {
  color: #222732;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}
.agent-avt img {
  width: 50px;
  border-radius: 50%;
}
.agent-card {
  display: flex;
  justify-content: space-between;
}

.agent-card h2 {
  color: #222732;
  font-size: 50px;
  font-weight: 900;
  line-height: 63px;
  margin: 0;
}
.agent-card .agent-info > p {
  margin-top: 30px;
  color: #222732;
  font-size: 15px;
  line-height: 24px;
}
.agent .location-user {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.location-user i {
  color: #ff4605;
}
.agent-contact .location-user {
  margin: 0;
  margin-bottom: 20px;
}
.phone-agent {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  color: #ff4605;
}
.phone-agent span {
  color: black;
}
.button-contact {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #0f141e;
  padding: 14px 15px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #ff4605;
}
.button-contact:hover {
  background: #fff0eb;
}
.button-contact:hover a {
  color: #ff4605;
}
.bp_product_content {
  color: #222732;
  font-size: 16px;
  line-height: 30px;
}
.vehica-featured-v1__social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  color: #222732;
  background: #eff0f1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.vehica-featured-v1__social {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.vehica-featured-v1__social-icons {
  display: flex;
  gap: 5px;
}
.vehica-featured-v1__social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  color: #222732;
  background: #eff0f1;
  cursor: pointer;
  transition: all 0.2s ease;
}
iframe {
  height: 400px !important;
}
@media screen and (max-width: 768px) {
  .bp_form_field {
    display: block;
    width: 100%;
  }
  .bp_form_data {
    width: 100%;
  }
}

