@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,700;1,700&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body.free-trial-registration-page {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 40%, #5AC5CF 100%);
  opacity: 1;
}
body.free-trial-registration-page h1, body.free-trial-registration-page p {
  margin: 0;
  padding: 0;
}
body.free-trial-registration-page .banner-header {
  width: 100%;
  background-image: url(/assets/img/free-trial-registration-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 90% 35%;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 8px solid #dbe247;
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  body.free-trial-registration-page .banner-header {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.free-trial-registration-page .banner-header {
    padding: 0px;
  }
}
body.free-trial-registration-page .banner-header__inner {
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
}
body.free-trial-registration-page .banner-header__inner span {
  font: normal normal normal 22px/30px Poppins;
  letter-spacing: 0px;
  color: #D3D93B;
  text-transform: uppercase;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  body.free-trial-registration-page .banner-header__inner span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  body.free-trial-registration-page .banner-header__inner {
    background-color: rgba(0, 0, 0, 0.3098039216);
    padding: 40px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 850px) {
  body.free-trial-registration-page .banner-header__logo {
    width: 100px;
  }
}
body.free-trial-registration-page .banner-header__heading {
  color: #FFFFFF;
  width: 100%;
  max-width: 500px;
  font: normal normal 600 70px/68px Poppins;
  line-height: 80px;
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
}
@media only screen and (max-width: 1065px) {
  body.free-trial-registration-page .banner-header__heading {
    font-size: 60px;
  }
}
@media only screen and (max-width: 950px) {
  body.free-trial-registration-page .banner-header__heading {
    font-size: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body.free-trial-registration-page .banner-header__heading {
    font-size: 45px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 750px) {
  body.free-trial-registration-page .banner-header__heading {
    font-size: 30px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 480px) {
  body.free-trial-registration-page .banner-header__heading {
    font-size: 28px;
    max-width: 300px;
    line-height: 34px;
  }
}
body.free-trial-registration-page .banner-header__subheading {
  width: 100%;
  max-width: 600px;
  font: normal normal normal 22px/30px Poppins;
  letter-spacing: 0px;
  color: #FFFFFE;
  opacity: 1;
}
@media only screen and (max-width: 850px) {
  body.free-trial-registration-page .banner-header__subheading {
    max-width: 400px;
  }
}
@media only screen and (max-width: 750px) {
  body.free-trial-registration-page .banner-header__subheading {
    font-size: 18px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  body.free-trial-registration-page .banner-header__subheading {
    max-width: 100%;
  }
}
body.free-trial-registration-page .main-section {
  margin: auto;
  width: 100%;
  max-width: 1180px;
  padding: 20px 20px 80px;
  gap: 40px;
  display: flex;
  box-sizing: border-box;
}
body.free-trial-registration-page .form-container {
  max-width: 800px;
  margin: -80px auto 80px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
body.free-trial-registration-page .form-container h2 {
  margin: auto auto 30px;
  display: flex;
  text-align: center;
  justify-content: center;
}
body.free-trial-registration-page .heading-page-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.free-trial-registration-page .heading-page-div img {
  width: 50px;
  height: 50px;
}
body.free-trial-registration-page .heading-page-div h6 {
  font-size: 18px;
  margin-left: 15px;
  color: #333;
  font-weight: 600;
}
body.free-trial-registration-page h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #007aa3;
  font-weight: 600;
}
body.free-trial-registration-page .form-group {
  margin-bottom: 20px;
}
body.free-trial-registration-page input {
  font-family: "Poppins", sans-serif;
}
body.free-trial-registration-page label {
  font-family: "Poppins", sans-serif;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
body.free-trial-registration-page input[type=text],
body.free-trial-registration-page select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
body.free-trial-registration-page input[type=text]:focus,
body.free-trial-registration-page select:focus {
  border-color: #007aa3;
  outline: none;
}
body.free-trial-registration-page input[type=radio] {
  margin-right: 8px;
}
body.free-trial-registration-page .form-group input[type=radio] + label {
  font-weight: 400;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}
body.free-trial-registration-page .error-message {
  font-family: "Poppins", sans-serif;
  color: red;
  font-size: 13px;
  margin-top: 5px;
}
body.free-trial-registration-page .submit-btn {
  margin: 0 auto;
  width: 100%;
  padding: 12px 30px;
  text-align: center;
  background-color: #4ca9bc;
  color: #ffffff;
  border-radius: 24px;
  border: none;
  text-decoration: none;
  transition: 0.5s;
  font-weight: bold;
  font-size: 18px;
}
body.free-trial-registration-page .submit-btn:hover {
  background-color: #dbe247;
}
body.free-trial-registration-page .honeypot {
  display: none;
}/*# sourceMappingURL=free-trial-registration.css.map */