.modal.change_form-style .modal-content {
  background: #fff;
  position: relative;
  border: 3px solid #1bc74e !important;
  border-radius: 16px !important;
  padding: 2rem 35px;
}

.modal.change_form-style .modal-content p {
  color: #707689;
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 33px;
}
.modal.change_form-style .hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}
.modal.change_form-style .modal-content form {
  max-width: 100%;
  background: transparent !important;
  box-shadow: none;
  padding: 0
}
.modal.change_form-style form .inputs-list span {
  font-size: 13px;
  line-height: 18px !important;
  white-space: normal;
  font-weight: normal;
  color: #33475b;
  font-family: helvetica;
}
.modal.change_form-style .modal-content .field {
  margin-bottom: 18px;
}
.modal.change_form-style form .inputs-list span a {
  text-decoration: underline;
}
.modal.change_form-style .hs-form-field label {
  font-family: helvetica;
  font-size: 13px
}
.modal.change_form-style form input[type=text],
.modal.change_form-style form input[type=email],
.modal.change_form-style form input[type=password],
.modal.change_form-style form input[type=tel],
.modal.change_form-style form input[type=number],
.modal.change_form-style form input[type=file],
.modal.change_form-style form select,
.modal.change_form-style form textarea {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  margin-bottom: 0 !important
}
.modal.change_form-style form .hs_submit.hs-submit input.hs-button {
  font-size: 14px;
  padding: 12px 24px;
  width: auto;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-family: helvetica;
  line-height: 12px !important;
  height: auto;
  border-radius: 3px;
}
.modal.change_form-style form .hs_submit.hs-submit input.hs-button:hover,
.modal form .hs_submit.hs-submit input.hs-button:hover {
    background: #fff;
    border: 2px solid #1d2023;
    color: #1d2023;
    cursor: pointer;
}
.modal.change_form-style .actions {
  text-align: center;
  margin: 17px 0;
  padding: 18px 0;
}

.modal-footer {
  padding: 0;
  border-top: none;
}

.modal.change_form-style button.btn-close,
.modal-header button.close {
  position: absolute;
  box-sizing: content-box;
  top: 0;
  opacity: .5;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background-color,color,border,-webkit-box-shadow;
  transition-property: background-color,color,border,-webkit-box-shadow;
  transition-property: box-shadow,background-color,color,border;
  transition-property: box-shadow,background-color,color,border,-webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #34393f;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  display: inline-block;
}


@media screen and (max-width: 540px) {
    .modal.change_form-style button.btn-close, 
  .modal-header button.close {
      width: 2rem;
      height: 2rem;
    }
    #contact-demo > div > div > div.modal-header > button > span {
          margin-right: -25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}


.modal.change_form-style form input[type=email] {
  width: 95%;
}


.modal form .hs_submit.hs-submit input.hs-button {
   align-items: center;
    background: #1d2023;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    text-align: center;
}

html[lang="fr"] .hs-platform-tour-page .modal form .hs_submit.hs-submit input.hs-button {
  padding: 0 !important;
  border-radius: 10px !important;
}

 
.modal-header{
  border-bottom: none !important;
  display: flex;
  flex-direction: row;
  justify-content: end;
  flex-shrink: 0;
  align-items: center;
  /*justify-content: center;*/
  height: 40px;
  padding: 10px;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  color: #212529;
}

.modal-header h3.form-title, 
.modal-body h3.form-title,
.modal-header .modal-title,
.modal-body .demo-title,
 h3.form-title {
    color: #000;
    /*font-family: Montserrat,montserrat-regular,montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    font-size: 30px;
    font-weight: 700;
    margin: 0.5rem auto;
    text-align: center;
    width: 100%;
    padding: 0 24px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

.modal-open {
  overflow: hidden;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.hs-modal-form form {
  position: relative;
  flex: 1 1 auto;
  padding: 10px;
  max-width: 100%;
  box-shadow: none;
}
.hs-modal-form form .hs-form-field {
  margin-bottom: 0;
}
.hs-modal-form form .hs-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  margin-bottom: 0;
}
.hs-modal-form form .inputs-list {
  margin-bottom: 5px;
  margin-top: 0px;
}
.hs-modal-form form .inputs-list > li {
  margin: 0;
}
.hs-modal-form form .hs_submit.hs-submit {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.hs-modal-form form label {
  font-size: 0.9em;
  color: #373D4D;
  margin-bottom: .5rem;
}
.hs-modal-form form .hs_submit.hs-submit input.hs-button {
  font-family: 'proxima-semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.hs-modal-form form .inputs-list > li a {
  text-decoration: underline;
}
.hs-modal-form form .hs-error-msg {
  color: red;
}

.modal-body {
  padding: 0;
}

.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph,
.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph {
  font-family: Proxima Nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.hs-header-bottom-inner #demo-tab .modal form input[type=email],
html[lang="fr"] .cm-partner2-sec.bt-form-sec .modal form input[type=email], 
html[lang="fr"] .custom-home-body-section .modal form input[type=email], 
html[lang="fr"] .hs-platform-tour-page .modal form input[type=email],
html[lang="fr"] .body-ibbu-wrapper .cta-final-grp .modal form input[type=email] {
  width: 100% !important;
}

#contact-demo {
 /* margin-top: 2rem;*/
  display: none;
}


.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph,
.hs-header-bottom-inner #demo-tab .modal-body p.form-paragraph {
  font-family: Proxima Nova, "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.hs-header-bottom-inner #demo-tab .modal .demo-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
   width: 100%;
}


.hs-header-bottom-inner #demo-tab .modal form input[type=email]{
  width: 100%;
}

form input[type=submit], form .hs-button {
  margin: 0;
}

form div.hs_submit.hs-submit > div.actions {
  margin-top: 2rem;
}

.submitted-message .hs-main-font-element {
  padding: 24px;
}

.submitted-message .hs-main-font-element p {
  font-family: "proxima-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}

.legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}

.hs-error-msg, .hs-error-msg, .hs_error_rollup .hs-main-font-element {
  padding-top: 0 !important;
}

#hsForm_e222c12e-cf80-465b-8271-0c25f65b67cf_3116:lang(en) > .hs_firstname {
 margin-right: 14px; 
}

@media screen and (max-width: 450px) {
          .modal-body .demo-title, h3.form-title {
             font-size: 22px !important;
          }
          .modal form input[type=text] {
            height: 40px !important;
          }
          .hs-form-field {
            margin-bottom: 0.5rem !important;
           } 
          form div.hs_submit.hs-submit > div.actions {
              margin-top: 1rem !important;
          }
          #contact-demo {
            margin-top: 1rem !important;
          }