﻿

@charset "utf-8";
/* 
*****************************************************************
Created By: Mahesh Vishwakarma From Dion Global Solutions Ltd
*****************************************************************
*/
@import url('TATA_Repsonsive.css');
@import url('Fonts.css');

:focus {
    outline: none !important;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Caecilia LT Pro';
}

body, html {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: 'Caecilia LT Pro';
}

.clear {
    clear: none;
}

a {
    text-decoration: none !important;
}

span, i, a, em {
    display: block;
}

h1, h2, h3, h4, h5 {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.CB {
    clear: both;
}

.PR {
    position: relative;
}

.PA {
    position: absolute;
}

ul, li {
    list-style-type: none;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px !important;
}
/*25-5-15*/
.mt15 {
    margin-top: 15px;
}

.mt5 {
    margin-top: 5px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 10px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.Rsprite {
    background: url(../../images/Rsprite.png) no-repeat;
    display: block;
}

.sprite {
    background: url(../../images/Inr_sprite.png) no-repeat;
    display: block;
}


/************* Header ********/
.hspite {
    background-image: url(../../images/sprite.png);
    background-repeat: no-repeat;
}
/*header{; border-bottom:solid 6px #d7df23; background:#fff; position:fixed; top:0px; width:100%; z-index:+9999;}*/
.logo {
    line-height: 120px;
}
/*20-5-2015*/
.logo1 {
    line-height: 110px;
}

.nav {
    margin: 0px !important;
}
/*22-5-15*/
.explo {
    background: url(../../images/Explore_nor.jpg) 50% no-repeat;
    border: solid 1px #CCCCCC\0/;
    width: 66px;
    height: 47px;
    float: right;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}

.explo {
}

    .explo > div {
        display: none;
        position: absolute;
        right: 0px;
        top: 47px;
        background: rgba(0,0,0,.9);
        background: #000000\0/;
        width: 100%;
        z-index: 9999
    }

    .explo:hover {
        background: #000 url(../../images/Explore_Active.jpg) 50% no-repeat;
    }

        .explo:hover > div {
            display: block;
            opacity: 1;
            visibility: visible;
        }

            .explo:hover > div > div {
                height: auto !important;
                min-height: 300px;
                max-height: 100px;
            }

.feedback {
    position: fixed;
    top: 250px;
    z-index: 99;
    margin-right: -8px;
    right: 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
    /*20-5-2015*/
    .feedback:hover {
        margin-right: 0px;
        transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
    }


.expoli {
    width: 100% !important;
}

    .expoli ul {
        padding: 0px;
        position: absolute;
        text-align: left;
        display: inline;
        list-style: none;
        width: 100%;
    }

    .expoli li {
        display: inline-block;
        color: #fff;
        width: 17% !important;
        list-style: none;
        padding: 10px 12px;
    }

.explolist {
    margin-bottom: 50px;
    padding-top: 20px;
}

    .explolist h4 {
        font-size: 14px !important;
        color: #d7df23 !important;
        border-bottom: dashed 1px #d7df23 !important;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .explolist ul {
        margin: 0px;
        padding: 0px;
    }

    .explolist li {
        list-style-type: none;
        display: block;
        padding-left: 30px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .explolist li b {
            background-position: -145px 0px;
            font-weight: normal;
            font-size: 12px;
            width: 10px;
            height: 20px;
            position: absolute;
            float: left;
            left: 10px;
            transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -webkit-transition: 0.5s ease-in-out;
        }

        .explolist li a {
            color: #fff;
            transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -webkit-transition: 0.5s ease-in-out;
        }

            .explolist li a:hover {
                text-decoration: underline !important;
                transition: 0.5s ease-in-out;
                -moz-transition: 0.5s ease-in-out;
                -webkit-transition: 0.5s ease-in-out;
            }

                .explolist li a:hover b {
                    left: 15px;
                    transition: 0.5s ease-in-out;
                    -moz-transition: 0.5s ease-in-out;
                    -webkit-transition: 0.5s ease-in-out;
                }

.material-menu-button {
    display: block;
    width: 50px;
    height: 45px;
    padding: 10px 10px 0px 10px;
    background-color: #000;
}
    /*4-5-2015*/
    .material-menu-button span {
        display: block;
        width: 100%;
        height: 5px;
        margin-bottom: 4px;
        background-color: #fff;
    }
/*4-5-2015*/

.telephone {
    text-align: right;
}

    .telephone ul {
        margin: 0px;
        padding: 0px;
    }

        .telephone ul li {
            display: inline-block;
        }

    .telephone li:first-child {
        margin-right: 20px;
    }

    .telephone .telquote {
        position: relative;
        margin-top: 8px;
    }

    .telephone input[type="text"] {
        border: solid 1px #d7d7d7 !important;
        border-radius: 4px !important;
        margin-bottom: 0px !important;
        position: relative;
    }

    .telephone input[type="button"] {
        position: absolute;
        right: 0px;
        border-radius: 4px !important;
        line-height: 30px;
        background: url(../../images/sprite.png)-38px -175px no-repeat #e5f1f8;
        border: 0px;
        top: 0px;
        right: 1px;
        height: 24px;
        width: 30px;
    }

.telepho {
    font-weight: bold;
    color: #1968b3;
    top: 13px;
    position: relative;
    padding-left: 40px;
    float: right;
}
    /*4-5-2015*/
    .telepho b {
        height: 16px;
        width: 16px;
        position: absolute;
        top: 0px;
        left: 20px;
        background-position: 0px 0px;
    }
/*4-5-2015*/
.home_icon {
    background-position: -420px -159px;
    width: 40px;
    height: 20px;
    margin: 6px 0px 20px 55px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    position: absolute;
    left: 0px;
}

    .home_icon span {
        margin-top: 18px;
        font-weight: bold;
    }

.wel_co_log {
    color: #1968b3;
    line-height: 16px;
    font-family: 'Caecilia LT Pro';
    font-size: 16px;
    margin: 0px;
    width: 100%;
}

    .wel_co_log span { /* display:block; */
    }


.homecon {
    position: relative;
    width: 100%;
}

.home_icon:hover {
    background-position: -420px -179px !important;
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
    .home_icon:hover {
        background-position: -430px -179px !important;
    }
}

.opneac {
    text-align: right;
    margin-top: 11px;
}

    .opneac ul {
        margin: 0px;
        padding: 0px;
        text-align: left;
        display: inline;
    }

    .opneac li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        margin-left: 1px;
        border: solid 1px #d7df23;
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

        .opneac li a {
            color: #1968b3l;
            padding: 10px 20px 10px 45px;
        }

        .opneac li:hover {
            background: #d7df23;
            color: #1968b3l !important;
        }

        .opneac li i {
            margin-left: 10px !important;
        }

.investarrow {
    background: url(../../images/sprite.png) -126px 0px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 15px;
    margin-right: 0px;
}

.opneac li > a:only-child:after {
    content: '';
}

.opneac ul ul {
    padding: 0px;
    position: absolute;
    top: 41px;
    left: 0px;
    width: 200px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: none;
    visibility: hidden;
    transition: 0.2s opcity;
    -moz-transition: 0.2s opcity;
    -webkit-transition: 0.2s opcity;
    -o-transition: 0.2s opcity;
    -ms-transition: 0.2s opcity;
    -transition: 0.2s opcity;
    margin-left: -2px;
}

    .opneac ul ul li {
        background: #d7df23;
        display: block;
        color: #fff;
        border-bottom: solid 1px #f8facc;
    }

        .opneac ul ul li a {
            color: #1968b3l !important;
        }

.opneac ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.opneac li a b {
    width: 25px;
    height: 25px;
}

.openanaaocu {
    background: url(../../images/sprite.png) -26px 0px no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
}

.Invest-now {
    background: url(../../images/sprite.png) -51px 0px no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
}

.my-investment {
    background: url(../../images/sprite.png) -76px 0px no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
}

.loign {
    background: url(../../images/sprite.png) -101px 0px no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
}

.log {
    background: #fff;
}
/*20-5-2015*/
.opneac ul ul li a .my_inv_icon {
    background-position: 0px -818px;
    position: absolute;
    display: block;
    width: 15px;
    height: 22px;
    margin-left: -25px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.opneac ul ul li a:hover .my_inv_icon {
    margin-left: -15px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.opneac ul .homelogin {
    padding: 0px;
    position: absolute;
    top: 41px;
    right: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: none; /*visibility:hidden; transition: 0.2s opcity; -moz-transition: 0.2s opcity; -webkit-transition: 0.2s opcity; -o-transition: 0.2s opcity; -ms-transition: 0.2s opcity; -transition: 0.2s opcity; */
    margin-left: -2px;
    background: #d7df23;
    padding: 15px 10px;
    z-index: 999;
    cursor: inherit;
    width: 500px;
}
    /*20-5-2015*/
    .opneac ul .homelogin .span6 {
        padding: 0 20px 0 0;
        border-right: 1px dashed #464646
    }
        /*20-5-2015*/
        .opneac ul .homelogin .span6:last-child {
            border-right: none;
            padding: 0 10px 0 0;
        }
/*20-5-2015*/
.opneac ul div input[type="text"] {
    background: #e7ef3c;
    width: 96% !important;
    border: solid 1px #faff86;
}
/*20-5-2015*/
.opneac ul div select {
    background: #eef28c;
    border: solid 1px #faff86;
    font-size: 12px;
    line-height: 25px;
}
/*20-5-2015*/
.opneac ul div ::-webkit-input-placeholder {
    color: #000;
    font-size: 11px;
}

::-moz-placeholder {
    color: #000;
    font-size: 11px;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #000;
    font-size: 11px;
}
/* ie */
input:-moz-placeholder {
    color: #000;
    font-size: 11px;
}


.loginbtn input[type="button"], .loginbtn input[type="reset"], .loginbtn input[type="submit"] {
    border-radius: 15px;
    border: none;
    padding: 5px 20px;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    color: #fff;
    font-size: 14px;
    background: #1566b0;
    border: solid 1px #1566b0;
}

    .loginbtn input[type="button"]:hover, .loginbtn input[type="reset"]:hover, .loginbtn input[type="submit"]:hover {
        border: solid 1px #1566b0;
        background: none;
        transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        color: #000;
    }

.fotgot_pass {
    font-size: 12px;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    text-align: left !important;
    display: inline-block;
    padding: 0px !important;
    margin: 0px !important;
    color: #000;
    font-weight: normal;
}

    .fotgot_pass a {
        font-size: 12px;
        font-family: 'Roboto-Regular';
        font-size: 12px;
        text-align: left !important;
        display: inline-block;
        padding: 0px !important;
        margin: 0px !important;
        color: #000;
        font-weight: normal;
    }
/*10-3-15*/

/*.opneac ul li:hover div { display: block; opacity: 1; visibility: visible;}*/



@media only screen and (max-width: 978px) {
    .material-menu-wrapper {
        padding: 10px 10px 10px 5px;
    }

    .material-menu-view-mobile {
        background-color: #fff;
        -webkit-box-shadow: 40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        padding-bottom: 30px;
    }
    /*4-5-2015*/
    .material-menu-button {
        width: 27px;
        height: 30px;
        cursor: pointer;
        margin: 33px;
        background-color: #0268b0;
        border-radius: 5px;
    }
    /*4-5-2015*/
}
/*****Header end*****/

/************* Home mid section ******/
/************* Home mid section ******/

#slider-8-nav-ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

    #slider-8-nav-ul li a {
        width: 33.33%;
        margin-right: 0px\0/;
    }
        /*20-5-2015*/
        #slider-8-nav-ul li a i {
            margin: 0 auto;
            width: 50px;
            height: 50px;
            margin-bottom: 5px;
            text-align: center;
            display: block;
            position: relative;
            float: left;
            margin-right: 10px;
            margin-left: 10px;
        }
        /*20-5-2015*/
        #slider-8-nav-ul li a span {
            color: #7f7f7f;
            text-align: left;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            font-size: 17px;
            font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
            padding-top: 10px;
        }
    /*20-5-2015*/

    #slider-8-nav-ul li.current a span {
        color: #d7df23;
        font-family: 'Roboto-Regular';
        font-size: 17px;
    }

    #slider-8-nav-ul li a i em {
        z-index: 99;
        position: relative;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0);
        display: block;
        width: 50px;
        height: 50px;
    }
    /*20-5-2015*/
    #slider-8-nav-ul li.current a i em {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #slider-8-nav-ul li.current a i b {
        color: #FFF;
    }

    #slider-8-nav-ul li a {
        border-top: solid 1px #CCC;
        background: url(../../images/banner_tab_bg.jpg) 0px 100% repeat-x #fff;
        padding-top: 5px;
        position: relative;
    }
        /* After*/
        #slider-8-nav-ul li a:after {
            position: absolute;
            top: 0;
            right: 0;
            content: "";
            width: 1px;
            height: 100%;
            background: #CCC;
        }

        #slider-8-nav-ul li a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 1px;
            height: 100%;
            background: #CCC;
        }

    #slider-8-nav-ul li.current a {
        background: #0073bb; /*border:solid 1px #fff; border-bottom:solid 1px #0073bb;*/
        border-top: solid 1px #0073bb;
    }

        #slider-8-nav-ul li.current a:after {
            position: absolute;
            top: 0;
            right: 0;
            content: "";
            width: 1px;
            height: 100%;
            background: #0073bb;
        }

        #slider-8-nav-ul li.current a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 1px;
            height: 100%;
            background: #0073bb;
        }

.IndiceSlider1 {
    margin: 10px 0px 0px;
}

    .IndiceSlider1 td {
        border-right: 1px solid #d8d8d8;
        padding: 0px 10px;
        width: 33%;
    }

        .IndiceSlider1 td:last-child {
            border-right: none;
        }

        .IndiceSlider1 td .indCont1-1 {
            overflow: hidden;
            width: 100% !important;
            position: relative;
            padding: 0px 0 !important;
            min-height: 20px;
        }

            .IndiceSlider1 td .indCont1-1 em {
                font-style: normal;
                font-size: 12px;
            }

            .IndiceSlider1 td .indCont1-1 b {
                font-size: 13px;
                margin-top: 0px;
                display: block;
            }

            .IndiceSlider1 td .indCont1-1 i {
                text-align: left;
                font-style: normal;
                position: relative;
                padding-left: 25px;
                font-size: 10px;
                padding-top: 5px;
                float: right !important
            }

                .IndiceSlider1 td .indCont1-1 i span {
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

/*********banner start*************/

.regi_now_fix {
    position: absolute;
    bottom: 0;
    z-index: +999;
}

.main_banner {
    position: relative;
    z-index: +998;
}

.first_trd_icon {
    background-position: -18px -53px;
}
/*20-5-2015*/
.first_trd_iconActive {
    background-position: -18px -102px;
}
/*20-5-2015*/
.season_trd_icon {
    background-position: -69px -53px;
}
/*20-5-2015*/
.season_trd_iconActive {
    background-position: -69px -102px;
}
/*20-5-2015*/
.part_us_icon {
    background-position: -120px -53px;
}
/*20-5-2015*/
.part_us_iconActive {
    background-position: -120px -102px;
}
/*20-5-2015*/

.liquid-slider {
    min-height: 150px;
    max-height: 250px;
}

.ban_cont {
    min-height: 185px; /*border:solid 1px #fff; border-top:none;*/
}
    /*25-5-15*/
    .ban_cont span {
        color: #d7df23;
        display: block;
    }

.banner_con_inner {
    text-align: center;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: 700;
    font-size: 18px;
    padding: 25px 0px 5px;
    display: block;
}
    /*25-5-15*/
    .banner_con_inner a {
        position: relative;
    }

        .banner_con_inner a, .banner_con_inner a:hover {
            color: #fff;
        }

            .banner_con_inner a i {
                width: 80px;
                height: 80px;
                display: block;
                margin: 0px auto;
            }
            /*4-5-2015*/
            .banner_con_inner a span {
                color: #d7df23;
                display: block;
            }

            .banner_con_inner a em {
                z-index: 100;
                position: absolute;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                opacity: 0;
                filter: alpha(opacity=0);
                display: block;
                width: 113px;
                height: 24px;
                background-position: -56px -820px;
                top: 65px;
                margin-left: -20px;
            }
            /*25-5-15*/
            .banner_con_inner a:hover em {
                opacity: 1;
                filter: alpha(opacity=100);
            }

            .banner_con_inner a .invest_gyan {
                background-position: -18px -699px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .invest_gyan {
                background-position: -18px -709px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .stop_up {
                background-position: -172px -699px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .stop_up {
                background-position: -172px -709px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .open_account {
                background-position: -338px -699px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .open_account {
                background-position: -338px -709px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .virtual_protfolio {
                background-position: -485px -699px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .virtual_protfolio {
                background-position: -485px -709px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/

            .banner_con_inner a .online_trading {
                background-position: -18px -578px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .online_trading {
                background-position: -18px -588px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .market_research {
                background-position: -172px -578px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .market_research {
                background-position: -172px -588px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .portfolio_tracker {
                background-position: -338px -578px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .portfolio_tracker {
                background-position: -338px -588px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .market_news {
                background-position: -485px -578px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .market_news {
                background-position: -485px -588px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/


            .banner_con_inner a .benefi {
                background-position: -18px -444px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .benefi {
                background-position: -18px -454px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .expr_inter {
                background-position: -172px -444px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .expr_inter {
                background-position: -172px -454px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .partner_faq {
                background-position: -338px -444px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .partner_faq {
                background-position: -338px -454px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
            /*4-5-2015*/
            .banner_con_inner a .check_eligi {
                background-position: -485px -444px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 0.9
            }
            /*4-5-2015*/
            .banner_con_inner a:hover .check_eligi {
                background-position: -485px -454px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
                opacity: 1
            }
/*4-5-2015*/

/*.ba_contact{text-align:right; padding-right:10px;}
.ba_contact input[type="button"]{ background:#d7df23; color:#000;font-family: 'PT Sans', sans-serif, Arial; font-weight:700;  font-size:16px; border:none; border-radius:15px; padding:5px 15px; border:1px solid #d7df23; transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out;}
.ba_contact input[type="button"]:hover {border:1px solid #d7df23; background:none; color:#FFFFFF; transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out; }*/

/*10-3-15 start*/
/*.ba_contact{background:#d7df23; padding:0px 15px;margin:0px 10px 0px 0px!important; height:32px; display:inline-block; position:relative; border:1px solid #d7df23; color:#000; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;-pie-border-radius:20px; float:right;  clear:both; margin:0px 0px 2px; overflow:hidden; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear;} */
.ba_contact {
    background: #d7df23;
    padding: 0px 15px;
    height: 32px;
    position: relative;
    border: 1px solid #d7df23;
    color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -pie-border-radius: 20px;
    margin: 0px 0px 2px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
    /*20-5-2015*/
    .ba_contact span {
        color: #000;
    }

.ba_contact_text {
    padding-top: 5px;
    display: block;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    color: #000000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-right: 10px;
}
/*20-5-2015*/
.ba_contact_slide_text {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 0px;
    background: none;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 28px; /*-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset; -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset; box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset; */
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
/*20-5-2015*/
.ba_contact {
    padding-right: 210px;
}
    /*20-5-2015*/
    .ba_contact .ba_contact_text {
        color: #000;
    }
    /*20-5-2015*/
    .ba_contact .ba_contact_slide_text {
        width: 225px;
    }
/*20-5-2015*/
.ba_contact_slide_text input[type="text"] {
    width: 140px;
    font-family: 'Roboto-Regular';
}
/*20-5-2015*/
.ba_contact_slide_text input[type="button"] {
    line-height: 23px;
    font-size: 10px;
    background: #0173BA;
    color: #FFF;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 5px;
    border: 0px;
    font-family: 'Roboto-Regular';
}

.register_btn {
    background: #1968b3;
    color: #FFFFFF;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    margin: 2px;
    margin-right: 10px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    border: 1px solid #1968b3;
    position: relative;
    z-index: 9
}
    /*25-5-2015*/
    .register_btn:after {
        position: absolute;
        content: "";
        width: 33px;
        height: 16px;
        background: url(../../images/free_img.gif) no-repeat;
        top: -4px;
        right: -25px;
    }
    /*25-5-2015*/
    .register_btn:hover {
        color: #1968b3;
        background: #d7df23;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        border: 1px solid #1968b3;
    }
/*25-5-2015*/

.banner_con {
    background: #d7df23;
    padding: 0px 15px;
    height: 32px;
    border: 1px solid #d7df23;
    color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -pie-border-radius: 20px;
    position: relative;
    display: inline-block;
}
/*25-5-15*/
.banner_con_text {
    padding-top: 5px;
    display: block;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    color: #000000;
    padding-right: 10px;
}

.ba_contact_b_text input[type="text"] {
    width: 180px;
    font-family: 'Roboto-Regular';
}
/*20-5-2015*/
.ba_contact_b_text input[type="button"] {
    line-height: 23px;
    font-size: 10px;
    background: #0173BA;
    color: #FFF;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 5px;
    border: 0px;
    font-family: 'Roboto-Regular';
}

.ba_contact_b_text {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 275px;
    background: none;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 28px;
}
/*20-5-2015*/

/*10-3-15 End*/


.reg_now {
    background: #004570;
    height: 51px;
    margin-top: 2px;
}
    /*4-5-2015*/

    /*.reg_now1{border-radius: 0px 5px 0px 0px; -moz-border-radius: 0px 5px 0px 0px; -webkit-border-radius: 0px 5px 0px 0px; background:#005083; margin-top:37px; height:53px;}
.reg_now1 table{ width:100%; border-collapse:collapse;}
.ba_contact1{text-align:right; padding-right:10px; margin-top:45px;}
.ba_contact1 input[type="button"]{ background:#d7df23; color:#000;font-family: 'Droid Sans',Arial, sans-serif; font-weight:700;  font-size:16px; border:none; border-radius:15px; padding:5px 15px; border:1px solid #d7df23; transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out;}
.ba_contact1 input[type="button"]:hover {border:1px solid #d7df23; background:none; color:#FFFFFF; transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out; }*/

    .reg_now table {
        width: 100%;
        border-collapse: collapse;
    }

.reg_hd {
    background: url(../../images/reg-now_bg.png) top right no-repeat;
    color: #d7df23;
    text-align: right;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: 700;
    font-size: 16px;
    padding-right: 40px;
    width: 83px;
    margin: 0px;
}


/*.reg_hd{ background:url(../../images/reg-now_bg.gif) bottom right no-repeat; height:53px; color:#d7df23; text-align:right;font-family: 'Droid Sans',Arial, sans-serif; font-weight:700;  font-size:16px; padding:6px 40px 0px 0px;}*/
.track {
    font-family: 'Roboto-Regular';
    font-weight: 700;
    line-height: 50px;
    font-size: 19px;
    ;
    color: #fff;
    text-align: left;
    padding: 0px 0px 0px 20px; /*line-height:50px;*/
}
/*10-3-15*/
#bannReg {
    height: 50px;
}

.ban_caption {
    text-align: left;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: 700;
    font-size: 16px;
    font-size: 16px\0/;
    color: #fff;
    padding: 5px 0px 5px 10px;
    padding: 2px 0px 2px 10px\0/
}

    .ban_caption span {
        color: #d7df23;
        display: inline;
    }


/*********banner end*************/

.content {
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.37);
    box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.37);
    margin-top: 126px;
    padding: 10px 0px;
    position: relative;
}
/*20-5-2015*/
.add { /* margin-bottom:10px; */
    position: relative;
    display: block;
}
/*4-5-2015*/
.add-expand {
    height: 150px;
    overflow: hidden;
    position: absolute;
    transition: height 0.5s ease;
    margin: 0px;
    z-index: 999;
}

    .add-expand .close, .add-expand .more {
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        background: #fff;
        padding: 5px 10px;
        border-radius: 0 0 0 5px;
        cursor: pointer;
    }

.add-expand {
    width: auto !important;
    min-width: auto;
    max-width: 100%;
}

.homefirstadd img {
    width: 100%;
    height: auto
}

/*.add img{ width:100%; height:auto;}*/
.mark_table {
    position: relative;
    z-index: 990;
    top: 130px;
}

    .mark_table tabele {
        width: 100%;
        border-collapse: collapse;
    }

    .mark_table td {
        padding: 0px;
        vertical-align: top;
    }

.mark_hd_td {
    width: 10%;
    font-size: 11px;
}

    .mark_hd_td ul {
        padding: 0px;
        margin: 0px;
    }

    .mark_hd_td li {
        list-style-type: none;
        display: block;
        padding: 2px 0px;
    }

        .mark_hd_td li a {
            border-left: solid 1px #fff;
            color: #000000;
            margin-left: 10px;
            padding-left: 5px;
            border: solid 1px #CCC;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -pie-border-radius: 5px;
            padding: 5px;
            position: relative;
        }
            /* 4-5-2015*/
            .mark_hd_td li a.selected {
                color: #000;
                position: relative;
                background: #fff;
                border-left: 1px solid #0073bb;
                border: solid 1px #0073bb;
            }

                .mark_hd_td li a.selected:after, .mark li a.selected:before {
                    right: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .mark_hd_td li a.selected:after {
                    border-color: rgba(225, 183, 213, 0);
                    border-right-color: #0173ba;
                    border-width: 8px;
                    margin-top: -8px;
                }

                .mark_hd_td li a.selected:before {
                    border-color: rgba(194, 225, 245, 0);
                    border-right-color: #ff0000;
                    border-width: 15px;
                    margin-top: -15px;
                }

    .mark_hd_td .exname {
        font-size: 14px;
        color: #0073bb;
        font-style: normal;
    }

    .mark_hd_td .gree {
        color: #00950b;
        margin-left: 15px;
    }

    .mark_hd_td .red {
        color: #e00410;
        margin-left: 15px;
    }

    .mark_hd_td p {
        padding: 0px;
        margin: 0px;
    }

.tab_bordr_bottom {
    border-bottom: dashed 1px #c1c1c1;
}

.up_arrow {
    width: 11px;
    height: 16px;
    background-position: -165px 5px;
    position: absolute;
    display: block;
    margin-left: -15px;
}

.down_arrow {
    width: 11px;
    height: 16px;
    background-position: -186px 5px;
    position: absolute;
    display: block;
    margin-left: -15px;
}

/*.marke{ padding:0px 0px;}
.mark {margin:0; padding:0; width:100%; overflow:hidden;}
.mark li {float:left; margin:1px 0px 0; font-size:11px; width:46%; padding:0px 5px;}
.mark li a {color:#000000; line-height:15px; padding:0 0px; display:block; border:solid 1px #fff;  margin-bottom:20px; }
.mark span{ float:right; text-align:right; position:relative;}
.mark li a.selected {color:#000; border:solid 1px #e7e7e7; position: relative;background: #fff; border-bottom: 1px solid #0073bb;}
.mark li a.selected:after, .mark li a.selected:before {top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.mark li a.selected:after  {border-color: rgba(225, 183, 213, 0); border-top-color: #fff; border-width: 10px; margin-left: -10px; }
.mark li a.selected:before {border-color: rgba(194, 225, 245, 0); border-top-color: #0073bb; border-width: 11px; margin-left: -11px;}
.mark table{ width:100%; border-collapse:collapse; padding-bottom:10px;}
.mark td{ padding:5px 10px;}
.mark .gree{ color:#00950b;}
.mark .exname{ font-size:14px; color:#0073bb; font-style:normal;}
.mark .pric{ text-align:right;}
.uparrow{ width:1px; height:30px; background-position: -165px 25px; position:absolute; display:block;}
.tabbordrrigh{ border-right:dashed 1px #c1c1c1;}*/

.searchbg {
    position: static;
    background: url(../../images/searcgBg.gif) top left no-repeat #fff;
    background: #e9e9e9\0/;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.20);
    height: 56px;
}
/*4-5-2015*/
.quot {
    padding: 5px 0px;
    margin: 0px;
}

    .quot ul {
        margin: 0px 0px 0px 10px;
        padding: 0px;
    }

.qttab li {
    float: left;
    margin: 1px 1px 0 2px;
}

    .qttab li a {
        color: #626262;
        line-height: 25px;
        padding: 0 20px;
        display: block;
        background: #d9d9d9;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
        -pie-border-top-left-radius: 8px;
        -pie-border-top-right-radius: 8px;
        position: relative;
    }

        .qttab li a.selected {
            background: #FFFFFF;
            border: solid 1px #c7c7c7;
            color: #0073bb;
            font-weight: bold;
            -moz-border-radius-topleft: 8px;
            -webkit-border-top-left-radius: 8px;
            border-top-left-radius: 8px;
            -moz-border-radius-topright: 8px;
            -webkit-border-top-right-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom: none !important;
        }

.searchTn {
    border: 1px solid #c7c7c7 !important;
    background: #FFFFFF !important;
    margin-bottom: 15px;
    margin-top: -1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -pie-border-radius: 8px;
}
    /* 4-5-2015*/
    .searchTn table {
        width: 100%;
        border-collapse: collapse;
    }

    .searchTn .td_select {
        width: 100px;
    }

    .searchTn select {
        border: none;
        max-width: 100px;
        line-height: 25px;
        height: 25px;
        color: #0073bb;
    }

    .searchTn input[type="text"] {
        width: 95%;
        border: none !important;
        background: none;
        margin-bottom: 0px !important;
        box-shadow: none !important;
    }

    .searchTn input[type="button"] {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: none;
        line-height: 30px;
        height: 30px;
        background-color: #e5f1f8 !important;
        background-image: url(../../images/sprite.png);
        background-repeat: no-repeat;
        background-position: -39px -171px;
        width: 30px;
        left: 0;
        color: #e5f1f8;
        font-size: 1px;
    }

    .searchTn input[type="submit"] {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: none;
        line-height: 30px;
        height: 30px;
        background-color: #e5f1f8 !important;
        background-image: url(../../images/sprite.png);
        background-repeat: no-repeat;
        background-position: -39px -171px;
        width: 30px;
        left: 0;
        color: #e5f1f8;
        font-size: 1px;
    }

.ser ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.sermar {
    margin: 0px !important;
}

.ser ul li {
    list-style-type: none;
    display: inline-block;
    float: left\0/;
    width: 22%;
    width: 21.5%\0/;
    margin: 8px 7px 5px;
    text-align: center;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: 700;
    font-size: 16px;
}

    .ser ul li a {
        background: #ffffff;
        -webkit-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.34);
        -moz-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.34);
        box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.34);
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border: solid 1px #FFFFFF;
        line-height: 40px;
        color: #000;
        transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        border: solid 1px #CCCCCC\0/;
        -pie-box-shadow: 0px 3px 7px 1px #CDCDCD;
        -pie-border-radius: 8px;
    }
        /*.ser li a:hover{ -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; transition:0.5s ease-in-out; -moz-transition:0.5s ease-in-out; -webkit-transition:0.5s ease-in-out;}*/
        .ser ul li a:hover {
            background: #d7df23;
            transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -webkit-transition: 0.5s ease-in-out;
        }

.innersha {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.2);
    width: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.middlecon {
    margin: 20px 0px 50px;
}

.bordashleft {
    border-left: dashed 1px #bdbdbd;
    min-height: 180px !important;
}

.pad20 {
    padding: 0px 0px 0px 2.5641%;
}

.medi {
    font-size: 15px;
    color: #000;
    text-align: right;
}

    .medi b {
        display: block;
        color: #0073bb;
        font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
        font-weight: 700;
        font-size: 19px;
    }

    .medi p {
        margin-top: 10px;
    }

    .medi img {
        width: 100%;
        height: auto;
    }

.custca {
    background: url(../../images/cusotmercare.jpg) 100% 100% no-repeat;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
    left: 0px;
    position: relative;
    padding: 10px;
    border: solid 1px #CCCCCC\0/
}

    .custca h3 {
        font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
        font-weight: 700;
        font-size: 19px;
        color: #0073bb;
        line-height: 20px;
        margin: 0px 0px 16px 0px;
    }

    .custca ul {
        margin: 0px 0px 15px 0px;
        padding: 0px;
    }

    .custca li {
        list-style-type: none;
        color: #000;
        font-size: 13px;
        padding: 2px 0px 2px 20px;
        display: block;
        transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
    }

        .custca li a {
            color: #000;
            transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
        }

            .custca li a > b {
                background: url(../../images/sprite.png)0px -210px no-repeat;
                position: absolute;
                width: 6px;
                height: 12px;
                margin-left: -20px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
            }

        .custca li:hover a {
            color: #0073bb;
            transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
        }

        .custca li a:hover > b {
            background: url(../../images/sprite.png)0px -210px no-repeat;
            position: absolute;
            width: 6px;
            height: 12px;
            margin-left: -10px;
            transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
        }




.smk_accordion .accordion_in {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}

    .smk_accordion .accordion_in .acc_head {
        position: relative;
        background: #FDFDFD;
        border-bottom: 1px dashed #ccc;
        padding: 5px 10px;
        font-size: 17px;
        font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
        display: block;
        cursor: pointer;
    }

        .smk_accordion .accordion_in .acc_head .acc_icon_expand {
            display: block;
            width: 18px;
            height: 18px;
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -9px;
            background: url(../../images/sprite.png) 0px -248px;
        }

    .smk_accordion .accordion_in .acc_content {
        color: #000;
        padding: 1px 0px;
        font-size: 12px;
    }

        .smk_accordion .accordion_in .acc_content b {
            color: #0073bb;
            display: block;
            margin-top: 10px;
        }

        .smk_accordion .accordion_in .acc_content .more a {
            text-align: right;
            color: #1968b3 !important;
        }

            .smk_accordion .accordion_in .acc_content .more a:hover {
                text-decoration: underline !important;
            }

        .smk_accordion .accordion_in .acc_content p {
            margin: 0px;
            padding: 5px 0px;
        }

        .smk_accordion .accordion_in .acc_content h1:first-of-type,
        .smk_accordion .accordion_in .acc_content h2:first-of-type,
        .smk_accordion .accordion_in .acc_content h3:first-of-type,
        .smk_accordion .accordion_in .acc_content h4:first-of-type,
        .smk_accordion .accordion_in .acc_content h5:first-of-type,
        .smk_accordion .accordion_in .acc_content h6:first-of-type {
            margin-top: 5px;
        }

    .smk_accordion .accordion_in:first-of-type,
    .smk_accordion .accordion_in:first-of-type .acc_head {
        border-radius: 3px 3px 0 0;
    }

    .smk_accordion .accordion_in:last-of-type,
    .smk_accordion .accordion_in:last-of-type .acc_content {
        border-radius: 0 0 3px 3px;
    }

    .smk_accordion .accordion_in.acc_active > .acc_content {
        display: block;
    }

    .smk_accordion .accordion_in.acc_active > .acc_head {
        color: #1968b3 !important;
    }

        .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
            background: url(../../images/sprite.png) 0px -230px;
        }

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 40px;
}


/********************* Inner Page CSS - Market *****************/
.alsection {
    margin-top: 126px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.Innr_ptrn { /*background:url(../../images/Inr_ptrn_bg.png); background:#edeeef url(../../images/Inr_ptrn_bg.png)\0/;*/
}

.cmbxshd {
    background: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.22);
    margin-bottom: 20px;
}

    .cmbxshd h4 {
        font-family: 'Roboto-Regular';
        font-weight: 400;
        color: #0073bb;
        padding-bottom: 8px;
        padding-bottom: 7px\0/;
        font-size: 25px;
        border-bottom: solid 1px #0073bb;
        margin-top: 0px;
        margin-top: 4px\0/;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cmbxshd h4 {
        padding-bottom: 11px;
        margin-top: 4px;
    }
}

.cmbxshd h4 span {
    padding: 5px 0px 5px 50px;
}

.cmbxshd h4 .mark_icon {
    background-position: -246px -297px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.cmbxshd h4 .resea_icon {
    background-position: -246px -362px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.cmbxshd h4 .equi_icon {
    background-position: -838px -739px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.cmbxshd img {
    width: 100%;
    margin-bottom: 5px;
}

.cmbxshd p {
    text-align: justify;
    margin-bottom: 0;
}

.InrBreadCb {
    text-align: right !important;
    color: #1966af;
    padding-bottom: 10px;
}

    .InrBreadCb em {
        color: #000;
        font-style: normal;
        display: inline-block
    }

.IndiceSlider td {
    border-right: 1px solid #d8d8d8;
    padding: 0 5px;
}

    .IndiceSlider td:last-child {
        border-right: none;
    }

    .IndiceSlider td h5 {
        margin: 0;
        padding: 0;
        color: #0073bb;
        font-size: 15px;
        font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
        font-weight: 700;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 3px;
    }

    .IndiceSlider td .indCont1 {
        overflow: hidden;
        width: 100% !important;
        position: relative;
        padding: 10px 0 !important;
        min-height: 40px;
    }

        .IndiceSlider td .indCont1 em {
            font-style: normal;
            font-size: 12px;
        }

        .IndiceSlider td .indCont1 b {
            font-size: 13px;
            margin-top: 3px;
            display: block;
        }

        .IndiceSlider td .indCont1 i {
            text-align: left;
            font-style: normal;
            position: relative;
            padding-left: 25px;
            font-size: 10px;
            padding-top: 10px;
            float: right !important
        }

            .IndiceSlider td .indCont1 i span {
                width: 20px;
                height: 20px;
                position: absolute;
                bottom: 0;
                left: 0;
            }

    .IndiceSlider td .indCont2 {
        overflow: hidden;
        width: 100% !important;
        position: relative;
        padding: 5px 0 !important;
        min-height: 40px;
    }

        .IndiceSlider td .indCont2 em {
            font-style: normal;
            font-size: 12px;
        }

        .IndiceSlider td .indCont2 i {
            font-size: 13px;
            display: block;
            font-weight: bold;
            font-style: normal;
            position: relative;
            padding-left: 25px;
        }

            .IndiceSlider td .indCont2 i span {
                width: 20px;
                height: 20px;
                position: absolute;
                bottom: -3px;
                left: 0;
            }

.bdrb {
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    padding: 4px 0;
}

.bdrbN {
    border-bottom: none;
    overflow: hidden;
    padding: 4px 0;
}

.mlft {
    margin-left: 0 !important;
}

.Intab {
    margin: 0;
    padding: 0;
    /*background: #009a94;*/
    width: 100%;
    overflow: hidden;
    font: 400 16px Arial,sans-serif;
}

    .Intab li {
        float: left;
        margin: 1px 1px 0 2px;
    }

        .Intab li a {
            color: #373f41 !important;
            line-height: 34px;
            padding: 0 20px;
            display: block;
            font-weight:500 !important;
            background:#fff;
            border-top-left-radius: .25em;
             border-top-right-radius: .25em;
             font-family: 'JioType' !important;
             font-size: 18px;
        }

            .Intab li a.selected {
                background: #009d69;
                color: #FFFFFF !important;
                margin-left:-2px;
                font-weight: 500 !important;
            }
            .today_tab li a{font-size: 18px !important;}
            .chrt_dte{font-size: 16px !important;}
            tspan {
                font-size: 14px !important;
            }

.blutab {
    margin: 0;
    padding: 0;
}

    .blutab li {
        float: left;
        margin-right: 22px
    }

        .blutab li a {
            color: #828181;
            line-height: 22px;
            padding: 0 6px;
            transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
        }

            .blutab li a:hover {
                background: #dfdfdf;
            }

            .blutab li a.sel {
                background: #0073bb;
                color: #FFFFFF;
            }

.Incmselect {
    float: right;
    border-radius: 0;
    color: #0073bb;
    width: 120px;
    height: 26px;
    padding: 2px 6px !important;
}

.bdrbSolid {
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    margin-bottom: 10px;
}

.NSE_logo {
    width: 63px;
    height: 21px;
    background-position: -24px -3px;
    display: block;
}

.BSE_logo {
    width: 63px;
    height: 21px;
    background-position: -25px -29px;
    display: block;
}

.mrkt_tble {
    margin-top: 10px;
    border-bottom: 1px solid #CCC;
}

    .mrkt_tble td {
        padding: 10px;
    }

.Cdetail {
    position: relative;
    padding-left: 25px !important;
}

.big_grn_arw {
    background-position: -2px -56px;
    width: 16px;
    height: 19px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.big_red_arw {
    background-position: -2px -78px;
    width: 16px;
    height: 19px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.Cdetail h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 2px;
}

.Cdetail em {
    font-style: normal;
}

.cmbdr {
    border: 1px solid #e7e6e6;
    /*background-image: url(logo-b.png);*/
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cmbck {
    background: #f0f0f0;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cmbdrTn {
    border: 1px solid #e7e6e6;
    border-top: none;
    /*background-image: url(logo-b.png);*/
    /*padding: 10px;*/
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.green_arw {
    background-position: 0 0;
}

.red_arw {
    background-position: 0 -20px;
}

.mrt_grn_color {
    color: #009247 !important;
}

.mrt_red_color {
    color: #c80000 !important;
}

.Tmovtab {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
}

    .Tmovtab ul {
        font-size: 12px;
    }

    .Tmovtab li {
        list-style: none;
        text-align: center;
        margin-right: 5px;
        padding: 10px;
        float: left;
        line-height: 0
    }

        .Tmovtab li.active {
            background: #797979;
        }

            .Tmovtab li.active > a {
                color: #FFF;
            }

        .Tmovtab li a {
            color: #909090;
            padding: 0;
            display: block;
        }

.tmvtable {
    width: 100%
}

    .tmvtable td {
        border: 1px solid #FFF;
        text-align: right;
        padding: 5px 5px 5px 0;
        font-size: 10px;
    }

.comtable {
    margin: 5px 0 10px 0;
}

    .comtable th {
        padding: 5px;
        background: #c4c4c4;
        font-weight: normal;
        border-right: 1px solid #b6b6b6;
    }

    .comtable td {
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        padding: 5px;
        text-align: right;
    }

        .comtable td:last-child {
            border-right: none;
        }

        .comtable td a {
            display: inline-block;
            padding-top: 6px;
            text-align: left;
        }

.mplus {
    background-position: -22px -54px;
    width: 21px;
    height: 20px;
    margin: 2px 5px 0 0;
    float: left
}

.txtLft {
    text-align: left !important;
}

.txtrig {
    text-align: right !important;
}

.Mrkt_det {
    position: relative;
}

.Mrkt_Cont {
    width: 350px;
    min-height: 250px;
    background: #0073bb;
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 10px;
}

    .Mrkt_Cont .closeMrkt {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #FFFFFF;
        display: block !important;
        cursor: pointer;
        font-style: normal;
        display: inline-block;
        background-position: -98px -34px;
        width: 15px;
        height: 15px;
    }

    .Mrkt_Cont h4 {
        color: #FFF;
        font-size: 16px;
        border-bottom: 1px solid #338fc9;
        padding-bottom: 7px;
        margin: 0;
        padding: 0;
        padding-bottom: 8px;
    }

.more_btn {
    float: right;
    padding: 2px;
}

.blacksmHd {
    font-size: 17px;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.blacksmHd1 {
    color: #000 !important;
    border-bottom: 0px !important;
    font-size: 17px !important;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.Ana_Crn {
    margin: 0;
    padding: 0;
}

    .Ana_Crn > li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
    }

        .Ana_Crn > li:before {
            position: absolute;
            content: "";
            background: url(../../images/Inr_sprite.png) no-repeat -50px -59px;
            width: 6px;
            height: 10px;
            top: 5px;
            left: 5px;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

        .Ana_Crn > li:hover h5 {
            color: #005991;
        }

        .Ana_Crn > li:hover:before {
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            left: 10px;
        }

        .Ana_Crn > li h5 {
            color: #0073bb;
            font-weight: normal;
            margin: 0;
            padding: 0;
            margin-bottom: 5px;
        }

        .Ana_Crn > li p {
            line-height: 18px;
        }

        .Ana_Crn > li ul {
            margin: 0;
            padding: 0;
        }

            .Ana_Crn > li ul li {
                line-height: 18px;
                margin-bottom: 7px;
                padding-left: 10px;
                position: relative;
            }

                .Ana_Crn > li ul li:before {
                    position: absolute;
                    content: "";
                    background: url(../../images/Inr_sprite.png) no-repeat -60px -59px;
                    width: 5px;
                    height: 9px;
                    top: 4px;
                    left: 0;
                    transition: 0.3s ease-in-out;
                    -webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                }

                .Ana_Crn > li ul li:hover:before {
                    background-position: -70px -59px;
                    transition: 0.3s ease-in-out;
                    -webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                }

.mb10 {
    margin-bottom: 10px;
}

.Mnews {
    margin: 0;
    padding: 0;
}

    .Mnews li {
        margin-bottom: 25px;
        cursor: pointer;
    }

        .Mnews li span {
            float: left;
            width: 46px;
            height: 46px;
            background: #d5d5d5;
            display: block;
            margin-right: 13px;
            text-align: center;
        }

            .Mnews li span em, .Mnews li span i {
                font-style: normal;
            }

            .Mnews li span em {
                background: #a7a7a7;
                line-height: 22px;
                text-transform: uppercase;
                color: #FFF;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
            }

        .Mnews li a {
            color: #0073bb;
            line-height: 15px;
        }

            .Mnews li a b {
                font-weight: normal;
                color: #000000;
            }

        .Mnews li:hover span em {
            background: #0073bb;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

.inde_table {
    margin-bottom: 6px;
}

    .inde_table th {
        padding: 5px 6px;
        background: #c4c4c4;
        font-weight: normal;
        text-align: left;
    }

    .inde_table td {
        border-bottom: 1px solid #c4c4c4;
        padding: 4px 6px;
    }

        .inde_table td a {
            color: #0073bb;
            padding-left: 10px;
            position: relative;
        }

            .inde_table td a:before {
                position: absolute;
                content: "";
                left: 0px;
                top: 2px;
                background: url(../../images/Inr_sprite.png) no-repeat -70px -59px;
                width: 5px;
                height: 9px;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
            }

            .inde_table td a:hover:before {
                background-position: -60px -59px;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
            }

.MScrtable {
    margin: 5px 0 10px 0;
}

    .MScrtable th {
        padding: 5px;
        background: #c4c4c4;
        font-weight: normal;
        border-right: 1px solid #b6b6b6;
    }

    .MScrtable td {
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        padding: 1px 5px;
        text-align: right;
    }

        .MScrtable td:last-child {
            border-right: none;
        }

        .MScrtable td a {
            display: inline-block;
            padding-top: 6px;
            text-align: left;
        }

.accordion {
    width: 100%;
    margin: 0 auto 10px !important;
}

    .accordion dl {
        width: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        -webkit-transition-duration: 350ms;
        transition-duration: 350ms;
    }

        .accordion dl dt a {
            position: relative;
            background: #d0d0d0 url(../../images/Ac_plus.png) no-repeat 8px 8px;
            font-weight: normal;
            display: block;
            text-align: left;
            color: #0073bb;
            font-size: 12px;
            text-decoration: none;
            padding: 6px 0 6px 28px;
        }

        .accordion dl dt.active a {
            color: #0073bb;
            font-weight: bold;
            font-size: 12px;
            background: #d7df23 url(../../images/Ac_minus.png) no-repeat 8px 8px;
        }

        .accordion dl dt {
            margin-top: 1px;
        }

            .accordion dl dt:first-child {
                margin-top: 0;
            }

        .accordion dl dd {
            display: none;
            margin-left: 0;
        }

            .accordion dl dd.active {
                display: block;
            }

.mob_lftmenu {
    display: none;
}

.lfInrnav {
    width: 100%;
}

    .lfInrnav h2 {
        color: #3d3d3d !important;
        text-align: left;
        background: #dfdfdf;
        display: block;
        line-height: 30px;
        text-decoration: none !important;
        font-size: 11px;
        position: relative;
        margin-top: 1px !important;
        padding-left: 15px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-out;
        opacity: 1;
        cursor: pointer;
        font-weight: normal;
    }

        .lfInrnav h2:after {
            position: absolute;
            content: "";
            background: url(../../images/Inr_sprite.png) no-repeat -80px -62px;
            width: 10px;
            height: 6px;
            top: 13px;
            right: 12px;
        }

        .lfInrnav h2:hover {
            color: #FFF;
        }

    .lfInrnav h2, .lfInrnav p {
        margin: 0;
    }

.sub-accordion {
    padding-left: 0;
}

    .sub-accordion > h3 {
        font-size: 11px !important;
        line-height: 28px;
        background: #c4c4c4;
        cursor: pointer;
        margin: 1px 0 1px 0 !important;
        text-align: right;
        font-size: 12px !important;
        color: #3d3d3d !important;
        padding-left: 15px;
        font-weight: normal;
        text-align: left;
    }

.sub-block ul {
    margin: 0;
    padding: 0;
}

    .sub-block ul li {
        list-style-type: none;
    }

        .sub-block ul li a {
            color: #3d3d3d !important;
            text-align: left;
            background: #dfdfdf;
            display: block;
            line-height: 30px;
            text-decoration: none !important;
            font-size: 11px;
            position: relative;
            margin-top: 1px;
            padding-left: 10px;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-out;
        }

            .sub-block ul li a:before {
                content: "";
                position: absolute;
                left: -10px;
                top: 50%;
                margin-top: -6px;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-out;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 0 6px 6px;
                border-color: transparent transparent transparent #ffffff;
                opacity: 0;
            }

            .sub-block ul li a:hover {
                background: #bcbcbc;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-out;
                opacity: 1;
                padding-left: 15px;
                font-size: 12px;
                color: #000000;
            }

                .sub-block ul li a:hover:before {
                    left: 0;
                    opacity: 1;
                    transition: 0.3s ease-in-out;
                    -webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-out;
                }

.lfInrnav > a {
    color: #3d3d3d !important;
    text-align: left;
    background: #dfdfdf;
    display: block;
    line-height: 30px;
    text-decoration: none !important;
    font-size: 11px;
    position: relative;
    margin-top: 1px;
    padding-left: 10px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-out;
    opacity: 1;
}

    .lfInrnav > a:hover, .lfInrnav > a.activen {
        background: #bcbcbc;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-out;
        opacity: 1;
        padding-left: 15px;
        font-size: 12px;
        color: #000000;
    }

    .lfInrnav > a i {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #ffffff;
        top: 50%;
        margin-top: -6px;
        left: 0;
    }

    .lfInrnav > a:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #ffffff;
        top: 50%;
        margin-top: -6px;
        left: -10px;
        opacity: 0;
    }

    .lfInrnav > a:Hover:before {
        left: 0;
        opacity: 1;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-out;
    }

.InRReport {
    background: #0073bb url(../../images/RR_Glow.png) no-repeat top center; /* min-height:250px;*/
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer
}
    /*26-5-15*/
    .InRReport span {
        background-position: -946px -968px;
        width: 42px;
        height: 36px;
        float: left;
        margin: 3px 0 0 0
    }
    /*26-5-15*/
    .InRReport h2 {
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 20px;
        font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
        font-weight: 700;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: normal;
    }
    /*26-5-15*/
    .InRReport ul {
        margin: 0;
        padding: 0;
        margin-left: 15px;
    }

        .InRReport ul li {
            padding-left: 15px;
            position: relative;
        }

            .InRReport ul li a {
                padding-bottom: 5px;
                color: #FFFFFF;
            }

            .InRReport ul li:before {
                position: absolute;
                content: "";
                background: url(../../images/Inr_sprite.png) no-repeat -104px -57px;
                width: 5px;
                height: 7px;
                left: 4px;
                top: 7px;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-out;
            }

            .InRReport ul li:hover:before {
                left: 7px;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-out;
            }

.GrnTabC {
    background: #d7df21;
    padding: 5px;
}

.GrnTab {
    margin: 0;
    padding: 0;
    background: #d7df21;
    width: 100%;
    overflow: hidden;
}

    .GrnTab li {
        float: left;
        margin: 1px 1px 0 2px;
    }

        .GrnTab li a {
            color: #626262;
            line-height: 34px;
            padding: 0 20px;
            display: block;
        }

            .GrnTab li a.selected {
                background: #FFFFFF;
                color: #000;
                font-weight: bold;
            }

.paging td {
    padding: 5px 0px;
    border: 1px solid #b4c11d;
    text-align: center;
}

    .paging td a {
        width: 13px;
        height: 12px;
        margin: 0 auto
    }

.botmpaging td {
    padding: 5px 0px;
    border: 1px solid #dee4e7;
    text-align: center;
}

    .botmpaging td a {
        width: 13px;
        height: 12px;
        margin: 0 auto
    }

.backw_arw1 {
    background-position: -24px -80px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-out;
}

    .backw_arw1:hover {
        background-position: -38px -80px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-out;
    }

.backw_arw2 {
    background-position: -52px -80px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-out;
}

    .backw_arw2:hover {
        background-position: -65px -80px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-out;
    }

.frdwrd_arw1 {
    background-position: -38px -93px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-out;
}

    .frdwrd_arw1:hover, .frdwrd_arw1.actarw {
        background-position: -24px -93px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-out;
    }

.frdwrd_arw2 {
    background-position: -65px -93px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-out;
}

    .frdwrd_arw2:hover, .frdwrd_arw2.actarw {
        background-position: -52px -93px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-out;
    }

.Gran_selbx {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

    .Gran_selbx td {
        padding: 5px 15px 10px 5px;
    }

        .Gran_selbx td:last-child {
            padding-right: 0;
        }

        .Gran_selbx td select {
            float: right;
            border-radius: 0;
            color: #0073bb;
            width: 100%;
            height: 26px;
            padding: 2px 6px !important;
            font-size: 12px !important
        }

.go_btn {
    background: #0073bb;
    color: #fff;
    border: 0;
    padding: 2px 7px
}

    .go_btn:hover {
        color: #d7df21;
        background: #055282;
    }

.bbluehd {
    color: #0073bb;
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: 700;
    line-height: 18px;
}

.delayed_text {
    text-align: right;
    font-weight: normal;
    display: block;
}

.Inrmarcontable {
    padding: 0px;
    font-size: 11px;
    margin: 12px 0 20px;
}

    .Inrmarcontable table {
        width: 100%;
        border-collapse: collapse;
    }

    .Inrmarcontable th {
        background: #e5e5e5;
        color: #000000;
        font-size: 11px;
        text-align: center;
        line-height: 15px;
        padding: 10px;
    }

    .Inrmarcontable td {
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        padding: 4px 0;
    }

.rupee {
    font-family: 'Roboto-Regular';
    font-size: 11px !important;
    display: inline-block;
}

.Inmcompanyname a {
    color: #0073bb;
    font-size: 11px;
    display: block;
    line-height: 32px;
    font-weight: 600;
    text-align: left
}

    .Inmcompanyname a:hover {
        color: #2e7fd1 !important;
    }

.Inmprice {
    font-size: 11px;
    color: #333333;
    background: #f2f2f2;
}

.mgreen {
    color: #02932a;
    font-size: 11px !important;
    position: relative;
    padding-right: 25px;
}

    .mgreen:after {
        content: "";
        background: url(../../images/Inr_sprite.png) no-repeat 0 0;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        margin-left: 5px;
    }

.Singmgreen {
    color: #02932a;
    font-size: 11px !important;
}

.Singmred {
    color: #c80000;
}

.mred {
    color: #c80000;
    font-size: 11px !important;
    position: relative;
    padding-right: 25px;
}

    .mred:after {
        content: "";
        background: url(../../images/Inr_sprite.png) no-repeat 0 -20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        margin-left: 5px;
    }

.Inrmarcontable .mplus {
    margin-top: 7px;
}

.thborri {
    background: #d9d9d9 !important;
}

.mrating {
    width: 250px;
}


/*******footer start*******/
footer {
    -webkit-box-shadow: 0px -7px 30px 0px rgba(50, 50, 50, 0.57);
    -moz-box-shadow: 0px -7px 30px 0px rgba(50, 50, 50, 0.57);
    box-shadow: 0px -7px 30px 0px rgba(50, 50, 50, 0.57);
    background: #eaeaea;
    border-top: solid 4px #fff;
    padding-bottom: 5px;
}
/*6-5-2015*/

.ftreg {
    background: #d7df23;
    width: 100%;
    padding: 5px;
}
    /*25-5-15*/
    .ftreg .ftreg_cont {
        width: 520px;
        margin: 0 auto
    }
/*25-5-15*/

.flink {
    background: url(../../images/flink_middle.png) 0px 0px repeat-x;
    height: 51px;
    position: relative;
    margin-top: -20px;
    text-align: center;
}

    .flink::before {
        content: url('../../images/fLeft.png');
        height: 51px;
        width: 39px;
        position: absolute;
        display: block;
        left: 0%;
        margin-left: -15px !important;
    }

    .flink::after {
        content: url('../../images/fRight.png');
        height: 51px;
        width: 39px;
        top: 0px !important;
        float: right;
        position: absolute;
        display: block;
        left: 100%;
        margin-left: -10px !important;
    }

    .flink ul {
        margin: 0px;
        padding: 0px;
    }

    .flink li {
        list-style-type: none;
        display: inline-block;
        padding: 0px 39px;
        color: #000000;
        font-size: 12px;
        line-height: 39px;
    }
        /*4-5-2015*/
        .flink li a {
            color: #000;
        }

            .flink li a:hover {
                border-bottom: solid 4px #1c6ab2;
                color: #1c6ab2;
            }

    .flink select {
        display: none;
    }

.borri {
    border-right: solid 1px #fff;
}

.left_soci {
    position: fixed;
    top: 145px;
    left: 5px;
    z-index: +999
}

    .left_soci ul {
        margin: 0px;
        padding: 0px;
    }

        .left_soci ul li {
            list-style-type: none;
            display: block;
            position: relative;
            padding: 1px 0px;
            left: 0px;
            transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -webkit-transition: 0.5s ease-in-out;
        }

            .left_soci ul li:hover {
                left: 10px;
                transition: 0.5s ease-in-out;
                -moz-transition: 0.5s ease-in-out;
                -webkit-transition: 0.5s ease-in-out;
            }

.face_book {
    background-position: -431px -7px;
    display: block;
    width: 23px;
    height: 23px;
}

.linkedin {
    background-position: -431px -32px;
    display: block;
    width: 23px;
    height: 23px;
}

.twitter {
    background-position: -431px -58px;
    display: block;
    width: 23px;
    height: 23px;
}

.google_plus {
    background-position: -431px -83px;
    display: block;
    width: 23px;
    height: 23px;
}

.you_tube {
    background-position: -431px -109px;
    display: block;
    width: 23px;
    height: 23px;
}


.soci {
    margin: 10px 0px;
}

    .soci ul {
        margin: 0px;
        padding: 0px;
    }

    .soci li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .soci li a {
            color: #eaeaea;
            color: rgba(0,0,0,0);
            transform: scale(1);
            transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -webkit-transition: 0.5s ease-in-out;
            text-indent: -1000px;
        }

            .soci li a:hover {
                color: #eaeaea;
                color: rgba(0,0,0,0);
                transform: scale(1.2);
                transition: 0.5s ease-in-out;
                -moz-transition: 0.5s ease-in-out;
                -webkit-transition: 0.5s ease-in-out;
            }

.face {
    background-position: -54px -214px;
    width: 40px;
    height: 40px !important;
    display: block;
}

.googp {
    background-position: -107px -214px;
    width: 40px;
    height: 40px !important;
    display: block;
}

.tw {
    background-position: -160px -214px;
    width: 40px;
    height: 40px !important;
    display: block;
}

.li {
    background-position: -216px -214px;
    width: 40px;
    height: 40px !important;
    display: block;
}

.yt {
    background-position: -270px -214px;
    width: 40px;
    height: 40px !important;
    display: block;
}

.bl {
    background-position: -328px -214px;
    width: 40px;
    height: 40px !important;
    display: block;
}


.comgrouplink {
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}
    /*20-5-2015*/
    .comgrouplink > li {
        float: left;
    }
        /*20-5-2015*/
        .comgrouplink > li > a {
            display: block;
            padding: 0 10px;
            line-height: 18px;
            font-size: 11px;
            color: #000;
            font-weight: bold;
        }
            /*20-5-2015*/
            .comgrouplink > li > a:hover {
                color: #01568d;
                text-decoration: underline !important;
            }
/*20-5-2015*/
.group {
    width: 200px;
    float: right;
    background: url(../../images/flink_middle.png) 0px 0px repeat-x;
    height: 51px;
    position: relative;
    margin: 10px 0px;
    font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
    font-weight: 700;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
}

    .group::before {
        content: url('../../images/fLeft.png');
        height: 51px;
        width: 39px;
        position: absolute;
        display: block;
        left: 0%;
        margin-left: -15px !important;
    }

    .group::after {
        content: url('../../images/fRight.png');
        height: 51px;
        width: 39px;
        top: 0px !important;
        float: right;
        position: absolute;
        display: block;
        left: 100%;
        margin-left: -10px !important;
    }

    .group a {
        color: #000;
    }

.grouglobe {
    background-position: -69px -280px;
    position: absolute;
    display: block;
    width: 30px;
    height: 40px;
}

.grouarrow {
    width: 30px;
    height: 40px;
    position: absolute;
    background-position: -135px -280px;
    right: 0px !important;
}

.group div {
    padding: 0px;
    position: absolute;
    top: 41px;
    right: -18px;
    display: none;
    visibility: hidden;
    transition: 0.2s opcity;
    -moz-transition: 0.2s opcity;
    -webkit-transition: 0.2s opcity;
    -o-transition: 0.2s opcity;
    -ms-transition: 0.2s opcity;
    -transition: 0.2s opcity;
    margin-left: -2px;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    width: 100%;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

    .group div a {
        font-size: 11px !important;
        line-height: 25px;
        border-bottom: 1px dashed #CCCCCC;
        font-family: 'Roboto-Regular';
        text-transform: none;
    }

.group:hover div {
    display: block;
    opacity: 1;
    visibility: visible;
}


.grivi {
    text-align: center;
    padding: 10px 0px;
    color: #000000;
    font-size: 12px;
}

    .grivi a {
        display: inline-block;
        color: #1c6ab2;
    }

.regno {
    text-align: center;
    padding: 10px 0px;
    color: #000000;
    font-size: 10px;
}

.attane {
    padding: 10px 0px;
    position: relative;
    color: #c1302a;
}

    .attane span {
        display: inline;
    }

    .attane marquee {
        position: absolute;
        width: 90%;
    }

    .attane p {
        margin: 0px;
    }

.copyri {
    padding: 10px 0px 20px;
    font-size: 10px;
    color: #444444;
    margin-bottom: 80px;
}
/*25-5-15*/
.copyri1 {
    text-align: right;
    padding: 10px 0px 20px;
    font-size: 10px;
    color: #444444;
}

.dion {
    background-position: -78px -337px;
    width: 41px;
    height: 14px;
    position: relative;
    display: block;
    float: right;
    margin-left: 5px;
}


.ticker {
    background: #efefef !important;
    width: 100%;
    padding: 5px;
}

    .ticker .sele {
        width: 100px !important;
        float: left;
    }

        .ticker .sele select {
            background: #525252;
            color: #fff;
            margin: 0px;
            width: 100%;
            ont-size: 12px;
            line-height: 25px;
            font-size: 14px;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border: none;
        }

    .ticker .compan {
        width: 100% !important;
    }
        /* 10-3-15*/

        .ticker .compan .tickmar {
            margin: 0px;
            padding: 0px;
            width: 100% !important;
        }
/* 10-3-15*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ticker .compan .tickmar {
        position: absolute;
        margin-top: -5px;
    }
}
/* 10-3-15*/
.tickmar marquee {
    overflow: hidden;
}
/* 10-3-15*/
/*#css-marquee {
  overflow: hidden;
}
#css-marquee > div {
	animation-name: marquee;
	animation-duration: 100s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  display: inline-block;

}
@keyframes marquee {
  0% { transform: translate(50%, 0); }
  100% { transform: translate(-100%, 0); }
}*/
.tickmar span {
    display: inline;
}

.ticker .compan .tickg {
    color: #489316;
    background: url(../../images/tickerarrow.png) 100% 5px no-repeat;
    padding-right: 15px;
}

.ticker .compan .tickr {
    color: #e00410;
    background: url(../../images/tickerarrow.png) 100% -20px no-repeat;
    padding-right: 15px;
}

.ftfix {
    position: fixed;
    bottom: 0;
    z-index: +9999;
}

.chaticon {
    position: absolute;
    right: 100px;
    bottom: 45px;
    z-index: 9999;
    background: url(../../images/chaticon.png) no-repeat;
    width: 119px;
    height: 29px;
    display: none;
}

.helpme {
    position: fixed;
    bottom: 35px;
    width: 100%;
    z-index: 999;
}

.fdata {
    background-color: #D6DF22;
    color: #515151;
    overflow: hidden;
    text-align: center;
}

    .fdata a {
        text-align: center;
        line-height: 20px;
        padding: 0 2px 10px;
        color: #000000;
        display: inline-block;
    }

        .fdata a:after {
            content: "|";
            margin-left: 5px;
            color: #000;
        }

        .fdata a:last-child:after {
            display: none;
        }

.toggle {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    border-bottom: 5px solid #D6DF22;
    display: inline-block;
}
    /*4-5-2015*/
    /*4-5-2015*/ .toggle a {
        min-width: 70px;
        font-weight: bold;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        background: #D6DF22;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 1px solid #FFF;
        border-bottom: 0;
        padding: 5px 5px 7px 5px;
        margin-bottom: -12px;
        -webkit-transition: background-color 1s ease-out;
        -moz-transition: background-color 1s ease-out;
        -ms-transition: background-color 1s ease-out;
        -o-transition: background-color 1s ease-out;
        transition: background-color 1s ease-out;
    }


/*..............My Investment................*/
.portf-track {
    background-position: -8px -7px;
    width: 62px;
    height: 62px;
}

.mark-screen {
    background-position: -259px -14px;
    width: 70px;
    height: 56px;
}

.chart-tool {
    background-position: -177px -12px;
    width: 54px;
    height: 54px;
}

.research {
    background-position: -89px -16px;
    width: 65px;
    height: 53px;
}

.myinv {
    background-color: #FFF;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
}

    .myinv h4 {
        font-family: 'Roboto-Regular';
        font-weight: 400;
        color: #0073bb;
        padding-bottom: 8px;
        padding-bottom: 7px\0/;
        font-size: 25px;
        border-bottom: solid 1px #0073bb;
        margin-top: 0px;
        margin-top: 4px\0/;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .myinv h4 {
        padding-bottom: 11px;
        margin-top: 4px;
    }
}

.myinv h4 span {
    padding: 5px 0px 5px 50px;
}

.myinv h4 .resea_icon {
    background-position: -246px -362px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}



.myinv article {
    margin: 10px 0 0 0;
    text-align: justify;
}

.invblue {
    padding: 12px 0 2px;
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
}
    /*4-5-2015*/
    .invblue:hover {
        background: #eaeaea;
        transition: 0.4s ease-in-out;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
    }
    /*4-5-2015*/
    .invblue > aside {
        text-align: center
    }

        .invblue > aside > a {
        }

        .invblue > aside span {
            width: 65px;
            height: 65px;
            margin: 0 auto;
            border-radius: 50%;
            background-color: #0173BA;
            border: 1px solid #0173BA;
            text-align: center;
            transition: 0.7s ease-in-out;
            -webkit-transition: 0.7s ease-in-out;
            -moz-transition: 0.7s ease-in-out;
            position: relative;
            -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
            -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
            box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        }
            /*4-5-2015*/
            .invblue > aside span i {
                margin: 0 auto;
                position: relative;
            }
                /*4-5-2015*/
                .invblue > aside span i.ms {
                    top: 5px
                }
                /*4-5-2015*/
                .invblue > aside span i.ct {
                    top: 5px
                }
                /*4-5-2015*/
                .invblue > aside span i.res {
                    top: 7px
                }
        /*4-5-2015*/
        .invblue > aside h3 {
            color: #0073bb;
            text-transform: uppercase;
            font-family: 'Roboto-Regular';
            font-size: 18px;
            line-height: normal;
            margin: 5px 0;
            padding: 0;
        }
        /*4-5-2015*/
        .invblue > aside p {
            clear: both;
            color: #3a3a3a;
            padding: 0;
            margin: 0 0 10px;
            text-align: justify;
            background: #eaeaea;
            padding: 10px;
        }
        /*4-5-2015*/
        .invblue > aside:hover span {
            background-color: #D6DF22;
            transition: 0.4s ease-in-out;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            border-radius: 50%;
        }

        .invblue > aside:hover h3 {
        }

        .invblue > aside b {
            line-height: 23px;
            background-color: #D6DF22;
            color: #000;
            font-size: 10px;
            font-weight: normal;
            padding: 0 20px;
            margin: 5px 0 0 0;
            display: inline-block;
            text-transform: uppercase;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            border-radius: 5px
        }
        /*07-04-2015*/
        .invblue > aside:hover b {
            background-color: #0173BA;
            color: #FFF;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

    .invblue:hover span {
        background-color: #D6DF22;
        transition: 0.4s ease-in-out;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        border-radius: 50%;
        border: 1px solid #fff;
    }
/*4-5-2015*/

/*..............Research................*/
.TCup {
    background-position: -376px -36px;
    width: 17px;
    height: 11px;
    margin: 7px 5px 0 10px;
}

.TCdn {
    background-position: -403px -36px;
    width: 17px;
    height: 11px;
    margin: 7px 5px 0 10px;
}

.pdf {
    background-position: -431px -33px;
    width: 14px;
    height: 16px;
}

.blarw {
    background-position: -459px -36px;
    width: 6px;
    height: 10px;
}

.tradcal {
    margin-top: 15px;
    padding: 15px
}

    .tradcal > h1 {
        font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
        text-transform: uppercase;
        font-size: 17px;
        margin: 0;
        padding: 0;
        line-height: normal;
        font-weight: 400;
    }

    .tradcal b {
        line-height: 23px;
        background-color: #0C9750;
        border: 1px solid #0C9750;
        color: #FFF;
        font-size: 10px;
        font-weight: 700;
        padding: 0 15px;
        display: inline-block;
        text-transform: uppercase;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        border-radius: 5px
    }

        .tradcal b a {
            color: #FFF
        }

        .tradcal b:hover > a {
            color: #000
        }

        .tradcal b:hover {
            background-color: #FFF;
            border: 1px solid #0173BA;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            line-height: 23px;
        }

        .tradcal b.sell {
            line-height: 23px;
            background-color: #C40002;
            border: 1px solid #C40002;
            color: #FFF;
            font-size: 10px;
            font-weight: 700;
            padding: 0 15px;
            display: inline-block;
            text-transform: uppercase;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            border-radius: 5px
        }

            .tradcal b.sell a {
                color: #FFF
            }

            .tradcal b.sell:hover > a {
                color: #000
            }

            .tradcal b.sell:hover {
                background-color: #FFF;
                border: 1px solid #C40002;
                transition: 0.3s ease-in-out;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                line-height: 23px;
            }

.rescon {
    background-color: #FFF;
    padding: 5px 15px 0 15px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    border-bottom: 2px solid #1A66B1
}

    .rescon h3 {
        font-size: 14px;
        color: #0073bb;
        font-weight: 300;
        margin: 0 0 10px 0;
        line-height: 1
    }

.viewm b {
    line-height: 23px;
    background-color: #0075C2;
    border: 1px solid #0075C2;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    padding: 0 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    border-radius: 5px
}

    .viewm b a {
        color: #FFF
    }

    .viewm b:hover > a {
        color: #000
    }

    .viewm b:hover {
        background-color: #FFF;
        border: 1px solid #0173BA;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        line-height: 23px;
    }

.breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #FFF !important;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px
}

    .breadcrumb > li > .divider {
        background-position: -533px -38px;
        width: 10px;
        height: 8px;
        margin-left: 10px
    }

    .breadcrumb > li > span, .breadcrumb > li > a {
        display: inline-block !important;
        color: #1966af
    }

    .breadcrumb > .active {
        color: #000 !important;
    }

.ts1 {
    text-transform: uppercase;
    font-size: 13px;
    color: #0073bb
}

.ts2 {
    font-size: 12px;
    color: #5f5f5f
}

.val {
    font-size: 22px;
}

.up {
    color: #0c9750
}

.dn {
    color: #c80000
}

.h20 {
    height: 20px
}

#search {
    margin: 0
}

    #search input[type="text"] {
        background: url(../../images/search_icn.png) no-repeat 100% 0 #FFF;
        border: 1px solid #D3D3D3;
        font-size: 10px;
        color: #8b8b8b;
        width: 97%;
        min-height: 30px;
        padding: 0 10px;
        border-radius: 0;
        box-shadow: none;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

        #search input[type="text"]:focus {
            border-radius: 5px
        }

.res_tab {
    margin: 15px 0;
    padding: 0;
}

    .res_tab ul {
        margin: 0;
        padding: 0
    }

    .res_tab li {
        float: left;
        width: 19.8%;
        background: #D6DF20;
        list-style: none;
        border-right: 1px solid #FFF;
        position: relative;
    }
        /*4-5-2015*/
        .res_tab li:last-child {
            border-right: 1px solid #D6DF20
        }

        .res_tab li a {
            padding: 20px 20px;
            color: #000;
            line-height: 18px;
            text-align: center;
            font-family: 'Roboto-Regular'; /*font-family: 'Droid Sans',Arial, sans-serif;*/
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
            transition: 0.3s linear;
            -webkit-transition: 0.3s linear;
            -moz-transition: 0.3s linear;
        }
            /*4-5-2015*/
            .res_tab li a.selected {
                background: #FFF;
                color: #000;
                border-top: 1px solid #D6DF20;
                border-left: 1px solid #D6DF20;
                padding: 19px 20px;
            }

.rescont {
    padding: 20px 10px 15px 10px;
    border-bottom: 1px dashed #DDDDDD
}

@-moz-document url-prefix() {
    .rescont {
        padding: 23px 10px 15px 10px;
    }
}

.rescont h1 {
    font-size: 12px;
    text-transform: uppercase;
    color: #0073bb;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: normal
}

    .rescont h1 > span {
        color: #858585;
        font-size: 10px;
        display: inline-block !important;
        margin-left: 5px
    }

    .rescont h1 > i {
        display: inline-block !important;
        margin-right: 10px
    }

.rescont .col1 {
    color: #858585;
    line-height: 20px
}

.rescont .col2 {
    line-height: 20px
}

.buy {
    font-size: 12px;
    font-weight: 700;
    color: #0c9750;
    text-transform: uppercase
}

.mor .social-icons {
    color: #FFF;
    background: #466AA6;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    margin-top: 2px
}

.mor a {
    color: #0073bb;
    display: inline-block;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
}

    .mor a:hover {
        color: #000;
    }

        .mor a:hover > span {
            color: #FFF;
            background: #0173BB;
            border-radius: 0;
            transition: 0.4s ease-in-out;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
        }

.lh20 {
    line-height: 20px
}

.research_img {
    margin-bottom: 20px;
}

/*----------------------Slides------------------------- */
.cslide-slides-master {
    overflow: hidden;
    margin-bottom: 0;
}

    .cslide-slides-master:last-child {
        margin-bottom: 0;
    }

.cslide-slides-container {
    visibility: hidden;
    padding-left: 5px
}

.cslide-slide {
    float: left;
    padding: 0;
    display: inline-block;
    margin: 15px 0
}

    .cslide-slide div, .cslide-slide p {
        color: #000;
        margin: 0
    }
/* prev next buttons */
.cslide-prev-next {
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
    display: none;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cslide-prev, .cslide-next {
    display: inline-block;
    background: #1F1F1F;
    color: #fff;
    padding: 3px 4px;
    cursor: pointer;
}

    .cslide-prev i {
        background-position: -486px -37px;
        width: 5px;
        height: 9px
    }

    .cslide-next i {
        background-position: -506px -37px;
        width: 5px;
        height: 9px
    }

    .cslide-prev:hover,
    .cslide-next:hover {
        background: #1F1F1F;
    }

    .cslide-prev.cslide-disabled:hover,
    .cslide-next.cslide-disabled:hover {
        background: #1F1F1F;
    }

.cslide-disabled {
    opacity: 0.4;
}


/***About Us page***/
.inner_head {
    background: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.22);
    margin-bottom: 20px;
}

.hed_bb { /*border-bottom:solid 1px #0073bb;*/
    padding-bottom: 8px;
    padding-bottom: 7px\0/;
    margin-top: 0px;
    margin-top: 4px\0/;
}

    .hed_bb h4 {
        font-family: 'Roboto-Regular';
        font-weight: 400;
        color: #0073bb;
        font-size: 25px;
        border-bottom: none;
        margin: 0px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .hed_bb h4 {
        padding-bottom: 11px;
        margin-top: 4px;
    }
}

.site_search_icon {
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
    background-image: url(../../images/Icon_SiteSearch.jpg);
    background-repeat: no-repeat;
}

.hed_bb h4 span {
    padding: 8px 0px 0px 60px;
}

.hed_bb h4 .about_icon {
    background-position: -309px -295px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.hed_bb h4 .custo_care_icon {
    background-position: -309px -354px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.InrBread {
    text-align: right;
    color: #1966af;
    padding-top: 10px;
}

    .InrBread em {
        color: #000;
        font-style: normal;
        display: inline-block
    }

/*.Inner_cont{ margin:0px; padding:15px 0px 0px 15px; font-size:12px; color:#6d6d6d; text-align:justify;}*/
.Inner_cont {
    margin: 0px;
    padding: 15px;
    font-size: 12px;
    color: #464646;
    text-align: justify;
}
/*6-5-2015*/

/*.Inner_cont{ margin:0px; padding:15px; font-size:12px; color:#464646; text-align:justify; background:#f4f4f6;} /*18-3-2015*/
.Inner_cont {
    margin: 0px;
    padding: 15px;
    font-size: 12px;
    color: #464646;
    text-align: justify;
}
/*18-3-2015*/
.bg {
    background: #f4f4f6;
}

.Inner_cont_mtop {
    margin-top: 30px;
}

.Inner_cont h5 {
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 17px;
    color: #0073bb;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    margin: 0px;
}
/*18-3-2015*/
.Inner_cont p {
    padding: 5px 0px;
    line-height: 17px;
}

.Inner_cont ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.Inner_cont li {
    list-style-type: upper-roman;
    padding: 5px 0px;
}

.Inner_cont_add {
    display: block;
}

.Inner_cont a {
    display: inline-block;
}

/*Management Taam*/

.mana_top {
    margin-top: 25px;
    text-align: left;
}

    .mana_top h4 {
        font-family: 'Roboto-Regular';
        font-weight: 400;
        font-size: 16px;
        color: #0073bb;
        border-bottom: solid 2px #0073bb;
    }

    .mana_top span {
        font-size: 11px !important;
        color: #959595 !important;
        display: block;
        margin: 0px !important;
        padding: 0px !important;
    }

    .mana_top table {
        width: 100%;
        border-collapse: collapse;
    }

    .mana_top td {
        vertical-align: top;
    }

    .mana_top img {
        width: 100%;
        height: auto;
        min-width: 100px !important;
    }

.mana_cont {
    padding-left: 10px;
    color: ##6d6d6d;
}

    .mana_cont p {
        padding-bottom: 10px;
        padding-top: 0px;
        text-align: justify;
    }

    .mana_cont a {
        display: inline-block;
    }



.Inner_cust_cont {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: justify;
}

    .Inner_cust_cont h5 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
        margin: 0px;
    }

    .Inner_cust_cont p {
        padding: 5px 0px;
        line-height: 17px;
    }

    .Inner_cust_cont a {
        font-weight: bold;
        color: #0073bb;
        display: inline
    }

    .Inner_cust_cont ul {
        margin: 0px;
        padding: 0px 0px 0px 20px;
    }

    .Inner_cust_cont li {
        list-style-type: upper-roman;
        padding: 5px 0px;
    }

.Inner_cust_cont_form {
    padding: 15px 20px 20px;
    border: solid 1px #e7e6e6;
}

    .Inner_cust_cont_form a {
        display: inline-block;
    }

    .Inner_cust_cont_form h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #333;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
        margin: 0px;
    }

    .Inner_cust_cont_form p:first-child {
        top: 5px;
    }

    .Inner_cust_cont_form p {
        padding: 5px 0px;
    }

    .Inner_cust_cont_form select {
        width: 100%;
        color: #454545 !important;
        border-radius: 0px !important;
    }

    .Inner_cust_cont_form input[type="text"], .Inner_cust_cont_form textarea {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 96%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
    }

    .Inner_cust_cont_form textarea {
        height: 94px;
    }

.btn {
    margin-left: 0px !important;
    margin-top: 5px !important;
}

.Inner_cust_cont_add {
    display: block;
}

.Inner_cust_cont iframe {
    min-height: 322px;
    width: 100%;
    border: solid 1px #e7e6e6;
}

.Inner_cust_cont table {
    width: 100%;
    border-collapse: collapse;
}

    .Inner_cust_cont table select {
        width: 100%;
        color: #0073bb !important;
        border-radius: 0px !important;
    }

.Inner_cust_cont td:first-child {
    padding-right: 10px !important;
}


.kc_accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .kc_accordion li {
        margin: 0px 0;
    }

.kc_header {
    cursor: pointer;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 17px;
    color: #0073bb;
    border-bottom: solid 1px #e5e5e5;
    padding: 15px;
    margin: 0px;
    position: relative; /*padding-left:35px;*/
}
/*.kc_header em{  background: url(../../images/sprite.png) 0px -248px no-repeat;display: block; width: 18px; height: 18px; position: absolute; left: 10px;}*/
.kc_accordion li.active .kc_header {
    color: #0073bb;
    background: #f5f3f3;
}

.kc_accordion li.active .kc_btnAlternaAcordeon {
    color: #fff;
}

.kc_accordion li:first-child {
    margin-top: 0;
}

.kc_accordion .header {
    color: #000;
    background-color: #ddd;
    padding: 0 2px;
    cursor: pointer;
}

.kc_accordion .kc_content {
    padding: 10px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: justify;
}



ul.tabs1 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 41px;
    width: 100%;
    background: #d7df23;
}

    ul.tabs1 li {
        float: left;
        list-style-type: none;
        margin: 0;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        font-family: 'Roboto-Regular';
        width: 19.8%;
        padding: 10px 0px;
        border-top: 1px solid #d7df23;
        border-left: 1px solid #d7df23;
        border-right: solid 1px #fff;
        background-color: #d7df23;
        color: #000;
        overflow: hidden;
        position: relative;
    }

        ul.tabs1 li a {
            color: #000;
        }

        ul.tabs1 li:last-child {
            border-right: none;
        }

.tab_last1 {
    border-right: 0px solid #d7df23;
}

ul.tabs1 li.active1 {
    background-color: #f4f4f6;
    color: #333; /*border-bottom: 1px solid #fff;*/
    display: block;
}

.tab_container1 {
    border-top: none;
    clear: both;
    float: left;
    width: 100%; /*background: #fff;*/
    overflow: auto;
}

.tab_content1 {
    padding: 10px 0px;
}

.tab_drawer_heading1 {
    display: none;
}





.btn_submit {
    background: #13293d !important;
    color: #fff !important;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid #d7df23;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

    .btn_submit:hover {
        background: #13293d !important;
        color: #fff !important;
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
    }


.down-accordion {
    width: 100%;
    margin: 0 auto 0px !important;
}

    .down-accordion dl {
        width: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        -webkit-transition-duration: 350ms;
        transition-duration: 350ms;
        margin: 0px !important;
    }

        .down-accordion dl dt a {
            position: relative;
            background: #d0d0d0 url(../../images/Ac_plus.png) no-repeat 8px 8px;
            font-weight: normal;
            display: block;
            text-align: left;
            color: #0073bb;
            font-size: 12px;
            text-decoration: none;
            padding: 6px 0 6px 28px;
            color: #6d6d6d;
        }

        .down-accordion dl dt.active a {
            color: #0073bb;
            font-weight: bold;
            font-size: 12px;
            background: #d7df23 url(../../images/Ac_minus.png) no-repeat 8px 8px;
        }

        .down-accordion dl dt {
            margin-top: 1px;
        }

            .down-accordion dl dt:first-child {
                margin-top: 0;
            }

        .down-accordion dl dd {
            display: none;
            margin-left: 0;
        }

            .down-accordion dl dd.active {
                display: block;
            }

.download_left {
    display: none;
}


.downl_li h5 {
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 17px;
    color: #0073bb;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
    margin: 0px;
}

.downl_li li {
    list-style-type: none;
    border-bottom: solid 1px #e8e8e8;
    padding: 15px 0px 15px 35px;
    font-size: 12px;
}

    .downl_li li a {
        color: #6d6d6d;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    .downl_li li:hover a {
        color: #1968b3;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    .downl_li li b {
        position: absolute;
        width: 14px;
        height: 20px;
        background-position: -431px -30px;
        margin-left: -20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    .downl_li li:hover b {
        position: absolute;
        width: 14px;
        height: 20px;
        background-position: -431px -30px;
        margin-left: -30px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }


/*********************companyinfo page start*********************/
.compinfo {
    padding: 0px !important;
}

.comhead h2 {
    color: #0073bb;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    margin: 0px 0 5px;
    padding: 0;
}

.comppricebg {
    background: url(../../images/compnyinfo-pricebg.gif) 0% 100% repeat-x;
    border: solid 1px #efefef;
    padding: 10px;
    margin-bottom: 20px;
}

.borderight {
    border-right: solid 1px #cccccc;
    padding-right: 10px;
}

.borderight1 {
    border-right: solid 1px #cccccc;
    padding-right: 10px;
}

.padleft10 {
    padding-left: 10px;
}

.padright10 {
    padding-right: 10px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.Company_margin_left {
    padding-left: 2px;
}

.textalignright {
    text-align: right;
}

.textaligncenter {
    text-align: center;
}

.bb1 {
    border-bottom: solid 1px #cccccc;
    padding: 0px 10px;
}

.bb2 {
    border-bottom: solid 1px #cccccc;
}

.compinfobse {
    font-size: 11px;
    color: #000;
    padding-bottom: 10px;
}

.compinfobse1 {
    font-size: 10px;
    color: #4d4d4d;
}

    .compinfobse1 table {
        width: 100%;
        border-collapse: collapse;
    }

.highlowprice {
    width: 20%;
    font-size: 10px;
    color: #434343;
    font-weight: bold
}

.highlow table {
    width: 100%;
    border-collapse: collapse;
}

.highlow .green {
    background: url(../../images/tickerarrow.png) no-repeat 90% 0px;
    width: 15px;
    line-height: 5px;
}

.highlow .red {
    background: url(../../images/tickerarrow.png) no-repeat 0px -27px;
    width: 15px;
    line-height: 5px;
}

.highlow .grey {
    background: #cccccc;
    line-height: 5px;
    width: 80%;
}

.compinfobse1 b {
    font-size: 10px;
    color: #434343;
    font-weight: bold;
    display: block;
}

.comp_volu {
    padding: 5px;
}

    .comp_volu b {
        display: block;
    }

.compinfobse h4 {
    font-size: 16px;
    color: #0073bb;
    border-bottom: none;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.companypri {
    font-size: 11px;
    color: #4d4d4d;
    padding-top: 5px;
}

    .companypri b {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 24px;
        padding-bottom: 2px;
        color: #0073bb;
    }

    .companypri span {
        padding: 0 0 0 30px;
        display: inline;
    }

    .companypri .arrow {
        background: url(../../images/Inr_sprite.png) no-repeat -2px -56px;
        width: 16px;
        height: 19px;
        position: absolute;
        display: inline;
        margin-left: -20px;
        margin-top: 8px;
    }

    .companypri .arrow1 {
        background: url(../../images/Inr_sprite.png) no-repeat -2px -78px;
        width: 16px;
        height: 19px;
        position: absolute;
        display: inline;
        margin-left: -20px;
        margin-top: 8px;
    }

    .companypri .green {
        color: #449703;
    }

    .companypri .red {
        color: #cc0001;
        background-position: 8px -21px;
    }

.hmtab {
    height: 52px !important;
}

    .hmtab li {
        width: 32.8% !important;
        width: 32.6%\0/ !important
    }

        .hmtab li:last-child {
            border-right: none !important;
        }

        .hmtab li table {
            width: 100%;
        }

            .hmtab li table td {
                text-align: left;
                padding: 0 7px;
            }

        .hmtab li.active {
            font-weight: normal !important;
        }

        .hmtab li table td.hmgreen {
            color: #44b70c;
            position: relative;
        }

            .hmtab li table td.hmgreen .up_arrow {
                background-position: -165px 5px;
            }

        .hmtab li table td.hmred {
            color: #f64c4c;
            position: relative;
        }

            .hmtab li table td.hmred .down_arrow {
                background-position: -186px 5px;
            }

.hmtab_cont {
    border: solid 1px #dfdfdf !important;
    border-top: none !important;
    width: 99.7% !important
}

    .hmtab_cont .tab_content .span6 {
        padding: 0 10px 10px;
    }

        .hmtab_cont .tab_content .span6 h5 {
            font-size: 12px;
            margin: 7px 0 3px 0;
            border-bottom: 1px dashed #BDBDBD;
            padding-bottom: 3px;
        }

        .hmtab_cont .tab_content .span6 ul {
            margin: 0;
            padding: 0;
        }

            .hmtab_cont .tab_content .span6 ul li {
                padding-left: 10px;
                position: relative;
            }

                .hmtab_cont .tab_content .span6 ul li:before {
                    position: absolute;
                    content: "";
                    background: url(../../images/sprite.png) no-repeat 0px -214px;
                    width: 5px;
                    height: 9px;
                    left: 0px;
                    top: 4px;
                }

        .hmtab_cont .tab_content .span6 table {
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
        }

            .hmtab_cont .tab_content .span6 table td i {
                font-style: normal;
                font-size: 12px;
                color: #1c6ab2;
            }

            .hmtab_cont .tab_content .span6 table td.hmgreen {
                color: #44b70c;
                position: relative;
                text-align: right;
                display: inline-block;
                float: right;
                clear: right;
                padding-left: 30px;
            }

                .hmtab_cont .tab_content .span6 table td.hmgreen:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    content: "";
                    background: url(../../images/sprite.png) no-repeat -165px 5px;
                    right: 0;
                    width: 11px;
                    height: 16px;
                }

            .hmtab_cont .tab_content .span6 table td.hmred {
                color: #f64c4c;
                position: relative;
                text-align: right;
                display: inline-block;
                float: right;
                clear: right;
                padding-left: 30px;
            }

                .hmtab_cont .tab_content .span6 table td.hmred:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    content: "";
                    background: url(../../images/sprite.png) no-repeat -186px 5px;
                    right: 0;
                    width: 11px;
                    height: 16px;
                }

        .hmtab_cont .tab_content .span6 .hmore {
            text-align: right;
            padding: 5px;
        }


.finacial_tab {
    border: solid 1px #dfdfdf;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
    border-bottom: solid 1px #dfdfdf;
    background-color: #dfdfdf;
}

    ul.tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        width: 19.7%;
        text-align: center;
        background: #dfdfdf;
        padding: 6px 0px;
        border-left: solid 1px #dfdfdf;
        border-right: none;
        border-right: solid 1px #fff;
        color: #626262;
        overflow: hidden;
        position: relative;
        font-size: 11px;
    }

        ul.tabs li:last-Child {
            border-right: 1px solid #dfdfdf;
        }

.tab_last {
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    display: block;
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.finacialconte {
    padding: 10px;
}

.finacialtable1 table {
    width: 100%;
    border-collapse: collapse;
}

.finacialtable1 tr {
    border-bottom: solid 1px #e7e7e7;
    line-height: 30px;
    color: #000;
    font-size: 11px;
}

.finacialtable1 td {
    padding: 0px 10px;
}

.finprice {
    text-align: right;
}

.finpriceleft {
    text-align: left;
}

.finatablepadding {
    padding-left: 10px;
}

.finacialtable2 {
    padding: 0px;
    margin: 0px;
}

    .finacialtable2 table {
        width: 100%;
        border-collapse: collapse;
    }

    .finacialtable2 tr {
        border-bottom: solid 1px #e7e7e7;
    }

    .finacialtable2 th {
        background: #f5f2f2;
        color: #313131;
        font-size: 11px;
        font-weight: bold;
        line-height: 30px;
        padding: 0px 10px;
    }

    .finacialtable2 td {
        color: #313131;
        font-size: 11px;
        line-height: 30px;
        padding: 0px 10px;
    }

    .finacialtable2 h4 {
        font-size: 14px;
        font-weight: bold;
        color: #1e6bb4;
        border-bottom: none;
        padding: 0px;
        line-height: 20px;
    }

.mfholding {
    padding-top: 20px;
}

.finacialtable3 {
    padding: 0px;
    margin: 0px;
}

    .finacialtable3 table {
        width: 100%;
        border-collapse: collapse;
    }

    .finacialtable3 thead {
        border-top: solid 1px #c9c9c9;
    }

    .finacialtable3 tr:nth-of-type(odd) {
    }

    .finacialtable3 tr {
        border-bottom: solid 1px #c9c9c9;
        line-height: 30px;
    }

    .finacialtable3 th {
        background: #f5f2f2;
        color: #313131;
        font-size: 11px;
        font-weight: bold;
        line-height: 30px;
        padding: 0px 10px;
    }

    .finacialtable3 td {
        color: #313131;
        font-size: 11px;
        padding: 0px 10px;
    }

    .finacialtable3 h4 {
        font-size: 14px;
        font-weight: bold;
        color: #1e6bb4;
        line-height: 20px;
        border-bottom: none;
        padding: 0px;
    }

.finprice1 {
    text-align: right;
}

.hdisply {
    display: block;
}

.profitloss {
    padding-top: 15px;
    color: #000;
    font-size: 11px;
    display: inline
}

    .profitloss a {
        color: #000;
        display: inline;
    }

        .profitloss a:hover {
            color: #005095;
            text-decoration: underline;
        }

    .profitloss ul {
        margin: 0px;
        padding: 0px;
    }

    .profitloss li {
        list-style-type: none;
        float: left;
        color: #000;
        font-size: 11px;
        padding: 5px;
    }

        .profitloss li a {
            color: #000;
        }

            .profitloss li a:hover {
                color: #005095;
                text-decoration: underline;
            }

        .profitloss li span.dis {
            display: block;
        }



/*********************companyinfo page end*********************/



/*********************calculator page start*********************/
.calcu_icon {
    background-position: -385px -295px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

/*********************calculator page end*********************/


/*********************quote page start*********************/
.quotebg {
    background: url(../../images/Get_quote_bg.jpg) bottom center no-repeat;
    border: solid 1px #dfdfdf;
    padding: 20px;
    min-height: 310px !important;
}

    .quotebg h2 {
        text-align: center;
        font-size: 25px;
        font-family: 'Roboto-Regular';
        font-weight: 400;
        color: #0073bb;
    }

    .quotebg p {
        text-align: center;
        font-size: 12px;
        color: #000;
        padding: 5px 0px;
    }

.quto_none {
    display: block;
}

.quot_box {
    background: rgba(255,255,255, 0.6);
    margin-top: 15px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.30);
    background: #ffffff\0/;
    border: solid 1px #CCCCCC\0/
}

    .quot_box p {
        text-align: left;
        color: #6d6d6d;
        margin: 0px;
        padding: 0px 0px 5px;
        font-size: 12px;
    }

    .quot_box input[type="text"] {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 98%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
        margin-bottom: 10px;
    }

    .quot_box select {
        width: 100%;
        color: #0073bb !important;
        border-radius: 0px !important;
        margin-bottom: 10px;
        font-size: 12px;
    }
/*********************quote page end*********************/

/*********************Calculator page start*********************/
.calcu {
    padding-top: 10px;
    font-size: 12px;
    color: #000;
}

    .calcu h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: 0px;
        padding-bottom: 10px;
        margin: 0px;
    }

    .calcu p {
        padding-bottom: 15px;
    }

.age_slider {
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 20px;
}

.cacl_he {
    width: 100%;
    font-size: 12px;
}

    .cacl_he p {
        padding: 0px 0px 30px;
        color: #000;
    }

    .cacl_he span {
        color: #0073bb;
    }

.cacl_he_fl {
    float: left;
    line-height: 17px;
}

.cacl_he_fr {
    float: right;
    line-height: 17px;
    text-align: right !important;
}

.value {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -20px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    display: block;
    /* optional */
    font-weight: normal;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #000;
    border: solid 1px #d9d9d9;
}

    .value:after, .value:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .value:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 7px;
        margin-left: -7px;
    }

    .value:before {
        border-color: rgba(181, 181, 181, 0);
        border-top-color: #b5b5b5;
        border-width: 8px;
        margin-left: -8px;
    }

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}


.rangeslider__value-bubble {
    border: 1px solid #ccc;
    display: block;
    padding: 5px 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -20px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .rangeslider__value-bubble:after, .rangeslider__value-bubble:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .rangeslider__value-bubble:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 7px;
        margin-left: -7px;
    }

    .rangeslider__value-bubble:before {
        border-color: rgba(181, 181, 181, 0);
        border-top-color: #b5b5b5;
        border-width: 8px;
        margin-left: -8px;
    }

.rangeslider,
.rangeslider__fill {
    background: url(../../images/calc-slider-back.gif) 50% 50% repeat-x;
    border-radius: 10px;
    display: block;
    height: 10px;
    width: 100%;
}

.rangeslider {
    position: relative;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: url(../../images/calc-slider-front.gif) 50% 50% repeat-x;
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
}


input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.picker {
    font-size: 12px;
    color: #0073bb;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 20px;
}

    .picker h6 {
        padding-bottom: 5px;
        font-weight: normal;
        margin: 0px;
    }

.dp-numberPicker, .dp-numberPicker-add, .dp-numberPicker-input, .dp-numberPicker-sub {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    height: 50px;
    width: 100%;
    margin: 0px;
}

.dp-numberPicker {
    border-radius: 3px;
    border: solid 1px #c4c4c4;
    padding: 10px;
    border-radius: 20px;
}

.dp-numberPicker-add, .dp-numberPicker-sub {
    width: 22px;
    height: 22px;
    font-size: 18px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    background-color: #414141;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    margin-top: 3px;
    line-height: 18px;
    text-align: center;
}

.dp-numberPicker-add {
    float: right;
}

.dp-numberPicker-sub {
    float: left;
}

    .dp-numberPicker-add.disabled, .dp-numberPicker-sub.disabled {
        background-color: #2c6a81
    }

.dp-numberPicker-input {
    width: 100px;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 15px !important;
    height: 25px !important;
    box-shadow: none !important;
}

.dp-numberPicker-input {
    border: 1px solid #f5f5f5 !important;
    width: 70%;
}

    .dp-numberPicker-input:disabled {
        background-color: #eee;
        background: #ff0000;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dp-numberPicker-input {
        line-height: 0px !important;
    }
}


.cal_span {
    margin-top: 20px;
}

    .cal_span p {
        text-align: right;
        font-size: 12px;
        color: #6d6d6d;
        margin: 0px;
        padding: 0px;
    }

    .cal_span select {
        width: 100%;
        color: #0073bb !important;
        border-radius: 0px !important;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .cal_span span {
        display: inline;
        cursor: pointer
    }

.btn_buy {
    background: none !important;
    color: #000 !important;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 10px 5px 40px;
    border: 1px solid #d7df23 !important;
    line-height: 25px !important;
    display: inline !important;
}

    .btn_buy .buy {
        position: absolute;
        width: 30px;
        height: 30px;
        background-position: 0px -880px;
    }

    .btn_buy .sell {
        position: absolute;
        width: 30px;
        height: 30px;
        background-position: 0px -955px;
    }

    .btn_buy em {
        display: inline;
        margin-left: -35px;
        margin-top: -5px;
    }

    .btn_buy input[type="radio"] {
        margin: 0px !important;
        margin-right: 2px !important;
    }

.calc_margin_right {
    padding: 15px 20px 20px;
    border: solid 1px #e7e6e6;
}

    .calc_margin_right h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
        margin: 0px;
    }

    .calc_margin_right table {
        width: 100%;
        border-collapse: collapse;
    }

    .calc_margin_right tr {
        border-bottom: solid 1px #e5e5e5;
        line-height: 25px;
    }

        .calc_margin_right tr:last-child {
            border-bottom: solid 0px #e5e5e5;
        }

    .calc_margin_right p {
        text-align: right;
        font-size: 12px;
        color: #000;
        padding: 5px 0px;
        border-bottom: solid 1px #e5e5e5;
    }

        .calc_margin_right p:last-child {
            border-bottom: solid 0px #e5e5e5;
        }

    .calc_margin_right b {
        text-align: left;
        font-weight: 400;
        display: inline-block;
        font-family: 'Roboto-Regular';
        color: #0073bb;
        font-size: 20px;
        margin-left: 10px;
    }

    .calc_margin_right .rupee1 {
        font-family: 'Roboto-Regular';
        display: inline-block;
        font-size: 20px;
        margin-right: 10px;
    }

.cal_span_table {
    margin-top: 20px;
}

    .cal_span_table table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
    }

    .cal_span_table th {
        background: #e5e5e5;
        border-right: solid 1px #cecece;
        padding: 10px;
        font-weight: normal;
        font-size: 12px;
        color: #000;
    }

        .cal_span_table th:last-child {
            border-right: none;
        }

    .cal_span_table td {
        border-right: solid 1px #e6e6e6;
        padding: 10px;
        border-bottom: solid 1px #e6e6e6;
        color: #6d6d6d;
        font-size: 11px;
    }

        .cal_span_table td b {
            color: #000;
            font-weight: bold
        }

        .cal_span_table td:last-child {
            border-right: none;
        }

        .cal_span_table th:first-child, .cal_span_table td:first-child {
            text-align: left !important;
        }

.tr_border_right {
    border-right: none !important;
}

.cal_equity_future {
    margin-top: 20px;
}

    .cal_equity_future table {
        width: 100%;
        border-collapse: collapse;
    }

    .cal_equity_future td {
        text-align: left;
        padding: 10px;
        border-right: solid 1px #e6e6e6;
        border-bottom: solid 1px #e6e6e6;
        color: #6d6d6d;
        font-size: 11px;
    }

        .cal_equity_future td:last-child {
            border-right: none;
        }

    .cal_equity_future th {
        text-align: left;
        padding: 10px;
        background: #d7df23;
        border-right: solid 1px #c9d114;
        font-size: 12px;
        font-weight: normal;
    }

        .cal_equity_future th:last-child {
            border-right: none;
        }

    .cal_equity_future p {
        text-align: right;
        margin: 0px;
        padding: 0px;
    }

    .cal_equity_future input[type="text"] {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 150px;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
        display: inline-block;
    }

.cal_span_table1 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.cal_span_table1 th {
    background: #e5e5e5;
    border-right: solid 1px #cecece;
    padding: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}

    .cal_span_table1 th:last-child {
        border-right: none;
    }

.cal_span_table1 td {
    border-right: solid 1px #e6e6e6;
    padding: 10px;
    border-bottom: solid 1px #e6e6e6;
    color: #6d6d6d;
    font-size: 11px;
}

    .cal_span_table1 td b {
        color: #000;
        font-weight: bold
    }

    .cal_span_table1 td:last-child {
        border-right: none;
    }

.cal_span_table1 th:first-child, .cal_span_table td:first-child {
    text-align: left !important;
}

.btn_calculate {
    background: #1968b3 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 11px !important;
    padding: 5px 25px 5px 5px !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    position: relative;
}

    .btn_calculate:hover {
        background: #d7df23 !important;
        color: #000 !important;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

.calcu_arrow {
    width: 13px;
    height: 13px;
    position: absolute;
    background-position: -90px -962px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}

.calcu_popup {
    width: 350px;
    background: #fff;
    border: solid 1px #0073bb;
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 10px;
    right: 20%;
}

    .calcu_popup .calcu_clo_popup {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #FFFFFF;
        display: block !important;
        cursor: pointer;
        font-style: normal;
        display: inline-block;
        background-position: -98px -34px;
        width: 15px;
        height: 15px;
    }

    .calcu_popup h4 {
        color: #0073bb;
        font-size: 16px;
        border-bottom: 1px solid #338fc9;
        padding-bottom: 7px;
        margin: 0;
        padding: 0;
        padding-bottom: 8px;
        text-shadow: none !important;
    }

.calcu_popup_inn {
    margin-top: 10px;
    color;
    #000;
}

    .calcu_popup_inn p {
        margin: 0px;
        padding: 0px;
        color: #000;
    }

    .calcu_popup_inn input[type="text"] {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 100%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
        display: inline-block;
    }

    .calcu_popup_inn h6 {
        font-family: 'Roboto-Regular';
        color;
        #000;
        font-size: 14px;
    }

.calcu_popup_inn1 {
    border-top: solid 1px #e6e6e6;
}

.calcu_popup_inn2 h6 {
    font-family: 'Roboto-Regular';
    color;
    #000;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.calcu_Borker {
    padding-top: 10px;
}

    .calcu_Borker table {
        width: 100%;
        border-collapse: collapse;
    }

    .calcu_Borker td {
        padding: 0px 5px;
        vertical-align: top;
    }

    .calcu_Borker input[type="text"] {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 95%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
        display: inline-block;
    }

    .calcu_Borker select {
        width: 100%;
        color: #0073bb !important;
        border-radius: 0px !important;
        margin-bottom: 10px;
        font-size: 12px;
    }

.calcu_Borker1 {
    margin-top: 40px;
}

    .calcu_Borker1 table {
        width: 100%;
        border-collapse: collapse;
    }

    .calcu_Borker1 th {
        background: #e5e5e5;
        border: solid 1px #cecece;
        border-bottom: none;
        padding: 10px;
        font-weight: normal;
        font-size: 11px;
        color: #6d6d6d;
    }

    .calcu_Borker1 td {
        text-align: center;
        padding: 10px;
        border: solid 1px #e6e6e6;
        border-bottom: solid 1px #e6e6e6;
        color: #000;
        font-size: 12px;
    }

    .calcu_Borker1 p {
        margin: 0px;
        padding: 0px;
        font-size: 11px;
    }

.calcu_high {
    background: #c4e8ff !important;
    color: #1a69b3;
}

.calcu_high1 {
    background: #def2fe !important;
    border: solid 1px #3d96ce !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    color: #1a69b3 !important;
}

.tool_tip {
    color: #fff;
    display: inline-block;
    background: #0073bb;
    padding: 1px 5px;
    border-radius: 2px;
}

    .tool_tip:hover {
        color: #fff;
    }


.hint {
    position: relative;
    display: inline-block;
}

    .hint:before, .hint:after {
        position: absolute;
        opacity: 0;
        z-index: 1000000;
        pointer-events: none;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
    }

    .hint:hover:before, .hint:hover:after {
        opacity: 1;
    }

    .hint:before {
        content: '';
        position: absolute;
        background: transparent;
        border: 6px solid transparent;
        z-index: 1000001;
    }

    .hint:after {
        content: attr(data-hint);
        background: #0073bb;
        color: #fff;
        text-shadow: 0 -1px 0px black;
        padding: 8px 10px;
        font-size: 12px;
        line-height: 12px;
        white-space: nowrap;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    }

.hint--right:before {
    border-bottom-color: #0073bb;
}
/**
 * right tootip
 */
.hint--right:before {
    margin-bottom: 100%;
}

.hint--right:after {
    margin-bottom: -12px;
}

.hint--right:before, .hint--right:after {
    left: 50%;
    bottom: 100%;
}

.hint--right:hover:before, .hint--right:hover:after {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
}

/* animation */
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.net_profit {
    background: #0073bb;
    color: #fff !important;
    text-align: right !important;
    font-size: 17px !important;
}

.calcu_Borker1 h1 {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.calcu_Borker2 {
    margin-top: 20px;
}

    .calcu_Borker2 table {
        width: 100%;
        border-collapse: collapse;
    }

    .calcu_Borker2 th {
        background: #e5e5e5;
        border: solid 1px #cecece;
        border-bottom: none;
        padding: 10px;
        font-weight: normal;
        font-size: 11px;
        color: #6d6d6d;
    }

    .calcu_Borker2 td {
        text-align: center;
        padding: 10px;
        border: solid 1px #e6e6e6;
        border-bottom: solid 1px #e6e6e6;
        color: #000;
        font-size: 12px;
    }

    .calcu_Borker2 em {
        font-style: normal !important;
        font-size: 10px;
    }

    .calcu_Borker2 h4 span {
        padding: 0px;
    }

    .calcu_Borker2 h4 {
        font-size: 20px;
        margin: 0px;
        text-align: center;
        font-family: 'Roboto-Regular';
        font-weight: 400;
        padding: 0px;
    }

    .calcu_Borker2 h2 {
        font-size: 30px;
        margin: 0px;
        margin-top: 10px;
        text-align: center;
        font-family: 'Roboto-Regular';
        font-weight: 400;
    }

.rupee2 {
    font-family: 'Roboto-Regular';
    display: inline;
    margin-right: 10px;
}

.calcu_Borker2 input[type="text"] {
    border: 1px solid #cccccc !important;
    background: #fff !important;
    width: 95%;
    padding: 4px 0px 4px 6px;
    border-radius: 0px !important;
    display: inline-block;
}

.calcu_Borker2 .calcu_high {
    background: #c4e8ff !important;
}

.calcu_Borker2 .calcu_high1 {
    background: #def2fe !important;
    border: solid 1px #3d96ce !important;
    border-top: none !important;
    border-right: none !important;
}

.calcu_Borker2_slider table {
    width: 100%;
    border-collapse: collapse;
}

.calcu_Borker2_slider td {
    text-align: center;
    padding: 10px;
    border: 0px !important;
    font-size: 11px;
}

.calcu_Borker2_slider tr:first-child {
    border-bottom: solid 1px #e7e7e7 !important;
}

.calcu_Borker2_slider input[type="radio"] {
    margin: 0px auto !important;
    display: block;
}

.calcu_Borker2_trash {
    background-position: -184px -960px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}


.slider {
    width: 100%;
}
    /*margin-left:-10px !important; margin-right:-10px !important;*/

    .slider > .dragger {
        background: #bfc70c;
        background: -webkit-linear-gradient(top, #bfc70c, #bfc70c);
        background: -moz-linear-gradient(top, #bfc70c, #bfc70c);
        background: linear-gradient(top, #bfc70c, #bfc70c);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #bfc70c;
        width: 16px;
        height: 16px;
    }

        .slider > .dragger:hover {
            background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
        }

    .slider > .track, .slider > .highlight-track {
        background: #eff2a7;
        background: -webkit-linear-gradient(top, #eff2a7, #eff2a7);
        background: -moz-linear-gradient(top, #eff2a7, #eff2a7);
        background: linear-gradient(top, #eff2a7, #eff2a7);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        height: 10px;
    }

    .slider > .highlight-track {
        background-color: #d7df23;
        background: -webkit-linear-gradient(top, #d7df23, #d7df23);
        background: -moz-linear-gradient(top, #d7df23, #d7df23);
        background: linear-gradient(top, #d7df23, #d7df23);
        border-color: #d7df23;
    }

.output {
    float: right;
    margin-right: -10px !important;
    font-size: 11px !important;
    color: #1968b3;
    display: block;
}




/*********************Product page start*********************/
.hed_bb h4 .product_icon {
    background-position: -383px -350px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.product_list {
    margin-left: 5px;
    margin-bottom: 20px;
}

    .product_list ul {
        margin: 0px;
        padding: 0px;
    }

    .product_list li {
        list-style-type: none;
        background: #d0d0d0;
        margin-bottom: 1px;
        padding: 10px 10px 10px 50px;
        font-family: 'Roboto-Regular';
        font-weight: 700;
        position: relative;
        display: block;
        font-size: 17px;
        cursor: pointer;
    }

        .product_list li:hover {
            background: #d7df23;
        }

        .product_list li a {
            color: #0073bb;
        }

    .product_list .active {
        background: #d7df23;
    }

.product_list_research {
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: -267px -862px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -5px;
}

.product_list_calcula {
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: -357px -862px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -5px;
}

.product_list_equi {
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: -442px -862px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -5px;
}

.product_list_ip {
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: -530px -862px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -5px;
}

.product_list_fo {
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: -614px -862px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -5px;
}

.product_list_mf {
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: -697px -862px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -5px;
}

.product_list_bond {
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: -782px -862px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -5px;
}

.product_lftmenu {
    display: none;
}

.product_cont {
    margin: 10px 0;
    padding: 0px;
}

    .product_cont p {
        margin: 0px;
        padding: 0px 0px 20px;
    }

    .product_cont img {
        float: left;
        clear: left;
        padding: 0px 20px 0px 0px;
        width: 300px !important;
        height: auto !important;
    }

    .product_cont ul {
        margin: 0px;
        padding: 10px;
        background: #FFFFFF;
    }
    /*6-5-2015*/
    .product_cont li {
        list-style-type: none;
        color: #3a3a3a;
        font-size: 12px;
        padding: 0px 0px 10px 15px;
        display: block;
    }
        /*6-5-2015*/
        .product_cont li > b {
            background: url(../../images/sprite.png)0px -210px no-repeat;
            position: absolute;
            width: 6px;
            height: 12px;
            margin-left: -15px;
            margin-top: 2px;
        }
/*6-5-20*/

.Mproduct_cont {
    margin: 10px 0;
    padding: 0px;
}

    .Mproduct_cont p {
        margin: 0px;
        padding: 0px 0px 20px;
    }

    .Mproduct_cont img {
        float: left;
        clear: left;
        padding: 0px 20px 10px 0px;
        width: 300px !important;
        height: auto !important;
    }

    .Mproduct_cont ul {
        margin: 0px;
        padding: 0 0 10px;
    }

    .Mproduct_cont li {
        list-style-type: none;
        color: #3a3a3a;
        font-size: 12px;
        padding: 0px 0px 10px 15px;
        display: block;
        margin-bottom: 5px;
    }
        /*28-04-15*/
        .Mproduct_cont li strong {
            display: block;
        }

        .Mproduct_cont li > b {
            background: url(../../images/sprite.png)0px -210px no-repeat;
            position: absolute;
            width: 6px;
            height: 12px;
            margin-left: -15px;
            margin-top: 2px;
        }

/*********************Investmen Gyan page start*********************/
.hed_bb h4 .Investment_gyan_icon {
    background-position: -461px -298px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.investment_gyan_cont {
    margin-top: 10px;
}

    .investment_gyan_cont h4 {
        font-family: 'Roboto-Regular';
        color: #1968b3;
        font-size: 17px !important;
        margin: 0px;
        padding: 0px;
        border-bottom: none !important;
        font-weight: 700 !important;
    }

.Investment_gyan_tab {
    border: solid 1px #dfdfdf;
    margin-top: 20px;
}

ul.tabs2 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 96px;
    width: 100%;
    border-bottom: solid 1px #dfdfdf;
    background-color: #dfdfdf;
}

    ul.tabs2 li {
        float: left;
        margin: 0;
        cursor: pointer;
        width: 14.06%;
        text-align: center;
        background: #dfdfdf;
        padding: 50px 0px 6px;
        border-left: solid 1px #dfdfdf;
        border-right: none;
        border-right: solid 1px #fff;
        color: #626262;
        overflow: hidden;
        position: relative;
        font-size: 16px;
        list-style-type: none;
        font-family: 'Roboto-Regular';
        height: 40px;
    }

        ul.tabs2 li:last-Child {
            border-right: 1px solid #dfdfdf;
        }

.tab_last {
}

ul.tabs2 li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs2 li.active2 {
    background-color: #f4f4f6;
    color: #1968b3;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    display: block;
}

.tab_container2 {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
}

.tab_content2 {
    display: none;
}

.tab_drawer_heading2 {
    display: none;
}

.inves_gya_1 {
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: -689px -28px;
    margin-top: -45px;
    left: 50%;
    margin-left: -22px
}

.inves_gya_2 {
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: -689px -118px;
    margin-top: -45px;
    left: 50%;
    margin-left: -22px
}

.inves_gya_3 {
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: -689px -204px;
    margin-top: -45px;
    left: 50%;
    margin-left: -22px
}

.inves_gya_4 {
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: -689px -288px;
    margin-top: -45px;
    left: 50%;
    margin-left: -22px
}

.inves_gya_5 {
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: -689px -379px;
    margin-top: -45px;
    left: 50%;
    margin-left: -22px
}

.inves_gya_6 {
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: -689px -468px;
    margin-top: -45px;
    left: 50%;
    margin-left: -22px
}

.inves_gya_7 {
    width: 45px;
    height: 45px;
    position: absolute;
    background-position: -689px -555px;
    margin-top: -45px;
    left: 50%;
    margin-left: -22px
}

.investment_gyan_cont1 {
    padding: 10px;
    position: relative
}

    .investment_gyan_cont1 h4 {
        font-family: 'Roboto-Regular';
        color: #1968b3;
        font-size: 17px !important;
        margin: 0px;
        padding: 0px;
        border-bottom: none !important;
        font-weight: 700 !important;
    }




    .investment_gyan_cont1 table {
        width: 100%;
        border-spacing: 10px;
        border-collapse: separate;
    }

    .investment_gyan_cont1 td {
        background: #d7df21;
        padding: 0px 5px 0px 40px;
        text-align: left;
        vertical-align: middle;
        height: 50px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
    }

        .investment_gyan_cont1 td:hover {
            background: #c7cf0a;
            transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
        }

        .investment_gyan_cont1 td b {
            background-position: -524px -73px;
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            margin-top: -6px;
            margin-left: -30px;
        }

        .investment_gyan_cont1 td a {
            color: #464646;
            display: block;
        }

.investment_gya_imag {
    margin-top: 10px;
    padding: 5px;
    background: #f4f4f6;
}

    .investment_gya_imag img {
        width: 102px;
        height: auto;
    }

/*********************Market Screener page start*********************/
.scree_cont {
    padding: 15px;
}

    .scree_cont h5 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #dedede;
        padding-bottom: 10px;
        margin: 0px 0px 20px;
    }

.screener_list {
    border-bottom: dashed 1px #dedede;
    font-size: 16px;
    padding: 0px 10px;
    margin-bottom: 30px;
}

.scree_cont input[type="checkbox"] {
    display: none;
}

    .scree_cont input[type="checkbox"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 0px 4px 0 0;
        vertical-align: middle;
        background: url(../../images/sprite.png) -84px -909px no-repeat;
        cursor: pointer;
    }

    .scree_cont input[type="checkbox"]:checked + label span {
        background: url(../../images/sprite.png) -103px -909px no-repeat;
    }

.scree_cont_inp input[type="text"] {
    border: 1px solid #cccccc !important;
    background: #fff !important;
    padding: 4px 0px 4px 30px;
    border-radius: 0px !important;
    margin-bottom: 10px;
    display: inline;
    font-weight: bold;
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

    .scree_cont_inp input[type="text"] span {
        position: absolute;
        left: 0px;
        top: 0px;
        display: inline !important;
    }

.scree_cont_inp {
    position: relative;
    font-size: 12px;
    font-family: 'Roboto-Regular';
    display: inline-block;
}

    .scree_cont_inp span {
        position: absolute;
        left: 10px;
        top: 5px;
        display: inline-block !important;
    }

    .scree_cont_inp select {
        color: #0073bb !important;
        border-radius: 0px !important;
        margin-bottom: 10px;
        font-size: 12px;
    }

/*********************Step to Start page start*********************/
.hed_bb h4 .step_to_start_icon {
    background-position: -536px -298px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

/*********************Blog page start*********************/
.hed_bb h4 .blog_icon {
    background-position: -464px -342px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.latest_blog_cont h2 {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    color: #0073bb;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}

.latest_blog_cont img {
    width: 100%;
    height: auto;
    border-bottom: solid 5px #d7df23;
}

.latest_blog_cont p {
    font-size: 12px;
    color: #464646;
    margin-top: 10px;
}

.latest_blog_cont .rmore {
    float: right;
    clear: right;
    color: #fff;
    padding: 5px 10px;
    background: #0073bb;
    font-size: 12px;
    font-family: 'Roboto-Regular';
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

    .latest_blog_cont .rmore:hover {
        color: #000;
        background: #d7df23;
        transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
    }

.blog_inner_con {
    margin-top: 20px;
    padding: 0px;
}

.blog_inner_c {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 12px;
    color: #464646;
    text-align: justify;
    background: #f4f4f6;
    border: solid 1px #f4f4f6;
}

    .blog_inner_c:hover {
        background: #fff;
        border: solid 1px #e7e6e6;
    }

    .blog_inner_c table {
        width: 100%;
        border-collapse: collapse;
    }

    .blog_inner_c td {
        vertical-align: top;
    }

        .blog_inner_c td:first-child {
            width: 50px;
            border-right: solid 1px #d6d6d6;
        }

        .blog_inner_c td:last-child {
            padding: 0px 20px;
        }

.blog_date {
    font-family: 'Roboto-Regular';
    text-align: center;
}

    .blog_date b {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }

    .blog_date em {
        display: block;
        font-size: 14px;
        font-style: normal;
        text-transform: uppercase;
        line-height: 10px;
    }

    .blog_date span {
        display: block;
        font-size: 12px;
        font-style: normal;
    }

.blog_inner_con h4 {
    font-family: 'Roboto-Regular';
    font-weight: 700;
    color: #0073bb;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    border-bottom: none !important;
}

    .blog_inner_con h4 a {
        color: #0073bb;
        font-size: 17px;
        margin: 0px;
        padding: 0px;
        border-bottom: none !important;
        background: none;
        border: none;
        float: none;
    }

        .blog_inner_con h4 a:hover {
            color: #0073bb;
            background: none;
            border: none;
            float: none;
        }

.blog_inner_c p {
    margin-bottom: 10px;
}

.blog_comment {
    background: #d7df23;
    padding: 5px;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

    .blog_comment span {
        font-size: 10px;
        font-weight: normal;
    }

.blog_inner_c a {
    float: right;
    color: #fff;
    padding: 5px 10px;
    background: #0073bb;
    font-size: 12px;
    font-family: 'Roboto-Regular';
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    clear: right;
}

    .blog_inner_c a:hover {
        color: #000;
        background: #d7df23;
        transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
    }

.blog_inner_tag {
    float: left;
    clear: left;
    background: #e4e4e4;
    padding: 5px 10px;
    text-align: left;
}

    .blog_inner_tag a {
        background: none;
        color: #0073bb;
        display: inline !important;
        clear: none;
        padding: 0px 5px;
        transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        float: none !important;
    }

        .blog_inner_tag a:hover {
            background: #0073bb;
            color: #fff;
            transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
        }

.blog_catego {
    padding: 15px 20px 20px;
    border: solid 1px #e7e6e6;
    position: relative;
    margin-top: 140px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

    .blog_catego h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5 !important;
        padding-bottom: 10px;
        margin: 0px;
    }

    .blog_catego ul {
        margin: 0px;
        padding: 0px;
    }

    .blog_catego li {
        list-style-type: none;
        font-family: 'Roboto-Regular';
        font-weight: 400;
        font-size: 14px;
        color: #0073bb;
        padding: 5px 0px 5px 30px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

        .blog_catego li:before {
            position: absolute;
            content: '';
            background: url(../../images/sprite.png) no-repeat -283px -963px;
            width: 14px;
            height: 17px;
            margin-left: -25px;
        }

        .blog_catego li a {
            color: #0073bb;
        }

        .blog_catego li:hover:before {
            margin-left: -15px;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

.blog_subscr {
    background: #f4f4f6;
    padding: 15px;
    margin-bottom: 20px;
}

    .blog_subscr h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #ddddde !important;
        padding-bottom: 10px;
        margin: 0px;
    }

    .blog_subscr table {
        width: 100%;
        border-spacing: 5px;
        border-collapse: separate;
        margin-top: 10px;
    }

    .blog_subscr td:last-child {
        width: 67px;
    }

    .blog_subscr input[type="text"] {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 96%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
    }

.blog_pop {
    padding: 15px 20px 20px;
    border: solid 1px #e7e6e6;
    margin-bottom: 20px;
}

    .blog_pop h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5 !important;
        padding-bottom: 10px;
        margin: 0px;
    }

    .blog_pop ul {
        margin: 0px;
        padding: 0px;
    }

        .blog_pop ul li {
            list-style-type: none;
            border-bottom: dashed 1px #bcbcbc;
            padding: 10px 0;
            color: #464646
        }

    .blog_pop a {
        font-size: 13px;
        color: #464646
    }

        .blog_pop a:hover {
            color: #0073bb
        }

    .blog_pop span {
        font-size: 10px;
        color: #bcbcbc;
        line-height: 10px;
    }

    .blog_pop p {
        padding-top: 10px;
        font-size: 12px;
        line-height: 17px;
    }

.blog_pop_tag {
    background: #f4f4f6;
    padding: 15px;
    margin-bottom: 20px;
}

    .blog_pop_tag h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #ddddde !important;
        padding-bottom: 10px;
        margin: 0px;
    }

    .blog_pop_tag a {
        display: inline-block;
        border-bottom: solid 2px #f4f4f6;
        padding: 5px;
        font-family: 'Roboto-Regular';
        font-weight: 400;
        color: #0073bb;
        transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
    }

        .blog_pop_tag a:hover {
            color: #0073bb;
            border-bottom: solid 2px #0073bb;
            transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -webkit-transition: 0.5s ease-in-out;
        }

    .blog_pop_tag h1, .blog_pop_tag h2, .blog_pop_tag h3, .blog_pop_tag h5, .blog_pop_tag h6 {
        line-height: 20px;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
    }

    .blog_pop_tag h6 {
        font-size: 12px;
    }

    .blog_pop_tag h5 {
        font-size: 14px;
    }

    .blog_pop_tag h3 {
        font-size: 16px;
    }

    .blog_pop_tag h2 {
        font-size: 18px;
    }

    .blog_pop_tag h1 {
        font-size: 20px;
    }

.blog_social {
    margin-top: 10px;
}

    .blog_social img {
        width: auto !important;
        height: auto !important;
    }

.blog_privious {
    float: left;
    clear: left;
    color: #000 !important;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 30px;
    border: 1px solid #d7df23;
}

    .blog_privious:before {
        background: url(../../images/sprite.png) no-repeat -26px -250px;
        position: absolute;
        content: '';
        width: 12px;
        height: 15px;
        display: block;
        margin-top: 3px;
        margin-left: -15px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    .blog_privious:hover:before {
        margin-left: -25px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

.blog_next {
    float: right;
    clear: right;
    color: #000 !important;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 30px 5px 15px;
    border: 1px solid #d7df23;
    display: inline-block;
}

    .blog_next:after {
        background: url(../../images/sprite.png) no-repeat 0px -250px;
        position: absolute;
        content: '';
        width: 12px;
        height: 15px;
        display: block;
        margin-top: 3px;
        margin-left: 2px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        display: inline-block;
    }

    .blog_next:hover:after {
        margin-left: 15px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        display: inline-block;
    }


.blog_comments {
    margin-top: 20px;
    background: #fff;
    border: solid 1px #e7e6e6;
    padding: 15px;
}

    .blog_comments h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        padding-bottom: 10px;
        margin: 0px;
    }

    .blog_comments textarea {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 99%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
        margin-bottom: 10px;
    }

.blog_comme_inner {
    background: #f4f4f6;
    padding: 10px;
    font-size: 12px;
    color: #464646;
    margin-bottom: 8px;
}

.blog_comme_inner_socia ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

    .blog_comme_inner_socia ul li {
        list-style-type: none;
        display: inline-block;
        right: 0px;
        margin-right: 2px;
    }

.blog_comme_inner_table table {
    width: 100%;
    border-collapse: collapse;
}

.blog_comme_inner_table td {
    vertical-align: top;
}

.blog_comme_inner_table_img {
    width: 50px;
    padding-right: 10px;
}

    .blog_comme_inner_table_img img {
        width: auto !important;
    }

.comme_image_td b {
    position: absolute;
}

.comme_image {
    background-position: -689px -662px;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: inline-block;
}

.blog_comme_inner_table p {
    padding: 5px 0px;
}

.blog_comme_inner_table input[type="text"] {
    border: 1px solid #cccccc !important;
    background: #fff !important;
    width: 99%;
    padding: 4px 0px 4px 6px;
    border-radius: 0px !important;
}

.blog_comme_inner_table input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 0px;
}


/*********************Open Account page start*********************/
.hed_bb h4 .open_account_icon {
    background-position: -536px -342px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.opne_acc_con li {
    list-style-type: none;
}

    .opne_acc_con li:before {
        content: '';
        background: url(../../images/sprite.png) no-repeat 0px -210px;
        position: absolute;
        width: 6px;
        height: 12px;
        margin-top: 2px;
        margin-left: -15px;
    }

.opne_do_know {
    margin-top: 20px;
}

    .opne_do_know b {
        font-size: 16px;
    }

.opne_call {
    background: #e4e4e4;
    margin-top: 20px;
    font-weight: bold;
}

    .opne_call table {
        width: 100%;
        border-collapse: collapse;
    }

    .opne_call td {
        padding: 10px 10px 10px 40px;
    }

    .opne_call a {
        color: #0073bb;
    }

        .opne_call a:hover {
            color: #005580;
        }
/*.opne_call a{color:#464646;}
.opne_call a:hover{color:#464646;}*/
.opne_call1 {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: -502px -945px;
    margin-left: -30px;
}

.opne_call2 {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: -549px -945px;
    margin-left: -30px;
}

.opne_call3 {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: -596px -945px;
    margin-left: -30px;
}

.opne_call4 {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: -647px -945px;
    margin-left: -30px;
}

/*********************Open Account page start*********************/
.hed_bb h4 .faq_icon {
    background-position: -536px -252px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.Faq_cont {
    margin: 0px;
    padding: 15px;
    font-size: 12px;
    color: #464646;
    text-align: justify;
    background: #f4f4f6;
}

.Faq_accordion {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

    .Faq_accordion li {
        margin: 0px 0;
        position: relative;
    }

.Faq_header {
    cursor: pointer;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 17px;
    color: #0073bb;
    border-bottom: solid 1px #e5e5e5;
    padding: 15px;
    margin: 0px;
    position: relative;
    padding-left: 35px;
}

    .Faq_header:before {
        content: '';
        background: url(../../images/sprite.png) no-repeat 0px -248px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 17px;
        margin-left: -25px
    }
/*.kc_header em{  background: url(../../images/sprite.png) 0px -248px no-repeat;display: block; width: 18px; height: 18px; position: absolute; left: 10px;}*/
.Faq_accordion li.active .Faq_header {
    color: #0073bb;
    background: #f5f3f3;
}

    .Faq_accordion li.active .Faq_header:before {
        content: '';
        background: url(../../images/sprite.png) no-repeat 0px -230px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 17px;
        margin-left: -25px
    }

.Faq_accordion li.active .Faq_btnAlternaAcordeon {
    color: #fff;
}

.Faq_accordion li:first-child {
    margin-top: 0;
}

.Faq_accordion .header {
    color: #000;
    background-color: #ddd;
    padding: 0 2px;
    cursor: pointer;
}

.Faq_accordion .Faq_content {
    padding: 10px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: justify;
}

/*********************Invest Now page start*********************/
.hed_bb h4 .invest_now_icon {
    background-position: -464px -252px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}


/*********************Privacy Policy page start*********************/
.hed_bb h4 .privay_policy_icon {
    background-position: -584px -342px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

/*********************Disclaimer page start*********************/
.hed_bb h4 .disclaimer_icon {
    background-position: -584px -298px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

/*********************Terms & Coditions page start*********************/
.hed_bb h4 .terms_condition_icon {
    background-position: -584px -252px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.terms_cont {
    margin: 0px;
    padding: 15px;
    font-size: 12px;
    color: #464646;
    text-align: justify;
    background: #f4f4f6;
}

    .terms_cont p {
        padding: 5px 0px;
        line-height: 17px;
    }

    .terms_cont ul {
        margin: 0px;
        padding: 0px 0px 0px 20px;
    }

    .terms_cont li {
        list-style-type: decimal;
        padding: 10px 0px;
        line-height: 17px;
    }

        .terms_cont li ul {
            margin: 0px;
            padding: 0px 0px 0px 20px;
        }

            .terms_cont li ul li {
                list-style-type: lower-alpha;
                padding: 10px 0px;
            }

                .terms_cont li ul li ul {
                    margin: 0px;
                    padding: 0px 0px 0px 20px;
                }

                    .terms_cont li ul li ul li {
                        list-style-type: square;
                        padding: 10px 0px;
                    }

    .terms_cont b {
        display: block;
    }

    .terms_cont a {
        display: inline-block;
    }


/*********************Contact page start*********************/
.hed_bb h4 .contact_icon {
    background-position: -584px -389px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.contact_desk {
    font-size: 12px;
    margin-top: 10px;
    border-top: solid 1px #dedede;
    text-align: left !important;
}

    .contact_desk span {
        font-size: 10px;
        margin-top: 5px;
        color: #666666
    }

    .contact_desk b {
        font-size: 22px;
        color: #0073bb;
        font-family: 'Roboto-Regular';
        font-weight: 700;
        line-height: 30px;
    }

        .contact_desk b a {
            font-size: 16px;
            color: #0073bb;
            font-family: 'Roboto-Regular';
            font-weight: 700;
            display: inline-block !important;
        }

/*********************Career page start*********************/
.hed_bb h4 .carrer_icon {
    background-position: -584px -202px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.career_form {
    padding: 15px 0px 10px;
}

    .career_form a {
        display: inline-block;
    }

    .career_form h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
        margin: 0px;
    }

    .career_form p:first-child {
        top: 5px;
    }

    .career_form p {
        padding: 5px 0px;
    }

    .career_form select {
        width: 100%;
        color: #0073bb !important;
        border-radius: 0px !important;
        margin: 10px 0px;
    }

    .career_form input[type="text"] {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 96%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
        margin: 10px 0px;
    }

    .career_form .browse {
        position: relative;
    }

        .career_form .browse input[type="file"] {
            font-size: 12px;
            line-height: 16px;
            right: 0px;
            top: 6px;
        }

ul.tabs3 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 41px;
    width: 100%;
    background: #d7df23;
}

    ul.tabs3 li {
        float: left;
        margin: 0;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        font-family: 'Roboto-Regular';
        padding: 10px 20px;
        padding: 14px 20px \0/;
        border-top: 1px solid #d7df23;
        border-left: 1px solid #d7df23;
        border-right: solid 1px #fff;
        background-color: #d7df23;
        color: #000;
        overflow: hidden;
        position: relative;
        display: block
    }

        ul.tabs3 li a {
            color: #000;
        }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.tabs3 li {
        padding: 10px 20px;
    }
}

.tab_last3 {
    border-right: 0px solid #d7df23;
}

ul.tabs3 li.active3 {
    background-color: #f4f4f6;
    color: #333;
    border-bottom: 0px solid #fff;
    display: block;
    padding: 10px 20px;
}

.tab_container3 {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #f4f4f6;
    overflow: auto;
}

.tab_content3 {
    padding: 20px 0px 10px;
}
/*display: none;*/
.tab_drawer_heading3 {
    display: none;
}

.career_cont img {
    float: right;
    clear: left;
    padding: 0px 0px 0px 20px;
    width: 300px !important;
    height: auto !important;
}

.career_form1 {
    border-bottom: solid 1px #dedede;
}

.career_accordion {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

    .career_accordion li {
        margin: 0px 0;
        position: relative;
        list-style-type: none;
    }

.career_header {
    cursor: pointer;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 17px;
    color: #0073bb;
    border-bottom: solid 1px #e5e5e5;
    padding: 15px;
    margin: 0px;
    position: relative;
    padding-left: 35px;
}

    .career_header:before {
        content: '';
        background: url(../../images/sprite.png) no-repeat 0px -248px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 17px;
        margin-left: -25px
    }
/*.kc_header em{  background: url(../../images/sprite.png) 0px -248px no-repeat;display: block; width: 18px; height: 18px; position: absolute; left: 10px;}*/
.career_accordion li.active .career_header {
    color: #0073bb;
    background: #f5f3f3;
}

    .career_accordion li.active .career_header:before {
        content: '';
        background: url(../../images/sprite.png) no-repeat 0px -230px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 17px;
        margin-left: -25px
    }

.career_accordion li.active .career_btnAlternaAcordeon {
    color: #fff;
}

.career_accordion li:first-child {
    margin-top: 0;
}

.career_accordion .header {
    color: #000;
    background-color: #ddd;
    padding: 0 2px;
    cursor: pointer;
}

.career_accordion .career_content {
    padding: 10px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: justify;
}

.career_table {
    margin: 0px;
    padding: 0px;
}

    .career_table table {
        width: 100%;
        border-collapse: collapse;
    }

    .career_table th {
        background: #e5e5e5;
        border-right: solid 1px #cecece;
        padding: 10px;
        font-weight: normal;
        font-size: 11px;
        color: #6d6d6d;
        text-align: center;
    }

        .career_table th:last-child {
            border-right: none
        }

    .career_table td {
        text-align: center;
        padding: 10px;
        border-right: solid 1px #e6e6e6;
        border-bottom: solid 1px #e6e6e6;
        color: #000;
        font-size: 12px;
    }

        .career_table td:last-child {
            border-right: none
        }

/*********************Expression Interest page start*********************/
.hed_bb h4 .expInt_icon {
    background-position: -584px -101px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.expInt_cont {
    font-size: 12px;
    text-align: left !important;
}

    .expInt_cont span {
        font-size: 10px;
        margin-top: 5px;
        color: #666666
    }

    .expInt_cont h3 {
        display: inline-block;
        font-size: 18px;
        color: #0073bb;
        font-family: 'Roboto-Regular';
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .expInt_cont b {
        display: inline-block;
    }

        .expInt_cont b a {
            font-size: 16px;
            color: #0073bb;
            font-family: 'Roboto-Regular';
            font-weight: 700;
        }

/*********************Advertise page start*********************/
.hed_bb h4 .advertise_icon {
    background-position: -838px -579px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.adver_cont {
    margin: 10px 0;
    padding: 0px;
}

    .adver_cont p {
        margin: 0px;
        padding: 0px 0px 20px;
    }

    .adver_cont img {
        float: left;
        clear: left;
        padding: 0px 20px 0px 0px;
        width: 132px !important;
        height: auto !important;
    }

.blo {
    background-position: -506px -7px;
    display: block;
    width: 23px;
    height: 23px;
}

/*********************Register page start*********************/
.hed_bb h4 .register_icon {
    background-position: -536px -149px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

/*********************Sitemap page start*********************/
.hed_bb h4 .sitema_icon {
    background-position: -838px -685px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.sitem_cont {
    margin-bottom: 30px;
}

    .sitem_cont h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px !important;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
        margin: 0px;
    }


    .sitem_cont li {
        list-style-type: none;
        color: #000;
        font-size: 13px;
        padding: 4px 0px 4px 10px;
        display: block;
        transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        text-align: left;
    }

        .sitem_cont li a {
            color: #000;
            transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
        }

            .sitem_cont li a > b {
                background: url(../../images/sprite.png)0px -209px no-repeat;
                position: absolute;
                width: 6px;
                height: 18px;
                margin-left: -20px;
                transition: 0.2s ease-in-out;
                -moz-transition: 0.2s ease-in-out;
                -webkit-transition: 0.2s ease-in-out;
            }

        .sitem_cont li:hover a {
            color: #0073bb;
            transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
        }

        .sitem_cont li a:hover > b {
            margin-left: -10px;
            transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
        }

/*********************Events page start*********************/
.hed_bb h4 .event_icon {
    background-position: -838px -631px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.event_cont li {
    list-style-type: none !important;
}

.event_press select {
    width: 100%;
    color: #0073bb !important;
    border-radius: 0px !important;
    margin: 0px 0px 20px;
}

.event_dis_nonw {
    display: block;
}

.event_press_tabl table {
    width: 100%;
    border-collapse: collapse;
}

.event_press_tabl tr {
    border-bottom: solid 1px #e5e5e5;
}

.event_press_tabl td {
    vertical-align: top;
    padding: 20px 0px;
}

    .event_press_tabl td:first-child {
        width: 150px;
    }

    .event_press_tabl td:last-child {
        padding-left: 15px;
    }

.event_press_tabl h4 {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    display: inline
}

.event_press_tabl span {
    color: #A9A9A9;
    font-size: 11px;
    display: inline;
    padding-left: 10px;
}

.event_press_tabl p {
    padding: 10px 0px;
    font-size: 12px;
    color: #464646;
}

.event_press_tabl a {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    display: block;
}

    .event_press_tabl a:hover {
        color: #000;
    }

    .event_press_tabl a:after {
        content: '';
        background: url(../../images/Inr_sprite.png)-60px -59px no-repeat;
        width: 5px;
        height: 9px;
        position: absolute;
        display: inline;
        margin-left: 6px;
        top: 3px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    .event_press_tabl a:hover:after {
        margin-left: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }


/*********************Eligibility page start*********************/
.hed_bb h4 .eligibility_icon {
    background-position: -584px -52px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.eligi_bortop {
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    padding-top: 10px;
}

    .eligi_bortop input[type="radio"] {
        margin-top: 0px;
        margin-right: 5px;
    }

/*********************Benefits page start*********************/
.hed_bb h4 .benefits_icon {
    background-position: -536px -202px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}


/*********************Charting page start*********************/
.Comp_search {
    border: 1px solid #c7c7c7;
    background: #FFFFFF;
    margin-bottom: 15px;
    margin-top: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .Comp_search table {
        width: 100%;
        border-collapse: collapse;
    }

    .Comp_search input[type="text"] {
        width: 95%;
        border: none !important;
        background: none;
        margin-bottom: 0px !important;
        box-shadow: none !important;
    }

    .Comp_search input[type="button"] {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: none;
        line-height: 30px;
        background: url(../../images/sprite.png)-35px -171px no-repeat #e5f1f8;
        position: relative;
        width: 40px;
        left: 0;
    }

    .Comp_search input[type="submit"] {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: none;
        line-height: 30px;
        background: url(../../images/sprite.png)-35px -171px no-repeat #e5f1f8;
        position: relative;
        width: 40px;
        left: 0;
    }


.chart_top {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 10px;
}

    .chart_top table {
        width: 100%;
        border-collapse: collapse;
    }

    .chart_top td {
        padding: 0px 10px;
    }

        .chart_top td:last-child {
            width: 50px;
            text-align: right;
        }

    .chart_top img {
        width: auto;
        height: auto;
        display: inline;
        padding-left: 5px;
    }

    .chart_top select {
        width: 100%;
        color: #444 !important;
        border-radius: 0px !important;
        margin: 10px 0px;
    }

    .chart_top input[type="text"] {
        border: 1px solid #cccccc !important;
        background: #fff !important;
        width: 78%;
        padding: 4px 0px 4px 6px;
        border-radius: 0px !important;
        margin: 10px 0px;
    }

.charting_right {
    margin: 0px;
    padding: 0px;
}

.intra {
    text-align: right;
    right: 0px;
    padding:10px;
    padding-bottom: 10px;
}

    .intra ul {
        margin: 0px;
        padding: 0px;
    }

    .intra li {
        list-style-type: none;
        text-align: right;
        /*display: inline-block;*/

    }


.btn_intra {
    background: #a97e50 !important;
    color: #fff !important;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid #d7df23;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

/*********************Portfolio Tracker page start*********************/
.hed_bb h4 .portfo_icon {
    background-position: -584px -149px;
    margin-left: 10px;
    height: 45px;
    width: 39px;
    display: block;
    position: absolute;
}

.portfo_accordion {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

    .portfo_accordion li {
        margin: 0px 0;
        position: relative;
        list-style-type: none;
    }

.portfo_header {
    cursor: pointer;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #0073bb;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 10px 10px 25px;
    margin: 0px;
    position: relative;
}

    .portfo_header:before {
        content: '';
        background: url(../../images/sprite.png) no-repeat 0px -214px;
        width: 5px;
        height: 9px;
        position: absolute;
        top: 16px;
        margin-left: -20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }
/*.kc_header em{  background: url(../../images/sprite.png) 0px -248px no-repeat;display: block; width: 18px; height: 18px; position: absolute; left: 10px;}*/
.portfo_accordion li.active .portfo_header {
    color: #0073bb;
    background: #f5f3f3;
    border-bottom: none;
}

    .portfo_accordion li.active .portfo_header:before {
        ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

.portfo_accordion li.active .portfo_btnAlternaAcordeon {
    color: #fff;
}

.portfo_accordion li:first-child {
    margin-top: 0;
}

.portfo_accordion .header {
    color: #000;
    background-color: #ddd;
    padding: 0 2px;
    cursor: pointer;
}

.portfo_accordion .portfo_content {
    padding: 0px 10px 10px 25px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: justify;
    border-bottom: solid 1px #e5e5e5;
}

    .portfo_accordion .portfo_content b {
        display: block;
    }

    .portfo_accordion .portfo_content p {
        padding-bottom: 15px;
    }

    .portfo_accordion .portfo_content li {
        list-style-type: decimal;
    }

/*********************Post Login page start*********************/
.port_nav {
    text-align: left;
    margin: 0px 0px 10px;
    background: #d7df23;
}

.tinynav {
    display: none
}

.port_nav ul {
    margin: 0px;
    padding: 0;
}

.port_nav li {
    list-style-type: none;
    display: inline-block;
    margin-right: 16px;
    margin-right: 15px\0/;
    margin-right: 15px\9 \0;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto-Regular';
    font-weight: 700;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .port_nav li {
        margin-right: 15px;
    }
}

@media all\0 {
    .port_nav li {
        margin-right: 10px;
    }
}

.port_nav li > a {
    color: #505050;
    padding: 5px 20px;
}

@media all\0 {
    .port_nav li > a {
        color: #505050;
        padding: 5px 15px;
    }
}

@media all and (monochrome:0) {
    .port_nav li > a {
        color: #505050;
        padding: 5px 20px;
    }

    .port_nav li {
        margin-right: 15px;
    }
}

.port_nav li > ul {
    display: none;
    visibility: hidden;
    position: absolute;
}

.port_nav li:hover > ul {
    display: block;
    visibility: visible;
    clear: both;
    background: #1a6db1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    z-index: 99;
    width: 200px;
}

    .port_nav li:hover > ul > li > a {
        color: #fff;
        padding: 5px 10px;
        font-weight: 400;
        line-height: 20px;
    }

    .port_nav li:hover > ul > li {
        padding: 0px 0px 0px 10px;
        display: block;
        border-bottom: dashed 1px #5a8cc2;
        margin-right: 0px;
    }

        .port_nav li:hover > ul > li:last-child {
            border-bottom: none;
        }

        .port_nav li:hover > ul > li:before {
            position: absolute;
            display: block;
            content: '';
            background: url(../../images/sprite.png) -93px -965px no-repeat;
            width: 6px;
            height: 7px;
            top: 13px;
            margin-left: -10px;
            transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
        }

        .port_nav li:hover > ul > li:hover:before {
            margin-left: -2px;
            transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
        }

.port_nav li:hover > a {
    color: #fff;
    background: #1a6db1;
}

.port_nav li > ul > ul {
    display: none;
    visibility: hidden;
    position: absolute;
}

.port_nav li > ul > li:hover > ul {
    display: block;
    visibility: visible;
    clear: both;
    background: #1a6db1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    z-index: 99;
    width: 200px;
    top: 0px;
    left: 100% !important;
    border-left: solid 1px #2378be;
}

.port_chart {
    margin-top: 20px;
}

.port_chart_li {
    text-align: left;
    right: 0px;
    padding-bottom: 10px;
}

    .port_chart_li ul {
        margin: 0px;
        padding: 0px;
    }

    .port_chart_li li {
        list-style-type: none;
        text-align: left;
        display: inline-block;
        font-size: 12px !important;
        font-family: 'Roboto-Regular';
    }

.port_chart_img {
    margin: 0px auto;
    text-align: center;
}

    .port_chart_img img {
        width: auto;
    }

.port_chart h4 {
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 18px;
    border-bottom: solid 1px #E5E5E5;
    color: ##0073bb;
    margin: 10px 0px;
    padding: 10px 0px;
    position: relative
}

.downloaicon {
    background-position: -368px -936px;
    width: 21px;
    height: 14px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    cursor: pointer;
    text-indent: -9999 !important;
}

    .downloaicon span {
        font-size: 0px;
    }

    .downloaicon ul {
        display: none;
        visibility: hidden;
        position: absolute;
        margin: 0px;
    }

    .downloaicon:hover ul {
        display: block;
        visibility: visible;
        clear: both;
        background: #E3E3E3;
        padding: 5px;
        font-size: 11px;
    }

    .downloaicon ul > li > a {
        color: #1a6db1;
    }


.port_contable {
    padding: 0px;
    font-size: 11px;
    margin: 0px 0 20px;
}

    .port_contable table {
        width: 100%;
        border-collapse: collapse;
    }

    .port_contable th {
        background: #e5e5e5;
        color: #000000;
        font-size: 11px;
        text-align: center;
        line-height: 15px;
        padding: 10px;
    }

    .port_contable td {
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        padding: 4px 0;
        line-height: 25px;
    }

.port_name a {
    color: #0073bb;
    font-size: 11px;
    display: block;
    line-height: 32px;
    font-weight: 600;
    text-align: left
}

    .port_name a:hover {
        color: #2e7fd1 !important;
    }

.mplus1 {
    background-position: -22px -54px;
    width: 21px;
    height: 20px;
    margin: 7px 5px 0 0;
    float: left
}


.port_contable1 {
    padding: 0px;
    font-size: 11px;
    margin: 0px 0 20px;
}

    .port_contable1 table {
        width: 100%;
        border-collapse: collapse;
    }

    .port_contable1 th {
        background: #e5e5e5;
        color: #000000;
        font-size: 11px;
        text-align: center;
        line-height: 15px;
        padding: 10px;
    }

    .port_contable1 td {
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        padding: 4px 0;
        line-height: 25px;
    }

.with_outheade {
    margin-top: 17px
}

.wel_co_log1 {
    color: #1968b3;
    top: 10px;
    position: relative;
    padding-right: 10px;
    float: right;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    margin: 0px;
}

.tinynav1, .tinynav2 {
    background: #d7df23;
    border: solid 1px #bbc300;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto-Regular';
    font-weight: 700;
}


/*********************Scroling Table page start*********************/
.port_contable2 {
    padding: 0px;
    font-size: 11px;
    margin: 0px 0 20px;
    overflow-X: scroll;
}

    .port_contable2 table {
        border-collapse: collapse;
    }

    .port_contable2 th {
        background: #e5e5e5;
        color: #000000;
        font-size: 11px;
        text-align: center;
        line-height: 15px;
        padding: 10px;
        position: relative;
    }

    .port_contable2 td {
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        padding: 4px 0;
        line-height: 25px;
        min-width: 200px;
    }

        .port_contable2 td:first-child {
            width: 500px;
            min-width: 300px;
        }

.port_name1 a {
    color: #0073bb;
    font-size: 11px;
    display: block;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

    .port_name1 a:hover {
        color: #2e7fd1 !important;
    }

.mplus1 {
    background-position: -22px -54px;
    width: 21px;
    height: 20px;
    margin: 7px 5px 0 0;
    float: left
}

.port_name_add a {
    color: #0073bb;
    font-size: 11px;
    display: block;
    line-height: 32px;
    font-weight: 600;
    text-align: right
}

.mplus1_add {
    background-position: -22px -54px;
    width: 21px;
    height: 20px;
    margin: 7px 5px 0 0;
    float: right
}

.scrilingPage_upArrow {
    background-position: -129px -4px;
    position: absolute;
    right: 5px;
    bottom: 7px;
    width: 7px;
    height: 5px;
}

.scrilingPage_downArrow {
    background-position: -129px -4px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 7px;
    height: 5px;
    transform: rotate(180deg)
}

.scroltable_quote {
    background-position: -957px -112px;
    float: left;
    margin: 5px 10px 0px 0px;
    width: 21px;
    height: 21px;
}

.scroltable_finaIcon {
    background-position: -957px -50px;
    float: left;
    margin: 5px 10px 0px 0px;
    width: 21px;
    height: 21px;
}

.scroltable_news {
    background-position: -957px 0px;
    float: left;
    margin: 5px 10px 0px 0px;
    width: 21px;
    height: 21px;
}

/*********************max Gainer page start*********************/

.maxtabe {
    border: solid 1px #e5e5e5;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.Cdetail1 {
    position: relative;
    padding-left: 25px !important;
}

.big_grn_arw1 {
    background-position: -2px -56px;
    width: 16px;
    height: 19px;
    position: absolute;
    bottom: 0px;
    left: 35%;
}

.big_red_arw1 {
    background-position: -2px -78px;
    width: 16px;
    height: 19px;
    position: absolute;
    bottom: 0px;
    left: 35%;
}

.Cdetail1 h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 26px;
    padding-bottom: 2px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
}

.Cdetail1 h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 2px;
    position: relative;
}

.Cdetail1 em {
    font-style: normal;
}

.Gran_selbx td input[type="text"] {
    float: right;
    border-radius: 0;
    color: #1968b3 !important;
    width: 95%;
    height: 24px;
    padding: 0px 6px !important;
    font-size: 12px !important;
    border: solid 1px #cccccc;
}

/*********************New Home page change start  4-5-2015*********************/
.home_news:last-child {
    border-left: dashed 1px #bdbdbd;
    padding-left: 20px;
}
/*26-5-15*/
.home_news h3 {
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 19px;
    color: #0073bb;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

    .home_news h3:hover {
        border-bottom: 1px solid #d7df23;
        padding-left: 25px;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
    }

    .home_news h3:before {
        position: absolute;
        content: "";
        background: url(../../images/sprite.png) no-repeat -364px -986px;
        width: 17px;
        height: 17px;
        top: 2px;
        left: 0px;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
    }

    .home_news h3:hover:before {
        background-position: -339px -986px;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
    }

.home_news ul {
    margin: 0px;
    padding: 0px;
}

.home_news li {
    list-style-type: none;
    padding: 0px 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
    /*22-5-2015*/
    .home_news li p {
        margin: 0px;
        padding: 2px 0px;
        line-height: 15px;
    }

    .home_news li b {
        display: block;
        color: #0073bb;
        margin-top: 10px;
    }

        .home_news li b a {
            color: #0073bb;
        }

    .home_news li span {
        display: block;
        color: #222;
        font-size: 10px;
    }

.moreArrw {
    background-position: -364px -986px;
    width: 17px;
    height: 17px;
    display: block;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
    /*26-5-15*/
    .moreArrw:hover {
        background-position: -339px -986px;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
    }
/*26-5-15*/

.home_news a > i {
    background: url(../../images/sprite.png)0px -210px no-repeat;
    position: absolute;
    width: 6px;
    height: 12px;
    margin-left: -10px;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.home_news a:hover > i {
    background: url(../../images/sprite.png)0px -210px no-repeat;
    position: absolute;
    width: 6px;
    height: 12px;
    margin-left: -7px;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.home_open_tab {
    margin: 0px;
    padding: 0px;
}



.telquote {
    border: 1px solid #c7c7c7;
    background: #FFFFFF;
    margin-bottom: 0px;
    margin-top: -1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -pie-border-radius: 8px;
    border-radius: 8px;
    margin-top: 5px
}

    .telquote table {
        width: 100%;
        border-collapse: collapse;
    }

    .telquote td {
        padding: 0px;
        margin: 0px;
    }

    .telquote .td_select {
        width: 80px;
    }

    .telquote select {
        border: none !important;
        background: none !important;
        max-width: 93px;
        line-height: 25px;
        height: 25px;
        color: #0073bb;
    }

    .telquote input[type="text"] {
        width: 100%;
        border: none !important;
        background: none;
        margin-bottom: 0px !important;
        box-shadow: none !important;
    }

    .telquote input[type="button"] {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: none;
        line-height: 30px;
        background-color: #e5f1f8 !important;
        background-image: url(../../images/sprite.png);
        background-repeat: no-repeat;
        background-position: -39px -171px;
        width: 30px;
        left: 0;
        color: #e5f1f8;
        font-size: 1px;
        float: right !important;
        clear: right !important;
    }
    /*15-5-2015*/
    .telquote input[type="submit"] {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: none;
        line-height: 30px;
        background-color: #e5f1f8 !important;
        background-image: url(../../images/sprite.png);
        background-repeat: no-repeat;
        background-position: -39px -171px;
        width: 30px;
        left: 0;
        color: #e5f1f8;
        font-size: 1px;
        float: right !important;
        clear: right !important;
    }
/*15-5-2015*/


.telepho_tab {
    text-align: right;
    float: right;
    clear: right;
}

    .telepho_tab td:first-child {
        padding-right: 10px;
    }



.rese_repo {
    border-bottom: solid 1px #dedede;
    margin: 10px 0px 0px;
}

    .rese_repo h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
    }

    .rese_repo select {
        border-radius: 0px;
        float: right;
        clear: right;
    }


.rese_repo_table {
    padding: 0px;
    font-size: 11px;
    margin: 12px 0 20px;
}

    .rese_repo_table table {
        width: 100%;
        border-collapse: collapse;
    }

    .rese_repo_table th {
        background: #e5e5e5;
        color: #000000;
        font-size: 11px;
        text-align: center;
        line-height: 15px;
        padding: 10px;
    }

    .rese_repo_table td {
        border-bottom: 1px solid #e5e5e5 !important;
        text-align: left;
        padding: 6px 10px;
        vertical-align: middle !important;
    }

.report_down {
    position: relative;
}

    .report_down b {
        background-position: -957px -232px;
        position: absolute;
        width: 21px;
        height: 26px;
        display: block;
        top: 50%;
        margin-top: -13px;
        left: 50%;
        margin-left: -10px
    }

.report_da {
    font-size: 11px;
    background: #f2f2f2;
}

.histo_report {
    margin-top: 20px;
}

    .histo_report h4 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
    }

.his_repo_sea {
    background: #f2f2f2;
    padding: 20px 20px;
}

    .his_repo_sea table {
        width: 100%;
        border-collapse: collapse;
    }

    .his_repo_sea td {
        padding: 0px 5px;
    }

    .his_repo_sea select {
        width: 100%;
        line-height: 25px;
        height: 25px;
        color: #0073bb;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .his_repo_sea input[type="text"] {
        width: 95%;
        margin-bottom: 0px;
        border: solid 1px #cccccc;
        border-radius: 0px;
    }


.rese_repo_table1 {
    padding: 0px;
    font-size: 11px;
    margin: 12px 0 20px;
}

    .rese_repo_table1 table {
        width: 100%;
        border-collapse: collapse;
    }

    .rese_repo_table1 th {
        background: #e5e5e5;
        color: #000000;
        font-size: 11px;
        text-align: center;
        line-height: 15px;
        padding: 10px;
    }

    .rese_repo_table1 td {
        border-bottom: 1px solid #e5e5e5 !important;
        text-align: left;
        padding: 10px 10px;
        vertical-align: middle !important;
    }

.report_tab1 {
    background-position: -948px -620px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    margin-left: -10px;
    margin-top: -5px
}

.report_tab2 {
    background-position: -948px -556px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    margin-left: -10px;
    margin-top: -5px
}

.report_tab3 {
    background-position: -948px -491px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    margin-left: -10px;
    margin-top: -5px
}

.report_tab4 {
    background-position: -948px -425px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    margin-left: -10px;
    margin-top: -5px
}

.report_tab5 {
    background-position: -948px -358px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    margin-left: -10px;
    margin-top: -5px
}


.home_tab {
    position: relative;
    background: #fff /*;border:solid 1px #d7df23;*/ display:block;
    margin-right: 10px;
}

    .home_tab:hover { /* border:solid 1px #d7df23;*/
        background: #ffffff !important;
    }

    .home_tab .home_icon_new {
        background: url(../../images/sprite.png) -434px -179px no-repeat;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding-left: 5px !important;
        position: absolute;
        margin-left: -25px;
        top: 5px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    .home_tab:hover .home_icon_new {
        background: url(../../images/sprite.png) -434px -159px no-repeat;
    }

    .home_tab a {
        padding-left: 35px !important;
    }

.rigi_right {
    padding: 2px 0px;
    margin: 0px;
}

    .rigi_right ul {
        margin: 0px;
        padding: 0px;
    }

    .rigi_right li {
        list-style-type: none;
        display: inline-block;
        font-family: 'Roboto-Regular';
        font-size: 16px;
        color: #0073bb;
        position: relative;
        border: solid 1px #0073bb;
    }

    .rigi_right a {
        color: #0073bb;
        padding: 27px 9px 2px;
        font-family: 'Roboto-Regular';
        font-size: 16px;
        color: #0073bb;
        position: relative;
        border: solid 1px #0073bb;
        text-align: center;
        border-radius: 10px;
    }

        .rigi_right a:hover {
            color: #fff;
            background: #0073bb;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

        .rigi_right a > b {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -17px;
            width: 34px;
            height: 34px;
            top: 0px;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

        .rigi_right a > .calltrad {
            background-position: -772px -29px;
        }

        .rigi_right a:hover > .calltrad {
            background-position: -772px -89px;
        }

        .rigi_right a > .bro_loc {
            background-position: -772px -146px;
        }

        .rigi_right a:hover > .bro_loc {
            background-position: -772px -209px;
        }

        .rigi_right a > .mob_tra {
            background-position: -772px -275px;
        }

        .rigi_right a:hover > .mob_tra {
            background-position: -772px -336px;
        }

        .rigi_right a > .riskP {
            background-position: -776px -391px;
        }

        .rigi_right a:hover > .riskP {
            background-position: -776px -446px;
        }

.prelo_logi {
    position: relative;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    float: right;
    color: #eaeaea !important;
    margin-right: 10px;
    padding: 2px 10px;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    margin-top: 5px;
}

    .prelo_logi em {
        display: block;
        position: absolute;
        background-position: -429px -990px;
        width: 9px;
        height: 10px;
        right: 0px;
        top: 5px;
        margin-right: 0px;
        transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
    }

    .prelo_logi:hover {
        color: fff;
        background: #0073bb;
        transition: 0.3s ease-in-out;
    }

        .prelo_logi:hover em {
            background-position: -429px -990px;
            width: 9px;
            height: 10px;
            right: 0px;
            top: 5px;
            margin-right: -9px;
        }

.home_cust h3 {
    font-family: 'Roboto-Regular';
    font-weight: 700;
    font-size: 19px;
    color: #0073bb;
    line-height: 20px;
    margin: 0px;
    padding-bottom: 10px;
}

.post_login_name_tabl {
    padding-right: 10px;
}


/**** 6-5-15 ****/
.product_cont li {
    list-style-type: none;
    color: #3a3a3a;
    font-size: 12px;
    padding: 0px 0px 10px 15px;
    display: block;
}

    .product_cont li ul {
        margin: 0px;
        padding: 5px 0 0 0;
    }

        .product_cont li ul li {
            margin: 0 0 5px 0;
            padding: 0 0 0 15px;
            position: relative;
        }

            .product_cont li ul li:before {
                position: absolute;
                content: "";
                background: url(../../images/sprite.png) no-repeat -285px -965px;
                width: 8px;
                height: 12px;
                left: 0;
                top: 4px;
            }

            .product_cont li ul li em {
                font-style: normal;
                color: #1968b3;
            }

.pro_list {
    margin: 0px;
    padding: 0;
}

    .pro_list li {
        margin: 0 0 5px 0;
        padding: 0 0 0 15px;
        position: relative;
    }

        .pro_list li:before {
            position: absolute;
            content: "";
            background: url(../../images/sprite.png) no-repeat -285px -965px;
            width: 8px;
            height: 12px;
            left: 0;
            top: 4px;
        }

        .pro_list li em {
            font-style: normal;
            color: #0088cc;
            font-weight: bold;
        }

.mh220 {
    min-height: 220px;
}

.mh150 {
    min-height: 150px;
}

.product_cont p {
    padding-bottom: 15px !important;
    line-height: 18px;
}


.list_table table {
    width: 100%;
    border-collapse: collapse;
}

.list_table td {
    width: 100%;
}

.list_table .td_midspace {
    width: 2.5%;
}

.list_table .td_midcont {
    background: #fff;
    width: 31%;
    padding: 15px 10px 15px 25px;
    vertical-align: top;
    color: #3a3a3a;
    font-size: 12px;
    line-height: 18px;
}

    .list_table .td_midcont em {
        font-style: normal;
        color: #1968b3;
        font-weight: bold;
        position: relative;
    }

        .list_table .td_midcont em:before {
            position: absolute;
            content: "";
            background: url(../../images/sprite.png) no-repeat -285px -965px;
            width: 8px;
            height: 12px;
            left: -15px;
            top: 2px;
        }

.mh120 {
    min-height: 120px;
}

.mh180 {
    min-height: 180px;
}

.bgnone {
    background-color: inherit !important;
}

.mh650 {
    min-height: 650px !important;
}
/*270515*/
.homelogin table {
    width: 100%;
    border-collapse: collapse;
}

.homelogin h4 {
    margin-top: 0px !important;
}

.homelogin td {
    padding: 10px;
    width: 50%;
}

.click_invest {
    height: 200px;
    padding: 0px !important;
    text-align: center;
    margin: 0px auto;
}

    .click_invest a {
        border: solid 1px #b9c100;
        position: relative;
        font-size: 12px;
        color: #000000;
        height: 130px;
        width: 130px;
        padding: 5px 10px !important;
        text-align: center;
        margin: 0px auto;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
    }

        .click_invest a:hover {
            background: #fff;
            transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
        }

    .click_invest b {
        display: block;
        width: 87px !important;
        height: 69px !important;
        background-position: -701px -1002px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -43px;
    }

    .click_invest em {
        display: block;
        font-style: normal;
        text-align: center;
        margin-top: 70px;
    }

    .click_invest span {
        font-family: 'Roboto-Regular';
        font-weight: 400;
        font-size: 18px !important;
        text-transform: uppercase;
    }


header.bigheader { /* background:url(../../images/TATA-Home_02.jpg) top left repeat-x*/
    ;
    border-bottom: solid 6px #d7df23;
    background: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: +9990;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

    header.bigheader .smhide {
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }

header.SmallHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: +9990;
    border-bottom: solid 6px #d7df23;
    background: #fff;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

    header.SmallHeader .logo {
        line-height: 50px;
    }

        header.SmallHeader .logo a img {
            display: none;
        }

        header.SmallHeader .logo a {
            background: url(../../images/Smallogo.jpg) no-repeat;
            display: block;
            width: 345px;
            height: 23px;
            margin-top: 10px;
        }

    header.SmallHeader .smhide {
        margin-top: -50px;
        transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }

    header.SmallHeader .smhide1 {
        display: none;
    }

    header.SmallHeader .opneac {
        margin-top: 25px;
    }

#smallslides {
    overflow: hidden;
    height: 255px;
}

#Bigslides {
    overflow: hidden;
    height: 260px;
}

/*200515*/
.b0 {
    bottom: 0
}

.chk {
    margin: 0 1px 0 0 !important
}

.tal {
    text-align: left !important
}

.star {
    color: #e00410;
    display: inline !important
}

.pd5 {
    padding: 10px 0 5px 0;
}

.mar {
    margin-right: 10px;
    margin-top: -10px
}
/*...*/


/*210515*/
.Retgist {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: justify;
}

    .Retgist h5 {
        font-family: 'Roboto-Regular';
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
        margin: 0px;
    }

    .Retgist ul {
        margin: 0px;
        padding: 0px;
    }

    .Retgist li {
        list-style-type: none;
        display: block;
        position: relative;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .Retgist b {
        background-color: #0173BA;
        width: 62px;
        height: 62px;
        display: block;
        float: left;
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        position: relative;
        top: 0px;
    }

    .Retgist a {
        color: #464646;
        width: 100%;
    }

        .Retgist a:hover b {
            border-radius: 50%;
            transition: 0.2s ease-in-out;
            -webkit-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
        }

    .Retgist span {
        display: block;
        float: left;
        top: 0px;
        padding-left: 10px;
        width: 85%;
    }

        .Retgist span h6 {
            margin: 0px !important;
            color: #0073bb;
            text-transform: uppercase;
            font-family: 'Roboto-Regular';
            font-weight: 700;
            font-size: 14px;
        }

.portf-track1 {
    background-position: -8px -7px;
}

.mark-screen1 {
    background-position: -259px -10px;
}

.chart-tool1 {
    background-position: -173px -10px;
}

.research1 {
    background-position: -89px -10px;
}

.Calcu1 {
    background-position: -605px -11px;
}
/* 29-5-15 */
.DYCalcu1 {
    width: 54px;
    height: 54px;
    background-position: -609px -10px;
}
/* 29-5-15 */


/******* popup 27-5-15 ****/
#backgroundPopup {
    z-index: 9991;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}

#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: #1d1d1d 0px 0px 15px;
    -moz-box-shadow: #1d1d1d 0px 0px 15px;
    box-shadow: #1d1d1d 0px 0px 15px;
    border-radius: 5px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -170px;
    position: fixed;
    top: 20%;
    width: 320px;
    padding: 5px 15px;
    z-index: 9999;
}

    #toPopup .cmheading {
        margin: 5px 0 8px;
        padding: 0 0 7px;
        color: #0073bb;
        padding-left: 28px;
        font-size: 18px;
        position: relative;
        font-family: 'Roboto-Regular';
        border-bottom: 1px dashed #C8C8C8
    }

        #toPopup .cmheading:before {
            background: url(../../images/sprite.png) no-repeat -858px -1019px;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 20px;
        }

    #toPopup .pop-cont {
        margin-bottom: 10px;
    }

        #toPopup .pop-cont input[type="text"], #toPopup .pop-cont textarea {
            border: 1px solid #cccccc !important;
            background: #fff !important;
            width: 97%;
            margin-bottom: 10px;
            border-radius: 0px !important;
        }

        #toPopup .pop-cont textarea {
            height: 75px;
        }

div.loader {
    background: url(../../../images/loading.gif) no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}

div.close {
    background: url(../../../images/close1.png) no-repeat;
    cursor: pointer;
    height: 33px;
    position: absolute;
    right: -12px;
    top: -11px;
    width: 31px;
    opacity: 1;
}

    div.close:hover {
        opacity: 1;
    }

div#popup_content {
    margin: 4px 7px;
}

.closed {
    display: none;
}

/**** Research 27-5-15 *****/
.expComt {
    font-family: 'Roboto-Regular';
}

    .expComt h5 {
        font-weight: 700;
        font-size: 17px;
        color: #0073bb;
        border-bottom: solid 1px #e5e5e5;
        padding: 0 0 7px;
        margin: 0px;
    }

    .expComt .expComt_dis {
        margin-top: 7px;
    }

        .expComt .expComt_dis b {
            font-size: 14px;
        }

        .expComt .expComt_dis p {
            text-align: justify;
            font-size: 11px;
            font: 11px Verdana, Geneva, sans-serif
        }

.rese_repo_table td {
    line-height: 25px;
}

@media only screen and (max-width:767px){
    .cmbdrTn{
            background-size: 150px;
    }
    li#charts2_li3 {
    padding-top: 20px;
    text-align: left;
}
    .cal_dta input{    width: 78% !important; margin-bottom:5px;}
}
@media only screen and (min-with:768px) and (max-width:1024px){
    .cal_dta input {
    width: 145px !important;
    margin-bottom: 5px;
}
}
/******************************************/


