#contact-form input.error, #contact-form textarea.error{
    border-bottom: 1px solid red;
  }
  .modal_wrap {
    display: none;
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0;
    background: none;
  }
  .modal_wrap .modal_container {
    width: 100%;
    display: flex;
    padding: 0;
  }
  .iti__flag-container{
    padding-bottom: 12px;
  }

  .thanks_modal{
    max-width: 500px;
  }
  
  .thanks_modal .modal_container{
    padding: 40px 30px;
    background: #fff;
  }
  
  .thanks_modal .title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #000;
  }

  label.error{
    display: none !important;
  }