  .contact-modal {
    display: none;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 150px;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto !important;
    background-color: #fff;
    max-width: 630px;
    max-height: fit-content;
    overflow-y: scroll;
    padding: 50px 60px 80px 65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 100;
    text-align: center;
  }
  @media (max-height: 850px) {
    .contact-modal {
      max-height: initial;
      top: 0 !important;
    }
  }
  .modal-4 {
    background: #58595c;
  }
  .modal-4 .close {
    color: #a7a9ac;
  }
  .modal-4 input {
    background-color: #444547 !important;
    border-color: transparent !important;
  }
  .modal-4 h3, .modal-4 p, .modal-4 ::placeholder  {
    color: #ffffff !important;
  }
  .modal-4 .hs-button {
    background-color: #67a125 !important;
    border: 1px solid #ffffff !important;
    font-family: 'Montserrat', sans-serif !Important;
    font-weight: 500 !important;
    font-size: 16px;
  }
  .modal-image {
    margin-bottom: 20px;
  }
  @media (max-height: 1000px) {
    .contact-modal {
      top: 100px !important;
      bottom: 30px !important;
      right: 0;
      left: 0;
    }
  }
  .contact-modal h3 {
    color: #000;
    padding-bottom: 1px;
    text-align: center;
    margin-top: -20px;
  }

  .contact-modal p {
    text-align: center; 
    padding-bottom: 10px;
    color: #000000;
  }
  }

  .contact-modal strong {
    font-weight: 700;
  }

  .contact-modal form input {
    border: 2px solid #e7e7e7;
  }

  .modal-mask-1 {
    display: none;
    z-index: 99;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
  }

  .contact-modal-close-outer {
    position: absolute;
    right: 35px;
    top: 10px;
  }

  .close {
    text-decoration: none;
    color: #B9B9B9;
    position: fixed;
    cursor: pointer;
    font-size: 25px;
  }

  .pop-up-form button {
    height: 44px;
    border: none;
    border-radius: 0;
  }

  .pop-up-form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .pop-up-form 
  .hs-form input[type="text"],
  .hs-form input[type="password"], 
  .hs-form input[type="datetime"], 
  .hs-form input[type="datetime-local"], 
  .hs-form input[type="date"], 
  .hs-form input[type="month"], 
  .hs-form input[type="time"], 
  .hs-form input[type="week"], 
  .hs-form input[type="number"], 
  .hs-form input[type="email"], 
  .hs-form input[type="url"], 
  .hs-form input[type="search"], 
  .hs-form input[type="tel"], 
  .hs-form input[type="color"],
  .hs-form input[type="file"],
  .hs-form textarea,
  .hs-form select {
    width: 100%; 
    padding: 10px;
    font-size: 14px;
    margin: 0px 0 12px 0px;
  }

  .pop-up-form input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error {
    border-color: red !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
  }

  .pop-up-form .hs_error_rollup ul.hs-error-msgs.inputs-list {
    display: block !important;
  }

  .pop-up-form select {
    padding: 10px;
    font-size: 14px;
    margin: 5px;
  }

  .pop-up-form .hs-form
  ::-webkit-input-placeholder,
  :-moz-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder {  
    color: black !important;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
  }

  .pop-up-form input.hs-button.primary.large{
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    width: 200px;
    background:  #f39006;
    border: 2px solid #f39006;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
  }


  .pop-up-form input.hs-button.primary.large:hover{
    transform: scale(1.1);
  }
  .pop-up-form form .field>label {
    display: none !Important; 
  }

  .pop-up-form div.actions {
    text-align: center;
    padding: 10px !important;
  }

  .pop-up-form body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    padding: 18px !important;

  }

  .pop-up-form input.hs-input,
  textarea.hs-input {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .pop-up-form input.hs-input:focus,
  textarea.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
  }

  .pop-up-form input.hs-input.error,
  .hs-form div.field.error input,
  .hs-form div.field.error textarea,
  .hs-form div.field.error .chzn-choices,
  textarea.hs-input.error {
    border-color: red;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .pop-up-form ul.hs-error-msgs.inputs-list {
    display: none !Important; 
  }
  /**
  .submitted-message:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  width: 50px;
  height: 100px;
  color: #d98209;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
  font-size: 60px;
  position: relative;
  } **/


  @media (max-width: 767px) {
    .contact-modal {max-width: 76%; padding: 30px 7%!important;}
  }
  @media (max-width: 500px) {
    .contact-modal {
      overflow-y: scroll !important;
      top: 0px;}
  }
  @media (max-height: 500px) {
    .contact-modal {
      overflow-y: scroll !important;
      top: 0px;}
  }