*{
  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;

} */
body {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
.wrapper-body {
  background: #005984;
  min-height: 100vh;
}
.wrapper {
  max-width: 430px;
  margin: 0 auto;
  background: #005984;
  /* 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: #fff;
  width: 85%;
  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: #005984;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  line-height: 32px;
}
/* .main-form .logo {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.main-form .logo img {
  width: 100%;
} */
.main-form label {
  color: #005984;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 5px;
}
.main-form label span {
  color: red;
  display: none;
}
.main-form .form-control {
  border-radius: 5px;
  background: transparent;
  color: #005984;
  box-shadow: none;
  border: 2px solid #005984;
}
.form-check:hover {
  cursor: pointer;
}
.form-check label {
  color: #005984;
  font-size: 14px;
  width: calc(100% - 2.5em);
  display: inline-block;
}
.form-check .form-check-input {
  border: 2px solid #005984;
  margin-left: -1.5em;
  margin-right: 0.5em;
  width: 1.65em;
  height: 1.65em;
}
 

/* .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: #072f44;
}
.btn-secondary {
  font-size: 25px;
  line-height: 28px;
  background: #005984;
  border: 0px solid;
  width: 100%;
  height: 45px;
  font-family: 'paralucent-medium';
  color: #fff;
  margin-top: 0;
}
.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: -118px;
  left: 0;
  right: 0;
  background: #005985;
}
.wrapper.thankyou-wrapper .main-form {
  min-height: 648px;
  width: 90.247%;
}
.thankyou-wrapper {
  padding: 60px 0px 30px;
  position: relative;
  height: 100vh;
  overflow: scroll;
  background: #005985;
  max-width: 405px;
}
.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: #005985;
  font-size: 3rem;
  /* text-transform: uppercase; */
}

.tank-you {
  text-align: left;
  padding: 5% 2%;
  min-height: 260px;
}
 
.tank-you h3 {
  color: #005985;
  text-align: left;
  font-size: 46px;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
 
.tank-you p {
  color: #005985;
  text-align: left;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 78px;
  padding: 10px 0 15px;
}
.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: #005985;
  /* background: #000; */
  display: block;
}
.wrapper.thankyou-wrapper .form-wrapper {
  background: #005986;
  /* padding-top: 45px; */
}
/* .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 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 {
  height: 68px;
  margin: auto;
}
.bottom-logo {
  text-align: center;
  padding: 25px 0;
}
@media only screen and (max-width: 450px) {
  .wrapper.thankyou-wrapper .bottom-logo {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px; 
  }
}
@media only screen and (max-width: 390px) {

  .tank-you h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 380px) {
   
  .bottom-logo img {
    height: 55px;
  }
  .wrapper.thankyou-wrapper .main-form {
    min-height: 550px;
  }
  .tank-you h3 {
    font-size: 42px;
  }
  .tank-you p { 
    font-size: 40px; 
    line-height: 60px; 
  }
}
@media only screen and (max-width: 360px) {
  
  .bottom-logo img {
    height: 50px;
  }
  .tank-you h3 {
    font-size: 35px;
  }
  .tank-you p {
    font-size: 33px;
    line-height: 60px;
    max-width: 270px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 330px) {
  .tank-you strong {
    font-size: 2.5rem;
  }
}