
.hsfc-FormWrapper{
background-color: #DEDEDE;
  border-radius: 10px;
  padding-bottom: 25px; 
}
.hsfc-RichText p{
 color: #000 !important; 
 margin: 0; font-family: "Montserrat", Sans-serif !important;
}

.hsfc-FormWrapper  .hsfc-FieldLabel{width: 100%;margin: 0 !important; align-items: flex-start !important;
  font-size: 16px !important; font-weight: 500; line-height: 27px;font-family: "Montserrat", Sans-serif !important;
  color: #000 !important; }
.hsfc-DataPrivacyField .hsfc-RichText{
font-size: 16px !important; font-family: "Montserrat", Sans-serif !important;font-weight: normal;line-height: 25px;
color: #000 !important;
}
.hsfc-FormWrapper .hsfc-Step__Content{padding: 15px 23px !important;}
.hsfc-FormWrapper .hsfc-Row { gap: 15px !important;}
.hsfc-FormWrapper .hsfc-Row input {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #8a8a8a;
  height: 30px;
  padding: 8px 10px;
  outline: none !important;
  margin: 0 !important;
  font-family: "Roboto";
}
.hsfc-ErrorAlert {
  font-size: 13px !important;
}
.hsfc-FormWrapper .hsfc-Row textarea {
    width: 100%;
  background: #f9f9f9;
  border: 1px solid #8a8a8a;
  height: 80px;
  padding: 8px 10px;
  resize: none;
  font-family: "Roboto";
}
.hsfc-FormWrapper .hsfc-Row .hsfc-PhoneInput  .hsfc-PhoneInput__FlagAndCaret{
    padding: 2px 5px; border-color: #8a8a8a;
}
.hsfc-NavigationRow{
    margin-top: 0px !important;
}
.hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button{
    width: 151px;
  height: 35px;
  background: #69727D;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
}
.hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button:hover{
    background: #ffffff !important;
  color: #69727D !important;
  border: 1px solid #69727D !important;
  transform: unset !important;
}
.elementor-section.lets-talk-form-sec1 .elementor-container{ align-items: flex-start;}
.hsfc-FormWrapper .hsfc-Row .hsfc-CheckboxField input{
    width: auto; height: auto;margin-top: 6px !important;
}