﻿.border_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hide_class {
    display: none !important;
}

.padding_0 {
    padding: 0;
}

.margin_0 {
    margin: 0;
}

.ul_clear {
    list-style: none;
    margin: 0;
    padding: 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.float_rightimportant {
    float: right !important;
}

*, html, body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s_c_show {
    display: block !important;
}

.s_c_hides {
    display: none !important;
}

.Exchange_Rates_H > div > div > p.active {
    animation: Highlights .35s linear;
}

.Cme_Notification {
    color: #9e1623;
    /*border-left: 5px solid #8a1d27;*/
    /*padding: 6px 6px 6px 10px;*/
    background-color: #f8d7da;
    float: left;
    width: 100%;
    margin-top: -14px;
    margin-bottom: 14px;
    /*line-height: 0.2*/
    display: block !important
}

.Cme_NotificationPadding {
    padding: 6px 6px 6px 10px;
}

.Exchange_Rates_H > div .E_rate_S_month_w {
    width: 100%;
}

    .Exchange_Rates_H > div .E_rate_S_month_w > div {
        width: 100px;
    }

@keyframes Highlights {
    0% {
        transform: scale(.95);
        opacity: .5;
        height: 100px;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        height: auto;
    }
}

body {
    margin: 0;
    padding: 0;
    /*background-color: #1b190e;*/
    background-color: #fff;
    font-family: 'Roboto Condensed',sans-serif;
    color: #4b4b4b;
    font-size: 13px;
    line-height: 1.42857143;
    font-weight: 400;
}

.header_w {
    display: block;
}

    .header_w ._top {
        height: 30px;
        background-color: #232323;
        padding: 0 50px;
        text-align: right;
        /*border-bottom: 1px solid #fff;*/
        position: relative;
    }

        .header_w ._top:after {
            content: "";
            height: 2px;
            background-color: #88af2e;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .header_w ._top > div {
            float: left;
            width: 100%;
            height: 30px;
        }

            .header_w ._top > div > i {
                padding: 0 20px 0 0;
                font-family: 'Roboto Condensed',sans-serif;
                color: #fff;
            }

                .header_w ._top > div > i:before, .header_w ._top > div > a:before {
                    margin: 0 10px 0 0;
                    font: normal normal normal 14px/1 FontAwesome;
                    color: #88af2e;
                    font-size: 14px;
                }





            .header_w ._top > div:last-child {
                text-align: right;
                display: none;
            }

                .header_w ._top > div:last-child > i:first-child:after {
                    content: "Register";
                }

                .header_w ._top > div:last-child > i:last-child {
                    padding: 0;
                }

                    .header_w ._top > div:last-child > i:last-child:after {
                        content: "Login";
                    }

    .header_w .logo_menu_w {
        padding: 0 50px 0 234px;
        float: left;
        width: 100%;
    }

        .header_w .logo_menu_w > img {
            float: left;
            margin: -6px 0 0 -184px;
            height: 56px;
        }

        .header_w .logo_menu_w > nav {
            display: block;
            padding: 13px 0;
        }

            .header_w .logo_menu_w > nav > ul {
                text-align: right;
            }

                .header_w .logo_menu_w > nav > ul > li {
                    display: inline-block;
                }

                    .header_w .logo_menu_w > nav > ul > li > a {
                        padding: 26px 23px;
                        cursor: pointer;
                        text-decoration: none;
                        transition: 1s;
                        color: #4b4b4b;
                    }

                        .header_w .logo_menu_w > nav > ul > li > a:hover {
                            color: #fef200;
                            background-color: #232323;
                            border-radius: 0;
                        }

                        .header_w .logo_menu_w > nav > ul > li > a.active {
                            color: #fef200;
                            background-color: #232323;
                            border-radius: 0;
                        }

/*.header_w .logo_menu_w > nav > ul > li:last-child > a {
                        padding: 0 0 0 23px;
                    }*/

.min_width {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    transition: 1s;
}

.banner_w {
    display: block;
    background-color: #2b2918;
    position: relative;
    float: left;
    width: 100%;
    margin: 6px 0 0 0;
}

    .banner_w .min_width {
        padding: 70px 0;
    }

    .banner_w .aboutus {
        padding: 0 350px 0 0;
        color: #fff;
    }

        .banner_w .aboutus > h2 {
            font-weight: normal;
            font-size: 32px;
            margin: 0;
        }

        .banner_w .aboutus > p {
            margin: 10px 0;
            line-height: 24px;
        }

        .banner_w .aboutus .about_logo_w {
            width: 300px;
            height: 100%;
            position: absolute;
            background-color: #349061;
            right: 12%;
            top: 0;
            transform: skewX(-30deg);
            -webkit-transform: skewX(-30deg);
            -moz-transform: skewX(-30deg);
            -ms-transform: skewX(-30deg);
            -o-transform: skewX(-30deg);
        }

            .banner_w .aboutus .about_logo_w > img {
                position: absolute;
                top: 50%;
                left: 50%;
                height: 160px;
                margin: -80px 0 0 -68px;
                transform: skewX(30deg);
                -webkit-transform: skewX(30deg);
                -moz-transform: skewX(30deg);
                -ms-transform: skewX(30deg);
                -o-transform: skewX(30deg);
            }

.heading_h2 {
    display: block;
    padding: 0;
    margin: 6px 0;
    border-bottom: 1px solid #fff;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

    .heading_h2:after {
        content: "";
        height: 1px;
        background-color: #e6e6e6;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

.Currency_Converter_w {
    background-color: #fff;
    /*padding: 12px 24px;
    background-color: #19170d;*/
}


/*newly added*/


button {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    background: #89669b;
    color: white;
    padding: 18px 60px;
    border-radius: 2px;
    font-size: 22px;
}

.fab {
    border-radius: 50%;
    margin: 0;
    padding: 20px;
}

.material {
    position: relative;
    color: white;
    margin: 20px auto;
    height: 400px;
    width: 500px;
    background: #f45673;
}

.ripple {
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}


@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}


/*newly added by sachin*/

.Currency_Converter_w > div {
    float: left;
    vertical-align: top;
}

    .Currency_Converter_w > div:first-child {
        width: 50%;
    }



        .Currency_Converter_w > div:first-child > div {
            padding: 10px 12px 10px 0;
            width: 50%;
            float: left;
            position: relative;
            /*border-right: 1px solid #0c181b;*/
            /*background-color: #0c181b;*/
        }

            .Currency_Converter_w > div:first-child > div > h2 {
                font-size: 14px;
                padding: 0 0 5px 0;
                margin: 0;
                border-bottom: 1px dotted #efefef;
                font-weight: normal;
            }

.c_co_ul {
    padding: 0 0 0 0;
}

    .c_co_ul > li {
        display: block;
        padding: 0 0 0 20px;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
    }

        .c_co_ul > li > span {
            padding: 4px 0;
            display: block;
            font-family: 'Roboto Condensed',sans-serif;
            font-size: 10px;
            position: relative;
        }

        .c_co_ul > li:before {
            position: absolute;
            left: 8px;
            top: 50%;
            margin: -2px 0 0 0;
            LINE-HEIGHT: 15PX;
            color: #88af2e;
            transition: 0.3s;
        }

        .c_co_ul > li.active:before {
            content: "\f192" !important;
        }


        .c_co_ul > li.active > span:after {
            content: "\f00c";
            font: normal normal normal 14px/1 FontAwesome;
            margin: 8px 0 0 15px;
            color: #88af2e;
            position: absolute;
            right: 6px;
        }


        .c_co_ul > li:hover:before {
            content: "\f192" !important;
        }

        .c_co_ul > li.disable {
            opacity: 0.2;
            cursor: auto;
        }

.Currency_Converter_w > div:first-child > div > input {
    display: block;
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    height: 34px;
    box-sizing: border-box;
    width: 100%;
    margin: 14px 0 0 0;
    color: #4b4b4b;
}

.wrapper_c_c {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.fullwidth {
    background-color: #232323;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 0 0;
    box-sizing: initial;
    position: relative;
    display: inline-block;
    padding-bottom: 35px;
}

    .fullwidth .heading_h5 {
        color: #fff;
    }

.Currency_Converter_w > div:first-child > div > div {
    margin: 5px 0 -10px 0;
    text-align: right;
}

.Currency_Converter_w > div:first-child > button {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #88af2e;
    width: 100%;
    padding: 0;
    margin: 7px 0 12px;
    max-width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.hr {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0px;
    height: 1px;
    background-color: #e0e0e0;
    padding: 0 !important;
}

.Currency_Converter_w > div:last-child {
    width: 50%;
    /*margin: 0 0 0 -3px;*/
    text-align: center;
    padding: 0 0 0 10px;
    min-height: 225px;
}

/*.Currency_Converter_w > div:last-child > div {
        width: 50%;
        float: left;
    }*/

/*.Currency_Converter_w > div:last-child > div > div {
            font-size: 24px;
            padding: 12px 0 0 0;
        }

            .Currency_Converter_w > div:last-child > div > div:first-child:after {
                content: "=";
                float: right;
            }

        .Currency_Converter_w > div:last-child > div > span {
            display: block;
            padding: 10px 0 0 0;
        }

            .Currency_Converter_w > div:last-child > div > span > label {
                padding: 0 2px;
            }

    .Currency_Converter_w > div:last-child:last-child > div:last-child div:after {
        content: "";
        float: right;
    }*/

.Currency_Converter_w > div > select {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 0 10px;
    margin: 0;
    height: 35px;
    box-sizing: border-box;
    width: 100%;
}

.Currency_Converter_w > div > div {
    padding: 5px 0 5px 10px;
    /*background-color: #f2f2f2;*/
}

.Currency_Converter_w > div .converterAmount_w {
    padding: 0 0 10px 0;
    width: 100%;
    display: inline-block;
}

    .Currency_Converter_w > div .converterAmount_w > input {
        width: 45%;
        float: left;
        background-color: #fff;
        border: 1px solid #c9c9c9;
        padding: 0 10px;
        height: 35px;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 0 10px;
    }

    .Currency_Converter_w > div .converterAmount_w > span {
        width: 10%;
        float: left;
        text-align: center;
        line-height: 35px;
        font-size: 30px;
        color: #afafaf;
    }

.Exchange_Rates_H {
    display: inline-block;
    width: 100%;
    padding: 8px 15px 0;
    background-color: #efefef;
    border: 2px solid #fff;
    vertical-align: top;
}

    .Exchange_Rates_H > div > div {
        width: 33.333333%;
        float: left;
        padding: 0 7px 0 7px;
    }

        .Exchange_Rates_H > div > div:first-child {
            padding: 0 7px 0 0;
        }

        .Exchange_Rates_H > div > div:last-child {
            padding: 0 0 0 7px;
        }

        .Exchange_Rates_H > div > div > h3 {
            display: block;
            padding: 0;
            margin: 10px 0;
            font-size: 18px;
            font-weight: normal;
        }

        .Exchange_Rates_H > div > div > div {
            padding: 0 0 15px 0;
            max-width: 700px;
            width: 100%;
            margin: auto;
        }

        .Exchange_Rates_H > div > div > p {
            margin: 0 0 5px 0;
            line-height: 20px;
            padding: 0 20px 0 0;
            height: 100px;
            overflow: hidden;
        }

            .Exchange_Rates_H > div > div > p.active {
                height: auto !important;
            }

.middle_co_w {
    padding: 0 0 0 0;
    min-height: 400px;
}

.Mor_button {
    width: 100px;
    height: 36px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    background-color: #88af2e;
    text-align: center;
    line-height: 36px !important;
    cursor: pointer;
    font-family: 'Roboto Condensed',sans-serif !important;
    transition: .5s;
    border: 1px solid #93bd33;
}

    .Mor_button:before {
        margin: 0 10px 0 0;
        font: normal normal normal 14px/1 FontAwesome;
        color: #323232;
    }

    .Mor_button:hover:before {
        transition: 1s;
        margin: 0 2px 0 0;
    }

.footer_w {
    background-color: #232323;
    padding: 25px 0;
    
}

    .footer_w ul {
        display: block;
        text-align: center;
        padding: 5px 0;
    }

        .footer_w ul > li {
            display: inline-block;
        }

            .footer_w ul > li > a {
                padding: 0 15px;
                color: #e2e2e2;
                cursor: pointer;
                text-decoration: none;
            }

    .footer_w > div > div {
        color: #efefef;
        text-align: center;
        padding: 5px 0;
    }


/*Social Link */

.socialIcons {
    text-align: center;
    padding: 2px 0 0 0 !important;
    border-bottom: none !important;
    color: #88af2e;
}

.maxWidth {
    max-width: 1050px;
    width: 100%;
    margin: auto;
}


.socialIcons .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: xx-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    padding: 0 5px;
}



.menu_icon_w {
    transition: 1s;
    width: 22px;
    float: right;
    margin: -54px -4px 0 0;
    padding: 18px;
    box-sizing: content-box;
    cursor: pointer;
    display: none;
    border-radius: 100%;
}

    .menu_icon_w > span {
        transition: .5s;
        width: 100%;
        float: left;
        height: 3px;
        margin: 1px 0;
        background-color: #88af2e;
        border-radius: 2px;
    }

    .menu_icon_w.active {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        border-radius: 0;
    }

        .menu_icon_w.active > span:last-child {
            background-color: transparent;
        }

        .menu_icon_w.active > span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            margin: 5px 0 0 0;
        }

        .menu_icon_w.active > span:nth-child(2) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            margin: -2px 0 0 0;
        }

.page_head_w {
    background-color: #88af2e;
    width: 100%;
    margin-top: 6px;
    float: left;
}

    .page_head_w h2 {
        color: #fff;
        font-weight: normal;
        font-size: 18px;
        padding: 14px 0;
        margin: 0;
    }

.logoText {
    float: left;
    margin: -10px 0 0 -123px;
    line-height: 43px;
    font-size: 24px;
    font-weight: 300;
    color: #4b4b4b;
}


    /*.logoText {
    padding: 2px 0 0 7px;
    line-height: normal;
}*/

    .logoText > span {
        display: block;
        font-size: 16px;
        color: #119c11;
        line-height: 0;
    }

.pls_select_cu {
    float: right;
    width: 100%;
    text-align: center;
    /*margin: -36px 0 0 0;*/
    display: none;
    color: red;
    font-size: 16px;
}

.E_rate_S_month_w {
    text-align: center;
    display: inline-block;
    padding: 1px 0;
    width: 100%;
}

    .E_rate_S_month_w > div {
        display: inline-block;
        margin: 0 0 0 -2px;
        font-size: 12px;
        line-height: 10px;
        padding: 0 10px;
        position: relative;
    }

        .E_rate_S_month_w > div:before {
            content: "";
            width: 14px;
            height: 14px;
            border-radius: 100%;
            float: left;
            margin: -4px 10px 0 0;
        }

        .E_rate_S_month_w > div.SRD_rate:before {
            background-color: #f53236;
        }

        .E_rate_S_month_w > div.SRD_rate:after {
            background-color: #f53236;
            width: 30px;
            height: 7px;
            content: "";
            left: 2px;
            top: 0px;
            border-radius: 2px;
            position: absolute;
        }

        .E_rate_S_month_w > div.USD_rate:before {
            background-color: #1170c5;
        }

        .E_rate_S_month_w > div.USD_rate:after {
            background-color: #1170c5;
            width: 30px;
            height: 7px;
            content: "";
            left: -8px;
            top: 0px;
            border-radius: 2px;
            position: absolute;
        }

        .E_rate_S_month_w > div.EUR_rate:before {
            background-color: #ff6c09;
        }

        .E_rate_S_month_w > div.EUR_rate:after {
            background-color: #ff6c09;
            width: 30px;
            height: 7px;
            content: "";
            left: -8px;
            top: 0px;
            border-radius: 2px;
            position: absolute;
        }

    .E_rate_S_month_w > input {
        float: right;
        background-color: #fff;
        border: 1px solid #c9c9c9;
        padding: 0 10px;
        margin: 0;
        height: 30px;
    }

.locations_W {
    padding: 0 0 0 40%;
    position: relative;
    background-color: #f9f9f9;
    border: 8px solid #f9f9f9;
    height: 208px;
}

    .locations_W > div:first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        overflow: hidden;
    }

    .locations_W > div:nth-child(2) {
        width: 50%;
        padding: 0 15px 0 15px;
        float: left;
    }

    .locations_W .iframe_location {
        height: 192px;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .locations_W > div:nth-child(3) {
        width: 50%;
        padding: 0 15px 0 15px;
        float: left;
    }

        .locations_W > div:nth-child(3) > img {
            width: 100%;
            border-bottom: 1px solid #fef20c;
            max-height: 125px;
            position: relative;
            z-index: 1;
        }

        .locations_W > div:nth-child(3) > div > h3 {
            margin: 0;
            font-weight: 700;
            color: #88af2e;
            font-size: 14px;
            text-align: center;
        }


        .locations_W > div:nth-child(3) > div > p {
            margin: 3px 0;
            text-align: center;
        }




ul.contactdi {
    display: block;
    margin: 26px 0 0 0;
}

    ul.contactdi > li {
        display: block;
        padding: 8px 0 8px 20px;
        position: relative;
    }

        ul.contactdi > li:before {
            position: absolute;
            left: 0;
            color: #88af2e;
            line-height: 18px;
        }

        ul.contactdi > li > span {
            line-height: 18px;
            font-family: 'Roboto Condensed',sans-serif;
            display: block;
        }

        ul.contactdi > li:first-child:before {
            color: #d63932;
            font-size: 20px;
        }

.contact_W {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0 0;
}

    .contact_W > div {
        width: 48%;
        display: inline-block;
        float: left;
        margin: 1% 1%;
        background-color: #f9f9f9;
        border: 6px solid #f9f9f9;
    }

        .contact_W > div > img {
            display: block;
            margin: 0;
            width: 100%;
            position: relative;
            z-index: 1;
            max-height: 221px;
        }

        .contact_W > div > ul {
            margin: 20px 0;
            padding: 0 0 0 20px;
            width: 50%;
            float: left;
        }

.Opening_info_w {
    float: left;
    width: 50%;
    margin: 12% 0 0 0;
}

    .Opening_info_w > h3 {
        margin: 0;
        font-weight: 700;
        color: #d4d1b1;
        font-size: 14px;
        text-align: center;
    }

    .Opening_info_w > p {
        margin: 3px 0;
        text-align: center;
    }



.contact_W > div > .heading_h4 {
    padding: 0 0 0 20px;
}

.contact_W > div:last-child {
    padding: 0 25px;
    min-height: 456px;
}

    .contact_W > div:last-child > .heading_h4 {
        padding: 0 0 0 0;
    }

    .contact_W > div:last-child > input, .contact_W > div:last-child > select, .contact_W > div:last-child textarea {
        background-color: #fff;
        border: 1px solid #bfbfbf;
        padding: 0 10px;
        margin: 0;
        height: 35px;
        width: 100%;
        box-sizing: border-box;
        float: left;
        margin: 5px 0;
        color: #4b4b4b;
    }

    .contact_W > div:last-child > textarea {
        width: 100%;
        max-width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }

.pl_cu_or > div:last-child > input, .pl_cu_or > div:last-child > select {
    height: 45px;
    background-color: #ffffff;
}

    .pl_cu_or > div:last-child > input:focus, .pl_cu_or > div:last-child > select:focus {
        outline-color: #88af2e;
    }

/*.foreign_color:before,.buy_color:before,.sale_color:before{width:10px;height:10px;content:"";border-radius:100%;display:inline-block;}

.foreign_color:before{background-color:#}*/




.pl_cu_or > div .Mor_button {
    margin-top: 8px;
    height: 45px;
    line-height: 45px !important;
    float: left;
    font-size: 16px;
}

.contact_map_W .iframe_contact {
    width: 100%;
    height: 330px;
    border-bottom: 1px solid #d6d6d6 !important;
    padding: 0;
    margin: 0;
}

.pl_cu_or {
    display: block;
}

    .pl_cu_or > div:last-child, .pl_cu_or > div {
        padding: 0;
        border: none;
        background-color: transparent;
    }

.contact_form_w {
    display: inline-block;
    width: 100%;
    padding: 0 50px;
}

    .contact_form_w > div {
        width: 50%;
        float: left;
    }

        .contact_form_w > div > h3 {
            display: block;
            padding: 0;
            margin: 10px 0;
            font-size: 18px;
            font-weight: normal;
        }

        .contact_form_w > div:first-child {
            padding: 0 100px 0 0;
        }

            .contact_form_w > div:first-child > input, .contact_form_w > div:first-child textarea {
                background-color: #fff;
                border: 1px solid #c9c9c9;
                padding: 0 10px;
                margin: 0;
                height: 35px;
                width: 100%;
                box-sizing: border-box;
                float: left;
                margin: 5px 0;
            }

            .contact_form_w > div:first-child > textarea {
                width: 100%;
                max-width: 100%;
                height: 150px;
                margin-bottom: 10px;
            }

        .contact_form_w > div:last-child > ul > li {
            padding: 8px 0 8px 25px;
        }

            .contact_form_w > div:last-child > ul > li:before {
                float: left;
                font: normal normal normal 14px/1 FontAwesome;
                color: #fef200;
                font-size: 18px;
                margin: 0 0 0 -25px;
            }

            .contact_form_w > div:last-child > ul > li:nth-child(1):before {
                content: "";
                font-size: 22px;
                color: #f53236;
            }

            .contact_form_w > div:last-child > ul > li:nth-child(2):before {
                content: "";
                font-size: 16px;
            }

            .contact_form_w > div:last-child > ul > li:nth-child(3):before {
                content: "";
            }

            .contact_form_w > div:last-child > ul > li:nth-child(4):before {
                content: "";
            }

.bammerSlide {
    position: relative;
}

    .bammerSlide > div {
        width: 100%;
    }

    .bammerSlide .items_W {
        width: 100%;
        float: left;
    }

    .bammerSlide img {
        display: block;
        width: 100%;
    }

    .bammerSlide .min_width {
        position: relative;
        z-index: 1;
    }

.chart_w_All > div > div {
    width: 25%;
    display: inline-block;
   /* padding: 0 15px;*/
    margin: 0 0 0 -3px;
    vertical-align: top;
    padding-left:5px;
}

#ToAmount:after {
    display: none;
}
/* .chart_w_All > div > div:nth-child(1)>h3{color:yellow;}
 .chart_w_All > div > div:nth-child(2)>h3{color:green;}
 .chart_w_All > div > div:nth-child(3)>h3{}*/

.darkpurple {
    color: orange !important;
}

.lightpurple {
    color: #ffc65d !important;
}

.green {
    color: #24ff24 !important;
}

.Last_updated {
    animation: blinker 1s linear infinite;
    color: #3dfe00;
    font-size: 14px;
}

@keyframes blinker {
    50% {
        opacity: 0;
        box-shadow: none;
    }
}

.yellow {
    color: yellow !important;
}

.displayNone {
    display: none !important;
}

#CalulatedResult {
    display: block;
    text-align: center;
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 0 0 0 22px;
}

    #CalulatedResult label {
        padding: 0 5px;
    }

.chart_w_All > div > div > h3 {
    display: block;
    padding: 0;
    margin: 10px 0;
    font-size: 18px;
    font-weight: normal;
    vertical-align: top;
}

.charts_w {
    padding: 10px;
}

/* Download icon */
.download_app_w i {
    float: right;
    width: 40px;
    height: 30px;
    background-color: #88af2e;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin: 0 0 0 5px;
    text-shadow: 1px 1px #3f540d;
    font-size: 20px;
}

    .download_app_w i:hover {
        text-shadow: none;
        transition: 0.5s;
        cursor: pointer;
        color: #283803;
    }

    .download_app_w i:last-child {
        position: relative;
    }

        .download_app_w i:last-child:after {
            content: "Download App";
            font-family: 'Roboto Condensed',sans-serif;
            color: #efefef;
            font-weight: 700;
            position: absolute;
            left: -100px;
            top: 1px;
            font-size: 15px;
        }

/* Download icon */

.Currency_rate_w {
    /*background-color: #404040;*/
    /*border: 1px solid #1a2021;*/
    padding: 2px 0;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    float: left;
    /*color: #fef200;*/
    /*margin: 0 0 4px 0;*/
}

    .Currency_rate_w > span {
        /*font-size: 18px;*/
        /*display: block;*/
    }

.eur_color {
    color: #feb35a;
}

.usd_color {
    color: #47bfbd;
}

.heading_h4 {
    margin: 0;
    padding: 0;
    margin: 10px 0;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}

.heading_h5 {
    margin: 0;
    padding: 0;
    margin: 3px 0;
    font-size: 14px;
    font-weight: normal;
}

.margin_top {
    margin-top: 24px;
}

.EURO_flag:before {
    background: url('http://cdn2-5e15.kxcdn.com/Cambio/Images/sp.png') no-repeat -4px -4px;
    width: 50px;
    height: 33px;
    display: inline-block;
    content: "";
    transform: scale(.5);
    border-radius: 6px;
    margin: 0 -5px -12px -4px;
}

.SRD_flag:before {
    background: url('http://cdn2-5e15.kxcdn.com/Cambio/Images/sp.png') no-repeat -57px -4px;
    width: 50px;
    height: 33px;
    display: inline-block;
    content: "";
    transform: scale(.5);
    border-radius: 6px;
    margin: 0 -5px -12px -4px;
}

.USD_flag:before {
    background: url('http://cdn2-5e15.kxcdn.com/Cambio/Images/sp.png') no-repeat -110px -4px;
    width: 50px;
    height: 32px;
    display: inline-block;
    content: "";
    transform: scale(.5);
    border-radius: 6px;
    margin: 0 -5px -12px -4px;
}

.width_50 {
    width: 50% !important;
    display: inline-block;
    margin: 0 0 0 -2px;
}

.Currency_Converter_w > div > select {
    margin: 0 0 15px 0;
}

.Currency_rate_w > span:last-child {
    font-size: 14px;
}

    .Currency_rate_w > span:last-child > label {
        padding: 0 1px;
    }

.Currency_Converter_w > div > select:nth-child(2) {
    margin: 0;
}

/* Loading .gif Css*/

.Progress {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1000000;
    margin-left: -24px;
    margin-top: -24px;
}

/* Loading .gif Css */


.v_Email {
    display: none;
    color: red;
    text-align: right;
}


.v_Name {
    display: none;
    color: red;
    text-align: right;
}


.v_Message {
    display: none;
    color: red;
    text-align: right;
}

V_Phone {
    display: none;
    color: red;
    text-align: right;
}

.v_Amount {
    display: none;
    color: red;
    text-align: right;
    float: right;
}


.contact_save {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #328817;
    display: none;
    padding: 5px 0;
}


.downloadIcon {
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 8px;
    line-height: 21px;
    font-size: 16px;
    padding: 0 0 0 50px;
}

    .downloadIcon:before {
        background-image: url('http://cdn2-5e15.kxcdn.com/Cambio/Images/downloadappicon.png');
        content: "";
        width: 100px;
        height: 100px;
        float: left;
        transform: scale(0.5);
        position: absolute;
        left: -33px;
        top: -39px;
    }

.marqueeW:after {
    display: none;
}

.marqueeW {
    padding: 0 15px;
    border: none;
    text-align: center;
    height: 45px;
    color: #97c024;
    margin: 0;
    width: 100%;
    box-sizing: initial;
    margin-left: -15px;
    background-color: #f7f7f7;
}
/*.marqueeW marquee > sapn:first-child{padding:0 20px 0 0;}*/
.loadingIMG {
    position: relative;
}

    .loadingIMG:before {
        background-image: url('http://cdn2-5e15.kxcdn.com/Cambio/Images/default.gif');
        width: 70px;
        height: 70px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -35px 0 0 -35px;
        z-index: 0;
        content: "";
        transform: scale(0.6);
    }


#ScrollTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: rgb(136, 175, 46);
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
    z-index: 10;
    cursor: pointer;
    display: none;
}

    #ScrollTop:hover {
        color: rgba(254,242,0,1);
        background-color: rgba(0,0,0,0.8);
    }


.cu_time {
    text-align: right;
    position: relative;
    top: 28px;
    color: #fef200;
}

#lblExchangeRate {
    font-size: 12px;
    margin: 2px 0;
    color: #fff;
    line-height: inherit;
    border: none;
    text-align: center;
    background-color: #3e3e3e;
    padding: 4px 0;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    #lblExchangeRate:after {
        display: none;
    }

.equal {
    float: right;
    margin: -39px -27px -27px 0;
    font-size: 30px;
    color: #959da0;
}

.checkbox_boxW .fa-times-circle {
    font-size: 18px;
    vertical-align: middle;
    color: #ff2c2c;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.checkbox_boxW .fa-check-circle {
    font-size: 18px;
    vertical-align: middle;
    color: #38d63f;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.checkbox_boxW {
    text-align: left;
    padding: 0 0 0 12px;
    color: #fff;
    /*background-color: #0c181b;*/
    margin-bottom: -15px;
    position: relative;
    top: -33px;
}

    .checkbox_boxW > div {
        padding-right: 10px;
        display: inline-block;
        font-size: 12px;
        text-align: left;
    }

        .checkbox_boxW > div span {
            display: inline-block;
        }

    .checkbox_boxW > span {
        display: block;
        padding: 5px 0;
    }
/*.Call_now i:after {
        content:"Call Now";
        display:block;
        font-size:12px;font-family: 'Roboto Condensed',sans-serif;
    }*/
/*.Call_now{font-size:16px;display:block;width:70%;color:#fff;text-align:left;margin:0 0 0 15%;border-radius:2px;   }
.Call_now i{    font-size: 42px;
    display: block;
    width: 45%;
    float: left;}
  
    .Call_now span:before {
             content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    line-height: 32px;
    font-size: 20px;
    }
    .Call_now span{   
      
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #88af2e;
    margin: 0 0 0 7px;
    clear: both;
    font-size: 14px;

    line-height: 47px;
    text-align: left;
    text-transform: uppercase;
    text-align: center;
    line-height: 3px;
    font-weight: 700;}
    .Call_now > label{    position: relative;
  
    padding: 0 0 0 0;
    font-size: 12px;}*/

/*.Call_now {
    font-size: 16px;
    display: block;*/
/*    width: 70%;*/
     /*width:100%;
    color: #fff;
    text-align: center;*/
    /*margin: 0 0 0 15%;*/
    /*border-radius: 2px;
    background-color: #88af2e;
    text-decoration: none;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
}

    .Call_now i {
        font-size: 42px;
        display: block;
        width: 45%;
        float: left;
    }*/
    /*.Call_now i:after {
        content:"Call Now";
        display:block;
        font-size:12px;font-family: 'Roboto Condensed',sans-serif;
    }*/
    /*.Call_now span {
        float: left;
        width: 55%;
        font-size: 19px;
        height: 47px;
        line-height: 47px;
        text-align: left;
        text-transform: uppercase;
    }

    .Call_now > label {
        position: relative;
        display: block;
        top: -6px;
        clear: both;
        padding: 0 0 0 0;
        font-size: 12px;
    }

.btn-order {
    background-color: #df1b1b !important;
}

.btn-order > i {
    font-size:32px!important;
    margin-top:5px!important;
}*/

    /*******************************Call / Order Buttons ***********************************/
.customer-suppoert {
    width: 100%;
    display: flex;
}

    .customer-suppoert > button {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px!important;
        border-width: 1px;
        border-style: solid;
/*        line-height: 25px;*/
        padding: 6px;
        margin: 3px;
    }

        .customer-suppoert > button:hover {
            cursor: pointer;
            filter: contrast(1.50);
            transition: 0.3s;
        }

        .customer-suppoert > button > div {
            display: flex;
            flex-direction: column;
            padding: 0px 5px;
            color: white;
            align-items: flex-end;
            text-transform: uppercase;
            font-weight: bold;
        }

        .customer-suppoert > button i {
            color: white;
        }

        .customer-suppoert > button span {
            font-size: 0.875rem;
        }

        .customer-suppoert > button small {
            font-size: 0.620rem;
            white-space: nowrap;
        }

.call_btn {
    background-color: #89ae3d;
    border-color: #c8fc5e;
}

    .call_btn i {
        font-size: 2.5rem;
    }

.order_btn {
    background-color: #df1b1b;
    border-color: #ff7b7b;
}

    .order_btn i {
        font-size: 1.5rem;
    }
        .call_btn i, .order_btn i {
            margin-left:5px;
        }

        @media (max-width: 470px) {
        .callPlace-btns {
            clear: both;
            width: 100% !important;
        }
    }
 /**********************************************************************************/

.ikHeb {
    width: 50%;
}

.ikHeb_w .c_co_ul {
    width: 50%;
    float: left;
}

.ikHeb_w .ikHeb {
    width: 30%;
    float: left;
}

    .ikHeb_w .ikHeb div {
        margin: 15px 0 0 0;
        text-align: center;
        font-size: 14px;
    }

    .ikHeb_w .ikHeb input {
        display: block;
        background-color: #efefef;
        border: 1px solid #e0e0e0;
        padding: 0 10px;
        height: 34px;
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0 0 0;
        color: #4b4b4b;
    }

.nodig {
    font-size: 14px;
    width: 20%;
    float: left;
    margin: 40px 0 0 0;
}


.inputstyle {
    display: block;
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    height: 34px;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0 0;
    color: #4b4b4b;
}

.inputstyleW {
    float: right;
    width: 50%;
    margin: 0 24px 0 0;
}


.newselectBoxW {
    width: 100%;
    float: left;
}

    .newselectBoxW > div {
        width: 50%;
        float: left;
        padding: 3px 2px;
    }

        .newselectBoxW > div > div {
            text-align: left;
            float: left;
            width: 35%;
            line-height: 30px;
        }

            .newselectBoxW > div > div.float_right {
                float: right;
                text-align: center;
            }

        .newselectBoxW > div input {
            width: 65%;
            display: block;
            background-color: transparent;
            border: 1px solid #e0e0e0;
            padding: 0 10px;
            height: 30px;
            box-sizing: border-box;
            margin: 0 0 0 0;
            color: #4b4b4b;
        }

        .newselectBoxW > div > input {
            background-color: #efefef;
        }

        .newselectBoxW > div > span > input {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 0;
            width: 100%;
            cursor: pointer;
        }

        .newselectBoxW > div > span:before {
            margin: 0 -5px -14px -6px;
        }

        .newselectBoxW > div > span {
            float: left;
            width: 65%;
            display: block;
            background-color: #efefef;
            position: relative;
            height: 30px;
            box-sizing: border-box;
            text-align: left;
            margin: 0 0 0 0;
            color: #4b4b4b;
        }

    .newselectBoxW .c_co_ul {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        border: 1px solid #e0e0e0;
        padding: 0 0 10px 0;
        background-color: #fff;
        display: none;
        z-index: 1;
    }

        .newselectBoxW .c_co_ul li {
            padding: 0;
        }

            .newselectBoxW .c_co_ul li:before {
                display: none;
            }

            .newselectBoxW .c_co_ul li.hideClass {
                display: none;
            }












    .newselectBoxW > div > span:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 0;
        right: 11px;
        top: 8px;
    }



.selectBoxVal {
    display: none;
    color: red;
    text-align: center;
    margin: 0 0 -12px 0;
    line-height: 22px;
}





.selectboxnewStyle {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    margin: 0;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin: 5px 0;
    color: #4b4b4b;
}

    .selectboxnewStyle > span:before {
        margin: 0 -5px -14px -6px;
    }

    .selectboxnewStyle > span {
        position: relative;
        display: block;
        width: 100%;
        height: 43px;
        line-height: 42px;
        ;
    }

        .selectboxnewStyle > span > label {
            vertical-align: middle;
        }

        .selectboxnewStyle > span > i {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 0;
            width: 100%;
            cursor: pointer;
            height: 45px;
        }

        .selectboxnewStyle > span .c_co_ul {
            position: absolute;
            top: 43px;
            left: 0;
            width: 100%;
            border: 1px solid #e0e0e0;
            padding: 0 0 10px 0;
            background-color: #fff;
            display: none;
            z-index: 1;
        }

        .selectboxnewStyle > span:after {
            content: "\f107";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            right: 8px;
            top: 15px;
        }


.facebookicon {
    float: right;
    margin: 8px 10px 0 0;
    font-size: 16px !important;
    position: ABSOLUTE;
    right: 0;
    color: #fff;
    cursor: pointer;
}










@media only screen and (min-width:10px) and (max-width:1279px) {
    .about_logo_w {
        display: none;
    }

    .banner_w .aboutus {
        padding: 0;
    }

    .min_width {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (min-width:10px) and (max-width:1000px) {
    .header_w ._top > div > a {
        right: 8px;
    }

    .logoText {
        margin: -7px 0 0 4px;
        font-size: 18px;
    }

        .logoText > span {
            font-size: 14px;
            margin-top: -4px;
        }

    .header_w .logo_menu_w > nav > ul > li > a:hover {
        color: #fef200;
        background-color: #232323;
    }

    .header_w .logo_menu_w > nav > ul > li > a.active {
        color: #fef200;
        background-color: #232323;
        border-radius: 0;
    }

    .header_w {
        height: 77px;
    }



    .min_width {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .menu_icon_w {
        display: block;
    }

    .header_w .logo_menu_w {
        padding: 0 10px;
        height: 40px;
        margin-top: -7px;
    }

    .banner_w .min_width {
        padding: 40px 0;
    }

    .header_w .logo_menu_w > nav {
        float: right;
        width: 100%;
        margin: 6px 0 0 0;
        padding: 0;
    }

        .header_w .logo_menu_w > nav > ul {
            width: 100%;
            background-color: #4b4b4b;
            width: 100%;
            left: 0;
            top: 86px;
            background-color: #232323;
            position: absolute;
            z-index: 1;
            margin: 0 0 0 0;
            display: none;
            z-index: 10;
        }

            .header_w .logo_menu_w > nav > ul li {
                width: 100%;
                display: block;
            }

                .header_w .logo_menu_w > nav > ul li > a {
                    padding: 10px 20px !important;
                    display: block;
                    border-bottom: 1px solid #5d5d5d;
                    border-radius: 0;
                    color: #fff;
                }

    .header_w ._top {
        padding: 0 25px;
    }

    /*.header_w .logo_menu_w > img {
        float: none;
        margin: 4px 0 0 0;
    }*/

    .header_w .logo_menu_w > img {
        height: 42px;
        margin: 0;
    }

    .location_Page .page_head_w {
        padding: 0 25px;
    }

    .contact_form_w {
        padding: 0 25px;
    }

        .contact_form_w > div:first-child {
            padding: 0 50px 0 0;
        }
}

@media only screen and (min-width:10px) and (max-width:767px) {
    .Call_now {
        text-align: center;
    }

        .Call_now span {
            margin: 0 auto;
        }

    .Currency_Converter_w > div:first-child, .Currency_Converter_w > div:last-child {
        width: 100%;
    }

    .locations_W {
        padding: 180px 0 0 0;
        height: 410px;
    }


        .locations_W > div:first-child {
            width: 100%;
        }

    .contact_W > div {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .locations_W > div:nth-child(3) {
        margin: 20px 0 0 0;
        padding: 0;
    }




    .chart_w_All > div > div {
        width: 50%;
        padding: 0;
        text-align: center;
        float: left;
        margin: 0;
        border-bottom: 1px solid #3e3e3e;
    }

        .chart_w_All > div > div:first-child {
            padding-bottom: 5px;
            border-right: 1px solid #3e3e3e;
        }

        .chart_w_All > div > div:nth-child(2) {
            padding-bottom: 5px;
        }

        .chart_w_All > div > div:nth-child(3) {
            padding-top: 5px;
            border-right: 1px solid #3e3e3e;
            border-bottom: none;
        }

        .chart_w_All > div > div:nth-child(4) {
            padding-top: 9px;
            border: none;
        }

    .Exchange_Rates_H > div > div {
        width: 100%;
        padding: 0 0 8px 0 !important;
    }

        .Exchange_Rates_H > div > div > p {
            padding: 0;
        }

        .Exchange_Rates_H > div > div > div {
            margin: 8px 0 0 -5px;
        }

    .Currency_Converter_w > input, .Currency_Converter_w > select {
        width: 150px;
    }
}

@media only screen and (min-width:10px) and (max-width:600px) {
    .Currency_Converter_w > div:last-child {
        min-height: 100px;
    }

    .Currency_Converter_w > input, .Currency_Converter_w > select {
        width: 100%;
        max-width: 100%;
        margin: 2px 0;
    }

    .Currency_Converter_w {
        height: auto;
        display: inline-block;
        width: 100%;
    }

        .Currency_Converter_w > i {
            display: none;
        }

        .Currency_Converter_w > button {
            margin-top: 2px;
            width: 100%;
        }

    .contact_form_w > div {
        width: 100%;
    }

        .contact_form_w > div:first-child {
            padding: 0;
        }
}

@media only screen and (min-width:10px) and (max-width:479px) {
    .facebookicon {
    }

    .equal {
        margin: -39px -17px -27px 0;
    }

    .locations_W {
        height: 575px;
    }

        .locations_W > div:nth-child(3) {
            width: 100%;
        }

        .locations_W > div:nth-child(2) {
            width: 100%;
        }

    .logoText {
        font-size: 16px;
    }

    .header_w ._top > div > i {
        font-size: 11px;
    }

    .Currency_Converter_w {
        padding: 2px 0;
    }

    .header_w .logo_menu_w {
        padding: 0 10px 0;
    }

        .header_w .logo_menu_w > nav > ul {
            margin: 7px 0 0 0;
        }

        .header_w .logo_menu_w > nav {
            margin: 1px 0 0 0;
        }

    .menu_icon_w {
        margin: -43px -4px 0 0;
        padding: 13px;
    }

    .header_w ._top > div > i {
        padding: 0 6px 0 0;
    }

        .header_w ._top > div > i:before {
            margin: 0 5px 0 0;
        }

    .header_w ._top {
        padding: 0 10px;
    }

    .min_width {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }





    .Currency_Converter_w > div:first-child > div {
    }

    .header_w ._top > div > i:before, .header_w ._top > div > a:before {
        /*mobile*/
        /*font-size: 27px;*/
    }

    .header_w ._top > div > a {
        float: right;
    }


        .header_w ._top > div > i > label, .header_w ._top > div > a > label {
            display: none;
        }



    .Opening_info_w {
        width: 100%;
        margin: 0;
        padding: 0 0 10px 20px;
    }

        .Opening_info_w > h3 {
            text-align: left;
        }

        .Opening_info_w > p {
            text-align: left;
        }

    .contact_W > div > ul {
        width: 100%;
        margin: 20px 0 10px 0;
    }

    .contact_W .loadingIMG:before {
        top: 30%;
    }

    .header_w ._top > div > i:before, .header_w ._top > div > a:before {
        margin: 0 18px 0 0;
        font-size: 18px;
    }

    .checkbox_boxW {
        padding: 0 0 0 1px !important;
    }

        .checkbox_boxW > div {
            padding-right: 0;
            font-size: 10px;
        }
}

.header_w ._top > div > a:before {
    color: #88af2e;
}

.header_w ._top > div > a {
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 1;
    top: 4px;
}



/************ CSS Mobile **********************/
#ScrollTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    color: rgba(254,242,0,0.7);
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
    z-index: 10;
    cursor: pointer;
    display: none;
}


.table_W {
    overflow: auto;
    overflow-y: hidden;
}

.table {
    width: 100%;
    margin: 10px 0 0 0;
    border-left: 1px solid #2b2918;
}

    .table tr th {
        background-color: #2b2918;
    }

    .table tr th, .table tr td {
        padding: 5px 5px;
        margin: 0;
        text-align: center;
        text-align: center;
        border-bottom: 1px solid #2b2918;
        border-right: 1px solid #2b2918;
        white-space: nowrap;
        max-width: 109px;
    }

        .table tr td span {
            display: inline-block;
        }

        .table tr td.red {
            color: red;
            display: table-cell;
            font-size: 24px;
        }

        .table tr td.green {
            color: green;
            display: table-cell;
            font-size: 24px;
        }


.input-color {
    position: relative;
}

    .input-color input {
        padding-left: 20px;
    }

    .input-color .color-box {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #ccc;
        position: absolute;
        left: 5px;
        top: 5px;
    }



.overFlowHidden {
    overflow: hidden;
}

.register_MB_w {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #dba116;
}

.register_MB {
    margin: 20px auto;
    width: 320px;
    height: 335px;
    /*-webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px;*/
    background-color: #ebebeb;
    /*-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;*/
}

    .register_MB h1 {
        font-size: 32px;
        font-weight: 300;
        color: #4c4c4c;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 10px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .register_MB form {
        margin: 0 30px;
    }



    .register_MB hr {
        color: #a9a9a9;
        opacity: 0.3;
    }

    .register_MB input[type=text], .register_MB input[type=password] {
        width: 200px;
        height: 39px;
        -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
        -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
        border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
        background-color: #fff;
        -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
        -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
        box-shadow: 1px 2px 5px rgba(0,0,0,.09);
        border: solid 1px #cbc9c9;
        margin-left: -5px;
        margin-top: 13px;
        padding-left: 10px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .register_MB .name_regi {
        margin-bottom: 20px;
    }

    .register_MB .faicon {
        box-sizing: content-box;
        display: inline-block;
        width: 40px;
        height: 23px;
        background-color: #dba116;
        padding: 8px 0px 8px 1px;
        margin-left: 15px;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        color: white;
        -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
        -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
        box-shadow: 1px 2px 5px rgba(0,0,0,.09);
        border: solid 0px #cbc9c9;
        vertical-align: middle;
        margin-top: -1px;
        text-align: center;
        font-size: 22px;
    }



    .register_MB a.button {
        box-sizing: content-box;
        font-size: 14px;
        font-weight: 600;
        color: white;
        padding: 11px 25px 0px 25px;
        margin: 10px 8px 20px 0px;
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        margin: auto;
        text-decoration: none;
        width: 50px;
        height: 27px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #dba116;
        transition: all 0.1s linear 0s;
        position: relative;
    }

        .register_MB a.button:hover {
            top: 3px;
            background-color: #2e458b;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.requiredtextReg {
    font-size: 12px;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    color: red;
    padding: 6px 9px 0 0;
    margin: 0 0 -8px 0;
}

.successMgs_w {
    height: 75px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -36px 0 0 0;
    font-size: 16px;
    color: #fff;
    display: none;
}

    .successMgs_w i {
        font-size: 70px;
        display: inline-block;
        width: 100%;
        color: forestgreen;
    }


/***************** DataTable Pagination ***************/

.paging_simple_numbers {
    float: right;
    margin: 10px 0 5px;
}

.paginate_button {
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 2px;
    cursor: pointer;
}

.activeAnimate {
    animation: blink 1s infinite;
    transition: 0.4s background-color ease-in-out;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink {
    from {
        background-color: darkorange;
    }

    to {
        background-color: #7b5612;
    }
}

/* Standard syntax */
@keyframes blink {
    from {
        background-color: darkorange;
    }

    to {
        background-color: #7b5612;
    }
}

.paginate_button:hover {
    background-color: #528221;
}

.current {
    background-color: #74a442;
    color: #fff !important;
}

.paginate_button.previous:hover, .paginate_button.next:hover {
    background-color: transparent !important;
    color: #74a442;
}

.paginate_button.disabled {
    background-color: transparent !important;
    color: #999 !important;
    cursor: default;
}

.dataTables_filter {
    float: right;
    padding: 5px 0;
}

    .dataTables_filter input[type='search'] {
        background-color: #0f1a1f;
        border: 1px solid #666;
        padding: 2px 5px;
        margin-left: 3px;
        color: #fff;
    }


.newselectBoxW > div > span > i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    height: 30px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    color: #4b4b4b;
    line-height: 30px;
}





.Currency_Converter_w > div:first-child > div > label {
    position: absolute;
    top: 87%;
    margin-top: -9px;
    right: 15%;
    margin-right: -10px;
}

.equal {
    float: right;
    margin: -32px -12px -27px 0;
    font-size: 22px;
    color: #959da0;
}

.chart_w_All > div {
    position: relative;
}

    .chart_w_All > div > div {
        min-height: 75px;
    }

        .chart_w_All > div > div:nth-child(3) {
            border-bottom: 1px solid #3e3e3e;
            min-height: 50px;
        }

        .chart_w_All > div > div:nth-child(4) {
            border-bottom: 1px solid #3e3e3e;
            min-height: 50px;
            padding-top: 5px;
        }

        .chart_w_All > div > div:nth-child(5) {
            border-bottom: none;
            border-right: 1px solid #3e3e3e;
        }

        .chart_w_All > div > div:nth-child(6) {
            border-bottom: none;
        }

#lblExchangeRate {
    position: inherit;
    background-color: transparent;
}

.Last_updated {
    display: block;
}

.fullwidth {
    padding-bottom: 10px;
}

.Call_now {
    margin-top: 10px;
}

.hr2 {
    margin-bottom: 3px;
    margin-top: 7px;
}



@media only screen and (max-width: 3500px) and (min-width: 768px) {


    .chart_w_All > div {
        padding-right: 15px !important;
        display: flex;
        flex-wrap: wrap;
    }

        .chart_w_All > div > div {
            text-align: center;
            border: none !important;
            min-width: 180px;
            /*width: 33.33%;*/
        }

            .chart_w_All > div > div + div {
                border-right: none;
                border-left: 1px solid #3c3c3c !important;
            }

            .chart_w_All > div > div:nth-child(4) {
                padding-top: 0;
            }

            .chart_w_All > div > div:nth-child(5) {
                position: absolute;
                border-right: none !important;
                width: 250px;
                top: 0;
                right: 0;
                background-color: #232323;
            }

            .chart_w_All > div > div:nth-child(6) {
                width: 250px;
                border-right: none !important;
                position: absolute;
                bottom: 6px;
                right: 0;
                background-color: #232323;
            }


    .Call_now {
        margin-top: 0;
    }

    #lblExchangeRate {
        bottom: 22px;
    }

    .fullwidth {
        min-height: 153px;
        box-sizing: border-box;
    }
}




.limited {
    color: #ff8300 !important;
}

._g-t-w_E_Rates {
    background-color: #232323;
}

._g-t-w {
    display: flex;
    flex-wrap: wrap;
}

._g-t-w_E_Rates h5 {
    font-size: 20px;
    margin: -19px 0 15px 0;
    padding: 6px 0;
    border-radius: 0 0 5px 5px;
    font-weight: 400;
    color: #efefef;
    text-align: center;
    background-color: #484848;
}

._g-t-w_E_Rates h3 {
    font-size: 24px;
    margin: 0 0 12px 0;
    font-weight: normal;
}

._g-t-w_E_Rates h6 {
    font-size: 14px;
    margin: 15px 0 2px;
}

._d-flex {
    display: flex !important;
}

._g-text {
    color: #a9a9a9;
}

._g-text-up {
    color: #88af2e;
}

.fa-arrow-circle-up._g-text-up {
    color: #88af2e;
}

_g-text-down
.fa-arrow-circle-down._g-text-up {
    color: red;
}

._g-text-down {
    color: red;
}


._g-t-w > div .charts_w {
    width: 100%;
}

._g-t-w > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}






.g-c-rate-w {
    flex-wrap: wrap;
    border-right: 1px solid #232323;
    padding-right: 10px;
    min-width: 162px;
    flex-grow: 1 !important;
}

.in-rate h3 {
    font-size: 24px;
    margin-top: 5px;
}

.download_app_w {
    margin: auto;
}

    .download_app_w i:last-child:after {
        position: unset;
        display: block;
        white-space: nowrap;
    }

._ft_24 {
    font-size: 24px;
}

.mb_view-w > div {
    padding: 0 3px;
}

    .mb_view-w > div > div {
        background-color: #3a3a3a;
        padding: 20px;
        margin: auto;
        border-radius: 4px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 1%);
        color: #d6d6d6;
        width: 100%;
        min-height: 170px;
    }


.mt-15 {
    margin-top: 15px;
}

._view-w {
    background-color: #3a3a3a;
    margin-bottom: 15px;
    border-radius: 4px;
}

._flex-grow {
    flex-grow: 1 !important;
}





@media (max-width: 920px) {
    .download_app_w {
        margin: auto;
    }

        .download_app_w i:last-child:after {
            position: unset;
            display: block;
            white-space: nowrap;
        }
}

@media (max-width: 767px) {
    .mb_view-w {
        flex-wrap: wrap;
    }

        .mb_view-w > div {
            order: 2;
        }

            .mb_view-w > div:last-child {
                flex: 0 0 100%;
                max-width: 100%;
                order: 1;
                margin-bottom: 0;
            }

                .mb_view-w > div:last-child > div {
                    min-height: auto;
                    margin-bottom: 0;
                }

    .download_app_w i:last-child:after {
        position: absolute;
    }

    .download_app_w {
        margin: auto 0 auto auto;
    }
}

@media (max-width: 520px) {




    .download_app_w i:last-child:after {
        position: absolute;
    }

    .mb_view-w {
        flex-direction: column;
        margin-bottom: 0;
    }

        .mb_view-w > div {
            min-height: auto;
            margin-bottom: 0;
        }

            .mb_view-w > div > div {
                margin: 5px 0 5px;
            }

            .mb_view-w > div:last-child > div {
                margin-bottom: 5px;
            }
}

.cm-right {
    margin-right: 10px;
}

    .cm-right > i {
        font-size: 18px !important;
    }

/**********************/


.custom-wrapper {
    width: 100%;
    display: flex;
    margin: auto;
    padding-top: 50px;
}

.download-file-container {
    font-size: 16px;
    width: 420px;
    /* max-width: 520px; */
    margin: auto;
    border: 1px solid #c3c3c3;
}

    .download-file-container h3 {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1250em;
        color: white;
        background-color: #808080;
        margin: -10px 20px 0px;
    }

.download-file-inner-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .download-file-inner-container::before {
        content: "";
        height: 180px;
        position: absolute;
        border-left: 2px solid #c3c3c3;
    }

    .download-file-inner-container > div {
        max-width: 160px;
        margin: 15px 0px;
    }

        .download-file-inner-container > div > img {
            width: 100%;
        }

        .download-file-inner-container > div > a > img {
            width: 100%;
        }

        .download-file-inner-container > div > img:first-child {
            margin-bottom: 15px;
            box-shadow: 0px 5px 10px #c3c3c3;
        }

@media only screen and (max-width:430px) {
    .download-file-inner-container > div {
        max-width: 45%;
    }
}
 
