@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:wght@400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
  font-family: "Ubuntu", sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
.sticky {
  margin-top: 80px;
}
.bread-crumb-a {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 300;
}
.margin-top {
  margin-top: 0px !important;
}
.letus {
  font-family: 'ubunut', sans-serif;
}
.reqBtn {
  border: none;
  font-size: 18px;
  border-radius: 8px;
  font-family: ubuntu;
  font-weight: 500;
  color: white;
  padding: 10px;
}
.loader {
  height: 100vh;
  width: 100vw;
  background-color: rgba(127, 127, 127, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.form-error {
  color: red !important;
}
#loader {
  display: none;
}
.formContainer {
  box-shadow: 0px 10px 25px 0px #00003314;
}
.formWidth {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .formContainer {
    box-shadow: none;
  }
  .formWidth {
    width: 100%;
  }
}