/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /* ==========================================================================
        STEP 3
        ========================================================================== */
    .text-submit { width: 62%; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* ==========================================================================
        HEADER
        ========================================================================== */
    .step span { font-size: 10px; }

    .btn-next {
        padding: 18px 30px;
    }

    /* ==========================================================================
        STEP 1
        ========================================================================== */
    h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .form-group-option {
        width: 50%;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .form-group-option.category-find-box {
        width: 80%;
    }
    .form-group-option .ico {
        width: 55px;
        height: 55px;
    }
    .form-group-option .ico img {
        max-width: 35px;
        max-height: 35px;
    }
    .form-group-option .line-icon {
        height: 125px;
        padding-top: 15px;
    }
    .form-group-option .line-icon span {
        margin-top: 8px;
    }
    .show-more-links {
        margin: 0px;
    }

    .question p {
        line-height: 24px;
    }

    .label-radio-border {
        padding: 10px 15px;
    }
    .label-radio-border input[type=radio]+span:after, .label-radio-border input[type=radio]+span:before {
        top: 10px;
        left: 14px;
    }
    .form-group {
        margin-bottom: 5px;
    }
    .wrap-input-address {
        margin-bottom: 5px !important;
    }

    body.thank-you-page .content {
        padding: 0px;
    }
    body.thank-you-page .content-thank-you {
        margin-top: 5%;
    }
    body.thank-you-page .btn-submit, body.thank-you-page .text-submit {
        display: inline-block !important;
    }

    /* ==========================================================================
        STEP 3
        ========================================================================== */
    .btn-submit,
    .text-submit {
        float: none !important;
        display: block;
        width: 100%;
    }
    .text-submit {
        display: inline-block;
        margin: 15px 0 15px;
    }
    label.error {
        top: 13px !important;
        right: 12px !important;
    }
    .form-control.valid+label.error {
        top: 10px !important;
    }

    .footer {
        padding: 15px;
    }
    .footer .box-phone span.text {
        font-size: 12px;
        line-height: 14px;
    }
    .footer .box-phone .phone {
        font-size: 21px;
        line-height: 25px;
    }
    .box-phone {
        padding-top: 5px;
    }
    .box-guard img {
        height: 24px;
        margin: 11px 0px 0px 15px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .btn-next {
        font-size: 16px;
        line-height: 20px;
        padding: 18px 18px;
    }
    .step span {
        font-size: 8px;
    }
    h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .box-guard img {
        height: 20px;
        margin: 14px 0px 0px 15px;
    }
}

/* Retina Images */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    label.error {
        background-image: url(../img/ico-invalid-2x.png);
    }

    label.error,
    .ico-commercial-painting,
    .ico-exterior-painting,
    .ico-interior-painting,
    .ico-other-painting {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

}