@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Avenir Book";
  src: url("/assets/fonts/avenir/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: "Avenir Black";
  src: url("/assets/fonts/avenir/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: "Gilroy Light";
  src: url("/assets/fonts/Gilroy/Gilroy-Light.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  list-style: none;
}

body {
  background-color: white;
  transition: margin-left 0.5s;
}

.row {
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 36px;
}

.hide-in-web {
  display: none;
}

@media (max-width: 425px) {
  .hide-in-responsive {
    display: none !important;
  }
  .hide-in-web {
    display: block;
  }
  .hero-section-container .hero-section-content-container {
    padding: 7px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-1 .contact-form {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
    width: 100% !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-1 .contact-form .txt-field-container .contact-form-label-unfilled {
    font-size: 14px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-1 .contact-form .txt-field-container .contact-form-label-filled {
    font-size: 12px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-1 .contact-form .txt-field-container .txt-field {
    font-size: 20px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-1 .contact-form .txt-area-container .txt-area {
    font-size: 18px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-1 .contact-form .contact-smbt-btn-responsive-align {
    display: flex;
    justify-content: end;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-1 .contact-number-container-1 h1 {
    font-size: 24px !important;
    font-weight: bold;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-2 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-bottom: 1.3rem;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-2 .hero-sect-col-2-header {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-2 .hero-sect-col-2-header h1 {
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 0px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-2 .address-container .gurgaon-map-img {
    margin-left: 76px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-2 .address-container .ahmedabad-map-img {
    margin-top: 27px !important;
    margin-left: 71px !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-2 .contact-number-container-2 .contact-info-container {
    width: 50% !important;
  }
  .hero-section-container .hero-section-content-container .hero-section-row-col-2 .contact-number-container-2 h1 {
    font-size: 24px !important;
    font-weight: bold;
  }
}
.hero-section-container {
  width: 100%;
}
.hero-section-container .hero-section-content-container {
  padding: 50px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .hero-sect-col-1-header img {
  height: 48px;
  width: 34px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .hero-sect-col-1-header p {
  color: #0F133A;
  font-size: 16px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form {
  width: 75%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container {
  margin-bottom: 20px;
  transition: all 0.5s linear;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #0F133A;
  transition: 0.3s linear;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container p {
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container .txt-field {
  height: 35px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #0F133A;
  color: #0F133A;
  font-size: 24px;
  font-weight: 600;
  transition: visibility 0s, opacity 0.5s linear;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container .txt-field:focus {
  outline: none;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container input::-webkit-outer-spin-button,
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container input:not([value=""]) {
  border-bottom: none;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container select {
  width: 100%;
  border: none !important;
  color: #0F133A;
  font-size: 24px;
  font-weight: 600;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container select option {
  color: #0F133A;
  font-size: 15px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container select:focus {
  border: none !important;
  outline: none !important;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container:hover {
  transition: 0.3s linear;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container:hover input[value=""] {
  border-bottom: none;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container:hover p {
  font-size: 14px;
  color: #0F133A;
  opacity: 0.5;
  z-index: 1;
  transform: translateY(0px);
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-field-container:hover .txt-field {
  height: 35px;
  visibility: visible;
  opacity: 1;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-area-container {
  margin-bottom: 20px;
  border-bottom: 1px solid #0F133A;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-area-container p {
  transition: all 0.5s ease-in-out;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-area-container .txt-area {
  height: 88px;
  width: 100%;
  border: 1px solid #0F133A !important;
  color: #0F133A;
  font-size: 24px;
  font-weight: 600;
  resize: none;
  border-radius: 5px;
  transition: visibility 0s, opacity 0.5s linear;
  margin-top: 5px;
  padding: 5px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-area-container:hover {
  border-bottom: none;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-area-container:hover p {
  font-size: 14px;
  color: #0F133A;
  opacity: 0.5;
  transform: translateY(0px);
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form .txt-area-container:hover .txt-area {
  visibility: visible;
  opacity: 1;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form button {
  height: 62px;
  width: 189px;
  padding: 14px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: none;
  background: #23ADE8;
  cursor: pointer;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-form button h3 {
  color: white;
  font-size: 20px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-number-container-1 h1 {
  font-size: 36px;
  color: #0F133A;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-number-container-1 p {
  font-size: 16px;
  color: black;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-1 .contact-number-container-1 p a {
  font-size: 16px;
  font-weight: 700;
  color: #23ADE8;
  text-decoration: none;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 {
  position: relative;
  padding-left: 90px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .hero-sect-col-2-header h1 {
  font-size: 36px;
  color: #0F133A;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .spacer-h-100 {
  width: 100%;
  height: 60px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .address-container .gurgaon-map-img {
  position: absolute;
  width: 207px;
  height: 241px;
  z-index: -1;
  margin-top: -32px;
  margin-left: 90px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .address-container .ahmedabad-map-img {
  position: absolute;
  width: 259px;
  height: 155px;
  z-index: -1;
  margin-top: 12px;
  margin-left: 108px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .address-container p {
  font-size: 16px;
  color: black;
  max-width: 300px;
  margin-bottom: 18px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .address-container button {
  height: 48px;
  width: 189px;
  padding: 14px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px dashed #0F133A;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .address-container button h3 {
  color: #0F133A;
  font-size: 20px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .contact-number-container-2 {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .contact-number-container-2 h1 {
  font-size: 36px;
  color: #0F133A;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .contact-number-container-2 .contact-info-container {
  width: 40%;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .contact-number-container-2 .contact-info-container a {
  font-size: 16px;
  color: #000;
  max-width: 300px;
  text-decoration: none !important;
  width: 50px;
}
.hero-section-container .hero-section-content-container .hero-section-row-container .hero-section-row-col-2 .contact-number-container-2 span {
  color: #000;
  font-size: small;
}

.visibility-none-form-item {
  visibility: hidden;
  opacity: 0;
}

.visibility-visible-form-item {
  visibility: visible;
  opacity: 1;
}

.contact-form-label-filled {
  font-size: 14px;
  color: #0F133A;
  opacity: 0.5;
  transform: translateY(0px);
}

.contact-form-label-unfilled {
  font-size: 16px;
  color: #0F133A;
  opacity: 1;
  transform: translateY(20px);
}

.alert-style {
  position: fixed;
  top: 3vh;
  right: 2vh;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -99;
}

/*# sourceMappingURL=contact-us-style.css.map */
