.pt-2, .pb-2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.feature--content h4 {
    line-height: 25px;
  color: #313131;
    /* margin-top: 5px; */
}

.feature-left .feature-panel {
    margin-bottom: 40px;
    /* margin-left: 0; */
    /* margin-right: 0; */
    left: 10%;
    right: 10%;
}

.conter h1{
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}

.conter {
  padding-right: 10px;
}

.bd-red {
   
    border-color: #ed3b41;
}

.col-sm-5.p-0.bcs {
    background-color: #ed3b41;
}

.bnr-wrp {
    padding: 36px 34px;
    margin-top: auto;
    margin-bottom: auto;
}
.bnr-wrp h1{
    line-height: 42px;
}

.pt-4 {
  padding-top: 50px;
}
.pb-4 {
  padding-bottom: 50px;
}

@media(max-width: 600px){
.bnr-wrp h1 {
    line-height: 34px;
    font-size: 27px;
}
}

.mt-2 {
  margin-top: 30px;
}

.from-rw div form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.slide--action .hs-form-field, .slide--action .hs_error_rollup {
position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.slide--action .hs-form-field label{
  text-transform: capitalize;
 display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.slide--action .hs-form-field input, select{
     background: transparent;
    border: 1px solid e0e0e0;
    border-radius: 3px;
    color: #aaa;
    font-family: Nunito Sans,sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    padding-left: 24px;
    position: relative;
      display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.slide--action .hs-form-field input:focus, select:focus {
    border-color: #ff9b9b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255 255 255 / 60%)
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255 255 255 / 60%)
}

.slide--action .hs-button {
margin-top: 10px!important;
      position: relative;
    text-align: center;
  border-radius: 3px;
    font-family: Nunito Sans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px!important;
    text-transform: uppercase;
    z-index: 2;
  background-color: #ed3b41;
    border-color: #ed3b41;
    color: #fff;
      width: 100%;
      display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  -webkit-appearance: button;
    cursor: pointer;

  
}

.slide--action .hs-submit {
 padding-right: 15px;
    padding-left: 15px;
  width: 100%;
}

.slide--action .hs-button:active:focus, .hs-button:focus {
  background-color: #d9272d;
    border-color: #d9272d;
color: #fff!important;
  outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.slider-form .slide--action p {
    margin-bottom: 30px;
}

@media(max-width: 768px){
  .slide--action .hs-form-field, .slide--action .hs_error_rollup {
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin-top: -10px;
}

ul.no-list.hs-error-msgs.inputs-list label {
    font-size: 12px;
    color: #cb0000;
    font-weight: 300;
}

.submitted-message.hs-main-font-element {
    text-align: center;
    font-size: 18px;
}