@import url("https://fonts.googleapis.com/css2?family=Abel&family=Great+Vibes&family=Onest:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oxygen:wght@300;400;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+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
* {
  padding: 0px;
  margin: 0px;
}
body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Titillium Web", "sans-serif";
  background-color: #be912d40;
  flex-direction: column;
}
.form_inner {
  background-color: #be912d;
}
.form_inner .form {
  padding: 50px 30px;
  width: 50%;
}
.wrapper {
  display: flex;
}
.form h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 10px;
  text-align: center;
}
.form h2:before {
  content: "";
  width: 30%;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  bottom: 0;
}
.slider {
  width: 50%;
}
form label {
  color: #fff;
  font-size: 10px;
}

form input {
  padding: 10px;
  border-radius: 5px;
  border: 0px;
  background-color: #00427c;
  box-sizing:border-box;
  line-height: 1.5;
}

form input:focus {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
  background-color: #be912d;
}
.form_inner .form a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.form_inner .form p {
  text-align: center;
}
.form_outer {
    max-width: 500px;
    margin-bottom: 50px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    max-width: 500px;
}
a.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #000 !important;
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 7px 15px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px #fff;
  transition: 0.9s;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.slick-slide img {
  width: 100%;
}
.form_inner .form p {
  margin-bottom: 5px;
}
.what-btn a {
  font-size: 14px !important;
  font-weight: 600;
  margin-left: 5px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.what-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider {
  padding-top: 30px;
}
.what-btn svg {
  width: 30px;
  height: 30px;
}
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
  opacity: 0.6;
}
.custom-arrow:hover {
  opacity: 1;
}
.custom-arrow svg {
  width: 32px;
  height: 32px;
}
button.slick-next.custom-arrow.slick-arrow {
  right: 0;
}
.power-wrap {
  max-width: 670px;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
  display: flex;
  margin: 12px auto;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  border-image: initial;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 0px 10px;
}
.power-wrap h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 7px;
  margin-right: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.power-wrap img {
  width: 100px;
  margin: 20px 0px;
}
.power-wrap p {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  padding-left: 5px;
  flex: 1 1 0%;
  margin: 0px;
  color: #000;
}
.foot ul {
  padding: 0px;
  margin: 5px 0px 0px;
}
.foot ul li {
  display: inline-block;
  margin: 0px 10px;
}
.foot ul li a {
  font-size: 11px;
  text-transform: capitalize;
  text-decoration: underline;
  color: #000;
}
.foot {
  text-align: center;
}
@media (max-width: 676px) {
  .power-wrap h3,
  .power-wrap > div,
  .power-wrap > p {
    flex: 0 0 100%;
    text-align: center;
  }
  .power-wrap {
    flex-wrap: wrap;
  }
  .power-wrap img {
    margin: 20px auto;
  }
  .slider.slick-initialized.slick-slider {
    display: none;
  }
  form input {
    width: 100%;
  }
  .form_inner .form {
    width: 100%;
    padding:50px 20px;
  }
  input#checkbox {
    width: auto;
  }
}
form > div {
  margin-bottom: 5px;
}
