body {
  margin: 0;
  font-size: 14px;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

.logo {
  width: 300px;
}

.phone a{
  color: black;
}

.complete,.phone{
  font-size: 20px;
}

.phone a:hover{
  color:#95C455;
}

.submit-button {
  background-color: #95C455;
  color: black;
  font-size: 20px;
  border: none;
}

.submit-button:hover {
  background-color: #9fc26d;
  font-size: 20px;
}

.footer a {
  color: black;
  text-decoration: none;
}

.form-control,.form-select{
  border: black solid 2px;
}

.footer{
  font-size: 12px;
}

#desktop-quote-section p, #carousel-quote p{
  font-size: 12px;
  font-style: italic;
}

.quote-img {
  height: 30px;
}

.mobile-only{
  display: none;
}

.blue{
  color: #1270b4;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

#carousel-quote{
  display: none;
}

@media only screen and (max-width: 991px) {
  .form-container{
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media only screen and (max-width: 600px) {
  .form-container{
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-only{
    display: block;
  }
  .desktop-hero{
    display: none;
  }
  .copy{
    font-size: 12px;
    text-align: center;
  }
  .right-side {
    position: relative;
    top: -26px;
  }
  #desktop-quote-section{
    display: none;
  }
  #carousel-quote{
    display: block;
  }
}