/* ========================================
   Stylesheet for the mobile fixes
   ======================================== */

   /* ========================================
   Everything 
   ======================================== */

   @media (min-width: 768px) {
    .main {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on larger screens */
    }
  }

   @media screen and (max-width:1000px) {
  
    /* form */
    .form-wrapper {
      width: 80%;
    }
       
       /* TINISI FRIDAY SEPT 1 */
      
      .navi a {
    display: none;
}
      
      
/* TINISI FRIDAY SEPT 1 END */   
  
  }
  
  /* ========================================
   Forminator 
   ======================================== */

  @media screen and (max-width:783px) {   
      
    /*span.forminator-step-label {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      margin-bottom: 0;
    }*/
  }

  /*@media screen and (max-width:783px) {
    span.forminator-step-label {
      position: absolute !important;
      left: 50% !important;
      transform: translate(-50%, 0) !important;
      margin-bottom: 0 !important;
      overflow: visible !important;
    }
  }*/
   