.banner-with-form-section {
  background: #3D3935;
  display: flex;
  min-height: 270px;
  align-items: center;
  padding: 66px 0 87px;
  position: relative;

  background-position: 95% 40%;
  background-repeat: no-repeat;
  background-size: 900px 900px;
}
.banner-with-form-section h1{
  color: #fff;
  max-width: 516px;
  margin: 0;
  line-height: 50px;
  text-transform:uppercase;
}
.text-with-form-area {
  background: #F7F7F7;
}
.blog-form-mod .content-wrapper {
  display: flex;
  justify-content: center;
}
.text-with-form-area .text-area {
  max-width: 505px;
  padding-top: 75px;
  padding-right: 55px;
}
.text-with-form-area .text-area p {
  font-size: 18px;
  line-height: 28px;
}
.text-with-form-area .gallery-area {
  margin: 30px 0 91px;
}
.text-with-form-area .gallery-area img {
  width: 100%;
}
.text-with-form-area .form-area {
  max-width: 540px;
  padding: 43px;
  background: #FEF8FA;
  box-shadow: 15px 25px 40px #0000001C;
  border-radius: 5px;
  margin-top: -185px;
  position: relative;
  height: 100%;
}
.text-with-form-area .form-area h2{
  margin-bottom:25px;
  text-transform:uppercase;
}
.form-area form fieldset{
  gap:34px;
}
.form-area input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), select, textarea {
  min-height: 2.9rem;
  border-radius: 1px;
  border: 1px solid #3D3935;
  color: #A09C98;
  border-radius:3px;
  font-family: 'Poppins';
}
.hs-error-msg {
  color: #d64000; !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #A09C98;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #A09C98;
}

::placeholder {
  color: #A09C98;
}
.form-area span, .field>label, .form-group label, .form-group span {
  font-family: 'Poppins';
  font-weight: 600; 
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.legal-consent-container .hs-form-booleancheckbox-display p strong {
  font-weight: 600;
}
.form-area legend.hs-field-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Nunito";
}
.form-area fieldset.form-columns-1 input[type=checkbox]{
  width:19px !important;
  height:19px !important;
  border-radius: 5px;
  display:none !important;
}
.legal-consent-container .hs-form-booleancheckbox-display input{
  display:none !important;
}
/* .legal-consent-container .hs-form-booleancheckbox-display input{
border: 1px solid #707070;
height: 19px!important;
width: 19px!important;
border-radius: 5px;
accent-color: #d64000;;
}
.legal-consent-container .hs-form-booleancheckbox-display input:hover{
accent-color: #d64000; !important;
opacity: 1 !important;
} */
.form-area .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  padding-left: 35px;
  margin-left:0px;
  font-weight: 600;
  position:relative;
}
.form-area .legal-consent-container .hs-form-booleancheckbox-display>span:before{
  background: #fff;
  border: 1px solid #000;
  content: "";
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
  border-radius: 5px;
}
.form-area .legal-consent-container .hs-form-booleancheckbox-display>span:after{
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-area fieldset.form-columns-1 input[type=checkbox]:checked + span:before,.form-area .legal-consent-container input[type=checkbox]:checked + span:before{
  background:#d64000;;
  border-color:#d64000;;
}
.form-area fieldset.form-columns-1 input[type=checkbox]:checked + span:after,.form-area .legal-consent-container input[type=checkbox]:checked + span:after{
  display:block;
}
.form-area form .hs-richtext p{
  font-size: 12px;
  font-family: "Nunito";
  line-height: 21px;
  font-weight: 600;
  margin-bottom:29px;
}
.form-area form .hs_submit{
  width:100%;
  max-width:100%;
}
.form-area form input[type=submit].hs-button {
  width:100%;
  max-width:100%;
  justify-content:center;
  align-items:center;
  font-size: 18px;
  text-transform:uppercase;
}
.form-area legend.hs-field-desc {
  font-size: 12px !important;
  font-family: "Nunito" !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  color: #30343B !important;
}
.form-area .input .inputs-list{
  display:flex;
  flex-wrap:wrap;
}
.form-area .input .inputs-list li.hs-form-radio{
  width:50%;
  max-width:100%;
  margin:6px 0px;
}
.form-area .input .inputs-list li.hs-form-radio label{
  display:flex;
  align-items:center;
}

.form-area .input .inputs-list li.hs-form-radio label span{
  padding-left:41px;
  margin-bottom:0px;
  font-weight:400;
  position:relative;
  min-height:28px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.form-area .input .inputs-list li.hs-form-radio label span:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
}
.form-area .hs-richtext a {
  text-decoration: underline;
}
.form-area .input .inputs-list li.hs-form-radio label span:after{
  content: '';
  width: 16px;
  height: 16px;
  background: #d64000;;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-area fieldset.form-columns-1 input[type=radio]:not(:checked) + span:after {
  opacity: 0 !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}
.form-area fieldset.form-columns-1 input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-area fieldset.form-columns-1 input[type=radio] {
  display:none;
  width: 28px !important;
  height:28px !important;
}
.form-area .hs-fieldtype-textarea.hs-input{
  min-height:110px;
  margin-top:15px;
}
/* xctm Code*/
.form-area .hs-error-msgs {
  order: 3;
  padding-top: 10px;
}
.form-area select {
  background-image: url('https://19565931.fs1.hubspotusercontent-na1.net/hubfs/19565931/Imagen%202023/down-chevron%20(1).svg');
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  height: auto;
  line-height: 1;
  color: #A09C98;
}

@media (max-width:1440px){
  .banner-with-form-section {
    background-position: 135% 40%;
  }
}
@media(max-width:991px){
  .banner-with-form-section h1 {
    max-width: 100% !important;
  }
  .text-with-form-area {
    padding-bottom: 90px;
  }
  .text-with-form-area .content-wrapper {
    display: block;
  }
  .text-with-form-area .text-area {
    max-width: 100%;
    padding-right: 0px;
    padding-top: 75px;
    margin-bottom: 30px;
  }
  .text-with-form-area .form-area {
    /*     margin-top: 0px !important; */
    max-width: 100%;
  }
  .form-area form fieldset{
    gap:0px;
  }
  .form-area .input .inputs-list li.hs-form-radio:nth-child(odd){
    padding-right:15px;
  }

} 
@media(max-width:1199px){
  .banner-with-form-section {
    background-position: 135% 50%;
    background-size:800px 800px;
  }
  .banner-with-form-section h1 {
    max-width: 420px;
  }
  .text-with-form-area.blog-form-mod .form-area {
    margin-top: -185px;
  }
}
@media (max-width:575px){
  .form-area .input .inputs-list li.hs-form-radio{
    width:100%;
  }
  .form-area .input .inputs-list li.hs-form-radio:nth-child(odd){
    padding-right:0px;
  }
  .text-with-form-area .form-area{
    padding:43px 30px;
  }
  .form-area .input .inputs-list li.hs-form-radio label {
    margin: 0px;
  }
}
@media (max-width:480px){
  .form-area .input .inputs-list li.hs-form-radio label span:before {
    width: 20px;
    height: 20px;
  }
  .form-area .input .inputs-list li.hs-form-radio label span:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;

  }
  .form-area .input .inputs-list li.hs-form-radio label span {
    margin-left: 0;
    margin-bottom: 0px;
    padding-left:30px;
  }
}