/* NAPA CSS */


/*
primary color - #0A0094 - NAPA Blue
light grey back - #F4F5F6 - NAPA Light grey
yellow - #ffc72c - NAPA yellow
*/

#linka,
#linkb,
#linkc,
#linkd,
#linke,
#linkf,
#linkg {
    margin-top: -130px;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
}


/* ============ main ============ */

#navbar {
    font-family: 'NAPA-bold', Helvetica, Arial, sans-serif;
}
#main .panelEnter h3 {
    font-family: 'NAPA-reg', Helvetica, Arial, sans-serif;
}
li.sign-hide {
    display: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}


@media only screen and (min-width:1200px) {
    .container {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
    }

    .text-fluid-image-block > .row {
        max-width: 1600px;
        margin: 0 auto;
    }
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#main {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


#main {
    padding-top: 72px;
    padding-top: 90px;
}

    #main h1 {
        color: #ffffff;
        font-family: 'NAPA-bold', Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 83px;
        margin-bottom: 30px;
        line-height: 100%;
        margin-top: 40px;
        text-transform: uppercase;
    }

        #main h1 span {
            color: #ffc72c;
        }

    #main h2 {
        color: #000000;
        font-family: 'NAPA-bold', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    #main h2.alt {
        color: #0A0094;
    }
    #main h3 {     
        font-family: 'NAPA-bold', Helvetica, Arial, sans-serif;    
    }
    #main h4 {
        color: #000000;
        font-family: 'NAPA-bold', Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 20px;
        line-height: 4rem;
        margin-bottom: 25px;
    }

    #main p {
        font-size: 18px;
    }

    #main ul {
        color: #393939;
        font-size: 17px;
    }

    #main li {
        padding-bottom: 5px;
    }

        #main li p {
            margin-bottom: 5px;
        }

    #main article {
        margin-bottom: 30px;
    }



.text-fluid-image-block > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: inherit;
    padding: 0;
}

.text-container {
    padding: 50px;
    display: block;
}

#main img {
    max-width: 100%;
}

/* -------------- sections -----------------*/

#sectionHome02,
#sectionRewards05,
#sectionAuto01 {
    padding: 50px 50px 20px 50px;
    background-color: #F4F5F6;
}

#sectionRewards05 .text-fluid-image-block {
    margin-bottom:0;
}

#sectionRewards05 {
    padding: 70px 50px 70px 50px;
}

#sectionRewards02 {
    padding: 50px 50px 25px 50px;
}


#sectionAuto02 {
    padding: 50px 50px 25px 50px;
}

#sectionTerms {
    padding: 40px 50px 0px 50px;
}

#sectionHeader01 {
    padding: 0px 50px 0px 50px;
    background-color: #0A0094;
}

#sectionHome03 {
    padding: 120px 50px 0 50px;
    background-image: url('../img/car1.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100%;
    background: #FFC72C;
    background: linear-gradient(197deg,rgba(255, 199, 44, 1) 5%, rgba(209, 154, 4, 1) 73%);
    position: relative;
    height: 100%;
    min-height: 200px;
    margin-bottom: 0px;
}

    #sectionHome03 .text-fluid-image-block {
        margin-bottom: 0px;
    }





/* --------------------- section extras ---------------- */

#sectionAuto01 .text-container,
#sectionAuto01 .text-image {
    background-color: #0A0094;
}



#sectionHome02 .text-background {
    background-color: #ffffff;
}
#sectionRewards05 {
    background-color: #ffffff;
}
#sectionRewards05 .text-background {
    background-color: #FFC72C;
    border-radius: 20px 0 0 20px;
}
#sectionRewards04,
#sectionAuto03 {
    background-color: #F4F5F6;
}

    #sectionAuto03 h2 {
        color: #0A0094
    }


#sectionRewards02 .text-background {
    background-color: #F4F5F6;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
#sectionRewards02 .text-background h2 {
    color: #0A0094;

}
#sectionAuto02 .text-background {
    background-color: #F4F5F6;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
#sectionAuto02 .home-image {
    background-color: #0A0094;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    padding:20px;
}

#sectionAuto02 .flipped .text-background {
    border-radius: 20px 0 0 20px;
}

#sectionAuto02 .flipped .home-image {
    
    border-radius: 0 20px 20px 0;
}







    #sectionAuto02 .text-background h2 {
        color: #0A0094;
    }

#sectionHome02 .text-container,
#sectionRewards05 .text-container {
    padding: 25px 50px 40px;
    position: relative;
    
}

#sectionAuto01 h2 {
    color: #ffffff;
}
#sectionAuto01 h3 {
    color: #ffffff;
}
#sectionAuto01 .text-container {
    border-radius:20px 0 0 20px;
}
#sectionAuto01 .text-image {
    border-radius: 0 20px 20px 0 ;
}



#sectionRewards02 .text-container {
    padding: 80px 50px;
}
#sectionRewards04 .text-container {
    padding: 50px 50px;
}
#sectionAuto03 .text-container {
    padding: 50px 50px;
    background-color: #ffc72c;
}



#sectionTerms .text-container {
    padding: 50px 15px !important;
}
#sectionHome02 .text-container div.tier {
    position: absolute;
    left: 40px;
    top: 30px;
}

#sectionHome02 .text-container h3,
#sectionRewards05 .text-container h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0A0094;
}

#sectionHome02 .text-container div.text,
#sectionRewards05 .text-container div.text {
    margin-left: 70px;
    position: relative;
    min-height: 90px;
    list-style: none;
}


#sectionHome03 .text-container {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}

#sectionHome02 .home-image,
#sectionRewards05 .home-image {
    background: linear-gradient(135deg,rgba(29, 25, 87, 1) 5%, rgba(10, 0, 148, 1) 50%, rgba(29, 25, 87, 1) 71%, rgba(10, 0, 148, 1) 93%);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
#sectionRewards05 .home-image {
    border-radius:0 20px 20px 0;
}
#sectionRewards02 .home-image {
    background-image: url('../img/pizza.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

#sectionRewards02 .home-image2 {
    background-image: url('../img/food3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

#sectionRewards02 .home-image3 {
    background-image: url('../img/food4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

#sectionRewards03b .home-image {
    background-image: url('../img/pizza.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;  
}

#sectionRewards03b h2,
#sectionRewards03b p {
    color: #fff;
}

#sectionRewards03,
.text-fluid-image-block {
    position: relative;
}
.back-image {
    position: absolute;
 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.back-image-01 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 70px;
    right: -50px;
    background-image: url('../img/card-sainsburys.png');
    transform: rotate(-15deg) translate(-3px, -28px) scale(0.9);
    filter: drop-shadow(10px 5px 4px #111);
    opacity: 0.8;
 
}
.back-image-02 {
    position: absolute;
    width: 560px;
    height: 300px;
    top: -40px;
    left: -140px;
    background-image: url('../img/card-aldi.png');
    transform: rotate(-5deg) translate(-3px, -28px) scale(0.9);
    filter: drop-shadow(10px 5px 4px #111);
    opacity:0.8;
}
.back-image-03 {
    position: absolute;
    width: 360px;
    height: 300px;
    bottom: -80px;
    left: -40px;
    background-image: url('../img/card-greggs.png');
    transform: rotate(10deg) translate(-3px, -28px) scale(0.9);
    filter: drop-shadow(10px 5px 4px #111);
    opacity: 1;
}
.back-image-04 {
    position: absolute;
    width: 460px;
    height: 300px;
    bottom: 120px;
    right: -140px;
    background-image: url('../img/card-tesco.png');
    transform: rotate(-5deg) translate(43px, -28px) scale(0.9);
    filter: drop-shadow(10px 5px 4px #111);
    opacity: 1;
}
.back-image-05 {
    position: absolute;
    width: 360px;
    height: 300px;
    bottom: 800px;
    left: 340px;
    background-image: url('../img/card-asda.png');
    transform: rotate(-5deg) translate(-3px, 300px) scale(0.9);
    filter: drop-shadow(10px 5px 4px #111);
    opacity: 0.5;
}
.back-image-06 {
    position: absolute;
    width: 360px;
    height: 300px;
    top: 540px;
    right: 40px;
    background-image: url('../img/card-nandos.png');
    transform: rotate(15deg) translate(-3px, -28px) scale(0.9);
    filter: drop-shadow(10px 5px 4px #111);
    opacity: 0;
}

.video-area {
    margin: 80px 0 80px;
    padding-left: 50px;
    padding-right: 50px;
}


/* ----------------------- section rewards 03 ----------------- */

#sectionRewards03 {
    padding: 120px 50px 50px 50px;
    background-size: cover;
    background: linear-gradient(135deg,rgba(29, 25, 87, 1) 5%, rgba(10, 0, 148, 1) 50%, rgba(29, 25, 87, 1) 71%, rgba(10, 0, 148, 1) 93%);
    position: relative;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    background-color: #0A0094;
    margin-bottom: 50px;
    background-image: url('../img/stripes.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    background-size: 30%;
}

    #sectionRewards03 .text-container {

        border-radius: 15px;
    }

    #sectionRewards03 .home-image {
        position: relative;
    }

    #sectionRewards03 .rewardBlock {
        margin-top: 30px;
        font-size: 15px;
    }

        #sectionRewards03 .rewardBlock h4 {
            margin-bottom: 2px;
            line-height: inherit;
            font-weight: 700;
        }

    #sectionRewards03 .col-lg-4x {
        float: left;
        margin: 0 30px 30px 0;
    }

    #sectionRewards03 .square {
        margin-bottom: 30px;
    }

    #sectionRewards03 .reward {
        background: rgba(255, 255, 255, .9);
        
        
        padding: 15px 15px 0;
        border-radius: 10px;
    }

        #sectionRewards03 .reward div {
            transform: translate(0px, -20px);
        }

        #sectionRewards03 .reward img {
            transform: rotate(-5deg) translate(-3px, -28px) scale(0.9);
            filter: drop-shadow(10px 5px 4px #999);
        }

    #sectionRewards03 .rewardTitle {
        background-color: inherit;
        padding: 20px 25px;
        border-radius: 10px;
        width: auto;
        display: inline-block;
        color: #fff;
        float: right;
    }

        #sectionRewards03 .rewardTitle h3 {
            width: auto;
            padding: 0 !important;
            margin: 0 !important;
            display: inline-block;
            font-weight: 700;
            font-size: 24px;
        }

    #sectionRewards03 .reward p {
        min-height: 46px;
        margin: 0;
        font-size: 14px;
    }

/* ----------------- */

#sectionHeader01 h1 {
    font-size: 58px;
}

#sectionHeader01 .text-container {
    padding: 50px 20px 50px 20px;
}

#sectionHomeFooter {
    padding: 50px 50px 20px 50px;
    background-color: #F4F5F6;
}









.buttons-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .buttons-wrapper .btn {
        width: 200px !important;
        margin: 0 auto !important;
        float: none !important;
        margin-top: 20px !important;
    }


/* -------------- section terms -------------- */

#sectionTerms .text-padding {
    padding: 50px;
}

#sectionTerms .text-background {
    background-color: #ffffff;
}

#sectionTerms .home-image {
    background-image: url('../img/food4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

#sectionTerms h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px
}

#sectionTerms h2 {
    font-size: 18px;
    line-height: 3rem;
    margin-top: 0px;
    font-weight:500;
}

#sectionTerms h2.hero-title {
    margin-bottom: 0px;
}

#sectionTerms .text-column h2 {
    font-size: 16px;
    line-height: 3rem;
    margin-top: 0px;
    margin-bottom: 10px
}

#sectionTerms li {
    padding-bottom: 8px;
}

#sectionTerms .block-ingress p {
    padding-top: 5px;
}

#sectionTerms ul,
#sectionTerms ol,
#sectionTerms p {
    font-size: 14px;
}

#sectionTerms .text-container {
}

.btnTerms {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 10px 25px;
    border-radius: 0px;
    color: #0A0094;
    font-size: 16px;
    position: relative;
    background-color: #ffffff;
    margin-top: 10px;
    font-weight: 700;
    margin-right: 20px;
    border: 3px solid #ddd;
}

    .btnTerms:hover {
        color: #000;
        border: 3px solid #000;
    }


#sectionTerms .menuTop {
    padding-bottom: 30px;
}

#sectionTerms article {
    border-bottom: 2px solid #eee;
}

#sectionTerms .menuMiddle {
    padding-bottom: 30px;
}

#sectionTerms .menuBottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

#termslink {
    margin-bottom: 100px;
    display: inline-block;
}

#policylink {
    display: inline-block;
}


/* -------------- section 8 - form -------------- */



#sectionSignUp {
    padding: 70px 50px 0 50px;
    background-color: #F4F5F6;
    background-image: url('../img/food7.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 200px;
    margin-bottom: 0px;
}

    #sectionSignUp article {
        margin-bottom: 0px;
    }


    #sectionSignUp .text-container {
        background-color: #ffffff;
        padding: 30px 50px 50px 50px;
    }

/* -------------- Download page -------------- */



#sectionDownload {
    padding: 70px 50px 0 50px;
    background-color: #F4F5F6;
    /* background-image: url('../img/food7.jpg'); */
    background: #1D1957;
    background: linear-gradient(135deg,rgba(29, 25, 87, 1) 5%, rgba(10, 0, 148, 1) 50%, rgba(29, 25, 87, 1) 71%, rgba(10, 0, 148, 1) 93%);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 200px;
    margin-bottom: 0px;
}

    #sectionDownload article {
        margin-bottom: 0px;
    }

    #sectionDownload .text-container {
        background: rgba(255, 255, 255, .2);
        background: #1D1957;
        background: linear-gradient(135deg,rgba(29, 25, 87, 1) 5%, rgba(10, 0, 148, 1) 50%, rgba(29, 25, 87, 1) 71%, rgba(10, 0, 148, 1) 93%);
        s padding: 30px 50px 50px 50px;
        border-radius: 20px;
        margin-bottom:40px;
    }

    #sectionDownload .image-container {
        padding: 30px 160px 50px 160px;
        margin-bottom: 100px;
    }

    #sectionDownload h2 {
        font-size: 70px;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 63px;
        margin-bottom: 0;
        color: #fff;
    }

    #sectionDownload h3 {
        font-size: 45px;
        font-weight: 300;
        padding-bottom: 30px;
        margin-bottom: 30px;
        color: #fff;
    }

    #sectionDownload p {
        font-size: 18px;
        color: #fff;
    }

    #sectionDownload .qr-code {
        padding: 0px;
        max-width: 100%;
        margin-bottom: 30px;
    }


/* ------- HOME Section ------- */
.sponsor-01 p {
    text-align: right;
}

.sponsor-01 {
    text-align: left;
}




.tier-01,
.tier-02,
.tier-03 {
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 22px;
    line-height: inherit;
    padding-top: 14px;
    font-weight: 600;
}

.tier-01 {
    background-color: #0A0094;
    filter: drop-shadow(6px 2px 3px #ccc);
}

.tier-02 {
    background-color: #ffc836;
    filter: drop-shadow(6px 2px 3px #ccc);
}

.tier-03 {
    background-color: #000000;
    filter: drop-shadow(6px 2px 3px #ccc);
}

.inner-img {
    margin-left: 0;
    background-image: none;
    display: block;
    /* opacity: 0;  */
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    height: auto;
    float: none;
    min-width: auto;
    min-height: auto;
    width: 60%;
    padding: 0;
}

.top-block-container {
    background-color: #0A0094;
    margin-bottom: 30px;
    background-image: url('../img/stripes.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}

.overText {
    color: #fff;
    z-index: 2;
    background-color: none;
    margin: 100px 0px;
}

    .overText h1 {
        color: #fff !important;
    }

    .overText p {
        font-size: 20px;
        width: 55%;
    }

.panelEnter {
    text-align: left;
    padding: 16px 16px 0 16px;
    margin-bottom: 30px;
}

    .panelEnter .form-group {
        margin-bottom: 8px;
    }

    .panelEnter .panel-body {
        padding: 0;
    }

    .panelEnter h2 {
        margin-top: 0;
        font-size: 34px;
    }

    .panelEnter p {
        opacity: 0.8;
        padding-bottom: 20px;
    }

    .panelEnter hr {
        float: left;
        display: inline-block;
        height: 20px;
        border-width: 2px;
        border-color: #333;
        width: 100%;
    }

    .panelEnter .form-group {
        float: left;
        width: 100%;
    }

    .panelEnter label {
        color: #000000;
        font-size: 13px;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        width: 25%;
        float: left;
        text-align: right;
        padding-right: 12px;
        padding-top: 12px;
    }

        .panelEnter label span {
            display: block;
            font-size: 12px;
            margin-top: -4px;
        }


        .panelEnter label.terms-label {
            width: 75%;
            padding-left: 0;
            font-size: 12px;
            text-align: left;
            padding-left: 20px;
        }

            .panelEnter label.terms-label input {
                position: absolute;
                margin-left: -20px;
            }

    .panelEnter .checkboxes {
        float: left;
        width: 75%;
    }

        .panelEnter .checkboxes p {
            padding-top: 12px;
            padding-bottom: 0;
            margin-bottom: 0;
            font-size: 13px !important;
        }

p.form-terms {
    font-size: 11px !important;
    padding-top: 12px 0;
    float: right;
    width: 75%;
}

.panelEnter h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 28px !important;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #0A0094;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}


.panelEnter label.checkbox-inline {
    width: 75%;
    text-align: left;
}

.panelEnter .form-control,
.panelEnter select {
    border-radius: 0px;
    height: 44px;
    padding: 6px 16px;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000000;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    background-color: #ffffff;
    width: 75%;
    float: left;
    margin-bottom: 2px;
    font-weight: 400;
    border-radius: 0 !important;
    box-shadow: none;
}

    .panelEnter .form-control::placeholder,
    .panelEnter select::placeholder {
        color: #666;
        font-style: italic;
    }


    .panelEnter .form-control:focus,
    .panelEnter select:focus {
        border: 1px solid #fff;
        border-radius: 0;
    }

    .panelEnter .form-control.postcode {
        width: 37%;
    }


#sectionHome02 .btn,
#sectionHome03 .btn,
#sectionRewards04 .btn,
#sectionAuto03 .btn,
#sectionSignUp .btn {
    font-family: 'NAPA-bold', Helvetica, Arial, sans-serif;
    padding: 20px 45px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    position: relative;
    background-color: #0A0094;
    margin-top: 10px;
    width: 75%;
    float: right;
    font-weight: 500;
    border-radius: 8px;
}


    #sectionHome02 .btn:hover,
    #sectionHome03 .btn:hover,
    #sectionRewards04 .btn:hover,
    #sectionSignUp .btn:hover {
        color: #ffc72c;
        background-color: #0a0275;
    }


h3 a {
    color: #0A0094;
}
h3 a:hover {
    color: #000;
}

#sectionSignUp .btnAlt {
    background-color: #000000;
}

.panelEnter .tryagain .btn {
    width: inherit;
    float: inherit;
}

#sectionHomeFooter .btn:hover,
#sectionSignUp .btn:hover {
    background-color: #2a2a2a;
}

.panelEnter #inputCode .enter-code .form-control {
    font-size: 13px;
    height: 40px;
    border: 2px solid #ddd;
}

.btnEnter {
    width: 100%;
}

.captcha {
    padding: 10px 0 10px;
    margin-left: 25%;
}

.errorMess {
    width: 75%;
    margin-left: 25%;
}

.field-validation-error {
    color: #cc0000;
    display: block;
    font-weight: bold;
    padding: 8px;
    background-color: #eee;
    float: right;
    width: 100%;
}

.captcha .field-validation-error {
    float: left;
    display: block;
    width: auto;
}


.success {
    padding: 20px 30px 10px 30px;
    background-color: #d8ebc9;
    display: inline-block;
    width: 100%;
    border: 8px solid #b3d499;
}
    .success h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .success h2,
    .success p {
        color: #222;
    }

    .success .btn {
        float: left !important;
        margin-bottom: 20px;
        width: auto !important;
        text-transform: inherit !important;
        font-size: 16px !important;
    }

/* ============ Footer ============ */
.footer-container {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    background-color: #08007b;
    position: relative;
    border-top: 1px solid #000;
}

    .footer-container .wrapper {
        width: 80%;
        max-width: none;
        margin: 0 10%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-container a {
        color: rgba(255, 255, 255, 0.9);
    }

    .footer-container span {
        width: 100%;
        display: inline-block;
        padding-top: 8px;
        color: #fff;
    }

        .footer-container span a {
            color: #fff;
        }


/* ==========================================================================
   Media Queries 
   ========================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .panelHomeTop .icon {
        left: 40%;
    }
}

@media only screen and (max-width: 992px) {

    #sectionAuto02 .text-background,
    #sectionAuto02 .flipped .text-background,
    #sectionAuto02 .home-image,
    #sectionAuto02 .flipped .home-image,
    #sectionAuto01 .text-container,
    #sectionAuto01 .text-image {
        border-radius: 0px;
    }


    .center-text,
    .center-text p {
        text-align: center;
    }

    #sectionTerms {
        padding:0 20px;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100% !important;
    }
    .form-fluid > .row {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {



    ul.navbar-right > li {
        padding: 0px 20px;
    }

    ul.navbar-right > li a {
        margin: 0;
    }

    ul.navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .panel-terms-banner .crowd {
        margin-bottom: 40px;
    }

    .panel-rules-top:first-child div {
        text-align: center;
    }

    .panel-rules-bottom .row div:first-child {
        text-align: center;
        margin: 0 auto;
    }

    .panel-rules-bottom h3 {
        text-align: center;
    }

    .panelHomeBottom p {
        padding-bottom: 20px;
    }

    .panelHomeTop .panel-body {
        background-size: 0%;
    }

    #sectionHome02,
    #sectionRewards05,
    #sectionRewards02 {
        padding: 15px;
    }
   
    .section .prizePanel h1 {
        font-size: 24px;
    }

    .section .prizePanel p {
        font-size: 20px;
    }

    .panelHomeTop .icon {
        left: 66%;
    }
}


/* ----------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .panelHomeBottom .panel-body div {
        min-height: 470px !important;
    }

    .panelHomeBottom .btn {
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .panelHomeBottom .panel-body div {
        min-height: 265px !important;
    }

    .panelHomeBottom .btn {
        position: absolute;
        bottom: 0;
    }
}


@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}




/* ============ Top Navigation MEDIA ============ */

@media (min-width: 868px) {
    #sectionSignUp .text-container {
        border-bottom: 1px solid #cccccc;
    }

    ul.navbar-nav {
        padding-left: 40px;
        float: right;
    }
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 15px;
}

.navbar-brand {
    height: auto;
    padding-top: 5px;
    padding-bottom: 0;
}

.navbar-brand > img {
    max-width: 220px;
    color: #fff;
}

.navbar-default {
    background-color: #0A0094;
    border-color: transparent;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
    border-bottom: 3px solid #07006c;
    font-weight: 500;
}

.navbar-default .container {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*  was 768px */
    @media only screen and (max-width: 768px) {
        #sectionRewards02 .home-image,
        #sectionRewards02 .text-background,
        #sectionRewards05 .home-image,
        #sectionRewards05 .text-background {
            border-radius: 0;
        }

        #sectionHome03 .text-container {
            border-radius: 20px;
        }

        #main h1 {
            font-size: 58px;
        }

        #sectionHome03 {
            background-size: inherit;
        }

        #section03 {
            padding: 0;
        }

        .footer-container .align-left {
            margin-bottom: 40px;
        }

        .footer-container .align-right {
            margin-bottom: 20px;
            text-align: left;
        }

        .inv-label {
            display: none;
        }

        p.form-terms {
            width: 100%;
        }

        li.sign-hide {
            display: inline-block;
        }

        .navbar-default div.sign-up-btn {
            display: none;
        }

        .navbar-header {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .navbar-default .container {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .navbar-nav {
            padding: 20px 15px;
        }

        #sectionRewards .rewardBlock {
            position: relative;
        }

        .panelEnter {
            padding: 0px;
        }

            .panelEnter label {
                font-size: 16px;
                width: 35%;
            }

            .panelEnter .form-control,
            .panelEnter select {
                width: 65%;
            }

        .captcha {
            margin-left: 0%;
        }

        .g-recaptcha {
            float: left;
        }

        #sectionHomeFooter .btn,
        #sectionSignUp .btn {
            width: 85%;
            float: left;
        }
    }

    /* media end */


    /* ----------- NAV ----------------*/
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        font-size: 18px;
    }

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffc72c;
}

    .navbar-default div.sign-up-btn {
        float: right;           
        font-size: 16px;
        margin-right: 20px;
        text-transform: uppercase;
    }

        .navbar-default div.sign-up-btn a {
            color: #000;
            padding: 15px 26px;
            background-color: #ffc72c;
            background: linear-gradient(197deg,rgba(255, 199, 44, 1) 5%, rgba(209, 154, 4, 1) 73%);
            border-radius: 8px;
            display:inline-block;
        }

        .navbar-default div.sign-up-btn:hover,
        .navbar-default div.sign-up-btn:active {
            background-color: #000;
            cursor: pointer;
        }

            .navbar-default div.sign-up-btn:hover a,
            .navbar-default div.sign-up-btn:active a {
                color: #fff;
                text-decoration: none;
            }

    .navbar-default .navbar-brand {
        color: #ffffff;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #ebebeb;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a.btn {
            color: #fff;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 17px;
            margin-bottom: 17px;
        }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

        .navbar-default .navbar-nav > li > a.btn:hover,
        .navbar-default .navbar-nav > li > a.btn:focus {
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #425166;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ebebeb;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #425166;
        color: #ebebeb;
    }

    .navbar-default .btn-social-icon {
        margin-top: 8px;
        margin-right: 8px;
        border-radius: 50%;
    }

    .navbar-default .navbar-nav > li > a.btn-facebook:hover,
    .navbar-default .navbar-nav > li > a.btn-twitter:focus {
    }

    /* end */



    .mobile-move {
        transform: rotate(5deg) translate(0px, 0px);
        transition: all 0.3s ease-out;
        filter: drop-shadow(20px 10px 8px #222);
    }

        .mobile-move:hover {
            transform: scale(1.06) rotate(0deg) translate(0px, -10px);
            cursor: pointer;
        }
















/* ---------- Part 1 ------------ */

.part-1,
.part-2,
.part-3,
.part-4,
.part-5 {
    padding: 30px;
    text-align: center;
}

.equal-card {
    margin: 0 auto;
}





    .part-1 .home-image {
        text-align: center;
    }

        .part-1 .home-image .mobile-move-1 {
            transform: scale(0.5) rotate(0deg) translate(0px, -640px);
            transition: all 0.3s ease-out;
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }

            .part-1 .home-image .mobile-move-1:hover {
                transform: scale(0.6) rotate(3deg) translate(0px, -650px);
            }

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    .part-1 .home-image .mobile-move-1 {
        transform: scale(0.5) rotate(0deg) translate(0px, -540px);
        transition: all 0.3s ease-out;
    }
        .part-1 .home-image .mobile-move-1:hover {
            transform: scale(0.6) rotate(3deg) translate(0px, -550px);
        }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .part-1 .home-image .mobile-move-1 {
        transform: scale(0.5) rotate(0deg) translate(0px, -340px);
        transition: all 0.3s ease-out;
    }

        .part-1 .home-image .mobile-move-1:hover {
            transform: scale(0.6) rotate(3deg) translate(0px, -350px);
        }
}


@media only screen and (max-width: 1200px) {
    .part-1 .home-image {
        overflow: hidden !important;
    }
    .part-1 .home-image .mobile-move-1,
    .part-1 .home-image .mobile-move-1:hover {
        transform: scale(0.4) rotate(0deg) translate(0px, -640px);
        filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
    }
}
@media only screen and (max-width: 600px) {
    .part-1 .home-image {
        overflow: hidden !important;
    }

        .part-1 .home-image .mobile-move-1,
        .part-1 .home-image .mobile-move-1:hover {
            transform: scale(0.4) rotate(0deg) translate(0px, -440px);
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }
}









@media only screen and (min-width: 560px) and (max-width: 990px) {
    .equal-card {
        max-width:500px;
        
    }
    .part-1 {
        
    }
}




/* ---------- Part 2 ------------ */
    .part-2 .home-image {
        text-align: center;
        overflow: hidden;
    }

        .part-2 .home-image .mobile-move-2 {
            transform: scale(0.6) rotate(0deg) translate(0px, -600px);
            transition: all 0.3s ease-out;
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }

            .part-2 .home-image .mobile-move-2:hover {
                transform: scale(0.8) rotate(3deg) translate(0px, -430px);
            }

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    .part-2 .home-image .mobile-move-2 {
        transform: scale(0.6) rotate(0deg) translate(0px, -400px);
        transition: all 0.3s ease-out;
    }

        .part-2 .home-image .mobile-move-2:hover {
            transform: scale(0.8) rotate(3deg) translate(0px, -430px);
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .part-2 .home-image .mobile-move-2 {
        transform: scale(0.6) rotate(0deg) translate(0px, -330px);
        transition: all 0.3s ease-out;
    }

        .part-2 .home-image .mobile-move-2:hover {
            transform: scale(0.8) rotate(3deg) translate(0px, -360px);
        }
}

@media only screen and (max-width: 1200px) {
    .part-2 .home-image {
        overflow: hidden !important;
    }
        .part-2 .home-image .mobile-move-2,
        .part-2 .home-image .mobile-move-2:hover {
            transform: scale(0.6) rotate(0deg) translate(0px, -600px);
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }
}
@media only screen and (max-width: 600px) {
    .part-2 .home-image {
        overflow: hidden !important;
    }

        .part-2 .home-image .mobile-move-2,
        .part-2 .home-image .mobile-move-2:hover {
            transform: scale(0.6) rotate(0deg) translate(0px, -400px);
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }
}







/* ---------- Part 3 ------------ */
    .part-3 .home-image {
        text-align: center;
    }

        .part-3 .home-image .mobile-move-3 {
            transform: scale(0.8) rotate(0deg) translate(0px, -10px);
            transition: all 0.3s ease-out;
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }

            .part-3 .home-image .mobile-move-3:hover {
                transform: scale(1) rotate(3deg) translate(0px, -30px);
            }


@media only screen and (max-width: 1200px) {
    .part-3 .home-image {
        overflow: hidden !important;
    }

        .part-3 .home-image .mobile-move-3,
        .part-3 .home-image .mobile-move-3:hover {
            transform: scale(0.8) rotate(0deg) translate(0px, -10px);
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }
}
@media only screen and (max-width: 600px) {
    .part-3 .home-image {
        overflow: hidden !important;
    }

        .part-3 .home-image .mobile-move-3,
        .part-3 .home-image .mobile-move-3:hover {
            transform: scale(0.8) rotate(0deg) translate(0px, 10px);
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }
}



/* ---------- Part 4 ------------ */
    .part-4 .home-image {
        text-align: center;
    }

        .part-4 .home-image .mobile-move-4 {
            transform: scale(0.4) rotate(3deg) translate(0px, -670px);
            transition: all 0.3s ease-out;
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }

            .part-4 .home-image .mobile-move-4:hover {
                transform: scale(0.5) rotate(3deg) translate(0px, -670px);
            }

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    .part-4 .home-image .mobile-move-4 {
        transform: scale(0.4) rotate(3deg) translate(0px, -590px);
        transition: all 0.3s ease-out;
    }

        .part-4 .home-image .mobile-move-4:hover {
            transform: scale(0.5) rotate(3deg) translate(0px, -590px);
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

        .part-4 .home-image .mobile-move-4 {
            transform: scale(0.4) rotate(3deg) translate(0px, -360px);
            transition: all 0.3s ease-out;
        }

        .part-4 .home-image .mobile-move-4:hover {
            transform: scale(0.5) rotate(3deg) translate(0px, -380px);
        }
}

@media only screen and (max-width: 1200px) {
    .part-4 .home-image {
        overflow: hidden !important;
    }

        .part-4 .home-image .mobile-move-4,
        .part-4 .home-image .mobile-move-4:hover {
            transform: scale(0.4) rotate(3deg) translate(0px, -670px);
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }
}
@media only screen and (max-width: 600px) {
    .part-4 .home-image {
        overflow: hidden !important;
    }

        .part-4 .home-image .mobile-move-4,
        .part-4 .home-image .mobile-move-4:hover {
            transform: scale(0.4) rotate(3deg) translate(0px, -470px);
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.5));
        }
}





    /* ---------- Part 5 ------------ */
    .part-5 .home-image {
        text-align: center;
        overflow: hidden;
    }

        .part-5 .home-image .mobile-move-5 {
            transform: scale(0.5) rotate(3deg) translate(270px, -370px);
            transition: all 0.3s ease-out;
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.2));
        }

            .part-5 .home-image .mobile-move-5:hover {
                transform: scale(0.6) rotate(3deg) translate(190px, -350px);
            }




@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    .part-5 .home-image .mobile-move-5 {
        transform: scale(0.5) rotate(3deg) translate(270px, -270px);
        transition: all 0.3s ease-out;
    }

        .part-5 .home-image .mobile-move-5:hover {
            transform: scale(0.6) rotate(3deg) translate(190px, -250px);
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .part-5 .home-image .mobile-move-5 {
        transform: scale(0.5) rotate(3deg) translate(270px, -240px);
        transition: all 0.3s ease-out;
    }

        .part-5 .home-image .mobile-move-5:hover {
            transform: scale(0.6) rotate(3deg) translate(190px, -230px);
        }
}
@media only screen and (max-width: 1200px) {
    .part-5 .home-image {
        overflow: hidden !important;
    }

        .part-5 .home-image .mobile-move-5,
        .part-5 .home-image .mobile-move-5:hover {
            transform: scale(0.5) rotate(3deg) translate(270px, -270px);
            transition: all 0.3s ease-out;
        }
}






/* ---------- Part 6 ------------ */
    .home-image-6 {
        text-align: center;
    }

        .home-image-6 .mobile-move-6 {
            transform: scale(1) rotate(3deg) translate(-230px, 20px);
            transition: all 0.3s ease-out;
            filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.2));
            
        }

            .home-image-6 .mobile-move-6:hover {
                transform: scale(1) rotate(5deg) translate(-210px, -20px);
            }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .home-image-6 .mobile-move-6 {
        transform: scale(1) rotate(3deg) translate(-100px, 20px);
        transition: all 0.3s ease-out;
        filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.2));
    }

        .home-image-6 .mobile-move-6:hover {
            transform: scale(1) rotate(5deg) translate(-210px, -20px);
        }
}

@media only screen and (max-width: 1200px) {
   
    .home-image-6 .mobile-move-6,
    .home-image-6  .mobile-move-6:hover {
        transform: scale(1) rotate(3deg) translate(-30px, 20px);
        filter: drop-shadow(20px 10px 8px rgba(0,0,0,0.2));
    }
}


/* ------------------ */

    .faq-header {
        color: #0A0094;
        font-weight: 800;
        border-top: 2px solid #eee;
        margin-top: 30px;
        font-family: 'NAPA-bold', Helvetica, Arial, sans-serif;
        padding: 30px 50px 20px 50px;
        background-color: #F4F5F6;
        font-size: 21px;
    }

    .faq-stripe {
        background-color: #fbfbfb;
    }

    #main #sectionTerms article {
        padding-top: 30px;
        margin-bottom: 0px;
    }

    #main #sectionTerms {
        margin-bottom: 30px;
    }

#main #sectionRewards04 article,
#main #sectionAuto03 article {
    margin-bottom: 0px;
}

    #sectionDownload .screen-01,
    #sectionDownload .screen-02,
    #sectionDownload .screen-03 {
        max-width: 300px;
        filter: drop-shadow(10px 5px 18px #000);
        max-width: 100%;
    }

.download-pic-area {
    /* overflow: hidden; */
}

    #sectionDownload .image-container {
        min-height: 300px;
    }

    .download-badge {
        margin-bottom: 30px;
        max-width: 400px !important;
    }

    #sectionDownload .image-container {
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
        text-align: center;
    }

    #sectionDownload .screen-01 {
        position: absolute;
        left: 0;
        top: 0;
        transform: rotate(-5deg) scale(0.7);
    }

    #sectionDownload .screen-02 {
        position: absolute;
        left: 80px;
        top: 40px;
        transform: rotate(5deg) scale(0.8);
    }

    #sectionDownload .screen-03 {
        position: absolute;
        left: 190px;
        top: 80px;
        transform: rotate(15deg) scale(0.9);
    }

    /* --------------- Media Q -------------------------------------------------------------------------------------------- */


.video-container {
    border-radius: 12px;
    background-color: #000;
    border: 28px solid #080167;
    overflow: hidden;
  }
#sectionHome02 .text-container {
}

.promotions-block {
    margin-top: 50px;
    margin-bottom: 50px;
}





    @media (max-width: 768px) {


        .top-block-container {
            background-size: 170px;
        }



        .back-image-02, .back-image-03, .back-image-05, .back-image-06 {
            opacity: 0.1 !important;
        }

        .back-image-01,
        .back-image-04 {
            display: none !important;
        }

        #sectionRewards02 .text-container,
        #sectionRewards03 .text-container,
        #sectionRewards04 article,
        #sectionAuto03 article {
            padding: 20px 0px;
        }

        .top-block-container .text-container {
            padding: 10px 20px;
        }

        #sectionHome02 .text-container {
            padding: 15px 20px 20px 20px;
        }

            #sectionHome02 .text-container div.tier {
                left: 20px;
                top: -35px;
            }

            #sectionHome02 .text-container div.text {
                margin-left: 0px;
            }

        .tier-01, .tier-02, .tier-03 {
            filter: drop-shadow(0px 0px 0px #ccc);
            background-color: #ffc72c;
            color: #0A0094;
            font-weight: 700;
        }




        .video-area {
            padding: 10px !important;
            margin: 20px 0 !important;
        }

            .video-area .video-container {
                border: 12px solid #080167;
            }

        .part-1, .part-2, .part-3, .part-4, .part-5 {
            padding: 10px 10px 25px 10px;
        }

        #sectionHome03 {
            padding: 30px 20px 10px 20px;
        }

        .home-image-6 {
            display: none !important;
        }

        #sectionHome03 .text-container {
            padding: 20px;
        }


        .promotions-block {
            margin-top: 25px;
            margin-bottom: 0px;
        }

        #sectionHomeFooter {
            padding: 20px 20px 10px 20px;
        }
        /* ------ Rewards ----- */

        #sectionRewards03 {
            padding: 40px 25px 100px 25px;
        }

            #sectionRewards03 .rewardTitle {
                float: left;
                padding: 10px 10px;
            }
        /* -----   FAQ    ----- */

        #main #sectionTerms article {
            padding-top: 10px;
        }

        #sectionTerms {
            padding: 0 0px;
        }

            #sectionTerms h2 {
                margin-bottom: 10px;
            }

            #sectionTerms .block-ingress p {
                margin: 0 0 20px;
            }

            #sectionTerms .menuTop {
                padding-bottom: 0;
            }

        #sectionHeader01 {
            padding: 0px 20px 0px 20px;
        }

            #sectionHeader01 .text-container {
                padding: 20px 10px 20px 10px;
            }

        #main h1 {
            margin-bottom: 10px;
            margin-top: 10px;
        }
        /* -----  Download ------ */


        #sectionDownload {
            padding: 50px 20px 0 20px;
        }

            #sectionDownload .text-container {
                padding: 20px;
            }

            #sectionDownload h2 {
                font-size: 50px;
                line-height: 47px;
            }

        #main .panelEnter h3 {
            font-size: 30px;
        }

        #sectionDownload .screen-01 {
            position: absolute;
            left: -90px;
            top: -100px;
            transform: rotate(-5deg) scale(0.4);
        }

        #sectionDownload .screen-02 {
            position: absolute;
            left: -30px;
            top: -120px;
            transform: rotate(5deg) scale(0.5);
        }

        #sectionDownload .screen-03 {
            position: absolute;
            left: 40px;
            top: -150px;
            transform: rotate(15deg) scale(0.5);
        }

        #sectionDownload .image-container {
            min-height: 150px;
        }
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* ----------- */
        /* other */
        .text-fluid-image-block > .row {
            display: block !important;
        }

        .home-image,
        .home-image2,
        .home-image3 {
            min-height: 200px;
        }
    }

    @media only screen and (max-width: 992px) {
        .home-image3,
        .home-image2 {
            display: none;
        }

        .top-block-container {
            background-size: 200px;
        }
    }

    @media only screen and (max-width: 1880px) {
        .faq-header {
            padding: 30px 50px 20px 0px !important;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .home-image3,
        .home-image2 {
            display: none;
        }
    }



@media only screen and (min-width: 768px) and (max-width: 880px) {

    .navbar-brand img {
        max-width: 120px !important;
        padding-top:10px;
    }
}