
@media only screen and (max-width: 970px) {
  .starburst, .arrow {
    display: none;
  }
}
@media only screen and (min-width: 971px) {
  #btw_small {
    display: none!important;
  }
  .step-1 {
    height: 420px!important;
  }
}



@media only screen and (max-width: 370px) {
  #brands .mobile, #tippy-1 {
    display: none;
  }
}

@media only screen and (max-width: 470px) {
  #contact-home {
    font-size: 16px!important;
    color: #fff;
  }
  .subtitle {
    font-size: 12px!important;
  }
}


@media only screen and (max-width: 800px) {
  .form-container {
    position: absolute;
    top: 10%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -10%);
    width: 410px;
    height: 490px;
    display:block;
    color: #fff;
  }
  .input-text {
    border: none!important;
  }
  #logo-bg {
    display: none!important;
  }
  #contact-home {
    top: unset!important;
    bottom: 20px!important;
    right: 20px!important;
  }
  .thanks-message a {
    color: #fff!important;
  }
  #color-overlay-dark {
    display: none;
  }

  #more-about {
    right: 20px;
    bottom: 110px!important;
  }
  #brands .desktop {
    display: none;
  }
  .brands-block-step-3  {
    color: #fff!important;
  }
  .brands-block-step-3 img {
    filter: drop-shadow(1px 1px 5px #FFFFFF);
  }
}

@media only screen and (min-width: 801px) {
  .form-logo {
    display: none!important;
  }
  .form-container {
    position: absolute;
    background-color: white;
    top: 50%;
    width: 410px;
    height: 420px;
    right: 200px;
    border-radius: 25px;
    display:block;
    transform: translate(0, -50%);
  }
  .step-2 {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }

  .step-3 {
    left: 50% !important;
    width: 700px!important;
    height: 330px;
    transform: translate(-50%, -10%);
    top: 160px!important;
  }

  #color-overlay {
    display: none;
  }

  #brands .mobile, #tippy-1 {
    display: none;
  }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4d4d4;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d4d4d4;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d4d4d4;
}
.step-2 {
  height: 490px!important;
}

.thanks-message {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
.thanks-message a {
  color: #000;
}

.brands-block-step-3 {
  display: inline-block;
   text-align: center;
   color: #000;
   font-weight: bold;
   padding: 20px;
   font-size: 11px;
}
.brands-block {
  display: inline-block;
   text-align: center;
   padding: 5px;
}
.brands-block img {
  filter: drop-shadow(1px 1px 5px #FFFFFF);
}


input,button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

  li, ul {
  margin: 0;
  padding: 0;

}
body, html {
  height: 100%;
  margin: 0;
  min-height: 730px;

}
body {
  min-width: 386px;
  width: auto !important;

}

.bg {
  /* The image used */
  background-image: url("bg.jpg");

  /* Full height */
  height: 100%;
  min-height: 730px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   min-height: 730px;
   background-color: black;
   opacity: 0.5;
}
#color-overlay-dark {
   position: absolute;
   top: 0;
   left: 0;
   min-height: 730px;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.8;
}

.form-logo {
    margin-top: 10px;
  width: 100%;
  align: center;
  display:inline-block;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px #FFFFFF);
}


.error label {
  color: #ff253a;
  font-weight: bold;
}
.error input,select {
  border-color: #ff253a;
}

.form-logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 91px;
  width: 300px;
}

.form-header {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding-left: 30px;
  padding-right: 30px;
  display:inline-block;
  margin-top: 20px;
}
.form-header-small{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display:inline-block;
  margin-top: 20px;
}

.form-content{
  padding-left: 30px;
  padding-right: 30px;
  display:inline-block;
  margin-top: 20px;
}

ul li {
    display: block;
    height: 40px;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

ul li img {
    vertical-align: middle;
}
li span{
  position: relative;
  left: 10px;
}
.input-text {
  border-radius: 8px;
  border: 1px solid #5d5d5d;
}
.form-postal {
  width: 130px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
  margin-right: 30px;
}
.form-number {
  width: 55px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
}
.form-addition {
  width: 55px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
}

.form-consumption {
  width: 330px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
}

.form-phone {
  width: 130px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
}

.form-name {
  width: 165px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
}

.form-email {
  width: 330px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
}

#more-about {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

input, label {
    display:block;
}
label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  margin-bottom: 7px;
}
form
{
  margin-top: 20px;
}
.brands-btn
{
  border: 3px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0px;
  border-radius: 12px;
  width: 160px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.about-btn {

  border: 3px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0px;
  border-radius: 12px;
  width: 140px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;

  /* position: absolute;
  right: 20px;
  bottom: 20px; */
}

#email {
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
#email a{
  text-decoration:  none;
  color: #fff;
}
.submit {
  background-color: #ff5d25;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0px;
  border-radius: 12px;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.button-primary {
  background-color: #f3b91c !important;
}
.button-secondary {
  background-color: #8fc800 !important;

}

.starburst {
  position: absolute;
  left: -300px;
  top: -25%;
  margin-top: 300px;
  background-image: url("starburst-orange.png");
  width: 200px;
  height: 200px;
  text-align: center;
  color: #fff;
  z-index: 999;

}
.starburst div {
  width: 200px; top: 50px;  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.arrow {
  position: absolute;
  left: -200px;
  top: -25%;
  margin-top: 400px;
}

#social {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 46px;
  font-weight: 500;
  text-align: left;
  filter:drop-shadow(1px 1px 5px #545454);
  color: #fff;
}
#brands {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  filter:drop-shadow(1px 1px 5px #545454);
  color: #fff;
}

#social a {
  color: #fff;
  text-decoration: none;
}
#logo-bg {
  position: absolute;
  left: 20px;
  top: 20px;
  background-image: url("logo.png");
  width: 300px;
  height: 91px;
  filter:drop-shadow(1px 1px 5px #FFFFFF);
}

#contact-home {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: right;
  text-shadow: 1px 1px 5px #545454;
  color: #fff;
}
#contact-home a {
  color: #fff;
  text-decoration: none;
}
#contact-home a svg{
  filter:drop-shadow(1px 1px 5px #545454)
}


.subtitle {
  font-size: 18px;
  line-height: 20px;
}
.disclaimer{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.fa-phone{filter:drop-shadow(1px 1px 5px #545454)}
