.footer1 {
    margin-top: 0;
}

body, html,
.mobile-forms-features-page {
    background: #fff;
    font-family: 'Open Sans' !important;
}


img {
    max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 100 !important;
    line-height: 1.25em;
    margin: 0;
    text-shadow: none;
}
    
    .section-header,
    h1.section-header,
    h2.section-header,
    h3.section-header,
    h4.section-header,
    h5.section-header {
        color: #212121;
    }


.container-box {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-forms-features-page {
    background-color: #fff;
    font-weight: 100;
    position: relative;
}

.mobile-forms-features-page section {
    box-sizing: border-box;
    width: 100%;
}




/*
    SECTION
    .first-section
*/
.first-section {
    padding: 90px 0;
}
    .first-section .container-box {
        font-size: 0;
        text-align: center;
    }
        .first-section .section-col-1,
        .first-section .section-col-2 {
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }

        .first-section .section-col-1 {
            font-size: 16px;
            text-align: left;
            max-width: 630px;
        }
            .first-section .section-col-1 .section-col-inner {
                max-width: 440px;
            }
                .first-section .section-header {
                    font-size: 32px;
                    color: #212121;
                }
                .first-section .section-description {
                    padding-top: 30px;
                    color: #212121;
                }
                .first-section .section-sub-description {
                    padding-top: 30px;
                    color: #212121;
                }
                .first-section .call-to-action-row {
                    padding-top: 30px;
                }
                    .first-section .action-btn {
                        font-size: 22px;
                        display: inline-block;
                        width: 260px;
                        text-align: center;
                        line-height: 60px;
                        white-space: nowrap;
                        padding: 0;
                        font-weight: 100 !important;
                        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                    }
        .first-section .section-col-2 {
            font-size: 14px;
            max-width: 320px;
        }
            .first-section .form-demo {

            }


.forms-main-description-section {
    padding: 90px 0;
}


@media screen and (max-width: 1024px) {
    .first-section .section-col-1 {
        margin-bottom: 45px;
    }
    .first-section .call-to-action-row {
        text-align: center;
    }
    .first-section .section-col-1,
    .first-section .section-col-2 {
        display: block;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}
