.activetcoverlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}
.section-form-container .legal-consent-container input {
    position: absolute;
    min-width: 15px !important;
    min-height: 15px !important;
    font-size: 20px;
    left: 0 !important;
    width: auto !important;
    top: 20px;
}
.section-form-container .legal-consent-container {
    position: relative;
}
.section-form-container .legal-consent-container p {
    padding-left: 0px;
}
.section-form-container .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
} 
.form-with-background-image-outter-wrapper {
    width: 100%;
    float: left;
}
.form-with-background-image-outter-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height:450px;
    z-index: 99;
  
}
.form-with-background-image-inner-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.form-with-background-image-outter-wrapper>div {
    position: relative;
    z-index: 999;
}
.form-content-heading h2 {
    line-height: 1.16;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 14px;
}
.form-content-sub-heading h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.75;
     
    padding-bottom: 30px;
    font-weight: 400;
}
.section-form-container input {
    background-color: #ffffff;
    width: 100% !important;
    padding: 12px 23px 10px 23px !important;
    border-radius: 0px !important;
    outline: none !important;
    border: 1px solid #97C7FF;
    color: #0D0A15 !important;
    min-height: 45px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100% !important;
}
.section-form-container label {
    line-height: 30px;
     
    font-size: 15px;
    text-align: left;
    color: rgb(255, 255, 255);
    margin-bottom: 13px !important;
    padding-left: 0px;
    width: 100% !important;
}
.section-form-container select {
    background-color: #fff;
    border: 1px solid #CFCED0;
    width: 100% !important;
    padding: 12px 200px 10px 10px !important;
    border-radius: 0px !important;
    outline: none !important;
    color: rgb(0, 0, 0) !important;
    height: 45px !important;
    line-height: 1.75;
     
    font-size: 15px;
}
.section-form-container .hs-form-field {
    margin-bottom: 20px;
}
.section-form-container input.hs-button.primary.large {
    background: #006DFF !important;
    padding: 12px 20px !important;
    border-radius: 3px !important;
    border: 1px solid rgb(23, 136, 195) !important;
    text-align: center !important;
    color: #ffffff !important;
    line-height: 1.2;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    width: 150px !important;
    margin-top: 20px !important;
}
.section-form-container .hs-richtext p {
    font-size: 13px !important;
    line-height: 1.71 !important;
    line-height: 1.75 !important;
    font-size: 15px !important;
    color: #fff !important;
}
.section-form-container .hs-richtext p a {
    font-size: 13px !important;
    line-height: 1.71 !important;
    line-height: 1.75 !important;
    font-size: 15px !important;
    color: rgb(74, 116, 249);
}
.section-form-container span.hs-form-required {
    color: red;
}
.section-form-container ul.inputs-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section-form-container ul.no-list.hs-error-msgs.inputs-list label {
    color: #f00 !important;
}
.section-form-container ul.no-list.hs-error-msgs.inputs-list label {
    font-size: 12px;
}
.section-form-container input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="url"], textarea {
    border: 1px solid;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1em;
    padding: 15px 20px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 120px;
}
.section-form-container .hs-input::placeholder {
   font-size: 13px !important;
    line-height: 1.71 !important;
    line-height: 1.75 !important;
    font-size: 15px !important;
}

@media (max-width: 480px) {
.section-form-container select {
    padding: 12px 20px 10px 10px !important;
     width: 100% !important;
}
  .section-form-container input {
    width: 100% !important;
}