/*
  * Author : BlueBerry
  * Website Name :  BlueBerry Games
  * Version : 1.0
*/
/*------------------------
       Web Fonts css
 ------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

@font-face {
    font-family: 'Cartwheel';
    src: url("../fonts/Cartwheel.eot");
    src: url("../fonts/Cartwheel.eot") format("embedded-opentype"), url("../fonts/Cartwheel.woff2") format("woff2"), url("../fonts/Cartwheel.woff") format("woff"), url("../fonts/Cartwheel.ttf") format("truetype"), url("../fonts/Cartwheel.svg#Cartwheel") format("svg");
}

@font-face {
    font-family: 'ComicSansMS3';
    src: url("../fonts/ComicSansMS3.eot");
    src: url("../fonts/ComicSansMS3.eot") format("embedded-opentype"), url("../fonts/ComicSansMS3.woff2") format("woff2"), url("../fonts/ComicSansMS3.woff") format("woff"), url("../fonts/ComicSansMS3.ttf") format("truetype"), url("../fonts/ComicSansMS3.svg#ComicSansMS3") format("svg");
}

@font-face {
    font-family: 'FunkyBunny';
    src: url("../fonts/FunkyBunny-1vq0.ttf");
    src: url("../fonts/FunkyBunny-1vq0.ttf") format("truetype");
}

@font-face {
    font-family: 'EBGaramond';
    src: url("../fonts/EBGaramond-VariableFont_wght.ttf");
    src: url("../fonts/EBGaramond-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url("../fonts/Helvetica-Bold.ttf");
    src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica.ttf");
    src: url("../fonts/Helvetica.ttf") format("truetype");
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans Pro", sans-serif;
    color: #4a4a4a;
}

*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    * {
        scrollbar-width: none;
    }

        *::-webkit-scrollbar {
            /* This is the magic bit for WebKit */
            display: none;
        }
}

body > * {
    /* Track */
    /* Handle */
}

    body > * ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    body > * ::-webkit-scrollbar-track {
        background: #f8f8f8;
    }

    body > * ::-webkit-scrollbar-thumb {
        background: #cccccc;
    }

        body > * ::-webkit-scrollbar-thumb:window-inactive {
            background: #cccccc;
        }

ul, li {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

select {
    outline: none;
}

    input:focus, select:focus {
        outline: 0;
    }

a img {
    border: none;
}

.clr {
    clear: both;
    height: 0px;
}

a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

h1 {
    font-size: 30px;
    line-height: 44px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 0 20px;
    color: #ffffff;
}

@media (min-width: 1100px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
    margin: 0 0 20px;
}

@media (min-width: 1100px) {
    h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

h3 {
    font-size: 28px;
    line-height: 36px;
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
    margin: 0 0 20px;
}

@media (min-width: 1100px) {
    h3 {
        font-size: 26px;
        line-height: 44px;
    }
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
    margin: 0 0 20px;
}

@media (min-width: 1100px) {
    h4 {
        font-size: 26px;
        line-height: 36px;
    }
}

.btn {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    box-shadow: none;
    letter-spacing: 2px;
    border: 0px solid transparent;
}

    .btn i {
        margin-left: 5px;
    }

    .btn:hover {
        cursor: pointer;
        box-shadow: none !important;
    }

    .btn:focus {
        outline: 0;
    }

    .btn.btn-primary {
        color: #ffffff;
        background: #18ace7;
        background: -moz-linear-gradient(top, #18ace7 0%, #2152a8 100%);
        background: -webkit-linear-gradient(top, #18ace7 0%, #2152a8 100%);
        background: linear-gradient(to bottom, #18ace7 0%, #2152a8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18ace7', endColorstr='#2152a8',GradientType=0 );
    }

        .btn.btn-primary:hover {
            color: #ffffff;
            border-color: #08277f;
        }

        .btn.btn-primary:focus {
            background: #08277f;
            color: #ffffff;
            border-color: #08277f;
        }

    .btn.btn-green {
        text-decoration: underline;
        color: #ffffff;
        background: #6cdd11;
        background: -moz-linear-gradient(top, #6cdd11 0%, #18a303 100%);
        background: -webkit-linear-gradient(top, #6cdd11 0%, #18a303 100%);
        background: linear-gradient(to bottom, #6cdd11 0%, #18a303 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cdd11', endColorstr='#18a303',GradientType=0 );
    }

        .btn.btn-green:hover {
            color: #ffffff;
            border-color: #18a303;
        }

        .btn.btn-green:focus {
            background: #18a303;
            color: #ffffff;
            border-color: #18a303;
        }

    .btn.btn-pending {
        background-color: #52a9fa;
        color: #ffffff;
    }

    .btn.btn-links {
        padding: 0;
        color: #0053fd;
        text-transform: none;
        box-shadow: none !important;
        border-radius: 0;
        font-family: "Comic Neue", cursive;
        text-decoration: underline;
        background-color: transparent;
    }

        .btn.btn-links:hover {
            text-decoration: none;
        }

            .btn.btn-links:hover i {
                margin-left: 5px;
            }

    .btn.btn-secondary {
        color: #ffffff;
        background: #8b0d3a;
    }

        .btn.btn-secondary:hover {
            background: #2f64c5;
            color: #ffffff;
            border-color: #2f64c5;
        }

        .btn.btn-secondary:focus {
            background: #2f64c5;
            color: #ffffff;
            border-color: #8b0d3a;
        }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #000000;
    color: #2f64c5;
    border-color: #2f64c5;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

    .form-group label {
        font-size: 16px;
        line-height: 20px;
        color: #08277f;
        margin-bottom: 0;
    }

        .form-group label sup {
            color: #c20000;
            font-size: 12px;
        }

        .form-group label.custom-control-label {
            color: #08277f;
        }

            .form-group label.custom-control-label a {
                color: #1f97dd;
            }

                .form-group label.custom-control-label a:hover {
                    text-decoration: underline;
                }

    .form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control {
        border-radius: 0px;
        background: #ffffff;
        padding: 7px 10px;
        border: 2px solid #9f9f9f;
        height: 46px;
        font: italic 18px/32px "Source Sans Pro", sans-serif;
        width: 100%;
    }

        .form-group input.form-control:hover, .form-group select.form-control:hover, .form-group textarea.form-control:hover {
            background: #f5f5f5;
        }

    .form-group textarea.form-control {
        resize: none;
        height: 110px;
    }

    .form-group select.form-control:not([size]):not([multiple]) {
        height: 46px;
    }

    .form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #f0faff url(../images/select-arrow.png) 100% 50% no-repeat !important;
    }

/* form starting stylings ------------------------------- */
.input-group {
    position: relative;
    margin-bottom: 30px;
}

    .input-group label {
        color: #999;
        font-size: 16px;
        line-height: 16px;
        position: absolute;
        pointer-events: none;
        left: 16px;
        top: 24px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        margin: 0;
    }

    .input-group input {
        font-size: 16px;
        padding: 25px 16px 7px;
        line-height: 28px;
        display: block;
        width: 100%;
        border: 2px solid #dee0e4;
    }

        .input-group input:focus {
            outline: none;
            border: 2px solid #4a4a4a;
        }

            .input-group input:focus ~ label,
            .input-group input:valid ~ label {
                top: 10px;
                font-size: 12px;
            }

/* active state */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.main__vectors {
    width: 100%;
    height: 100vh;
    background: url(../images/Map-gif.jpg) 50% 50% no-repeat;
    background-size: 100% 100%;
}

.game__box {
    width: 100px;
    height: 50px;
    display: block;
    position: fixed;
}

.brand__box {
    display: block;
    position: fixed;
    width: 16%;
    height: 15%;
    top: 0px;
    left: 0px;
    background: url(../images/cloud.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 0;
}

.brandText .funky {
    font-family: FunkyBunny;
    color: #0b89ea;
    font-size: 2.24vh;
}

.brandHoriText .funky {
    font-family: FunkyBunny;
    color: #0b89ea;
    font-size: 2.4vh;
}

.brand__box .garamond {
    font-family: Arial;
    color: #000000;
    font-size: 1.3vh;
    font-weight: bold;
}

.brandImage {
    width: 100%;
}

.brandrectImage {
    width: 70%;
}

.brandHoriImg {
    padding: 0px 10px 0 20px;
    text-align: center;
}

.brandText {
    line-height: 2vh;
    margin: 8px 0 0 0;
    text-align: center;
}

.brandHoriText {
    line-height: 2vh;
    /*padding: 0px 10px 0 20px;*/
    text-align: center;
}

.brandText .brandName {
    font-family: Arial;
    color: #000000;
    font-size: 2.4vh;
}

.brandHoriText .brandName {
    font-family: Arial;
    color: #14d6ff;
    font-size: 2.4vh;
}

.game__box .game__box__over {
    width: 18.5vw;
    height: 9.25vw;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/hover-bg1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 1.55vw 2.3vw;
    display: none;
    /*@media (min-width: $screen-xl) {
            width: 320px;
            height: 160px;
            padding: 30px 40px;
            .default-img {
                left: 40px;
                top: 30px;
                max-width: 95px;                
            }
            ul {
                height: 90px;
                width: 130px;
                li {
                    margin-bottom: 2px;
                    font-size: 14px;
                    line-height: 18px;
                    img {
                        left: 40px;
                        top: 30px;
                        max-width: 95px;
                    }
                }
            }
        }*/
}

    .game__box .game__box__over .default-img {
        position: absolute;
        left: 2.3vw;
        top: 1.6vw;
        max-width: 4.6vw;
        margin-top: 2%;
        height: 50%;
    }

        .game__box .game__box__over .default-img.removed {
            display: none;
        }

    .game__box .game__box__over ul {
        width: 8.5vw;
        float: right;
        height: 5.75vw;
        overflow-y: auto;
    }

        .game__box .game__box__over ul li {
            width: 100%;
            margin: 0 0 2px;
            background: #2f64c5;
            border-radius: 4px;
            text-align: center;
            font-family: "Cartwheel";
            font-size: .93vw;
            line-height: 1.1vw;
            padding-top: 2px;
            color: #ffffff;
            text-transform: uppercase;
            cursor: pointer;
        }

            .game__box .game__box__over ul li img {
                position: absolute;
                left: 2.4vw;
                top: 1.6vw;
                max-width: 4.6vw;
                display: none;
                /*margin-top:5%;*/
                height: 59%;
            }

            .game__box .game__box__over ul li:hover img {
                display: inline-block;
            }

.game__box.Game1 {
    top: 8.5vh;
    left: 0vw;
    width: 16vw;
    height: 9.5vh;
    z-index: 1000;
}

.game__box.Game2 {
    left: 0vw;
    width: 13vw;
    height: 7.5vh;
    top: 23vh;
}

.game__box.Game3 {
    top: 50%;
    transform: translateY(-50%);
    width: 10vw;
    left: 2vw;
    height: 6vw;
}

.game__box.Game4 {
    left: 20vw;
    width: 12vw;
    height: 18vh;
    bottom: 18.5vh;
    z-index: 1000;
}

    .game__box.Game4 .game__box__over {
        left: -4vw;
        top: 1vw;
    }

.game__box.Game5 {
    left: 25%;
    width: 8vw;
    height: 12vh;
    top: 1vh;
}

.game__box.Game6 {
    top: 14vh;
    height: 10vh;
    width: 8vw;
    left: 26vw;
}

.game__box.Game7 {
    left: 35%;
    width: 10vw;
    top: 21vh;
    height: 8vh;
}

.game__box.Game8 {
    left: 34%;
    width: 10vw;
    top: 34vh;
    height: 9vh;
}

.game__box.Game9 {
    left: 36%;
    width: 20vw;
    top: 49vh;
    height: 13vh;
}

.game__box.Game10 {
    left: 46%;
    width: 16vw;
    top: 3vh;
    height: 14vh;
}

.game__box.Game11 {
    left: 48%;
    width: 11vw;
    bottom: 23vh;
    height: 13vh;
}

.game__box.Game12 {
    left: 43.5%;
    width: 15vw;
    bottom: 6vh;
    height: 16vh;
}

.game__box.Game13 {
    left: 62.5%;
    width: 7vw;
    top: 8vh;
    height: 10vh;
}

.game__box.Game14 {
    left: 57%;
    width: 11vw;
    top: 49vh;
    height: 13vh;
    transform: translateY(-49%);
}

.game__box.Game15 {
    left: 59.5%;
    width: 11vw;
    bottom: 27vh;
    height: 11vh;
}

.game__box.Game16 {
    left: 70%;
    width: 17vw;
    top: 15vh;
    height: 18vh;
}

.game__box.Game17 {
    right: 2vw;
    width: 10vw;
    top: 13vh;
    height: 11vh;
}

.game__box.Game101 {
    right: 2vw;
    width: 10vw;
    top: 16vh;
    height: 11vh;
}

.game__box.Game17 .game__box__over {
    left: inherit;
    right: -20px;
}

.game__box.Game18 {
    right: 12vw;
    width: 15vw;
    bottom: 40vh;
    height: 12vh;
}

.game__box.Game19 {
    right: 1vw;
    width: 10vw;
    bottom: 26vh;
    height: 10vh;
}

    .game__box.Game19 .game__box__over {
        left: inherit;
        right: -20px;
    }

.game__box.Game20 {
    /* right: 1.5vw;
    width: 30vw;
    bottom: 9vh;
    height: 16vh;*/
    right: 6vw;
    width: 20vw;
    bottom: 19vh;
    height: 16vh;
}

.game__box.Game21 {
    left: 14.5vw;
    width: 12vw;
    top: 17vh;
    height: 9vh;
}

.game__box.Game22 {
    left: 21.5vw;
    width: 11vw;
    top: 35vh;
    height: 10vh;
}

.game__box.Game23 {
    left: 15.5vw;
    width: 20vw;
    top: 49vh;
    height: 13vh;
}

.game__box.Game24 {
    right: 34.5vw;
    width: 14vw;
    top: 20vh;
    height: 21vh;
}

.game__box.Game25 {
    right: 9vw;
    width: 18vw;
    top: 33.5vh;
    height: 10vh;
}

.game__box.Game26 {
    right: 0vw;
    width: 8vw;
    top: 24vh;
    height: 9vh;
}

    .game__box.Game26 .game__box__over {
        left: inherit;
        right: 0;
    }

.game__box:hover .game__box__over {
    display: block;
}

.teacher_icon {
    position: absolute;
    right: 6%;
    bottom: 8px;
    z-index: 999 !important;
}

    .teacher_icon .teache-btn {
        width: 4.6vw;
        display: block;
        cursor: pointer;
    }

        .teacher_icon .teache-btn img {
            max-width: 87%;
        }

.volum_box {
    /*position: fixed;*/
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999 !important;
}

    .volum_box .volume-btn {
        width: 2.5vw;
        display: block;
        cursor: pointer;
    }

        .volum_box .volume-btn img {
            max-width: 100%;
        }

.volum_pop {
    position: absolute;
    right: 40px;
    bottom: 60px;
    width: 350px;
    padding: 20px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 8px;
    border: 4px solid #008ae1;
    display: none;
}

    .volum_pop.open {
        display: block;
    }

    .volum_pop .volume-close {
        position: absolute;
        top: -6px;
        right: -6px;
        cursor: pointer;
    }

    .volum_pop h2 {
        text-align: center;
        font-family: "ComicSansMS3";
        font-weight: bold;
        color: #008ae1 !important;
        text-transform: uppercase;
        font-size: 22px;
        margin-bottom: 13px;
    }

    .volum_pop .btn {
        font-family: "ComicSansMS3";
        padding: 5px 22px;
    }

.retroBoard1 {
    position: fixed;
    bottom: 0;
    display: block;
    left: 12%;
    width: 19%;
    height: 19%;
    background: url(../images/marquee1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    /*padding:25px 50px 25px 50px;*/
}

.retroBoard2 {
    position: fixed;
    bottom: 0;
    display: block;
    right: 12%;
    width: 19%;
    height: 19%;
    background: url(../images/marquee1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    /*padding:25px 50px 25px 50px;*/
}

.logoMarqueeSection {
    display: block;
    width: 180px !important;
    line-height: 16px;
    margin-top: -3px;
}

#logoMarqueeSection {
}

.default-content-container {
}

div.marquee > a > img {
    height: 30px;
}

.logoMarqueeSection > div > div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    margin-top: 15px;
    white-space: nowrap;
    margin-left: 15px;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: normal;
}

    .marquee a {
        display: inline-block;
        white-space: nowrap;
        /*padding-right: 4.4rem;*/
        width: 165px;
        vertical-align: top;
        text-align: center;
    }

.retroAnchor {
    text-align: center;
    height: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.prizeDiv {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    height: 90%;
    margin-top: 2%;
}

.showcaseRow {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.marqueelogo {
    display: block;
    margin: 0 auto;
    width: 85%;
}

.subtitle {
    font-size: 3.3vh;
    font-family: 'Helvetica Bold';
    color: #ea0000;
    margin: 0;
    padding-right: 3.5%;
    line-height: 2.2vh;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
}

    .subtitle .firstLine {
        font-size: 2.2vh;
    }

    .subtitle .secondLine {
        font-size: 2vh;
        font-family: Helvetica;
    }

.carouselExampleSlidesOnly {
    height: 100%;
    padding: 5%;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}

.carousel-item {
    height: 100%;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.main__nav {
    position: fixed;
    left: 15px;
    bottom: 10px;
    display: block;
    width: 10%;
}

    .main__nav .MenuIcon {
        display: block;
        position: relative;
        z-index: 99;
    }

    .main__nav img {
        max-width: 100%;
    }

    .main__nav .leftMenu {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 150px;
        height: 140px;
    }

        .main__nav .leftMenu li {
            position: absolute;
            width: 80px;
            display: none;
        }

            .main__nav .leftMenu li:nth-child(1) {
                left: 4px;
                top: 0;
            }

            .main__nav .leftMenu li:nth-child(2) {
                left: 100px;
                top: 30px;
            }

            .main__nav .leftMenu li:nth-child(3) {
                left: 180px;
                top: 90px;
            }

            .main__nav .leftMenu li:nth-child(4) {
                left: 220px;
                top: 185px;
            }

            .main__nav .leftMenu li a {
                display: block;
            }

                .main__nav .leftMenu li a img {
                    width: 80px;
                }

    .main__nav.active .leftMenu {
        width: 290px;
        height: 270px;
    }

        .main__nav.active .leftMenu li {
            display: block;
            animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
            transform: translate3d(0, 0, 0);
            backface-visibility: hidden;
            perspective: 1000px;
        }

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

#overlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: url(../images/Builds.jpg);
    background-size: cover;
    text-align: center;
}

    #overlayer .overlay-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        #overlayer .overlay-logo img {
            max-width: 150px;
        }

            #overlayer .overlay-logo img.loader {
                max-width: 60px;
                margin-top: 15px;
                -webkit-animation: spin 4s linear infinite;
                -moz-animation: spin 4s linear infinite;
                animation: spin 4s linear infinite;
            }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bg-none {
    background-color: transparent;
    border: 0;
}

.play__for__fun li {
    margin: 5px 0;
    text-align: center;
}

#LoginBox .modal-dialog, #ForgotPassBox .modal-dialog {
    max-width: 358px;
}

.loginBox {
    width: 358px;
    height: 490px;
    background: url(../images/login-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 10px 35px 0;
}

    .loginBox .login_logo {
        margin: 10px 0;
    }

        .loginBox .login_logo img {
            max-width: 140px;
            display: block;
            margin: 0 auto;
        }

    .loginBox h3 {
        color: #08277f;
        text-align: center;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .loginBox p {
        color: #1f97dd;
        text-align: center;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .loginBox .loginForm a {
        font-style: italic;
        color: #1f97dd;
    }

        .loginBox .loginForm a:hover {
            text-decoration: underline;
        }

    .loginBox .btn {
        display: block;
        width: 100%;
    }

.login_new_account {
    text-align: center;
}

    .login_new_account span {
        display: block;
        color: #1f97dd;
        position: relative;
    }

        .login_new_account span:before, .login_new_account span:after {
            width: 100px;
            height: 2px;
            background-color: #1f97dd;
            position: absolute;
            top: 12px;
            left: 30px;
            content: "";
        }

        .login_new_account span:after {
            left: inherit;
            right: 30px;
        }

    .login_new_account a {
        color: #1f97dd;
    }

        .login_new_account a:hover {
            text-decoration: underline;
        }

.form__icons input {
    padding-left: 65px !important;
}

.form__icons .input_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    border-right: 2px solid #9f9f9f;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

button.close {
    position: absolute;
    right: 15px;
    top: 19px;
    color: #1f97dd;
    text-shadow: none;
    font-size: 20px;
    opacity: 1 !important;
    outline: 0;
}

#ForgotPassBox .modal-dialog .login_logo {
    margin-top: 30px;
}

#SignupBox .modal-dialog {
    max-width: 420px;
}

    #SignupBox .modal-dialog .loginBox {
        width: 420px;
        height: 560px;
        padding-top: 30px;
    }

        #SignupBox .modal-dialog .loginBox .form-group {
            margin-bottom: 4px;
        }

            #SignupBox .modal-dialog .loginBox .form-group input.form-control, #SignupBox .modal-dialog .loginBox .form-group select.form-control {
                height: 28px;
                font-size: 14px;
                line-height: 18px;
            }

            #SignupBox .modal-dialog .loginBox .form-group select.form-control {
                padding-top: 0;
                padding-bottom: 0;
                line-height: 28px;
            }

.modal-backdrop.show {
    opacity: 0 !important;
}

/* Pages css */
.pages__bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(../images/bg2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.pages__nav {
    width: 18vw;
    border-right: 0.4vw solid #35ca18;
}

    .pages__nav li {
        margin-top: 2vw;
    }

        .pages__nav li a {
            display: block;
            padding: 0 3.6vw;
        }

            .pages__nav li a img {
                display: block;
                max-width: 100%;
                max-height: 10vw;
                margin: 0 auto;
            }

            .pages__nav li a:hover img {
                transform: scale(1.2);
            }

        .pages__nav li.active {
            position: relative;
        }

            .pages__nav li.active:before {
                width: 40px;
                height: 40px;
                background: url(../images/33.png) 50% 50% no-repeat;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                content: "";
                background-size: 100% auto;
            }

.pages__content {
    width: 82vw;
}

    .pages__content .page__title {
        position: relative;
        margin-bottom: 0;
    }

        .pages__content .page__title img {
            width: 100%;
        }

        .pages__content .page__title h1 {
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-60%);
            /*color: #18a303;*/
            z-index: 2;
            font-size: 3vw;
            font-family: "ComicSansMS3";
            font-weight: 700;
            margin: 0;
        }

    .pages__content .prizes_table_sec {
        padding: 3vw;
    }

.price_table_head ul li, .price_table_data ul li {
    width: 18%;
    text-align: center;
}

    .price_table_head ul li:nth-child(3), .price_table_data ul li:nth-child(3) {
        width: 28%;
    }

.price_table_head ul li {
    background-color: #18a303;
    color: #ffffff;
    padding: 5px 1vw;
    font-family: "Comic Neue", cursive;
    font-size: 1.8vw;
    line-height: 2vw;
}

    .price_table_head ul li:nth-child(even) {
        background-color: #6cdd11;
    }

.price_table_data {
    max-height: 70vh;
    overflow-y: auto;
}

    .price_table_data ul {
        border-bottom: 1px solid #98e0f8;
    }

        .price_table_data ul li {
            height: 5vw;
            color: #18a303;
            font-size: 1.8vw;
            line-height: 2vw;
            font-family: "Comic Neue", cursive;
            padding: 5px 1vw;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .price_table_data ul li span {
                display: block;
            }

            .price_table_data ul li img {
                max-height: 100%;
            }

            .price_table_data ul li:nth-child(4) {
                flex-direction: column;
            }

.page_close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
}

    .page_close img {
        max-width: 3.5vw;
    }

.prize_from_sec {
    padding: 3vw;
}

    .prize_from_sec .prize_from {
        width: 25%;
    }

        .prize_from_sec .prize_from h3 {
            /*color: #18a303;
            font: 600 2.4vw/2.5vw "Comic Neue", cursive;*/
            color: #000;
            font: 300 20px/0.5vw 'Comic Neue', cursive;
        }

            .prize_from_sec .prize_from h3 img {
                height: 4vw;
                margin-left: 15px;
            }

        .prize_from_sec .prize_from p {
            /*font: 600 2vw/2.5vw "Comic Neue", cursive;
            color: #18a303;*/
            color: #000;
            font: 300 15px/1.5vw 'Comic Neue', cursive;
        }

    .prize_from_sec .prize_win {
        /*width: 50%;*/
        /*width: 75%;*/
        padding: 2vw 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .prize_from_sec .prize_win img.you-win {
            /*  max-height: 8vw;*/
            height: 14vw;
            margin-bottom: 2vw;
        }

    .prize_from_sec .prize_qr {
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .prize_from_sec .prize_qr .div_prize_qr {
            max-height: 15vw;
            margin-bottom: 5vw;
            color: #18a303;
            font: 300 15px/1.5vw "Comic Neue", cursive;
        }

        .prize_from_sec .prize_qr img {
            max-height: 15vw;
            margin-bottom: 10px;
            /*margin-bottom: 5vw;*/
        }

.invite__sec {
    padding: 3vw 12vw;
}

    .invite__sec h3 {
        text-align: center;
        color: #ff6000;
        font: 2.2vw/2.4vw "Comic Neue", cursive;
        margin: 0 0 4vw;
        padding: 3vw 3vw;
    }

.invite_form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #98e0f8;
    align-items: center;
}

    .invite_form .row:last-child {
        border-bottom: 0;
    }

    .invite_form .row * {
        padding: 0 !important;
    }

.invite_form label {
    color: #ff6000;
    font: 600 1.8vw/2.0vw "Comic Neue", cursive;
    margin: 0;
    position: relative;
}

    .invite_form label:after {
        position: absolute;
        /*right: 20px;*/
        top: 0;
        content: ":";
    }

.invite_form .form-group input.form-control, .invite_form .form-group select.form-control, .invite_form .form-group textarea.form-control {
    background-color: transparent !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #686868;
    font: 500 1.7vw/1.9vw "Comic Neue", cursive;
}

    .invite_form .form-group input.form-control.info_name, .invite_form .form-group select.form-control.info_name, .invite_form .form-group textarea.form-control.info_name {
        color: #008ae1;
        text-align: center;
        font-weight: 700;
        font-size: 3vw;
    }

.invite_form button {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    max-width: 12vw;
}

.profile__sec .invite_form .row:first-child {
    border-bottom: 0;
}

.profile__sec .invite_form .form-group {
    margin-bottom: 0;
}

.profile__sec .invite_form label {
    color: #008ae1;
}

.profile__sec .invite_form .edit_icon {
    position: absolute;
    right: 0;
    top: 10px;
}

    .profile__sec .invite_form .edit_icon img {
        max-width: 30px;
    }

.profile__sec button {
    width: 8vw;
    margin-top: 20px;
}

.my_thumb {
    width: 10vw;
    height: 10vw;
    border-radius: 100%;
    border: 6px solid #008ae1;
    position: relative;
    display: table;
    margin: 0 auto 20px;
}

    .my_thumb img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        object-fit: cover;
    }

    .my_thumb .photo_upload {
        width: 30px;
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 2;
    }

        .my_thumb .photo_upload img {
            width: 100%;
            height: 100%;
        }

        .my_thumb .photo_upload input {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            opacity: 0;
        }

.my__school__sec {
    padding: 10px;
    height: calc(91vh);
}

    .my__school__sec h3 {
        color: #ff2800;
        padding: 10vw;
    }

    .my__school__sec .btn {
        width: 13vw;
        text-align: center;
        letter-spacing: 0;
        text-decoration: none !important;
    }

.teachers_list {
    padding: 3vw 2vw;
    height: calc(91vh);
}

    .teachers_list h3 {
        padding: 0 3vw;
    }

.teacher_box {
    margin-bottom: 4vw;
    position: relative;
    cursor: pointer;
}

    .teacher_box img {
        position: absolute;
        left: -10px;
        top: -10px;
        width: 10vw;
        height: calc(100% + 20px);
        border: 5px solid #ff2800;
        border-radius: 100%;
    }

    .teacher_box.select img {
        border-color: #6cdd11;
    }

    .teacher_box .teacher_box_detail {
        margin-left: 5vw;
        padding: 1.3vw 1vw 1.3vw 5vw;
        background: #18ace7;
        background: -moz-linear-gradient(top, #18ace7 0%, #2152a8 100%);
        background: -webkit-linear-gradient(top, #18ace7 0%, #2152a8 100%);
        background: linear-gradient(to bottom, #18ace7 0%, #2152a8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18ace7', endColorstr='#2152a8',GradientType=0 );
        color: #ffffff;
        text-align: right;
        border-radius: 20px;
        min-height: 9vw;
    }

        .teacher_box .teacher_box_detail p {
            margin: 0 0 5px;
            font-size: 1.32vw;
            line-height: 1.4vw;
        }

            .teacher_box .teacher_box_detail p:last-child {
                margin: 0;
            }

.blueberry__bucks {
    padding: 3vw;
    height: calc(91vh);
}

    .blueberry__bucks .blueberry-bucks-tops {
        padding-bottom: 10px;
        border-bottom: 3px solid #98e0f7;
        margin-bottom: 20px;
    }

        .blueberry__bucks .blueberry-bucks-tops h3 {
            padding: 0;
            color: #0053fd;
        }

        .blueberry__bucks .blueberry-bucks-tops img {
            max-width: 11vw;
        }

    .blueberry__bucks .bucks-in-top {
        padding-bottom: 10px;
        border-bottom: 3px solid #98e0f7;
        margin-bottom: 20px;
    }

        .blueberry__bucks .bucks-in-top h2 {
            padding: 0;
            color: #0053fd;
            margin: 0;
            font-size: 4vw;
            font-family: "Comic Neue", cursive;
            font-weight: bold;
        }

        .blueberry__bucks .bucks-in-top h3 {
            padding: 0;
            color: #0053fd;
            margin: 0;
        }

    .blueberry__bucks .bucks-in-top-details {
        display: flex;
        flex-direction: column;
    }

        .blueberry__bucks .bucks-in-top-details p {
            color: #0053fd;
            font-family: "Comic Neue", cursive;
            font-size: 1.32vw;
            line-height: 1.8vw;
        }

        .blueberry__bucks .bucks-in-top-details img {
            max-width: 15vw;
        }

.carousel-control-next, .carousel-control-prev {
    border: 0;
    background: transparent;
    width: 7vw;
    opacity: 1;
}

.checkout_sec {
    padding: 4vw 12vw;
    height: calc(91vh);
}

.shiping_address {
    height: 76vh;
}

    .shiping_address h3 {
        padding: 0;
        margin: 0 0 10px;
        border-bottom: 1px solid #98e0f7;
        text-align: left;
    }

        .shiping_address h3 span {
            padding: 5px 15px;
            color: #0053fd;
            font-weight: bold;
            border-radius: 10px 10px 0 0;
            background-color: #98e0f7;
            display: inline-block;
        }

    .shiping_address .invite_form label {
        font-size: 2vw;
        color: #0053fd;
    }

    .shiping_address .invite_form .form-group input.form-control, .shiping_address .invite_form .form-group select.form-control, .shiping_address .invite_form .form-group textarea.form-control {
        font-size: 2vw;
    }

.checkout_payment_list li {
    font: 2vw/2.6vw "Comic Neue", cursive;
    color: #0053fd;
    display: flex;
    width: 100%;
    padding: 0 15px;
}

    .checkout_payment_list li span {
        margin-left: auto;
    }

.checkout_payment {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-left: 3px solid #0053fd;
    padding-left: 30px;
}

    .checkout_payment .checkout-btn {
        border: 0;
        margin: auto 0 0 auto;
        outline: 0 !important;
    }

        .checkout_payment .checkout-btn img {
            max-width: 16vw;
        }

.opt_sec h3 {
    color: #0053fd;
    padding: 0;
}

.opt_sec .resend_otp {
    font-family: "Comic Neue", cursive;
    color: #0053fd;
    font-size: 1.5vw;
    margin: -5px 0 20px;
}

.thank_you {
    background-color: rgba(152, 224, 247, 0.5);
    border: 5px solid #0053fd;
    border-radius: 15px;
}

    .thank_you h3 {
        color: #0053fd;
        padding: 3vw 4vw;
        margin: 0;
    }
