	.contact .contact-list {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  gap: 20px;
}
.contact-item {
  padding: 30px;
  background: #fff;
  border: 1px solid #387947;
}
.contact-icon {
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 40px;
  background: #387947;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
}
.contact-info p {
  font-size: 16px;
  font-weight: 400;
}
#frm-action-101684 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
#frm-action-101684 > .bp_form_field:nth-child(5),
#frm-action-101684 > .bp_form_field:nth-child(6) {
  grid-column: span 2;
}
#frm-action-101684 > .bp_form_field input {
  width: 100%;
  font-weight: 400;
  line-height: 18px;
  border: 1px solid #387947;
  background: transparent;
  padding: 15px 24px 17px 24px;
}
#frm-action-101684 textarea {
  width: 100%;
  height: 150px;
  padding: 15px 24px 17px 24px;
  background: transparent;
}
#frm-action-101684 .bp-btn-send {
  background: #387947;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 18px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 11px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  margin-top: 25px;
}
.weekend {
  position: relative;
}
.weekend:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #000000;
}
.heading-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  font-size: 43px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  color: #fff;
}
.form-title {
  margin-bottom: 20px;
}
.form-title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 64.29px;
  margin: 0;
}
.form-title h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 200;
  line-height: 64.29px;
}
iframe {
    height: 450px;
}
@media screen and (max-width:992px) {
    .contact .contact-list {
        grid-template-columns: repeat(2, 50%);
    }
    .contact-item {
        text-align: center;
    }
    .contact-icon {
        margin: auto;
    }
    #frm-action-101684 {
        
        grid-template-columns: repeat(1, auto);
    }
    .form-title {
        text-align: center;
    }
    .form-title h2 {
        font-size: 42px;
    }
    .form-title h3 {
        font-size: 36px;
    }
    .weekend {
        margin-top: 30px;
    }
}
@media screen and (max-width:768px) {
     .contact .contact-list {
        grid-template-columns: repeat(1, auto);
    }
    #frm-action-101684 > .bp_form_field:nth-child(5), #frm-action-101684 > .bp_form_field:nth-child(6) {
        grid-column: unset;
    }
     .form-title h2 {
        font-size: 40px;
    }
    .form-title h3 {
        line-height: 50px;
    }
}
