.contact_section {
  padding: 30px 0px 60px;
}
.contact_section .contact_left_card {
  background: #f5f5f5;
  height: 100%;
  border-radius: 5px;
  overflow: hidden !important;
}
.contact_section .contact_form_card {
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 0px 6px #00000052;
  border-radius: 5px;
  padding: 20px;
}
.contact_section .contact_left_card .contact_img_holder {
  height: 400px;
}
.contact_section .contact_left_card .contact_img_holder .contact_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_section .contact_left_card .contact_info_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 25px 15px;
  border-radius: 3px;
}
.contact_section .contact_left_card .contact_info_wrapper .contact_info_item {
  flex: 1;

  border-right: 1px solid #2d2d2d;
  margin-right: 20px;
  padding-right: 20px;
}
.contact_section .contact_left_card .contact_info_wrapper .last {
  padding: 0 !important;
  margin: 0 !important;
}
.contact_section
  .contact_left_card
  .contact_info_wrapper
  .contact_info_item
  .details-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact_section
  .contact_left_card
  .contact_info_wrapper
  .contact_info_item
  .label {
  margin-bottom: 8px;
  color: #2d2d2d;
  font-size: 14px;
}
.contact_section
  .contact_left_card
  .contact_info_wrapper
  .contact_info_item
  .details {
  color: #8d3da8;
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}
.contact_section
  .contact_left_card
  .contact_info_wrapper
  .contact_info_item
  .icon_circle {
  font-size: 20px;
  color: #8d3da8;
  margin-bottom: 10px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_section
  .contact_left_card
  .contact_info_wrapper
  .contact_info_item
  .find-map {
  cursor: pointer;
  text-decoration: underline;
  text-transform: lowercase;
  font-size: 15px;
}
.contact_section .contact_form_card .head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.contact_section .contact_form_card .sub-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
.contact_section .contact_form_card label {
  margin-bottom: 8px;
}
.contact_section .contact_form_card .form_group .form-control {
  border: 1px solid #d2d2d2;
}
.contact_section .contact_form_card .text-area {
  height: 90px !important;
  border-radius: 9px !important;
  padding: 10px 15px !important;
}

.contact_map_section {
  margin-top: 40px;
}
.contact_map_section .map_wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.contact_map_section .map_wrapper iframe {
  display: block;
  width: 100%;
  height: 450px;
}
.contact_map_section .map_close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_map_section .map_close_btn:hover {
  transform: scale(1.05);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact_section .contact_left_card .contact_info_wrapper .contact_info_item {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .contact_section .contact_form_card .head {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .contact_section .contact_form_card .sub-text {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .contact_section .contact_left_card .contact_img_holder {
    height: 350px;
  }
  .contact_section .contact_left_card .contact_info_wrapper .contact_info_item {
    margin-right: 10px;
    padding-right: 10px;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .details {
    font-size: 14px;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .find-map {
    cursor: pointer;
    text-decoration: underline;
    text-transform: lowercase;
    font-size: 14px;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .icon_circle {
    font-size: 16px;

    width: 30px;
    height: 30px;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .label {
    font-size: 12px;
  }
  .contact_section {
    padding: 20px 0 50px;
  }
}

@media (min-width: 0px) and (max-width: 991.98px) {
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .details-wrapper {
    justify-content: center;
  }
  .contact_section .contact_left_card .contact_info_wrapper {
    justify-content: center;
    text-align: center;
  }
  .contact_map_section .map_close_btn {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact_section .contact_left_card .contact_img_holder {
    height: 300px;
  }
  .contact_section .contact_form_card .head {
    font-size: 15px;
  }
  .contact_section .contact_form_card .sub-text {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .contact_section .contact_left_card .contact_info_wrapper {
    padding: 14px 0px;
  }
  .contact_map_section .map_wrapper {
    height: 300px;
  }
  .contact_map_section .map_close_btn {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .contact_map_section {
    margin-top: 29px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .contact_section .contact_form_card {
    padding: 12px;
  }
  .contact_section .contact_form_card .head {
    font-size: 14px;
  }
  .contact_section .contact_form_card .sub-text {
    font-size: 14px;
  }
  .contact_section .contact_left_card .contact_img_holder {
    height: 210px;
  }
  .contact_section .contact_info_wrapper {
    flex-direction: column;
    gap: 4px;
  }
  .contact_section .contact_left_card .contact_info_wrapper {
    padding: 7px 0px;
  }
  .contact_section .contact_left_card .contact_info_wrapper .contact_info_item {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .label {
    margin-bottom: 0px;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .find-map {
    font-size: 13px;
    margin: 0;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .details {
    font-size: 13px;
  }
  .contact_section
    .contact_left_card
    .contact_info_wrapper
    .contact_info_item
    .icon_circle {
    margin-bottom: 0px;
  }
  .contact_map_section .map_wrapper {
    height: 300px;
  }
  .contact_map_section .map_close_btn {
    width: 28px;
    height: 28px;

    font-size: 20px;
  }
  .contact_map_section {
    margin-top: 29px;
  }
}
