@media (min-width: 768px) {
    .landing .view-1 h1 {
        width: auto;
        margin-left: 0;
        font-size: 2.500em;
        line-height: 100%;
    }

    body {
        padding-top: 85px;
    }

    .landing .view-1 .index-callback-form {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
    }
}

.landing .view-1 .offer {
    padding: 10px 0;
    width: auto;
}

.landing .view-1 .offer p {
    margin-bottom: 14px;
}

.landing .view-1 .offer p span {
    font-weight: 600;
}

.landing .view-1 .disclaimer {
    margin-top: 65px;
}

.landing .view-1 .privacy-policy a {
    text-decoration: underline;
}

.free-consult {
    color: #333333;
}

.index-callback-form .input-lg {
    letter-spacing: -0.5px;
}

.landing .view-1 .panel-ico {
    width: 30px;
    margin-top: -5px;
    margin-right: 5px;
}

.landing .button-labor {
    font-size: 1.000em;
}

hr {
    border-top: 1px solid lightgrey;
}

@media (max-width: 767px) {
    body {
        padding-top: 53px;
    }

    .btn-space {
        white-space: pre;
    }

    .double-border-2 {
        padding: 15px 10px;
    }

    .contacts .contacts-form .bg{
        padding: 0;
    }
}

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
    margin:-.2px;
}

.step {
    border: #dddddd 1px solid;
    padding: 20px 15px 10px 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    position: relative;
}

.step:first-child {
    padding-top: 10px;
}

.step .fa-long-arrow-down {
    color: #dd6828;
    font-size: 3.125em;
    position: absolute;
    left: 97px;
    bottom: -38px;
    z-index: 100;
}

.step .step-h {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.step .description {
    border-left: #dddddd 1px solid;
}

