﻿
body {
    font-family: Arial,sans-serif;
    overflow-y: scroll !important;
}

.pd0 { 
    padding:0px !important;
}

.table-reponsive table { 
    width:100%;
}

.mt20 {
    margin-top: 20px;
}

.winner_img {
    /*height: 500px;*/
    height: auto;
    object-fit: inherit;
}

.counter {
    text-align: center;
    color: #d35400;
    font-weight: 600;
    font-size: 22px;
}

.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}

.box {
    width: 50px;
    float: left;
    height: 90px;
    margin-top: 0px !important;
    background: linear-gradient(to bottom, #fffde40f, #3e27279c, #fffde40f);
    position: absolute !important;
    z-index: 0;
}

.box-1 {
    margin-left: 28% !important;
}

.box-2 {
    margin-left: 36% !important;
}

.box-3 {
    margin-left: 44% !important;
}

.box-4 {
    margin-left: 52% !important;
}

.box-5 {
    margin-left: 60% !important;
}

.box-6 {
    margin-left: 68% !important;
}

.box-7 {
    margin-left: 76% !important;
}

.box-8 {   
    margin-left: 84% !important;
}

.box-9 {
    margin-left: 92% !important;
}

.box-10 {
    margin-left: 100% !important;
    display: contents !important;
}

.box-11 {
    margin-left: 108% !important;
    display: contents !important;
}

.mr10 { 
    margin-right: 8px !important;
}

.checkbox {
    display: initial !important;
}

/*.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255) !important;
}*/

.width_100 { 
    width: 100px !important;
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

    .tabs-left > li {
        float: none;
        margin: 0px 0px;
        width: 100%;
        display: grid;
    }

        .tabs-left > li a {
            background: #fff;
            border: 1px solid #f1f1f1;
            margin-left: 0px;
            font-size: 18px;
            vertical-align: middle;
            color: #212529;
            position: relative;
            font-family: 'Oswald-Regular';
            left: 1px;
            display: table-cell;
            text-transform: uppercase;
            cursor: pointer;
            padding: 10px 10px;
        }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:hover,
        .tabs-left > li.active > a:focus {
            border-bottom-color: #ddd;
            border-right-color: transparent;
            background: #d35400;
            border: none;
            color: #fff;
            border-radius: 0px;
            border-bottom: 2px solid #2722F8;
            margin: 0px;
            width: 100%;
            padding: 5px 10px;
        }


div .select_comp .hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .1s;
    text-align: left;
    padding-left: 0px;
    background: #eeeeed;
    border: 0px solid #999;
    z-index: 99999;
    width:100%;
    left: 0px;
    line-height: 10px;
    right: 0px;
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 0px;
}
div.select_comp:hover .hidden {
    visibility: visible;
    opacity: 1;
}
/* width */
.select_comp .hidden::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.select_comp .hidden::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 5px 5px;
}

/* Handle */
.select_comp .hidden::-webkit-scrollbar-thumb {
    background: #d35400;
    border-radius: 5px 5px;
}

    /* Handle on hover */
    .select_comp .hidden::-webkit-scrollbar-thumb:hover {
        background: #c6c6c6;
        border-radius: 5px 5px;
    }
.profile_competition_bg {
    background: #f0f0f0;
    height: 145px;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0px 5px 0px 5px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    margin-top: 47px;
}
.select_comp .select_arrow_top {
    background-image: url('../images/arrow_down.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    float: right;
    right: 10px;
    border-radius: 2px;
    background-size: 11px;
    margin-top: 8px;
    margin-right: 6px;
    vertical-align: middle;
    background-position: 0px 7px;
}

.select_comp .select_arrow_top_rotate:hover {
    margin-top: 8px;
    transform: rotate( 180deg );
    background-position: 0px 11px;
}

.select_comp p {
    padding-left: 10px;
    margin-bottom: 0px !important;
}
.select_comp {
    position: absolute;
    width: 10%;
}
.mb100 {
    margin-bottom: 100px;
}
div .select_filter .hidden {
    visibility: hidden;
    opacity: 0;
    transition: .1s;
    text-align: left;
    padding-left: 0px;
    background: #eeeeed;
    border: 0px solid #999;
    z-index: 99999;
    width: 91%;
    line-height: 10px;
    right: 0px;
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 0px;
}

div.select_filter:hover .hidden {
    visibility: visible;
    opacity: 1;
}

.ticket_select2 {
    background: #f0f0f0 !important;
    padding-top: 9px !important;
    margin-bottom: 0px !important;
}

.hidden p {
    padding: 0px 5px 0px 13px !important;
    height: 40px;
    margin-bottom: 0px !important;
    align-items: center;
    display: flex;
}

.hidden p {
    padding: 0px 5px 0px 13px !important;
    height: 40px;
    margin-bottom: 0px !important;
    align-items: center;
    display: flex;
    font-size: 13px;
}

.margin_auto {
    margin: auto !important;
}
.navbar-light .navbar-toggler-icon {
    /*filter: invert(64%) sepia(29%) saturate(4028%) hue-rotate( 347deg) brightness(103%) contrast(101%);*/
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


.checkout div.container {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}
.checkout_btn {
    background-image: url('../../images/09.png');
    width: 200px;
    height: 100px;
    display: block;
    border: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.head-bg {
    background: #e6e6e6;
}
.exclbtn {
    background: #2722F8;
    padding: 12px;
    width: 40px;
    margin-bottom: 0px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
}
.modal_head {
    margin-top: 5px;
    text-align: right;
    border: 0px;
    display: block;
    padding-right:0px !important;
}
.quantity {
    float: left;
    padding-right: 10px;
}
.color_orange {
    color: #d35400;
}
.prev_close_btn {
    background-image: url('../images/cross.svg');
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 20px !important;
    margin-top: 10px !important;
    cursor: pointer;
    margin-right: 10px !important;
    opacity: 0.5;
    border:0px !important;
}
.border0 { 
    border:0px !important;
}
.ok_btn {
    background: #2722F8 !important;
    border: 1px solid !important;
    border-radius: 0px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.social_icons { 
    width:25%;
}
.header-curve ul .has-sub {
    margin-top: -3px !important;
}
.m-b15 {
    margin-bottom: 15px;
}

.checkout table thead th {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 12px 15px;
    text-align: left;
}
.payment_img {
    padding: 15px;
    width:100%;
}
img.cart-img {
    width: 50px;
}
.border-none {
    border: none !important;
    background:none;
}
.checkout table tbody td {
    font-size: 14px;
}
.checkout .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none !important;
}
.checkout table tbody td {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 12px 15px;
    text-align: left;
}
.text-right { text-align:right !important;
}

/*----------Start tooltip css-------*/
.tool_tip {
    position: relative;
    text-align: center;
    /*width: 200px;*/
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

    .tool_tip .tooltip {
        background: #2722F8;
        bottom: 100%;
        color: #fff;
        display: block;
        left: 7px;
        line-height: 0.4;
        margin-bottom: 10px;
        opacity: 0;
        padding: 9px 12px;
        pointer-events: none;
        position: absolute;
        width: 110px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .tool_tip .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        /* CSS Triangles - see Trevor's post */
        .tool_tip .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #2722F8 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }


    .tool_tip .toolleft {
        margin-bottom: -54px !important;
    }

        .tool_tip .toolleft:after {
            bottom: 23px !important;
            transform: rotate( 180deg );
        }


    .tool_tip:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    @media(max-width:768px){
        .toolleft{
            margin-left:36% !important;
        }
    }
/*----------End tooltip css-------*/

.main-bar .container {
}

.header-curve .logo-header:before,
.header-curve .logo-header:after {
    /*background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;*/
}

.header-curve .new-logo-header:before,
.header-curve .new-logo-header:after {
    /*background-color: #2722F8;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;*/
}

.header-curve .logo-header:before {
    right: 0px;
    width: 80%;
    /*-webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);*/
}

.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}

.header-curve .logo-header img {
    width: 250px;
    margin-top: 10px;
}

.is-fixed.header-curve .logo-header img {
    margin-top: 0;
}

.bg-primary {
    /*background-image: linear-gradient( to right, #1e7048, #38a240 ) !important;*/
    background-image: linear-gradient(to right, #2722F8, #4946c7) !important;
}

.header_bg {
    background-repeat: no-repeat;
    /*background-image: url('../images/header_bg.png');*/
}

@media (min-width: 992px) {
    .main-bar .new_header_bg {
        background-repeat: no-repeat;
        /*background-image: url('../images/header_bg_rspca.jpg') !important;*/
        background-image: url('../images/topbanner.jpg') !important;
        background-size: 100% 100%;
        padding: 20px 0px;
    }

    .mobb-view {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .main-bar .header_rspca_bg {
        background-repeat: no-repeat;
        background-image: url('../images/header_bg_rspca.jpg') !important;
        background-size: 100% 100%;
        padding: 5px 0px;
    }

    .mobb-view {
        display: block;
    }

    .navbar-toggler {
        margin-top: 0px;
    }
}


.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

.clearfix:after {
    clear: both;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

/*.main-bar:before {
    border-bottom: 2px solid #fff;
    bottom: 5px;
    position: absolute;
    width: 100%;
}
.main-bar:after {
    border-bottom: 2px solid #fff;
    top: 5px;
    position: absolute;
    width: 100%;
}*/
.logo_icon {
    width: 30px;
    float: left;
    margin-top: 5px;
    margin-left: -28px;
}
.cart_price {margin-left:10px;
}
.cart_quantity {
    margin-left: 0px;
}


.win_img {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 10px;
}

.buy_button {
    width: 100px;
}

.cursur_pointer {
    cursor:pointer;
}

.button_help {
    width: 135px;
    height: 60px;
    margin-right: 5px;
}

.button_img {
    position: relative;
    width: 100px;
}
.button-img {
    width: 200px;
}
.register_btn {
    margin-top: -6px;
}
.login_img {
    width: 200px;
}
.cart_img {
    right: 0px;
    margin-top: -6px;
}
.logo_icon2 {
    margin-top: 55px;
}
.header-curve .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
[class*="bg-"] .header-nav .nav > li > a {
    color: #fff;
    font-weight: bold;
}
.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 225px;
    height: 90px;
    position: relative;
    z-index: 9;
}

.main_navbar a {
    color: #fff !important;
}

.header-curve ul li.nav-item {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.header-curve ul li a {
    border-radius: 0px;
    color: #555555;
    font-size: 13px;
    padding: 0px 12px !important;
    cursor: pointer;
}

.orgButton {
    background-color: #2722F8 !important;
    font-weight: bold;
    border: 1px solid #2722F8;
}

.site-button, .site-button-secondry {
    color: #fff;
    padding: 10px 14px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
}



.trans-footer .footer-top, .trans-footer .footer-bottom {
    background-color: #171717;
}

.trans-footer .footer-top .saf-footer {
    padding: 20px 30px 0px;
}

.greenColor {
    /*color: #3da93e !important;*/
    color: #2722F8 !important;
}

.orgColor {
    color: #d35400 !important;
}

.text-justify {
    text-align: justify;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;
}

footer p, footer li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 0px;
    line-height: 22px;
}

footer p {
    margin-bottom: 10px;
}

footer p, footer strong, footer b, footer {
    color: #ffffff;
}

.widget_categories ul li:before, .widget_archive ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_recent_entries ul li:before, .widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
}

li, ul {
    margin: 0;
    list-style-type: none;
}
.site-footer .widget_services ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer_sl a {
    color: #fff;
    text-decoration:none;
}
.widget_categories ul li:before, .widget_archive ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_recent_entries ul li:before, .widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
}
.widget_categories ul li, .widget_archive ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_nav_menu li, .widget_recent_entries ul li, .widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}

footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.30);
}
.widget_getintuch i {
    position:absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 25px;
}
.blackLine {
    background: #000 !important;
}

.dez-separator {
    display: inline-block;
    height: 3px;
    width: 130px;
    margin-bottom: 10px;
    position: relative;
}
a {
    text-decoration: none;
}
.text-right {
    text-align: right;
}
.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

footer p, footer li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 0px;
    line-height: 22px;
    margin-bottom: 0px;
}
li, ul {
    margin: 0px;
    padding: 0px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 0px;
}

.phone-font i {
    font-size: 25px;
}

.breadcrumb-row {
    background-color: #1d1d1d;
    padding: 20px 0;
    position: relative;
}

    .breadcrumb-row ul li a:after {
        content: "/";
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
    }

    .breadcrumb-row ul li:last-child {
        color: #fff;
    }

    .breadcrumb-row ul li a {
        color: #2722F8;
    }

    .list-inline{
        display:flex;
    }







/*Faq CSS start here*/

.faq {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
}

.faq .question {
    padding: 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    /*border: 1px solid black;*/
}

.faq .question h4 {
    max-width: 550px;
    color: #111;
    font-size: 18px;
    line-height: 24px;
}

.faq .question h4 span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
}



    @media only screen and (max-width: 520px) {
        .faq .question h4 {
            max-width: 80%;
        }
    }

    .faq .question .fq_icon {
        width: 15px;
        height: 20px;
        position: absolute;
        right: 20px;
    }

        .faq .question .fq_icon span {
            width: 100%;
            height: 3px;
            background-color: #111;
            display: inline-block;
            position: absolute;
            top: 10px;
            left: 0;
            transition: 0.25s all;
        }

            .faq .question .fq_icon span:nth-child(2) {
                transform: rotate(90deg);
            }

    .faq .openedQuestion .fq_icon span:nth-child(2) {
        transform: rotate(0deg) !important;
    }

    .faq .answer {
        display: none;
        padding: 5px 25px;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 22px;
    }

    .cat_one h4 span {
        padding-right: 15px;
    }

    .font-color {
        color: #111;
        font-size: 28px;
    }

    @media(min-width:768px) {
        .image-mt {
            margin-top: 30%;
        }
    }

    @media(max-width:767px) {
        .image-mt {
            margin-bottom: 5%;
        }
    }

    /*Faq CSS end here*/



    .list-background {
        background-color: #1d1d1d;
        padding: 20px 0;
        position: relative;
    }

        .list-background ul li a:after {
            content: "/";
            margin-left: 10px;
            margin-right: 10px;
            color: #fff;
        }

        .list-background ul li:last-child {
            color: #fff;
            text-transform: uppercase;
        }

        .list-background ul li a {
            color: #2722F8;
            text-transform: uppercase;
        }

    .list-item {
        display: flex;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .input-group-addon {
        background: #fff;
        border-color: #e1e1e1;
        padding: 6px 14px;
        font-size: 16px;
        border: 1px solid #ccc;
    }

    .main-heading {
        margin-bottom: 0px;
        margin-top: 20px;
        color: #2722F8;
        font-weight: bold;
    }

    .widget.widget_services ul li {
        float: none;
        width: 100%;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .pa-30 {
        padding: 30px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .no-margin {
        margin: 0 0 0 !important;
        list-style: none;
    }

    .icon {
        float: left;
        margin-right: 15px;
        padding: 5px 10px;
        color: #fff;
        background: #2722F8;
    }

    .icon-content {
        overflow: hidden;
    }

    .m-b0 {
        margin-bottom: 0;
    }

    @media(min-width:992px) and (max-width:1199px) {
        .header-curve ul li.nav-item {
            padding: 0 3px !important;
        }
    }

    .payment_panel {
        background: #fff;
        border: 5px solid #333;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .thankyou_block {
        border: 2px solid #007339;
        width: 50%;
        display: block;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: medium
    }

    .main-title {
        text-align: center;
    }

        .main-title h1 {
            text-align: center;
            font-size: 4em;
            margin-top: 24px;
            margin-bottom: 20px;
            line-height: 1.2;
            color: #007339;
            letter-spacing: 1px;
            font-weight: 700;
            text-transform: uppercase;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .sub-title {
        padding: 5px;
        text-align: center;
        background: #ff8c1a;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .text-center {
        text-align: center;
    }

    .winner-photo {
        position: relative;
    }

    .pt-100 {
        padding-top: 100%;
    }

    .winner-photo1 {
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 70%;
        height: 70%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        border: 7px solid rgba(255,255,255,.7);
        overflow: hidden;
    }

    .name {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 14px;
    }

    .week {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 1.2em;
    }

    .time {
        font-size: 14px;
        margin-top: 5px;
        color: rgba(0,23,36,.8);
    }


    @media only screen and (max-width: 992px) {
        .main-title h1 {
            font-size: 36px;
        }
    }

    @media only screen and (max-width: 767px) {
        .main-title h1 {
            font-size: 24px;
        }
    }

    @media only screen and (max-width: 420px) {
        .winner-photo1 {
            width: 80%;
            height: 80%;
        }
    }

    .pd-55 {
        padding: 55px 30px;
    }

    .winner {
        background-color: #007339;
        color: #fff;
        font-weight: 700;
        border: 2px solid #afb471;
    }

    .table-responsive .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #afb471;
        font-size: large;
    }

    .table-responsive thead th:first-child {
        text-align: center;
    }

    .winner table > thead > tr > th {
        color: #fff;
        font-weight: 700;
        /*background-color: #f9bd5c;*/
    }

    .winner table > tbody > tr > td {
        background-color: #73d49f;
        border-top: 2px solid #afb471;
        color: #fff;
    }

    .winner table {
        margin-bottom: 0;
    }


    .title-list {
        margin: 30px auto;
        padding: 5px;
        text-align: center;
        background: #ff8c1a;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    @media(max-width:1024px) {
        .center {
            width: 100%;
        }
    }

    .god-btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .judge {
        text-align: center;
        padding: 18px 0;
        background: #000;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
        color: #fff;
    }

        .judge img {
            width: 5%;
        }

    .table-responsive tr td:first-child {
        text-align: center;
    }

    .icon_bar i {
        color: #989898 !important;
        margin-bottom: 5px;
        border: 1px solid #989898;
        padding: 6px;
        border-radius: 15px;
    }

    .mb-5 {
        margin-bottom: 5%;
    }

    .remain {
        font-size: 20px;
        font-weight: bold;
        vertical-align: text-top;
        margin-top: 3%;
    }

    .counttimer {
        font-size: 40px;
        font-weight: bold;
        vertical-align: text-top;
        margin-top: 30px;
        text-align: center;
    }

    .mtb {
        margin-top: 10%;
        margin-bottom: 3%;
    }

    .bg-color {
        background-color: #f7f8fa;
        padding: 25px 0px;
    }

    .mt-20 {
        margin-top: 6%;
    }

    .image-mt {
        margin-top: 11%;
    }

    .win-text {
        text-align: center;
        color: #ff8c1a;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
    }

    .winn-text {
        text-align: center;
        color: #ff8c1a;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .field-icon {
        width: 2px !important;
    }

    .bg-grey-light {
        margin-top: 20px;
    }

    @media(max-width:480px) {
        .navbar > .container {
            justify-content: initial;
        }

        /*.navbar > .container-fluid {
            justify-content: initial;
        }*/

        .checkout_btn {
            margin: auto;
        }

        .thankyou_block {
            width: 95%;
        }

        .header-curve .logo-header img {
            width: 150px;
            margin-top: 13%;
        }

        .logo_first {
            width: 80px !important;
            margin-top: 10%;
        }

        .hidden .referal_section thead, tbody, tfoot, tr, td, th {
            font-size: 13px;
        }

        .box {
            width: 20px;
        }

        .navbar-toggler {
            z-index: 9;
        }

        .position-cart-mob {
            position: absolute;
            right: 0;
            top: 15px;
        }

        .cart_icon span {
            margin-top: 20px;
        }

        .winner_section {
            line-height: 2.5em !important;
            width: 94% !important;
        }

        .current_txt {
            font-size: 1.3em !important;
        }
    }

    @media(max-width:360px) {
        .cart_img {
            left: 24px;
        }
    }

    @media(min-width:600px) and (max-width:812px){
        .header-curve .logo-header img {
            width: 150px;
            margin-top: 13%;
        }
    }



.header-curve .new-logo-header img {
    width: 226px !important;
    margin-top: 6px !important;
    height: 77px;
}

@media (max-width: 767px) {
    .header-curve .new-logo-header img {
        width: 150px !important;
        margin-top: 3% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-curve .new-logo-header img {
        width: 150px !important;
        margin-top: -4% !important;
    }
}

@media (max-width: 480px) {
    .header-curve .new-logo-header img {
        width: 130px !important;
        margin-top: 5% !important;
    }
}


.main_navbar .slotino_btn {
    color: #2722F8 !important;
    background: #fff !important;
    display: block;
}

.slotino_btn {
    background-image: linear-gradient(to bottom, #2722F8, #2722F8) !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    border: 3px solid #2722F8;
    border-color: #353394;
    padding: 4px 18px !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 18px 7px -13px #544c4c;
    height: 30px;
    line-height: 1.5;
}

.playnow_btn {
    /*background-image: linear-gradient(to bottom, #353394, #2722F8) !important;*/
    background-image: linear-gradient(to bottom, #2722F8, #2722F8) !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    border: 3px solid #2722F8;
    border-color: #353394;
    padding: 4px 24px !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 18px 7px -13px #544c4c;
    height: 30px;
    line-height: 1;
}

.header-curve ul li .cart_icon .slotino_btn {
    padding: 4px 10px !important;
}

.subheading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 28px;
    color: #0F098F;
    text-align: center;
    font-family: 'chantilly-serial-heavy-regular';
}

@media (max-width: 767px) {
    .desk-view {
        display: none;
    }

    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        background: #fff;
        padding: 10px 5px;
    }

    .btn-pos {
        text-align: center;
        margin-top: -18px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .mob-view {
        display: none;
    }
}

.edit-con {
    padding: 10px 12px;
    color: #fff;
    background: #2722F8;
    border-radius: 3px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/navbar.png') !important;
}

.navbar-toggler {
    padding: 0.25rem 0.30rem;
    font-size: 1.5rem;
    margin-top: 4px;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}

.pg-modal-imgcss {
    width: 100% !important;
    cursor: pointer;
}


