        .bp_form_data {
 text-transform: inherit;
    padding: 11px 25px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.form-agent {
    background-image: url('/files_upload/pagetitle-bg.jpg');
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#m_127067,#m_110564,#m_28034 {
    position: relative;
    z-index: 3;
}
#frm-action-110564 {
    display: grid;
    grid-template-columns: repeat(3,auto);
    row-gap: 20px;
}
#frm-action-110564 > .bp_form_field:nth-child(4),
#frm-action-110564 > .bp_form_field:nth-child(5){
    grid-column: span 3;
}
.form-agent:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #000000;
}
.form-agent form .bp_form_field:nth-child(4) textarea {
  width: 100%;
  height: 160px;
}
.layer-content {
    color: #FFFFFF;
}
.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: #46d993;
  width: 100%;
  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: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
.prt-contact-infowrap p {
    color: #a1a1a1;
}
.prt-contact-infowrap p  a {
    color: #ffffff;
}
.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: 100%;
}
#m_28034 img,#m_28034 p {
    height: 100%;
}
.container-contact {
        --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width:992px) {
    #m_28034 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
  .bp_form_field {
    display: block;
    width: 100%;
  }
  .bp_form_data {
    width: 100%;
  }
}

