@media only screen and (min-width: 600px) and (max-width: 767px) {
    .contact_size_form{
      zoom: 0.9;
    }
  }

  @media only screen and (min-width: 497px) and (max-width: 599px) {
    .contact_size_form{
      zoom: 0.89;
      /* padding: 40px !important; */
    }
  }

  @media only screen and (min-width: 470px) and (max-width: 496px) {
    .contact_size_form{
     font-size: 17px !important;
    }
  }

  @media only screen and (min-width: 450px) and (max-width: 469px) {
    .contact_size_form{
     font-size: 16px !important;
    }
  }
  @media only screen and (max-width: 449px) {
    .contact_size_form{
     zoom:0.89 !important;
    }
  }