body {
  margin: 0;
  font-family: Gill Sans;
}

a{
  color: black;
  text-decoration: none;
}

p{
  font-size: 20px;
  font-weight: 200;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero-img{
  background-image: url('https://a.cdnlead.com/campaign_sites_assets/SONL/SOE0001/SOE0001-LP-banner.png');
  background-size: 100% 102%;
  background-position: center;
}

.blue{
  background-color: #005bab;
  color: white;
}

.blue-text{
  color: #005bab;
}

.subheading-under{
  color: white;
  background-color: #005bab;
}

.complete-subheading{
  font-size: 20px;
  font-weight: 400;
}

.times{
  font-family: 'Times New Roman', Times, serif;
}

.footer {
  margin-top: auto;
  font-size: 12px;
}

.footer p{
  font-size: 12px;
}

.subheading{
  font-size: 40px;
  color:#005bab;
  font-weight: 200;
}

.content-container {
  padding-left: 7%;
  padding-right: 7%;
}

.phone,.complete{
  font-size: 20px;
}

.complete{
  color:#005bab;
  font-size: 40px;
  font-weight: 300;
}

.phone a{
  color:#00467f;
  font-size: 25px;
  font-weight: 600;
}

.phone a:hover{
  color:#005bab;
}

.submit-button {
  background-color: #00467f;
  font-size: 20px;
  /* margin-left: 40px;
  margin-right: 40px; */
}


.form-control,.form-select{
  border: #00467f solid 2px;
}

.left-size{
  padding-right: 5% !important;
}

.mobile-only{
  display: none;
}

.form-check-input {
  border-radius: 50% !important;
}

.select-all{
  font-size: 12px;
  font-style: italic;
}

.subheading,.complete ,.subheading-under {
  font-family: 'Times New Roman', Times, serif;
}

.logo-img {
  width: 35%;
}

.logo-img-footer{
  width: 17%;
}

@media only screen and (max-width: 1400px) {
  .desktop-only{
    display: none;
  }
}

@media only screen and (max-width: 1025px) {
.row-content {
  display: flex;
  flex-direction: column;
}

.left-size,.right-side {
  flex: 0 0 auto;
  width: 100%;
}

.content-container {
  padding-left: 20px;
  padding-right: 20px;
}

#contact_form{
  padding-left: 17%;
  padding-right: 17%;
}
.hero-image {
  height: 30vh;
}
.navbar.navbar-light.bg-light.ps-5 {
  display: flex;
  justify-content: center;
}

.left-size{
  padding-right: 0% !important;
}

.desktop-only{
  display: none;
}
.hero-img{
  /* background-size: cover; */
  background-position:right;
}



.top-heading {
  font-size: 25px;
}
.subheading {
  font-size: 30px;
}
p {
  font-size: 17px;
}
}

@media only screen and (max-width: 600px) {
.mobile-only{
  display: block;
}
.hero-image {
  display: none;
}
.content-container {
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
h1 {
font-size: 23px;
}
.not-mobile{
display: none;
}
#contact_form {
padding-left: 20px;
padding-right: 20px;
}
p{
font-size: 13px;
}
.hero{
display: none;
}
.subheading {
  font-size: 20px;
}
.right-side.pb-0 {
  position: relative;
  top: -20px;
}

.logo-img {
  width: auto;
height: 80px;
}

.logo-img-footer{
  width: auto;
  height: 80px;
}
}

@media only screen and (min-width: 1440px) {
  .col-6.blue.p-5.justify-content-center.d-flex.align-items-center {
    height: 400px;
  }
  .times.top-heading {
    font-size: 52px;
  }
}

@media only screen and (min-width: 1800px) {
  .col-6.blue.p-5.justify-content-center.d-flex.align-items-center {
    height: 500px;
  }
  .times.top-heading {
    font-size: 62px;
  }
}