@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;
}



#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    font-family: 'Speedee', sans-serif;
    background: #000000;
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 13px;
        font-size: 12px;
        padding-left: 0;
        text-decoration: none;
        color: #7b8489;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 22px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 18px;
            right: 12px;
            width: 8px;
            height: 2px;
            display: block;
            background: #7b8489;
            content: '';
            z-index: 2000;
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 15px;
            right: 15px;
            display: block;
            width: 2px;
            height: 8px;
            background: #7b8489;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }



    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
        box-shadow:;
    }

    #cssmenu ul ul li {
        height: auto;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        /*height: 35px;*/
        height: auto;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid #eeeeee;
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #7e8190;
        font-weight: 400;
        background: #ffffff;
    }
    /*#cssmenu ul ul li:first-child > a.a_country {
    top: 0;
}
#cssmenu ul ul li:nth-child(2) > a {
    top: 37px;
}
#cssmenu ul ul li:nth-child(3) > a {
    top: 74px;
}
#cssmenu ul ul li:nth-child(4) > a {
    top: 111px;
}
#cssmenu ul ul li:nth-child(5) > a {
    top: 148px;
}*/
    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
        /*top: 111px;*/
    }

        #cssmenu ul ul li:last-child > a.a_store {
            border-bottom: 0;
            /*top: 111px;*/
        }

        #cssmenu ul ul li:last-child > a.a_ordertype {
            border-bottom: 0;
            /*top: 37px;*/
        }

        #cssmenu ul ul li:last-child > a.a_day {
            border-bottom: 0;
            /*top: 185px;*/
        }

        #cssmenu ul ul li:last-child > a.a_timeofday {
            border-bottom: 0;
            /*top: 74px;*/
        }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #333333;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #7b8489;
        content: '';
        z-index: 2;
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #7b8489;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1250px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1250px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1250px), only screen and (min-resolution: 192dpi) and (max-width: 1250px), only screen and (min-resolution: 2dppx) and (max-width: 1250px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
            padding-left: 17px;
        }

        #cssmenu ul ul li, #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a, #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #7b8489;
            background: none;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #7b8489;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            height: 45px;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                left: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #7b8489;
                border-bottom: 2px solid #7b8489;
                content: '';
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                left: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #7b8489;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 38px;
            width: 100%;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: transparent;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 20px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #7b8489;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 13px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 17px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #7b8489;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
        #cssmenu:after, #cssmenu > ul:after {
            content: "";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }
        #cssmenu .open {
            max-height: calc(100vh - 55px);
            overflow: auto;
        }
        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
            padding-left: 17px;
            padding-right: 17px;
        }

}




/*Bootsrap multiselect dropddown classes exracted from bootstrap.css - start*/
#cssmenu li .submenu li a:not(.search-choice-close) {
    width: 200px;
    padding: 10px;
    position: relative;
    height: 72px;
}


.btn-group {
    width: 100%;
}

    .btn-group > .btn:first-child {
        margin-left: 0;
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.lbl {
    margin-bottom: 5px;
}

.open > .dropdown-menu {
    /*display: block;*/
    max-height: 233px;
    overflow: auto;
}

.multiselect-container > li > a.multiselect-all label {
    font-size: 13px;
    font-weight: 400;
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: 700;
}

.multiselect-container > li > a > label {
    padding: 0px 0px 0px 0px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    width: auto;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    list-style: outside none none;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

    .dropdown-menu > li > a {
        padding: 5px 10px;
    }



.btn {
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #394657;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 7px 10px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}


    .btn .caret {
        margin-left: 0;
    }

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 2px;
    margin-top: 7px;
    position: absolute;
    right: 8px;
    text-align: right;
    vertical-align: middle;
    width: 0;
}
/*Bootsrap multiselect dropddown classes exracted from bootstrap.css - end*/
.choosentextmy {
    width: 93%;
    margin: 1px 0;
    padding: 1px 5px;
    height: 25px;
    outline: 0;
    color: #222 !important;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

    .choosentextmy:focus {
        border: 1px solid #5897fb;
        box-shadow: 0 0 5px rgba(0,0,0,.3);
    }

*:not(input.field) {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@page {
    size: portrait;
}

.left_btn_red {
    margin-bottom: 2px;
}

.ic_tx_box {
    font-size: 12px;
}

.button_left_new {
    font-size: 16px;
}



.drop-down-popup {
    position: fixed;
    max-width: 600px;
    background-color: #FFF;
    margin-left: -300px;
    left: 50%;
    top: 130px;
    max-height: 450px;
    z-index: 15001;
    width: auto;
}

.popup_box_issue {
    background-color: #ffffff;
    height: auto;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    top: 30px;
    width: 700px;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.feedback_details {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    float: left;
    color: #999999;
    font-size: 14px;
    border-bottom: solid 2px #cd2b2b;
    background-color: #333333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.feedback_icn {
    float: left;
    width: 30px;
    height: 26px;
    margin-right: 10px;
}




.dropdown-menunew2 label {
    cursor: pointer;
}

.dropdown-menunew label {
    cursor: pointer;
}

.dropdown-menunew2 a:hover {
    color: #333;
}

.dropdown-menunew a:hover {
    color: #333;
}


.dropdown-menunew2 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .dropdown-menunew2 li {
        padding: 4px 0;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        width: 95%;
        float: left;
        box-sizing: border-box;
        border-bottom: solid 1px #eee;
    }

.dropdown-menunew {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    column-count: 2;
}

    .dropdown-menunew li {
        padding: 4px 0;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        width: 90%;
        clear: both;
        display: inline-block;
        box-sizing: border-box;
        border-bottom: solid 1px #eee;
        margin-right: 5%;
    }


.close_btn-new {
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}


    .close_btn-new:hover {
        background-color: #424242;
        color: #FFFFFF;
    }

.content_box {
    float: left;
    width: 100%;
    padding: 20px 15px;
    height: auto;
}

.select-all-btn {
    float: left;
    height: 30px;
    padding: 0 25px;
    line-height: 30px;
    border: solid 1px #666666;
    border-radius: 50px;
    color: #666666;
    text-decoration: none;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 12px;
    transition: all ease-in .3s;
    margin-bottom: 10px;
}

    .select-all-btn:hover {
        border: solid 1px #666666;
        color: #FFFFFF;
        background-color: #666666;
    }

.thery-box {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.select-btn {
    float: left;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 25px;
    background-color: #d12334;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    margin-bottom: 20px;
}

    .select-btn:hover {
        background-color: #444444;
    }

#dvfilterpopupchild {
    max-height: 280px;
    overflow-y: auto;
    /*padding-bottom: 10px;*/
    width: 97%;
}

.moverlay {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 150000;
}


.popup_box_gcm {
    width: 600px;
    height: 440px;
    margin-left: -300px;
    margin-top: -220px;
    left: 50%;
    top: 50%;
    background-color: #FFFFFF;
    position: absolute;
}

.popup_header {
    width: 100%;
    float: left;
    height: auto;
    background-color: #333333;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_text_poup {
    width: 80%;
    float: left;
    height: auto;
}

.popup_logo_box {
    width: 100px;
    float: right;
    height: auto;
}

.popup_logo {
    width: 100%;
    float: left;
    height: auto;
}

.country_box {
    width: 100%;
    padding: 5px;
    border: 1px solid #444444;
    border-radius: 5px;
    color: #666666;
    float: left;
    margin-top: 5px;
    height: auto;
}

.country_left_icn {
    float: left;
    width: 20%;
    height: 8px;
}

.country_name {
    float: left;
    width: 80%;
    height: auto;
    padding-top: 1px;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.popup_btn_box {
    width: 530px;
    height: auto;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_btn {
    float: left;
    width: 120px;
    height: 110px;
    background-color: #c01600;
    border-radius: 15px;
    margin-left: 28px;
    margin-right: 28px;
    color: #FFFFFF;
    text-align: center;
    background-image: url(../images/dashboard_icn.png);
    background-repeat: no-repeat;
    background-position: top 25px center;
    font-size: 14px;
    padding-top: 70px;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reflection {
    float: left;
    width: 120px;
    height: 73px;
    background-image: url(../images/relection.jpg);
    background-repeat: no-repeat;
    margin-left: 28px;
    margin-right: 28px;
}

#popuplogin {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #popuplogin h1 {
        color: #FFF;
        font-size: 32px;
        font-weight: 100;
        margin: 0px;
        margin-top: 10px;
    }

    #popuplogin h3 {
        color: #fac020;
        font-size: 17px;
        font-weight: 100;
        margin: 0px;
    }

    #popuplogin .content {
        width: 100%;
        float: left;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.chosen-container-active .chosen-choices {
    width: 133px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 15px;
}

span.multiselect-native-select {
    position: relative;
}

.headingme {
    float: left;
    width: auto;
    height: auto;
    font-size: 17px;
    color: #777777;
    padding-top: 3px;
    font-family: Arial, Helvetica, "sans-serif";
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 0);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.4375rem;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #999;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
    background-color: #000000;
}

    .modal-header .close {
        padding: 1.25rem;
        margin: -1.25rem -1.25rem -1.25rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 0 solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-content {
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
    }

    .modal-sm {
        max-width: 380px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: none;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover,
        .close:not(:disabled):not(.disabled):focus {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            opacity: .5;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn-primary {
    background: #ffbc0d;
    display: inline-block;
    width: auto;
    padding: 12px 30px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #ffbc0d;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    font-family: 'Speedee', sans-serif;
    font-weight: bold;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.btn-secondary {
    background: #f1f1f1;
    display: inline-block;
    width: auto;
    padding: 12px 30px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    font-family: 'Speedee', sans-serif;
    font-weight: bold;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
    font-size: 12px;
}

    label.checkbox {
        margin: 0;
    }

    label > input[type=checkbox] {
        margin-bottom: 5px;
    }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    /* position: absolute; */
    margin-top: 2px;
    margin-left: -35px;
    margin-right: 10px;
}



.over-all-name {
    font-size: 18px;
    color: #ffbc0d;
    font-weight: 600;
    text-transform: capitalize;
}

.cart-bx {
    float: left;
    width: 100%;
}

    .cart-bx div table tbody {
        overflow-y: scroll;
        overflow-x: none;
        max-height: 280px;
        width: 100%;
    }
/*tab*/
.h-auto {
    height: auto;
    position: relative;
}

.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        width: 50%;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 14px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover, .tab button.active:hover {
            background-color: rgba(219, 0, 7, .8);
            color: #ffffff;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #db0007;
            color: #ffffff;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    overflow: hidden;
    height: 320px;
}



.tab2 {
    overflow: hidden;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab2 button {
        background-color: inherit;
        float: left;
        width: 50%;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 14px;
    }

        /* Change background color of buttons on hover */
        .tab2 button:hover, .tab2 button.active2:hover {
            background-color: rgba(219, 0, 7, .8);
            color: #ffffff;
        }

        /* Create an active/current tablink class */
        .tab2 button.active2 {
            background-color: #db0007;
            color: #ffffff;
        }

/* Style the tab content */
.tabcontent2 {
    display: none;
    overflow: hidden;
    height: 320px;
}

/*issueshare*/
.heading_text_issueshare {
    float: left;
    border-bottom: 1px #eee solid;
    text-align: left;
    padding: 10px 15px;
    font-size: 13px;
    color: #2d2d2d;
    width: 100%;
    text-transform: uppercase;
}

.issue-share-name {
    font-size: 18px;
    color: #DB0007;
    font-weight: 600;
    text-transform: capitalize;
}

.is-box {
    background-color: transparent;
    float: left;
    height: auto;
    width: 11.7%;
    padding: 10px 0;
    font-size: 11px;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.is-box-2 {
    position: relative;
    background-color: transparent;
    float: left;
    height: auto;
    width: 85%;
    padding: 10px 0;
    font-size: 11px;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.is_icon {
    margin: auto;
    height: 60px;
    width: 60px;
    /*border: solid 1px rgba(0, 0, 0, .5);*/
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
}

.is_text {
    float: left;
    height: auto;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    color: rgba(0, 0, 0, .8);
    text-transform: uppercase;
}

.is-n-txt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    padding-top: 5px;
}

.is-perc-txt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #db0007;
    line-height: 0;
    margin: 20px 0 11px;
    padding-left: 10px;
}


/*1st Start*/

.MultiCarousel2 {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .MultiCarousel2 .MultiCarousel-inner2 {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel2 .MultiCarousel-inner2 .item2 {
            float: left;
        }

            .MultiCarousel2 .MultiCarousel-inner2 .item2 > div {
                text-align: center;
                padding: 0;
                margin: 0;
                background: #ffffff;
                color: #666;
            }

    .MultiCarousel2 .leftLst2, .MultiCarousel2 .rightLst2 {
        position: absolute;
        /*border-radius: 50%;
  top: calc(50% - 20px);*/
    }

    .MultiCarousel2 .leftLst2 {
        left: 0;
    }

    .MultiCarousel2 .rightLst2 {
        right: 0;
    }

        .MultiCarousel2 .leftLst2.over2, .MultiCarousel2 .rightLst2.over2 {
            /* pointer-events: none;
  background: #ccc;*/
            display: none;
        }
/*1st END*/

/*2ND Start*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    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;
                padding: 10px;
                margin: 10px;
                background: #ffffff;
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        /*border-radius: 50%;
  top: calc(50% - 20px);*/
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            /* pointer-events: none;
  background: #ccc;*/
            display: none;
        }
/*2ND END*/

.slider-btn-primary {
    background: rgba(0,0,0,.5);
    width: auto;
    height: 100%;
    padding: 12px;
    font-size: 40px;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border: none;
}

    .slider-btn-primary:hover, .slider-btn-primary:focus {
        background: rgba(219,0,7,.7);
        outline: none;
    }

.is-bx-slider {
    width: 100%;
    height: auto;
}

.more-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    transition: all ease-in .3s;
    text-decoration: none;
    width: 25px;
    height: 25px;
    background: #ffffff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

    .more-btn:hover {
        background: #ddd;
    }
input, textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.img-bx {
    width: 20px;
    margin: auto;
    margin-top: 10px;
    padding-top: 20px;
}
.landing-bx {
    background: url(../images/landing-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 50px 30px;
    text-align: center;
}

    .landing-bx h1 {
        font-size: 32px;
        font-weight: normal;
        color: #ffffff;
        margin: 0;
        text-align: center;
        padding-top: 30px;
    }

.landing-desc {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.landing-icons {
    text-align: center;
    margin-bottom: 10px;
    color: #CCCCCC;
}

.landing-txt-title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.landing-txt-desc {
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}