.form-section .mktoForm * {
    float: none !important;
}

.form-section .mktoForm {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Inter' !important; 
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 700;
}

.form-section .mktoFormRow {
    width: 50%;
    padding: 0 15px;
}

.form-section .mktoField {
    width: 100% !important;
    margin: 0 !important;
    background-color: #1A223D;
    border: 0;
    outline: none;
    border-radius: 16px;
    color: #fff;
    padding: 20px !important;
    resize: none;
    height: 65px !important;
}

.form-section .mktoForm textarea.mktoField {
    height: 75px !important;
}

.form-section.support-form .mktoForm textarea.mktoField {
    height: 65px !important;
}

.form-section .mktoForm textarea.mktoField.support_company-name {
    height: 65px !important;
}

.form-section .mktoForm .mktoLabel {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100% !important;
    column-gap: 4px;
    margin-bottom: 10px;
    text-align: left !important;
    color: #fff;
    text-transform: capitalize;
}

.form-section .mktoForm select{
    -webkit-appearance: none;
    background-image: url('../images/form-down-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.form-section .mktoLabel > div.mktoAsterix { 
    color: #bf0000;
}

.form-section .mktoForm .mktoError {
    position: unset;
    margin-top: 10px;
}

.form-section .mktoForm .mktoError .mktoErrorMsg {
    margin-top: -2px;
}

.form-section .mktoForm .mktoError .mktoErrorArrowWrap {
    position: unset;
}

/* .form-section .mktoFormRow:nth-child(9) {
    width: 100%;
} */

.form-section .mktoButtonRow{
    width: 100%;
    margin-top: 85px;
    text-align: center;
    background: url('../images/button-bg.png') no-repeat center;
}

.form-section .mktoButtonRow span{
    margin: 0 !important;
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, var(--gradient_color1) 0%, var(--gradient_color2) 100%) !important;
    display: inline-block;
    border-radius: 100px;
    padding: 2px;
}

.form-section .mktoButtonRow span button {
    vertical-align: middle;
    color: var(--green_color) !important;
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    display: inline-block;
    border-radius: 100px !important;
    text-decoration: none;
    background: #0C1021 !important;
    position: relative;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    width: auto !important;
    padding: 9px 16px !important;
    transition: ease-in 0.25s;
}

.form-section .mktoButtonRow span button:hover {
    background: transparent !important;
    color: #000000 !important;
}




.request-demo-form.form-section:before, .use-cases-form-section .form-section:before, .platform-form-section .form-section:before {
    display: none;
}

.request-demo-form.form-section .mktoFormRow {
    width: 100%;
    padding: 0;
}

.request-demo-form.form-section .mktoButtonRow {
    width: 100%;
    margin-top: 48px;
    text-align: center;
    background: url('../images/button-bg.png') no-repeat center;
}


.form-section.request-demo-form .mktoForm span button.mktoButton {
    width: auto !important;  
    padding: 9px 16px !important;
    height: auto;
}



/* Support Request Form CSS starts */

.mktoForm .mktoOffset {
    float: left;
    height: 1.2em;
}

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: block;
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 1.2em;
    padding-top: 0.3em;
}

.form-section .mktoFormRow.description-row{
    width: 100%;
}

/* Support Request Form CSS ends */

@media (max-width: 1199px){
    .form-section .mktoButtonRow {
        margin-top: 50px;
    }
}

@media (max-width: 1023px){
    .form-section .mktoButtonRow {
        margin-top: 35px;
    }
}

@media (max-width: 767px){
    .form-section .mktoFormRow {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 5px;
    }

    .form-section .mktoButtonRow span button {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .form-section .mktoForm{
        padding: 0;
        font-size: 15px !important;
        line-height: 18px;
    }

    .form-section .mktoForm .mktoClear{
        display: none;
    }

    /* .form-section .mktoForm .mktoClear, .form-section .mktoForm .mktoOffset {
        display: none;
    } */



    .request-demo-form.form-section .mktoButtonRow {
        margin-top: 30px;
        background-size: cover;
    }
}

@media (max-width: 479px){

    .form-section .mktoForm .mktoFormCol {
        margin-bottom: 18px !important;
    }
    
    .form-section .mktoField {
        height: 50px !important;
        padding: 15px !important;
    }

    .form-section .mktoForm select {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .form-section .mktoForm textarea.mktoField {
        height: 75px !important;
    }

    .form-section .mktoForm .mktoLabel strong{
        padding: 0 !important;
    }

    .form-section .mktoButtonRow {
        margin-top: 25px;
        background-size: 550px;
    }

    .form-section .mktoFormRow {
        padding: 0 0px;
    }

    .mktoForm .mktoGutter, .mktoForm .mktoOffset {
        display: none;
    }



    .request-demo-form.form-section .mktoButtonRow {
        margin-top: 30px;
        background-size: 550px;
    }

    .request-demo-form form, .request-demo-form form input, .request-demo-form form .mktoFieldDescriptor.mktoFormCol, .request-demo-form form .mktoFieldWrap.mktoRequiredField {
        width: 100% !important;
        padding: 0;
        margin-bottom: 10px !important;
    }
}