.req-demo-left-content form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 48.25%;
}

.req-demo-left-content form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 48.25%;
    float: right;
}

.req-demo-left-content .req-demo-text-form form .input {
    position: relative;
}

.req-demo-left-content .req-demo-text-form form .input select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.req-demo-left-content .req-demo-text-form form .hs-fieldtype-select .input:after {
    content: '';
    background: url(/wp-content/themes/brighthire/assets/images/down-arrow.svg) no-repeat;
    background-size: 100%;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 16px;
    top: 16px;
    pointer-events: none;
}


@media (max-width: 767px) {
    .req-demo-left-content form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
        width: 100% !important;
    }

    .req-demo-left-content form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
        width: 100% !important;
    }
}