/* new css of form section */
#form-section {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px 40px;
}


.first-flex {
    display: flex;
    justify-content: space-between;
  align-items: center;
    /* align-items: center; */
}

.valuation-leader h1 {
    color: #fc8e26;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    /* padding-top: 12px; */
    padding-bottom: 10px !important;
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
    margin: 0;
}
.hs-input[type=text]{
  color: #000 !important;
}

.streamline-heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #272727;
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  padding:10px 0 20px 0;
    
}

.fin-ops-para {
    font-size: 18px;
    line-height: 27px;
    color: #272727;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f6f6f6 inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color:  !important;
}
.submitted-message.hs-main-font-element.hs-form-af791ac5-2811-44ff-8c5a-aedc194d0a76.hs-form-af791ac5-2811-44ff-8c5a-aedc194d0a76_e07a9f53-5b9c-44d9-b15f-4eb8c84128f1 {
    text-align: center;
}

input {
    caret-color: #000 !important;
  
}

.form-section-left {
    max-width: 680px !important;
    width: 100% !important;
    background: #ffffff;
}
.submitted-message {
    text-align: center;
}

/* .form-section-left {
    max-width: 654px;
    width: 100%;
    padding: 0;
    background-image: url('https://blog.escalon.services/hubfs/Path%209165@2x.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
} */
.form-heading {
    font-size: 22px;
    line-height: 25px;
    color: #272f36;
    text-align: center;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    margin-bottom: 29px;
}


@media (max-width:991px) {
    .form-section-left {
/*         padding-bottom: 40px !important; */
    }
}

#form-section h5 {
    font-size: 74px;
    line-height: 93px;
    font-weight: 700;
    padding-right: 20px;
    color: #fc8e26;
}

.percent-text {
    font-size: 28px;
    line-height: 36px;
    color: #272727;
    padding-right: 25px;
}

.form-section-right {
    max-width: 475px;
    background-color: #FFFFFF;
    width: 100%;
    margin-left: 50px;
}

.main-form label {
    color: #272727;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    margin-top: 20px !important;
  

}

span.hs-form-required {
    color: #FF0000;
}

.hs-input {
    width: 100% !important;
    background-color: #F6F6F6 !important;
    margin-top: 8px;
    border: 0;
    padding: 5px 0px;
    padding-left: 5px !important;
    font-size: 14px;
    line-height: 27px;
    height: 45px;
    border-radius: 0 !important;
    margin-top: 5px;
    margin-bottom: 24px;
    outline: transparent;
  text-indent: 5px;
  color:#272727 !important;
}
::placeholder {
    color: #272727 !important;
    
}
input[type=text]{
    color: #000;
    background-color: #b4b4b4;
}
.form-columns-2 {
  display: flex;
    gap:30px;
    justify-content: center;
    width: 100% !important
}
.main-form {
    margin: 0 auto;
    max-width: 508px;
    width: 100%;
  padding: 24px;
  box-shadow: 0 16px 47px -18px #000 !important;
      border-radius: 10px !important;
}

.form-columns-1 {
    width: 100% !important
}

.no-list {
    display: none;
}

label.hs-main-font-element {
    padding-right: 10px !important;
 color: #000;
}

@media (max-width:1270px) and (min-width:992px) {
    #form-section {
        padding: 30px 30px;
    }

}

@media (max-width:991px) {
    #form-section {
        padding: 48px 20px;
    }

    .form-section-right {
        margin: 0 auto;
        margin-left: 40px !important;
    }

    input.hs-button.primary.large {
        margin: 30px auto 0 auto !important;
    }

    .form-section-left ul {
        font-size: 18px !important;
        line-height: 23px !important;
    }.form-columns-2 {
  display: flex;
      gap:20px;
  }
  .hs-input {
    text-indent: 3px;
  }

    .percent-section p {
        font-size: 23px !important;
        line-height: 29px !important;
    }

    .valuation-leader h1 {
        font-size: 32px !important;
        line-height:40px !important;
    }
  .streamline-heading {
    font-size: 22px;
    line-height: 28px;
  }

    .fin-ops-para {
        font-size: 17px;
        line-height: 23px;
    }

    .percent-section h5 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .main-form label {
        font-size: 14px !important;
        line-height: 19px !important;
    }

}

@media (max-width:767px) {
    #form-section {
        padding: 20px 10px !important;
    }

    .first-flex {
        flex-direction: column;
        align-items: center;
      
    }
  .main-form {
    padding: 18px;
}

    /* .d-flex.flex-column {
        text-align: center;
    } */
    .hs-input{
        font-size: 14px;
        line-height: 16px;
      text-indent: 0px !important;
      margin-bottom: 18px;
    }
  input[type=submit] {
    background-color: #ef8c3a;
    border: 0 !important;
    font-size: 14px !important ;
    line-height: 16px !important;
  }
    input[type=text]{
        font-size: 14px !important;
        line-height: 16px !important;
        color: #2727272;
        background-color: #b4b4b4;
    }
      .hs-button.primary. {
        margin-top: 4px !important;
    }

    .fin-ops-para {
        padding-right: 0px !important;
      padding-top:10px;
      padding-bottom: 24px !important;
    }

    .form-section-right {
        margin: 0 auto !important;
    }

    .streamline-heading {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        text-align: center;

    }
  .fin-ops-para {
        font-size: 16px !important;
        line-height: 22px !important;
      text-align:center;
    }
.form-section-left {
    background: #ffffff;
    margin-bottom: 20px;
}

    .percent-section h5 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .valuation-leader h1 {
       text-align: center;
        font-size: 24px !important;
        line-height: 32px !important; 
    }

    .form-heading {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0 !important;
      margin-bottom:22px !important ;
    }

    .form-section-left ul {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    .percent-section p {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .main-form label {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .no-list .hs-main-font-element {
        font-size: 11px !important;
    }
}



@media (max-width:480px) {
    fieldset {
        width: 310px !important;
    }
  .hs-button.primary. {
        margin-top: 4px !important;
    }
}

@media (max-width: 450px) {
    .hs_error_rollup {
        text-align: center !important;
    }

    

    .hs-form-field {
        width: 100% !important;
/*         margin: 0 auto !important; */
    }

    .input {
        margin-right: 0 !important;
    }

    .hs_submit {
        margin: 0 auto;
        width: 80%;
    }
  .hs-button.primary. {
        margin-top: 4px !important;
    }
}

.pad-0 {
    padding-right: 0 !important;
}

@media (min-width:991px) and (max-width:1050px) {
    #form-section h5 {
        font-size: 60px !important;
    }
}

.percent-section {
    padding-top: 50px;
}

.hs-error-msg {
    list-style-type: none;
}





label.hs-main-font-element {
    padding-top: 10px;
    font-size: 12px !important;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
}

#firstname-8dc7dcb4-5727-488e-ab92-b6041e0d1994 {
    width: 306px;
    background-color: #515154;
    margin-top: 8px;
    color: #FFFFFF;
}

.fin-ops-para {
    max-width: 615px;
    width: 100%;
    padding-right: 20px;
}


.hs-fieldtype-select select {
    appearance: none;
/*     background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ffffff'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat; */
  background:url("https://blog.escalon.services/hubfs/2024%20Landing%20Page%20Template/pngfind.com-down-arrow-png-2997801.png") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) 18px;
    background-repeat: no-repeat;
    background-color: #515154;
  color: #272727 !important;
}

#phone-8dc7dcb4-5727-488e-ab92-b6041e0d1994:focus-visible {
    outline: none;
}

.hs-error-msg {
    padding-top: 0px;
    display: none;
    color: #fff;
}
.form-section-right {
    background: #ffffff;
    
}

button {
    line-height: 14px;
}

.input {
    text-align: center;
    margin-right: 8px;
}

::placeholder {
    color: #fff;
    font-size: 15px;
}

.hs-error-msg {
    padding-top: 12px;
    color: #ffffff;
}

input.hs-button.primary.large {
  cursor: pointer;
  margin-top: 5px !important ;
/*     margin: 40px auto 0 auto !important; */
}

ul {
    list-style-type: none;
}

.actions {
    max-width: 306px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

input[type=submit] {
    background-color: #ef8c3a;
    max-width: 164px;
    width: 100%;
    color: #ffffff;
    padding: 16px 21px;
    font-size: 16px;
    line-height: 18px;
    border: 0px !important;
  font-weight:500;
}

.hs-nested-form-fix {
    width: 100%;
}

.hs_error_rollup {
    text-align: end;
    font-size: 12px;
}

.hs_error_rollup li {
    padding: 0px;
}

    

.form-section-left ul {
    color: #272727;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
    list-style: none;
    padding-left: 30px;
}

.form-section-left ul li {
    position: relative;
    padding-bottom: 4px;
}

.form-section-left ul li::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url("https://blog.escalon.services/hubfs/Early%20Growth/Path%209336.png");
    position: absolute;
}

@media (min-width:1200px) {
    .form-section-left ul li::before {
        top: 19%;
        left: -30px;
    }
}

@media (max-width:1200px) and (min-width:991px) {
    .form-section-left ul li::before {
        top: 15%;
        left: -29px;
    }
}

@media (max-width:991px) {
    .form-section-left ul li::before {
        left: -27px;
        top: 6%;
    }
  input.hs-button.primary.large {
  margin-top: 4px !important ;
/*     margin: 40px auto 0 auto !important; */
}
}

@media (max-width:767px) {
    .form-section-left ul li::before {
        left: -25px !important;
        top: 3% !important;
    }

    .form-section-left ul {
        padding-left: 30px;
    }
   input.hs-button.primary.large {
  margin-top: 4px ;
/*     margin: 40px auto 0 auto !important; */
}
}

@media (max-width:576px) {
    .form-section-left ul li::before {
        left: -23px !important;
        top: 6% !important;
    }

    .fin-ops-para {
        font-size: 16px !important;
        line-height: 22px;
      text-align:center;
    
    }

    .form-section-left ul {
        padding-left: 20px;
    }
   input.hs-button.primary.large {
  margin-top: 4px ;
/*     margin: 40px auto 0 auto !important; */
}
  input[type=submit]{
    max-width:124px;
    width:100%;
    padding: 16px 0px;
  }
}



@media (max-width:440px) {
    .form-section-left ul li::before {
        left: -23px !important;
        top: 10% !important;
    }
   input.hs-button.primary.large {
  margin-top: 4px ;
/*     margin: 40px auto 0 auto !important; */
}
  input[type=submit]{
    max-width:124px;
    width:100%;
    padding: 16px 0px;
  }
}

.form-section-left ul {
    padding-top: 25px;
    padding-left: 30px;
}

.orange {
    color: #fc8e26 !important;
}

/* End CSS of form section */