@media screen and (min-width: 1000px) {
  .display_none_c {
    display: none !important;
  }

  html {
    /* height:100%; */
  }
}

@media screen and (min-width: 1400px) {
  html {
    height: 100%;
    min-height: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .popup-form {
    padding: 0px;
  }
}