body {
  margin: 0;
  background: rgb(85,170,221);
  background: linear-gradient(0deg, rgba(85,170,221,1) 0%, rgba(15,44,112,1) 100%);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

 .header {
  padding: 40px;
}

.desktop-logo{
  position: relative;
  right: 100px;
}

.footer {
  text-align: center;
  margin-top: auto;
  color: black;
}

.footer a {
  color: black;
  text-decoration: none;
}

.white-box,.form-content{
  background-color: white;
  border: #ef8933 4px solid;
  padding: 20px;
  color: black;
}

.join{
  color: #ef8933;
  font-size: 46px;
  margin-bottom: 0;
}

.arrow-logo {
  position: relative;
  left: 61%;
  bottom: 14%;
}

#quote-box {
  position: relative;
  bottom: 45px;
}

#container {
  padding-right: 7%;
  padding-left: 7%;
}

#mobile-button{
  display: none;
}

h1{
  font-size: 50px;
}

.quote{
  margin-bottom: 0;
  font-size: 15px;
}

.quote-per {
  text-align: end;
}

.phone,.complete{
  font-size: 20px;
  margin-bottom: 5px;
}

.complete{
  color:#126aae;
}

.phone a{
  color:#126aae;
}

.phone a:hover{
  color:#0b295b;
}

.submit-button {
  background-color: #126aae;
  border: #126aae;
}

.submit-button:hover {
  background-color: #0b295b;
  border: #0b295b;
}

.form-control,.form-select{
  border: #126aae solid 2px;
}

.form-control::placeholder {
  color: #126aae;
}

.form-select {
  color: #126aae;
}

.form-content{
  margin-left: 20px;
  margin-right: 0;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

#hidden-perks {
  display: block;
}

.thank-p {
  color: #ef8933;
}

#carouselExampleInterval{
  display: none;
}


@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  #container {
    padding-right: 0;
    padding-left: 0;
  }
  .form-content{
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .desktop-logo {
    position: initial;
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 34px;
  }
  .desktop-only{
    display: none;
  }
  .arrow-logo {
    display: none;
  }
  .form-content {
    margin-left: 10%;
    margin-right: 10%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
      background-color: #ef8933;
      background-image: none;
      width: 70px;
      height: 80px;
      mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 16 16"><path d="M10.354 15.354a.7.7 0 0 1-.988 0L3 9.707a.7.7 0 0 1 0-.989l6.366-6.646a.7.7 0 1 1 .988.988L4.707 8l5.645 6.366a.7.7 0 0 1 0 .988z"/></svg>');
      mask-size: cover;
  }
  

.carousel-control-next-icon {
    transform: rotate(180deg);
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: none;
}

.quote{
  margin-bottom: 10px;
  font-size: 15px;
}

.quote-per,.quote {
  text-align: center;
}

#carouselExampleInterval{
  display: block;
}
}

@media only screen and (max-width: 600px) {
  .header {
    padding: 10px;
    text-align: center;
  }
  #container {
    padding: 20px;
  }
  #hidden-perks {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  #mobile-button{
    display: block;
    color:#ef8933
  }
  .join {
    font-size: 33px;
  }
  .phone,.complete{
    font-size: 17px;
  }
  .form-content {
    margin-left: 0;
    margin-right: 0;
  }
  .footer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 18px;
  }
  p, li{
    font-size: 12px;
  }
  .footer p {
    font-size: 10px;
  }
}