header {
  display: none;
}
.newsletter_sec .newsletter_box {
  display: none;
}
footer {
  display: none;
}
.enterEmail {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterEmail .emailForm .head .title {
  color: #005de0 !important;
}
.enterEmail .emailForm .tagline h3 {
  font-weight: 600;
}
.enterEmail .emailForm .tagline h3 strong {
  font-weight: 700;
}
.enterEmail .emailForm .tagline {
  padding-bottom: 30px;
}
.enterEmail .emailForm h5 {
  font-size: 25px;
  line-height: 35px;
}
.enterEmail .emailForm form {
  width: 30%;
  margin: 0px auto;
  padding-bottom: 30px;
}
.enterEmail .emailForm form .form-group .form-control {
  border: 1px solid #00000052;
  padding: 17px 20px;
  border-radius: 0px;
  color: #63606070;
  text-align: center;
  margin-bottom: 10px;
}
.enterEmail .emailForm form .form-group .form-control::placeholder {
  color: #63606070;
}
.enterEmail .emailForm form button {
  width: 100%;
  border: 0;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #005de0;
  color: #fff;
  padding: 13px 0;
  border-radius: 0px;
  cursor: pointer;
}
.enterEmail .privacyDv p a {
  color: #005de0;
}
.enterEmail .logoDv {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.enterEmail .privacyDv {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
@media (max-width: 1100px) {
  .enterEmail .emailForm form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .enterEmail .emailForm form {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .enterEmail .emailForm form {
    width: 100%;
  }
  .enterEmail .emailForm .tagline h3 {
    font-size: 20px;
  }
  .enterEmail .emailForm h5 {
    font-size: 19px;
    line-height: 30px;
  }
}
/* Enter email css Start Here */
