﻿
@font-face {
    font-family: 'Speedee_Bd';
    src: url('../../assets/fonts/Speedee-Bold.eot');
    src: url('../../assets/fonts/Speedee-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Speedee-Bold.woff2') format('woff2'), url('../../assets/fonts/Speedee-Bold.woff') format('woff'), url('../../assets/fonts/Speedee-Bold.ttf') format('truetype'), url('../../assets/fonts/Speedee-Bold.svg#Speedee-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Speedee';
    src: url('../../assets/fonts/Speedee-Bold.eot');
    src: url('../../assets/fonts/Speedee-Bold.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Speedee-Bold.woff2') format('woff2'), url('../../assets/fonts/Speedee-Bold.woff') format('woff'), url('../../assets/fonts/Speedee-Bold.ttf') format('truetype'), url('../../assets/fonts/Speedee-Bold.svg#Speedee-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Speedee';
    src: url('../../assets/fonts/Speedee-Light.eot');
    src: url('../../assets/fonts/Speedee-Light.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Speedee-Light.woff2') format('woff2'), url('../../assets/fonts/Speedee-Light.woff') format('woff'), url('../../assets/fonts/Speedee-Light.ttf') format('truetype'), url('../../assets/fonts/Speedee-Light.svg#Speedee-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Speedee';
    src: url('../../assets/fonts/Speedee-Regular.eot');
    src: url('../../assets/fonts/Speedee-Regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Speedee-Regular.woff2') format('woff2'), url('../../assets/fonts/Speedee-Regular.woff') format('woff'), url('../../assets/fonts/Speedee-Regular.ttf') format('truetype'), url('../../assets/fonts/Speedee-Regular.svg#Speedee-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1200px) and (min-height: 1200px) {
    body {
        zoom: 1.5 !important;
        -moz-transform: scale(1.5) !important;
        transform: scale(1.5) !important;
    }
}



::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #999999;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

::-moz-scrollbar {
    width: 10px;
    height: 10px;
}

::-moz-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-moz-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-moz-scrollbar-thumb:active {
        background: #999999;
    }

::-moz-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-track:hover {
        background: transparent;
    }

    ::-moz-scrollbar-track:active {
        background: transparent;
    }

::-moz-scrollbar-corner {
    background: transparent;
}

::-ms-scrollbar {
    width: 10px;
    height: 10px;
}

::-ms-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-ms-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-ms-scrollbar-thumb:active {
        background: #999999;
    }

::-ms-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-track:hover {
        background: transparent;
    }

    ::-ms-scrollbar-track:active {
        background: transparent;
    }

::-ms-scrollbar-corner {
    background: transparent;
}


body {
    font-size: 14px;
    background-color: #f8f8f8;
    color: #000000;
}

.login .page-header {
    min-height: calc(100vh - 50px);
}

.login {
    background-image: url(../../assets/img/bg.jpg), url(../../assets/img/bg-1.png);
    background-color: #fff;
    background-position: top right, left bottom 15px;
    background-size: auto 98%, auto;
    background-repeat: no-repeat;
}

.home-main-box {
    width: 100%;
    padding-bottom: 30px;
    height: auto;
    background-image: url("../../assets/img/white-bg.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 350px;
}

.menu-text {
    width: 200px;
    margin: auto;
    text-align: center;
}

.left-dtld-box .panel-subtitle {
    color: #ffffff !important;
}

.right-dtld-box .panel-subtitle {
    color: #ffffff !important;
}

.progress-box {
    float: right;
    margin-left: 10px;
    margin-top: 7px;
}

.progress-div {
    float: right;
    margin-left: 10px;
}

.menu-main-text {
    font-size: 28px;
    font-weight: bold;
    margin-top: 35px;
    width: 100%;
    color: #000;
    transition: ease-in .3s;
    padding: 10px;
    float: left;
}

    .menu-main-text:hover {
        color: #db2937;
    }

.left-txt-box {
    text-align: center;
    background-color: #000000;
    font-size: : 30px;
    width: 200px;
    position: absolute;
    height: 50px;
    color: #ffffff;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.right-txt-box {
    text-align: center;
    background-color: #db2937;
    font-size: : 30px;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    height: 50px;
    color: #ffffff;
    margin-bottom: -25px;
    margin-right: -25px;
    line-height: 1;
    bottom: 0;
    right: 0;
}

.date-style {
    width: 100%;
    float: left;
    color: #eee;
    padding-bottom: 3px;
}

.right-dtld-box {
    position: absolute;
    top: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.left-dtld-box {
    position: absolute;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); /* IE6-9 */
}

.left-a-box {
    width: 300px;
    max-width: 100%;
    height: 200px;
    position: relative;
    float: right;
    background-color: #ccc;
    margin-bottom: 50px;
    background-image: url("../../assets/img/defualt-img.jpg");
    background-size: auto 100%;
    background-position: center;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-duration: 1;
}

    .left-a-box:hover {
        transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.left-b-box {
    width: 400px;
    max-width: 100%;
    height: 250px;
    position: relative;
    float: right;
    background-color: #ccc;
    margin-bottom: 50px;
    background-image: url("../../assets/img/defualt-img.jpg");
    background-size: auto 100%;
    background-position: center;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-delay: 2s;
    animation-duration: 1;
}

    .left-b-box:hover {
        transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.left-c-box {
    width: 250px;
    max-width: 100%;
    height: 300px;
    position: relative;
    float: right;
    background-color: #ccc;
    margin-bottom: 50px;
    background-image: url("../../assets/img/defualt-img.jpg");
    background-size: auto 100%;
    background-position: center;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-delay: 4s;
    animation-duration: 1;
}

    .left-c-box:hover {
        transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.prize-box {
    width: 400px;
    max-width: 100%;
    height: 160px;
    position: relative;
    background-color: #ccc;
    margin-bottom: 50px;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-delay: 3s;
    animation-duration: 1;
}

    .prize-box:hover {
        transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.ad-rate-box {
    width: 300px;
    max-width: 100%;
    height: auto;
    position: relative;
    background-color: #ccc;
    margin-bottom: 50px;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-delay: 1s;
    animation-duration: 1s;
}

    .ad-rate-box:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.right-a-box {
    width: 250px;
    max-width: 100%;
    height: 300px;
    position: relative;
    background-color: #ccc;
    margin-bottom: 50px;
    background-image: url("../../assets/img/defualt-img.jpg");
    background-size: auto 100%;
    background-position: center;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-delay: 1s;
    animation-duration: 1s;
}

    .right-a-box:hover {
        transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.right-b-box {
    width: 400px;
    max-width: 100%;
    height: 250px;
    position: relative;
    background-color: #ccc;
    margin-bottom: 50px;
    background-image: url("../../assets/img/defualt-img.jpg");
    background-size: auto 100%;
    background-position: center;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-delay: 3s;
    animation-duration: 1s;
}

    .right-b-box:hover {
        transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.right-c-box {
    width: 300px;
    max-width: 100%;
    height: 200px;
    position: relative;
    background-color: #ccc;
    margin-bottom: 50px;
    background-image: url("../../assets/img/defualt-img.jpg");
    background-size: auto 100%;
    background-position: center;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    animation-delay: 5s;
    animation-duration: 1s;
}

    .right-c-box:hover {
        transform: scale(1.1);
        box-shadow: 5px 10px #888888;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.img1 {
    background: url("../../assets/img/premium.png");
}

.yourElement {
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

textarea {
    min-height: 137px;
}

.btn-width-new-sign-up {
    margin: 0;
}

.box-title {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 9009; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../../assets/img/loader.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}
/*cookies-text-start*/
.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

.cnt-bx {
    float: left;
    width: 100%;
    border-bottom: solid 1px #eeeeee;
    font-size: 13px;
    color: #666666;
    padding-bottom: 15px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.white-bx {
    font-size: 12px;
    float: left;
    position: relative;
    margin-right: 10px;
    width: 45%;
    max-width: 130px;
    min-height: 30px;
    height: auto;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    /* padding: 3px 8px; */
    /* border: solid 1px #eeeeee; */
    /* -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.2); */
    /* box-shadow: 3px 3px 10px rgba(0,0,0,.2); */
    transition: all ease-in .3s;
    padding-left: 26px;
    /* margin-top: 6px; */
}

.cnt-box p {
    color: #fff;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
}

.span-txt {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 12px;
    margin-top: 3px;
}

.cookies-check {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
}
/*cookies-text-end*/
.create-account-sub {
    margin-top: -20px;
    margin-bottom: 20px;
}

.footer-box {
    width: 100%;
    background-color: #db2937;
    padding: 10px 0;
}
/*.footer {
  position: relative;
}*/
.page-title {
    font-weight: 900;
    margin-bottom: 0;
    color: #db2937;
    font-size: 40px;
    padding: 0 40px;
    margin-top: 0;
}

.poll-progress-box {
    width: 100%;
    background: #eee;
    float: left;
    margin-bottom: 15px;
    margin-top: -15px;
}

.rate-prev-btn {
    float: left;
    font-weight: 400;
    color: #666;
    border: solid 1px #ccc;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 50px;
    transition: all ease-in .3s;
    background-color: transparent;
}

    .rate-prev-btn:hover {
        background-color: #666;
        color: #fff;
    }

.rate-next-btn {
    float: right;
    font-weight: 400;
    color: #db2937;
    font-size: 14px;
    border: solid 1px #db2937;
    padding: 5px 20px;
    border-radius: 50px;
    background-color: transparent;
    transition: all ease-in .3s;
}

    .rate-next-btn:hover {
        color: #fff;
        background-color: #db2937;
    }

.poll-progress {
    width: 50%;
    background: #db2937;
    height: 3px;
    float: left;
}

.poll-per {
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    margin-top: -27px;
    color: #db2937;
    right: 0;
    margin-right: 15px;
}

.separation {
    height: 30px;
}

.red-color {
    color: #db2937;
}

.reply-form {
    width: calc(100% - 80px);
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    height: 45px !important;
    overflow: auto;
}

.attach {
    float: left;
    width: 40px;
    font-size: 20px;
    padding-top: 10px;
    color: #999999;
    text-align: center;
    cursor: pointer;
    transition: all ease-in .3s;
}

.send-icn {
    float: right;
    width: 40px;
    font-size: 20px;
    padding-top: 10px;
    color: #999999;
    text-align: center;
    cursor: pointer;
    transition: all ease-in .3s;
}

.border-separation {
    border-top: solid 1px #dddddd;
    margin-bottom: 50px;
    margin-top: 50px;
}

.discussion-topic {
    width: 100% !important;
}

#frame .discussion-topic .messages {
    height: auto;
    min-height: calc(100% - 60px) !important;
    max-height: calc(100% - 60px) !important;
}

.disc-head {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 20px;
    background-color: #ffbc0d;
    float: left;
    width: 100%;
    border: 1px solid #e6eaea;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.letter-style {
    text-transform: none;
}

.quiz-question {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0;
}

.quiz-answer-box {
    width: 300px;
    height: auto;
    margin: auto;
    max-width: 100%;
}

.right-answer {
    background-color: #39b54a !important;
    color: #fff !important;
    background-image: url(../../assets/img/tick.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}

.wrong-answer {
    background-color: #db2937 !important;
    color: #fff !important;
    background-image: url(../../assets/img/close.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}

.navbar-nav {
    text-align: center;
}

.video-box {
    margin-top: 20px;
}

.quiz-answer {
    width: 100%;
    margin-top: 20px;
    background-color: #eeeeee;
    min-height: 48px;
    text-align: center;
    line-height: 48px;
    color: #000;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    transition: all ease-in .3s;
    float: left;
}

    .quiz-answer:hover {
        background-color: #fff22f;
    }

.quiz-answer-box .active {
    background-color: #fff22f;
}

.reply-box {
    background-color: #f5f5f5 !important;
    border-radius: 10px;
}

    .reply-box .chat-name {
        background-color: #f5f5f5 !important;
        padding-top: 10px !important;
    }

    .reply-box .datecolor_chat {
        background-color: #f5f5f5 !important;
    }

.chat-img img {
    min-width: 100%;
    border-radius: 10px !important;
}

.reply-main {
    width: 100%;
    margin-top: 10px;
    float: left;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.survey-sub {
    width: 500px;
    font-size: 16px !important;
    color: #666 !important;
    margin: auto;
    max-width: 100%;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.app-icn {
    width: 55px;
    height: auto;
    float: right;
    margin-top: 5px;
}

.app-store-box {
    width: 260px;
    float: right;
}
/*menu css*/
.logo {
    float: left;
    width: 160px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    padding: 15px 0;
}

.header-box {
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 8000;
    width: 100%;
    background-image: url(../../assets/img/strips.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}

.menu-icon {
    width: 45px;
    float: right;
    background-color: transparent !important;
}

.lan-btn {
    padding: 14px 0;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
    background-color: transparent;
    border: 0;
    margin: auto;
    transition: all ease-in .3s;
    cursor: pointer
}

    .lan-btn:hover {
        color: #fff;
    }

    .lan-btn option {
        text-align: center !important;
        background-color: #000;
        font-size: 15px;
        padding: 5px 10px;
        text-align: center;
    }

.notification-circle {
    background-color: #000;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    position: absolute;
    margin-left: 20px;
    z-index: 2000;
    margin-top: -2px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9000;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 14px 0;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
        text-align: center;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        opacity: .5;
        margin-left: 50px;
        transition: all ease-in .3s;
    }

        .sidenav .closebtn:hover {
            opacity: 1;
        }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*menu css*/
.create-account {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.sign-in-box {
    width: 320px;
    float: right;
}

.remember-me {
    font-size: 13px;
    cursor: pointer;
    line-height: 14px;
    font-size: 13px;
    color: #000;
    transition: all ease-in .3s;
}

    .remember-me:hover {
        color: #db2937;
    }

.form-control {
    background-color: #ffffff;
    border-radius: 5px;
}

.reg-now-txt {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

    .reg-now-txt a {
        color: #db2937;
        font-weight: bold;
        font-size: 22px;
        transition: all ease-in .3s;
    }

        .reg-now-txt a:hover {
            color: #ffbc0d;
        }

.reas-txt {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
    float: left;
    line-height: normal;
}

    .reas-txt a {
        color: #db2937;
        font-weight: bold;
        font-size: 20px;
        transition: all ease-in .3s;
    }

        .reas-txt a:hover {
            color: #ffbc0d;
        }

.reg-btn-box-new {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.rem-box {
    width: auto;
    float: left;
    padding-top: 0px;
    text-align: left;
    padding-left: 2px;
}

.sign-up-txt-new a {
    text-decoration: underline;
}

.reason_text ul {
    padding-left: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

    .reason_text ul li {
        list-style-image: url(../../assets/img/bullet.svg);
        padding-bottom: 10px;
        padding-left: 5px;
        font-size: 13px;
    }

.reason_btn_box {
    width: 165px;
    height: 45px;
    margin: auto;
}

.modal-fit {
    width: 100% !important;
    margin: 0 !important;
    overflow: auto;
    max-width: 100% !important;
}

.register-box {
    width: 600px;
    max-width: 100%;
    margin: auto;
}

.bmd-form-group {
    padding-top: 10 !important;
}

.reason_btn {
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    text-align: center;
    padding-top: 7px;
    margin-left: 10px;
    background-color: #db2937;
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
}

    .reason_btn:hover {
        background-color: #ffbc0d;
    }

.reason_text_heading {
    font-weight: bold;
    font-size: 16px;
    color: #db2937;
    width: auto;
    padding-bottom: 10px;
    height: auto;
    padding-left: 5px;
}

.reason_to_join_box {
    float: left;
    width: 100%;
    height: auto;
    min-height: 315px;
    margin-top: 20px;
}

.sign-up-txt-new {
    float: left;
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    padding-top: 10px;
    width: 100%;
    display: none;
    margin-top: 20px;
}

.sign-up-txt {
    float: left;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    padding-top: 10px;
    width: 100%;
}
/*survey page*/
.panel-reward-img {
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}

    .panel-reward-img img {
        border-radius: 5px;
        width: 100%;
    }

.panel-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 225px;
    background: url(../../assets/img/defualt-img.jpg);
    background-position: center;
    float: left;
    background-size: 100%;
    transition: all ease-in .4s;
}

    .panel-img:hover {
        background-size: 115%;
    }

.panel {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

    .panel .panel-heading, .panel .panel-body, .panel .panel-footer {
        padding-left: 15px;
        padding-right: 20px;
    }

    .panel .panel-heading {
        padding-top: 13px;
        padding-bottom: 5px;
        height: 110px;
        overflow-y: auto;
        overflow: auto;
        position: relative;
    }

        .panel .panel-heading .panel-title {
            margin: 0;
            font-size: 24px;
            font-weight: 700;
            color: #000;
            text-align: center;
        }

        .panel .panel-heading button {
            padding: 0;
            margin-left: 5px;
            margin-top: 5px;
            background-color: transparent;
            border: none;
            outline: none;
        }

            .panel .panel-heading button i {
                font-size: 14px;
            }

    .panel .panel-body {
        padding: 0;
    }

.panel-subtitle {
    color: #ffffff !important;
    font-size: 13px;
    line-height: normal !important;
    padding: 10px;
    margin: 0;
    text-align: left;
    padding-bottom: 5px;
}

.new-item {
    margin-top: -18px;
    position: absolute;
    margin-left: 20px;
}

.panel-footer {
    padding: 10px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    padding-top: 5px;
}

.img-new-img1 {
    transition: all ease-in .4s;
    background: url("../../assets/img/premium.png");
    background-size: auto 100%;
    background-position: center;
}

.img-new-img2 {
    transition: all ease-in .4s;
    background: url("../../assets/img/bakery.png");
    background-size: auto 100%;
    background-position: center;
}

.img-new-img3 {
    transition: all ease-in .4s;
    background: url("../../assets/img/spicy.png");
    background-size: auto 100%;
    background-position: center;
}

.img-new-img4 {
    transition: all ease-in .4s;
    background: url("../../assets/img/new-menu.png");
    background-size: auto 100%;
    background-position: center;
}

.img-new-img5 {
    transition: all ease-in .4s;
    background: url("../../assets/img/new-signature.png");
    background-size: auto 100%;
    background-position: center;
}

.img-new-img6 {
    transition: all ease-in .4s;
    background: url("../../assets/img/Loyalty.png");
    background-size: auto 100%;
    background-position: center;
}

.panel .panel-body-new {
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.question-box {
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    font-weight: normal;
}

.progress-bar-header {
    color: #888888;
    font-size: 1.37rem;
    padding-bottom: 5px;
    width: 100%;
    font-weight: normal;
}

.question-box-sub {
    color: #666666;
    font-size: 1.2rem;
    padding-bottom: 10px;
    width: 100%;
    font-weight: normal;
}

h3 {
    color: #000000;
}

.progress-bar-header span {
    font-size: 18px;
    font-weight: 700;
    color: #666 !important;
    position: absolute;
    z-index: 2;
    margin-top: -24px;
    margin-left: -12px;
}

.btn-box {
    width: 290px;
    height: auto;
    margin: auto
}

h1 {
    color: #000000;
}

.yellow-clr {
    color: #ffbc0d;
}

.date-stl {
    font-weight: normal;
    color: #000000;
    margin: 0
}

.btn {
    text-transform: capitalize !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
}

.padding-new {
    padding: 20px 0;
}

.next-btn {
    width: 100%;
    margin: 0;
}

.next-btn-bx {
    width: 50%;
    padding: 20px 0;
    padding-left: 10px;
    float: left;
}

.prev-btn-bx {
    width: 50%;
    padding: 20px 0;
    float: left;
}

.survey-end-box {
    float: left;
    height: 580px;
    width: 100%;
    padding-top: 100px;
}

.thank-you-sub {
    color: #666666 !important;
    font-size: 18px;
    padding-bottom: 20px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.coupon {
    margin: auto;
    width: 400px;
}

.btn-box-new {
    width: 130px;
    margin: auto;
    margin-top: 40px;
}

.survey-answer-box {
    min-height: 250px;
    height: auto;
    padding-top: 35px;
}
/* fancy checkbox and radio button */
.fancy-checkbox {
    display: block;
    font-weight: normal;
}

    .fancy-checkbox input[type="checkbox"] {
        display: none;
    }

        .fancy-checkbox input[type="checkbox"] + span {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            cursor: pointer;
            position: relative;
            font-size: 16px;
            color: #000000;
            margin-bottom: 20px;
        }

            .fancy-checkbox input[type="checkbox"] + span:before {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                position: relative;
                border-radius: 3px;
                bottom: 1px;
                width: 18px;
                height: 18px;
                margin-right: 10px;
                content: "";
                border: 1px solid #999999;
            }

        .fancy-checkbox input[type="checkbox"]:checked + span:before {
            font-family: FontAwesome;
            content: '\f00c';
            font-size: 16px;
            text-stroke: 2px #ffbc0d;
            -webkit-text-stroke: 2px #ffbc0d;
            -moz-text-stroke: 2px #ffbc0d;
            -ms-text-stroke: 2px #ffbc0d;
            -o-text-stroke: 2px #ffbc0d;
            color: #ffffff;
            text-align: center;
            line-height: 16px;
            background: #ffbc0d;
            border: 1px solid #ffbc0d;
        }

    .fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
        color: #53D76A;
        background-color: #fff;
    }

    .fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
        color: #fff;
        background-color: #53D76A;
        border-color: #32cf4d;
    }

.fancy-radio {
    display: block;
    font-weight: normal;
}

    .fancy-radio input[type="radio"] {
        display: none;
    }

        .fancy-radio input[type="radio"] + span {
            display: block;
            cursor: pointer;
            position: relative;
            font-size: 16px;
            margin-bottom: 20px;
            color: #000;
        }

            .fancy-radio input[type="radio"] + span i {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                position: relative;
                bottom: 1px;
                content: "";
                border: 2px solid #ccc;
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }

        .fancy-radio input[type="radio"]:checked + span i:after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: block;
            position: relative;
            top: 2px;
            left: 2px;
            content: '';
            width: 12px;
            height: 12px;
            border: 2px solid #ffbc0d;
            background-color: #ffbc0d;
        }

    .fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
        background-color: #53D76A;
    }

    .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
        background-color: #53D76A;
    }

        .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
            background-color: #fff;
        }

    .fancy-radio input[type="radio"]:checked + span i {
        border: 2px solid #ffbc0d;
        background-color: #ffbc0d;
    }

td .fancy-checkbox input[type="checkbox"] + span {
    margin-bottom: 0px;
}

td .fancy-radio input[type="radio"] + span {
    margin-bottom: 0px;
}
/* poll checkbox and radio button */
.poll-checkbox {
    display: block;
    font-weight: normal;
}

    .poll-checkbox input[type="checkbox"] {
        display: none;
    }

        .poll-checkbox input[type="checkbox"] + span {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            cursor: pointer;
            position: relative;
            font-size: 16px;
            color: #000000;
            margin-top: 10px;
        }

            .poll-checkbox input[type="checkbox"] + span:before {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                position: relative;
                border-radius: 3px;
                bottom: 1px;
                width: 18px;
                height: 18px;
                margin-right: 10px;
                content: "";
                border: 1px solid #ccc;
            }

        .poll-checkbox input[type="checkbox"]:checked + span:before {
            font-family: FontAwesome;
            content: '\f00c';
            font-size: 16px;
            text-stroke: 2px #ffbc0d;
            -webkit-text-stroke: 2px #ffbc0d;
            -moz-text-stroke: 2px #ffbc0d;
            -ms-text-stroke: 2px #ffbc0d;
            -o-text-stroke: 2px #ffbc0d;
            color: #ffffff;
            text-align: center;
            line-height: 16px;
            background: #ffbc0d;
            border: 1px solid #ffbc0d;
        }

    .poll-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
        color: #53D76A;
        background-color: #fff;
    }

    .poll-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
        color: #fff;
        background-color: #53D76A;
        border-color: #32cf4d;
    }

.poll-radio {
    display: block;
    font-weight: normal;
}

    .poll-radio input[type="radio"] {
        display: none;
    }

        .poll-radio input[type="radio"] + span {
            display: block;
            cursor: pointer;
            position: relative;
            font-size: 15px;
            margin-top: 10px;
            color: #000;
        }

            .poll-radio input[type="radio"] + span i {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                -webkit-border-radius: 18px;
                -moz-border-radius: 18px;
                border-radius: 18px;
                position: relative;
                bottom: 1px;
                content: "";
                border: 1px solid #ccc;
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }

        .poll-radio input[type="radio"]:checked + span i:after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: block;
            position: relative;
            top: 2px;
            left: 2px;
            content: '';
            width: 12px;
            height: 12px;
            border: 1px solid #ffbc0d;
            background-color: #ffbc0d;
        }

    .poll-radio.custom-color-green input[type="radio"]:checked + span i:after {
        background-color: #53D76A;
    }

    .poll-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
        background-color: #53D76A;
    }

        .poll-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
            background-color: #fff;
        }

    .poll-radio input[type="radio"]:checked + span i {
        border: 1px solid #ffbc0d;
    }

td .poll-checkbox input[type="checkbox"] + span {
    margin-bottom: 0px;
}

td .poll-radio input[type="radio"] + span {
    margin-bottom: 0px;
}

.poll-question {
    font-size: 18px;
    line-height: 1.55em;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-main-btn {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icn-bx {
    width: 100px;
    float: left;
    text-align: center;
    padding-top: 5px;
    min-height: 70px;
}

.btn-text {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    transition: all ease-in .2s;
    text-transform: none;
}

    .btn-text:hover {
        color: #db2937;
    }

.btn-sub-text {
    color: #666;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}

.notify-circle {
    background-color: #db2937;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    position: absolute;
    margin-left: 60px;
    margin-top: -5px;
}

}

.home-btn-txt {
    width: calc(100%-120px);
    float: left;
    margin-top: 20px;
}

.survey-end-box {
    float: left;
    height: 580px;
    width: 100%;
    padding-top: 100px;
}

.thank-you {
    color: #000;
    font-size: 26px;
    padding: 10px 0;
    padding-top: 30px;
    padding-bottom: 0px;
    width: 100%;
    font-weight: 900;
    text-align: center;
}

.survey-end-box {
    float: left;
    height: 580px;
    width: 100%;
    padding-top: 100px;
}

.thank-you-sub {
    color: #333333;
    font-size: 18px;
    padding-bottom: 5px;
    width: 100%;
    font-weight: normal;
    text-align: center;
}
/*profile start*/
.profile-form {
    width: 100%;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    height: auto;
    background-color: #ffffff;
}

.pnt-txt {
    width: 270px;
    font-size: 46px;
    color: #db2937;
    text-align: center;
    border: solid 1px #dddddd;
    padding: 15px 10px;
    padding-bottom: 25px;
    border-radius: 100px;
    font-weight: 900;
    margin: auto;
    margin-top: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.ttl-pnt {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 400;
    padding-bottom: 10px;
}

.pro-head {
    border-bottom: solid 1px #dddddd;
    padding-top: 5px;
    margin-bottom: 20px;
}

.point-graph {
    width: 536px;
    height: 320px;
    background: url(../../assets/img/point.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: auto;
    max-width: 100%;
    background-size: 100%;
}

.perc-txt {
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 900;
}

.profile-header .profile-main {
    position: relative;
    padding: 20px;
    border-top-left-radius: 5px;
    text-align: center;
}

.profile-header .name {
    margin: 8px 0 0 0;
    font-size: 22px;
    color: #000;
}

.profile-main h3 {
    color: #fff;
}

.pro-pic-box {
    width: 110px;
    float: left;
}

.pro-name-box {
    width: calc(100% - 110px);
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 18px;
    font-weight: 600;
}

.pro-pic-new {
    width: 105px;
    height: 105px;
    border: solid 1px #db2937;
    text-align: center;
    padding: 8px;
    border-radius: 150px;
    margin: auto;
    margin-top: 0;
}

    .pro-pic-new img {
        border-radius: 150px;
    }

.pro-pic {
    width: 135px;
    height: 135px;
    border: solid 1px #db2937;
    text-align: center;
    padding: 8px;
    border-radius: 150px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 20px;
}

    .pro-pic img {
        border-radius: 150px;
    }

.brand-txt {
    font-size: 14px;
    color: #db2937;
}

.brand-txt-new {
    font-size: 14px;
    color: #db2937;
}

.point-box {
    background-color: #db2937;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 19px;
    margin-top: 13px;
}

.point {
    font-size: 42px;
    color: #ffffff;
    line-height: 1em;
    font-weight: 900;
}

.point-sub {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5em;
}

.next-topic {
    width: 35px;
    margin-top: 20px;
    float: left;
    opacity: .5;
    transition: all ease-in .3s;
}

    .next-topic:hover {
        opacity: 1;
    }

.left-topic {
    float: right;
    width: 35px;
    margin-top: 20px;
    opacity: .5;
    transition: all ease-in .3s;
}

    .left-topic:hover {
        opacity: 1;
    }

.poll-box {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    color: #db2937;
    font-weight: 900;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    float: left;
}

.home-btn {
    width: 100%;
    padding: 20px 10px;
    background-color: #ffffff;
    border: solid 1px #000000;
    font-size: 20px;
    color: #db2937;
    font-weight: 900;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 85px;
    text-align: left;
    background-image: url(../../assets/img/do-you.png);
    background-repeat: no-repeat;
    background-position: top 15px left 15px;
    float: left;
    transition: all ease-in .3s;
}

    .home-btn:hover {
        border: solid 1px #db2937;
        color: #db2937;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    }

.promotion {
    background-image: url(../../assets/img/promotion.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 93px;
    background-size: 100% 100%;
}
/*Profile Pic Start*/
.img-picture {
    width: 120px;
    height: 120px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    transition: all ease-in 0.3s;
    -webkit-transition: all 0.3s;
}

    .img-picture:hover {
        border-color: #db2937;
    }

.upload-pic {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 20px;
}

.picture {
    width: 120px;
    height: 120px;
    background-color: #eeeeee;
    background-image: url(../../assets/img/add-pro.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top 30px center;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all ease-in 0.3s;
    -webkit-transition: all 0.3s;
}

    .picture:hover {
        border-color: #db2937;
    }

.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}

.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}

.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}

.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src {
    width: 100%;
}
/*Profile Pic End*/
/*nitifications*/
.todo-list > li {
    border-top: 1px solid #F0F0F0;
    position: relative;
}

    .todo-list > li:first-child {
        border-top: none;
    }

    .todo-list > li .fancy-checkbox {
        position: absolute;
        top: 50%;
        margin-top: -11px;
    }

        .todo-list > li .fancy-checkbox input[type="checkbox"] + span {
            margin-right: 0;
        }

    .todo-list > li p {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 90%;
        margin: 0;
        padding: 20px 0 20px 35px;
    }

    .todo-list > li.completed p, .todo-list > li.completed .date {
        text-decoration: none;
        color: #b4b7b9;
        font-size: 1rem;
    }

.todo-list .title {
    font-size: 16px;
    font-weight: 600;
}

.todo-list .short-description {
    display: block;
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 14px;
}

.todo-list .date {
    font-size: 13px;
    color: #a3a3a3;
}

.todo-list .controls {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
}

    .todo-list .controls a {
        margin-left: 5px;
    }
/********************
 * PAGE: PROFILE
 ********************/
.panel-profile {
    position: relative;
}

.profile-left {
    padding-left: 0;
    float: left;
    width: 35%;
    height: 100%;
    position: absolute;
    background-color: #F8F8F8;
}

.profile-right {
    float: right;
    width: 65%;
    padding: 20px 25px;
}

    .profile-right .heading {
        margin-top: 0;
    }

@media screen and (max-width: 1025px) {
    .profile-left, .profile-right {
        float: none;
        width: 100%;
    }

    .profile-left {
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    .profile-left, .profile-right {
        float: none;
        width: 100%;
    }

    .profile-left {
        position: relative;
    }
}

.profile-header {
    position: relative;
    text-align: center;
    color: #fff;
}

    .profile-header .overlay {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .profile-header .profile-main {
        position: relative;
        padding: 20px;
        border-top-left-radius: 5px;
        background-color: #000;
    }

        .profile-header .profile-main a {
            color: #000;
        }

.change-propic {
    width: 28px;
    height: 28px;
    position: absolute;
    margin-left: -10px;
}

.half-box {
    float: left;
    width: 50%;
    text-align: center;
    border-right: solid 1px #c60227;
}

.profile-header .name {
    margin: 8px 0 0 0;
    font-size: 22px;
}

.profile-header .online-status {
    font-size: 13px;
    position: relative;
    top: -2px;
}

    .profile-header .online-status:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        content: '';
        width: 8px;
        height: 8px;
        margin-right: 3px;
    }

    .profile-header .online-status.status-available:before {
        background-color: #41B314;
    }

.profile-header .profile-stat {
    position: relative;
    background-color: #db2937;
}

    .profile-header .profile-stat .stat-item {
        padding: 20px;
        position: relative;
    }

        .profile-header .profile-stat .stat-item:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background-color: #db2937;
        }

        .profile-header .profile-stat .stat-item:last-child:after {
            display: none;
        }

        .profile-header .profile-stat .stat-item span {
            display: block;
        }

@media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
        display: none;
    }
}

.profile-detail {
    padding-bottom: 30px;
}

.profile-info {
    padding: 0 20px;
    margin: 40px 0;
}

.first-box {
    width: 40%;
    font-size: 15px;
    color: #000000;
    float: left;
    margin-bottom: 10px;
}

.second-box {
    width: 60%;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    float: left;
    margin-bottom: 10px;
}

.coin_names-1 {
    height: auto;
    width: auto;
    color: #666666;
    font-size: 14px;
    position: absolute;
    top: 23%;
    left: 18%;
}

.coin_names-2 {
    height: auto;
    width: auto;
    color: #666666;
    font-size: 14px;
    position: absolute;
    top: 6%;
    right: 26%;
}

.coin_names-3 {
    height: auto;
    width: auto;
    color: #666666;
    font-size: 14px;
    position: absolute;
    top: 68%;
    left: 31%;
}

.coin_names-4 {
    height: auto;
    width: auto;
    color: #666666;
    font-size: 14px;
    position: absolute;
    top: 85%;
    left: 52%;
}

.coin_names-5 {
    height: auto;
    width: auto;
    color: #666666;
    font-size: 14px;
    position: absolute;
    top: 44%;
    left: 68%;
}

.point-percentage {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    width: 150px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 41%;
}

.point-stage {
    font-size: 50px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 49%;
    left: 34.5%;
    font-size: 17px;
    width: 250px;
    text-align: center;
}

.profile-info ul > li {
    margin-bottom: 8px;
}

.social-icons {
    margin-bottom: 0;
}

    .social-icons > li {
        padding: 0 2px 5px 2px;
    }

        .social-icons > li > a {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 40px;
            height: 40px;
            line-height: 42px;
            text-align: center;
            background-color: #4d4d4d;
            color: #fff;
        }

            .social-icons > li > a i {
                font-size: 18px;
            }

            .social-icons > li > a:hover, .social-icons > li > a:focus {
                background-color: #404040;
            }
/*leader board*/
.sidenav select {
    text-align: center;
    text-align-last: center; /* webkit*/
}

.sidenav option {
    text-align: center;
    text-align-last: center;
}

.sliding-div {
    width: 700px;
    height: auto;
    left: -700px;
    top: 110px;
    min-height: 450px;
    background-color: #ffffff;
    padding: 20px;
    position: absolute;
    z-index: 950;
}

#leader-btn-ic {
    background-image: url(../../assets/img/next.svg);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 40px;
}

.sliding-div-btn {
    width: 60px;
    height: 450px;
    position: absolute;
    right: 0;
    padding: 13px;
    top: 0;
    margin-right: -60px;
    z-index: 9600;
    background-color: #fbf4ef;
    background-image: url(../../assets/img/leader-board.png);
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.champions-text {
    transform: rotate(-90deg);
    width: 225px;
    position: absolute;
    color: #db2937;
    top: 302px;
    left: -83px;
    font-size: 20px;
    font-weight: 900;
}

.pro-pic-leader-board {
    width: 110px;
    height: 110px;
    border: solid 1px #db2937;
    text-align: center;
    padding: 8px;
    border-radius: 150px;
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
}

    .pro-pic-leader-board img {
        border-radius: 150px;
    }

.leader-board-head {
    float: left;
    width: calc (100% - 110px);
    padding-left: 20px;
}

.pro-name {
    font-size: 24px;
    color: #000;
    font-weight: 900;
    padding-top: 10px;
}

.brand-div {
    font-size: 15px;
    width: 200px;
    padding-top: 25px;
    float: left;
    margin-right: 20px;
}

.circle-box {
    width: 41px;
    width: 40px;
    float: left;
}

.brand-text-main {
    float: left;
    padding-left: 10px;
    margin-bottom: 20px;
}

.brand-text-box {
    font-size: 13px;
    color: #000;
    float: left;
    padding-top: 7px;
}

.point-box-div {
    width: 100%;
    margin-right: auto;
    float: left;
    padding: 5px 20px;
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
}

.brand-perc {
    font-size: 24px;
    color: #333333;
    font-weight: 900;
}

.nav-pills .nav-item .nav-link {
    line-height: 24px;
    text-transform: CAPITALIZE;
    font-size: 1.5rem;
    font-weight: 900;
    min-width: 100px;
    text-align: center;
    color: #000;
    transition: all .3s;
    border-radius: 0 !important;
    padding: 10px 25px;
    border-bottom: solid 5px transparent;
}

    .nav-pills .nav-item .nav-link:hover {
        background-color: rgba(200, 200, 200, 0.2);
    }

    .nav-pills .nav-item .nav-link.active {
        color: #db2937;
        border-bottom: solid 5px #db2937;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0 !important;
    }

.scroll-box {
    width: 100%;
    height: auto;
    overflow-y: auto;
    border-top: solid 1px #ddd;
    margin-bottom: 20px;
    padding-top: 20px;
}

.tab-space {
    padding-top: 0;
    padding-bottom: 0;
}

.leader-pro {
    width: 40px;
    height: 40px;
    float: left;
}

    .leader-pro img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }

.leader-head-text {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    color: #db2937;
    margin-bottom: 5px;
}

.cmt-name-box {
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
}

.cmt-name {
    font-size: 12px;
    color: #666666;
    width: 100%;
    line-height: normal;
}

.ldr-cmt {
    font-size: 14px;
    color: #333333;
    line-height: normal;
    font-weight: 700;
    margin-top: 3px;
}

.wnr-name {
    font-size: 14px;
    color: #000;
    width: 100%;
    line-height: normal;
    font-weight: 500;
}

.nav-tabs, .nav-pills {
    border: 0;
    border-radius: 3px;
    padding: 0 0;
    border-bottom: solid 1px #ddd;
}

.card {
    margin-top: 0;
    margin-bottom: 0;
}
/*point-system*/
.table-box {
    width: 100%;
    overflow-x: auto;
}

.ps-content {
    font-size: 14px
}

.ps-title {
    font-size: 20px;
    color: #db2937;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.ps-ul {
    font-size: 14px;
    color: #000;
}

.head-red {
    background-color: #E40002
}
/*mission -page*/
canvas {
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 95%;
    margin: 0 auto;
}

.mission-pro-pic {
    width: 40px !important;
    margin-top: -2px !important;
}

.mission-admn-txt {
    background: #ffee00 !important;
    color: #333 !important;
    font-size: 13px !important;
}

.mission-ansr-box {
    float: left;
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 5px;
}

.ms-btn {
    padding: 10px 15px;
    border: 1px solid #db2937;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    color: #333;
    transition: all ease-in .3s;
    margin: 5px;
    float: right;
}

    .ms-btn:hover {
        background-color: #db2937;
        color: #fff;
    }

    .ms-btn:active {
        background-color: #db2937;
        color: #fff;
    }

.replies p {
    font-size: 14px;
}

.congrats-box {
    width: 96%;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    margin: 2%;
}

.congrats-title {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #db2937;
    text-align: center;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.congrats-title2 {
    font-size: 1rem;
    color: #000000;
    text-align: center;
    font-weight: 700 !important;
    margin-top: 30px;
    margin-bottom: 10px;
}

.congrats-text {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.congrats-points {
    font-size: 20px;
    color: #666666;
    text-align: center;
    font-weight: 700 !important;
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.congrats-points2 {
    font-size: 40px;
    color: #db2937;
    text-align: center;
    line-height: normal;
    font-weight: 700 !important;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.receipt-food-img {
    width: 50%;
    float: left;
}

.fr-img {
    width: 100%;
    clear: both;
    display: inline-block;
}

.file-upload {
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0px auto;
    border-radius: 100px;
    border: solid 1px #db2937;
    float: left;
    margin-right: 10px;
}

.file-upload__label {
    display: block;
    padding: 1em;
    color: gray;
    background: #ffffff;
    border: 2px solid #db2937;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    margin-bottom: 8px;
    cursor: pointer;
}

.upload-txt {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    float: left;
    margin-top: 20px;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}

.points-earned {
    text-align: center;
    font-size: 22px;
}

.points-earned-2 {
    text-align: center;
    font-size: 25px;
    color: #db2937
}

.ms-box {
    padding: 0px 20px 20px 20px;
}

.ms-title {
    font-size: 20px;
    color: #db2937;
    font-weight: 800 !important;
}

.ms-title-2 {
    font-size: 16px;
    color: #333333;
    font-weight: 800 !important;
}

.mission-post {
    width: 45%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    margin: 5px 20px 20px 20px;
    float: left;
}

.ms-post-head {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    background-color: #ffffff;
    margin: 0px 20px;
}

.ms-post-footer1 {
    padding: 10px;
    background-color: green;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}

.ms-post-footer2 {
    padding: 10px;
    background-color: darkgoldenrod;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}

.ms-post-footer3 {
    padding: 10px;
    background-color: #999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}

.ms-post-title {
    font-size: 18px;
    color: #db2937;
    font-weight: 800 !important;
    margin: 0px;
    text-align: center;
}

.ms-head-points {
    font-size: 18px;
    color: #333333;
    font-weight: 800 !important;
    margin: 5px 0px;
    text-align: center;
}

.ms-head-text {
    font-size: 12px;
    color: #999999;
    margin: 0px;
    font-style: italic;
    font-weight: 500 !important;
    text-align: center;
}

.ms-post-title2 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 800 !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.ms-post-body {
    padding: 20px 20px 5px 20px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ms-text-title {
    font-size: 14px;
    color: #666666;
}

.ms-text-title2 {
    font-size: 15px;
    color: #000000;
    font-weight: 800 !important;
}

.col-img-1 {
    float: left;
    width: 50%;
    height: 150px;
}

.row-img:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 20px;
}

img {
    max-height: 100%;
    max-width: 100%
}

.nav-btn-box {
    float: right;
    width: 227px;
    margin: 0;
}

.menu-icon2 {
    width: 32px;
    float: right;
    cursor: pointer;
    margin-left: 25px;
}

.help-ms {
    font-size: 11px;
    text-align: center;
    margin-left: -7px
}

.chat-name2 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    line-height: normal !important;
}

.btn {
    padding: 10px 25px;
}

* {
    box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: #000000;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }
/* Container around content */
.container12 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
    /* The circles on the timeline */
    .container12::after {
        content: '\f024';
        position: absolute;
        width: 30px;
        height: 30px;
        right: -14px;
        font-family: FontAwesome;
        color: #ffffff;
        padding: 5px;
        text-align: center;
        background-color: #db2937;
        border: 1px solid #cccccc;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }
/* Place the container to the left */
.left12 {
    left: 0;
}
/* Place the container to the right */
.right12 {
    left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left12::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #fefefe;
    border-left-color: #db2937;
    border-width: 10px 0 10px 10px;
}
/* Add arrows to the right container (pointing left) */
.right12::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #fefefe;
    border-right-color: #db2937;
    border-width: 10px 10px 10px 0px;
}
/* Fix the circle for containers on the right side */
.right12::after {
    left: -14px;
}
/* The actual content */
.content12 {
    padding: 0;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.btns-box {
    text-align: right;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.sub-title {
    font-size: 16px;
    color: #666;
    width: 100%;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ms-head-points-new {
    font-size: 17px;
    color: #333333;
    font-weight: 700 !important;
    padding: 5px 0;
    margin-bottom: 10px;
    padding-top: 20px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ccc;
}

.accept-div {
    position: absolute;
    margin-top: 10px;
    right: 35px;
}

.activate-div {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background-color: #444;
    border-radius: 100px;
    font-weight: 500;
    line-height: 1;
}
/* Make all right containers behave like the left ones */
.right12 {
    left: 0%;
}

.coming-soon {
    font-size: 24px;
    margin-top: 10px;
}
/*404*/
.ep-box {
    padding: 20px;
}

.ep-content {
    font-size: 16px;
    text-align: center;
    line-height: normal;
}

.ep-title {
    font-size: 22px;
    float: left;
    width: 100%;
    color: #000000;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 800 !important;
}

.reg-step {
    float: right;
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.cookies-box {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    width: 250px;
    padding: 20px;
    height: auto;
    line-height: normal;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2900;
}

#language-box .modal-dialog {
    max-width: 400px
}

.btn-bx-txt {
    font-size: 13px;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.btn-bx {
    width: 170px;
    height: auto;
    margin: auto;
    border: solid 1px #cccccc;
    color: #666;
    border-radius: 5px;
    transition: all ease-in .3s;
    padding-bottom: 18px;
    cursor: pointer;
    margin-top: 10px;
}

    .btn-bx:hover {
        border: solid 1px #db2937;
    }

.profile-main a {
    color: #ffffff;
}

a {
    color: inherit;
    transition: all ease-in .2s;
}

    a:hover, a:focus {
        color: #d43e44;
    }

.stat-item h1 {
    font-weight: 600 !important;
    margin: 0;
}
/*profile page*/
.poin_cnt {
    float: left;
    text-align: center;
    width: 100%;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
    height: auto;
}

.poin_cnt_line {
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    height: auto;
}

.point_color {
    color: #c30c0e;
    font-weight: bold;
}

.progrees_point {
    width: 100%;
    height: 20px;
    background-color: #dfe0e3;
    border-radius: 50px;
    margin-top: 25px;
    margin: auto;
}

.progrees_point_inside {
    float: left;
    /*width: 30%;*/
    height: 20px;
    background-color: #ffbc0d;
    border-radius: 50px;
}

.first_box {
    height: auto;
    width: 20%;
    float: left;
}

.second_box {
    height: auto;
    width: 40%;
    float: left;
}

.third_box {
    height: auto;
    width: 20%;
    float: left;
}

.forth_box {
    height: auto;
    width: 20%;
    float: right;
}

.coin_names_towm {
    height: auto;
    width: auto;
    float: left;
    color: #666666;
    font-size: 13px;
    text-align: left;
    margin-left: -5px;
}

.coin_names_right {
    height: auto;
    width: 100%;
    float: right;
    color: #666666;
    font-size: 13px;
    text-align: right;
    margin-right: -5px;
}

.coin_images {
    float: left;
    width: 100%;
    height: 10px;
    border-left: 1px solid #5b5b5b;
}

.coin_images_right {
    float: left;
    width: 100%;
    height: 10px;
    border-right: 1px solid #5b5b5b;
}
/********************
 * PAGE: PROFILE
 ********************/
.panel-profile {
    position: relative;
}

.profile-left {
    padding-left: 0;
    float: left;
    width: 35%;
    height: 100%;
    position: absolute;
    background-color: #F8F8F8;
}

.profile-right {
    float: right;
    width: 65%;
    padding: 20px 25px;
}

    .profile-right .heading {
        margin-top: 0;
    }

@media screen and (max-width: 992px) {
    .profile-left, .profile-right {
        float: none;
        width: 100%;
    }

    .profile-left {
        position: relative;
    }
}

.profile-header {
    position: relative;
    text-align: center;
    color: #fff;
}

    .profile-header .overlay {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .profile-header .profile-main {
        position: relative;
        padding: 20px;
        border-top-left-radius: 5px;
        background-image: url("../../assets/img/profile-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .profile-header .name {
        margin: 8px 0 0 0;
        font-size: 22px;
    }

    .profile-header .online-status {
        font-size: 13px;
        position: relative;
        top: -2px;
    }

        .profile-header .online-status:before {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            content: '';
            width: 8px;
            height: 8px;
            margin-right: 3px;
        }

        .profile-header .online-status.status-available:before {
            background-color: #41B314;
        }

    .profile-header .profile-stat {
        position: relative;
        background-color: #db2937;
    }

        .profile-header .profile-stat .stat-item {
            padding: 10px;
            position: relative;
        }

            .profile-header .profile-stat .stat-item:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 100%;
                background-color: #d39d36;
            }

            .profile-header .profile-stat .stat-item:last-child:after {
                display: none;
            }

            .profile-header .profile-stat .stat-item span {
                display: block;
            }

@media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
        display: none;
    }
}

.profile-detail {
    padding-bottom: 30px;
}

.profile-info {
    padding: 0 20px;
    margin: 40px 0;
}

    .profile-info .heading {
        margin: 0 0 10px 0;
        font-weight: 600;
    }

    .profile-info ul > li {
        margin-bottom: 8px;
    }

.social-icons {
    margin-bottom: 0;
}

    .social-icons > li {
        padding: 0 2px 5px 2px;
    }

        .social-icons > li > a {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 40px;
            height: 40px;
            line-height: 42px;
            text-align: center;
            background-color: #4d4d4d;
            color: #fff;
        }

            .social-icons > li > a i {
                font-size: 18px;
            }

            .social-icons > li > a:hover, .social-icons > li > a:focus {
                background-color: #404040;
            }
/* colored background */
.z500px-bg {
    background-color: #0099e5 !important;
}

    .z500px-bg:hover, .z500px-bg:focus {
        background-color: #0088cc !important;
    }

.about-me-bg {
    background-color: #00405d !important;
}

    .about-me-bg:hover, .about-me-bg:focus {
        background-color: #002e44 !important;
    }

.airbnb-bg {
    background-color: #fd5c63 !important;
}

    .airbnb-bg:hover, .airbnb-bg:focus {
        background-color: #fd434b !important;
    }

.alphabet-bg {
    background-color: #ed1c24 !important;
}

    .alphabet-bg:hover, .alphabet-bg:focus {
        background-color: #de1219 !important;
    }

.amazon-bg {
    background-color: #ff9900 !important;
}

    .amazon-bg:hover, .amazon-bg:focus {
        background-color: #e68a00 !important;
    }

.american-express-bg {
    background-color: #002663 !important;
}

    .american-express-bg:hover, .american-express-bg:focus {
        background-color: #001c4a !important;
    }

.aol-bg {
    background-color: #ff0b00 !important;
}

    .aol-bg:hover, .aol-bg:focus {
        background-color: #e60a00 !important;
    }

.behance-bg {
    background-color: #1769ff !important;
}

    .behance-bg:hover, .behance-bg:focus {
        background-color: #0059fd !important;
    }

.bing-bg {
    background-color: #ffb900 !important;
}

    .bing-bg:hover, .bing-bg:focus {
        background-color: #e6a700 !important;
    }

.bitbucket-bg {
    background-color: #205081 !important;
}

    .bitbucket-bg:hover, .bitbucket-bg:focus {
        background-color: #1b436d !important;
    }

.bitly-bg {
    background-color: #ee6123 !important;
}

    .bitly-bg:hover, .bitly-bg:focus {
        background-color: #e65312 !important;
    }

.blogger-bg {
    background-color: #f57d00 !important;
}

    .blogger-bg:hover, .blogger-bg:focus {
        background-color: #dc7000 !important;
    }

.booking-com-bg {
    background-color: #003580 !important;
}

    .booking-com-bg:hover, .booking-com-bg:focus {
        background-color: #002a67 !important;
    }

.buffer-bg {
    background-color: #168eea !important;
}

    .buffer-bg:hover, .buffer-bg:focus {
        background-color: #1380d3 !important;
    }

.code-school-bg {
    background-color: #616f67 !important;
}

    .code-school-bg:hover, .code-school-bg:focus {
        background-color: #55615a !important;
    }

.codecademy-bg {
    background-color: #f65a5b !important;
}

    .codecademy-bg:hover, .codecademy-bg:focus {
        background-color: #f54243 !important;
    }

.creative-market-bg {
    background-color: #8ba753 !important;
}

    .creative-market-bg:hover, .creative-market-bg:focus {
        background-color: #7d964b !important;
    }

.delicious-bg {
    background-color: #3399ff !important;
}

    .delicious-bg:hover, .delicious-bg:focus {
        background-color: #1a8cff !important;
    }

.deviantart-bg {
    background-color: #05cc47 !important;
}

    .deviantart-bg:hover, .deviantart-bg:focus {
        background-color: #04b33e !important;
    }

.digg-bg {
    background-color: #005be2 !important;
}

    .digg-bg:hover, .digg-bg:focus {
        background-color: #0051c9 !important;
    }

.disqus-bg {
    background-color: #2e9fff !important;
}

    .disqus-bg:hover, .disqus-bg:focus {
        background-color: #1593ff !important;
    }

.django-bg {
    background-color: #092e20 !important;
}

    .django-bg:hover, .django-bg:focus {
        background-color: #051911 !important;
    }

.dribbble-bg {
    background-color: #ea4c89 !important;
}

    .dribbble-bg:hover, .dribbble-bg:focus {
        background-color: #e7357a !important;
    }

.elance-bg {
    background-color: #0d69af !important;
}

    .elance-bg:hover, .elance-bg:focus {
        background-color: #0b5b97 !important;
    }

.envato-bg {
    background-color: #82b541 !important;
}

    .envato-bg:hover, .envato-bg:focus {
        background-color: #75a23a !important;
    }

.etsy-bg {
    background-color: #d5641c !important;
}

    .etsy-bg:hover, .etsy-bg:focus {
        background-color: #be5919 !important;
    }

.facebook-bg {
    background-color: #3b5998 !important;
}

    .facebook-bg:hover, .facebook-bg:focus {
        background-color: #344e86 !important;
    }

.feedly-bg {
    background-color: #2bb24c !important;
}

    .feedly-bg:hover, .feedly-bg:focus {
        background-color: #269d43 !important;
    }

.flattr-bg {
    background-color: #f67c1a !important;
}

    .flattr-bg:hover, .flattr-bg:focus {
        background-color: #ed6f09 !important;
    }

.flickr-bg {
    background-color: #0063dc !important;
}

    .flickr-bg:hover, .flickr-bg:focus {
        background-color: #0058c3 !important;
    }

.flipboard-bg {
    background-color: #e12828 !important;
}

    .flipboard-bg:hover, .flipboard-bg:focus {
        background-color: #d21d1d !important;
    }

.flixster-bg {
    background-color: #2971b2 !important;
}

    .flixster-bg:hover, .flixster-bg:focus {
        background-color: #24649d !important;
    }

.foursquare-bg {
    background-color: #0732a2 !important;
}

    .foursquare-bg:hover, .foursquare-bg:focus {
        background-color: #062a8a !important;
    }

.github-bg {
    background-color: #4183c4 !important;
}

    .github-bg:hover, .github-bg:focus {
        background-color: #3876b4 !important;
    }

.google-bg {
    background-color: #4285f4 !important;
}

    .google-bg:hover, .google-bg:focus {
        background-color: #2a75f3 !important;
    }

.google-plus-bg {
    background-color: #dc4e41 !important;
}

    .google-plus-bg:hover, .google-plus-bg:focus {
        background-color: #d83a2b !important;
    }

.instagram-bg {
    background-color: #3f729b !important;
}

    .instagram-bg:hover, .instagram-bg:focus {
        background-color: #386589 !important;
    }

.kickstarter-bg {
    background-color: #2bde73 !important;
}

    .kickstarter-bg:hover, .kickstarter-bg:focus {
        background-color: #20cf67 !important;
    }

.kik-bg {
    background-color: #82bc23 !important;
}

    .kik-bg:hover, .kik-bg:focus {
        background-color: #73a71f !important;
    }

.lastfm-bg {
    background-color: #d51007 !important;
}

    .lastfm-bg:hover, .lastfm-bg:focus {
        background-color: #bc0e06 !important;
    }

.line-bg {
    background-color: #00c300 !important;
}

    .line-bg:hover, .line-bg:focus {
        background-color: #00aa00 !important;
    }

.linkedin-bg {
    background-color: #0077b5 !important;
}

    .linkedin-bg:hover, .linkedin-bg:focus {
        background-color: #00669c !important;
    }

.mail-ru-bg {
    background-color: #168de2 !important;
}

    .mail-ru-bg:hover, .mail-ru-bg:focus {
        background-color: #147fcb !important;
    }

.mailchimp-bg {
    background-color: #2c9ab7 !important;
}

    .mailchimp-bg:hover, .mailchimp-bg:focus {
        background-color: #2789a2 !important;
    }

.myspace-bg {
    background-color: #000000 !important;
}

    .myspace-bg:hover, .myspace-bg:focus {
        background-color: black !important;
    }

.netflix-bg {
    background-color: #e50914 !important;
}

    .netflix-bg:hover, .netflix-bg:focus {
        background-color: #cc0812 !important;
    }

.ning-bg {
    background-color: #75af42 !important;
}

    .ning-bg:hover, .ning-bg:focus {
        background-color: #699c3b !important;
    }

.path-bg {
    background-color: #ee3423 !important;
}

    .path-bg:hover, .path-bg:focus {
        background-color: #e62412 !important;
    }

.patreon-bg {
    background-color: #e6461a !important;
}

    .patreon-bg:hover, .patreon-bg:focus {
        background-color: #d03f17 !important;
    }

.paypal-bg {
    background-color: #003087 !important;
}

    .paypal-bg:hover, .paypal-bg:focus {
        background-color: #00276e !important;
    }

.photobucket-bg {
    background-color: #0ea0db !important;
}

    .photobucket-bg:hover, .photobucket-bg:focus {
        background-color: #0c8ec3 !important;
    }

.pinterest-bg {
    background-color: #bd081c !important;
}

    .pinterest-bg:hover, .pinterest-bg:focus {
        background-color: #a50718 !important;
    }

.product-hunt-bg {
    background-color: #da552f !important;
}

    .product-hunt-bg:hover, .product-hunt-bg:focus {
        background-color: #cb4924 !important;
    }

.quora-bg {
    background-color: #a82400 !important;
}

    .quora-bg:hover, .quora-bg:focus {
        background-color: #8f1f00 !important;
    }

.rdio-bg {
    background-color: #007dc3 !important;
}

    .rdio-bg:hover, .rdio-bg:focus {
        background-color: #006daa !important;
    }

.reddit-bg {
    background-color: #ff4500 !important;
}

    .reddit-bg:hover, .reddit-bg:focus {
        background-color: #e63e00 !important;
    }

.rss-bg {
    background-color: #f26522 !important;
}

    .rss-bg:hover, .rss-bg:focus {
        background-color: #ed560e !important;
    }

.salesforce-bg {
    background-color: #1798c1 !important;
}

    .salesforce-bg:hover, .salesforce-bg:focus {
        background-color: #1486aa !important;
    }

.scribd-bg {
    background-color: #1a7bba !important;
}

    .scribd-bg:hover, .scribd-bg:focus {
        background-color: #176ca4 !important;
    }

.shopify-bg {
    background-color: #96bf48 !important;
}

    .shopify-bg:hover, .shopify-bg:focus {
        background-color: #89b03e !important;
    }

.skype-bg {
    background-color: #00aff0 !important;
}

    .skype-bg:hover, .skype-bg:focus {
        background-color: #009cd7 !important;
    }

.slack-bg {
    background-color: #6ecadc !important;
}

    .slack-bg:hover, .slack-bg:focus {
        background-color: #59c2d7 !important;
    }

.slideshare-bg {
    background-color: #0077b5 !important;
}

    .slideshare-bg:hover, .slideshare-bg:focus {
        background-color: #00669c !important;
    }

.soundcloud-bg {
    background-color: #ff8800 !important;
}

    .soundcloud-bg:hover, .soundcloud-bg:focus {
        background-color: #e67a00 !important;
    }

.spotify-bg {
    background-color: #2ebd59 !important;
}

    .spotify-bg:hover, .spotify-bg:focus {
        background-color: #29a84f !important;
    }

.squarespace-bg {
    background-color: #222222 !important;
}

    .squarespace-bg:hover, .squarespace-bg:focus {
        background-color: #151515 !important;
    }

.stackoverflow-bg {
    background-color: #fe7a15 !important;
}

    .stackoverflow-bg:hover, .stackoverflow-bg:focus {
        background-color: #f86c01 !important;
    }

.stripe-bg {
    background-color: #00afe1 !important;
}

    .stripe-bg:hover, .stripe-bg:focus {
        background-color: #009bc8 !important;
    }

.stumbleupon-bg {
    background-color: #eb4924 !important;
}

    .stumbleupon-bg:hover, .stumbleupon-bg:focus {
        background-color: #e13b15 !important;
    }

.telegram-bg {
    background-color: #0088cc !important;
}

    .telegram-bg:hover, .telegram-bg:focus {
        background-color: #0077b3 !important;
    }

.tumblr-bg {
    background-color: #35465c !important;
}

    .tumblr-bg:hover, .tumblr-bg:focus {
        background-color: #2c3a4c !important;
    }

.twitch-tv-bg {
    background-color: #6441a5 !important;
}

    .twitch-tv-bg:hover, .twitch-tv-bg:focus {
        background-color: #593a93 !important;
    }

.twitter-bg {
    background-color: #55acee !important;
}

    .twitter-bg:hover, .twitter-bg:focus {
        background-color: #3ea1ec !important;
    }

.vimeo-bg {
    background-color: #162221 !important;
}

    .vimeo-bg:hover, .vimeo-bg:focus {
        background-color: #0c1312 !important;
    }

.vine-bg {
    background-color: #00b488 !important;
}

    .vine-bg:hover, .vine-bg:focus {
        background-color: #009b75 !important;
    }

.wechat-bg {
    background-color: #7bb32e !important;
}

    .wechat-bg:hover, .wechat-bg:focus {
        background-color: #6d9f29 !important;
    }

.whatsapp-bg {
    background-color: #43d854 !important;
}

    .whatsapp-bg:hover, .whatsapp-bg:focus {
        background-color: #2ed441 !important;
    }

.yahoo-bg {
    background-color: #410093 !important;
}

    .yahoo-bg:hover, .yahoo-bg:focus {
        background-color: #36007a !important;
    }

.youtube-bg {
    background-color: #cd201f !important;
}

    .youtube-bg:hover, .youtube-bg:focus {
        background-color: #b71d1c !important;
    }

.profile-right .heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.awards {
    margin-bottom: 50px;
}

    .awards div[class^="col-"] {
        text-align: center;
    }

.award-item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: center;
    margin-bottom: 30px;
}

    .award-item .hexagon {
        margin: 35px 0;
    }

.hexagon {
    width: 100px;
    height: 55px;
    background: #ececec;
    position: relative;
}

    .hexagon:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #ececec;
    }

    .hexagon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #ececec;
    }

.award-icon {
    font-size: 36px;
    line-height: 1.5em;
}

ul.activity-timeline > li {
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

    ul.activity-timeline > li .activity-icon {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        float: left;
        width: 34px;
        height: 34px;
        background-color: #ffbc0d;
        font-size: 16px;
        color: #fff;
        line-height: 34px;
        text-align: center;
        margin-right: 10px;
    }

    ul.activity-timeline > li > p {
        margin-bottom: 0;
        padding-left: 40px;
    }

    ul.activity-timeline > li .timestamp {
        margin-left: 5px;
        font-size: .85em;
        color: #a3a3a3;
    }

    ul.activity-timeline > li:after {
        content: "";
        display: block;
        border-left: 1px solid #eaeaea;
        width: 1px;
        height: 100px;
        position: absolute;
        top: 5px;
        left: 16px;
        z-index: -1;
    }

    ul.activity-timeline > li:last-child:after {
        display: none;
    }

.project-table .progress {
    margin-bottom: 0;
}

.project-table .progress-bar {
    font-size: 10px;
}

.project-table > tbody > tr > td {
    padding: 12px 8px;
}

    .project-table > tbody > tr > td .avatar {
        width: 22px;
        border: 1px solid #CCC;
    }

.panel-subtitle {
    color: #999999 !important;
    font-size: 13px;
    line-height: normal !important;
    margin-top: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul.list-justify > li {
    margin-bottom: 5px;
}

.col-md-4 span {
    float: right;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

    .col-md-4 span .bmd-form-group {
        padding-top: 0;
    }

.margin-top-30 {
    margin-top: 30px
}
/*# sourceMappingURL=main.css.map */
/*Discussion topic and survey*/
.discussion-body {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.discussion-footer {
    border-top: solid 1px #eeeeee;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, .1);
    padding: 15px 10px;
}

.btn-bx-txt {
    font-size: 13px;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.btn-bx {
    width: 170px;
    height: auto;
    margin: auto;
    border: solid 1px #cccccc;
    color: #666;
    border-radius: 5px;
    transition: all ease-in .3s;
    padding-bottom: 18px;
    cursor: pointer;
    margin-top: 10px;
}

    .btn-bx:hover {
        border: solid 1px #db2937;
    }

.discussion-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
    color: #000000;
}

.discussion-subtitle {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}

.message-input {
    border-top: solid 1px #eeeeee;
}

.vid-box {
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
}

.menu-txt {
    font-size: 20px;
    font-weight: 500;
}

.menu-bx {
    width: auto;
    cursor: pointer;
    float: right;
    background-color: transparent !important;
    margin-right: 20px;
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.circle1 {
    height: 43px;
    min-width: 43px;
    border-radius: 43px;
    border: solid 1px #eee;
    display: inline-block;
    text-align: center;
}

.circle2 {
    height: 35px;
    min-width: 35px;
    border-radius: 35px;
    border: solid 1px #eee;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 3px;
}

.text-align-right {
    text-align: right;
}

.disc-bx1 {
    float: left;
    width: calc(100% - 50px);
}

.disc-bx2 {
    float: right;
    width: 50px;
}

.disc-title {
    line-height: 3em;
}

.chat-date {
    clear: both;
    margin: 15px 15px 5px 0px;
    padding-top: 20px;
    padding-left: 15px;
    color: #999;
    text-align: left;
}

.chat-line {
    border-top: 1px solid #eee;
    width: 94%;
    display: inline-block;
}

.play-btn {
    height: auto;
    padding: 0 20px;
    border-radius: 100px;
    border: solid 1px #eee;
    display: inline-block;
    text-align: center;
    line-height: 2.8em;
    cursor: pointer;
    font-size: 14px;
    margin-top: 3px;
    background-color: #ffffff;
}

.play-icon {
    color: #db2937;
}

.play-link {
    color: #000000;
}

.survey-quest {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

.survey-bx1 {
    float: left;
    width: 50%;
}
/*END*/
/*COMING SOON*/
.comming-soon {
    font-weight: 900;
    margin-bottom: 0;
    color: #db2937;
    font-size: 40px;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.padding-top-0 {
    padding-top: 0px;
}
/*END*/
#hero-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
}

    #hero-wrapper .carousel-wrapper, #hero-carousel {
        height: 100%;
        width: 100%;
        position: absolute;
    }

        #hero-carousel img {
            left: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            max-width: none;
            width: auto;
            height: auto;
        }

        #hero-carousel i {
            position: absolute;
            top: 50%;
        }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.white-bx .fancy-checkbox input[type="checkbox"] + span:before {
    border-radius: 50px;
}

.white-bx .fancy-checkbox input[type="checkbox"]:checked + span:before {
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 10px;
    text-stroke: .5px #000;
    -webkit-text-stroke: .5px #000;
    -moz-text-stroke: .5px #000;
    -ms-text-stroke: .5px #000;
    -o-text-stroke: .5px #000;
    color: #dddddd;
    text-align: center;
    line-height: 16px;
    background: #000;
    border: 1px solid #dddddd;
    border-radius: 50px;
}

.poll-radio span {
    font-size: 14px !important;
    color: #ffffff !important;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    color: #000000;
}

#frame #sidepanel #contacts ul li.contact.active {
    border-left: 0 !important;
}

.form-txt {
    margin-bottom: 0;
    margin-top: 10px;
    color: #666666;
}

.form-check .form-check-label {
    color: #333333;
    font-size: 14px;
    line-height: normal;
}

.form-check {
    margin-top: 20px;
    margin-bottom: 10px;
}

select.form-control:not([size]):not([multiple]) {
    background-image: url("../../assets/img/drop-arrow.png");
    background-size: auto;
    background-position: right 13px top 14px;
}

.modal-open {
    overflow: hidden;
    z-index: 2000;
}
/*t&c start*/
.container_box {
    line-height: normal;
    padding: 20px;
    background-color: #ffffff;
}

    .container_box p {
        font-size: 14px;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .container_box p em {
            font-weight: bold;
            font-size: 14px;
        }

    .container_box h3 {
        font-size: 18px;
        line-height: normal;
        color: #333333;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 30px;
    }

.terms_box {
    font-size: 20px;
    line-height: normal;
    color: #db2937;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.container_box a {
    color: #db2937;
    text-decoration: none;
}

    .container_box a:link {
        color: #db2937;
        text-decoration: none;
        transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -webkit-transition: all .5s
    }

    .container_box a:visited {
        text-decoration: none
    }

    .container_box a:hover {
        text-decoration: underline;
        color: #b51522
    }

    .container_box a:active {
        text-decoration: none
    }

.content ul {
    color: #000000;
    font-weight: 400;
}

    .content ul li {
        list-style-image: url(../../assets/img/bullet.svg);
        padding-bottom: 10px;
        padding-left: 5px;
        font-size: 14px;
    }

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: rgba(219, 41, 55, .7);
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    border-radius: 3px;
    transition: all ease-in .3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

    #myBtn:hover {
        background: rgba(219, 41, 55, 1);
    }

.container_box p strong {
    font-weight: bold;
    font-size: 16px;
}

.popup-overlay {
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    overflow-y: auto;
}

.popup-main {
    position: absolute;
    z-index: 3001;
    width: 600px;
    height: auto;
    left: 50%;
    margin-left: -300px;
    margin-bottom: 20px;
    top: 100px;
    padding: 20px;
    background: #ffffff;
    border-top: solid 3px #db2937;
}

.popup-header {
    padding-bottom: 15px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 20px;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
}

.modal-dialog .modal-header {
    color: #000000;
    background-color: #ffbc0d;
    border-radius: 0;
}

.modal-header {
    padding: .8rem;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.modal-dialog .modal-content {
    border-radius: 10px;
}


.email-icn {
    background-image: url("../../assets/img/email.svg") !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: left 10px top 9px;
    padding-left: 40px;
    background-size: 20px !important;
}

.password-icn {
    background-image: url("../../assets/img/lock.svg") !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: left 10px top 9px;
    padding-left: 40px;
    background-size: 20px !important;
}

.user-icn {
    background-image: url("../../assets/img/user.svg") !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: left 10px top 9px;
    padding-left: 40px;
    background-size: 20px !important;
}

.phone-icn {
    background-image: url("../../assets/img/phone.svg") !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: left 10px top 9px;
    padding-left: 40px;
    background-size: 20px !important;
}

.name-icn {
    background-image: url("../../assets/img/name.svg") !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: left 10px top 9px;
    padding-left: 40px;
    background-size: 20px !important;
}

.bmd-form-group {
    padding-top: 5px;
}

.separation {
    margin-top: 20px;
    float: left;
    width: 100%;
}

#notifdata {
    padding-left: 0;
}

    #notifdata li {
        list-style-image: none;
    }

.title {
    color: #333333;
}

.ep-img-new {
    width: 520px;
    margin: 20px auto;
    max-width: 80%;
}

.ep-img {
    width: 100px;
    margin: auto;
    margin-top: 50px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 9009;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../../assets/img/loader.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.reset-pass-box {
    width: 300px;
    margin: auto;
    max-width: 100%;
}

.reset-password-main {
    width: 600px;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    margin: auto;
}

.circle-point {
    height: 35px;
    min-width: 35px;
    border-radius: 35px;
    border: solid 1px #eee;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: 3px;
    float: right;
    margin-top: 7px;
}

.point-text-main {
    float: right;
    margin-left: 5px;
}

.brand-text-box {
    font-size: 12px;
    color: #000;
    float: right;
    padding-top: 8px;
    font-weight: normal;
    padding-right: 5px;
}
/*T&C start*/
button.accordion {
    background-color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    transition: 0.4s;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 15px 10px;
    width: 100%;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
}

    button.accordion.active, button.accordion:hover {
        background-color: #ffbc0d;
    }

    button.accordion:after {
        content: '\02795';
        font-size: 14px;
        color: #333;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: "\2796";
    }

.container_box .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

    .container_box .panel.show {
        opacity: 1;
        max-height: 50000px;
        padding: 10px 15px;
    }

.container_box {
    float: left;
    height: auto;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 0;
}

    .container_box .panel ul {
        color: #000000;
        font-weight: 400;
        padding-left: 20px;
    }

        .container_box .panel ul li {
            list-style-image: url(../../assets/img/bullet.svg);
            padding-bottom: 10px;
            padding-left: 5px;
            font-size: 14px;
        }

    .container_box .panel {
        box-shadow: none !important;
    }

.main {
    min-height: auto;
    padding-top: 0;
    margin-top: 60px;
}

.upload-picture {
    border: solid 1px #dddddd;
    padding: 15px;
    text-align: center;
    background-color: #ffffff;
    transition: all ease-in .3s;
    cursor: pointer;
    width: 100%;
    float: left;
    text-decoration: none;
}

    .upload-picture:hover {
        background-color: #ffbc0d;
    }
/*T&C End*/
/*coupon list page start*/
.coup-title {
    line-height: 3em;
}

.selectpicker-filter {
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
    background-repeat: no-repeat;
    background-position: right top 8px;
    height: auto;
    background-color: #ffffff;
    width: 140px;
    text-align: center;
    border-radius: 3px;
    padding: 7px;
    margin-top: 5px;
    cursor: pointer;
    background-size: 8px;
}

.header_txt {
    color: #666666;
}

.coupon-small {
    width: 150px;
    height: 75px;
    float: left;
    border: 1px solid #aaaaaa;
}

.list-box-div {
    float: left;
    padding: 15px;
    background-color: #eeeeee;
    width: 100%;
    margin-bottom: 30px;
    border: solid 2px #eeeeee;
    transition: all ease-in .3s;
}

.padding-bottom-space {
    padding-bottom: 70px;
}

.list-box-div:hover {
    border: solid 2px #db0007;
}

.redeemed-box:hover {
    border: solid 2px #eeeeee;
}

.couponlist-txt-box {
    width: 100%;
    padding-left: 165px;
}

.copon-list-heading {
    color: #000000;
    font-size: 1.45rem;
    float: left;
    font-weight: normal;
    padding-top: 5px;
}

.valid-txt-box {
    font-size: 13px;
    color: #666666;
    float: left;
    margin-bottom: 5px;
}

.coupon-head {
    font-size: 20px;
    color: #000000;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 13px;
}

.redeemed-txt {
    font-size: 13px;
    color: #ffffff;
    background-color: #666666;
    float: right;
    height: 25px;
    padding: 7px 10px;
    margin-top: -17px;
    margin-right: -17px;
    width: 95px;
    text-align: center;
}

.redeemed-head-txt {
    color: #999999;
}

.redeemed img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.lan-btn {
    color: #999999;
    text-decoration: none;
    font-size: 14px;
}

    .lan-btn:hover {
        color: #bf0c0c;
        text-decoration: none;
    }

.thank-you1 {
    color: #ffbc0d;
    font-size: 1.8rem;
    padding: 10px 0;
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.thank-you-sub1 {
    color: #333333;
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    line-height: 1.45rem;
}

.thankyou-sub-ar {
    color: #333333;
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    direction: rtl;
    line-height: 1.45rem;
}

.coupon {
    margin: auto;
    width: 400px;
}

.btn-box-new {
    width: 130px;
    margin: auto;
    margin-top: 40px;
}

.full-receipt {
    margin: auto;
    width: 310px;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.receipt-full-sub-text {
    font-weight: bold;
    font-size: 2rem;
    padding: 40px 0;
    float: left;
    width: 100%;
}

.coupon-bg {
    background-image: url(../images/coupon-art.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.sldr-main {
    margin: auto;
    width: 600px;
    margin-top: 15%;
}

.border-slider {
    float: left;
    width: 100%;
    height: 15px;
    background-image: url(../images/border.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

.cir-sldr {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #cccccc;
    margin-left: 50px;
    cursor: pointer;
    transition: all ease-in .3s;
}

    .cir-sldr:hover {
        background-color: #999999;
    }

.emoji-sldr {
    float: left;
    width: 60px;
    height: 60px;
    margin-left: -23px;
    margin-top: -24px;
}

.sldr-number {
    position: absolute;
    color: #000000;
    font-size: 22px;
    margin-top: -60px;
}

.voucher_txt_main_box {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #ffbc0d;
    box-sizing: border-box;
}

.voucher_txt {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    background-color: #eeeeee;
    text-align: center;
    box-sizing: border-box;
}

.cpncde {
    margin: auto;
    width: 220px;
}

.voucher_heading_txt {
    width: 100%;
    height: auto;
    color: #333333;
    padding-top: 5px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
    text-align: center;
}

.voucher_txt_box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    color: #db0007;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    background-color: #FFF;
    margin: 5px auto 0;
}

.coupon-normal {
    margin: auto;
    width: 500px;
    max-width: 100%;
}

    .coupon-normal img {
        display: block;
    }

.claim-title {
    font-size: 20px;
    color: #db0007;
    margin: 5px 0 0;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.enterpin-bx {
    width: 200px;
    margin: 0 auto;
}

.enterpin-icn {
    background-image: url(../../assets/img/pin-code.svg) !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: left 10px top 9px;
    padding-left: 40px;
    background-size: 20px !important;
}

.popup-main canvas {
    width: 1360px;
    height: 882px;
    left: -380px;
}

.so-ty {
    font-size: 14px;
    text-align: center;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 20px;
}

.coupon-body {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
/*coupon list page End*/

.notification-circle-chat {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    position: absolute;
    margin-top: -3px;
    background-color: #db2937;
    left: 50%;
    margin-left: 6px;
}

#frame #sidepanel #contacts ul li.contact .wrap {
    position: relative;
}

.login .navbar-brand img {
    width: 100px;
}

.multi-bx-dv {
    text-align: center;
    width: 100%;
    float: left;
}

.img-bx-btn {
    background-color: #ffffff;
    padding: 10px;
    border: solid 2px #eeeeee;
    transition: all ease-in .3s;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    width: 250px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    margin-left: 5px;
    margin-right: 5px;
    color: #333333 !important;
    display: inline-block;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}

    .img-bx-btn:hover, .img-bx-btn:active, .img-bx-btn:focus {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        border: solid 2px #e4402b;
        color: #e4402b !important;
    }


/*inner page start*/

.item-box {
    width: 100%;
    float: left;
}

.menu-item-img {
    background-image: url("../../assets/img/trust.png");
    background-size: cover;
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background-position: center;
}

.favorite-icn {
    width: auto;
    height: 50px;
    margin-top: 20px;
    padding: 0 20px;
    padding-right: 30px;
    float: left;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #f5c64d;
    transition: all ease-in .3s;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #ffffff;
    box-shadow: 10px 0px 10px rgb(0 0 0 / 20%);
}



.favorites-head {
    color: #38312D;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.item-price {
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
}

.blog-header-img {
    width: 100%;
    height: 300px;
    background-image: url("../../assets/img/Picture3.png");
    /*background-size: cover;*/
    float: left;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #eee;
}

.heading-blog {
    font-size: 1.5rem;
    float: left;
    width: 100%;
    font-weight: 800;
    /* background-image: url(../../assets/img/Line-heading.png);
    background-repeat: no-repeat;
    background-position: bottom left;*/
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 20px;
}

.heading-blog-div {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 800;
    /* background-image: url(../../assets/img/Line-heading.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 20px;*/
    padding-top: 20px;
    float: left;
    width: 100%;
    line-height: normal;
}

.aligner-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}

.chart-box-div {
    width: 600px;
    max-width: 100%;
    margin: auto;
}

.yellow {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    padding-right: 30px;
    float: left;
    background-color: #f5c64d;
    transition: all ease-in .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #ffffff;
}

footer ul li a {
    font-size: 14px;
}

.card .card-body, .card .card-footer {
    padding: 1.4rem;
}

.items-main-box {
    width: 100%;
    float: left;
    overflow: auto;
    border-radius: 10px;
}

.items-scroll-box {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    float: left;
    display: flex;
}

.form-control {
    border: 1px solid #ddd;
}

.item-box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .item-box .btn {
        margin-bottom: 0;
    }

.afinity-bg {
    background-image: url("../../assets/img/Affinity.jpg");
}

.family-bg {
    background-image: url("../../assets/img/family.png");
}

.value-bg {
    background-image: url("../../assets/img/Value.jpg");
}

.convenience-bg {
    background-image: url("../../assets/img/Convenience.png");
}

.food-bg {
    background-image: url("../../assets/img/food.png");
}

.item-box .card {
    border-radius: 10px;
}

.circle-ic {
    width: 45px;
    height: 45px;
    border: solid 1px #ffc600;
    float: left;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc600;
    font-size: 20px;
}

.pad-2 {
    float: left;
    margin-left: 10px;
    width: calc(100% - 55px);
    font-size: 1rem !important;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}



.item-box P {
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 40px;
    -webkit-line-clamp: 2;
}

.item-box-details P {
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 40px;
}

.full-pge p {
    font-size: 1rem;
    line-height: 1.5;
    float: left;
    width: 100%;
}

.full-pge li {
    font-size: 1.2rem;
    line-height: normal;
    margin-bottom: 10px;
}

.full-pge-about p {
    font-size: 1.1rem;
    line-height: normal;
}

.Contagious-bg {
    background-image: url("../../assets/img/Picture3.png");
}


.img-small-box {
    width: 40%;
    height: 80px;
    margin-bottom: 20px;
    background-image: url("../../assets/img/trust.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    float: left;
    background-position: center;
}

.campaign-head {
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-weight: 800;
}

.red-text {
    color: #db2937;
    transition: all ease-in .3s;
}

    .red-text:hover {
        color: #a90916;
    }

.font-weight-bold {
    font-weight: bold !important;
}

.sub-txt-main-box {
    float: left;
    width: 60%;
    padding-left: 20px;
}

.camp-sub-txt {
    font-size: .8rem !important;
    line-height: normal;
    height: auto;
}



/*inner page end*/


/* Home page */



header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9000;
    height: 92px;
    /*box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);*/
}

.mt-92 {
    margin-top: 92px !important;
}

header .container {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

header .logo {
    width: auto;
}

.logo img {
    width: 60px;
}

.search {
    padding-left: 20px;
    padding-right: 20px;
}

    .search input[type="search"] {
        background: #EEEEEE url(../../assets/img/search.svg) no-repeat 96% center;
        border: none;
        width: 480px;
        padding: 16px 50px 12px 30px;
        border-radius: 50px;
        font-size: 1.143em;
        color: #7B7B7B;
        line-height: normal;
    }

.my-account {
    position: relative;
    float: right;
}

    /*.my-account a {
    font-size: 1.143em;
    background: url(../../assets/img/user-acount.svg)  no-repeat 0 0/44px auto;
    padding: 12px 0 12px 55px;
    line-height: 20px;
    display: inline-block;
}*/

    .my-account img {
        margin-right: 10px;
    }

/*.my-account a:after {
    background: url(../../assets/img/down-arrow.svg) no-repeat;
    border: none;
    content: "";
    width: 16px;
    height: 8px;
    top: 3px;
    position: relative;
}*/

.dropdown-menu a {
    padding: .75rem 1.25rem .75rem .75rem;
    width: 100%;
    border-radius: 5px;
    float: left;
}

.my-account-btn {
    font-size: 1.143em;
    background: url(../../assets/img/user-acount.svg) no-repeat 0 0/44px auto;
    padding: 12px 0 12px 55px;
    line-height: 20px;
    display: inline-block;
}

    .my-account-btn:after {
        background: url(../../assets/img/down-arrow.svg) no-repeat;
        border: none;
        content: "";
        width: 16px;
        height: 8px;
        top: 3px;
        position: relative;
    }

.my-account .dropdown-menu {
    width: 100%;
    left: 0 !important;
    padding: 5px;
    top: 57px !important;
}

    .my-account .dropdown-menu.hiding {
        display: none;
    }

    .my-account .dropdown-menu.show {
        display: block;
    }

nav.navbar {
    background: #ffbc0d !important;
    padding: 0;
    color: #000;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    position: fixed;
    top: 90px;
    z-index: 8000;
    width: 100%;
}

.login nav.navbar {
    background: transparent !important;
}

.navbar-toggler {
    display: none;
}

.navbar-collapse {
    justify-content: center;
}

nav ul {
    list-style: none;
}

nav li a {
    padding: 20px 30px;
    display: inline-block;
    line-height: normal;
    font-size: 1.143em;
    position: relative;
}

nav li.active a {
    font-weight: 700;
}

    nav li.active a:after {
        content: "";
        height: 4px;
        background: #DB0007;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

/* Header end */

.hero-banner {
    padding: 0;
    height: calc(100vh - 150px);
    width: 100%;
    overflow: hidden;
    margin-top: 150px;
}


    .hero-banner video {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }


    .hero-banner h1.title {
        color: #fff;
        font-size: 3.4em;
        margin: 0 0 20px;
    }

    .hero-banner p {
        color: #fff;
        font-size: 1.5em;
        line-height: normal;
    }

    .hero-banner .content {
        width: 70%;
        margin: auto;
    }

/* Banner end */

.page-content {
    margin: 30px 0;
}

.insights .inner {
    height: 500px;
    overflow: hidden;
}

    .insights .inner video {
        width: auto;
        height: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }


.menu-management {
    height: 250px;
    padding-bottom: 15px;
}

    .menu-management .inner {
        height: 100%;
        overflow: hidden;
    }

        .menu-management .inner video {
            width: 100%;
            height: auto;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

.creative-excellence {
    height: 250px;
    padding-top: 15px;
}

    .creative-excellence .inner {
        height: 100%;
        overflow: hidden;
    }

        .creative-excellence .inner video {
            width: 100%;
            height: auto;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

.ad-library {
    height: 280px;
    margin-top: 30px;
}

    .ad-library .inner {
        height: 100%;
        overflow: hidden;
    }

        .ad-library .inner video {
            width: 100%;
            height: auto;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }


.block .inner {
    position: relative;
}

.block .cta {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.cta a {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    padding: 12px 35px 14px;
    vertical-align: middle;
    /* display: flex; */
    align-items: center;
    display: inline-block;
    justify-content: center;
    border-radius: 50px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.block a:hover {
    background-color: #db2937;
}

.input-group-append {
    margin-left: -1px;
    border: 1px solid #ddd;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}


/* Content end */

footer {
    position: static;
    text-align: left;
    padding-top: 40px;
    display: block;
}

footer {
    color: #ddd;
}

    footer .logo {
        float: none;
    }


    footer p {
        color: #ddd;
    }

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

    .footer-menu li {
        flex-basis: 50%;
        background: url(../../assets/img/back.svg) no-repeat 0 center;
        padding-left: 20px;
    }

.footer-bottom {
    border-top: 1px solid #4D4D4D;
    margin-top: 25px;
    padding: 25px 0;
}

.img-icn-box {
    width: 25px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

    .img-icn-box img {
        width: 100%;
    }

.ic-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000000;
}

.gallery-title {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.side-btn {
    float: left;
    width: 100%;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    background-image: url("../../assets/img/right-arrow.svg");
    background-size: 18px;
    padding: 10px 0 10px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 7px;
}

.side-btn-new {
    float: left;
    width: auto;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../../assets/img/right-arrow.svg);
    background-size: 14px;
    padding: 0px 0 0px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0px;
    margin-right: 30px;
}

.side-btn.active {
    color: #db2937;
}

.side-btn-new.active {
    color: #db2937;
}
/* Footer end */

/* Home page end */


/* Campaign */
body.innerPages {
    background: #f8f8f8;
}

h1.titile {
    font-size: 2rem;
    margin: 0 0 25px;
}

.campaign-details {
    padding-bottom: 25px;
    margin-bottom: 5px;
}

    .campaign-details h3 {
        margin: 0;
        font-size: 1.5rem;
    }

.campaign h2 {
    line-height: normal;
    font-size: 2em;
}

.rating ul {
    display: flex;
    padding: 20px;
    margin: 20px 0;
}

.rating li {
    text-align: center;
    list-style: none;
    padding: 10px 2px;
    transition: all ease .3s;
    cursor: default;
    flex-basis: 100%;
}

    .rating li:hover {
        transform: scale(1.2);
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
        border-radius: 6px;
        background: #f8f8f8;
    }

    .rating li img {
        width: 50px;
    }

    .rating li h4 {
        margin: 8px 0 5px;
        font-size: 12px;
        line-height: normal;
    }

    .rating li p {
        margin: 0;
        line-height: normal;
        font-size: 12px;
    }

.comments textarea {
    width: 100%;
    padding: 5px;
}

.table-box {
    width: 100%;
    float: left;
    overflow-x: auto;
}

.location {
    font-size: 1rem;
}

.table-new td {
    font-size: .9rem;
    padding: 8px 15px;
    background-color: rgb(238, 238, 238);
    border: 2px solid rgb(255, 255, 255);
}

.table td, .table th {
    padding: 10px !important;
    width: auto !important;
    vertical-align: top !important;
    line-height: 1.3 !important;
}


.table-new tr th:first-child,
.table-new tr td:first-child {
    width: 10em;
}

.table-new th {
    background-color: #db2937;
    color: #ffffff;
    font-size: .9rem;
    border: 2px solid #ffffff;
    font-weight: bold;
    padding: 8px 15px;
}

.table-responsive {
    display: table;
}

.borrowed th {
    background-color: #cd5e3f;
}

.unclear th {
    background-color: #d06a44;
}

.cliche th {
    background-color: #d17345;
}

.ownable th {
    background-color: #d47c49;
}

.heads-up th {
    background-color: #de9d52;
}

.cutting-edge th {
    background-color: #e2af57;
}

.breake-through th {
    background-color: #eec863;
}

.contagious th {
    background-color: #f0d264;
}

.cultural th {
    background-color: #f1dc67;
}

.card {
    box-shadow: 0 1px 15px 1px rgb(39 39 39 / 10%);
}
/* Campaign end */
/*chart start*/

.page-article #rating_chart .chart_level {
    cursor: pointer;
    font-family: Speedee_Bd,Arial,sans-serif;
}

    .page-article #rating_chart .chart_level .active {
        opacity: 0;
        -webkit-transition: all .4s cubic-bezier(.075,.82,.165,1);
        -o-transition: all cubic-bezier(.075,.82,.165,1) .4s;
        transition: all .4s cubic-bezier(.075,.82,.165,1);
    }

        .page-article #rating_chart .chart_level .active.guessed {
            opacity: 1;
        }

    .page-article #rating_chart .chart_level .active {
        opacity: 0;
        -webkit-transition: all .4s cubic-bezier(.075,.82,.165,1);
        -o-transition: all cubic-bezier(.075,.82,.165,1) .4s;
        transition: all .4s cubic-bezier(.075,.82,.165,1);
    }


.chart_level .active {
    opacity: 0;
    text-transform: uppercase;
    cursor: pointer;
}

    .chart_level .active:hover {
        opacity: 1;
        transition: all ease-in .3s;
    }

#destructiveTable {
    display: none;
}

#borrowedTable {
    display: none;
}

#unclearTable {
    display: none;
}

#clicheTable {
    display: none;
}

#ownableTable {
    display: none;
}

#headsupTable {
    display: none;
}

#cuttingedgeTable {
    display: none;
}

#breakthroughTable {
    display: none;
}

#contagiousTable {
    display: none;
}

#culturalTable {
    display: none;
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.pb-0 {
    padding-bottom: 0;
}


.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 20px;
}

.img-main-div {
    float: left;
    width: 100%;
}

.member-img-box {
    width: 120px;
    max-width: 100%;
    margin: auto;
}

.img-main-div h4 {
    font-size: 1rem;
}

.guidelines-head-text {
    font-size: 1.3rem;
}

.mr-0 {
    margin: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.table-box .heading-blog-div {
    font-size: 1.25rem;
}

.white-inside-bx span {
    color: #946037 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.col-xl-6 .col-md-12 .card-body {
    padding: 0
}

/*Lightbox start*/
.modal .modal-header .close {
    color: #000000;
}

.sub-menu-txt {
    float: left;
    width: auto;
    padding-right: 20px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
    min-height: 22px;
}

.redcolor {
    color: #D8002C;
}

.chr-lmt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
}

.chr-lmt-big {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    float: left;
    padding-right: 20px;
    margin-bottom: 10px;
}

.bd-agency .divider-sp {
    font-size: 1.25rem;
    color: #cccccc;
    font-weight: normal;
    margin: 0 10px;
}

.bd-agency {
    font-size: .95rem;
    color: #DB0007;
    margin-bottom: 20px;
    font-weight: bold;
    width: 100%;
    float: left;
}

.img-media-box {
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-image: url(../../assets/img/backUp.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    float: left;
    background-position: center;
}

.img-gallery-box {
    width: 25px;
    margin-right: 5px;
}

    .img-gallery-box img {
        width: 25px;
    }

p.about-txt {
    color: #333;
    margin-bottom: 20px;
    overflow: visible;
    text-overflow: inherit;
    display: block;
}

.full-width {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #666666;
}

.chr-lmt-big {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    float: left;
    padding-right: 20px;
    margin-bottom: 10px;
}

.clr-gray {
    color: #999999 !important;
    margin-top: 5px;
}

#below-gallery img {
    cursor: pointer;
}

/*Lightbox End*/

.arrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: rgb(219, 41, 55);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    z-index: 8000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all ease-in .3s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .arrow:hover {
        color: rgb(219, 41, 55);
        background: #ffffff;
    }

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
}

.blank-section {
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 0;
}


.blank-div {
    height: 0;
    width: 100%;
    margin-top: -150px;
    float: left;
    background: #345;
}

.modal .modal-dialog  {
    margin-top: 180px;
}

p.guidelines-subtxt {
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: none;
    display: block;
    -webkit-line-clamp: none;
    min-height: 50px;
}


.heading-new-div {
    padding-top: 0;
    text-align: center;
    font-size: 2em !important;
    margin-bottom: 20px;
    color: rgb(224, 30, 44);
}

.number-box {
    width: 50px;
    height: 50px;
    background-color: rgb(224, 30, 44);
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 5px;
    padding-right: 15px;
    padding-bottom: 2px;
}

.sub-txt-p {
    font-size: 1.1em;
}

.scale-main-box {
    width: 560px;
    margin: auto;
}

.scale-boxes {
    width: 140px;
    padding: 5px;
    float: left;
}

.scale-heading {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    background-color: rgb(224, 30, 44);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.scale-sub-text {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
    font-weight: normal;
    background-color: rgb(224, 30, 44);
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 10px;
    line-height: normal;
    min-height: 140px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.heading-creative-scale {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin-top: 30px;
}

    .heading-creative-scale span {
        font-weight: normal;
    }

.pt-4 {
    padding-bottom: 40px;
}

.borrowed {
    background-color: rgb(237, 72, 40);
}

.unclear {
    background-color: rgb(240, 88, 43);
}

.cliche {
    background-color: rgb(237, 100, 45);
}

.ownable {
    background-color: rgb(242, 111, 45);
}

.heads-up {
    background-color: rgb(246, 149, 46);
}

.cutting-edge {
    background-color: rgb(246, 168, 45);
}

.breake-through {
    background-color: rgb(255, 196, 56);
    text-shadow: 0px 0px 5px rgba(125, 95, 2, 0.3);
}

.contagious {
    background-color: rgb(252, 208, 49);
    text-shadow: 0px 0px 5px rgba(125, 95, 2, 0.3);
}

.cultural {
    background-color: rgb(249, 218, 47);
    text-shadow: 0px 0px 5px rgba(125, 95, 2, 0.3);
}

.p-0 {
    padding: 0;
}

.borrowed-clr {
    color: rgb(237, 72, 40);
}

.unclear-clr {
    color: rgb(240, 88, 43);
}

.cliche-clr {
    color: rgb(237, 100, 45);
}

.ownable-clr {
    color: rgb(242, 111, 45);
}

.heads-up-clr {
    color: rgb(246, 149, 46);
}

.cutting-edge-clr {
    color: rgb(246, 168, 45);
}

.breake-through-clr {
    color: rgb(255, 196, 56);
}

.contagious-clr {
    color: rgb(252, 208, 49);
}

.cultural-clr {
    color: rgb(249, 218, 47);
}

.text-lmt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* fallback */
    max-height: 45px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* medium - display 2  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {


    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-control-prev, .carousel-control-next {
    color: #000000;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    top: 40%;
    background-color: transparent !important;
    opacity: 1;
    font-size: 3em;
}

    .carousel-control-next:hover {
        background-color: transparent !important;
        color: #db2937 !important;
    }

    .carousel-control-prev :hover {
        background-color: transparent !important;
        color: #db2937 !important;
    }

.carousel-control-prev {
    margin-left: 0px;
}

.carousel-control-next {
    margin-right: 0px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' stroke='%23db0007' stroke-width='.5' stroke-linecap='round' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' stroke='%23db0007' stroke-width='.5' stroke-linecap='round' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider-box-div {
    width: 800px;
    margin: auto;
    max-width: 100%;
}

.img-btn-class {
    position: relative;
    width: 100%;
}

.img-btn-class-cirlce {
    border: solid 5px #ffffff;
    transition: all ease-in .3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-btn-class img {
    border: solid 5px #ffffff;
    transition: all ease-in .3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.img-btn-class.active img {
    border: solid 5px #ffbc0d !important;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.check-box-img {
    width: 100%;
    padding-top: 100%;
    background-image: url("../../assets/img/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background-size: 60px;
}

.img-btn-class.submited img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.tab-content-bx {
    width: 500px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

    .tab-content-bx img {
        width: 100%;
        border-radius: 20px;
    }

.mt-6 {
    margin-top: 60px;
}

.mb-2 {
    margin-bottom: 20px;
}

.tabcontent {
    display: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.text-lmt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.campaign-details .date {
    font-size: 1.2rem;
}

.carousel-control-next:focus {
    background-color: transparent !important;
    color: #db2937 !important;
}

.carousel-control-prev:focus {
    background-color: transparent !important;
    color: #db2937 !important;
}





.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                width: 150px;
                height: 150px !important;
                margin: auto;
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

@media (min-width: 1200px) {
    .slider-div-new .container {
        width: 800px;
    }
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.gallery-ribbon {
    width: auto;
    height: 40px;
    margin-top: 20px;
    padding: 0 20px;
    padding-right: 30px;
    float: left;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #f5c64d;
    transition: all ease-in .3s;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    color: #ffffff;
    position: absolute;
    left: 15px;
    top: 0;
    box-shadow: 10px 0px 10px rgb(0 0 0 / 20%);
}

.multiCarousel-arrow {
    display: none;
}

.popup-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 800;
    float: left;
    width: 100%;
    line-height: normal;
    color: #DB2937;
}

.popup-text {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}

.alert {
    border-radius: 10px;
    font-size: 16px;
}

.evaluated-icn {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px;
    float: right;
    border-radius: 50px;
    background-color: #55b559;
    transition: all ease-in .3s;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #ffffff;
    box-shadow: 10px 0px 10px rgb(0 0 0 / 20%);
}


.campaign-btn {
    float: right;
    padding: 0 25px;
    background: #000;
    display: flex;
    align-items: center;
    justify-items: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 2px;
    height: 42px;
    margin-right: 20px;
}

    .campaign-btn:hover {
        background: #db2937;
        color: #fff;
    }

.yellow-bg-box label {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    min-height: 40px;
    vertical-align: bottom;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.score-box {
    width: auto;
    height: auto;
    float: left;
    padding: 10px 20px;
    margin-top: 40px;
}

.yellow-bg-box {
    float: right;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #db0007;
    margin-top: 0;
    width: 100px;
}


.select-box-big {
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    font-size: 800;
    font-size: 16px;
    margin: auto;
}

.yellow-bg-box label {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    min-height: 40px;
    vertical-align: bottom;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.yellow-bg {
    background-color: #ffc600;
}

.icon-shape {
    padding: 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.yellow-bg-box select.form-control:not([size]):not([multiple]) {
    background-image: url(../../assets/img/drop-arrow.png);
    background-size: auto;
    background-position: right 13px center;
    padding-right: 30px;
}

.yellow-bg-box textarea {
    min-height: 126px;
    border-radius: 10px !important;
    margin-bottom: 0 !important;
}

.btn-black {
    color: #000000;
    margin-top: 20px;
}

    .btn-black:hover {
        color: #db2937;
    }

.score-box {
    width: 100%;
    height: auto;
    float: right;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 1.143em;
}

.width-100 {
    width: calc(100% - 10px) !important;
    margin: 0 5px !important;
}

.active-camp a {
    border-bottom: #DC293A solid 5px;
    font-weight: 800;
}

.navbar .navbar-nav .nav-item.active-camp .nav-link {
    font-weight: 800;
}

.bg-top {
    background-color: #000000;
}

.top-banner-text {
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.camp-lib-main {
    margin-top: 150px;
}



.legend-by {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    float: left;
    width: auto;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    padding: 0;
    margin-top: 5px;
    margin-right: 0 !important;
}

.press_release__filter-options {
    width: 100%;
    text-align: right;
    margin-top: 0 !important;
    margin-top: .9375rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.press-title {
    border-bottom: 0;
    line-height: normal;
    margin-bottom: 0;
}

.press_release_release-date {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.press_release-img {
    width: 100%;
    height: 240px;
    background-image: url(../../assets/img/Picture3.png);
    background-size: cover;
    float: left;
    margin-top: 15px;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.article-header-img {
    width: 100%;
    height: 300px;
    background-image: url("../../assets/img/Picture3.png");
    background-size: cover;
    float: left;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.press-p {
    font-size: 14px !important;
}

.red-border {
    border: solid 1px #db2937;
    border-radius: 5px;
    padding: 15px;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
}

.card-body-a {
    color: #db2937;
    transition: all eas-in .3s;
}

    .card-body-a:hover {
        color: #b3111e;
    }

.ulstyle li {
    list-style: none;
}

.ulstyle {
    padding-left: 0px;
}

    .ulstyle li:before {
        content: '';
        background-color: #FFBC0D;
        display: inline-block;
        position: relative;
        height: 6px;
        width: 6px;
        border-radius: 6px;
        margin-right: 10px;
        top: -2px;
    }

@media only screen and (max-device-width: 1440px), only screen and (max-width: 1440px) {
    .login {
        background-position: right -15px top, left bottom 15px;
    }
}

@media only screen and (min-device-width: 1600px), only screen and (min-width: 1600px) {
    .press-p {
        font-size: 1rem !important;
    }
}

.hero-banner-txt {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    padding: 12px 35px 14px;
    vertical-align: middle;
    /* display: flex; */
    align-items: center;
    display: inline-block;
    justify-content: center;
    border-radius: 50px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

slider-next-box {
    z-index: 9000;
}

.slider-next {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #db0007;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #db0007 !important;
    margin-right: 10px;
    background-color: transparent;
    cursor: pointer;
}

    .slider-next:hover {
        border: solid 2px #ffffff;
        transform: scale(1.3);
        background-color: #ffffff;
        -webkit-box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
    }

.start-date {
    font-size: 1rem;
}

.score-tc {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
}

.score-tct {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}



.left-name-bx {
    float: left;
    width: calc(100% - 100px);
    padding-right: 20px;
}

.full-width {
    width: 100%;
    float: left;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}


.hero-banner .carousel-cnt-control-prev, .carousel-cnt-control-next {
    margin-top: -20px;
    top: 0;
    background-color: transparent !important;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #db0007;
    font-size: 24px;
    color: #db0007 !important;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

    .hero-banner .carousel-cnt-control-prev:hover, .hero-banner .carousel-cnt-control-next:hover {
        border: solid 2px #ffffff;
        transform: scale(1.3);
        background-color: #ffffff !important;
        -webkit-box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.06);
    }


.hero-banner .carousel-item img {
    ​​​object-fit: cover;
    height: calc(100vh - 150px);
    overflow: hidden
}

​​​
.hero-banner .carousel {
    height: calc(100vh - 150px);
}

.slider-next-box {
    position: absolute;
    width: 100px;
    left: 50px;
    bottom: 5%;
}

.mea-creative {
    color: #00000;
    font-weight: 800;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 22px;
    display: block;
}




.right-slider-div {
    width: 100%;
    height: calc(100vh - 150px);
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
    padding: 20px 50px;
    padding-top: 50px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    background: #ffbc0d;
    border-radius: 50px;
}



.carousel .carousel-indicators .active {
    background: #db0007;
}



.carousel .carousel-indicators li, .carousel .carousel-indicators .active {
    margin: 10px 8px;
}

.img-st {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #000000;
    float: left;
    height: calc(100vh - 150px);
}

    .img-st img {
        width: auto;
        height: auto !important;
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

.audio-bx {
    float: left;
    width: auto;
    max-width: 100%;
}

    .audio-bx button {
        margin-left: 10px;
    }

audio {
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
}

video {
    background-color: #000000 !important;
}

.modal-container {
    width: 100%;
    padding-left: 150px;
    background-image: url(../../assets/img/FizzyToken.gif);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left -100px center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-head-div {
    background-image: url(../../assets/img/pattern-bg.png);
    background-size: cover;
    float: left;
    width: 100%;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
    min-height: 135px;
}

.box-head-txt-st {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.5;
}

.box-head-div-btn-bx {
    background-color: #ffffff;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    width: 100%; /*box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);*/
    border: solid 1px #ffbc0d;
    background-image: url("../../assets/img/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: left 17px center;
    background-size: 30px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.a-link {
    color: #db0000;
}

    .a-link:hover {
        text-decoration: underline;
    }

.bullet-nmbr {
    width: 60px;
    padding-right: 15px;
    float: left;
}

.point-txt-dv {
    float: left;
    width: calc(100% - 75px);
    font-weight: bold;
    font-size: 1.3rem;
    padding-top: 12px;
}

ul ol {
    padding-left: 20px !important;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #db0007;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}



    #myBtn:hover {
        background-color: #555;
    }

html {
    scroll-behavior: smooth;
}

.al-cntr {
    width: 600px;
    max-width: 100%;
    padding-bottom: 40px;
    padding-top: 10px;
    margin: auto;
}

#Insight {
    padding-top: 0px;
}

#creative-scale {
    padding-top: 0px;
}

#Brand-Impact {
    padding-top: 0px;
}

.header-box-dv {
    background-color: #ffc600;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    float: left;
    width: 100%;
}

.leader-cnt {
    width: 100%;
    height: 450px;
    float: left;
    overflow-y: auto;
    background: #ffffff;
    padding: 0;
    background-image: url("../../assets/img/arches_hands.jpg")
}

.leader-board thead tr th {
    color: #ffbc0d;
    font-size: 16px;
    cursor: pointer;
}

.pr-0 {
    padding-right: 0 !important;
}

.leader-board td {
    font-weight: 800;
    font-size: 1rem;
    border: 0;
    padding: 15px;
    color: #ffffff;
}

.yellow-font-bold {
    font-weight: bold;
    color: #ffc600;
}

.red-font-bold {
    font-weight: bold;
    color: #DA291C;
}

header .container-fluid {
    padding-top: 15px;
}

.breadcrumb-item {
    color: #cccccc !important;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .breadcrumb-item a {
        color: #ffc600;
        font-weight: 400;
        text-align: center;
        font-size: 1rem;
        margin-bottom: 0;
        padding: 0 !important;
    }

        .breadcrumb-item a:hover {
            color: #db0007;
        }

nav li.active a:after {
    content: none;
}

nav li.active a {
    font-weight: 400;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0;
    padding-top: 10px;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    line-height: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    margin: 0 5px;
    margin-left: 0;
    font-weight: 600;
}


.yellow-bg-box-ce {
    background: #ffbc0d !important;
    width: 100%;
    padding: 15px;
}

    .yellow-bg-box-ce label {
        color: #000;
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        min-height: 25px;
        vertical-align: bottom;
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }

    .yellow-bg-box-ce select.form-control:not([size]):not([multiple]) {
        background-image: url(../../assets/img/drop-arrow.png);
        background-size: auto;
        background-position: right 13px center;
        padding-right: 30px;
    }

    .yellow-bg-box-ce textarea {
        min-height: 82px;
        border-radius: 10px !important;
        margin-bottom: 20px !important;
    }

.white-bg-box {
    padding: 30px 10px;
    border-radius: 5px;
    border: solid 1px #000000;
    background-color: transparent;
    margin-top: 0;
    width: 100%;
    height: 100%;
}

    .white-bg-box .score-tc {
        color: #000;
        font-weight: 700;
        font-size: 20px;
        float: left;
        width: 100%;
        text-align: center;
    }

    .white-bg-box .score-tct {
        color: #000000;
        font-weight: 700;
        font-size: 90px;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

.bg-black-5 {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.score-wh-100 {
    width: 100%;
    height: 100%;
}

    .score-wh-100 .score-tc {
        line-height: 15px;
    }

.leader-board thead tr th {
    color: #ffbc0d;
    font-size: 16px;
    cursor: pointer;
}

.all-score-box {
    min-height: 87px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .all-score-box .score-tct {
        color: #000000;
        font-weight: 700;
        font-size: 40px;
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .all-score-box .score-tc {
        margin-top: 7px;
    }

.table th {
    color: #db2937;
    line-height: normal;
    border-top: 0;
}

#scores {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in .3s;
}

.min-hgt {
    min-height: 95px;
}

.font-weignt-normal {
    font-weight: normal;
    font-size: 10px;
}


.docu-head {
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 0;
}

.docu-date {
    font-size: 13px;
    color: #666666;
    text-align: center;
}

.docu-descr {
    font-size: 13px;
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}

.table td, th {
    vertical-align: middle !important;
}

.table td {
    vertical-align: middle !important;
    text-align: center !important;
}

.table th {
    vertical-align: middle !important;
    text-align: center !important;
}

/*.table th:first-child {
        text-align: left !important;
    }

.table td:first-child {
    text-align: left !important;
}*/

.yell-bg {
    background-color: #ffc600 !important;
    color: #000000 !important;
}

.red-bg {
    background-color: #db2937 !important;
    color: #ffffff !important;
}


.scale-heading-new {
    padding: 7px 0px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-right: 5px;
    color: #fff;
    border-radius: 10px;
    float: left;
    margin-top: 10px;
    width: 150px
}

.destructive {
    background-color: rgb(224, 30, 44);
}

.one-bg-clr {
    background-color: rgb(224, 30, 44);
}

.two-bg-clr {
    background-color: rgb(237, 72, 40);
}

.three-bg-clr {
    background-color: rgb(242, 111, 45);
}

.four-bg-clr {
    background-color: rgb(252, 208, 49);
}

.five-bg-clr {
    background-color: rgb(249, 218, 47);
}


table {
    table-layout: fixed;
}

.trckr-table td {
    text-align: left !important;
}

.trckr-table th {
    text-align: left !important;
}

    .trckr-table th:nth-child(4) {
        text-align: center !important;
    }

.trckr-table td:nth-child(4) {
    text-align: center !important;
}

.camp-fltr {
    border-radius: 50px;
    border: 0;
    box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
}

.camp-fltr-lbl {
    font-family: 'Speedee_Bd';
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}

.ptrn-bg {
    background-image: url(../img/form-bg.png);
}

.wide {
    width: 100% !important;
}

.title-dv {
    padding-left: 20px;
    padding-bottom: 10px;
}


/***/

.nav-tabs .nav-item .nav-link {
    border: 0 !important;
    color: #999999 !important;
    font-weight: bold;
    text-transform: capitalize !important;
    font-size: 1.2rem;
    transition: all ease-in .3s;
}

    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
        border: 0 !important;
        color: #000000 !important;
        font-weight: bold;
        text-transform: capitalize !important;
        font-size: 1.2rem;
        background-color: transparent !important;
    }

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    border-bottom: solid 5px #ffc600 !important
}

.nav-tabs, .nav-pills {
    border: 0;
}

.nav-link.small.active {
    border-bottom: solid 5px #ffc600 !important;
    color: #000000 !important;
}

.yell-bg-table {
    text-align: center !important;
}

    .yell-bg-table th {
        background-color: #ffc600;
        color: #000000;
        font-size: 13px !important;
    }

        .yell-bg-table th:first-child, .yell-bg-table td:first-child {
            text-align: center !important;
        }

    .yell-bg-table td {
        padding: 5px 0.45rem;
        line-height: normal;
        font-size: 13px !important;
    }

header {
    display: flex;
    align-items: center;
}

.right-search-bx {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-inpt img {
    width: 34px;
    margin: 2px;
}

.is-focused .input-group-append {
    transition: all ease-in .3s;
    border: 1px solid #db0007;
}

.icn-dv {
    margin-left: 15px;
    opacity: .8;
    transition: all ease-in .3s;
}

    .icn-dv:hover {
        opacity: 1;
    }

    .icn-dv img {
        height: 25px;
    }

.nav-tabs .nav-item .nav-link {
    border: 0 !important;
    color: #999999 !important;
    font-weight: bold;
    text-transform: capitalize !important;
    font-size: 1.2rem;
    transition: all ease-in .3s;
}

    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
        border: 0 !important;
        color: #000000 !important;
        font-weight: bold;
        text-transform: capitalize !important;
        font-size: 1.2rem;
        background-color: transparent !important;
    }

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    border-bottom: solid 5px #ffc600 !important
}

.nav-tabs, .nav-pills {
    border: 0;
}

.nav-link.small.active {
    border-bottom: solid 5px #ffc600 !important;
    color: #000000 !important;
}

.yell-bg-table {
    text-align: center !important;
}

    .yell-bg-table th {
        background-color: #ffc600;
        color: #000000;
    }

        .yell-bg-table th:first-child, .yell-bg-table td:first-child {
            text-align: center !important;
        }

    .yell-bg-table td {
        padding: 5px 0.45rem;
        line-height: normal;
    }

header {
    display: flex;
    align-items: center;
}

.right-search-bx {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-inpt img {
    width: 34px;
    margin: 2px;
}

.is-focused .input-group-append {
    transition: all ease-in .3s;
    border: 1px solid #db0007;
}

.icn-dv {
    margin-left: 15px;
    opacity: .8;
    transition: all ease-in .3s;
}

    .icn-dv:hover {
        opacity: 1;
    }

    .icn-dv img {
        height: 25px;
    }

.filter-bx {
    float: left;
    width: 100%;
    background-color: #ffc600;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 7px;
}

    .filter-bx label {
        color: #000000;
    }

.filter-dv {
    width: calc(16.66% - 14px);
    margin: 7px;
    float: left;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("../img/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.yell-bg-table th {
    word-wrap: normal !important;
}
