/* Minification failed. Returning unminified contents.
(6,30): run-time error CSS1046: Expect comma, found '30'
(6,36): run-time error CSS1046: Expect comma, found '/'
(7,46): run-time error CSS1046: Expect comma, found '78'
(7,53): run-time error CSS1046: Expect comma, found '/'
(7,65): run-time error CSS1046: Expect comma, found '30'
(7,71): run-time error CSS1046: Expect comma, found '/'
 */
body{
    background-color:#fff;
}
.pre-order-bg {
    width: 100%;
    background-color: rgb(16 30 59 / 1);
    background-image: radial-gradient(rgb(42 78 114 / 1),rgb(16 30 59 / 1));
    display: table;
    padding: 100px;
    position: relative;
}
    .pre-order-bg > img {
        position: absolute;
        right: 50px;
        bottom: -50px;
        height: 250px;
    }

    .pre-order-bg > .header {
        font-size: 45px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        max-width: 600px;
    }
        .pre-order-bg > .details {
            font-size: 16px;
            max-width:600px;
            color: #fff;
            font-family: 'Roboto', sans-serif;
        }
    .pre-order-bg > .gdl {
        font-size: 18px;
        max-width: 500px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-align:justify;
    }

.body-context {
    margin: 30px;
    margin-top: 70px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
}

    .body-context > .left-context {
        flex:65;
        background-color: #fff;
        padding:20px;
    }
    .body-context > .right-context {
        flex: 35;
        background-color: #1368b1;
        padding: 20px;
    }


    .body-context label {
        font-size: 14px;
        font-weight: bold;
        color: #505558;
        margin-top: 10px;
    }

    .body-context .input, select, textarea {
        border: 1px solid #eee;
        padding: 10px;
        width: 100%;
        outline: none;
        background-color: #f2f3f5;
    }
        
        .body-context input[type="date"] {
            height:40px;
        }

            .body-context .input:focus {
                border: 1px solid #ced6e6;
                box-shadow: 0px 3px 7px rgba(17, 33, 159, 0.09);
            }

    .body-context .button {
        width: 40px;
        height: 40px;
        background-color: #004293;
        border: none;
        color: #fff;
        border-radius: 50%;
        float: right;
    }

            .body-context .button img {
                height: 20px;
                padding-left: 4px;
            }

        .body-context .button:hover {
            background-color: #ee0000;
            box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.20);
        }

        .body-context .button:focus {
            background-color: #0155bb;
            box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.20);
            outline: none;
        }

        
        .body-context > .right-context label {
            font-size: 13px;
            font-weight: normal;
            color: #fff;
            margin-top: 10px;
        }

        .body-context > .right-context .input {
            border: 1px solid #ddd;
            padding: 10px;
            width: 100%;
            outline: none;
            background-color:transparent;
            color:#fff;
        }

            .body-context > .right-context .input:focus {
                border: 1px solid #fff;
                box-shadow: 0px 3px 7px rgba(17, 33, 159, 0.09);
            }

    .body-context > .right-context .input-group-addon {
        background-color: transparent;
        color:#fff;
    }

          
.body-context > .right-context ::placeholder {
    color: #e8e8e8;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

    .body-context > .right-context :-ms-input-placeholder {
        color: #a6afde;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

    .body-context > .right-context ::-ms-input-placeholder {
        color: #a6afde;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

.faq {
    margin: 30px;
    margin-top: 70px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.faq > .item {
    padding:5px 0px;
}
    .faq > .item {
        padding: 5px 0px;
    }
    .faq > .item > .item-body {
        background-color:#f1f1f1;
        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 {
            display: table-cell;
            width: 50px;
            padding: 15px;
            text-align: center;
            cursor: pointer;
        }

@media (max-width:1050px) {
        .pre-order-bg > img {
            height: 200px;
        }
}

@media (max-width:991px) {
    .pre-order-bg {
        padding: 80px;
    }
        .pre-order-bg > img {
            right: 0px;
            bottom: -50px;
            height: 180px;
        }
    .pre-order-bg > .header {
        font-size: 40px;
    }

        .pre-order-bg > .details {
            font-size: 18px;
            max-width: 500px;
        }
}
@media (max-width:767px) {
    .pre-order-bg {
        padding: 60px;
    }
        .pre-order-bg > img {
            bottom: -20px;
            height: 120px;
        }

        .pre-order-bg > .header {
            font-size: 30px;
        }

        .pre-order-bg > .details {
            font-size: 16px;
            max-width:400px;
        }

    .body-context {
        padding: 10px 10px;
    }
        .body-context > .left-context {
            padding: 10px;
        }

        .body-context > .right-context {
            padding:10px;
        }
        .faq{
            padding:0px 10px;
        }
}
@media (max-width:600px) {
    .pre-order-bg {
        padding:50px 20px;
    }
        .pre-order-bg > img {
            height: 120px;
        }

    .pre-order-bg > .header {
        font-size: 25px;
    }

        .pre-order-bg > .details {
            font-size: 14px;
            max-width: 300px;
        }
}
@media (max-width:500px){
    .pre-order-bg {
        padding: 40px 20px;
    }
        .pre-order-bg > img {
            height: 100px;
        }
        .pre-order-bg > .header {
            font-size: 20px;
        }

        .pre-order-bg > .details {
            font-size: 12px;
            max-width: 300px;
        }

    .body-context {
        display: block;
        margin:0px;
    }

        .body-context > .left-context {
            flex: unset;
            padding:0px;
        }

        .body-context > .right-context {
            flex: unset;
        }
}
@media (max-width:400px) {
    .pre-order-bg {
        padding: 30px 10px;
    }
        .pre-order-bg > img {
            height: 80px;
        }
    .pre-order-bg > .header {
        font-size: 20px;
    }
        .pre-order-bg > .details {
            font-size: 10px;
            max-width: 230px;
        }
}
