.contact_us_container {
  width: 100%;
  /* height: 40rem; */
  display: flex;
  justify-content: center;
  background: #f3f2ff;

  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;
}
.contact_us_inner {
  width: 76.5%;
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 2.5rem;
}
.inner_wrapper_contact_us {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35rem;
}
.contact_us_svg {
  display: flex;
}
.contact_us_wrapper {
  background: linear-gradient(91deg, #0a0080 1.37%, #2a277d 98.91%);
  border-radius: 18px;
  width: 54%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.email_id_wrapper {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  min-width: 13rem;
  text-decoration: none;
}
.phone_no_wrapper {
  margin: 1.5rem 0;
  min-width: 13rem;
  width: 48%;
  display: flex;
  align-items: center;
}
.contact_caption_wrapper {
  padding-left: 2.2rem;
  padding-top: 2.5rem;
  width: 100%;
}

.svg_email_contact_us {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.phone_no_svg {
  height: 2rem;
  width: 2rem;
  align-items: center;
  display: flex;
}
.svg_address {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
  align-items: center;
  display: flex;
}
.phone_no_contact_us {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Outfit";
  line-height: 20px;
  color: #d7ebff;
  text-decoration: none;
  padding-right: 8%;
}
.address_contact_us {
  font-weight: 500;
  font-size: 0.88rem;
  font-family: "Outfit";
  line-height: 20px;
  color: #d7ebff;
  text-decoration: none;
  /* padding-right: 8%; */
}
.mail_id {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Outfit";
  line-height: 20px;
  color: #d7ebff;
  text-decoration: none;
  padding-right: 8%;
}
.address_contact_us_wrapper {
  display: flex;
  width: 80%;
  text-decoration: none;
}
.svg_social_links_contact_us {
  width: 48%;

  justify-content: space-evenly;
  display: flex;
  position: relative;
  bottom: 2rem;
  left: 2rem;
}
.svg_hafh_circle {
  background: #ffd23f;
  width: 233px;
  height: 230px;
  border-radius: 12rem 0px 15px 0px;
}

.contact_us_social_svg_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 18rem;
}
.caption_contact_us {
  font-weight: 400;
  font-size: 2rem;
  font-family: "Outfit";
  line-height: 1;
  text-transform: capitalize;
  color: #d7ebff;
}
.contact_us_end_sec {
  margin-top: 2.5em;
}
/* .phone_no_contact_us {
  margin-right: 0.5rem;
} */
.contact_us_des {
  font-weight: 400;
  font-size: 0.8rem;
  font-family: "Outfit";
  color: #eaeaea;
  opacity: 0.6;
  margin-bottom: 1rem;
}
.contact_info {
  width: 100%;
}
.circle_svg_contact_us {
  height: 150px;
  width: 150px;
  background: orange;
  border-radius: 50%;
  background: #7e53fa;
  opacity: 0.96;
  position: relative;
  position: relative;
  top: 10rem;
  right: 2rem;
}
.contact_us_svg_wrapper {
  display: flex;
  justify-content: flex-end;
}

.svg_hafh_cirlce_contact_us {
  position: relative;
  top: 1px;
}
.svg_contact_us {
  position: relative;
  left: 2rem;
}

/* CONTACT US ENQIRY FORM */

.contact_us_label {
  color: #424242;
  font-size: 14px;
  margin-bottom: 0.54em;
  display: inline-block;
  font-family: "Outfit";
}
.enquiry_form_contact_us {
  width: 42%;
  display: flex;
  border: 1px solid;
  height: 97%;

  justify-content: center;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 18px;
  align-items: center;
}
.enquiry_form_container {
  width: 88%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.enqiry_title_contact_us {
  font-size: 31px;
  font-weight: 600;
  font-family: "Outfit";
  color: #424242;
  margin-bottom: 1.5rem;
}
.contact_us_input {
  margin-bottom: 1rem;
}
.error_color {
  color: red;
  font-size: 12px;
  font-weight: 600;
}
.contact_us_input > input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #a59a9a;
  border-radius: 8px;
  height: 3rem;
  padding: 0 8px;
  opacity: 0.9;
}
.submit_btn_contact_us {
  margin-top: 1.5rem;
}
.submit_btn_contact_us > input {
  width: 100%;
  height: 3.4rem;
  border: none;
  background: no-repeat;
  background: none;
  background: linear-gradient(91deg, #0a0080 1.37%, #2a277d 98.91%);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;

  transition: all 0.5s;
}
.submit_btn_contact_us > input:hover {
  background: linear-gradient(-37.21deg, #6763dd 10.37%, #2a277d 74.91%);
}

.contact_us_detail_wrapper {
  width: 100%;
  background: #1e1e1e03;
  display: flex;
  justify-content: center;
}
.inner_contact_us_detail_wrapper {
  width: 76.5%;
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  margin-bottom: 2.5em;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.svg_up_arrow {
  text-align: center;
  width: 2rem;
  height: 2rem;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 1rem;
}
.contact_us_title {
  text-align: center;
  font-family: "Outfit";
}

.contact_us_title > span {
  font-size: 30px;
  font-family: "Outfit";

  border-bottom: 6px solid #ffd23f;
  color: #424242;
  font-weight: 600;
  width: 11rem;
  display: inline-block;
}
.contact_info_detail_wrapper {
  min-width: 16.5rem;
  width: 23%;
  background: #f7f7ff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 206px;
  padding: 12px;
}
.contact_loc_title {
  text-align: center;
}
.contact_loc_title > p {
  font-size: 15px;
  color: #615ec4;
  font-weight: 600;
  font-family: "Outfit";
}
.contact_location_info {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  gap: 2rem;
}
.location_wrapper {
  display: flex;
  margin-bottom: 0.53em;
}
.location_dt {
  font-weight: 400;
  font-size: 13px;
  font-family: "Outfit";
  line-height: 21px;
  color: #363636;
  opacity: 0.9;
  text-decoration: none;
  margin: 0.1em 0;
}

.phone_no_loc_dt {
  font-size: 12px;
  padding-right: 8px;
  font-family: "Outfit";
  color: #363636;
  opacity: 0.9;
  text-decoration: none;
  font-weight: 500;
}
.location_phone_svg {
  display: flex;
}
.location_wrapper_ct {
  display: flex;
  padding: 9px 11px;
}
.loc_svg_add {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}

.phone_no_wrapper_loc {
  display: flex;
}
.svg_phone_loc {
  margin-right: 8px;
}

.all_course_svg_translate {
  transform: rotate(183deg);
  transition: all 1s ease;
}
.svg_social_as_contact_us {
  height: 35%;
  width: 52%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 3%;
}
.get_in_touch_btn {
  display: none;
}

@media (max-width: 1224px) {
  .contact_us_inner {
    width: 93%;
  }
  .inner_contact_us_detail_wrapper {
    width: 93%;
  }
  .contact_location_info {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .phone_no_wrapper {
    width: 52%;
  }
  .contact_us_inner {
    width: 98%;
  }
  .contact_us_inner {
    padding: 1.5rem;
  }
  .svg_hafh_circle {
    width: 200px;
    height: 200px;
  }
  .contact_caption_wrapper {
    padding-left: 1.5rem;
  }
  .svg_social_links_contact_us {
    bottom: 1.5rem;
    left: 1rem;
  }
  .enquiry_form_contact_us {
    width: 44%;
  }
  .contact_info_detail_wrapper {
    margin-bottom: 1rem;
  }
  .phone_no_contact_us {
    padding-right: 4%;
    font-size: 0.8rem;
  }
}

@media (max-width: 810px) {
  .inner_wrapper_contact_us {
    flex-direction: column;
    height: auto;
  }
  .contact_us_wrapper {
    width: 74%;
  }
  .enquiry_form_contact_us {
    width: 74%;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .enquiry_form_contact_us {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .caption_contact_us {
    font-size: 24px;
  }
  .enqiry_title_contact_us {
    font-size: 24px;
  }
  .contact_us_title > span {
    font-size: 24px;
    border-bottom: 3px solid #ffd23f;
    width: 10rem;
  }
  .contact_us_social_svg_wrapper {
    height: 15rem;
  }
  .contact_us_wrapper {
    width: 100%;
  }
  .enquiry_form_contact_us {
    width: 100%;
  }
  .circle_svg_contact_us {
    height: 100px;
    width: 100px;
    top: 7rem;
    right: 1rem;
  }
  .svg_hafh_circle {
    width: 111px;
    height: 126px;
  }
  .contact_us_inner {
    padding: 0;
    background: none;
  }
  .svg_social_links_contact_us {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .inner_contact_us_detail_wrapper {
    width: 98%;
    margin-bottom: 0;
    padding: 0.5rem;
    border-radius: 1rem;
  }
  .contact_location_info {
    padding-top: 2rem;
  }

  .contact_info_detail_wrapper {
    width: 52%;
  }
}

@media (max-width: 464px) {
  .circle_svg_contact_us {
    height: 85px;
    width: 85px;
    top: 6rem;
  }
  .contact_us_wrapper {
    border-radius: 10px;
  }
  .contact_info_detail_wrapper {
    width: 100%;
  }
  .phone_no_wrapper_loc {
    width: 91%;
  }
  .arrow_btn > svg {
    animation: move 1.25s infinite;
  }
  .arrow_btn {
    display: flex;
  }
  .inner_wrapper_contact_us {
    width: 91%;
  }
  .getIntouchTitle {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    margin-right: 8px;
    letter-spacing: 0.156px;
  }

  .get_in_touch_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    background: blue;
    background: #5a57bc;
    border-radius: 6px;
    height: 3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 1rem;
  }
  @keyframes move {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(2px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .enquiry_form_contact_us {
    display: none;
  }

  .contact_us_input > input {
    height: 2.6rem;
  }
  .contact_us_inner {
    margin-bottom: 0.5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 1.2rem 0;
    border-radius: 1em;
  }
  .contact_caption_wrapper {
    padding-top: 1.5rem;
  }
  .caption_contact_us {
    line-height: 32px;
  }

  .contact_us_social_svg_wrapper {
    height: 8rem;
  }
  .circle_svg_contact_us {
    background: #735db3;
    opacity: 0.96;
    position: relative;
    /* top: unset; */
    right: 1rem;
    bottom: 1rem;
  }
  .svg_social_links_contact_us {
    left: 3rem;
  }

  .svg_social_as_contact_us {
    height: 90%;
    width: 60%;
  }
  .contact_us_title > span {
    width: 10rem;
  }
  .submit_btn_contact_us > input {
    height: 3rem;
    font-size: 14px;
  }
  .inner_contact_us_detail_wrapper {
    width: 95%;
  }
  .contact_info_detail_wrapper {
    width: 95%;
  }
}
