*{
  margin: 0;
  padding: 0;
}




@font-face {
  font-family: 'paralucent-bold';
  src: url('../fonts/paralucent-bold-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}




@font-face {
  font-family: 'paralucent-demi';
  src: url('../fonts/paralucent-demibold-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-demibold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}




@font-face {
  font-family: 'paralucent-light';
  src: url('../fonts/paralucent-light-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;

}




@font-face {
  font-family: 'paralucent-medium';
  src: url('../fonts/paralucent-medium-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}
.wrapper {
  max-width: 430px;
  margin: 0 auto;
  /* background: #5c5918; */
  background: #000 url(../images/bg-pattern-new.png);
  background-repeat: no-repeat;
  padding: 60px 0 0 0;
  position: relative;
  background-size: cover;
}
.main-form {
  background-color: #5c5918;
  width: 90%;
  min-height: 430px;
  margin: 0 auto;
  padding: 20px 20px;
  border-radius: 0px;
  border: 3px solid #f9c036;
  position: relative;
}
.form-title p {
  text-align: center;
  color: #eee;
  font-size: 22px;
  margin: 0;
}
/* .main-form .logo {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.main-form .logo img {
  width: 100%;
} */
.main-form label {
  color: #fff;
  font-family: 'paralucent-medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-form label span {
  color: red;
  display: none;
}
.main-form .form-control {
  border-radius: 5px;
  font-family: 'paralucent-light';
  background: transparent;
  color: #fff;
  box-shadow: none;
  border-color: inherit;
}
.form-check:hover {
  cursor: pointer;
}
.form-check label {
  color: #fff;
  font-size: 11px;
  font-family: 'paralucent-light';
}
.form-check2 label {
  color: #fff;
  font-size: 11px;
  font-family: 'paralucent-light';
}

/* .btn-secondary {
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  background: #EEA847;
  border: 0px solid;
  width: 180px;
  height: 50px;
  font-family: 'paralucent-bold';
} */
.btn-secondary:hover {
  background: #8b8938;
}
.btn-secondary {
  font-size: 22px;
  line-height: 28px;
  background: #f6f2e2;
  border: 0px solid;
  width: 100%;
  height: 45px;
  font-family: 'paralucent-medium';
  color: #333;
  margin-top: 14px;
}
.bottom-image {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 60%;
  display: none;
}
.bottom-image img {
  width: 100%;
}

.thankyou-wrapper {
  /* background: url(../images/bg-thank.png);
  background-size: cover;
  background-repeat: no-repeat; */
}
.wrapper.thankyou-wrapper .bottom-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.thankyou-wrapper {
  padding: 70px 0px 305px;
  position: relative;
}
.statue-left {
  position: absolute;
  top: -57%;
  left: -45px;
}
.statue-right {
  position: absolute;
  right: -46px;
  top: -40%;
}
 
.tank-you strong {
  letter-spacing: 1rem;
  display: block;
  margin: 0 auto;
  text-align: left;
  color: #f7f487;
  font-size: 2rem;
}

.tank-you {
  text-align: left;
  padding: 5% 2%;
  min-height: 260px;
}
 
.tank-you h3 {
  color: #e6e4d4;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: 'paralucent-light';
}
 
.tank-you p {
  color: #e6e4d4;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'paralucent-light';
  padding-top: 20px;
}
.bottom-left {
  position: absolute;
  bottom: -45px;
  left: -15px;
}
.bottom-tree {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottom-city {
  position: absolute;
  bottom: 0;
  right: 0;
}
.error {
  color: red;
  font-size: 12px;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 10px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  display: block;
}

/* .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
} */

.popup-content button {
  margin-top: 10px;
  background-color: #007bff;
}
.form-check label i {
  font-family: 'paralucent-medium';
}
.form-check label a {
  color: inherit;
}
.extra-copy {
  width: 80%;
  margin: 40px auto 0;
}

.extra-copy span {
  text-align: start !important;
  color: #d9d9d9;
  font-size: 12px;
  font-family: 'paralucent-light';
}
.extra-copy p {
  color: #fff;
  font-size: 12px;
  text-align: justify;
  font-family: 'paralucent-medium';
  margin: 0;
}
.sponsor-copy b {
  font-family: 'paralucent-bold';
  color: #fff;
}
.sponsor-copy p {
  font-family: 'paralucent-light';
  font-weight: 300;
  line-height: 15px;
  color: #d9d9d9;
}
.extra-copy span a {
  color: #d9d9d9;
}


.bottom-logo img {
  width: 50%;
  margin: auto;
}
.bottom-logo {
  background: #2b2a05;
  margin-top: 70px;
  text-align: center;
  padding: 25px 0;
}
@media only screen and (max-width: 355px) {
  .wrapper:before {
    position: absolute;
    content: "";
    top: 16%;
    right: 0;
    background: url(../images/bg-pattern-new.png);
    width: 320px;
    height: 289px;
    transform: rotate(180deg);
  }
}