body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

footer {
  text-align: center;
  padding: 10px;
}

.info-p{
  display: none;
}

.mobile-only{
display: none;
}

.perks{
  font-size: 12px;
  text-align: start;
  font-weight: bold;
}

.hero {
  background-image: url("/getcovered/images/Header_Image_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  font-family: Open Sans;
  height: 450px;
  width: 100%;
}

.logo {
  height: 50px;
}

.purple-box{
  background-color: rgba(43, 57, 144, 0.8);
  color: white;
}

.header {
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
}

.subheader {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

.free-quote-button{
background-color:#00AEEF ;
border: 3px solid white;
font-size: 18px;
padding: 0;
padding: 10px;
}

#zip_user_input{
border: none;
}

#zip_user_input::placeholder {
  font-style: italic;

}

#location-icon{
  background-color: white;
  color: #00AEEF;
  padding: 12px;
}


.title {
  font-size: 19px;
  color: #2B3990;
  font-weight: bold;
}


.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.logo {
  width: 100px;
  height: auto;
}

/* .ad{
  background-color: white;
  height: 180px;
} */

.perks{
  color: #00AEEF;
}

#step_2_info {
  height: 100px;
  width: auto;
}

.form-holder{
    background-color: #F2FBFF;
    background-size: cover;
    border: 10px solid transparent;
    border-image-source: url("/getcovered/images/Gold.png");
    border-image-slice: 10;
    border-image-repeat: round;
    margin-left: 15%;
    margin-right: 15%;
}



.form-holder input,.state,#feet-selected,#inches-selected,#user_input_county{
  border: #141B29 solid 2px;
  border-radius: 10px;
  padding: 15px;
}



#user_input_weight {
  border: #141B29 solid 2px;
  padding: 20px;
}

#basic-addon2{
  border-top: #141B29 solid 2px;
  border-right: #141B29 solid 2px;
  border-bottom: #141B29 solid 2px;
}

.next-button{
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
  background-color: #00AEEF;
  border: lightgray 1px solid;
  width: 200px;
}

.submit-button{
  background-color: #00AEEF;
  border: lightgray 1px solid;
  font-size: 30px;
  color: black;
}

.contanct-title {
  font-size: 50px;
  color: #2B3990;
}

.text-center.contact-p {
  font-size: 18px;
  color: #2B3990;
}

.progress-bar{
  background-color:#2B3990;
}

.two-page-logo {
  height: 83px;
  width: auto;
}

.info-title {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  color: #2B3990;
  margin-bottom: 0;
}

.info-p {
  font-size: 21px;
  text-align: center;
  color: #2B3990;
}

.tablet-content{
  display: none;
}
.tablet-logo-container{
  display: none;
}

.mobile-content{
  display: none;
}

.logo-desktop {
  height: 55px;
  width: auto;
}

.error{
  border: red solid 2px !important;
}

.back-button {
  font-size: 25px;
  font-weight: bold;
}

.btn-outline-dark:hover {
  color: #00AEEF;
  border-color: #00AEEF;
}

.disclaimer {
  font-size: 11px;
}

#dateofbirth_label {
  font-size: 12px;
  color: #2B3990;
  padding-left: 20px;
}

@media only screen and (max-width: 1025px) {
.hero{
  display:none;
}

.tablet-content{
  display: block;
}
.tablet-header{

  background-image: url("/getcovered/images/Header_Image_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  font-family: Open Sans;
  height: 300px;
  width: 100%;
}
.contentofbody .infor{
  display: flex !important;
  flex-direction: column !important;
}

.logo-div {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-tablet {
  width: 300px;
  height: auto;
}
.marketing {
  flex-direction: column-reverse;
  display: flex;
  margin-top: 40px;
}
.tablet-logo-container{
display: block;
}
.tablet-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-logos {
  display: flex;
  justify-content: space-around;
  width: 80%;
}

.bottom-logos {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.logo {
  max-width: 100%;
  height: auto;
  margin: 10px;
}

.bottom-logo {
  margin: 20px 10px;
}
.desktop{
  display: none;
}
.title {
  font-size: 28px;
}
body {
  font-size: 16px;
}
.purple-box {
  margin-top: 30px;
  margin-left: 14%;
  margin-right: 15%;
  background-color: #2B3990;
}
.header {
  font-weight: bold;
  font-size: 31px;
  line-height: 35px;
}
.copyright {
  font-size: 12px;
}
}


@media only screen and (max-width: 991px) {
.form-holder{
  margin-left: 0px;
  margin-right: 0px;
}
.container, .container-sm {
  max-width: initial;
}
}

@media only screen and (max-width: 700px) {
  .purple-box {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .tablet-content{
    display: none;
  }
  .mobile-content{
    display: block;
  }
  .marketing {
    display: none;
  }
  .not-mobile{
    display: none;
  }
  .purple-box {
    border-radius: 20px;
    background-color: #00AEEF;
    color: #2B3990;
  }
  .subheader {
    color: white;
  }
  .free-quote-button{
    background-color: #2B3990;
  }
  .title {
    color: black;
  }

  .descriptions {
    font-size: 15px;
  }
  /* .footer {
    margin-top: 50px;
  } */
.two-page-logo {
  height: 73px;
  width: auto;
}
.submit-button {
  font-size: 24px;
}
.form-holder {
  background-color: #F2FBFF;
  background-size: cover;
  border-image-source: url("/getcovered/images/Gold.png");
  border-image-slice: 10;
  border-image-repeat: round;
  border-image-width: 20px 0 20px 0;
  padding-bottom: 20px !important;
}
.form-holder{
  display: flex;
  justify-content: center;
}
.container {
  padding: 0;
}
.two-page-logo {
  height: 64px;
}
.mobile-only{
  display: block;
  }
}

@media only screen and (min-width: 1560px) {
  .header {
    font-size: 34px;
  }
  .subheader {
    font-size: 24px;
  }
  .hero {
    background-image: url("/getcovered/images/big_hero_3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 650px;
    width: 100%;
  }
}