#landingpage_page {
  position: relative;
}
.ldp-header-banner-layout {
  position: relative;
}
.ldp-header-banner {
  display: flex;
  height: 144.9px;
  padding: 47px 0px 46.997px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.ldp-header-banner img {
  width: 176px;
  height: 50.903px;
  cursor: pointer;
}
.ldp-banner {
  background: #f7f7f7;
}
.ldp-banner-cont {
  height: 500px;
  display: flex;
  justify-content: flex-end;
}
.ldp-banner-cont__left {
  width: 534px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 89px 61px 89px;
  gap: 20px;
}
.ldp-banner-cont__left .wpcf7 {
  width: 100%;
}
.ldp-banner-cont__right {
  width: 60%;
  height: 100%;
  object-fit: cover;
}
.ldp-banner-title {
  color: #b48b71;
  font-family: "Averta Std CY";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ldp-banner-sub-title {
  width: 100%;
  color: #b48b71;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.ldp-banner-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ldp-banner-input {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  align-self: stretch;
  border: 0.5px solid #3f3a36;
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  border-radius: none;
  background-color: #fff !important;
}
.ldp-banner-btn-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.ldp-banner-btn {
  display: flex;
  padding: 10px 25px;
  align-items: flex-start;
  background: #b48c72;
  color: #fff;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
}
.ldp-banner-footer-items {
  display: flex;
}
.ldp-banner-footer-item {
  display: flex;
  gap: 16px;
  flex: 1;
  padding: 35px 0;
  justify-content: center;
  align-items: center;
}
.ldp-banner-footer-item img {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}
.ldp-banner-footer-item-title {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ldp-banner-footer-item-subtitle {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .ldp-header-banner {
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
  }
  .ldp-header-banner img {
    width: 126px;
    height: 37.314px;
  }
  .ldp-banner-cont {
    flex-direction: column-reverse;
    height: auto;
    margin: 0;
    width: 100%;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .ldp-banner-cont__left {
    padding: 20px 68px 30px 68px;
    width: 100%;
  }
  .ldp-banner-cont__right {
    width: 100%;
  }
  .ldp-banner-title {
    color: #b48b71;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .ldp-banner-sub-title {
    color: #b48b71;
    font-family: "Averta Std CY";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .ldp-banner-btn-box {
    justify-content: center;
  }
  .ldp-banner-btn {
    color: #fff;
    text-align: justify;
    font-family: "Averta Std CY";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}
