@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px) {

}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .space {
        padding: 50px 0;
    }

    .heading {
        margin: 0 0 30px 0;
        font-size: 30px;
        line-height: 36px;
    }

    .small-heading {
        font-size: 26px;
        line-height: 32px;
    }


    header .logo img {
        height: 70px;
    }


    nav .button {
        display: none;
    }


    .sec-intro {
        min-height: inherit;
    }

    .text {
        padding: 150px 0 10px 0;
    }

    .text h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .text p {
        font-size: 16px;
    }


    .how-to-get .sticky-top {
        height: inherit;
    }

    .how-to-get .step:first-child {
        margin-top: 0;
    }

    .how-to-get .lab {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 5px 0;
    }

    .how-to-get .val {
        font-size: 16px;
        line-height: 22px;
    }

    .how-to-get .num {
        font-size: 100px;
        line-height: 100px;
        min-width: 60px;
    }

    .how-to-get .step {
        height: inherit;
        padding: 20px 0;
    }

    .how-to-get .steps h6 {
        font-size: 26px;
        margin: 0 0 10px 0;
    }

    .see-how-page.get-benefits:after {
        display: none;
    }

    .stage .stage-desc {
        color: #3A3636;
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .stage.stage-phone .stage-link {
        margin: 0 0 50px 0;
    }

    .stage.stage-phone .stage-link a {
        font-size: 28px;
        line-height: 34px;
    }

    .stage .stage-img {
        margin: 0 0 20px 0;
    }


    .newsletter {
        text-align: center;
    }

    .newsletter .lab {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }

    .newsletter form button {
        line-height: 22px;
        position: inherit;
        top: inherit;
        right: inherit;
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
        margin: 15px auto 0 auto;
        display: table;
        padding: 12px 0;
        font-size: 15px;
        font-weight: 500;
        outline: none;
        text-transform: uppercase;
        border-radius: 50px;
        width: 70%;
    }

    .newsletter form .form-control {
        padding: 0 20px 0 20px;
    }
}