/* Contact us form Start*/
.captcha1{
    border: none;
    height: auto;
}

.pricing-wrapper{
  text-decoration: none !important;
  color: inherit !important;
}

@media screen and (max-width: 820px) {
    .buttons2 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .buttons3{
        align-self: stretch;
        justify-content: flex-start;
    }
  
    .buttonreset2, .buttonsend1 {
      min-width: 60px;
      max-width: 300px;
    }
  
    .buttons1 {
      flex: unset;
      align-self: stretch;
      justify-content: flex-start;
    }
  
  }
  
  .buttonsend1:disabled {
    color: black;
    cursor: not-allowed; /* Cursor indicating the button is not clickable */
  }
  
  @media screen and (max-width: 500px) {
    .captcha1 {
      transform: scale(0.77);
      transform-origin: 0 0;
    }
  
  }
  
  @media screen and (max-width: 308px) and (min-width: 100px) {
    .buttons2, .buttons3 {
      flex-direction: column;
      align-self: stretch;
      min-width: 0;
  }
  
    .buttonreset2, .buttonsend1 {
        min-width: 60px;
        max-width: 245px;
        flex: unset;
        align-self: stretch;
    }
  }
  
  @media screen and (max-width: 420px) {
    .name1, .organisation {
        width: 100%;
        flex: unset;
        align-self: stretch;
    }
  }
  /* Contact us form End*/
  /* updating size of navbar blogs link */
  .insights16{
    width: 37px;
  }