@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
}

.ath360-top-nav-container {
  width: 100%;
  margin: auto;
  position: fixed;
  background-color: transparent;
  z-index: 999;
  top: 50px;
}
.ath360-top-nav-container .top-nav {
  max-width: 1140px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  border-radius: 50px;
  padding: 10px 5%;
  transition: all 0.5s ease-in-out;
}
.ath360-top-nav-container .top-nav .top-nav-logo {
  line-height: 0;
}
.ath360-top-nav-container .top-nav .top-nav-logo img {
  width: 100px;
  height: auto;
  transition: all 0.2s ease;
}
.ath360-top-nav-container .top-nav .top-nav-links {
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ath360-top-nav-container .top-nav .top-nav-links .nav-link-under {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #047DC6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  top: 35px;
}
.ath360-top-nav-container .top-nav .top-nav-links .top-nav-link a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 10px 15px;
}

.ath360-m-nav-container {
  display: none;
  z-index: 9 !important;
}

.ath360-form-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.ath360-form-container .form-sub {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center !important;
  margin: auto;
  justify-content: center;
  max-width: 950px;
}
.ath360-form-container .form-sub .form-sub-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.ath360-form-container .form-sub .form-sub-1 h1 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 700;
}
.ath360-form-container .form-sub .form-sub-1 > div {
  display: flex;
  flex-direction: row;
  margin-top: 3.5rem;
}
.ath360-form-container .form-sub .form-sub-1 > div .form {
  padding-right: 6rem !important;
  border-right: 1px solid #dee2e6 !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ath360-form-container .form-sub .form-sub-1 > div .form input {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  height: 55px;
}
.ath360-form-container .form-sub .form-sub-1 > div .form input::placeholder {
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.ath360-form-container .form-sub .form-sub-1 > div .form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}
.ath360-form-container .form-sub .form-sub-1 > div .form .cust-sec {
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.ath360-form-container .form-sub .form-sub-1 > div .form .cust-sec select {
  appearance: none;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  height: 55px;
  width: 100%;
  outline: none;
}
.ath360-form-container .form-sub .form-sub-1 > div .form .cust-sec select option {
  font-family: "Poppins", sans-serif;
  border: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
}
.ath360-form-container .form-sub .form-sub-1 > div h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 75px;
}

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