#popup-hallo-suzuki-form {
    display: none; 
    position: fixed;
    z-index: 999;
    padding: auto;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  #content-popup-hallo-suzuki-form {
    position: absolute;
    bottom: 1%;
    right: 5px;
    background: linear-gradient(to bottom,#76b51b  30%, #FFF 0%);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
    border-radius: 5px 5px 0px 0px;
  }

  @media(max-width:768px){
    #content-popup-hallo-suzuki-form {
      width:100%;
    }
    .header-popup-hallo-suzuki-form {
     padding-bottom:50px;
    }
  }
  #btn-close-popup-hallo-suzuki-form {
    float: right;
    font-family: tawk-font-icon;
    font-size: 24px;
    color: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-style: normal;
    margin: 0 .2em;
    width: 1em;
    text-align: center;
    color: #FFF;
  }

  #btn-close-popup-hallo-suzuki-form:hover,
  #btn-close-popup-hallo-suzuki-form:focus {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
  }

  .header-popup-hallo-suzuki-form {
    text-align: center;
    margin: 20px 0px;
  }

  .label-popup-hallo-suzuki-form {
    font-size: 1rem;
    color:#FFF;
  }
 
  #contact {
    background: #F9F9F9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  
  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
  
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;
  }
  #contact select{
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 10px;
    border-radius: 5px;
  }
  
  #contact input[type="text"]:hover,
  #contact input[type="email"]:hover,
  #contact input[type="tel"]:hover,
  #contact input[type="url"]:hover,
  #contact select:hover,
  #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
  }
  
  #contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
  }
  
  #contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #76b51b;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
  }
  
  #contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  #contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  .content-popup-hallo-suzuki {
    border-left: 5px solid #76b51b;
}
  
  .copyright {
    text-align: center;
  }
  
  #contact input:focus,
  #contact select:focus,
  #contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
  }
  
  ::-webkit-input-placeholder,#contact select {
    color: #888;
  }
  
  :-moz-placeholder {
    color: #888;
  }
  
  ::-moz-placeholder {
    color: #888;
  }
  
  :-ms-input-placeholder {
    color: #888;
  }
