/* Minification failed. Returning unminified contents.
(18,54): run-time error CSS1046: Expect comma, found '66'
(18,61): run-time error CSS1046: Expect comma, found '/'
(18,74): run-time error CSS1046: Expect comma, found '175'
(18,82): run-time error CSS1046: Expect comma, found '/'
(212,54): run-time error CSS1046: Expect comma, found '66'
(212,61): run-time error CSS1046: Expect comma, found '/'
(212,74): run-time error CSS1046: Expect comma, found '175'
(212,82): run-time error CSS1046: Expect comma, found '/'
(897,1): run-time error CSS1019: Unexpected token, found '}'
(1108,1): run-time error CSS1019: Unexpected token, found '}'
 */
body {
    background-color: #f1f1f1;
}

.banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/Images/blue-background.jpg');
    overflow: hidden;
    position: relative;
}
    .banner > .layer {
        width: 100%;
        height: 100%;
        background-color: #1c42df;
        background: linear-gradient(to right, rgb(28 66 223 / .9),rgb(11 175 240 / .9));
    }
    .banner > .layer > img {
        position: absolute;
        right: 100px;
        top: 50px;
        z-index: 10;
        height: 400px
    }

        .banner > .layer > .details-context {
            width: 50%;
            padding: 100px 50px;
            padding-bottom: 150px;
        }
        .banner > .layer > .details-context > .title {
            font-size: 60px;
            line-height: 60px;
            color: #fff;
            font-family: 'Arial Rounded MT',sans-serif;
            text-transform: uppercase;
        }
            .banner > .layer > .details-context > .title > span {
                color: #fff;
            }
        .banner > .layer > .details-context > .details {
            font-size: 13px;
            color: #fff;
            font-family: 'Roboto',sans-serif;
            font-weight: 400;
            padding-bottom: 20px;
        }
        .banner > .layer > .details-context > .note {
            font-size: 14px;
            color: #ffd840;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: 700 !important;
            padding: 0px;
        }
        .banner > .layer > .details-context > .input-context {
            max-width: 480px;
            position:relative;
        }

            .banner > .layer > .details-context > .input-context > .form-control {
                padding: 20px 30px;
                border-radius: 25px;
                box-shadow: inset 0 1px 1px rgba(0,0,0,0);
                font-family: 'Roboto Condensed',sans-serif;
                font-size: 16px;
                font-weight: 700;
            }
            .banner > .layer > .details-context > .input-context > .button {
                border-radius: 20px;
                background-color: #ff0000;
                color: #fff;
                border: none;
                padding: 7px 25px;
                font-family: 'Roboto',sans-serif;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 700;
                position: absolute;
                right: 4px;
                top: 3px;
                background: linear-gradient(221deg, #ff0000, #ff0000, #ff0000, #23e298, #ff0000, #ff0000, #23e298, #ff0000, #ff0000, #ff0000);
                background-size: 800% 800%;
                -webkit-animation: animation 10s ease infinite;
                -moz-animation: animation 10s ease infinite;
                animation: animation 10s ease infinite;
            }
                .banner > .layer > .details-context > .input-context > .button:hover {
                    background-color: #0f55ba;
                    background: linear-gradient(221deg, #2171e5, #2171e5, #2171e5, #ff7c7c, #2171e5, #2171e5, #ff7c7c, #2171e5, #2171e5, #2171e5);
                    background-size: 800% 800%;
                    -webkit-animation: animation 10s ease infinite;
                    -moz-animation: animation 10s ease infinite;
                    animation: animation 10s ease infinite;
                }


@-webkit-keyframes animation {
    0% {
        background-position: 94% 0%;
        color: #fff;
    }

    50% {
        background-position: 7% 100%;
        color: #fff;
    }

    100% {
        background-position: 94% 0%;
        color: #fff;
    }
}

@-moz-keyframes animation {
    0% {
        background-position: 94% 0%;
        color: #fff;
    }

    50% {
        background-position: 7% 100%;
        color: #fff;
    }

    100% {
        background-position: 94% 0%;
        color: #fff;
    }
}

@keyframes animation {
    0% {
        background-position: 94% 0%;
        color: #fff;
    }

    50% {
        background-position: 7% 100%;
        color: #fff;
    }

    100% {
        background-position: 94% 0%;
        color: #fff;
    }
}

.benefits {
    padding:50px;
    display:table;
}
.benefits > .body-context {
    display: table-cell;
    padding:50px;
    vertical-align:middle;
    width:50%;
}
    .benefits > .body-context > img {
        max-height:400px;
        float:right;
    }

    .benefits > .body-context > .title {
        font-size: 40px;
        font-family: 'Changa',sans-serif;
        font-weight: 700;
        color: #686767;
    }
        .benefits > .body-context > .title > span {
            color: #0fc74c;
        }
    .benefits > .body-context > .details-item {
        font-family: 'Roboto',sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        padding: 7px 0px;
    }
        .benefits > .body-context > .details-item > img {
            height:25px;
        }

    .benefits > .body-context > button {
        border-radius: 20px;
        background-color: #f26522;
        color: #fff;
        border: none;
        padding: 3px 25px;
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 18px;
        margin-top: 15px;
    }
        .benefits > .body-context > button:hover {
            background-color: #00ace8;
        }

.specialty {
    color: #fff;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/Images/blue-background.jpg');
}
    .specialty > .layer {
        display: table;
        width: 100%;
        padding: 50px;
        background-color: #1c42df;
        background: linear-gradient(to right, rgb(28 66 223 / .9),rgb(11 175 240 / .9));
    }

    .specialty > .layer > .body-context {
        display: table-cell;
        text-align: center;
    }
        .specialty > .layer > .body-context > img {
            height: 100px;
        }

        .specialty > .layer > .body-context > .title {
            font-size: 22px;
            font-family: 'Roboto',sans-serif;
            font-weight: 500;
            padding-top: 15px;
        }

.faq {
    margin: 30px;
    margin-top: 70px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #f2f2f2;
}
.faq > .title {
    font-size:30px;
    text-align:center;
    padding-bottom:10px;
}

    .faq > .item {
    }

        .faq > .item > .item-body {
            background-color: #ffffff;
            border-bottom: 1px solid #f2f2f2;
            display: table;
            width: 100%;
        }

            .faq > .item > .item-body > .text-context {
                display: table-cell;
            }

                .faq > .item > .item-body > .text-context > .title {
                    font-weight: bold;
                    cursor: pointer;
                    padding: 15px;
                }

                .faq > .item > .item-body > .text-context > .text {
                    color: #888;
                    padding: 0px 15px 15px 15px;
                }

            .faq > .item > .item-body > .icon {
                color:#0abe78;
                display: table-cell;
                width: 50px;
                padding: 15px;
                text-align: center;
                cursor: pointer;
            }

.verify-tutorial {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:50px;
}

.verify-tutorial > .body-context {
    background-color:#fff;
}
    .verify-tutorial > .body-context {
        padding:30px;
        text-align:center;
    }
    .verify-tutorial > .body-context > .title {
        font-family: 'Changa',sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: #323232;
    }


        .verify-tutorial > .body-context > .btn-context {
            width: 170px;
            height: 170px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            text-align: center;
            cursor: pointer;
        }

            .verify-tutorial > .body-context > .btn-context > .btn-play {
                width: 90px;
                height: 90px;
                border-radius: 50%;
                position: absolute;
                top: 40px;
                left: 40px;
                color: #fff;
                border: 10px solid #2fca8d;
            }

                .verify-tutorial > .body-context > .btn-context > .btn-play > i {
                    font-size: 30px;
                    background-color: #0db070;
                    padding: 20px;
                    padding-left: 25px;
                    border-radius: 50%;
                    width: 100%;
                    height: 100%;
                }

            .verify-tutorial > .body-context > .btn-context > .btn-anim {
                width: 0px;
                height: 0px;
                top: 85px;
                left: 85px;
                position: absolute;
                border-radius: 50%;
                background-color: #0abe78;
                animation: btn-anim 2000ms linear infinite;
            }

@keyframes btn-anim {
    0% {
        width: 0px;
        height: 0px;
        top: 85px;
        left: 85px;
    }

    100% {
        width: 170px;
        height: 170px;
        top: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0);
    }
}

.popup {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    overflow: auto;
}

    .popup > .main-context {
        display: table;
        height: 100%;
        width: 100%;
    }

    .popup > .main-context > .body {
        max-width:700px;
        min-height:400px;
        margin:50px auto;
        background-color:#fff;
        border-radius:5px;
        border-top-right-radius:0px;
        position:relative;
    }
        .popup > .main-context > .body > .head-context {
            padding: 50px;
            padding-bottom: 20px;
            background-color:#ebedf2;
        }
            .popup > .main-context > .body > .head-context > .title {
                font-size: 30px;
                font-family: 'Roboto',sans-serif;
                font-weight: 700;
                color: #00315f;
                border-bottom: 1px solid #ff7d00;
                padding-bottom: 10px;
                position: relative;
            }
                .popup > .main-context > .body > .head-context > .title:after {
                    content: '';
                    border-bottom: 4px solid #ff7d00;
                    position: absolute;
                    bottom: -2px;
                    left: 0px;
                    width: 270px;
                }
                .popup > .main-context > .body > .head-context > .title > i {
                    height: 42px;
                    width: 42px;
                    color: #fff;
                    background-color: #5ccc47;
                    border-radius: 50%;
                    text-align: center;
                    padding-top: 4px;
                }
                .popup > .main-context > .body > .head-context > .title > .powered-by {
                    float: right;
                    font-size:12px;
                    text-align:center;
                }
                    .popup > .main-context > .body > .head-context > .title > .powered-by > img {
                        height: 40px;
                        float: right;
                    }
            .popup > .main-context > .body > .head-context > .details {
                font-size: 18px;
                font-family: 'Roboto Condensed',sans-serif;
                font-weight: 300;
            }
            .popup > .main-context > .body > .head-context > .vehicle-info {
                padding-top:10px;
                width:100%;
            }
                .popup > .main-context > .body > .head-context > .vehicle-info > .title {
                    position: relative;
                    float: left;
                    width: 50%;
                    font-size: 14px;
                    color: #1aaa01;
                    font-family: 'Roboto',sans-serif;
                    font-weight: 700;
                }
                    .popup > .main-context > .body > .head-context > .vehicle-info > .title > img {
                        padding-top: 10px;
                        padding-right: 10px;
                        width: 100%;
                    }
                .popup > .main-context > .body > .head-context > .vehicle-info > .details {
                    position: relative;
                    float: left;
                    width: 50%;
                    font-size: 16px;
                    font-family: 'Roboto Condensed',sans-serif;
                    font-weight: 700;
                    padding-top:30px;
                }
                .popup > .main-context > .body > .head-context > .vehicle-info > .note {
                    color: #ff0000;
                    font-size: 13px;
                    font-weight: bold;
                    padding-top: 10px;
                }
        .popup > .main-context > .body > .body-context {
            padding: 50px;
            padding-top: 10px;
        }
            .popup > .main-context > .body > .body-context > .title {
                font-size: 16px;
                font-family: 'Roboto Condensed',sans-serif;
                font-weight: 700;
            }
            .popup > .main-context > .body > .body-context .form-control {
                padding:22px;
            }
            .popup > .main-context > .body > .body-context .coupon-label {
                background-color:#d70009;
                color:#fff;
                padding:14px;
                height:45px;
                font-size:14px;
                font-weight:bold;
            }
            .popup > .main-context > .body > .body-context .coupon-valid {
                color:#0abe78;
                position:absolute;
                right:10px;
                top:12px;
                font-size:20px;
            }
            .popup > .main-context > .body > .body-context .coupon-invalid {
                color: #f00;
                position: absolute;
                right: 10px;
                top: 12px;
                font-size: 20px;
            }
            .popup > .main-context > .body > .body-context .btn-coupon {
                border-radius:0px;
                height:45px;
                outline:none;
                background-color:#11aae4;
            }
            .popup > .main-context > .body > .body-context .btn-coupon:hover {
                background-color:#0685b5;
            }
            .popup > .main-context > .body > .body-context > .button-context {
                max-width: 250px;
                margin-left: auto;
                margin-right: auto;
                border: 2px solid #003663;
                border-radius: 0px;
            }
                .popup > .main-context > .body > .body-context > .button-context > span {
                    color:#fd0505;
                    font-size: 20px;
                    padding:3px 10px;
                    display:inline-block;
                }
                .popup > .main-context > .body > .body-context > .button-context > button {
                    background-color: #00a652;
                    color: #fff;
                    border: none;
                    padding: 3px 25px;
                    font-family: 'Roboto Condensed',sans-serif;
                    font-size: 20px;
                    font-weight: 700;
                    float:right;
                }
                .popup > .main-context > .body > .body-context > .button-context > button:hover {
                    background-color: #00b559;
                }
                .popup > .main-context > .body > .body-context > .note {                    
                    font-family: 'Roboto',sans-serif;
                    font-size: 14px;
                    text-align:center;
                    padding-top:10px;
                }
            .popup > .main-context > .body > .body-context > .note > img {
               width:100%;
            }
                    .popup > .main-context > .body > .body-context > .note > .ssl-logo {
                        font-size: 12px;
                        color: #40455b;
                        display: inline-block;
                        margin-top: 5px;
                    }

                        .popup > .main-context > .body > .body-context > .note > .ssl-logo > img {
                            height: 25px;
                        }

        .popup > .main-context > .body > .btn-close {
            height: 22px;
            width: 22px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #f00;
            color: #fff;
            position: absolute;
            right: -22px;
            top: 0px;
            text-align: center;
            cursor:pointer;
        }
        .popup > .main-context > .body > .btn-close:hover {
            background-color: #ef0000;
        }


        .checkout {
            max-width:600px;
            margin-left:auto;
            margin-right:auto;
            padding:20px 10px;
            border:1px solid #eee;
            margin-top:50px;
        }

            .checkout > .chassisno {
                font-size: 20px;
                text-transform: uppercase;
                padding: 5px;
                font-weight:bold;
            }
            .checkout > .title {
                font-size: 16px;
                font-weight: bold;
                position: relative;
                float: left;
                width: 25%;
                padding: 5px;
            }
            .checkout > .details {
                font-size: 16px;
                position: relative;
                float: left;
                width: 75%;
                padding: 5px;
            }
            .checkout > .amount {
                font-size: 25px;
                color: #f00;
                font-weight: bold;
                padding: 5px;
                text-align:right;
            }
            .checkout > .pay-button {
                background-color: #fff;
                border: none;
                border: 1px solid #f00;
                padding: 5px 10px;
                float: right;
                font-weight: bold;
            }
                .checkout > .pay-button > img {
                    height: 20px;
                }

::placeholder {
    font-size: 16px;
}
.popup ::placeholder {
    font-size: 14px;
}

@media (max-width:1200px) {
    .banner > .layer > img {
        right: 80px;
        height: 350px
    }

}
@media (max-width:1100px) {
    .banner > .layer > img {
        right: 50px;
        height: 350px
    }
    .banner > .layer > .details-context {
        padding: 50px;
    }
    .banner > .layer > .details-context > .title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width:991px) {
    .banner > .layer > img {
        right: 50px;
        height: 300px
    }

    .banner > .layer > .details-context {
        padding-top: 30px;
    }

        .banner > .layer > .details-context > .title {
            font-size: 45px;
            line-height: 45px;
        }

    .benefits {
        padding: 30px;
    }

        .benefits > .body-context {
            padding: 30px;
        }


            .benefits > .body-context > .title {
                font-size: 35px;
            }

            .benefits > .body-context > .details-item {
                font-size: 15px;
            }

                .benefits > .body-context > .details-item > img {
                    height: 22px;
                }

            .benefits > .body-context > button {
                font-size: 16px;
                margin-top: 12px;
            }

    .specialty > .layer {
        padding: 40px;
    }

        .specialty > .layer > .body-context > img {
            height: 90px;
        }

        .specialty > .layer > .body-context > .title {
            font-size: 20px;
            padding-top: 15px;
        }
}

@media (max-width:767px) {
    .banner > .layer > img {
        display:none;
    }

    .banner > .layer > .details-context {
        width: 60%;
        padding: 30px;
    }

        .banner > .layer > .details-context > .title {
            font-size: 35px;
            line-height: 35px;
        }

    .banner > .layer > .details-context > .details {
        font-size: 12px;
        padding-bottom: 20px;
    }
        .banner > .layer > .details-context > .input-context > .form-control {
            padding: 15px 20px;
            border-radius: 25px;
        }

        .banner > .layer > .details-context > .input-context > .button {
            border-radius: 20px;
            border: none;
            padding: 4px 25px;
            font-size: 14px;
            right: 4px;
            top: 3px;
        }

    .benefits {
        padding: 10px;
    }

        .benefits > .body-context {
            padding: 10px;
        }

            .benefits > .body-context > .title {
                font-size: 35px;
                line-height: 35px;
            }

            .benefits > .body-context > .details-item {
                font-size: 14px;
                padding: 7px 0px;
            }

                .benefits > .body-context > .details-item > img {
                    height: 20px;
                }

            .benefits > .body-context > button {
                border-radius: 20px;
                font-size: 14px;
            }

    .specialty > .layer {
        padding: 30px;
    }

        .specialty > .layer > .body-context > img {
            height: 70px;
        }

        .specialty > .layer > .body-context > .title {
            font-size: 16px;
            padding-top: 10px;
        }

    .faq {
        margin: 10px;
        margin-top: 30px;
    }

        .faq > .title {
            font-size: 25px;
        }

        .faq > .item > .item-body > .text-context > .title {
            font-size: 12px;
            padding:7px 10px;
        }

        .faq > .item > .item-body > .text-context > .text {
            font-size:12px;
            padding: 0px 10px 10px 10px;
        }

        .faq > .item > .item-body > .icon {
            width: 40px;
            padding: 7px 10px;
            font-size: 12px;
        }

    .verify-tutorial {
        margin-bottom: 30px;
    }

        .verify-tutorial > .body-context {
            padding: 20px;
            padding-bottom:0px;
        }

            .verify-tutorial > .body-context > .title {
                font-size: 20px;
            }

            .verify-tutorial > .body-context > .btn-context {
                width: 150px;
                height: 150px;
            }

                .verify-tutorial > .body-context > .btn-context > .btn-play {
                    width: 80px;
                    height: 80px;
                    top: 35px;
                    left: 35px;
                    border: 10px solid #2fca8d;
                }

                    .verify-tutorial > .body-context > .btn-context > .btn-play > i {
                        font-size: 30px;
                        padding: 15px;
                        padding-left: 20px;
                    }

                .verify-tutorial > .body-context > .btn-context > .btn-anim {
                    top: 85px;
                    left: 85px;
                }

    @keyframes btn-anim {
        0% {
            width: 0px;
            height: 0px;
            top: 75px;
            left: 75px;
        }

        100% {
            width: 150px;
            height: 150px;
            top: 0px;
            left: 0px;
            background-color: rgba(255, 255, 255, 0);
        }
    }

    .popup > .main-context > .body > .head-context {
        padding: 30px;
    }

        .popup > .main-context > .body > .head-context > .title {
            font-size: 25px;
        }

            .popup > .main-context > .body > .head-context > .title:after {
                width: 230px;
            }

            .popup > .main-context > .body > .head-context > .title > i {
                height: 35px;
                width: 35px;
                padding-top: 4px;
            }

        .popup > .main-context > .body > .head-context > .details {
            font-size: 16px;
        }

            .popup > .main-context > .body > .head-context > .vehicle-info > .title {
                font-size: 18px;
            }

            .popup > .main-context > .body > .head-context > .vehicle-info > .details {
                font-size: 14px;
                padding-top: 30px;
            }

    .popup > .main-context > .body > .body-context {
        padding: 30px;
    }

        .popup > .main-context > .body > .body-context .form-control {
            padding: 20px;
        }

    .popup > .main-context > .body > .btn-close {
        right:0px;
    }
}

@media (max-width:600px) {
    .banner > .layer > .details-context {
        width: 100%;
        padding: 30px 20px;
    }
    .banner > .layer > .details-context > .title {
        font-size: 30px;
        line-height: 30px;
    }

        .banner > .layer > .details-context > .input-context > .form-control {
            padding: 10px 15px;
            border-radius: 25px;
            font-size:14px;
            height:32px;
        }

        .banner > .layer > .details-context > .input-context > .button {
            border-radius: 20px;
            border: none;
            padding: 4px 15px;
            font-size: 13px;
            right: 4px;
            top: 3px;
        }

    .benefits {
        display: block;
    }

        .benefits > .body-context {
            display: block;
            width: 100%;
        }
            .benefits > .body-context > img {
                display: none;
            }

            .benefits > .body-context > .title {
                font-size: 25px;
                line-height: 25px;
            }

            .benefits > .body-context > .details-item {
                font-size: 12px;
                padding: 5px 0px;
            }

                .benefits > .body-context > .details-item > img {
                    height: 18px;
                }

            .benefits > .body-context > button {
                border-radius: 20px;
                font-size: 12px;
            }

    .specialty > .layer {
        padding: 20px;
    }
        .specialty > .layer > .body-context {
            padding:5px;
        }

        .specialty > .layer > .body-context > img {
            height: 60px;
        }

        .specialty > .layer > .body-context > .title {
            font-size: 14px;
        }

        .faq > .title {
            font-size: 22px;
        }

            .verify-tutorial > .body-context > .title {
                font-size: 18px;
            }

            .verify-tutorial > .body-context > .btn-context {
                width: 120px;
                height: 120px;
            }

                .verify-tutorial > .body-context > .btn-context > .btn-play {
                    width: 60px;
                    height: 60px;
                    top: 30px;
                    left: 30px;
                    border: 5px solid #2fca8d;
                }

                    .verify-tutorial > .body-context > .btn-context > .btn-play > i {
                        font-size: 25px;
                        padding: 12px;
                        padding-left: 15px;
                    }

                .verify-tutorial > .body-context > .btn-context > .btn-anim {
                    top: 60px;
                    left: 60px;
                }

    @keyframes btn-anim {
        0% {
            width: 0px;
            height: 0px;
            top: 60px;
            left: 60px;
        }

        100% {
            width: 120px;
            height: 120px;
            top: 0px;
            left: 0px;
            background-color: rgba(255, 255, 255, 0);
        }
    }

    .popup > .main-context > .body > .head-context {
        padding: 20px;
    }

        .popup > .main-context > .body > .head-context > .title {
            font-size: 18px;
        }

            .popup > .main-context > .body > .head-context > .title:after {
                width: 180px;
            }

            .popup > .main-context > .body > .head-context > .title > i {
                height: 30px;
                width: 30px;
            }
            .popup > .main-context > .body > .head-context > .title > .powered-by {
                font-size: 10px;
            }

                .popup > .main-context > .body > .head-context > .title > .powered-by > img {
                    height: 30px;
                }

        .popup > .main-context > .body > .head-context > .details {
            font-size: 14px;
        }

        .popup > .main-context > .body > .head-context > .vehicle-info > .title {
            font-size: 16px;
            width:100%;
        }
            .popup > .main-context > .body > .head-context > .vehicle-info > .title > img {
                width: unset;
                max-height:80px;
            }

        .popup > .main-context > .body > .head-context > .vehicle-info > .details {
            font-size: 12px;
            padding-top: 10px;
            width: 100%;
        }
        .popup > .main-context > .body > .head-context > .vehicle-info > .note {
            font-size: 10px;
            padding-top: 5px;
        }

    .popup > .main-context > .body > .body-context {
        padding: 20px;
    }

        .popup > .main-context > .body > .body-context > .title {
            font-size: 14px;
        }

        .popup > .main-context > .body > .body-context .form-control {
            padding: 18px;
        }
        .popup > .main-context > .body > .body-context .coupon-valid {
            top: 12px;
            font-size: 15px;
        }

        .popup > .main-context > .body > .body-context .coupon-invalid {
            top: 12px;
            font-size: 15px;
        }
        .popup > .main-context > .body > .body-context .coupon-label {
            padding:12px 7px;
            height: 37px;
            font-size: 12px;
        }

        .popup > .main-context > .body > .body-context .btn-coupon {
            height: 37px;
        }

        .popup > .main-context > .body > .body-context > .button-context {
            max-width: 210px;
        }

            .popup > .main-context > .body > .body-context > .button-context > span {
                font-size: 18px;
            }

            .popup > .main-context > .body > .body-context > .button-context > button {
                font-size: 18px;
            }
}
@media (max-width:350px) {
    .benefits {
        padding:0px;
    }
    .benefits > .body-context > .title {
        font-size: 20px;
        line-height: 25px;
    }
    .benefits > .body-context > .details-item {
        font-size: 11px;
    }

    .specialty > .layer {
        padding: 20px 10px;
    }

        .specialty > .layer > .body-context {
            padding: 5px;
        }

            .specialty > .layer > .body-context > img {
                height: 50px;
            }

            .specialty > .layer > .body-context > .title {
                font-size: 13px;
            }

        .faq > .title {
            font-size: 20px;
        }

        .faq > .item > .item-body > .text-context > .title {
            font-size: 11px;
            padding: 7px 10px;
        }

        .faq > .item > .item-body > .text-context > .text {
            font-size: 10px;
        }
}


.message {
    padding: 150px 10px;
    background-image: linear-gradient(to bottom right, #d3ca93, #88e690);
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    color: #0abe78;
}

.message-failed {
    background-image: linear-gradient(to bottom right, #d70009, #d70009);
    color: #f00;
}

.message > .message-context {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(59, 80, 96, 0.20);
    padding-top: 40px;
}

    .message > .message-context > .icon {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        border: 1px solid #0abe78;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        padding: 13px;
        font-size: 30px;
    }

    .message > .message-context > .title {
        font-size: 30px;
        font-weight: bold;
    }

    .message > .message-context > .message-details {
        height: 100px;
        padding: 10px;
        color: #888;
    }

    .message > .message-context > .button-context {
        position: relative;
        float: left;
        width: 100%;
        border-top: 1px solid #e5eaee;
    }

        .message > .message-context > .button-context > button {
            border-style: none;
            background-color: transparent;
            font-size: 14px;
            outline: none;
            padding: 10px 0px;
        }
        .message > .message-context > .button-context > .success {
            border-style: none;
            background-color: #0abe78;
            color:#fff;
            font-weight:bold;
            font-size: 14px;
            outline: none;
            width:100%;
        }

.message {
    padding: 150px 10px;
    background-image: linear-gradient(to bottom right, #d3ca93, #88e690);
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    color: #0abe78;
}

.message-failed {
    background: linear-gradient(to right, #2eb87f,#7fc54c);
    color: #f00;
}

.message > .message-context {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(59, 80, 96, 0.20);
    padding-top: 20px;
}

    .message > .message-context > .icon {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        border: 1px solid #0abe78;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        padding: 13px;
        font-size: 30px;
    }
    .message-failed > .message-context > .icon {
        border: 1px solid #f00;
    }

    .message > .message-context > .title {
        font-size: 30px;
        font-weight: bold;
    }

    .message > .message-context > .message-details {
        height: 100px;
        padding: 10px;
        color: #888;
    }

    .message > .message-context > .button-context {
        position: relative;
        float: left;
        width: 100%;
        border-top: 1px solid #e5eaee;
        padding: 10px 0px;
    }

        .message > .message-context > .button-context > button {
            border-style: none;
            background-color: transparent;
            font-size: 14px;
            outline: none;
        }
