.pto-cta.OnQtemp-sec::before {
    background: #009bdd17;
    content: "";
    position: absolute;
    height: 110%;
    width: 100%;
    clip-path: polygon(0 0, 100% 39%, 100% 63%, 0% 100%);
    z-index: -1;
    top: -40px;
  }

  .pto-cta.OnQtemp-sec{
    position: relative;

  }
  .pto-cta.OnQtemp-sec h2 {
    margin-top: 0;
    font-size: 3.5rem;
    color: var(--NavyBlue);
  }
  

  div#footercontact input {
    margin-right: .5rem;
  }
  .wpcf7-list-item input[type=checkbox]{
    margin-bottom:0!important;
  }
  .wpcf7-list-item label {
    display: flex;
    align-items: center;
  }

  #footercontact input {
    padding: .8rem;
  }
  /* Form button */
  #home-pto-cta .TPOSubmit-wrapper input {
    background: var(--NavyBlue);
    color: white;
    border: none;
    margin-top: 2rem !important;
  }
  .footer-form label {
    width: 100%;
  }
#footercontact input{
width:100%;
}
div#footercontact input {
    margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .pto-cta.OnQtemp-sec h2 {
    font-size: 2rem;

  }
  .cta-content-wrapper .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .control-CL.d-flex{
    display:block!important;
  }
  .Hero-title-sec {
    margin-top: 1rem;
  }
}
  
@media screen and (max-width: 380px){
  .side-btn-text {
    
    padding: 19rem 0 0 13rem;
  }
}