* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

body {
  background: #f5f5f5;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  padding: 1rem 0 3rem;
}

.breadcrumb-item a, .breadcrumb-item.active {
  color: #6e6e6e;
}

.content_box {
  padding: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  height: 100%;
}
.content_box p {
  margin: 0.6rem 0 0;
  color: #6e6e6e;
}
.content_box hr {
  border-color: #e7e7e7;
  opacity: 1;
  margin-top: 0.5rem;
}

.section_heading {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.sub_heading_text {
  font-weight: 500;
}

.black_line {
  display: block;
  width: 57px;
  height: 3px;
  background-color: #1a1a1a;
  margin-top: 0.4rem;
}

.sub_heading_wrapper {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.2rem;
}
.sub_heading_wrapper.top {
  margin-top: 2rem;
}

.sub_heading {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.info {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 600;
  margin-top: 0.6rem;
  padding-left: 1.7rem;
}
.info a {
  color: #6e6e6e;
}

.social_wrapper {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.7rem;
  margin: 1.8rem 0 2rem;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 1rem;
}

form {
  margin-top: 1.6rem;
  border: 0.5px solid #d9d9d9;
  border-radius: 10px;
  padding: 25px 20px;
}

.form_wrapper {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.4rem;
  padding: 10px;
  border-radius: 10px;
  border: 0.5px solid #d9d9d9;
}

input,
textarea {
  width: 100%;
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
input::placeholder,
textarea::placeholder {
  font-weight: 600;
  color: #d9d9d9;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #000000 !important;
  transition: background-color 9999s ease-in-out 0s;
}

.submit_btn {
  background-color: #000000;
  padding: 8px 25px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-weight: bold;
  color: #ffffff;
  border: none;
  margin-top: 1.5rem;
}
.submit_btn:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.submit_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.map_wrapper {
  margin-top: 1.4rem;
}
.map_wrapper iframe {
  width: 100%;
  height: 260px !important;
  display: block;
  border-radius: 10px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.loading-wrapper {
  display: flex;
  flex-direction: column;
}

.spinners {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

#loading div {
  font-size: 24px;
  color: #fff;
}

.loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #514b82;
  border: 2px solid;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}

.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: #d5cc2e;
  box-shadow: -10px 0 12px 3px #d5cc2e;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
  animation: l14 1s infinite linear;
}

@keyframes l14 {
  100% {
    left: calc(100% + 20px);
  }
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    align-items: center;
    margin-bottom: 0;
  }
  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 14px;
  }
  .content_box {
    padding: 20px;
  }
  p {
    font-size: 14px;
  }
  .social_wrapper {
    margin-bottom: 0;
  }
  form {
    border-radius: 6px;
  }
  .form_wrapper {
    border-radius: 5px;
  }
  .submit_btn {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .content_box {
    padding: 20px;
  }
  .section_heading {
    font-size: 22px;
  }
  .sub_heading_text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=subpage.css.map */
