/* Minification failed. Returning unminified contents.
(19,33): run-time error CSS1046: Expect comma, found '0'
(19,37): run-time error CSS1046: Expect comma, found '/'
(20,53): run-time error CSS1046: Expect comma, found '8'
(20,58): run-time error CSS1046: Expect comma, found '/'
(20,72): run-time error CSS1046: Expect comma, found '8'
(20,77): run-time error CSS1046: Expect comma, found '/'
(20,93): run-time error CSS1046: Expect comma, found '195'
(20,100): run-time error CSS1046: Expect comma, found '/'
 */

.about-bg {
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('/Images/home-pre-order.jpg');
    position:relative;
}

    .about-bg > .header {
        font-size: 45px;
        line-height: 50px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        padding: 150px;
        background-color: rgb(0 0 0 / 0.70);
        background: linear-gradient(to bottom,rgb(1 8 90 / 0.70),rgb(1 8 90 / 0.70),rgb(255 195 27 / 0.20));
    }

        .about-bg > .header > span {
            color: #fff601;
        }

    .about-bg > .details {
        font-size: 20px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
    }
    .about-bg > img {
        height:250px;
        position:absolute;
        right:50px;
        bottom:-50px;
    }

.max1000 {
    max-width: 1000px !important;
}

.max900 {
    max-width: 900px !important;
}

.max800 {
    max-width: 800px !important;
}

.max700 {
    max-width: 700px !important;
}

.max600 {
    max-width: 600px !important;
}

.max500 {
    max-width: 500px !important;
}


.body-context {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-top:30px;
}
    .body-context > .title {
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        font-weight: bold;
        font-family: 'Roboto Condensed',sans-serif;
        color: #44bf8a;
        text-align: right;
    }

    .body-context > .details {
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        font-family: 'Roboto Condensed',sans-serif;
        padding-bottom: 15px;
    }

    .body-context > .body {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

        .body-context > .body > .title {
            font-size: 20px;
            font-weight: bold;
            font-family: 'Roboto',sans-serif;
            padding-left: 10px;
            line-height: 30px;
            margin-bottom: 10px;
            color: #0a578f;
        }

        .body-context > .body > .details-title {
            color: #f68416;
            font-size: 15px;
            font-weight: bold;
        }

        .body-context > .body > .details {
            color: #888;
            font-size: 13px;
        }

    .body-context .input-group-addon {
        background-color: transparent;
        color: #333;
        border: 1px solid #ddd;
    }

    .body-context .button {
        width: 40px;
        height: 40px;
        background-color: #00929c;
        border: none;
        color: #fff;
        border-radius: 50%;
        float: right;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.20);
    }

        .body-context .button img {
            height: 20px;
            padding-left: 4px;
        }

        .body-context .button:hover {
            background-color: #f26322;
        }

        .body-context .button:focus {
            background-color: #f26322;
        }

    .body-context label {
        font-size: 12px;
        font-weight: normal;
        color: #888;
        margin-top: 10px;
    }

    .body-context .input {
        border: 1px solid #ddd;
        padding: 10px;
        width: 100%;
        outline: none;
        background-color: transparent;
    }

        .body-context .input:focus {
            border: 1px solid #ddd;
            box-shadow: 0px 3px 7px rgba(17, 33, 159, 0.15);
        }


    .body-context ::placeholder {
        color: #ddd;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

    .body-context :-ms-input-placeholder {
        color: #ddd;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

    .body-context ::-ms-input-placeholder {
        color: #ddd;
        font-size: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
    }

@media (max-width:991px) {
    .about-bg > .header {
        font-size: 40px;
        line-height: 40px;
        padding: 100px;
    }
    .about-bg > img {
        height: 200px;
        right: 40px;
    }
    .body-context > .body > .title {
        font-size: 18px;
        line-height: 25px;
    }
}
@media (max-width:850px) {
    .about-bg > img {
        height:190px;
    }
}

@media (max-width:767px) {

    .about-bg > .header {
        font-size: 30px;
        line-height: 30px;
        padding: 80px;
    }
    .about-bg > img {
        height: 180px;
        right: 30px;
    }

    .body-context > .title {
        font-size: 25px;
        line-height:25px;
    }

    .body-context > .details {
        font-size: 20px;
    }

    .body-context > .body > .title {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width:650px) {
    .about-bg > img {
        height: 150px;
    }
}

@media (max-width:600px) {
    .about-bg > .header {
        font-size:25px;
        line-height: 25px;
        padding:60px 50px;
    }
    .about-bg > img {
        height: 140px;
        right: 20px;
    }
    .body-context > .title {
        font-size: 20px;
        line-height: 20px;
    }

    .body-context > .details {
        font-size: 16px;
    }
    .body-context > .body > .title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:500px) {
    .about-bg > img {
        display:none;
    }
}
@media (max-width:400px) {
    .about-bg > .header {
        font-size: 20px;
        line-height: 20px;
        padding: 60px 40px;
    }
    .body-context > .title {
        font-size: 16px;
        line-height: 18px;
    }

    .body-context > .details {
        font-size: 12px;
    }
    .body-context > .body > .title {
        font-size: 13px;
    }
}

