/* .fiq_contact_us_header {
  position: relative;
  height: 255px;
}
.fiq_contact_us._header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fiq_contact_us_header_wrap {
  max-width: 1280px;
  margin: auto;
  z-index: 10;
  position: relative;
  padding-top: 20px;
} */
.fiq_contact_us_logo_user_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fiq_contact_us_logo {
  width: 210px;
  height: auto;
}
.fiq_contact_us_user_img {
  width: 60px;
  height: 60px;
  display: block;
  background: white;
  border-radius: 100%;
  overflow: hidden;
}
.fiq_contact_us_user_img img {
  width: 100%;
  height: 100%;
}
.fiq_contact_us_user_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fiq_contact_us_user_wrap span {
  color: white;
  font-size: 16px;
}
/* .fiq_contact_us_header_heading {
  color: white;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-top: 86px;
} */
/* .fiq_contact_us_current_page_wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  
  margin: auto;
  height: 40px;
  border: 1px solid #009dc8;
  border-radius: 6px;
  margin-top: 10px;
  color: white;
  font-size: 16px;
  background: #062d428a;
  max-width: max-content;
  padding: 10px;
  gap: 8px;
} */
/* .fiq_contact_us_current_page_wrap i {
  font-size: 12px;
  margin-top: 2px;
}
.fiq_contact_us_current_page_wrap span {
  color: #d6c100;
} */

.fiq_contact_cards_section {
  /* padding: 80px 20px; */
}
.fiq_contact_cards_wrap h2 {
  font-size: 42px;
  font-weight: 600;
  color: #2e2e2e;
  text-align: center;
  margin-bottom: 15px;
}
.fiq_contact_cards_wrap h2 span {
  color: #1c9e75;
  border-left: 3px solid #1c9e75;
  padding: 0px 0px 0px 10px;
  background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}
.fiq_contact_cards_wrap p {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  max-width: 480px;
  line-height: 24px;
  text-align: center;
}
.color-bar-2 {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.color-bar-2 img {
  width: 130px;
  height: auto;
}
.fiq_contact_cards_parent {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-top: 60px;
}
.contact_card_item {
  /* width: 27%; */
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 35px;
}
.contact_card_item h5 {
  color: #2e2e2e;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0px 10px;
}
.contact_card_item span {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.fiq_contact_cards_parent .contact_card_item:first-child {
  border: 1px solid #f8c521;
}
.fiq_contact_cards_parent .contact_card_item:nth-child(2) {
  border: 1px solid #00416d;
}
.fiq_contact_cards_parent .contact_card_item:last-child {
  border: 1px solid #1c9e75;
}
.fiq_contact_cards_parent .contact_card_item:first-child span {
  background: #f8c521;
  font-size: 30px;
}
.fiq_contact_cards_parent .contact_card_item:nth-child(2) span {
  background: #00416d;
  font-size: 28px;
}
.fiq_contact_cards_parent .contact_card_item:last-child span {
  background: #1c9e75;
}
.fiq_contact_cards_parent .contact_card_item:last-child span {
  background: #1c9e75;
  font-size: 30px;
}
.fiq_contact_cards_parent .contact_card_item:last-child span i {
  margin-top: 3px;
}
.fiq_git_wrap {
  max-width: 1280px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact_us_img_wrap {
  width: 520px;
  height: 650px;
}
.contact_us_img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.fiq_git_wrap .fiq_git_card_wrap {
  width: 720px;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px;
}
/* .fiq_git_section {
  padding-bottom: 80px;
  padding-inline: 20px;
} */
.fiq_git_wrap .fiq_git_card_wrap h2 {
  font-size: 42px;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 5px;
}
.fiq_git_wrap .fiq_git_card_wrap p {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  max-width: 480px;
  line-height: 24px;
  text-align: start;
}
.fiq_git_card_wrap .first_row_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}

.fiq_git_wrap .fiq_git_card_wrap .form_row {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.mb-4 {
  margin-bottom: 30px;
}
form .form_row .contact-error {
  position: absolute;
  bottom: -20px;
  left: 3px;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.fiq_git_wrap .fiq_git_card_wrap input {
  padding: 3px 15px 0px;
  border-radius: 8px;
  border: 1px solid #a5a5a5;
  font-size: 16px;
  height: 55px;
  color: #2e2e2e;
  text-transform: capitalize;
}

.fiq_git_wrap .fiq_git_card_wrap form {
  width: 100%;
}
.fiq_git_wrap textarea {
  resize: none;
  height: 150px;
  border-radius: 8px;
  font-size: 16px;
  padding: 15px;
  color: #2e2e2e;
  width: 100%;
  border: 1px solid #a5a5a5;
  text-transform: capitalize;
}
.fiq_git_wrap .fiq_git_card_wrap input:focus-visible,
.fiq_git_wrap textarea:focus-visible {
  outline: none;
  border: 1px solid #1c9e75;
}
.fiq_git_wrap .fiq_git_card_wrap label {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.fiq_git_card_wrap .contact_btn {
  width: 100%;
  padding: 18px;
  height: 55px;
  color: white;
  border: none;
  font-size: 16px;
  background: #1c9e75;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 5px;
  letter-spacing: 0.5px;
  position: relative;
}
.fiq_git_card_wrap .contact_btn:hover {
  background: #00416d;
}
.contact_btn .btn_loading {
  display: none;
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_btn .btn_loading img {
  width: 100%;
  height: 100%;
}
.fiq_map_wrap iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 992px) {
  .contact_us_img_wrap {
    display: none;
  }
  .fiq_git_wrap .fiq_git_card_wrap {
    width: 100%;
  }
  .fiq_contact_cards_parent {
    gap: 20px;
  }
  .fiq_contact_cards_section {
    padding: 0px;
  }
  .fiq_git_wrap {
    padding-inline: 20px;
  }
  .contact_card_item span {
    padding: 10px;
    width: 55px;
    height: 55px;
  }
  .contact_card_item {
    height: 200px;
  }
}
@media (max-width: 500px) {
  /* .fiq_contact_us_header {
    height: 245px;
  } */
  .fiq_contact_cards_wrap {
    padding: 0;
  }
  .fiq_contact_us_logo {
    width: 110px;
  }
  /* .fiq_contact_us_header_wrap {
    width: 100%;
  } */
  .fiq_contact_us_logo_user_wrap {
    padding: 0px 20px;
  }
  .fiq_contact_us_user_wrap {
    gap: 10px;
  }
  .fiq_contact_us_user_wrap span {
    font-size: 12px;
  }
  .fiq_contact_us_user_img {
    width: 40px;
    height: 40px;
  }
  /* .fiq_contact_us_header_heading {
    font-size: 22px;
    margin-top: 95px;
  }
  .fiq_contact_us_current_page_wrap {
    width: 150px;
    height: 35px;
    font-size: 12px;
  } */
  .fiq_contact_cards_section {
    padding: 50px 0px;
  }
  .fiq_contact_cards_wrap {
    width: 100%;
  }
  .fiq_contact_cards_wrap h2 {
    font-size: 26px;
  }
  .fiq_contact_cards_wrap p {
    font-size: 14px;
    max-width: 320px;
  }
  .fiq_contact_cards_parent {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-content: center;
  }
  .contact_card_item {
    width: 280px;
    height: 220px;
    padding: 25px;
    margin: auto;
  }
  .contact_card_item span {
    width: 50px;
    height: 50px;
  }
  .contact_card_item h5 {
    font-size: 18px;
  }
  .fiq_contact_cards_wrap p {
    font-size: 12px;
  }
  .fiq_contact_cards_parent .contact_card_item:first-child span {
    font-size: 20px;
  }
  .fiq_contact_cards_parent .contact_card_item:nth-child(2) span {
    font-size: 18px;
  }
  .fiq_contact_cards_parent .contact_card_item:last-child span {
    font-size: 20px;
  }
  .fiq_git_wrap {
    width: 100%;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .fiq_git_section {
    padding-bottom: 50px;
    /* padding: 0px 20px 50px; */
  }
  .contact_us_img_wrap {
    width: 100%;
    height: auto;
  }
  .fiq_git_wrap .fiq_git_card_wrap h2 {
    font-size: 26px;
  }
  .fiq_git_wrap .fiq_git_card_wrap p {
    font-size: 12px;
    line-height: 18px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .fiq_git_card_wrap .first_row_wrapper {
    margin-top: 25px;
    flex-direction: column;
    gap: 0;
  }

  .fiq_git_wrap .fiq_git_card_wrap label {
    font-size: 13px;
    margin-bottom: 6px;
  }
  form .form_row .contact-error {
    font-size: 10px;
    bottom: -16px;
  }
  .fiq_git_wrap .fiq_git_card_wrap input {
    padding: 0px 10px 0px;
    font-size: 11px;
    height: 35px;
    border-radius: 5px;
  }
  .fiq_git_wrap textarea {
    height: 100px;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
  }
  span.price-word {
    font-size: 30px;
    padding: 10px 0;
  }
  .fiq_git_card_wrap .contact_btn {
    font-size: 12px;
    padding: 13px;
    height: 40px;
  }
  .fiq_git_wrap .fiq_git_card_wrap {
    height: auto;
    padding: 25px;
    width: 100%;
    border-radius: 10px;
  }
  .contact_btn .btn_loading {
    width: 60px;
  }
  .fiq_map_wrap iframe {
    height: 300px;
  }
}
