
.text-color-blue{
    color: #3565ED !important
}

.referral-program-form{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 80px 80px 0 0;
    position: relative;
}

.referral-program-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #050124;
    z-index: -1;
    height: 100px;
}

/* .referral-program-form:after {
    content: '';
    position: absolute;
    bottom: -27%;
    left: -7%;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23%;
    height: 95%;
    transform: rotate(45deg);
} */

.referral-program-form .inner{
    max-width: 100%;
    margin: 0 auto;
}
.referral-program-form .inner .inner-text{
    max-width: 70%;
    margin: 0 auto;
}
.referral-program-form .inner .inner-form{
    max-width: 70%;
    margin: 0 auto;
}
.referral-program-form .inner .inner-text ul{
    padding: 0px;
}
.referral-program-form .inner .inner-text ul li::before{
    content: '';
    width: 28px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/item.png);
    background-size: contain;
    position: relative;
    top: 7px;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.referral-program-form h3{
    margin-bottom: 10px;
}
.hs-form * {
    box-sizing: border-box;
}
.hs-form {
    width: 100%;
}
.hs-form-field label:not(.hs-error-msg) {
    font-family: Lexend;
    font-size: 14px;
}
.hs-form-field label:not(.hs-error-msg) {
    color: #1C263D;
}
.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}
.hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}
.hs-custom-style .hs-input, .hs-custom-style fieldset {
    max-width: 100%;
}
.hs-input:not([type=file]) {
    background-color: #f5f8fa;
}
.hs-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, .8);
}
textarea.hs-input {
    height: auto;
}
.hs-field-desc {
    color: #7c98b6;
    margin: 0px 0px 6px;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hs-field-desc {
    width: 100%;
}
legend.hs-field-desc {
    font-family: Lexend;
    color: #3666ED;
    font-size: 11px;
}
.hs-form label{
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hs-form-required {
    color: red;
}
.hs-submit > .actions {
    text-align: left;
}
.hs-submit .actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;
}
.hs-submit .hs-button {
    white-space: pre-wrap;
}
.hs-button, .hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hs-submit .hs-button {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    background: #FF6969;
    border-color: #FF6969;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: Lexend;
}
.field {
    margin-bottom: 18px;
}
.field .hs-input.valid{
    border: 1px solid #cbd6e2 !important;
}
.field .hs-input.error{
    border: 1px solid #df0404 !important;
}
.field label.error{
    margin-top: 5px;
    color: #df0404 !important;
}
.inner-line{
    margin: 60px 0px 40px 0px;
    border-color: #5773e9;
    border-style: solid;
}

.thank-you{
    max-width: 70%;
    margin: 0 auto;
    padding: 60px 0px;
}

.thank-you .ty-message{
    font-weight: 400;
}

.hide-mobile{
    display: block;
}
.visible-mobile{
    display: none;
}

@media (max-width: 767px) {
    .hide-mobile{
        display: none !important;
    }
    .visible-mobile{
        display: block !important;
    }
}