﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol {
    list-style: decimal;
    margin-left: 30px;
}

ul {
    list-style: none;
}

::-webkit-scrollbar {
    display: none !important;
}

::-webkit-scrollbar-button {
    display: none !important;
}

::-webkit-scrollbar-thumb {
    display: none !important;
}

::-webkit-scrollbar-track {
    display: none !important;
}

::-webkit-scrollbar-track-piece {
    display: none !important;
}

::-webkit-scrollbar-corner {
    display: none !important;
}

body {
    background: #fff;
    color: #282424;
    line-height: 26px;
    font-family: 'Mont';
    box-sizing: border-box;
    overflow-X: hidden;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

a {
    color: #404040;
    text-decoration: none;
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
}

    a:hover {
        text-decoration: none;
    }


@font-face {
    font-family: "Mont-Regular";
    src: url('../fonts/mont/MontRegular/font.woff2') format('woff2'), url('webFonts/MontRegular/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mont-Bold";
    src: url('../fonts/mont/MontBold/font.woff2') format('woff2'), url('webFonts/MontBold/font.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Mont-Light";
    src: url('../fonts/mont/MontLight/font.woff2') format('woff2'), url('webFonts/MontLight/font.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "Mont-SemiBold";
    src: url('../fonts/mont/MontSemiBold/font.woff2') format('woff2'), url('webFonts/MontSemiBold/font.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Bd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Caros-black';
    src: url('../fonts/caros/CarosBlack.eot');
    src: url('../fonts/caros/CarosBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/caros/CarosBlack.woff2') format('woff2'), url('../fonts/caros/CarosBlack.woff') format('woff'), url('../fonts/caros/CarosBlack.ttf') format('truetype'), url('../fonts/caros/CarosBlack.svg#CarosBlack') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caros-bold';
    src: url('../fonts/caros/CarosBold.eot');
    src: url('../fonts/caros/CarosBold.eot?#iefix') format('embedded-opentype'), url('../fonts/caros/CarosBold.woff2') format('woff2'), url('../fonts/caros/CarosBold.woff') format('woff'), url('../fonts/caros/CarosBold.ttf') format('truetype'), url('../fonts/caros/CarosBold.svg#CarosBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caros-light';
    src: url('../fonts/caros/CarosExtraLight.eot');
    src: url('../fonts/caros/CarosExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/caros/CarosExtraLight.woff2') format('woff2'), url('../fonts/caros/CarosExtraLight.woff') format('woff'), url('../fonts/caros/CarosExtraLight.ttf') format('truetype'), url('../fonts/caros/CarosExtraLight.svg#CarosExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caros-medium';
    src: url('../fonts/caros/CarosMedium.eot');
    src: url('../fonts/caros/CarosMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/caros/CarosMedium.woff2') format('woff2'), url('../fonts/caros/CarosMedium.woff') format('woff'), url('../fonts/caros/CarosMedium.ttf') format('truetype'), url('../fonts/caros/CarosMedium.svg#CarosMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.div_loader {
    position: relative;
    background-color: #fff;
    min-height: 50px;
}

    .div_loader:before {
        content: "";
        background-color: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9999999;
        top: 0;
        left: 0;
    }

    .div_loader:after {
        content: "";
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiAgd2lkdGg9IjEzNSIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDEwMCA2MCI+ICAgIDxyZWN0IHN0eWxlPSIgZmlsbDogIzkwYmEyYTsiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSI2MCIgcng9IjYiPiAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgICAgICAgICAgICAgICAgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiAgICAgICAgICAgICAgICB2YWx1ZXM9IjYwOzIwOzYwOyIgICAgICAgICAgICAgICBiZWdpbj0nMHMnICAgICAgICAgICAgICAgZHVyPSIxcyIgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InkiICAgICAgICAgICAgICAgIGJlZ2luPScwcycgICAgICAgICAgICAgICB2YWx1ZXM9IjA7NDA7MDsiICAgICAgICAgICAgICAgZHVyPSIxcyIgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgPC9yZWN0PiAgICA8cmVjdCBzdHlsZT0iIGZpbGw6ICM5MGJhMmE7IiAgeD0iMjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSI2MCIgcng9IjYiPiAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgICAgICAgICAgICAgICAgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiAgICAgICAgICAgICAgICB2YWx1ZXM9IjYwOzIwOzYwIiAgICAgICAgICAgICAgIGJlZ2luPScwLjJzJyAgICAgICAgICAgICAgIGR1cj0iMXMiICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgPGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iQ1NTIiAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ5IiAgICAgICAgICAgICAgICB2YWx1ZXM9IjA7NDA7MCIgICAgICAgICAgICAgICBiZWdpbj0nMC4ycycgICAgICAgICAgICAgICBkdXI9IjFzIiAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICA8L3JlY3Q+ICAgIDxyZWN0IHN0eWxlPSIgZmlsbDogIzkwYmEyYTsiICB4PSI0MCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjYwIiByeD0iNiI+ICAgICAgPGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iQ1NTIiAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiICAgICAgICAgICAgICAgIHZhbHVlcz0iNjA7MjA7NjAiICAgICAgICAgICAgICAgYmVnaW49JzAuNHMnICAgICAgICAgICAgICAgZHVyPSIxcyIgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InkiICAgICAgICAgICAgICAgIHZhbHVlcz0iMDs0MDswIiAgICAgICAgICAgICAgIGJlZ2luPScwLjRzJyAgICAgICAgICAgICAgIGR1cj0iMXMiICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgIDwvcmVjdD4gICAgPHJlY3Qgc3R5bGU9IiBmaWxsOiAjOTBiYTJhOyIgIHg9IjYwIiB5PSIwIiB3aWR0aD0iMTAiIGhlaWdodD0iNjAiIHJ4PSI2Ij4gICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVUeXBlPSJDU1MiICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9ImhlaWdodCIgICAgICAgICAgICAgICAgdmFsdWVzPSI2MDsyMDs2MCIgICAgICAgICAgICAgICBiZWdpbj0nMC42cycgICAgICAgICAgICAgICBkdXI9IjFzIiAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgICAgICAgICAgICAgICAgYXR0cmlidXRlTmFtZT0ieSIgICAgICAgICAgICAgICAgdmFsdWVzPSIwOzQwOzAiICAgICAgICAgICAgICAgYmVnaW49JzAuNnMnICAgICAgICAgICAgICAgZHVyPSIxcyIgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgPC9yZWN0PiAgICA8cmVjdCBzdHlsZT0iIGZpbGw6ICM5MGJhMmE7IiAgeD0iODAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSI2MCIgcng9IjYiPiAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IkNTUyIgICAgICAgICAgICAgICAgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiAgICAgICAgICAgICAgICB2YWx1ZXM9IjYwOzIwOzYwIiAgICAgICAgICAgICAgIGJlZ2luPScwLjhzJyAgICAgICAgICAgICAgIGR1cj0iMXMiICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgPGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iQ1NTIiAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ5IiAgICAgICAgICAgICAgICB2YWx1ZXM9IjA7NDA7MCIgICAgICAgICAgICAgICBiZWdpbj0nMC44cycgICAgICAgICAgICAgICBkdXI9IjFzIiAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICA8L3JlY3Q+PC9zdmc+);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 99999999;
        background-size: 60px;
        top: 0;
        left: 0;
    }

/*Loader*/
.pre_loader_bg, .frame_loader_bg {
    position: relative;
    height: 100%;
    width: 100%;
}

    .pre_loader_bg:after, .frame_loader_bg:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }

.pre_loader, .frame_loader {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 100px;
    background-color: transparent;
}

.pre_loader__bar, .frame_loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

    .pre_loader__bar:nth-child(1), .frame_loader__bar:nth-child(1) {
        left: 0px;
        transform: scale(1, 0.2);
        animation: barUp1 4s infinite;
    }

    .pre_loader__bar:nth-child(2), .frame_loader__bar:nth-child(2) {
        left: 15px;
        transform: scale(1, 0.4);
        animation: barUp2 4s infinite;
    }

    .pre_loader__bar:nth-child(3), .frame_loader__bar:nth-child(3) {
        left: 30px;
        transform: scale(1, 0.6);
        animation: barUp3 4s infinite;
    }

    .pre_loader__bar:nth-child(4), .frame_loader__bar:nth-child(4) {
        left: 45px;
        transform: scale(1, 0.8);
        animation: barUp4 4s infinite;
    }

    .pre_loader__bar:nth-child(5), .frame_loader__bar:nth-child(5) {
        left: 60px;
        transform: scale(1, 1);
        animation: barUp5 4s infinite;
    }

.pre_loader__ball, .frame_loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: ball 4s infinite;
}

@keyframes ball {
    0% {
        transform: translate(0, 0);
    }

    5% {
        transform: translate(8px, -14px);
    }

    10% {
        transform: translate(15px, -10px);
    }

    17% {
        transform: translate(23px, -24px);
    }

    20% {
        transform: translate(30px, -20px);
    }

    27% {
        transform: translate(38px, -34px);
    }

    30% {
        transform: translate(45px, -30px);
    }

    37% {
        transform: translate(53px, -44px);
    }

    40% {
        transform: translate(60px, -40px);
    }

    50% {
        transform: translate(60px, 0);
    }

    57% {
        transform: translate(53px, -14px);
    }

    60% {
        transform: translate(45px, -10px);
    }

    67% {
        transform: translate(37px, -24px);
    }

    70% {
        transform: translate(30px, -20px);
    }

    77% {
        transform: translate(22px, -34px);
    }

    80% {
        transform: translate(15px, -30px);
    }

    87% {
        transform: translate(7px, -44px);
    }

    90% {
        transform: translate(0, -40px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes barUp1 {
    0% {
        transform: scale(1, 0.2);
    }

    40% {
        transform: scale(1, 0.2);
    }

    50% {
        transform: scale(1, 1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.2);
    }
}

@keyframes barUp2 {
    0% {
        transform: scale(1, 0.4);
    }

    40% {
        transform: scale(1, 0.4);
    }

    50% {
        transform: scale(1, 0.8);
    }

    90% {
        transform: scale(1, 0.8);
    }

    100% {
        transform: scale(1, 0.4);
    }
}

@keyframes barUp3 {
    0% {
        transform: scale(1, 0.6);
    }

    100% {
        transform: scale(1, 0.6);
    }
}

@keyframes barUp4 {
    0% {
        transform: scale(1, 0.8);
    }

    40% {
        transform: scale(1, 0.8);
    }

    50% {
        transform: scale(1, 0.4);
    }

    90% {
        transform: scale(1, 0.4);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@keyframes barUp5 {
    0% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.2);
    }

    90% {
        transform: scale(1, 0.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

/*FAQContainer*/
.FAQContainer {
    position: relative;
}

    .FAQContainer .frame_loader_bg {
        position: absolute;
    }


.wanky_pages {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: white;
}

.wanky_page {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: white;
    padding-bottom: 30px;
}

.wanky_current_page {
    visibility: visible;
}

.wanky_page_top {
    z-index: 4;
}

.landing_menu {
    height: 55px;
    background-color: #000000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

    .landing_menu .container {
        max-width: 100%;
        position: relative;
    }

.container {
    width: 95%;
}

.landing_menu ul li a {
    padding: 10px 18px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 13px;
}

    .landing_menu ul li a:hover, .menu_link.active {
        color: #90ba2a;
        box-shadow: inset 0px -3px 0 0 #90ba2a;
    }

.wanky_pages {
    padding-top: 55px;
}

button[disabled] {
    cursor: not-allowed !important;
}

.landing_menu .brand-logo {
    left: 0;
    padding-right: 20px;
    width: 170px;
    height: 55px;
    line-height: 55px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.theme_think .landing_menu .brand-logo img {
    height: auto;
    margin-left: 40px;
}

.landing_menu .brand-logo img {
    height: 35px;
    max-width: 150px;
    vertical-align: middle;
}

.landing_menu #nav-mobile {
    padding-left: 220px;
    width: 100%;
}

.landing_menu .btn {
    margin: 9px 5px !important;
    padding: 0px 20px !important;
    height: 35px;
}

.btn {
    background-color: #90ba2a !important;
    color: #000 !important;
    border: 2px solid #90ba2a !important;
    text-align: center;
    line-height: 31px !important;
    padding: 5px 20px !important;
    box-shadow: none !important;
    height: 44px;
}

    .btn:hover {
        background-color: transparent !important;
        color: #90ba2a !important;
    }

    .btn.bordered {
        background-color: transparent !important;
        color: #90ba2a !important;
    }

        .btn.bordered:hover {
            background-color: #90ba2a !important;
            color: #000 !important;
        }

.home_screen {
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: inherit;
    padding: 20px;
    padding-top: 75px;
    background-color: #fff;
    padding-bottom: 40px;
}

    .home_screen .container {
        height: 100%;
        position: relative;
        max-height: 612px;
        top: 50%;
        transform: translateY(-50%);
    }

.home_center {
    width: 100%;
    height: 100%;
    max-width: 600px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 20px;
    max-height: 83%;
    background-color: rgba(247, 248, 250, 0.44);
}

    .home_center p {
        font-size: 18px;
        color: #000 !important;
    }

    .home_center h2 {
        font-size: 32px;
        line-height: 32px;
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .home_center h2.light-green-text {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 10px;
        }

.light-green-text {
    color: #90ba2a !important;
}

h2.contest_time {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    color: #90ba2a;
}

.contest_clock {
    height: 125px;
    padding: 15px;
    background-color: transparent;
    margin-top: 0;
    padding-bottom: 25px;
}

.clock {
    width: 100%;
    text-align: center;
    position: relative;
}

.home_screen.owl-carousel .owl-item img.imglogo {
    max-width: 180px !important;
}

.home_right .contest_time {
    padding-top: 15px;
    margin-bottom: 2px;
}

.home_right .clock:after {
    top: -20px;
    bottom: auto;
    font-weight: lighter !important;
    color: #404040 !important;
}

.clock:after {
    content: "";
    font-size: 14px;
    color: #90ba2a !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    left: 0;
    height: 18px;
    text-indent: 10px;
}

.days:after {
    content: "DAYS";
}

.hrs:after {
    content: "HRS";
}

.min:after {
    content: "MIN";
}

.sec:after {
    content: "SEC";
}

.home_left {
    width: 100%;
    max-width: 368px;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0 20px;
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: translateY(0%);
    z-index: 999;
    max-width: 350px !important;
    padding-left: 0;
    padding-bottom: 70px;
    padding-top: 75px;
}

.home_screen.owl-carousel .owl-item img {
    display: inline-block !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.sample-contest-label {
    padding: 3px 10px;
    border: 0px solid #90ba2a;
    width: auto;
    display: block;
    clear: both;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    color: #404040;
    max-width: 300px;
    margin: 4px auto;
    background-image: url(../images/sample-label.png);
    -webkit-background-size: 240px;
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 45px;
}

.leaderBoard {
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.29) !important;
    width: 100%;
    height: 86%;
    text-align: left;
    padding: 20px;
    margin-top: 55px;
}

    .leaderBoard h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

        .leaderBoard h3 img {
            margin-right: 10px;
            vertical-align: middle;
            display: inline-block;
        }

    .leaderBoard ul {
        overflow: auto;
        height: -moz-calc(100% - (70px + 30px));
        height: -webkit-calc(100% - (70px + 30px));
        height: calc(100% - (70px + 30px));
    }

        .leaderBoard ul.prizelist-info {
            height: 100%;
            overflow: auto !important;
            max-height: 425px;
        }

        .leaderBoard ul li {
            display: flex;
            width: 100%;
            margin-bottom: 20px;
        }

.leaderNo {
    background-image: url(../images/badge-leaderboard.png);
    width: 50px;
    min-width: 50px;
    height: 45px;
    background-repeat: no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
}

    .leaderNo.default-no-img {
        background-image: url(../images/leaderBoardIcon.png);
        -webkit-background-size: 56px;
        background-size: 56px;
        width: 55px;
        min-width: 55px;
    }

#ToppartContainer {
    height: inherit;
}

.leaderName {
    border: 1px solid #000;
    border-left: none !important;
    width: 100%;
    padding: 11px 10px 11px 0;
}

    .leaderName span {
        font-size: 17px;
        line-height: 20px;
        max-width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.home_right {
    width: 100%;
    height: 100px;
    max-width: 100%;
    position: absolute;
    left: 0 !important;
    text-align: center;
    padding: 0 0px;
    top: auto;
    bottom: 0;
    z-index: 99;
}

.contest_info li:first-child {
    width: 14%;
}

.contest_info li:nth-child(4) {
    width: 26%;
}

.theme .forgot-password .forgot-pass {
    padding: 20px;
    margin-bottom: 20px;
}

.contest_info li {
    height: 100%;
    margin-bottom: 0;
    border-right: 1px solid #e7e5e5;
    padding: 12px 5px;
    background-color: rgba(255,255,255,1);
    text-align: center;
    display: block;
    width: 20%;
    text-transform: uppercase;
}

    .contest_info li:last-child {
        border-right: none;
    }

.contest_info {
    height: 100%;
    position: relative;
    display: flex;
    background-color: rgba(255,255,255,1);
    border: 1px solid #e7e5e5;
}

.prize_slider {
    height: 50%;
    position: relative;
}

.contest_info li span {
    float: none;
    line-height: 18px;
    font-size: 12px;
    color: #404040;
    padding-left: 0;
    padding-top: 2px;
    display: block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 0;
}

.contest_info li strong span {
    display: block;
    text-align: center;
    color: #90ba2a;
    font-weight: lighter;
    height: 19px;
}

.contest_info li:first-child span strong {
    font-size: 25px;
}

.contest_info li span strong {
    font-weight: bolder;
    color: #90ba2a;
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: none !important;
    line-height: 20px;
}

.prize_slider {
    background-color: rgba(255, 255, 255,0.0);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.29);
    width: 100%;
    margin-top: 20px;
}

.box_header {
    min-height: 50px;
    border-bottom: 1px solid #d3d1d3;
    line-height: 30px;
    padding: 10px;
    ;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
}

    .box_header .input-field {
        width: 150px;
        float: right;
        margin: 0;
    }

    .box_header .select-wrapper input.select-dropdown {
        background-color: #90ba2a;
        border-bottom: 1px solid #9e9e9e;
        height: 2rem;
        line-height: 2rem;
        width: 100%;
        margin: 0 0 0 0;
        padding: 5px 10px;
        box-sizing: border-box;
        font-weight: lighter;
    }

    .box_header .select-wrapper span.caret {
        right: 5px;
        z-index: 99;
    }

    .box_header .dropdown-content li > span {
        font-size: 16px;
        color: #8abd18;
        font-weight: lighter;
    }

.prize_list_block h3 {
    font-size: 60px;
    font-weight: bolder;
    line-height: 60px;
}

.prize_list_block {
    padding: 20px 0px 0;
}

    .prize_list_block img {
        max-width: 100%;
        width: auto !important;
        margin: 0 auto;
        display: block;
    }

    .prize_list_block h3 sup {
        font-size: 15px !important;
        vertical-align: text-top;
        line-height: 50px;
    }

    .prize_list_block h5 {
        font-weight: bolder;
        font-size: 22px;
        line-height: 27px;
    }

.prize_slider {
    position: relative;
}

    .prize_slider .owl-prev, .prize_slider .owl-next {
        position: absolute;
        left: 0;
        top: 50%;
        border-radius: 50%;
        border: 1px solid #959494;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: 0;
        transform: translateY(-50%);
        text-align: center;
        background-color: #fff;
        z-index: 99999;
        cursor: pointer;
    }

.flex-prev, .flex-next {
    border-radius: 50%;
    border: 1px solid #959494;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    text-align: center;
    background-color: #fff;
    z-index: 99999;
    cursor: pointer;
}

.flex-next {
    left: auto;
    right: 0;
    border: 1px solid #959494;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.flex-direction-nav a:before {
    font-family: 'FontAwesome';
    content: "\f053";
    font-size: 20px;
    text-align: center;
}

.flex-direction-nav a.flex-next:before {
    content: "\f054";
    text-align: center;
}

.prize_slider .owl-next {
    left: auto;
    right: 0;
    border: 1px solid #959494;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.landing_menu #menuBtn {
    display: none;
}

.contact_page {
    display: flex;
    min-height: 100%;
    padding-top: 55px;
}

.contact_left {
    width: 100%;
    background-image: url(../images/contactbg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
}

.contact_right {
    max-width: 375px;
    width: 100%;
    background-color: #fff;
    min-height: 100%;
    padding: 15px;
}

    .contact_right .select-wrapper {
        background-color: #333333;
        color: #fff;
    }

        .contact_right .select-wrapper .select-dropdown {
            padding-left: 20px;
            box-shadow: none !important;
            border: none !important;
        }

            .contact_right .select-wrapper .select-dropdown.active {
                padding-left: 0 !important;
            }

            .contact_right .select-wrapper .select-dropdown.dropdown-content {
                padding-left: 0;
            }

    .contact_right * {
        font-weight: lighter;
    }

    .contact_right input, .contact_right textarea {
        height: inherit;
        min-height: inherit;
        padding: 5px 10px;
        line-height: 25px;
        border: none !important;
        border-bottom: 1px solid #e7e5e5 !important;
        margin-bottom: 8px !important;
        padding-left: 0;
    }

    .contact_right ::-webkit-input-placeholder {
        color: #9f9f9f;
    }

    .contact_right :-moz-placeholder {
        color: #9f9f9f;
    }

    .contact_right ::-moz-placeholder {
        color: #9f9f9f;
    }

    .contact_right :-ms-input-placeholder {
        color: #9f9f9f;
    }

    .contact_right .btn {
        width: 100%;
    }

.contact_info {
    margin-top: 60px;
    margin-left: 60px;
}

    .contact_info h2 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .contact_info li {
        width: auto;
        float: left;
        padding-right: 30px;
    }

.dropdown-content li > span {
    font-size: 16px;
    color: #8abd18;
    font-weight: lighter;
}

#langauge-dd1.dropdown-content, #langauge-dd2.dropdown-content {
    width: auto !important;
}

.contact_info li img, .contact_info li span, .contact_info li a {
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    color: #000;
    vertical-align: middle;
    line-height: 30px;
}

.about_page {
    width: 100%;
    height: 100%;
    background-image: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.carousel.carousel-slider.initialized {
    height: inherit !important;
}

.home_screen .owl-dots, .contest_home_screen .owl-dots {
    z-index: 999999;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
}

.home_screen .owl-dot, .contest_home_screen .owl-dot {
    width: 15px;
    height: 15px;
    margin: 2px 4px;
    background-color: #000;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

    .home_screen .owl-dot.active, .contest_home_screen .owl-dot.active {
        background-color: #90ba2a;
    }

.home_screen .owl-nav.disabled, .contest_home_screen .owl-nav.disabled {
    display: none;
}

.home_screen .container {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: translateY(0%);
}

.leaderBoard {
    height: 89%;
}

.home_screen.owl-carousel .owl-stage-outer, .contest_home_screen.owl-carousel .owl-stage-outer {
    height: 100% !important;
}

.winner_no {
    background-image: url(../images/Badge-Image.png);
    width: 108px;
    height: 88px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.prize_list_block .winner_no h3 {
    font-size: 30px;
    font-weight: bolder;
    line-height: 90px;
}

.side-nav.signin {
    z-index: 999999;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px;
}

.side-nav {
    -webkit-overflow-scrolling: touch;
}

.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.signin .input-field label {
    top: 0;
}

.contest_label {
    position: absolute;
    top: 30px;
    right: -40px;
    z-index: 999999;
    background-color: #90ba2a;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    font-weight: bold;
    transform: rotate(45deg);
    min-width: 185px;
}

.signin .input-field.checkBox {
    margin-bottom: 0px !important;
}

.signin .input-field [type="checkbox"] + label {
    height: 21px;
    line-height: 21px;
    font-size: 15px;
    color: #404040;
}

.signup-slide .input-field [type="checkbox"] + label {
    height: 21px;
    line-height: 17px;
    font-size: 12px;
    letter-spacing: .5px;
}

.signin h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 00px;
}

.signin .custom.btn {
    margin-top: 20px;
}

.signin h6 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 100 !important;
    margin-bottom: 30px;
}

#signup-slide.signin h6 {
    margin-bottom: 0px;
}

.signin .socialbtn {
    width: 46%;
    margin-bottom: 10px;
}

.signin h2 {
    text-align: center !important;
    margin-bottom: 20px;
    font-size: 22px;
}

.signin .input-field [type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #90ba2a;
    background-color: #90ba2a;
}

.signin .custom.btn {
    width: 100%;
}

    .signin .custom.btn:hover {
        background-color: transparent !important;
        color: #000 !important;
    }

.signin .link {
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 100;
    height: inherit;
    min-height: inherit;
    line-height: 24px;
    background-color: transparent !important;
    display: inline-block;
    font-size: 14px;
    color: #90ba2a;
    text-decoration: underline;
}

.contestEnd .btn {
    width: 100% !important;
    float: none;
}

.signin input[type=text], .signin input[type=password], .signin input[type=email], .signin input[type=tel], .signin input[type=number], .signin input[type=search], .signin textarea.materialize-textarea {
    border: 1px solid #dcdcdc;
    height: 35px;
    font-size: 15px;
    padding: 5px 10px;
    line-height: 25px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.mt10 {
    margin-top: 10px !important;
}

.signin .input-field {
    margin-top: 0;
}

.socialbtn {
    display: inline-block;
    width: 128px;
    margin: 0 auto;
}

.btn-fb a {
    background-color: #5876af;
}

.socialbtn a {
    padding: 0px 15px;
    padding-top: 0px;
    height: auto !important;
    min-height: inherit !important;
    line-height: 35px;
    transition: 0.3s;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    text-indent: 33px;
}

.btn-google a {
    background-color: #dc4435;
}

.btn-twitter a {
    background-color: #1da1f2;
}

.btn-linkedin a {
    background-color: #007bb6;
}

.btn-twitter a:hover {
    background-color: #1691dd;
}

.btn-linkedin a:hover {
    background-color: #007bb6;
}

.btn-twitter .fa-twitter {
    background-color: #1691dd;
}

.btn-linkedin .fa-linkedin {
    background-color: #026899;
}

.socialbtn a i {
    width: 33px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-indent: 0px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 3px 0px 0px 3px;
}

.fa-google-plus, .fa-google {
    background-color: #c83e30;
}

.fa-facebook {
    background-color: #3b5998;
}

.mt10 {
    margin-top: 10px !important;
}

.btn-fb a:hover {
    background-color: #3b5998;
}

.btn-google a:hover {
    background-color: #c83e30;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.pt-page-moveFromLeft, .wanky_current_page {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 99999999999999;
}

.about_page {
    padding-top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.about_left_, .about_right_ {
    width: 50%;
    float: left;
    padding: 0px 20px;
    text-align: center;
}

    .about_left_ img {
        max-width: 100%;
    }

    .about_right_ p {
        max-width: 518px;
        margin: 0 auto;
        text-align: left;
    }

.contest_list_page {
    padding-top: 75px;
}

.contest_box {
    padding: 0;
    min-width: 200px;
    max-width: 100%;
    width: 22% !important;
    margin: 0.5%;
    border: 1px solid #e7e5e5;
    height: inherit;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    display: inline-table;
}

    .contest_box:hover {
        box-shadow: 0px 1px 2px 1px #ddd !important;
    }

    .contest_box .tooltip {
        display: block;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        position: absolute;
        z-index: 99999;
        cursor: pointer;
    }

    .contest_box:after {
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        top: 6px;
        right: 6px;
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        position: absolute;
        z-index: 2;
    }

    .contest_box:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 60px solid #333;
        border-left: 60px solid transparent;
        right: 0;
        position: absolute;
        z-index: 1;
    }

.upcomming.contest_box:after {
    background-image: url(../images/passage-of-time.png);
}

.contest_box.running:after {
    background-image: url(../images/play.png);
}

.contest_box.ended:after {
    background-image: url(../images/trophy-1.png);
    width: 25px;
    height: 25px;
    right: 4px;
}

.contest_box img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.contest_box h3 {
    color: #90ba2a;
    font-size: 16px;
    line-height: 14px;
    padding-top: 13px !important;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px 10px;
}

.contest_box span {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    display: block;
    margin: 13px 0 3px;
}

.contest_list h4 {
    text-align: center;
    color: #404040;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.contestlist_header h2 {
    color: #404040;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

.contestlist_header .rightMenu {
    float: right;
}

.contestlist_header .btn {
    color: #FFFFFF !important;
    background-color: #010100 !important;
    font-size: 14px !important;
    padding: 0px 19px !important;
    line-height: 32px !important;
    height: inherit;
    border-color: #010100 !important;
}

.contestlist_board {
    margin-top: 20px;
    margin-bottom: 30px;
}

.select_btn {
    width: 180px !important;
    float: right;
    margin-top: 0;
    margin-left: 5px;
}

.contestlist_header .select-wrapper {
    width: 180px !important;
    color: #010100 !important;
    background-color: #90ba2a !important;
    height: 35px;
    line-height: 35px;
}

.contest_list .left {
    width: 60%;
    padding: 10px;
    min-height: 65px;
}

.contest_list .right {
    width: 40%;
    padding: 10px;
    border-left: 1px solid #9b9b9b;
    min-height: 65px;
}

.contest_list h5 {
    font-size: 17px;
    font-weight: bold;
    color: #404040;
    letter-spacing: 0.4px;
}

.clock {
    position: relative;
    margin: 0 1px;
}

    .clock.hrs {
        margin-left: 5px;
    }

.contest_list .clock:after {
    content: "DAY";
    position: absolute;
    top: 19px;
    font-size: 10px;
    color: #404040;
    display: block;
    line-height: 12px;
    left: 0;
    width: 100%;
    text-align: left;
    text-indent: 0;
}

.clock.hrs:after {
    content: "HR";
}

.clock.min:after {
    content: "MIN";
}

.clock.sec:after {
    content: "SEC";
}

.contestlist_header .select-wrapper input.select-dropdown {
    border-bottom: 0px solid #90ba2a;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 0 0px 0;
    color: #010100;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 10px;
}

.rightMenu .btn.active, .rightMenu .btn:hover {
    background-color: #90ba2a !important;
    color: black !important;
    border-color: #90ba2a !important;
}

.contest_list .left span, .contest_list .right span {
    text-align: center;
    color: #9b9b9b;
    font-size: 13px;
    letter-spacing: 0.3px;
    display: block;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: 0;
}

.buttonBox .btn {
    padding: 0px 10px !important;
    text-align: center;
    font-size: 13px;
    color: #000;
    background-color: #90ba2a !important;
    border-radius: 0;
    border: 2px solid #90ba2a !important;
    line-height: 34px !important;
    height: inherit;
    width: 50%;
    float: left;
}

    .buttonBox .btn.borderd {
        background-color: transparent !important;
        color: #000 !important;
    }

        .buttonBox .btn.borderd:hover {
            background-color: #90ba2a !important;
            color: #000 !important;
        }

    .buttonBox .btn:hover {
        background-color: transparent !important;
        color: #000 !important;
    }

.contestlist_header {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 10px;
}

.contest_list .viewcontest {
    width: 100% !important;
}

.top-sticky {
    margin-bottom: 15px;
}

    .top-sticky .input-field input {
        margin-bottom: 10px;
    }

.input-field .input-append {
    position: absolute;
    right: 0;
    top: 35%;
    transform: translate(0, -50%);
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.showing-records nav {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #ccc;
}

#divLeaderBoard-pages.showing-records {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    left: auto;
    right: auto;
    height: 70px;
}

    #divLeaderBoard-pages.showing-records nav {
        height: 70px;
    }

        #divLeaderBoard-pages.showing-records nav .pagination-select {
            margin-bottom: 5px;
            text-align: center;
        }

            #divLeaderBoard-pages.showing-records nav .pagination-select .col-form-label {
                color: #333;
            }

    #divLeaderBoard-pages.showing-records .col {
        width: 100%;
        padding: 0 !important;
        display: flex;
        align-items: center;
    }

    #divLeaderBoard-pages.showing-records .pagination {
        margin: auto;
        text-align: center;
        display: inherit;
        max-width: 280px;
        justify-content: center;
    }

        #divLeaderBoard-pages.showing-records .pagination li {
            float: left;
            display: inline-block;
            width: 25px;
            color: #fff;
            font-size: 10px;
            border-radius: 100%;
            overflow: hidden;
            line-height: 25px;
            height: 25px;
            margin-bottom: 0;
        }

            #divLeaderBoard-pages.showing-records .pagination li a {
                display: inline-block;
                padding: 0;
                line-height: 25px;
                border-radius: 100%;
                font-size: 12px;
                overflow: hidden;
                color: #333;
            }

                #divLeaderBoard-pages.showing-records .pagination li a:hover {
                    background-color: transparent !important;
                }

            #divLeaderBoard-pages.showing-records .pagination li.disabled a {
                color: #9c9c9c;
            }

                #divLeaderBoard-pages.showing-records .pagination li.disabled a:hover {
                    color: inherit !important;
                }

            #divLeaderBoard-pages.showing-records .pagination li a i {
                height: auto;
                font-size: 12px;
            }

.faq_page {
    padding-top: 75px;
}

    .faq_page h2 {
        text-align: center;
        margin: 30px 0px 40px;
        color: #90ba2a;
        font-size: 30px;
        font-weight: bold;
    }

    .faq_page .desc {
        width: 80%;
        margin: 0 auto;
        background: #fff;
        color: #404040;
        padding: 30px;
        border: 1px solid #ddd;
    }

        .faq_page .desc h4 {
            font-size: 20px;
            margin-bottom: 4px;
            font-weight: bold;
        }

.faq-wrap .select-wrapper {
    float: right;
    clear: both;
    background-color: #90ba2a;
    color: #404040;
    width: 220px;
    border-radius: 3px;
}

.select-wrapper span.caret {
    right: 0;
    z-index: 9;
    width: 30px;
    background-color: #000;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.faq-wrap .select-dropdown {
    margin-bottom: 0 !important;
    color: #404040 !important;
}

.faq-wrap {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

h3.heading {
    color: #90ba2a !important;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.faq-wrap .collapsible {
    border: none;
}

.faq-wrap .select-wrapper input.select-dropdown {
    padding-left: 10px;
    box-sizing: border-box;
}

.faq_page .collapsible-header {
    border: none;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
    position: relative;
    line-height: 27px;
    font-weight: 100;
    border-bottom: 0;
    padding: 8px;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
    background-position: right 10px center;
    padding-right: 40px;
    line-height: normal;
}

.faq_page .collapsible-body {
    padding: 10px;
    background-color: #f9f9f9;
    border: none !important;
    color: #404040;
    font-weight: lighter;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.collapsible-body p {
    margin: 0;
    padding: 10px 10px;
}

.home_screen.owl-carousel .owl-item img.sliderImg, .contest_home_screen.owl-carousel .owl-item img.sliderImg {
    position: inherit;
    top: 0;
    left: 0;
    width: 100% !important;
}

.home_screen .container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
}

.home_screen.owl-carousel .owl-item img.sliderImg.ipad, .responsive_btn, .contest_home_screen.owl-carousel .owl-item img.sliderImg.mobile {
    display: none !important;
}

.close_slide {
    cursor: pointer;
    float: right;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

    .close_slide:before {
        content: "\f00d";
        font-family: 'FontAwesome';
        font-size: 15px;
        color: #404040;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #E8E8E8;
        line-height: 40px;
    }

img.responsiveLogo {
    display: none !important;
}

.or_saprate {
    position: relative;
    min-height: 20px;
    margin: 15px 0;
}

    .or_saprate hr {
        background-color: #ddd !important;
        position: absolute;
        width: 100%;
        top: 50%;
        border: none;
        height: 1px;
        margin: 0;
    }

    .or_saprate p {
        color: #ddd;
        font-weight: bold;
        font-size: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-color: #fff;
        padding: 0px 10px;
    }

i.fa.fa-check-circle.sucess {
    font-size: 100px;
    color: green;
}

.contest_time .clock:after {
    font-size: 10px;
    color: #9b9b9b;
    position: absolute;
    bottom: -4px;
    width: 100%;
    text-align: center;
    left: 0;
    height: 14px;
    text-indent: 0px;
    padding-right: 30px;
    display: block;
    text-align: center;
}

.contest_time .clock.hrs:after {
    content: "HOUR";
}

.contest_time .clock.sec:after {
    content: "SEC";
    padding-right: 0;
}

/*.pre_loader {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    align-items: center;
}

@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/

/*.loader {
    position: absolute;
    margin: -18px 0 0 -18px;
    border: 3.6px solid #90ba2a;
    box-sizing: border-box;
    overflow: hidden;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 50%;
    -webkit-animation: loader-spin 2s linear infinite reverse;
    animation: loader-spin 2s linear infinite reverse;
    -webkit-filter: url(#goo);
    filter: url(#goo);
    box-shadow: 0 0 0 1px #90ba2a inset;
    bottom: 0;
}

    .loader:before {
        content: "";
        position: absolute;
        -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
        animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
        background: #90ba2a;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        border-radius: 50%;
        width: 150%;
        height: 150%;
        top: 50%;
        left: -12.5%;
    }*/

/*.pre_loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pre_loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}*/

/*.pre_loader {
    content: "";
    position: fixed;
    z-index: 9999;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: 48%;
    left: 48%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

div#FAQContainer {
    min-height: 500px;
}

#toast-container {
    z-index: 99999999999 !important;
    top: 10%;
    right: 1%;
}

    #toast-container > div {
        word-break: break-word;
    }

.page_unsubscribe_pages {
    position: relative;
    height: 100vh;
}

.page_unsubscribe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .page_unsubscribe .scroll {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .page_unsubscribe .right {
        width: 600px;
        max-width: 50%;
        float: right;
        height: auto;
        border: 2px solid #4d4d4d;
        padding: 30px;
    }

.page_404 .scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page_404 .right {
    width: 600px;
    max-width: 50%;
    float: right;
    height: auto;
    border: 2px solid #4d4d4d;
    padding: 30px;
}

.error_box h2 {
    font-size: 20px;
    color: #96c93d;
    line-height: 25px;
    font-weight: bold;
}

.error_box p {
    font-size: 16px;
    color: #404040;
    line-height: 24px;
    margin-top: 10px;
}

.error_box textarea {
    line-height: 26px;
    padding: 15px;
    background: #ffffff;
    box-shadow: none !important;
    border: 1px solid #252525;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 185px !important;
    font-size: 15px;
    color: #252525;
}

.signin .input-field.input-small {
    width: 50%;
    float: left;
    padding: 0px 5px;
}

.signin .input-field {
    padding: 0px 5px;
}

.partner_info {
    width: 100px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

    .partner_info img {
        width: 100%;
    }

    .partner_info.showInDesktop span {
        font-weight: 100;
        font-size: 11px;
        padding-right: 10px;
        line-height: 18px;
    }

    .partner_info.showInDesktop img {
        width: 90px;
        margin-top: 5px;
        padding: 0px 5px;
        vertical-align: middle;
    }

    .partner_info.showInDesktop {
        width: 210px;
    }

.showInIpad, .showInMobile {
    display: none;
}

.leaderBoard {
    height: 100%;
    margin-top: 0;
    top: 0;
    position: relative;
    padding-top: 60px;
}

.selectlanguage {
    color: #fff;
}
/* old index page UI starts */
#pages .contest_box .buttonBox {
    position: absolute;
    width: 100%;
    bottom: 0;
}
/* old index page UI ends */
/* Contest Page starts */
.primaryBg {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-dynamic-headings {
    position: absolute;
    top: 35%;
    color: white;
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
}

    .banner-dynamic-headings h1 {
        font-size: 78px;
        font-weight: 400;
        line-height: 0.9em;
        font-family: 'Caros-bold', Sans-serif;
        margin-bottom: 20px;
        padding-bottom: 0 !important;
    }

    .banner-dynamic-headings h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.3em;
        font-family: 'Caros-medium', Sans-serif;
        margin-bottom: 20px;
    }

.banner-full-cover {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
}
.home_screen.owl-carousel .owl-item img.sliderImg.ipad, .home_screen.owl-carousel .owl-item img.sliderImg.mobile {
    display: none !important;
}

.home_screen.owl-carousel .owl-item img.sliderImg.desktop {
    display: block !important;
}
.contest_info li.mobile-sign-up {
    display: none;
}

@media(min-width: 767px) {
    .banner-dynamic-headings.axi {
        width: 40%;
        top: unset;
    }

        .banner-dynamic-headings.axi h1 {
            font-size: 31px;
            line-height: 31px;
        }

        .banner-dynamic-headings.axi h3 {
            font-size: 14px;
            line-height: 20px;
        }
}

@media(min-width: 1024px) {
    .banner-dynamic-headings.axi {
        width: 40%;
    }

        .banner-dynamic-headings.axi h1 {
            font-size: 42px;
            line-height: 44px;
        }

        .banner-dynamic-headings.axi h3 {
            font-size: 16px;
        }
}

@media(min-width: 1200px) {
    .theme_think .banner-dynamic-headings.axi h1 {
        font-size: 40px;
        line-height: 1.2em;
    }
        .banner-dynamic-headings.axi {
        width: 40%;
    }

        .banner-dynamic-headings.axi h1 {
            font-size: 51px;
            line-height: 0.9em;
        }

        .banner-dynamic-headings.axi h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .banner-dynamic-headings.axi p {
            margin-top: 20px;
        }
}





.axiDetails h2 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 25px;
}

.axiDetails h3 {
    font-size: 26px;
    font-weight: 600;
}

.primaryBg h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.contest-page label {
    line-height: 20px;
}

.contest-page h1 {
    padding-bottom: 20px;
    text-transform: capitalize;
    font-family: "Caros-bold", Sans-serif;
    font-size: 62px;
    line-height: 65px;
    color: #282424;
    font-weight: 600;
}

.contest-page h2 {
    font-size: 38px;
    line-height: 46px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Caros-bold', Sans-serif;
    font-weight: 600;
}

.contest-page h3 {
    padding-bottom: 10px;
    font-size: 24px;
}

    .contest-page h3.small-headings {
        font-size: 38px;
        line-height: 46px;
        text-transform: capitalize;
    }

.contest-page h4 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 39px;
}

.contest-page p {
    font-weight: 100;
    line-height: 1.4em;
    font-family: 'Caros-medium', Sans-serif;
}

.ordersCountList h4 {
    color: #fbd657;
    font-size: 20px;
}

.contest-page .collapsible-header {
    background-color: #45c2c7;
    border-radius: 3px;
    min-height: 1rem;
    line-height: 2rem;
    padding: 1rem 1rem 0.5rem;
    position: relative;
}

.collapsible-header p {
    width: 90%;
    display: inline-block;
}

.contest-page .collapsible-header:after {
    content: '\002B';
    color: #333;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 21px;
    line-height: initial;
    position: absolute;
    right: 20px;
    top: 15px;
}


.contest-page .collapsible-header.active:after {
    content: "\2212";
}
/*.contest-page .collapsible-header i {
    color: #333;
    float: right;
    margin-left: 5px;
    font-size: 15px;
    margin-right: 0;
}*/


.axiDetails {
    /*background-color: rgba(255,255,255, 0.8);*/
    background-color: #fff;
    transition: .3s;
    position: absolute;
    z-index: 90;
    right: 50px;
    box-shadow: 1px 1px 4px #bbbebf;
    -webkit-box-shadow: 0 1px 6px #bbbebf;
    left: 50px;
    text-align: center;
    padding: 15px 15px 0;
    margin-top: 0%;
}

.ordersCount {
    width: 70%;
    margin: auto;
}

ul.axiList {
    width: 100%;
}

    ul.axiList li {
        width: 20%;
        float: left;
        padding: 0 15px;
    }

        ul.axiList li.listBg {
            background: url('../images/slash.png') no-repeat;
            background-position: 100% 30%;
        }

.count-round {
    width: 40%;
    margin: auto;
    display: inline-block;
    padding: 20px;
}

ul.join-count-round {
    width: 80%;
    margin: auto;
    display: inline-block;
    padding-bottom: 20px;
}

    ul.join-count-round li span {
        font-size: 35px;
    }

    ul.join-count-round li img {
        padding-left: 5px;
        width: 35%;
    }

    ul.join-count-round li sup {
        top: -1.5em;
    }

    ul.join-count-round li {
        float: left;
        list-style: none;
        padding-right: 20px;
        width: 33%;
    }

.orderCount {
    background-color: #45c2c7;
    padding-top: 7%;
    padding-bottom: 30px;
}

.ordersCountList {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 30px 15px 0;
}

    .ordersCountList ul li {
        list-style-type: none;
        width: auto;
        letter-spacing: 1px;
        padding-left: 30px;
        display: inline-block;
        line-height: 40px;
        font-size: 30px;
    }

.bright-text {
    color: #fbd657;
}

.ordersCountList sup {
    font-size: 20px;
}

.countEndSection {
    background: url('../images/count-round-bg.png') no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center center;
}

.leaderboardSection {
    background: url('../images/bottom-banner.jpg') no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center top;
}

    .leaderboardSection#leaderboardS {
        background-size: auto;
    }

.rightColGrey {
    border-left: 1px solid #ddd;
    padding-left: 30px !important;
}

.w-12 {
    width: 100%;
    float: left;
}

.cr-list {
    width: 25%;
    float: left;
}

.primaryBg img {
    width: 15%;
}

html, body {
    height: 100%;
    font-family: 'Mont-SemiBold';
}

.paddingtopBottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contest_time {
    /*padding-bottom: 50px;*/
    display: inline-block;
}

.participants-list {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 5px;
}

.contest-page table tr th {
    width: 33%;
    border-bottom: 2px solid #fc404d !important;
    padding-bottom: 10px;
    font-size: 18px;
    vertical-align: middle !important;
}

.contest-page table tbody {
    border: 1px solid #ddd;
}

    .contest-page table tbody tr {
        border-bottom: 2px solid #f4f1eb
    }

.contest-page table tr td {
    font-size: 16px;
    vertical-align: middle !important;
}

.badge-orders {
    border: 2px solid #f4f1eb;
    padding: 15px 10px;
    width: 96%;
    background: #fcfbfa;
    margin-bottom: 15px;
}

.badgename {
    padding-left: 60px;
    width: 100%;
}

.highlightBg {
    background-color: #f9f7f3;
}





.ranking-table table tr td img {
    vertical-align: text-top;
}

small {
    font-size: 12px;
}

.padding30 {
    padding-left: 30px;
}

.last {
    padding-bottom: 0 !important;
}

.faqSection {
    /*background: url('../images/faq-banner.jpg') no-repeat;*/
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: top right;
    background-size: 100% 100%;
    background-color: #2D4D5A;
}

.plus-icon {
    float: right;
}

    .plus-icon i {
        margin-right: 0;
        font-size: 1rem;
    }



.collapsible-body {
    padding: 15px;
    border: 0px;
    background: #fff;
}

ul.collapsible {
    border: 0;
}

    ul.collapsible li {
        margin-bottom: 10px;
    }

.contest-page .container {
    max-width: 1140px;
}

.translucent-block {
    padding: 40px 30px 10px;
    background-color: rgba(50, 155, 160, 0.7);
    border-radius: 5px;
}

.theme .formSection input[type=text]:focus:not([readonly]), .theme .formSection input:focus:not([readonly]) {
    box-shadow: 0 0 10px 0 rgb(239 229 229 / 90%) !important;
}

.formSection input {
    border: 1px solid #dcdcdc;
    height: 35px;
    font-size: 15px;
    padding: 5px 10px;
    line-height: 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    color: #333;
}

.rightCol {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.readyLace {
    width: 80%;
}

#footer {
    background-color: #2a2726;
    padding-top: 20px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 13px;
}

    #footer .inline-links a {
        color: #ffffff;
        font-size: 13px;
    }

    #footer .axi-footer-logo {
        width: 80px;
    }

.footerDisclaimer {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer hr.line {
    border-color: #fc404d;
}

.footerLinks ul li.head {
    color: #fc404d;
}

.footerLinks {
    padding-top: 10px;
}

.input-field .input-append {
    color: #fe404d !important;
}

.switch-rankings span.active {
    background: #fbd657;
}

.switch-rankings img {
    vertical-align: middle;
}

.switch-search .input-field {
    margin-top: 0;
    text-align: right;
}

    .switch-search .input-field .input-append {
        top: 30%;
    }

.switch-search input {
    border: 1px solid #ddd;
    padding: 5px 10px 5px 10px;
    height: 1rem;
    width: 250px;
    font-size: 13px;
    border-radius: 3px;
}

.switch-rankings span {
    font-size: 13px;
    padding: 5px 0;
    margin-left: 5px;
}

.badgeimg {
    width: auto;
    float: left;
}

.rightColGrey .margin-bottom0 {
    margin-bottom: 0;
}

.ranking-results select {
    float: none;
    display: inline-block;
    margin-left: 0;
    width: 30%;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 12px 5px 12px;
    height: 40px;
    color: #333;
}

.paging .row {
    margin-top: 1rem;
}

.theme .ranking-results .select-wrapper span.caret {
    background-color: #fff !important;
    color: #333 !important;
    right: 5px;
    width: auto;
}

.ranking-results label {
    color: #333;
    padding-right: 10px;
    vertical-align: middle;
}

.ranking-results .select-wrapper {
    height: 20px;
}

    .ranking-results .select-wrapper input.select-dropdown {
        height: 1rem;
        padding: 3px 5px 5px;
        font-size: 14px;
        color: #333;
    }

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .7;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

nav {
    background-color: #fff !important;
    box-shadow: none;
}

.formBtn {
    margin-top: 15px;
}

.tabSection {
    margin: auto;
    width: auto;
}

.contest-page .tabSection .btn {
    padding: 0 !important;
    border-radius: 5px;
    margin-right: 5px;
}

.contest-page .tabSection a {
    color: #fff !important;
    padding: 5px 30px;
}

.contest-page .tabs {
    background: none;
    clear: both;
    font-size: 16px;
}

.divTradersList, .divDailyList, .divWeeklyList {
    margin-top: 30px;
}

.contest_home_screen {
}

    .contest_home_screen.owl-carousel .owl-item img.sliderImg.ipad {
        display: none !important;
    }

.divLeaderType {
    padding: 0 30px !important;
    height: 35px;
}

.contest-page i.fa.fa-check-circle.sucess {
    font-size: 100px;
    color: #fff;
}

.contest-page .table-scroll {
    /*width:100%; */
    display: block;
    empty-cells: show;
    /* Decoration */
    border-spacing: 0;
}

    .contest-page .table-scroll thead {
        background-color: #f1f1f1;
        position: relative;
        display: block;
        width: 100%;
        overflow-y: scroll;
    }

    .contest-page .table-scroll tbody {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
        overflow-y: scroll;
        /* Decoration */
        border-top: 1px solid rgba(0,0,0,0.2);
    }

    .contest-page .table-scroll tr {
        width: 100%;
        display: flex;
    }

    .contest-page .table-scroll td, .contest-page .table-scroll th {
        flex-basis: 45%;
        flex-grow: 2;
        display: block;
        padding: 10px;
        text-align: left;
    }

    /* Other options */

    .contest-page .table-scroll.small-first-col td:first-child,
    .contest-page .table-scroll.small-first-col th:first-child {
        flex-basis: 33%;
        flex-grow: 1;
    }

    .contest-page .table-scroll tbody tr:nth-child(2n) {
        background-color: #fcfbfa;
    }

.contest-page .body-half-screen {
    max-height: 75vh;
}

.contest-page .small-col {
    flex-basis: 10%;
}

.power-s2t {
 width: 150px;
}

#footer img {
    padding-bottom: 10px;
}

.contest-page .leaderNo {
    margin: 0 0 0 5px;
}

.tabSection .tabs {
    display: none;
}

.contest-page .btn {
    height: auto !important;
}

.desktop-hidden {
    display: none;
}

.hr-line {
    width: 100%;
    background: #fc404d;
    margin-bottom: 15px;
}

.contest-page .jCountdown.crystal.black .group > .label {
    background-image: url(../images/img/jcountdown_crystal_red.png);
}

.contest-page .jCountdown.crystal.black .group > .label {
    background-image: url(../images/img/jcountdown_crystal_red.png);
}

.contest-page .jCountdown.crystal.black .group > .container {
    background-image: url(../images/img/jcountdown_crystal_red.png);
}

    .contest-page .jCountdown.crystal.black .group > .container > .cover {
        background-image: url(../images/img/jcountdown_crystal_red.png);
    }

    .contest-page .jCountdown.crystal.black .group > .container > .text {
        background-image: url(../images/img/jcountdown_crystal_red.png);
    }

/* contest page ends */
@media only screen and (min-device-width : 1439px) and (max-height : 730px) {
    /*
.contest_info li {
	height: 78px;
	padding: 18px 15px;
}
*/
}

@media only screen and (min-width : 2300px) {
    .leaderboardSection#leaderboardS {
        background-size: contain;
    }

    .orderCount {
        padding-top: 1%;
    }
}

@media only screen and (max-width: 2600px) and (min-width: 1650px) {
    .contest_info {
        height: 100%;
    }

    .contact_info li {
        width: auto;
        float: left;
        padding-right: 50px;
    }

    .contest_box {
        width: 15.6% !important;
    }

    .container {
        width: 98%;
        max-width: 98%;
    }

    .home_left, .home_right {
        max-width: 100%;
    }
}

.footer {
    height: 50px;
    width: 100%;
    background-color: #111;
    color: #fff !important;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 20px 20px;
    z-index: 9999999999;
    line-height: 10px;
    font-size: 12px;
}

    .footer br {
        display: none;
    }

    .footer a {
        margin: 0 10px;
        color: #fff;
    }

.mobileVisable {
    display: none;
}

@media only screen and (max-width: 1440px) {

    .home_screen .owl-dots {
        bottom: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .contest_box {
        width: 24% !important;
    }

    .landing_menu #nav-mobile {
        padding-left: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .landing_menu ul li a {
        font-size: 12px;
        padding: 10px;
    }
}

.divprizelistinfo {
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .desktopVisable {
        display: none !important;
    }

    .mobileVisable {
        display: block;
    }

    .contact_info li {
        width: 50%;
        padding: 5px 0;
    }

    .footer {
        text-align: center;
        font-size: 14px;
        font-weight: lighter;
    }

    /*.faq_page .collapsible-header {
        background-image: none;
    }*/

    .showInIpad, .showInMobile {
        display: block !important;
    }

    .page_unsubscribe .scroll {
        display: block;
        float: none;
        margin: 0 auto !important;
    }

        .page_unsubscribe .scroll > .left {
            margin-top: 55px;
        }

            .page_unsubscribe .scroll > .left img {
                display: block;
                margin: 0 auto;
                width: 100%;
                max-width: 550px;
            }

        .page_unsubscribe .scroll > .left, .error_box {
            float: none !important;
        }

    .page_unsubscribe .right {
        width: 100%;
        max-width: 96%;
        float: none;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
        height: initial;
    }

    .page_404 .scroll {
        display: block;
        float: none;
        margin: 0 auto !important;
    }

        .page_404 .scroll > .left {
            margin-top: 55px;
        }

            .page_404 .scroll > .left img {
                display: block;
                margin: 0 auto;
                width: 100%;
                max-width: 550px;
            }

        .page_404 .scroll > .left, .error_box {
            float: none !important;
        }

    .page_404 .right {
        width: 100%;
        max-width: 96%;
        float: none;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
        height: initial;
    }

    .contest_box {
        width: 32% !important;
    }

    .leaderBoard {
        margin-top: 0px;
        top: 0;
    }

    .home_screen .owl-dots {
        display: none !important;
    }

    .home_screen {
        height: initial;
        position: initial;
    }

        .home_screen .container {
            height: inherit;
            max-height: inherit;
            top: 0;
            transform: translateY(0%);
            padding-bottom: 0;
        }

    .container {
        width: 98%;
    }

    .home_center {
        height: inherit;
        max-width: 100%;
        position: inherit;
    }

    .home_left, .home_right {
        width: 100%;
        height: initial;
        position: inherit;
        float: none;
        max-width: 100%;
        padding: 0px;
        top: auto;
        left: auto;
        margin: 0 auto;
        position: initial;
    }

    .contest_info li {
        background-color: #fff;
        height: inherit;
        padding: 15px 5px;
    }

    .prize_slider {
        height: 387px;
    }

    .prize_list_block {
        padding: 50px 0px 0;
    }

    .contest_info li span {
        font-size: 15px;
    }

    .landing_menu #nav-mobile {
        display: none;
        padding-left: 0;
    }

    .landing_menu #menuBtn {
        display: block;
        float: right;
        height: 55px;
        line-height: 55px;
        cursor: pointer;
        width: 50px;
        text-align: right;
    }

    .landing_menu .container {
        width: 100%;
    }

    .landing_menu #nav-mobile li {
        width: 100%;
        background-color: black;
    }

    .landing_menu ul li a {
        padding: 6px 18px;
        background-color: black;
        border-bottom: 1px solid #383838;
    }

    .landing_menu #menuBtn i {
        height: 55px;
        line-height: 55px;
        width: 40px;
        color: #90ba2a;
        text-align: center;
        font-size: 22px;
    }

    .landing_menu #nav-mobile li.right {
        width: 50%;
    }
    /* contest page */
    .axiDetails {
        margin-top: -2%;
    }

        .axiDetails ul.axiList li h3 {
            padding-bottom: 0;
            font-size: 16px;
        }

    .contest_home_screen.owl-carousel .owl-item img.sliderImg.ipad {
        display: none !important;
    }

    .landing_menu .brand-logo {
        left: 20px;
        padding: 0;
        width: auto;
    }

    .contest-page .container {
        width: 90%;
    }

    .contest-page h1 {
        font-size: 51px;
        line-height: 61px;
    }

    .contest-page h3.small-headings {
        padding-bottom: 30px;
    }

    .banner-dynamic-headings {
        width: 85%;
        top: 28%;
    }

    .badge-orders {
        font-size: 14px;
    }

    .badgeimg {
        width: auto;
    }

    .badgename {
        padding-left: 55px;
    }

    .contest-page .body-half-screen {
        max-height: 95vh;
    }

    .contest-page .intl-tel-input.allow-dropdown input {
        width: 80%;
    }

    .orderCount {
        padding-top: 10%;
    }

    .leaderBoard ul {
        padding-bottom: 0;
    }

    #divLeaderBoard-pages.showing-records {
        position: unset;
        width: 100%;
    }
    .faq_page {
        padding-bottom: 20px;
    }
    .home_screen.owl-carousel .owl-item img.sliderImg.desktop, .home_screen.owl-carousel .owl-item img.sliderImg.mobile {
        display: none !important;
    }

    .home_screen.owl-carousel .owl-item img.sliderImg.ipad {
        display: block !important;
    }
    .wanky_page {
        height: calc(100% - 55px);
    }
}

@media only screen and (max-width: 992px) {
    h2.contest_time {
        font-weight: lighter;
        font-size: 19px;
    }

    .pull-right.profit.greentitle {
        float: left !important;
    }
}

@media only screen and (max-width: 800px) {
    .home_left {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 20px;
    }

    .contest_info li span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .contest_info li strong span {
        height: inherit !important;
    }

    .contest_info li:first-child {
        width: 100%;
    }

    .contest_info li:nth-child(4) {
        width: 100%;
    }

    .home_right .contest_time {
        padding-top: 12px;
        margin-bottom: 3px;
        font-size: 23px;
    }

    .contest_info {
        display: block;
    }

        .contest_info li {
            height: 100px;
            padding: 16px 10px;
            background-color: #fff;
            display: block;
            width: 100%;
            text-align: center;
            border: none;
            box-shadow: 0px 1px 1px 1px #ddd;
            margin-bottom: 15px;
        }

            .contest_info li span {
                font-size: 15px;
                width: 100%;
                display: block;
            }


    .contest_info {
        background-color: transparent;
        border: none;
    }

    .footer br {
        display: block;
        padding: 6px 20px;
        line-height: 27px;
        font-size: 14px;
        font-weight: lighter;
        height: initial;
    }

    .contest_clock {
        background-color: #fefefe;
        border-radius: 4px;
    }

    .home_left {
        max-width: 90% !important;
    }

    .home_right {
        width: 100% !important;
        margin-top: 20px;
    }

    .contact_info li {
        width: 100%;
        float: none;
        padding: 10px 10px;
        background-color: rgba(255, 255, 255,0.8);
    }

    .faq_page .desc {
        width: 98%;
        padding: 15px;
    }

    .faq_page .desc {
        font-size: 15px;
        margin-bottom: 15px;
    }

        .faq_page .desc h4 {
            font-size: 17px;
            font-weight: normal;
        }

    .faq-wrap {
        width: 98%;
    }

    .about_page {
        display: block;
    }

    .about_left_, .about_right_ {
        width: 100%;
        float: none;
    }

    .about_page {
        height: initial;
    }

    .contest_box {
        width: 49% !important;
    }

    .home_screen.owl-carousel .owl-item img.sliderImg.desktop, .contest_home_screen.owl-carousel .owl-item img.sliderImg.desktop {
        display: none !important;
    }

    .home_screen.owl-carousel .owl-item img.sliderImg.ipad, .responsive_btn, .contest_home_screen.owl-carousel .owl-item img.sliderImg.ipad {
        display: block !important;
    }

    .footer {
        display: none;
    }

    /* contest page */
    .ordersCountList {
        padding-bottom: 10px;
        width: 80%;
    }

    .axiDetails h2 {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .count-round {
        width: 70%;
    }

    ul.join-count-round li span {
        font-size: 25px;
    }

    ul.join-count-round {
        width: 85%;
    }

    .count-round {
        padding: 0;
    }

    .participants-list {
        padding: 15px;
    }

    .badgeimg img {
        width: 72%;
    }

    .rightColGrey {
        padding-left: 15px !important;
    }

    .collapsible-header p {
        width: 72%;
        line-height: 21px;
        font-size: 16px;
        padding: 3px 0;
    }

    .collapsible-body {
        width: 100%;
    }

    .banner-dynamic-headings {
        width: 80%;
        top: 40%;
    }

    .axiDetails ul.axiList li p {
        font-size: 18px;
    }

    .axiDetails ul.axiList li h3 {
        padding-bottom: 10px;
        font-size: 28px;
    }

    .axiDetails {
        margin-top: 0;
    }

    .switch-search .input-field {
        margin-top: 15px;
        text-align: left;
    }

        .switch-search .input-field .input-append {
            left: 46%;
        }



    .switch-rankings, .switch-search {
        width: 100% !important;
    }

    .translucent-block {
        padding: 40px 20px 10px;
    }

    .readySection, .formSection {
        width: 100% !important;
    }

        .formSection .rightCol {
            border-left: 0;
            padding-left: 0;
        }

    .translucent-block .allow-dropdown {
        width: 48%;
    }

    .contest-page .intl-tel-input.allow-dropdown input {
        width: 100%;
    }

    ul.join-count-round li img {
        width: 46%;
    }

    .contest-page .LeaderBoard-pages.showing-records .pagination {
        display: inline-block !important;
    }

    .contest-page h2 {
        line-height: 51px;
    }

    .readyLace {
        width: 100%;
    }

    .formSection {
        padding-top: 20px;
    }

    ul.axiList li.listBg {
        background: none;
        padding-bottom: 10px;
    }

    ul.axiList li {
        width: 100%;
    }

    .axiDetails.container {
        display: inline-block;
        width: 100% !important;
        box-shadow: none;
        position: inherit;
        z-index: 0;
        padding-bottom: 10px;
    }

    #btnsignUp {
        margin: auto;
        display: inherit;
    }

    .contest-page .table-scroll {
        overflow-x: scroll;
    }

    .badge-orders {
        width: 100%;
    }

    .ranking-results {
        font-size: 13px;
    }

        .ranking-results select {
            width: auto;
            border-radius: 20px;
            padding: 5px 15px 5px 15px;
            height: 35px;
        }

    .desktop-hidden {
        display: block;
    }

    .landing_menu .brand-logo {
        left: 70px;
    }
    .home_screen.owl-carousel .owl-item img.sliderImg.desktop, .home_screen.owl-carousel .owl-item img.sliderImg.ipad {
        display: none !important;
    }
    .home_screen.owl-carousel .owl-item img.sliderImg.mobile {
        display: block !important;
    }
    .contest_info li.mobile-sign-up {
        display: block;
    }
        .contest_info li.mobile-sign-up .btn {
            box-shadow: 0 0 5px #5983c1 !important;
            border-radius: 5px;
            width: 100%;
        }
}

@media only screen and (max-width: 767px) {
    .ranking-results {
        text-align: left;
    }

        .ranking-results select {
            padding: 5px 12px 5px 12px;
            height: 30px;
        }

    .contest-page .container {
        width: 90%;
    }

    .axiDetails {
        right: 0;
        left: 0;
    }

    .contest-page .axiDetails p {
    }


    ul.join-count-round {
        width: 100%;
    }

    .contest_home_screen.owl-carousel .owl-item img.sliderImg.ipad {
        height: 400px;
    }

    .theme_think .banner-dynamic-headings {
        top: 30% !important;
    }

    .banner-dynamic-headings {
        top: 30%;
    }
    .power-s2t a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: normal;
    }

    .footer span a {
        line-height: 20px;
        margin: 0 5px;
        font-size: 11px;
    }
    .footer span {
        line-height: normal;
    }
    .faq_page .collapsible-header {
        font-size: 13px;
    }
    .faq_page .collapsible-body {
        font-size: 13px;
        line-height: normal;
    }
    .faq_page .collapsible-body p {
        padding: 3px;
    }
    .faq_page h2 {
        font-size: 18px;
        margin-bottom: 0 !important;
    }
    .theme .faq-wrap h3.heading {
        margin-top: 10px;
        font-size: 16px;
    }
    .wanky_page {
        height: calc(100% - 55px);
    }
}

@media only screen and (max-width: 655px) {
    .contest-page h1 {
        font-size: 45px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 640px) {
    .home_left, .home_right {
        max-width: 70%;
        float: none;
        margin: 0 auto;
    }

    .badgename {
        padding-left: 100px;
    }

    .badgeimg {
        padding: 16px;
    }

    .home_left {
        float: right !important;
        width: 100%;
        max-width: 100% !important;
        padding: 0 10px;
    }

    .home_screen {
        padding: 10px;
        padding-top: 65px;
    }
    /* contest page */
    .primaryBg img {
        width: 25%;
    }

    .theme_think .banner-dynamic-headings {
        width: 75%;
        top: 30% !important;
    }

    .banner-dynamic-headings {
        width: 75%;
        top: 25%;
    }

    h2.heading {
        line-height: 41px;
    }

    .axiDetails h2 {
        font-size: 25px;
        padding-bottom: 5px;
    }

    .axiDetails {
        padding: 15px 15px 10px;
        left: 0;
        right: 0;
    }

    .orderCount {
        padding-bottom: 30px;
    }

    .ordersCountList {
        padding-bottom: 0;
        width: 100%;
    }

        .ordersCountList ul li {
            letter-spacing: 0;
            line-height: 45px;
            padding-left: 0;
        }

    .count-round {
        width: 95%;
    }

        .count-round li img {
            width: 100%;
        }

    ul.join-count-round {
        width: 100%;
    }

    .contest-page h1 {
        line-height: 45px;
        font-size: 35px;
        padding-top: 5px;
    }

    ul.join-count-round li {
        padding-bottom: 20px;
    }

        ul.join-count-round li span {
            font-size: 40px;
        }

        ul.join-count-round li img {
            width: 30%;
        }

    .countEndSection {
        padding-top: 10px;
    }

    .paging {
        display: none;
    }

    .row .col.s6 {
        width: 100%;
    }

    .rightCol {
        border-left: 0;
        padding-left: 0;
    }

    .formSection row {
        margin-bottom: 0;
    }


    .contest_time {
        overflow-x: scroll;
        width: 100%;
    }

    ul.join-count-round li {
        padding-right: 0;
        width: 100%;
    }

    .switch-search .input-field {
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .switch-search input {
        width: 95%;
    }

    .participants-list h4 {
        text-align: center;
        font-size: 28px;
    }

    .collapsible-header {
        line-height: 1.8rem;
    }

    .readyLace {
        width: 100%;
    }

    .formSection .row {
        margin-bottom: 0;
    }

    .formSection input {
        margin-bottom: 15px;
    }

    .contest-page #signupCaptchaImg {
        padding: 10px 0;
    }

    .formBtn {
        margin: 15px auto 20px;
        width: 60%;
        display: block;
    }

    .tabSection ul li {
        margin-right: 10px;
    }

    .axiDetails ul.axiList li h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .switch-search .input-field .input-append {
        left: auto;
        right: 0;
    }

    .contest-page table tr td {
        font-size: 18px;
    }

    .translucent-block .allow-dropdown {
        width: 100%;
        padding-bottom: 10px;
    }

    .contest-page .container {
        width: 90%;
    }

    .rightColGrey {
        padding-left: 10px !important;
        border-left: 0;
    }

    .badge-orders {
        width: auto;
        margin: 15px;
    }

    .badgeimg img {
        width: 100%;
    }

    .switch-rankings, .switch-search {
        text-align: center;
    }

    .translucent-block .allow-dropdown input {
        margin-bottom: 10px;
    }

    .inline-links {
        margin-top: 10px;
    }

    #footer .inline-links a, .contest-page #footer p {
        font-size: 13px;
    }

    .collapsible-header p {
        width: 90%;
        line-height: 31px;
        padding: 0;
    }

    .contest-page .table-scroll td, .contest-page .table-scroll th {
        line-height: 1.5;
        font-size: .75rem;
        padding: .625rem 10px;
        font-weight: 400;
        margin: auto 0;
        word-break: break-word;
    }

    .performer-info {
        padding: 0 30px;
        margin: -15px;
    }
}

@media only screen and (max-width: 540px) {
    h2.contest_time {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .contact_info {
        margin-top: 0;
        margin-left: 0;
    }

    .contact_page {
        display: block;
    }

    .contestlist_header .btn {
        margin: 1% 0;
        width: 48%;
    }

    .contact_info li {
        float: none;
    }

    .contact_info {
        padding: 30px 15px;
    }

    .contact_right {
        max-width: 100%;
        width: 96%;
    }

    .contestlist_header .select_btn {
        width: 48% !important;
        margin: 1% 0;
        float: none;
        display: inline-block !important;
    }

    .contestlist_header .select-wrapper {
        width: 100% !important;
    }

    .home_left, .home_right {
        max-width: 85%;
    }
}

@media only screen and (max-width: 480px) {
    .leaderBoard ul {
        overflow: auto !important;
        touch-action: auto !important;
    }

    .faq-wrap .select-wrapper {
        float: left;
    }

    .contestlist_board {
        text-align: center;
    }

    .signin#signup-slide h2 {
        margin-bottom: 10px;
    }

    .signin h6 {
        font-size: 13px;
    }

    .signup_captcha {
        transform: scale(0.9);
        transform-origin: left;
    }

    .signin .socialbtn {
        width: 45%;
    }

    .wanky_page {
        padding-bottom: 10px !important;
    }

    .footer {
        font-size: 12px;
        line-height: 26px;
        padding: 5px 10px;
    }

    .signin .input-field.input-small {
        width: 100%;
        float: none;
        padding: 0px 0;
    }

    .signin .input-field {
        padding: 0px 0;
    }

    .socialbtn {
        width: 121px;
    }

    img.responsiveLogo {
        display: block !important;
        width: auto !important;
    }

    img.desktopLogo {
        display: none !important;
    }

    .about_left_ img, .about_right_ img {
        width: 100%;
    }

    .home_left, .home_right {
        max-width: 100%;
    }

    .about_right_ {
        padding-bottom: 20px;
    }

    .home_center h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .home_center p {
        font-size: 16px;
    }

    .contest_box {
        width: 100% !important;
        max-width: 320px;
        float: none;
        margin: 0px auto 50px !important;
        clear: both;
    }

    .theme_think .contest-page .banner-dynamic-headings h1 {
        line-height: 29px;
        font-size: 21px;
        padding-top: 0px;
    }

    .contest-page .banner-dynamic-headings h1 {
        line-height: 35px;
        font-size: 31px;
        padding-top: 0px;
    }

    .contest-page h3.small-headings {
        font-size: 31px;
        line-height: 41px;
    }
}

@media only screen and (max-width:424px) {
    .home_right .clock:after {
        top: -28px;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .contest_info li span strong.partiCount {
        font-size: 35px !important;
    }

    .clock:after {
        bottom: 0px !important;
    }

    .contest_info li span strong {
        font-size: 18px !important;
    }

    .tabButton .btn {
        font-size: 14px;
    }

    .error_box h2 {
        font-size: 21px;
        line-height: 22px;
    }

    .leaderBoard ul li {
        margin-bottom: 20px;
        clear: both;
    }

    .leaderNo {
        float: left;
    }

    .leaderName {
        width: 80%;
        min-height: 45px;
        float: left;
    }

    .faq_page h2 {
        margin: 0px 5px 20px;
        font-size: 18px;
        text-align: left;
    }

    .contestlist_header .btn {
        font-size: 13px !important;
        padding: 0px 9px !important;
    }

    .landing_menu .btn {
        width: 100%;
        margin: 0 !important;
    }

    .landing_menu #nav-mobile li.right {
        width: 100%;
        padding: 5px 5px;
        box-sizing: border-box;
    }

    h2.contest_time {
        font-size: 38px;
    }

    .contest_info li {
        height: inherit;
        padding: 21px 15px;
        border-radius: 4px;
    }

    .prize_list_block {
        padding: 20px 0px 0;
    }

    .prize_slider {
        height: 327px;
    }

    .home_center h2.light-green-text {
        font-size: 38px;
        line-height: 40px;
    }

    h2.contest_time {
        font-size: 36px !important;
        line-height: 45px !important;
    }

    .landing_menu .responsive_btn {
        width: auto !important;
        margin: 9px 0 !important;
    }

    .contest_clock {
        margin-top: 10px;
    }

    .home_screen.owl-carousel .owl-item img.sliderImg.ipad, .contest_home_screen.owl-carousel .owl-item img.sliderImg.ipad {
        display: none !important;
    }

    .home_screen.owl-carousel .owl-item img.sliderImg.mobile, .contest_home_screen.owl-carousel .owl-item img.sliderImg.mobile {
        display: block !important;
    }

    body .languagedd.btn {
        width: auto !important;
        margin-top: 8px !important;
        margin-right: 5px !important;
    }
}

@media only screen and (max-width:360px) {
    .leaderName {
        min-height: 45px;
    }

    .side-nav .socialbtn {
        width: 122px;
    }

    .home_center h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .home_center p {
        font-size: 15px;
    }

    .leaderBoard {
        padding-top: 50px;
        padding: 10px;
    }

    .leaderBoard {
        padding-top: 50px !important;
    }
    /* contest page */
    .contest-page table tr td {
        font-size: 18px;
    }

    .banner-dynamic-headings h1 {
        padding-bottom: 0;
    }

    .theme_think .banner-dynamic-headings {
        width: 70%;
        top: 20% !important;
    }

    .banner-dynamic-headings {
        width: 70%;
        top: 20%;
    }

    .contest-page .axiDetails p {
        font-size: 16px;
    }

    ul.axiList li.listBg {
        padding-bottom: 0;
    }

    .contest-page h3.small-headings {
        font-size: 30px;
        line-height: 36px;
    }

    ul.join-count-round li span {
        font-size: 30px;
    }

    ul.join-count-round li img {
        width: 30%;
    }

    .contest-page h2 {
        line-height: 40px;
    }

    .translucent-block {
        padding: 10px 20px 10px;
    }

    .contest-page #signupCaptchaImg {
        width: 90%;
    }

    .contest-page .collapsible-header p {
        font-size: 16px;
        line-height: 25px;
    }

    .contest-page p {
        font-size: 16px;
    }

    .contest-page #FAQContainer h3 {
        text-align: center;
    }

    .contest-page .landing_menu .brand-logo img.responsiveLogo {
        width: 80%;
    }

    .contest_home_screen.owl-carousel .owl-item img.sliderImg.mobile {
        height: 80vh;
    }
}

@media only screen and (max-width:320px) {
    .leaderName {
        width: 76%;
    }

    h2.contest_time {
        font-size: 32px !important;
    }

    h2.contest_time {
        font-size: 33px;
        line-height: 47px;
    }

    .home_center img {
        max-width: 60%;
    }
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.flexslider {
    margin: 0 0 0px !important;
    height: 88%;
    background-color: rgba(255,255,255,0.9) !important;
}

.flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 0 !important;
}

.flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 0 !important;
}

body nav .languagedd i {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
}

body nav .languagedd.btn {
    background-color: transparent !important;
    color: #90ba2a !important;
    border: none !important;
    border-bottom: 2px solid #90ba2a !important;
    padding: 0px 10px !important;
}

.dropdown-content li {
    height: inherit;
    min-height: inherit;
    border-bottom: 1px solid #90ba2a;
}

.landing_menu .dropdown-content li a {
    padding: 0px 18px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 15px;
    height: inherit;
    color: #90ba2a;
}

.imagelang {
    vertical-align: middle;
    display: inline-block;
}

    .imagelang .circle {
        border-radius: 0;
        width: 20px;
        float: none !important;
        margin-right: 5px;
    }

#langauge-dd1 .circle, #langauge-dd2 .circle {
    border-radius: 0;
    width: 20px;
    float: none !important;
    margin-right: 5px;
    display: inline-block;
}

.lang_vi .landing_menu ul li a, .lang_es .landing_menu ul li a {
    padding: 10px 10px;
    font-size: 11px;
}

.lang_vi .box_header, .lang_es .box_header {
    font-size: 11px;
}

    .lang_vi .box_header .select-wrapper input.select-dropdown, .lang_es .box_header .select-wrapper input.select-dropdown {
        font-size: 12px;
    }

    .lang_vi .box_header .input-field, .lang_es .box_header .input-field {
        width: 120px;
    }

.lang_vi .signin h2, .lang_es .signin h2 {
    font-size: 18px;
    line-height: 20px;
}

.lang_vi .admin-menu nav ul li a, .lang_es .admin-menu nav ul li a {
    font-size: 11px;
}

.lang_vi .welcome-list .title h2.left, .lang_es .welcome-list .title h2.left {
    font-size: 18px;
}

.lang_vi .success_msg h2.green-text, .lang_es .success_msg h2.green-text {
    font-size: 24px;
    line-height: 24px;
}

.lang_vi .welcome_sync h2, .lang_es .welcome_sync h2 {
    font-size: 19px;
}

.lang_vi .contest_label, .lang_es .contest_label {
    font-size: 11px;
}

.lang_vi .leaderBoard .btnleaderboard, .lang_es .leaderBoard .btnleaderboard {
    font-size: 12px;
    text-overflow: ellipsis;
}

.lang_vi .leaderBoard .btnprize, .lang_es .leaderBoard .btnprize {
    font-size: 12px;
    text-overflow: ellipsis;
    padding: 5px 5px !important;
    font-size: 10px;
}

.home_screen .owl-stage, .home_screen .owl-item {
    height: 100%;
}

.tabButton {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e7e5e5 !important;
}

    .tabButton .btn {
        width: 50%;
        float: left;
        background-color: #fff !important;
        border-color: #fff !important;
        color: #333 !important;
    }

        .tabButton .btn.active {
            background-color: #90ba2a !important;
            border-color: #90ba2a !important;
            color: #252525 !important;
        }

.divprizelistinfo {
    overflow: auto;
    height: 100%;
}

.divleaderboard {
    height: 100%;
    overflow: hidden;
}

    .divleaderboard .input-field {
        margin-top: 0 !important;
    }

.prizelistdrp {
    height: 35px;
    border: 1px solid #9b9b9b;
}

#ToppartContainer .home_screen {
    position: relative;
}

#ToppartContainer .closeBtn {
    position: absolute;
    right: 20px;
    background: #90ba2a !important;
    /* top: 0; */
    padding: 4px 11px;
    z-index: 99;
}

    #ToppartContainer .closeBtn:hover {
        color: #000;
    }

.contest_list .leveragemodule {
    text-align: center;
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

#homeSlider .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-left: 20px;
    display: block !IMPORTANT;
    border: 0px solid #90ba28;
}

#homeSlider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 40px;
    display: block !IMPORTANT;
    border: 0px solid #90ba28;
}

#homeSlider .owl-prev i, .owl-next i {
    transform: scale(2,2);
    color: #90ba28;
}

#scrollator_holder {
    left: 16px !important;
}

.nicescroll-cursors {
    width: 9px !important;
}

footer span {
    float: left;
}

.contest-name {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .contest-name span {
        height: initial !important;
    }

.contest_info li.contest-name strong span {
    display: none;
}

.m0 {
    margin: 0 !important;
}

.greentitle {
    color: #90ba2a !important;
}

.redtitle {
    color: #ff2424 !important;
}

.jCountdownContainer .group {
    position: relative;
    margin: 0 1px;
}

    .jCountdownContainer .group .hrs {
        margin-left: 5px;
    }

.jCountdown.crystal .group:after {
    content: "DAY";
    position: absolute;
    top: auto;
    font-size: 10px;
    color: #404040;
    display: block;
    line-height: 12px;
    left: 0;
    width: 100%;
    text-align: center;
}

.jCountdown.crystal .group.hour:after {
    content: "HR";
}

.jCountdown.crystal .group.minute:after {
    content: "MIN";
}

.jCountdown.crystal .group.second:after {
    content: "SEC";
}

.jCountdown.crystal .group > .label {
    background-image: none !important;
}

.jCountdown.crystal .group:after {
    font-size: 27px;
}

.GetCaptcha {
    margin-left: 8px !important;
    height: 35px !important;
    width: 35px !important;
    padding: 4px 10px !important;
    max-width: 50px !important;
    line-height: inherit !important;
}

.showing-records nav {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #ccc;
}

/*.contest-page .jCountdown.crystal .group:after {
    content: attr(data-txt);
    position: absolute;
    top: auto;
    font-size: 10px;
    color: #404040;
    display: block;
    line-height: 12px;
    left: 0;
    width: 100%;
    text-align: center;
}

.contest-page .jCountdown.crystal .group.hour:after {
    content: attr(data-txt);
}

.contest-page .jCountdown.crystal .group.minute:after {
    content: attr(data-txt);
}

.contest-page .jCountdown.crystal .group.second:after {
    content: attr(data-txt);
}*/

.contest-page .jCountdown.crystal .group > .label {
    background-image: none !important;
}

.contest-page .jCountdown.crystal .group:after {
    font-size: 27px;
}

.contest-page .LeaderBoard-pages.showing-records {
    position: sticky;
    top: 0;
    background-color: #fff;
}

    .contest-page .LeaderBoard-pages.showing-records nav {
        height: 70px;
    }

        .contest-page .LeaderBoard-pages.showing-records nav .pagination-select {
            margin-bottom: 5px;
            text-align: center;
        }

            .contest-page .LeaderBoard-pages.showing-records nav .pagination-select .col-form-label {
                color: #333;
            }

    .contest-page .LeaderBoard-pages.showing-records .col {
        /* width: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;*/
    }

    .contest-page .LeaderBoard-pages.showing-records .pagination {
        margin: auto;
        text-align: center;
        display: inherit;
        max-width: 280px;
        justify-content: center;
    }

        .contest-page .LeaderBoard-pages.showing-records .pagination li {
            /* float: left;
            display: inline-block;
            width: 45px;
            color: #fff;
            font-size: 10px;
            border-radius: 100%;
            overflow: hidden;
            line-height: 25px;
            height: 25px;
            margin-bottom: 0;*/
        }

            .contest-page .LeaderBoard-pages.showing-records .pagination li a {
                display: inline-block;
                padding: 0;
                line-height: 25px;
                border-radius: 100%;
                font-size: 12px;
                overflow: hidden;
                color: #333;
            }

                .contest-page .LeaderBoard-pages.showing-records .pagination li a:hover {
                    background-color: transparent !important;
                }

            .contest-page .LeaderBoard-pages.showing-records .pagination li.disabled a {
                color: #9c9c9c;
            }

                .contest-page .LeaderBoard-pages.showing-records .pagination li.disabled a:hover {
                    color: inherit !important;
                }

            .contest-page .LeaderBoard-pages.showing-records .pagination li a i {
                height: auto;
                font-size: 12px;
            }

        .contest-page .LeaderBoard-pages.showing-records .pagination .active {
            background-color: #fff;
            border: 1px solid #fc404d;
            border-radius: 50px;
        }



    .contest-page .LeaderBoard-pages.showing-records .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: 3px;
        float: right;
    }

        .contest-page .LeaderBoard-pages.showing-records .pagination .page-item {
            margin: 0 2px;
            cursor: pointer;
        }



            .contest-page .LeaderBoard-pages.showing-records .pagination .page-item .page-link {
                width: 28px;
                height: 28px;
                padding: 0;
                text-align: center;
                font-family: Caros-medium;
                color: #333333;
                font-size: 12px;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 50%;
                font-weight: bold;
            }

    .contest-page .LeaderBoard-pages.showing-records .pagination {
        /*display: inline-block;*/
    }



        .contest-page .LeaderBoard-pages.showing-records .pagination a {
            color: #333;
            float: left;
            padding: 6px 14px;
            text-decoration: none;
            border: 1px solid #ddd;
            border-radius: 50px;
            width: 40px;
            font-size: 15px;
        }



            .contest-page .LeaderBoard-pages.showing-records .pagination a.active {
                background-color: #fff;
                color: #333;
                border: 1px solid red;
                border-radius: 50px;
            }



            .contest-page .LeaderBoard-pages.showing-records .pagination a:hover:not(.active) {
                background-color: #ddd;
            }


.ranking-table tbody {
    display: block;
    height: 560px;
    overflow: auto;
}



    .ranking-table thead, .ranking-table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.ranking-table thead {
    width: calc( 100% - 1em )
}

.ranking-table table {
    width: 100%;
}

.side-nav a.registerlink {
    display: contents;
    font-size: 14px;
    font-weight: 500;
    height: 0;
    line-height: 0;
    padding: 0;
}

.footer-img {
    width: 80px;
    margin-top: 5px;
}

.bg-white {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 2;
}


/* Theme Think Begin */
.theme_think .btn {
    border-radius: 20px;
    padding: 2px 20px !important;
}

.theme_think .banner-dynamic-headings h1, .theme_think .banner-dynamic-headings h3, .theme_think .banner-dynamic-headings p {
    text-align: left;
}

.theme_think .hide-in-th-think {
    display: none;
}

.theme_think .contest_time {
    padding: 0;
}


.theme_think .howtoenterSection .row, .theme_think .pricetobeWon .row {
    display: flex;
    flex-wrap: wrap;
}

    .theme_think .howtoenterSection .row .col-md-4, .theme_think .pricetobeWon .row .col-md-4, .theme_think .pricetobeWon .row .col-md-12 {
        flex: 1;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

.theme_think .pricetobeWon .white-box.full-width {
    display: flex;
    align-items: center;
}

    .theme_think .pricetobeWon .white-box.full-width .sec-text {
        padding-left: 20px;
    }

.theme_think .white-box {
    padding: 15px;
    background: white;
    width: 100%;
    box-shadow: 0px 0px 8px 0px #d9d9d9;
    text-align: center;
    height: 100%;
}

.theme_think .countEndSection {
    background: none;
}



.howtoenterSection, .img-tshirt-ticket {
    display: none;
}

.theme_think .howtoenterSection {
    display: block;
}

.theme_think .howtoenterSection .white-box {
    text-align: center;
}

.theme_think .pricetobeWon .white-box {
    text-align: left;
}


    .theme_think .howtoenterSection .white-box .icon {
        height: 80px;
        width: 80px;
        margin: -40px auto 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        border-radius: 40px;
    }

.theme_think .pricetobeWon .white-box .icon {
    width: 80px;
    margin: -80px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.theme_think .pricetobeWon .white-box .prize-img {
    text-align: center;
    margin-bottom: 10px;
}
.theme_think .pricetobeWon .white-box .prize-value {
    margin-bottom: 10px;
}

    .theme_think .pricetobeWon .white-box .prize-value h3 {
        text-align: center;
        font-family: 'Mont-Bold';
        font-size: 30px;
        color: #ca0e14;
    }

        .theme_think .howtoenterSection .white-box .icon img, .theme_think .pricetobeWon .white-box .icon img {
            width: 100%;
            height: 100%;
        }

    .theme_think .howtoenterSection .white-box .sec-text, .theme_think .pricetobeWon .white-box .sec-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme_think .howtoenterSection .white-box .sec-text, .theme_think .pricetobeWon .white-box .sec-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme_think .pricetobeWon .white-box.full-width .icon {
        margin: 0 0px 0 10px;
    }

.theme_think .banner-dynamic-headings {
    left: 161px;
    right: unset;
    top: 65px;
    margin-top: 4%;
}

@media(max-width: 1200px) {
    .theme_think .banner-dynamic-headings {
        left: 51px;
        right: unset;
        top: 65px;
        margin-top: 1%;
    }
}

.theme_think .contest-join {
    margin: 0 auto;
    text-align: center;
}

.theme_think .orderCount {
    display: none;
}

.pricetobeWon {
    display: none;
}

.theme_think .pricetobeWon {
    display: block;
    width: 100%;
    background-image: url(../images/stadium-bg.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
}

.theme_think .pricetobeWon .row {
    display: flex;
    flex-wrap: wrap;
}

.theme_think .pricetobeWon .row .col-md-4 {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.theme_think .countEndSection .container {
    position: relative;
}

.img-ticket, .img-tshirt {
    display: none;
}

.theme_think .img-ticket {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
}

.theme_think .img-tshirt {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 300px;
}

.theme_think .pricetobeWon h1 {
    padding-top: 140px;
    font-size: 70px;
}

.theme_think .countEndSection {
    padding-bottom: 30px;
}

.theme_think section h1 {
    font-size: 32px;
}

/* Pankaj Begin */
.theme_think .hide-in-th-think {
    display: none;
}



.theme_think .faqSection {
    background-color: #fff;
}



    .theme_think .faqSection h1.white-text {
        color: #000 !important;
    }



    .theme_think .faqSection .faq-category-title {
        padding-bottom: 0;
    }



    .theme_think .faqSection .collapsible {
        box-shadow: none;
    }



        .theme_think .faqSection .collapsible + .faq-category-title {
            margin-top: 40px;
        }



        .theme_think .faqSection .collapsible li {
            margin-bottom: 0;
            background-color: #fff;
            border-bottom: 1px solid #ddd;
        }



    .theme_think .faqSection .collapsible-header {
        background-color: transparent;
        border-radius: 0;
        padding: 15px 15px 13px 45px;
        border-bottom: 0;
    }



        .theme_think .faqSection .collapsible-header p {
            display: block;
            width: 100%;
            color: #000;
            font-size: 20px;
        }



        .theme_think .faqSection .collapsible-header:after {
            margin-left: 0;
            right: auto;
            left: 15px;
            top: 19px;
            font-size: 21px;
            line-height: 17px;
            color: #005f6d;
            border: 2px #005f6d solid;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            text-align: center;
        }



    .theme_think .faqSection .collapsible .collapsible-body {
        padding: 0 15px 15px 45px;
        font-family: "Mont-Regular";
        font-size: 14px;
        border-radius: 5px;
    }



    .theme_think .faqSection .collapsible li.active {
        box-shadow: 0 0px 5px #ccc;
        border-radius: 5px;
        border-bottom: 0;
        border-top: 5px #ca0e14 solid;
        margin-bottom: 10px;
    }



        .theme_think .faqSection .collapsible li.active .collapsible-header {
            border-top: 0;
        }



            .theme_think .faqSection .collapsible li.active .collapsible-header p {
                color: #005f6d;
            }


.theme_think #footer {
    padding: 0;
    background-color: #141414;
}



.footer-social-contact-section {
    display: none;
    padding: 30px 0;
}



.footer-logo {
    display: block;
    text-align: center;
    max-width: 150px;
}



    .footer-logo img {
        display: inline-block;
        width: 100%;
        max-width: 331px;
        padding: 0 !important;
    }



.footer-social-contact {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.footer-contact {
    display: flex;
    align-items: center;
}



.footer-contact-flag {
    padding: 0 !important;
    margin-right: 10px;
}



.footer-social-contact-text {
    font-size: 14px;
}



    .footer-social-contact-text a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
    }



        .footer-social-contact-text a .fa {
            margin-right: 10px;
            font-size: 20px;
        }



        .footer-social-contact-text a:hover {
            color: #7fb03d;
        }



.footer-social-link {
    margin: 0;
    padding: 0;
    list-style: none;
}



    .footer-social-link li {
        display: inline-block;
    }



        .footer-social-link li + li {
            margin-left: 20px;
        }



        .footer-social-link li a {
            font-size: 20px;
            color: #fff;
        }



            .footer-social-link li a .fa {
                background-color: transparent;
            }



            .footer-social-link li a:hover {
                color: #7fb03d;
            }



.footer-disclaimer-section {
    display: none;
    padding: 40px 0 80px;
    background-color: #fafafa;
}



.footer-disclaimer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}



    .footer-disclaimer-list li {
        display: block;
        font-family: "Mont-Regular";
        font-size: 12px;
        color: #707070;
        line-height: 20px;
    }



        .footer-disclaimer-list li + li {
            margin-top: 20px;
        }



.footer-disclaimer-list-title {
    margin-right: 5px;
    font-family: "Mont-SemiBold";
    font-size: 14px;
    color: #505050;
}



.theme_think .participate-section, .theme_think .footer-social-contact-section, .theme_think .footer-disclaimer-section {
    display: block;
}

.theme_think .translucent-block {
    background-color: rgb(0 0 0 / 70%);
}

.theme_think .thinkSignupSection .readySection .readyLace .signup_prize {
    display: none;
}

.theme_think.lang_vi .white-box .sec-text, .theme_think.lang_vi .leader-info {
    font-family: sans-serif;
}


@media screen and (max-width: 979px) {
    .footer-social-link li + li {
        margin-left: 10px;
    }
}



/* Pankaj End */

@media (max-width:767.98px) {
    .theme_think .howtoenterSection .white-box, .theme_think .pricetobeWon .white-box {
        margin-bottom: 50px;
    }

    .theme_think .pricetobeWon {
        background-size: 100% 20%;
        margin-bottom: 0px;
        padding-bottom: 70px;
    }

    .theme_think .img-tshirt, .theme_think .img-ticket {
        display: none;
    }

    .theme_think .countEndSection .small-headings {
        padding-top: 80px;
    }

    .theme_think .howtoenterSection .row, .theme_think .pricetobeWon .row, .theme_think .pricetobeWon .row, .theme_think .pricetobeWon .row {
        display: block;
    }

    .theme_think .banner-dynamic-headings {
        right: 0;
        left: 0;
        margin: 0 auto;
    }

        .theme_think .banner-dynamic-headings h1, .theme_think .banner-dynamic-headings h3, .theme_think .banner-dynamic-headings p {
            text-align: center;
        }

    .theme_think .contest-join a {
        margin-bottom: 15px;
    }

    .theme_think .pricetobeWon .white-box.full-width {
        display: block;
        align-items: unset;
    }

        .theme_think .pricetobeWon .white-box.full-width .icon {
            margin: -40px auto 30px;
        }

    .theme_think .pricetobeWon h1 {
        padding-top: 30px;
        font-size: 40px;
    }

    .theme_think .img-tshirt-ticket {
        display: block;
        position: absolute;
        top: -120px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .theme_think .thinkLeaderboardSection {
        background: url(../images/competition-leaderboard.png) no-repeat !important;
        background-size: cover !important;
    }

    .theme_think .contest_time {
        padding-bottom: 20px;
    }


    .footer-social-contact {
        display: block;
    }



    .footer-social-contact--col + .footer-social-contact--col {
        margin-top: 15px;
    }



    .footer-contact {
        justify-content: center;
    }



    .footer-social-link {
        text-align: center;
    }



        .footer-social-link li + li {
            margin-left: 20px;
        }
    .theme_think .thinkSignupSection {
        background: url(../images/football-stadium.png) no-repeat !important;
        background-size: cover !important;
    }

}

@media (max-width:500.98px) {
    .theme_think .pricetobeWon h1 {
        padding-top: 15px;
        font-size: 26px;
        line-height: 35px;
    }
    .theme_think .sliderImg.mobile {
        margin-top: 50px !important;
    }
}

@media (min-width: 767.98px) {
    .theme_think ul.axiList li.listBg {
        background: none;
        border-right: 2px solid #ca0e14;
    }

    .theme_think .axiDetails {
        padding: 15px 15px 15px;
    }

    .theme_think .img-tshirt-ticket {
        display: none;
    }

    .theme_think .thinkLeaderboardSection {
        background: url(../images/3rd-banner-background.png) no-repeat !important;
    }

    .theme_think .thinkSignupSection {
        background: url(../images/football-stadium.png) no-repeat !important;
        background-size: cover !important;
    }
}
/* Theme Think End */

.flex {
    display: flex;
    align-items: center;
}
.footer-content {
    width: calc(100% - 150px);
    margin-right: 10px;
}
.flex-1 {
    flex: 1 1 0;
}
.landing_menu .nav-wrapper .responsive_btn {
    display: none !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .landing_menu .nav-wrapper .responsive_btn {
        display: block !important;
    }
}