/* Minification failed. Returning unminified contents.
(1617,28): run-time error CSS1034: 
(1617,28): run-time error CSS1042: Expected function, found ','
(1617,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
*, html, body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

                                                           
}

html{
    height:100%
}

    .loadingGame {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,0.7);
        left: 0;
        top: 0;
        z-index: 222;
    }

    .loadingGame:before {
        content: "";
        left: 50%;
        top: 50%;
        background-image: url("https://cdn2-5e15.kxcdn.com/betting/webportal/images/svg.svg");
        width: 58px;
        height: 58px;
        transform: translate(-50%,-50%);
        position: absolute;
    }

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0 !important;
    background-color: #282828;
    font-family: 'Roboto Condensed',sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.42857143;
    font-weight: 400;
    background: url(http://cdn2-5e15.kxcdn.com/SmartCard/Images/bg.jpg) no-repeat center center fixed;
    /*background: url('../images/background.png') no-repeat center center fixed;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ul_clear {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.P_SP:before {
    background: url('http://cdn2-5e15.kxcdn.com/SmartCard/images/playcard_SP.png') no-repeat;
    display: inline-block;
    content: "";
}

a {
    text-decoration: none;
}

.inputboxW .toggle-password {
    position: absolute;
    top: 13px;
    right: 12px;
}

.disabledClass {
    opacity: 0.3;
}

    .disabledClass:hover {
        cursor: not-allowed;
    }

.main_w {
    padding: 0 0 0 240px;
    /*overflow: hidden;
    position: absolute;*/
    width: 100%;
    /*height: 100%;*/
    float:left;
    top: 0;
    transition: 0.5s;
    left: 0;
    /*background: url(http://cdn2-5e15.kxcdn.com/SmartCard/Images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.logo_W {
    text-align: center;
    margin: 22px 0;
    position: relative;
}

.menuICon_W {
    position: absolute;
    left: 2px;
    top: -5px;
    width: 20px;
    display: none;
}

    .menuICon_W > span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        left: 0;
    }

        .menuICon_W > span:first-child {
            /*transform:rotate(-45deg);*/
            top: 5px;
        }

        .menuICon_W > span:nth-child(2) {
            top: 10px;
        }

        .menuICon_W > span:last-child {
            /*transform:rotate(45deg);*/
            top: 15px;
        }
/****************************************/

.navbarLeft {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    transition: 0.5s;
    background-color: #010101;
    z-index: 10;
}

.profilePC_w {
    float: left;
    width: 100%;
    padding: 0 0 1px 0;
    background-color: #2e2f31;
}

.p_pc {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    overflow: hidden;
    background-image: url('http://cdn2-5e15.kxcdn.com/SmartCard/Images/p_pc.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 100%;
}

.c_name_w {
    text-align: center;
    font-size: 14px;
}

    .c_name_w > div:last-child {
        font-size: 16px;
    }

.profile_Up_but_w {
    background-color: #191a1d;
    height: 38px;
    text-align: center;
    margin-top: 15px;
}

    .profile_Up_but_w > span {
        float: left;
        width: 50%;
        line-height: 38px;
        cursor: pointer;
    }

        .profile_Up_but_w > span > i {
            font-size: 14px;
            color: #e05e26;
            margin: 0 5px;
        }

        .profile_Up_but_w > span.active {
            background-color: #e05e26;
        }

.nav_menu_w > ul > li ul li a.active {
    background-color: #191a1d;
    border-bottom: none;
    color: #ff6600;
}

.nav_menu_w {
    float: left;
    width: 100%;
}

    .nav_menu_w > ul {
        float: left;
        width: 100%;
    }

        .nav_menu_w > ul > li {
            float: left;
            width: 100%;
        }

            .nav_menu_w > ul > li > a {
                padding: 15px 0;
                float: left;
                width: 100%;
                color: #fff;
                text-decoration: none;
                font-size: 14px;
            }

                .nav_menu_w > ul > li > a > i {
                    float: left;
                    width: 75px;
                    text-align: center;
                    font-size: 18px;
                }

            .nav_menu_w > ul > li a.active {
                background-color: #2e2f31;
            }

            .nav_menu_w > ul > li ul {
                float: left;
                width: 100%;
                background-color: #232528;
                display: none;
            }

            .nav_menu_w > ul > li.active ul {
                display: block;
            }

            .nav_menu_w > ul > li ul li {
                float: left;
                width: 100%;
            }

                .nav_menu_w > ul > li ul li a {
                    padding: 10px 0;
                    font-size: 12px;
                    float: left;
                    width: 100%;
                    color: #fff;
                    text-decoration: none;
                    font-size: 14px;
                    cursor: pointer;
                }

                    .nav_menu_w > ul > li ul li a i {
                        float: left;
                        width: 75px;
                        text-align: center;
                        font-size: 9px;
                        vertical-align: inherit;
                        line-height: 20px;
                        padding: 0 0 0 27px;
                    }

        .nav_menu_w > ul li.active > a {
            color: #ff6600;
        }


.submenuIcon {
    float: right;
    margin-right: 20px;
}

.fa-transactiondetails:before {
    content: "\f0ec";
}

.fa-fundtransfer:before {
    content: "\f0d6";
}

.fa-howtouse:before {
    content: "\f059";
}

.fa-faq:before {
    content: "\f128";
}

.fa-contactus:before {
    content: "\f0e0";
}

.fa-signout:before {
    content: "\f08b";
}







/*.copntent {
    position: fixed;
    width: calc(100% - 240px);
    height: calc(100% - 25px);
    float: left;
    left: 240px;
    top: 0;
    overflow: auto;
    transition: 0.5s;
    z-index: 0;
}*/

.copntent {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    left: 0;
    top: 0;
    /*overflow: auto;*/
    transition: 0.5s;
    z-index: 0;
}


.dashboardbg_w {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('http://cdn2-5e15.kxcdn.com/SmartCard/Images/bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}


.dashboard_w {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 135px 65px 65px 65px;
    z-index: 1;
}

.heading_w h1 {
    font-size: 40px;
    font-weight: 300;
}

    .heading_w h1 i {
        width: 55px;
        height: 45px;
        border-radius: 4px;
        border: 1px solid #000;
        background-color: #2e2f31;
        color: #ff6600;
        font-size: 24px;
        line-height: 43px;
        text-align: center;
        vertical-align: bottom;
    }


.dashboard_item_w {
    text-align: left;
    margin-top: 50px;
}

    .dashboard_item_w > div {
        display: inline-block;
        width: 33.33333%;
        max-width: 350px;
        padding: 0 25px 0 0;
        height: 450px;
        margin: 0 -2px;
    }

        .dashboard_item_w > div > div {
            background-color: #2e2f31;
            border: 1px solid #000;
        }

            .dashboard_item_w > div > div > div:first-child {
                height: 200px;
            }

            .dashboard_item_w > div > div > div:last-child {
                height: 120px;
            }

.d_deposit_w > div > div:last-child {
    background-color: #4eb5b4;
}

.d_winning_w > div > div:last-child {
    background-color: #dd4c3e;
}

.d_bonus_w > div > div:last-child {
    background-color: #82be33;
}

.dashboard_item_w > div > div > div:last-child > span {
    display: block;
    text-align: center;
    font-size: 20px;
}

    .dashboard_item_w > div > div > div:last-child > span:first-child {
        margin-top: 25px;
        float: left;
        width: 100%;
    }

    .dashboard_item_w > div > div > div:last-child > span:last-child {
        font-size: 36px;
    }

.dashboard_item_w > div > div > div:first-child > span {
    display: block;
    text-align: center;
}

    .dashboard_item_w > div > div > div:first-child > span:first-child {
        margin-top: 50px;
        float: left;
        width: 100%;
        height: 70px;
    }

    .dashboard_item_w > div > div > div:first-child > span:last-child {
        font-size: 24px;
    }




.p_content_w {
    padding: 0 20px 20px;
}

.table_W {
    border-color: #151414 !important;
}

    .table_W tr th {
        background-color: #151414;
    }

    .table_W tr {
        background-color: #2e2f31;
    }

        .table_W tr:nth-child(odd) {
            background-color: #222222;
        }

        .table_W tr:nth-child(343333) {
            background-color: #222222;
        }

        .table_W tr th, .table_W tr td {
            border-color: #151414 !important;
        }






.deposite_icon:before {
    background-position: -4px -6px;
    width: 61px;
    height: 63px;
}

.winning_icon:before {
    background-position: -68px -6px;
    width: 68px;
    height: 68px;
}

.bonus_icon:before {
    background-position: -138px -6px;
    width: 65px;
    height: 65px;
}

.cardtoaccount_icon:before {
    background-position: -209px -3px;
    width: 85px;
    height: 37px;
}


.cardtocard_icon:before {
    background-position: -299px -3px;
    width: 68px;
    height: 39px;
}


.pagination_W {
    text-align: right;
}
/*.pagination_W ul {
       margin:0 0 0 0;
    }
.pagination_W  div > div > div {
    background-color:#151414;
    color:#fff;
    padding: 10px 15px;
    border-color:#282828;
}*/

select_per_page {
    font-size: 12px;
    width: 75px;
    padding: 0 8px;
    height: 50px;
    border: none;
    background-color: #222;
    color: #fff;
    outline: none;
}


.pagination_w {
    height: 50px;
    text-align: right;
    background-color: #0c0c0c;
}

    .pagination_w .select_per_page {
        padding: 0 0 0 20px;
        display: inline-block;
        float: left;
    }

        .pagination_w .select_per_page:before {
            content: "Records per page:";
            margin: 0 10px 0 0;
        }

        .pagination_w .select_per_page > select {
            font-size: 12px;
            width: 75px;
            padding: 0 8px;
            height: 50px;
            border: none;
            background-color: #222;
            color: #fff;
            outline: none;
        }

            .pagination_w .select_per_page > select > option {
                text-align: center;
            }

    .pagination_w .paginationGridRecordDisp {
        display: inline-block;
        line-height: 50px;
        padding: 0 5px 0 0;
    }

    .pagination_w .pagen_next_but_W {
        display: inline-block;
        text-align: right;
        float: right;
    }

        .pagination_w .pagen_next_but_W > span {
            display: inline-block;
            text-align: center;
            width: 40px;
            height: 50px;
            line-height: 50px;
            background-color: #222;
            margin: 0 0 0 -1px;
            cursor: pointer;
            font-size: 16px;
            vertical-align: middle;
        }

            .pagination_w .pagen_next_but_W > span:hover {
                background-color: #111;
            }

            .pagination_w .pagen_next_but_W > span:nth-child(3) {
                font-size: 14px;
            }

            .pagination_w .pagen_next_but_W > span:active {
                background-color: #090909;
            }


.faq_w {
    border: 1px solid #383838;
    background-color: #191a1d;
}

    .faq_w > div:first-child {
        padding: 7px 15px;
        font-size: 14px;
        border-bottom: 1px solid #383838;
    }

        .faq_w > div:first-child > span {
            padding: 3px 5px;
            background-color: #383838;
            border-radius: 2px;
            min-width: 30px;
            text-align: center;
            margin-right: 10px;
            display: inline-block;
        }

    .faq_w > div:last-child {
        padding: 15px;
        display: none;
    }

    .faq_w.active > div:last-child {
        display: block;
    }

    .faq_w.active > div:first-child {
        color: #ff6600;
    }


.fundtranser_w {
    float: left;
    width: 100%;
    border: 1px solid #383838;
    background-color: #191a1d;
}

    .fundtranser_w .F_header {
    }

        .fundtranser_w .F_header > span {
            float: left;
            width: 50%;
            background-color: #242424;
            height: 85px;
            border-bottom: 1px solid #383838;
            text-align: center;
            font-size: 18px;
            cursor: pointer;
        }

            .fundtranser_w .F_header > span.active {
                background-color: #191a1d;
                border-bottom: none;
                color: #ff6600;
            }

.nav_menu_w > ul > li > ul > li > a.active {
    background-color: #191a1d;
    border-bottom: none;
    color: #ff6600;
}


.fundtranser_w .F_header > span:first-child {
    border-right: 1px solid #383838;
}

.fundtranser_w .F_header > span:before {
    display: block;
    margin: 12px auto 0;
}





.cardInbox_W {
    position: relative;
}

    .cardInbox_W > label {
        display: block;
        color: #b5b5b5;
        font-size: 16px;
        margin-top: 20px;
    }

    .cardInbox_W input {
        display: block;
        height: 40px;
        border: 1px solid #5d5e65;
        background-color: #1a1e25;
        width: 100%;
        padding: 0 0 0 15px;
        color: #fff !important;
    }

.captcha_W {
    position: relative;
    padding: 0 0 0 240px;
}

    .captcha_W > img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 150px;
        height: 40px;
        width: 100%;
    }

    .captcha_W > .refresh_but {
        position: absolute;
        left: 165px;
        top: 0;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 3px solid #ff6600;
        color: #ff6600;
        font-size: 25px;
        text-align: center;
        line-height: 34px;
    }

.f_form_w {
    padding: 50px;
    float: left;
    width: 50%;
}


.submit_but {
    background-color: #e75a04;
    border: 1px solid #ff6100;
    height: 48px;
    width: 200px;
    text-align: center;
    line-height: 48px;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}


.F_d_deposit_w {
    float: left;
    width: 50%;
}

    .F_d_deposit_w .dashboard_item_w > div {
        float: left;
        width: 50%;
    }

.clintCard {
    width: 65px;
    position: absolute;
    top: 40px;
    right: 15px;
}

    .clintCard img {
        width: 100%;
    }


.Pinchange_w .heading_w h1 {
    font-size: 28px;
    padding: 5px 0;
    color: #ff6600;
}


.profileupdate_w {
    width: 100%;
    padding: 0 0 0 284px;
    position: relative;
    float: left;
}

    .profileupdate_w form {
        float: left;
        width: 75%;
        background-color: rgba(0,0,0,0.5);
        padding: 25px;
        border-radius: 10px;
    }

.padding-right-z {
    padding-right: 0 !important;
}

.qr_code_W {
    position: absolute;
    top: 100px;
    left: 54px;
}

    .qr_code_W img {
        border-radius: 100%;
        width: 150px;
    }

.pro_inputboxW {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
}


.footer {
    background-color: #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: left;
    left: 0;
    padding: 4px 0 4px 255px;
}


.balanceTab {
    padding: 15px;
    display: inline-block;
    font-size: 24px;
    background-color: #fe6601;
    border-radius: 2px;
    min-width: 20.75%;
    text-align: center;
    margin-bottom: -15px;
    border: 1px solid #000;
}

.c_name_w .balanceTab {
    padding: 2px 15px;
    font-size: 14px !important;
    margin-top: 8px;
    margin-bottom: 0 !important;
}

.reFreh {
    width: 25px;
    text-align: center;
    height: 25px;
    background-color: #0b9222;
    vertical-align: middle;
    border-radius: 2px;
    line-height: 25px;
    border: 1px solid #0aab25;
    cursor: pointer;
}


.menuActive .navbarLeft {
    overflow: auto;
}

@media only screen and (max-width: 1400px) and (min-width: 100px) {
    .profileupdate_w form {
        float: left;
        width: 100%;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 100px) {

    .menuActive {
        overflow:hidden;
    }
        .menuActive .main_w {
            overflow: hidden;
        }
    .main_w {
        padding: 0 0 0 0;
    }

    .navbarLeft {
        left: -240px;
    }

    .copntent {
        position: relative;
        width: 100%;
        left: 0;
    }

    .logo_W {
        margin-left: 275px;
    }

    .menuICon_W {
        left: -28px;
        height: 26px;
        display: block;
    }

    .dashboard_w {
        padding: 100px 35px 65px 35px;
    }

    .footer {
        text-align: center;
        padding: 4px 0 4px 0;
    }

    .menuActive .navbarLeft {
        left: 0;
        overflow: scroll;
    }

    .menuActive .logo_W {
        margin-left: 0;
    }

    .menuActive .menuICon_W {
        left: 10px;
    }

        .menuActive .menuICon_W > span:first-child {
            transform: rotate(-45deg);
            top: 10px;
        }

        .menuActive .menuICon_W > span:last-child {
            transform: rotate(45deg);
            top: 10px;
        }

        .menuActive .menuICon_W > span:nth-child(2) {
            display: none;
        }

    .p_content_w {
        padding: 50px 20px 20px;
    }

    .F_d_deposit_w .dashboard_item_w > div {
        float: left;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

        .F_d_deposit_w .dashboard_item_w > div > div > div:first-child > span {
            margin-top: 0;
            transform: scale(0.8);
            height: auto;
        }

        .F_d_deposit_w .dashboard_item_w > div > div > div:first-child {
            height: 100px;
        }

    .dashboard_item_w > div {
        padding: 0;
        margin: 0;
    }

    .p_content_w:before {
        content: "";
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #141517;
        width: 100%;
        z-index: 2;
    }

}

@media only screen and (max-width: 768px) and (min-width: 100px) {
    .balanceTab {
        min-width: 100%;
        margin-bottom: 14px;
    }

    .c_name_w .balanceTab {
        min-width: 20.75%;
        margin-bottom: 0 !important;
    }

    .qr_code_W {
        position: initial;
        text-align: center;
        padding: 5px 0 15px 0;
    }

    .profileupdate_w {
        width: 100%;
        padding: 0 0 0 0;
    }

    .f_form_w, .F_d_deposit_w {
        width: 100%;
        padding: 20px;
    }

    .dashboard_item_w {
        margin-top: 0;
    }

        .dashboard_item_w > div {
            width: 100%;
            margin-bottom: 15px;
            height: auto;
            max-width: 100%;
        }

    .contactdetails_w_W .map_w {
        position: initial !important;
        width: 100% !important;
        float: right;
    }

    .contact_form_w {
        width: 100% !important;
        float: right;
    }

    .popup form div {
        width:100%;
    }
}




@media only screen and (max-width: 480px) and (min-width: 100px) {
    .popup_W.session_exp .PopupW {
        width: 95%;
    }

    .p_content_w {
        padding: 50px 5px 20px;
    }

    .captcha_W > img {
        max-width: 100px;
    }

    .captcha_W > .refresh_but {
        left: 105px;
    }

    .captcha_W {
        padding: 0 0 0 150px;
    }

    .pro_inputboxW {
        width: 100%;
        padding: 0;
    }
    .popup .popup-footer .button {
        font-size: 16px!important;
        padding:7px 20px!important;
    }
}

.disableClass {
    opacity: .5;
    cursor: auto !important;
}

.textbox_style.textbox_style_JS {
    width: 20%;
    display: inline-block !important;
    vertical-align: top;
    margin: 18px 0 0 -3px;
    position: relative;
    padding: 0 0 0 30px;
    text-align: left;
}

    .textbox_style.textbox_style_JS > input {
        color: #fff;
        border-bottom-color: #eee;
        border: none;
        border-bottom: 1px solid #cacaca;
        height: 30px;
        padding: 0 5px;
        margin: 0 0 12px;
        position: relative;
        background: 0 0;
        width: 100%;
        z-index: 1;
        font-family: 'Roboto Condensed',sans-serif;
    }

.textbox_style.active:after {
    top: -10px;
    font-size: 11px;
}

.textbox_style.From:after {
    content: "From";
}

.textbox_style:after {
    content: "";
    left: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 0;
    position: absolute;
    font-family: 'Roboto Condensed',sans-serif;
}

.textbox_style.textbox_style_JS.active:after {
    color: #a7a7a7;
}

.textbox_style.active:after {
    top: -10px;
    font-size: 11px;
}

.textbox_style.To:after {
    content: "To";
}

.search_input_w .homeICon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    background-color: #111;
    font-size: 16px;
    vertical-align: middle;
    line-height: 50px;
    margin-left: 20px;
}

.select_transaction_days {
    min-width: 18%;
    float: left;
}

    .select_transaction_days select {
        height: 35px;
        background: #ffffff;
        border-radius: 4px;
        line-height: 35px;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff6600;
    border-color: #ff6600;
}

.scrollHeight_JS {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contactdetails_w {
    width: 33.333333%;
    float: left;
    height: 150px;
    background-color: #111;
    border-left: 1px solid #161616;
    border-bottom: 1px solid #161616;
    display: table;
}

    .contactdetails_w > div {
        padding: 0 0 0 60px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

        .contactdetails_w > div > span {
            display: block;
            padding: 2px 0;
            font-size: 14px;
            color: #ec5818;
        }

        .contactdetails_w > div > label {
            padding: 2px 0;
            display: block;
            position: relative;
        }

            .contactdetails_w > div > label > i {
                position: ABSOLUTE;
                left: -38px;
                font-size: 20px;
                top: 50%;
                margin: -12px 0 0 0;
                color: #1d9a93;
            }

                .contactdetails_w > div > label > i.fa-mobile {
                    left: -33px;
                    margin-top: -13px;
                    font-size: 24px;
                }

        .contactdetails_w > div > h3 {
            font-weight: normal;
            font-size: 16px;
            color: #fff;
            padding: 0 0 0 0;
            margin: 0 0 10px 0;
        }

        .contactdetails_w > div > i {
            position: ABSOLUTE;
            left: 17px;
            font-size: 20px;
            top: 50%;
            margin: -10px 0 0 0;
            color: #1d9a93;
        }

.contact_form_w {
    width: 40%;
    float: left;
    padding: 45px 32px 0;
    background-color: #111;
    margin: 1px 0 0 0;
    position: relative;
}

    .contact_form_w > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #0d4441;
        padding: 10px 0 10px 22px;
    }

    .contact_form_w .textbox_style {
        width: 100%;
        color: #6f6f6f;
    }

        .contact_form_w .textbox_style > input {
            border-bottom-color: #363636;
            color: #bbb !important;
        }

        .contact_form_w .textbox_style > textarea {
            border-bottom-color: #363636;
            color: #bbb;
        }

    .contact_form_w .submit_but {
        width: 100px;
        margin: 12px 0 12px 30px;
        height: 30px;
        line-height: 30px;
        background-color: #ec5818;
        color: #fff;
        border-radius: 2px;
        cursor: pointer;
        text-align: center;
        border: none;
    }

.contact_chekhbox {
    color: #bbb;
    padding: 20px 0 0 24px;
}

    .contact_chekhbox i {
        padding: 0 11px;
        vertical-align: top;
        font-size: 18px;
    }

.contactdetails_w_W {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #111;
}

    .contactdetails_w_W .map_w {
        border-left: 1px solid #161616;
        width: 60%;
        float: left;
        height: 516px;
    
    }

        .contactdetails_w_W .map_w > iframe {
            width: 100%;
            height: 100%;
            border: none;
            padding: 0;
            margin: 0;
            box-shadow: 24px 2px 15px #000;
        }

.textbox_style {
    display: block !important;
    position: relative;
    width: 60%;
    margin: 10px 0;
    padding: 0 0 0 30px;
    text-align: left;
}

    .textbox_style:before {
        position: absolute;
        left: 5px;
        top: 0px;
        font-size: 16px;
        z-index: 1;
    }

    .textbox_style:after {
        content: "";
        left: 30px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        top: 0px;
        position: absolute;
        font-family: 'Roboto Condensed',sans-serif;
    }

    .textbox_style > input {
        border: none;
        border-bottom: 1px solid #ffbea2;
        height: 30px;
        padding: 0 5px;
        margin: 0px 0px 12px;
        width: 100%;
        font-family: 'Roboto Condensed',sans-serif;
        z-index: 1;
        position: relative;
        background: transparent;
        color: black !important;
    }

        .textbox_style > input:focus {
            outline: none;
        }

    .textbox_style > textarea {
        border: none;
        border-bottom: 1px solid #fff;
        height: 100px;
        max-width: 100%;
        min-width: 100%;
        padding: 0 0 0 0;
        margin: 0;
        width: 100%;
        font-family: 'Roboto Condensed',sans-serif;
        z-index: 1;
        position: relative;
        background: transparent;
    }

        .textbox_style > textarea:focus {
            outline: none;
        }

    .textbox_style.email_w:after {
        content: "Enter Email";
    }

    .textbox_style.First_name:after {
        content: "First Name";
    }

    .textbox_style.Last_name:after {
        content: "Last Name";
    }

    .textbox_style.Subject:after {
        content: "Subject";
    }

    .textbox_style.Your_message:after {
        content: "Your Message";
    }

.co_success_mg_w {
    position: absolute;
    width: 250px !important;
    height: 150px;
    padding: 0 !important;
    z-index: 7;
    left: 50% !important;
    box-shadow: rgba(0,0,0,.298039) 0 1px 4px -1px;
    top: 50% !important;
    border-radius: 2px;
    margin: -100px 0 0 -125px;
}

    .co_success_mg_w .okbutn {
        margin: 32px auto 0;
        width: 75px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #db5b26;
    }

    .co_success_mg_w > span {
        display: block;
        text-align: center;
        margin: 50px 0 0 0;
    }

    .co_success_mg_w .close_popup_JS {
        background-color: #073a37;
        top: 0;
        right: 0;
    }

.emailvali {
    padding: 0;
    position: absolute;
    font-size: 14px;
    color: red;
    top: 21px;
    left: 114px;
}

.table_W tr th {
    background-color: #151414;
    font-size: 14px;
    font-weight: normal;
}

.table-responsive {
    border: none !important;
}

.PopupW {
    width: 30%;
    background-color: #fff;
    color: #808080;
    padding: 50px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 101000;
    text-align: center;
    color: #fe6601;
    font-size: 14px;
}

.popup_W {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.help-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 10px;
    color: #ffc107 !important;
    text-align: right;
}

.securePinPopup_w {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 101010;
}

    .securePinPopup_w > div {
        width: 300px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        height: 200px;
        border: 1px solid #151515;
    }

        .securePinPopup_w > div > i {
            position: absolute;
            right: 0;
            top: -2px;
            color: #ff0000;
            font-size: 24px;
            cursor: pointer;
        }

        .securePinPopup_w > div > h3 {
            text-align: center;
            margin: 10px 0 0 0;
            font-size: 18px;
            color: #ff6600;
        }

        .securePinPopup_w > div > input {
            width: 100%;
            height: 38px;
            border: none;
            outline: none;
            background-color: rgb(43, 43, 43);
            font-size: 12px;
            color: #fff;
            padding: 0 0 0 23px;
            border-radius: 20px;
            transition: .5s;
            margin-top: 15px;
            border: 1px solid #ccc;
        }

        .securePinPopup_w > div > button {
            margin: 15px auto 0;
            display: block;
            width: 80px;
            height: 30px;
            background-color: #ff6803;
            border: none;
            color: #fff;
            border-radius: 2px;
        }

.error_span {
    width: 75%;
    text-align: center;
    display: inline-block;
    color: #ffc107;
}

/********************************Acountinfo verification*************************************/
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

body {
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;*/
}

.clearfix {
    clear: both;
    overflow: auto;
}

.popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right:0px;
    background: rgb(0, 0, 0, 0.75);
}

.popup {
    width: 60%;
    font-family: 'Roboto Condensed',sans-serif;
    background: #343434;
    position: relative;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border: 1px solid #636363;
}

    .popup .popup-header {
        width: 100%;
        height: 51px;
        background: #515151;
        text-align: center;
        margin-bottom: 20px;
    }

        .popup .popup-header h3 {
            font-size: 22px;
            color: white;
            font-weight:bold;
            margin-top:15px;
            /*padding: 10px 0px;*/
        }

        .popup .popup-header button i {
            font-size: 30px;
            float: right;
            position: absolute;
            right: 5px;
            top: 8px;
        }

        .popup .popup-header button:hover i {
            cursor: pointer;
            color: #fc8800;
        }

    .popup form {
        /*width: calc(100% - 30px);*/
        width:100%;
        display:block;
        padding: 0px 30px;
    }

    .popup div {
        /*width: 25%;*/
        width: 33.333%;
        float: left;
        text-align:left;
    }

        .popup div label, .popup div i {
            font-size: 16px;
            color: white;
        }

        .popup div label {
            display: block;
            margin-top:5px;
        }

            .popup div label:nth-child(2n) {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-right: 10px;
                font-size: 16px;
                color: #fc8800;
                margin-top: 10px!important;
                padding-left:20px;
            }

        .popup div i {
            padding-right: 5px;
          
        }

    .popup .popup-footer {
        width: 100%;
        margin: 22px 0px 20px;
        text-align: center;
    }

        .popup .popup-footer .button {
            font-size: 20px;
            font-weight: bolder;
            padding: 7px 40px;
            border-radius: 5px;
            color: black;
            text-decoration: none;
            background: #f4f4f4;
            margin-bottom:10px;
            text-transform:uppercase;
        }

            .popup .popup-footer .button:first-child {
                color: white;
                background: #31a933;
            }

                .popup .popup-footer .button:first-child:hover {
                    background: #099222;
                }

            .popup .popup-footer .button:first-child {
                margin-right: 10px;
            }

            .popup .popup-footer .button:hover {
                background: #d2d2d2;
                cursor: pointer;
            }




@media only screen and (max-width: 1024px) and (min-width: 100px)  {
    .popup {
        width: 80% !important;
        position: absolute !important;
        top: 15% !important;
         
    }
}

/********************************Acountinfo verification************************************* end./
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

::placeholder {
    color: #ffffff;
    opacity: 1;
}

:-ms-input-placeholder{
    color: #ffffff;
}

::-ms-input-placeholder {
    color: #ffffff;
}

.loginFormW,.Pinchange_w {
    max-width: 368px;
    width: 100%;
    border-radius: 20px;
    background-color: rgba(25,26,29,0.5);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
    padding: 0 45px 45px;
}
.Pinchange_w {
    transform: translate(-50%,0px);
    left: 50%;
    top: 126px;
}



    /*.logo_login {
        display: block;
        margin: 45px auto 20px;
    }*/

.inputboxW {
    position: relative;
    width: 100%;
    float: left;
    margin: 6px 0;
    height:43px;
}

    .inputboxW > input,.inputboxW > textarea {
        width: 100%;
        height: 38px;
        border: none;
        outline: none;
        background-color: rgba(120,120,120,0.7);
        font-size: 12px;
        color: #fff;
        padding: 0 0 0 55px;
        border-radius: 20px;
        transition: 0.5s;
    }

    .inputboxW > textarea {
        height:auto;
    max-width: 100%;
    min-width: 100%;
    min-height: 50px;
    padding-top: 11px;
    }

    .inputboxW > i {
        position: absolute;
        left: 20px;
        color: #fff;
        font-size: 18px;
        line-height: 38px;
    }


.forgot_p {
    padding: 7px 8px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    float: left;
    width: 100%;
    cursor:pointer;
}

.text_align_right {
    text-align: right !important;
}

.login_but > input {
    background-color: #ff6600;
       padding:0;
    font-size:16px;
}

    .login_but > input:hover {
        background-color: #de5900;
    }

.signUp_but > input {
    background-color: #6f3c1c;
    padding:0;
    font-size:16px;
}

    .signUp_but > input:hover {
        background-color: #ff6600;
    }

.loginFormW {
    max-width: 410px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(25,26,29,0.5);
    transform: translate(0,0);
    left: auto;
    right: 0;
    top: 0;
    position: fixed;
    padding: 0 45px 45px;
}

    .loginFormW .logo_login {
        margin-top: 0;
    }

.loginForm .inputboxW {
    margin: 15px 0;
}

.loginFormW > .loginForm {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 75%;
}

.register_but {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .register_but input {
        border-radius: 0;
        height: 45px;
    }

    .register_but .signUp_but {
        margin: 0;
    }


.cardInfo_w {
    width: calc(100% - 410px);
    position: absolute;
    left: 0;
    top: 50%;
    font-family: 'Handlee', cursive;
    padding: 0 90px;
    transform: translate(0,-50%);
    height: auto;
    overflow: hidden;
}




    .cardInfo_w > div {
        width: 100%;
        min-height: 176px;
        position: relative;
    }

        .cardInfo_w > div:nth-child(even) {
            padding-left: 176px;
        }

        .cardInfo_w > div > div {
            width: 176px;
            height: 176px;
            background-color: rgba(0,0,0,0.5);
            border-radius: 100%;
            float: left;
            margin-right: 20px;
            position: relative;
        }

        .cardInfo_w > div > p {
              font-size: 16px;
    width: calc(100% - 200px);
    position: relative;
    float: left;
    top: 80px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
    transform: translate(0,-50%);
    padding: 25px 20px;
        }

            .cardInfo_w > div > p > i {
                font-size: 28px;
                margin: -17px 10px 0 8px;
                vertical-align: top;
            }

                .cardInfo_w > div > p > i:last-child {
                    margin: 0 10px -17px 8px;
                    vertical-align: bottom;
                }

        .cardInfo_w > div > div > img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: auto;
        }



.cardInfoBut {
    position: fixed;
    font-size: 34px;
    color: #f60;
    right: 25px;
    top: 25px;
    cursor: pointer;
    display: none;
    z-index: 1;
}

    .cardInfoBut.active:before {
        content: "\f057" !important;
    }


@media screen and (max-height: 710px) {
    .cardInfo_w {
        top: 0;
        padding-top: 25px;
        transform: translate(0,0);
        height: 100%;
        overflow: auto;
    }
}


@media screen and (max-width:440px) {

    .loginFormW {
        position: absolute;
       
    }

    .loginPage_w {
        overflow: auto;
        position: absolute;
        width: 100%;
        height: 100%;
    }
}






@media screen and (max-width: 1200px) {
    .cardInfo_w {
        padding: 0 20px;
    }

        .cardInfo_w > div:nth-child(even) {
            padding-left: 0;
        }
}

@media screen and (max-width: 1023px) {
    .cardInfo_w {
        padding: 30px 68px;
        width: 100%;
        background-color: rgba(19, 19, 19, 0.9);
        display: none;
    }

        .cardInfo_w.active {
            display: block;
        }

        .cardInfo_w > div {
            margin-bottom: 8px;
        }

    .loginFormW {
        max-width: 100%;
    }

    .cardInfoBut {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .cardInfo_w > div > div {
        margin: 10px auto;
        float: none;
    }

    .cardInfo_w > div > p {
        top: 0;
        transform: translate(0,0);
        width: 100%;
    }

    .cardInfo_w > div {
        float: left;
    }

    .cardInfo_w {
        padding: 30px 20px;
    }
}


/*body {
    margin: 0;
    padding: 0;
    background-color: #282828;
    font-family: 'Roboto Condensed',sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.42857143;
    font-weight: 400;
}*/

.login-form-container .login-wrapper {
    width: 480px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 65px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.login-form-container {
    background-image: url('../images/background.png');
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}*/

.form {
    width: 100%;
}

.login-header {
    text-align: center;
}

    .login-header img {
        max-width: 100%;
    }

.login-wrapper .title {
    color: #333333;
    font-size: 38px;
    font-weight: 700;
    margin: 35px 0;
}

.login-form .wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.mb-20 {
    margin-bottom: 20px;
}

.label-input {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding-left: 7px;
    font-weight: 500;
}

.login-form .input {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0 7px 0 43px;
    outline: none;
    border: none;
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.textarea:focus, input:focus {
    border-color: transparent !important;
}

.input:focus + .focus-input::after {
    color: #df5c00;
}

.focus-input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7f7f7f;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input:focus + .focus-input::before {
    width: 100%;
}

.focus-input::after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7f7f7f;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}

.fa-user::after {
    content: "\f007";
}

.fa-unlock-alt::after {
    content: "\f13e";
}

.forgot-password {
    text-align: right;
    font-size: 16px;
    margin-top: 20px;
    cursor:pointer;
}

    .forgot-password a {
        color: #666666;
    }

        .forgot-password a:hover {
            color: #df5c00;
            text-decoration: none;
        }

.login-form-bgbtn {
    width: 100%;
    padding: 25px 0 0;
    text-align: center;
}

    .login-form-bgbtn button {
        background: #df5c00;
        border-radius: 25px;
        color: #fdfdfd;
        font-size: 20px;
        width: 95%;
        border: none;
        text-transform: uppercase;
        padding: 12px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }

button:hover {
    cursor: pointer;
    background: #333;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 20px)/2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
    top: 27px
}

.alert-msg {
    color: #c80000;
    padding: 5px;
    position: absolute;
    top: 50%;
    right: 5%;
}

@media screen and (max-width: 576px) {
    .login-form-container .login-wrapper {
        padding: 45px 20px;
        width:94%;
    }
}
.wrap-input .fa.fa-eye {
    position: absolute;
    right: 5%;
    color: #7f7f7f;
    bottom: 25%;
    font-size: 16px;
}

.login-form .input::placeholder {
    color: #c5c5c5;
    opacity: 1;
}

.login-form .inpu:-ms-input-placeholder {
    color: #c5c5c5;
}

.login-form .inpu::-ms-input-placeholder {
    color: #c5c5c5;
}


