.hero-form {
  padding:2em;
  background-color:#fff;
  box-shadow: 0px 4px 16px #00000029;
  border-radius:8px;
  
}
.container-bg > *:not(.overlay) {
  position: relative;
  z-index: 1;
}



.hero-content .h1 {

  font-family:"Effra" !important;
  font-size:36px !important;
  font-weight:700 !important;
  color:#604aab !important;
}

.feature-mobile {
  display:none;
}

.mobile-image {
  display:none;
}

.hero-content {
  width:50%;
  padding-top:2em;
}

@media only screen and (max-width:768px) {
  .hero-content {
    text-align:center !important;
  }
  .navbar-ppc {
    justify-content:center !important;
  }
  .mobile-image {
    display:none;
  }
  
  .feature-mobile {
    display:block;
  }
  .feature-desktop {
    display:none;
  }
}

/* Form Styling */

.hero-form label {
  font-family:"Effra",sans-serif;
  margin-bottom:4px;
  font-weight:normal !important;
}

@media only screen and (max-width:768px) {
  .hs-form-field {
    text-align:left !important;
  }
  
  .hero-content .h1 {
  font-size:24px !important;
}

}

.hero-form .inputs-list {
  list-style:none;
  padding:0;
}


button,input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    background-color: #fff;
    border: 2px solid #0072bc!important;
    border-radius: 8px!important;
    border-radius: 6px!important;
    color: #333!important;
    font-family: Effra,sans-serif;
    font-size: 16px!important;
    font-weight: 400;

    line-height: 18px;
    outline: 0;
    padding: 14px 17px!important;
    width: 100%
}

.hero-form .hs-form-field {
  margin-bottom:1em;
}

.hero-form .hs-button {
  background-color:#0072bc !important;
  color: #fff !important;
}
.hero-form .hs-form-booleancheckbox-display {
  display:flex;
  column-gap:8px;
}
.hero-form input[type='checkbox'] {
  width:24px;
  height:24px;
}


.navbar-ppc {
    max-width:1280px;
  margin:0 auto;
  background-color:transparent;
}

.header-container-wrapper {
    background-color:#97C8E8;
}


@media only screen and (max-width:1024px) {
  .container-bg {
    background:url('https://5324278.fs1.hubspotusercontent-na1.net/hubfs/5324278/Assets/Freightcom/MicrosoftTeams-image%20(187).png') !important;
    padding-bottom:30em;
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-position-y: bottom !important;
  }
  
    .hero-content {
  width:100%;

}
  