* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  display: block;
  background: #fff;
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  background-color: #000;
}

b,
strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

.vacWrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
  padding: 20px 16px;
}

.topBoxStrip {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  outline: none;
  border-color: rgba(255, 255, 255, 0.11);
  background-color: rgb(255, 227, 0);
  border-width: 3px;
  border-style: solid;
  text-align: center;
  text-align: center;
  font-size: 32px;
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.vacFooter {
  display: block;
  padding-top: 300px;
  padding-bottom: 50px;
}

.topHeadingBox {
  display: block;
  margin-top: 30px;
}

.topHeadingBox h1 {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  max-width: 800px;
  margin: 0px auto;
}

.topHeadingBox h2 {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  max-width: 800px;
  margin: 0px auto;
  margin-top: 20px;
}

.vacFormBox {
  max-width: 770px;
  margin: 0px auto;
  background: #fff;
  padding: 20px;
}

.vacFormBox h3 {
  font-size: 27px;
  text-align: center;
}

.formBox {
  display: block;
}

.formBox .inputBox input {
  display: block;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: 10px;
  font-size: 26px;
  padding: 15px 18px;
  padding-left: 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

.formBox .inputBox input.email {
  background-image: url("../img/email.png");
}

input:focus {
  outline: none;
}

.formBox .inputBox button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  background-color: rgb(228, 59, 44);
  font-size: 27px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-left: none !important;
  border-right: none !important;
  padding: 13px 35px;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif !important;
}

.formBox .inputBox button:hover {
  background-color: #a30000;
}

.formBox .inputBox button img {
  width: 30px;
  margin-left: 10px;
}

.formBox p {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(47, 47, 47, 0.690196);
  font-size: 16px;
}

.formBox p img {
  display: block;
  width: 20px;
  margin-right: 10px;
}

.vacFooter ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.vacFooter ul li {
  display: block;
  margin: 0;
  padding: 0px 10px;
  border-right: solid 1px #fff;
}

.vacFooter ul li:last-child {
  border: none;
}

.vacFooter ul li a {
  font-size: 16px;
  text-decoration: none;
}

.bottomFooter {
  margin-top: 300px;
  background: #fff;
}

@media (max-width: 768px) {
  .vacWrapper {
    padding: 20px 15px;
  }

  .topBoxStrip {
    font-size: 16px;
  }
  .topHeadingBox h1 {
    font-size: 50px;
  }
  .topHeadingBox h2 {
    font-size: 32px;
  }
  .formBox .inputBox input {
    font-size: 18px;
  }

  .formBox .inputBox button {
    font-size: 14px;
  }
  .formBox p {
    font-size: 10px;
  }
  .formBox .inputBox button img {
    width: 20px;
    margin-left: 10px;
  }
}
