#salesform .leftsidetext{
 width:50%;
  float:left;
  color:#fff;
}
#salesform .rightsidetext {
    color: #fff;
    float: right;
    width: 40%;
    background-color: rgba(21, 26, 46, 0.48);
    padding: 40px;
    border-radius: 20px;
}
#salesform .rightsidetext h5{
 color:#fff; 
  margin-top:0:
}
#salesform .rightsidetext p{
 color:#fff; 
  font-size:1.2rem !important ;
}
#salesform .leftsidetext h4{
  color:#fff;
}


#salesform ::placeholder{
  color:#000;
  opacity:1;
  font-size:16px;
  font-weight:400;
}

/* Textarea Placeholder */
#salesform textarea::placeholder{
  color:#000;
}

/* For All Browsers */
#salesform ::-webkit-input-placeholder{
  color:#000;
}

#salesform :-ms-input-placeholder{
  color:#000;
}

#salesform ::-ms-input-placeholder{
  color:#000;
}
#salesform  .bluebox{
background-color: rgba(21, 26, 46, 0.48);
    padding: 30px;
    border-radius: 10px;
      margin-bottom: 40px;
  
}
#salesform  .bluebox p{
margin-bottom: 0px; 
}

#salesform .hs-submit > .actions .hs-button {
    width: 100%;
    font-size: 1.2rem !important;
    font-weight: 400;
    background: #e87722;
    border: none;
    padding: 20px;
    border-radius: 50px;
}

#salesform  .hs-submit > .actions .hs-button {
    width: 100%;
    font-weight: 400;
    background: #e87722;
    border: none;
    padding: 20px;
    border-radius: 50px;
}
#salesform  .hs-submit > .actions .hs-button:hover{
  background: #f8a81e !important;
}

section#salesform {
    padding-top: 120px;
}
#salesform .hs-form-booleancheckbox-display span p{
 font-size:.8rem !important; 
}
/* #salesbanner .legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    margin-top: 5px;
} */
#salesform form label {
    color: #ffffff;
}

#salesform .hs-form-booleancheckbox-display span p a{
    font-size: 0.8rem !important;
}

@media (max-width: 991px) {

#salesform .leftsidetext{
 width:100%;
  float:left;
  color:#fff;
}
#salesform .rightsidetext {
    color: #fff;
    float: left;
    width: 100%;
  padding:20px;
}
    
}

