        .get-in-touch {
    background: #FEF9FE;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
}
.service-item {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border: 2px solid #0f8fc7;
  padding: 30px 30px 30px 30px;
  transition: 0.5s;
  text-align: center;
}
.service-item:hover {
  border: 2px solid #000f3c;
}
.service-item:hover i {
  color: #fff;
  background: #000f3c;
}
.service-item i {
  background: #f3f3f3;
  color: #0f8fc7;
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  transition: 0.5s;
}
.service-item h3 {
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  color: #000c30;
  padding: 15px 0 10px;
  transition: 0.5s;
}
.service-item p {
  transition: 0.5s;
  margin-bottom: 20px;
}
.witr_section_title_inner {
  margin-bottom: 20px;
}
.bp_form_label_up {
  display: none;
}
.bp_form_field input,
textarea {
  background: #000f3c;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #f1f1f1;
  width: 100%;
}
.bp_form_field textarea {
  height: 250px;
}
.bp_form_field input::placeholder,
.bp_form_field textarea::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#frm-action-98601 {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
#frm-action-98601 .bp_form_field:nth-child(3),
#frm-action-98601 .bp_form_field:nth-child(4),
#frm-action-98601 .bp_form_field:nth-child(5) {
  grid-column: span 2;
}
.bp-btn-send {
  background: #0f8fc7;
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width:992px) {
    .service-list {
            grid-template-columns: repeat(1, auto);
            gap: 20px;
    }
    iframe {
        margin-top: 20px;
    }
}
