.cm-grow-your-business-group {
  padding: 0px 0 70px;
  text-align: center;
  z-index:99;
}
[dir="rtl"] .praposal-section .input .hs-input {
  text-align: right;
}
.cm-grow-your-business-group h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: .2px;
  padding-bottom: 10px;
  line-height: 60px;
}
.cm-grow-your-business-group .content p {
  font-size: 17px;
  margin: 0;
  line-height:27px;
}
.cm-grow-your-business-group .buttons-group a {
  display: inline-block;
  margin: 0px 15px;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 12px 30px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
}
.cm-grow-your-business-group .buttons-group a:hover {
  background: #9354ff;
  color: #fff;
  border-color: #9354ff;
}
.cm-grow-your-business-group .buttons-group {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-grow-your-business-group .buttons-group p {
  margin: 0;
  line-height: 27px;
}
.cm-grow-your-business-group .praposal-section {
  width: 100%;
  position: fixed;
  z-index: 999;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  overflow: scroll;
  visibility: hidden;
  transition: all .5s;
  display: flex;
}
.cm-grow-your-business-group .praposal-section .praposal-form {
  max-width: 600px;
  width: 100%;
  float: none;
  margin: auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  padding: 40px
}
.cm-grow-your-business-group .praposal-section .praposal-form .form-close i {
  margin: auto;
  height: 35px;
  width: 35px;
  background-color: #9354ff;
  font-family: FontAwesome;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right:-1px;
}
.cm-grow-your-business-group .praposal-section.slide-down .legal-consent-container {
  font-size: 12px;
}
.cm-grow-your-business-group .praposal-section.slide-down .legal-consent-container a {
  color: #9354ff;
}
.cm-grow-your-business-group .praposal-section .praposal-form {
  transition: all .5s;
  transform: translateY(-1000px)
}
.cm-grow-your-business-group .praposal-section .praposal-form h3 {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 34px;
  color: #444;
  text-transform: none;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #000;
  letter-spacing: -.5px
}
.praposal-section .input .hs-input {
  border-bottom: 2px solid #3c3c3b;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding: 12px 5px;
  box-sizing: border-box;
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: left;
  font-size: 15px;
  background-color: #fff;
  margin-bottom: 0px;
  margin-right: 5px;
  outline: 0;
  -webkit-appearance: none
}
.cm-grow-your-business-group .praposal-section form.hs-form .input input.error,
.cm-grow-your-business-group .praposal-section form.hs-form .input select.error,
.cm-grow-your-business-group .praposal-section .hs-form fieldset.form-columns-1 .hs-input.error {
  border-color: red
}
.cm-grow-your-business-group .praposal-section .hs-form label {1
  display: none
}
.cm-grow-your-business-group .praposal-section input.hs-button.primary.large {
  background: #9354ff;
  text-align: center;
  padding: 15px 46px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  line-height: normal;
  border: 0;
  margin: 20px auto 0 auto;
  letter-spacing: 2px;
  align-items: center;
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.cm-grow-your-business-group .praposal-section input.hs-button.primary.large:hover {
  background-color: #fff;
  color: #9354ff;
  border: 1px solid #9354ff;
}
.cm-grow-your-business-group .ready-bis-btn a i {
  padding-right: 5px;
}
.cm-grow-your-business-group .praposal-section form select {
  background-position: right;
  -moz-appearance: none;
  background-size: 21px;
  -webkit-appearance: none
}
.cm-grow-your-business-group .praposal-section.slide-down .praposal-form {
  transform: translateY(30px);
  transition: all .5s
}
.cm-grow-your-business-group .praposal-section.slide-down {
  opacity: 1;
  visibility: visible;
  transition: all .5s
}
.cm-grow-your-business-group .buttons-group a i {
  margin-right: 5px;
}
.cm-grow-your-business-group .praposal-section .hide-label .hs-form-field > label {
  display: none;
}
.cm-grow-your-business-group .praposal-section h3 {
  text-align: center;
  line-height: 34px;
  color: #444;
  text-transform: none;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #000;
  display: block;
  letter-spacing: -.5px;
}
.cm-grow-your-business-group .praposal-section h3.form-title:empty {
  display: none;
}
.cm-grow-your-business-group ul.no-list.hs-error-msgs.inputs-list {
  display: none !important;
}

@media(max-width:991px){
  .cm-grow-your-business-group h2 {
    font-size: 40px;
    line-height: 47px;
  }

}

@media(max-width:767px){
  .cm-grow-your-business-group .praposal-section .praposal-form {
    max-width: 100%;
    padding: 25px 15px;
  }
  .cm-grow-your-business-group h2 {
    font-size: 31px;
  }
  .cm-grow-your-business-group h2 {
    font-size: 31px;
    line-height: 39px;
  }
  .cm-grow-your-business-group .buttons-group {
    flex-direction: column;
  }
  .cm-grow-your-business-group .buttons-group a{
    font-size: 14px;
  }
  .cm-grow-your-business-group .buttons-group a {   
    width: 100%;
    margin: 10px 0;
  }
  .cm-grow-your-business-group {
    padding: 0;   
  }
  .cm-grow-your-business-group .praposal-section {
    padding: 50px 20px 90px;
    overflow-y: auto;
  }
  .cm-grow-your-business-group .praposal-section input.hs-button.primary.large {
    padding: 15px 25px;
  }
}