/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 22:57:35 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

  .page-pilot-training .hubspot-form-parent-div {
    display: block;
    padding: 25px;
    z-index: 7;
    width: 390px;
    background-color: #ee3135;
    color: #ffffff;
    border-radius: 12px;
    position: absolute;
    left: 58vw;
    top: 280px;
  }

  @media (max-width: 1250px) {
    .page-pilot-training .hubspot-form-parent-div {
      display: none !important;
    }
    .page-pilot-training .arrow-img {
      display: none !important;
    }
  }


.page-pilot-training .hubspot-form-parent-div-mobile {
  display: none;
  padding: 25px;
  z-index: 7;
  width: 390px;
  background-color: #ee3135;
  color: #ffffff;
  border-radius: 12px;
}

@media (max-width: 1250px) {
 .page-pilot-training .hubspot-form-parent-div-mobile {
   display: block !important;
  }
  .page-pilot-training .arrow-img {
    display: none !important;
  }
}



