html, body {
  height: 100%;
  margin: 0;
  font: 18px;
}
a{
  color: black;
  text-decoration: none;
}
.main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1;
  min-height: calc(100% - 50px);
}
.footer {
  height: 50px;
  /* background-color: white; */
  /* color: #fff; */
  /* text-align: center; */
}
.complete{
    color: #2A337C;
    font-size: 25px;
  }
  .form-content {
    background: lightgray;
    padding: 20px;
    margin-bottom: 12%;
  }
  .btn-primary{
    background-color: #ED7721;
    border: #ED7721 solid 1px;
    font-size: 24px;
  }
  img {
    width: 100%;
 }
.tablet-hero,.tablet-carrier,.mobile-header,.mobile-copy,.mobile-carrier{
  display: none;
}

@media only screen and (max-width: 1025px) {
  .tablet-hero,.tablet-carrier{
    display: block;
  }
  .desktop-hero,.desktop-carrier{
    display: none;
  }
  .copy-section{
    text-align: center;
  }
  footer .container,.form-content{
    text-align: center;
  }
  .form-holder {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-header{
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #2A337C;
    color: white;
  }
  .mobile-copy,.mobile-carrier{
    display: block;
  }
  .tablet-hero,.desktop-copy,.tablet-carrier{
    display: none;
  }
   .form-holder {
    padding-left: 7%;
    padding-right: 7%;
  }
  .complete{
    margin-bottom: 5px;
  }
  .mobile-now{
    display: none;
  }
  .btn-primary{
    background-color: #ED7721;
    border: #ED7721 solid 1px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .form-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .mobile-copy p {
    font-size: 13px;
  }
}