
/***********************************/
/***        offer-form-mobile   ***/
/***********************************/

@media only screen and (max-width: 767px) {
    #lp .lp-offer .lp-container {
        background-image: none;
        background-repeat: no-repeat;
        padding: 0px;
        width: 100%;
    }

    #lp .lp-container .lp-offer-form-phone-container {
        display: none;
    }

    #lp .lp-offer-form-content {
        width: 100%;
        padding: 20px;
        margin: 0px auto;
        display: block;
    }

    #lp .lp-container .lp-offer-form-phone-container-bottom {
        display: block;
        margin-top: 0px;
        position: relative;
        height: 370px;
    }

    #lp .lp-offer {
        height: auto;
        margin-top: 75px;
    }

    #lp .lp-offer-form-content .lp-btn {
        border: 2px solid white;
        font-family: "Ivy-Avenir-Black";
        font-size: 14px;
        letter-spacing: 1px;
        width: 100%;
        max-width: 310px;
        text-decoration: none;
        margin: 50px auto 0px auto;
    }

    #lp .lp-offer-form-content h1 {
        font-size:26px;
        line-height: 40px;
        letter-spacing: -0.72px;
        max-width: 280px;
        width: 100%;
        margin: 50px auto 0px auto;
        margin-top: 0;
    }

    #lp .lp-offer-form-content h3 {
        font-family: "Ivy-Styrene-Light";
        margin: 0 auto;
        max-width: 280px;
        width: 100%;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: -0.38px;
        padding-bottom: 10px;
    }

    #lp .lp-offer-form-content h4 {
        font-family: "Ivy-Avenir-Book";
        margin: 0 auto;
        max-width: 280px;
        width: 100%;
        font-size: 19px;
        line-height: 34px;
        letter-spacing: -0.38px;
        font-weight: bolder;
        padding-bottom: 20px;
    }

    #lp .lp-offer-form-content .lp-heading:after {
        content: "";
        display: block;
        height: 3px;
        margin: 0px auto;
        width: 235px;
    }

    #lp header.lp-offer-dark > .lp-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #lp header.lp-offer-dark .lp-container img {
        width: 60px;
        height: 60px;
    }  

    #lp .lp-container .lp-offer-form-phone-container-bottom img {
        display: block;
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -130px;
    }

    #lp .lp-offer-form-content .lp-form {
        margin: 0 auto;
        width: 100%;
        max-width: 280px;
        min-height: auto;
    }

    #lp .lp-offer-form-content .lp-form .lp-submit-btn {
        height: 50px;
        line-height: 1px;
    }

    #lp .lp-offer-form-content .lp-form .lp-form-group .lp-form-control {
        width: 100%;
        max-width: 280px;
        height: 40px;
        border: none;
    }
    #lp .lp-offer-form-content .lp-form .lp-form-group label {
        font-size: 13px;
        font-family: "Ivy-Styrene-Light";
    }
}

/***********************************/
/***        offer-form-mobile   ***/
/***********************************/

/***********************************/
/***        footer-mobile       ***/
/***********************************/
@media only screen and (max-width: 767px) {
    #lp .lp-footer-form {
        padding: 100px 0 100px 0;
    }

    #lp .lp-footer-form .lp-footer-form-container .lp-form {
        width: 280px;
        margin: 30px auto;
    }

    #lp .lp-footer-form .lp-footer-form-container h3 {
        margin: 0;
        text-align: left;
    }

    #lp .lp-footer-form .lp-footer-form-container {
        width: 280px;
        padding: 0 0 0 0;
    }

    #lp .lp-footer-form .lp-footer-form-container .lp-form .lp-form-group .lp-form-control {
        width: 280px;
        height: 40px;
        border: 1px solid #93b0ac;
    }

    #lp .lp-footer-form .lp-footer-form-container .lp-form .lp-submit-btn {
        width: 280px;
    }
}

/***********************************/
/***        footer-mobile       ***/
/***********************************/

/***********************************/
/***    thank-you-page-mobile   ***/
/***********************************/

#lp-thank-you-page .images-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}


#lp-thank-you-page .store-img-ios {
    height: 60px;
    width: 150px;
}

#lp-thank-you-page .store-img-android {
    height: 65px;
    width: 175px;
}

/***********************************/
/***    thank-you-page-mobile   ***/
/***********************************/