@charset "utf-8";
html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;

}

/*css for onepager end*/
@font-face {
    font-family: 'MyFontFamily';
     src: url('../../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/AvenirNextLTPro-Regular.otf') format('opentype'),
    url('../../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
}

@font-face {
    font-family: 'ThCn';
     src: url('../../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/AvenirNextLTPro-Regular.otf') format('opentype'),
    url('../../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rage';
    src: url('../../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/AvenirNextLTPro-Regular.otf') format('opentype'),
    url('../../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans Condensed', sans-serif;
}

.container {
    width: 980px;
}

.container_heading h3 {
    font-weight: bold;
}

.menuBtn {
    background: center center no-repeat transparent;
    background: #000;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 10px;
}

.clear {
    clear: both;
}

.wrap {
    width: 100%;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background: url(../images/images/page_bg.png) top left repeat;
}

.section {
    width: 100%;
    z-index: 10;
    position: relative;
    margin: 0 auto; /*padding:80px 0;*/

}

.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 50px;
    font-size: 18px;
    /*font-family:MyFontFamily;*/
    font-weight: 300;
}

/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
    /*	position: absolute;
	top: 462px;*/
    z-index: 1000;
    width: 100%;
}

.subMenu .inner {
    padding: 0;
    font-weight: 400;
}

/* Header Styles begin */
.funds_header .container {
    padding: 5px 0px;
}

.funds_header .navbar-brand {
    padding: 0px;
}

.navbar-inverse {
    background-color: #fafbfb !important;
    border-color: #e1e2e4 !important;
    box-shadow: 0px 1px 2px 0px #e6e7e9;
}

.navbar > .container .navbar-brand {
    margin-left: 0px;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.funds_header .navbar-inverse {
    background-color: #fafbfb !important;
    border-color: #e1e2e4 !important;
    box-shadow: 0px 1px 2px 0px #e6e7e9;
}

.funds_header .navbar-inverse .navbar-toggle {
    background-color: #8f6f2b;
    border-color: #866725;
}

.funds_header .navbar-inverse .navbar-collapse {
    border-color: #e1e2e4;
    overflow-x: hidden;
}

.funds_header .navbar-inverse .navbar-nav > .open > a {
    background: none !important;
    color: #8f6f2b;
}

.funds_header .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .funds_header .navbar-inverse .navbar-nav > li > a:hover {
    background: none;
    color: #8f6f2b;
}

.funds_header .navbar-inverse .navbar-nav > li > a {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.funds_header .menu_items {
    margin-left: 30px; /*top:60px !important;*/
}

.funds_header .navbar-nav > li > a {
    padding: 0px 10px;
    line-height: 48px;
}

.funds_header .contact_info > li > a {
    padding: 5px 0px 0px 0px;
}

.funds_header .contact_number {
    font-size: 22px;
    font-weight: 600;
    color: #8f6f2b;
    letter-spacing: 1px;
    display: block;
}

.funds_header .contact_email {
    font-weight: 600;
    color: #8f6f2b;
    font-size: 17px;
}

.funds_header .contact_info li a {
    line-height: 20px;
}

.search-col, .sign-col {
    width: 50%;
}

.search-col {
    float: left;
}

.sign-col {
    float: right;
    margin-top: 5px;
    text-align: right;
}

.search_box {
    background: #e5e5e5 url(../images-new/search-ico.png) no-repeat 5px 5px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;

    padding: 3px 5px 3px 5px;
    width: auto;
    margin: 0px 0px 0px 0px;
}

.search_box:focus {
    width: 100%;
    position: absolute;
    margin: auto;
}

.cust-md-9 {
    width: 72%;
    float: left;
}

.cust-md-3 {
    width: 27%;
    float: right;
}

.sign_up_box .btn-sm {
    font-size: 14px;
    padding: 5px;
}

.sign_up_box a.signup-btn {
    color: #336699;
    font-weight: bold;
}

.sign_up_box a.signin-btn {
    color: #000000;
    font-weight: bold;
}

.right_align {
    float: right;
}

.ticker {
    /*border-bottom:1px solid #f0f0f1;*/
    padding: 3px 5px 0px 0px;
    height: 28px;
}

.ticker_container {
    border-bottom: 1px solid #f1f1f1;
}

.ticker .container {
    padding: 5px 0px;
    position: relative;
}

.ticker .green {
    color: #173b1f;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.ticker_arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.ticker_object {
    height: 20px !important;
    font-family: MyFontFamily;
}

.ticker_height {
    height: 80px !important;
}

.ticker_full_view {
    border: 1px solid #e6e6e6;
    position: absolute;
    background: #ffffff;
    z-index: 99999;
    top: 30px;
    width: auto;
    padding: 1%;
}

.ticker_full_view ul li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'MyFontFamily';
}

.chat_now {
    position: absolute;
    font-family: 'MyFontFamily';
    top: 96px;
    background: #333333;
    padding: 8px 25px;
    font-size: 16px;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Header Styles end*/

/*slider*/
html, body {
    height: 100%;
}

.carousel, .item, .active {
    height: 100%;
    color: #996633;
}

.carousel-inner {
    height: 100%;
    overflow: visible;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background: url(../images/home_img_bg.png) top left repeat-y;
}

.customer h3 {
    font-family: rage;
    font-size: 42px;
    color: #173b1f;
}

.carousel-indicators.first_indicator {
    float: right;
}

.carousel-inner div.item, .carousel-inner div.item div.image-container {
    height: 100%;
    overflow: hidden;
}

.carousel-inner div.item img {
    margin: 0 auto;
    height: auto;
}

.home_img.img-responsive {
    width: 100%;
}

/* SECTIONS */
.s1, .s2, .s3, .s4 {

    padding: 80px 0px 0px 0px;
    /*height: 994px; */
}

.s3 {
    min-height: 680px;
}

.sTop {

}

/*
.s1, .s2, .s3, .s4 {
	padding:80px 0px
}
*/
.s1 .page_link, .s2 .page_link, .s3 .page_link, .s4 .page_link {
    bottom: auto;
    position: static;
}

.margin_none {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.container_heading {
    margin-bottom: 35px;
}

.container_heading h3 {
    /*font-family :MyFontFamily;*/
    color: #173b1f;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.container_heading h4 {
    /*font-family:ThCn;*/
    color: #333333;
    font-size: 22px;
    padding: 0;
    margin-bottom: 0;
}

.news {
    font-family: MyFontFamily;
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
    padding: 10px 0;
}

hr {
    margin: 0 !important;
}

.search_radius {
    border-radius: 20px;
    background-color: #e5e5e5;
    font-size: 12px;
    height: 30px;
}

.header_border {
    border-left: 1px solid #e2e2e2;
}

.header_border_last {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.signin-ct {
    padding: 11px 10px; /*	letter-spacing: -1px;*/
}

.signin-ct a {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #555;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.signin a:hover {
    text-decoration: none !important;
}

.news .span_color {
    color: #2e4e35;
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.logo {
    padding: 10px 0 15px 0;
}

.contact {
    /*font-family:MyFontFamily;*/
    color: #8f6f2b;
    font-size: 24px;
    text-align: center;
    line-height: 18px;
    font-weight: bolder;
    padding: 12px 0 0 30px;
}

.contact span {
    font-size: 0.7em;
}

.contact p {
}

.nav > li > a:hover, .navbar-nav > li > a.active {
    color: #8f6f2b !important;
}

.chat_now a {
    position: absolute;
    top: 65px;
    right: 30px;
    background: #333333;
    padding: 5px 10px;
    font-size: 16px;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pos_rel {
    position: relative;
}

/*First container*/
.image_over_text {
    position: absolute;
    top: 35%;
    left: 26%;
    color: #173b1f;
    /*font-family:MyFontFamily;*/
    line-height: 33px;
    letter-spacing: -1px;
    z-index: 999;
}

.image_over_text h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
}

.image_over_text span {
    color: #333333;
    font-size: 24px;
}

.open_account {
    margin-top: 15px;
}

.open_account a {
    font-size: 16px;

    color: #fff;
    background: #336699;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 0px;
}

.open_account a:hover {
    color: #ffffff;
    text-decoration: none;
}

.open_account span a {
    background: none;
    color: #996633;
    font-size: 16px;
    text-decoration: underline;
    padding-left: 20px;
}

.open_account span a:hover {
    color: #996633;
}

.video_intro_new a {
    color: #996633;
    font-size: 16px;
    text-decoration: underline;
    top: -50px;
}

#smart_verticalTab
.invest_para {
    font-size: 16px;
    font-family: MyFontFamily;
    color: #333333;
    padding-top: 10px;
}

.ol_style {
    list-style: lower-alpha;
    padding: 0 25px;
    padding-left: 50px;
    font-family: MyFontFamily;
    color: #333333;

}

.page_link {
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 20px;
    color: #173b1f;
    position: absolute;
    width: 100%;
    padding: 20px 0;
    bottom: 0px;
}

.page_link a {
    color: #173b1f;
    font-weight: bold;
}

.page_link a:hover {
    text-decoration: none;
}

.page_link img {
    margin-top: -10px;
}

.page_link h4 {

    padding: 4px 0;
    font-weight: bold;

}

.page_link_content {
    margin: 25px 0;
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #173b1f;
    position: absolute;
    width: 100%;
}

.page_link_content h4 {
    padding: 4px 0;
    background: url(../images/down_arrow.png) top right no-repeat;
    font-weight: bold;
    letter-spacing: -1px;
}

/*first page*/
.firstpage {
    list-style: none;
    text-decoration: none;
}

.firstpage p {
    text-align: left;
    text-decoration: none;
    color: #173b1f;
    font-size: 18px;

}

.firstpage li span {
    /*font-family:MyFontFamily;*/
    font-size: 13px;
    color: #000000;
}

.firstpage p {
    padding: 5px;
    line-height: 18px;
}

.number {
    border-radius: 50%;
    color: #ffffff;
    background: #999;
    font-size: 14px;
    padding: 2px 16px 3px 9px;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    float: left;
    position: relative;
    behavior: url(PIE.htc);

}

.right_container {
    display: in;
    display: inline-block;
    float: right;
    width: 80%;
}

.right_container h5 {
    display: inline-block;
}

.row.list-padding h5 {
    font-size: 16px;
    color: #003333;
    font-weight: 600;
}

.row.list-padding h5 span {
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}

.number_align {
    margin-top: 10px;
}

.right_container.first_content {
    float: left;
    text-align: left;
    padding: 0 0 0 10px;

}

.btn_box .active {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.125) !important;
}

.content_right_bg {
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.125) !important;
}

/*second container*/
.mutual_right_content {
    font-size: 30px;
    color: #173b1f;
    line-height: 20px;
    padding: 20px;
    font-weight: bold;
}

.mutual_right_content span {
    font-size: 15px;
    color: #000000;
}

.fund_ul {
    list-style: none;
}

.right_content {
    color: #333333;
    list-style: none;
    font-size: 16px;
    padding: 15px 30px 0px 0px;
    margin-right: -1px !important;
}

.right_content:hover {
    color: #8f6f2b;
    background: url(../images/left_arrow.png) top 20px right no-repeat;
    border: none !important;
    box-shadow: none !important;
}

.resp-tab-active .right_content {
    color: #8f6f2b;
    background: url(../images/left_arrow.png) top 20px right no-repeat;
    border: none !important;
    box-shadow: none !important;
}

.right_content_border {
    text-align: right;
    margin-right: -5px;
}

.fundsindia_right_content {
    border-left: 1px solid #d2d2d2;
    margin-left: 3px;
    min-height: 340px;
}

.investing_tab .active, .investing_tab .btn {
    box-shadow: none;
    webkit-box-shadow: none;
}

.investing_tab .active {
    background: url(../images/left_arrow.png) top 20px right no-repeat;
}

/*form*/
.col-md-8.chart_container {
    padding-left: 25px;
}

.col-md-4.control-label {
    font-size: 14px;
}

.about_form {
    text-align: right;
    font-size: 16px;
    color: #333333;
    padding-top: 40px;
}

.risk_profile {
    font-size: 12px;
    color: #333333;
    text-decoration: underline;
    padding-right: 16px;
}

.chart_list {
    padding-top: 63px;
    font-size: 14px;
    color: #333333;
}

.mix_btn {
    padding: 0;
}

.mix {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    background: #0088cc;
    color: #ffffff;

    padding: 5px 0;
    border-radius: 5px;
}

.chart_container h4 {
    font-family: MyFontFamily;
    font-size: 15px;
    color: #000;
    margin: 0;
    text-align: left;
}

.chart_container h3 {
    font-family: MyFontFamily;
    font-size: 20px;
    color: #173b1f;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
}

/*slider*/
.col-md-2.customer_img p {
    font-family: myfontfamily;
}

.container.footer_para_heading a {
    color: #333333;
}

.footer_para_heading a:hover {
    color: #173b1f;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background: #999999;
    border: 1px solid #999999;
}

.carousel_in.carousel-indicators {
    top: 0;
    right: 0;
    width: auto;
}

.col-md-8.customer h3 {
    margin-bottom: 0;
}

.col-md-8.customer p {
    line-height: 22px;
}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    overflow: hidden;
}

.custom_control {
    display: none;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.col-md-8.customer p {
    font-family: MyFontFamily;
    font-size: 19px;
    color: #333333;
    padding-bottom: 25px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 60px;
    color: #333
}

.carousel-control {
    width: 30px;
}

.carousel-control.left {
    background: none;
    left: 5%;

}

.carousel-control.right {
    background: none;
    right: 5%;
    z-index: 999;

}

.carousel-indicators .active {
    background: #173b1f;
    margin-right: 5px;
    border: 1px solid #173b1f;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: auto;
    right: 30px;
    z-index: 15;
    width: auto;
    list-style: none;
    text-align: center;
    margin: 0 auto;

}

.customer_img {
    text-align: center;
    line-height: 18px;
}

/*footer*/

.footer_first {
    padding-bottom: 10px;
}

.footer_bg {
    padding: 30px 0;
    background: #333333;
    width: 100%;
    margin: 20px 0px;
}

.footer_container {

    color: #cccccc;
    font-size: 15px;
    line-height: 26px;
    padding-left: 0;
    font-family: MyFontFamily;
}

.container.footer_container ul a {
    color: #cccccc;
    font-size: 15px;
    line-height: 26px;
    padding-left: 0;
}

.footer_head {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}

.footer_head_sub {
    color: #ffffff;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    font-family: MyFontFamily;
}

.footer_head_sub_first {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;

}

.footer_para_head {
    font-size: 16px;
    font-weight: bold;
    color: #173b1f;
}

.footer_para, .footer_last p, .footer_para_heading p {
    font-size: 15px;
    font-family: MyFontFamily;
    margin-bottom: 15px;
}

.footer_para {
    line-height: 16px;
    font-size: 15px;
}

.font_italic {
    font-style: italic;
}

.people_like {
    color: #333333;
    background: #ffffff;
    font-size: 12px;
}

.view_all_news a {
    color: #fff;
    text-decoration: underline;
}

.sebi {

    font-size: 14px;
    text-align: center;
    color: #000000;
    padding: 10px 0 30px 0;
    font-family: MyFontFamily;
}

.sebi1 {
    color: #000000;
    font-family: MyFontFamily;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 30px;
    text-align: center;
    width: 60%;
}

.sebi2 {
    color: #000000;
    font-family: MyFontFamily;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 30px;
    text-align: left;
    width: 940px;
}

/* Explore box styles begin*/
.explore_link {
    position: relative;
}

.explore_box {
    border: 1px solid #d9d9d9;
    box-shadow: 1px 2px 6px 2px #e2e2e3;
    background: #fafafc;
    position: absolute;
    top: 96px;
    right: 0px;
    left: 0px;
    width: 980px;
    overflow: visible !important;
    margin: 0 auto;
    padding-bottom: 20px;
    z-index: 999999999;
}

.explore-arrow {
    position: absolute;
    top: -15px;
    right: 37.3%;
    z-index: 9999999999;
}

.explore_box .col-md-5 {
    border-right: 1px dotted #d9d9d9;
    padding-left: 0px;
    padding-right: 0px;
}

.explore_box .col-md-5:first-child img {
    width: 100%;
}

.explore_cont {
    right: 0px;
    width: 780px;
    margin: 0 auto;
    float: none;
}

.explore_box .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}

.explore_box .col-md-2 .col-md-12:first-child img {
    padding-right: 15px;
}

.explore_box .col-md-12 .col-md-6:nth-child(2) {
    padding-left: 0px;
}

.explore_box .col-md-12 {
    clear: both;
    overflow: auto;
    margin-bottom: 15px;
}

.explore_box .col-md-12:first-child {
    height: 30px;
    margin-top: 5px;;
}

.explore_box p {
    color: #8f6f2b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif !important;

}

.explore_box ul.bullets {
    margin-left: 20px;
}

.explore_box span, .explore_box li a {
    font-size: 14px;
    font-family: 'MyFontFamily';
    color: #000000 !important;
}

.explore_box span a {
    color: #000000 !important;
}

.explore_box li a:hover {
    color: #8f6f2b;
}

.explore_box .heading {
    color: #000000;
    margin-left: 20px;
}

.grey_googleplus, .grey_twitter, .grey_facebook, .grey_youtube, .grey_linkedin {
    background: url(../images/social_media_sprite.png) no-repeat;
    display: inline-block;
}

.grey_googleplus {
    background-position: 0 -2px;
    width: 23px;
    height: 21px;
}

.grey_twitter {
    background-position: -24px -2px;
    width: 20px;
    height: 20px;
}

.grey_facebook {
    background-position: -46px -2px;
    width: 19px;
    height: 20px;
}

.grey_youtube {
    background-position: -67px -2px;
    width: 21px;
    height: 20px;
}

.grey_linkedin {
    background-position: -91px -2px;
    width: 21px;
    height: 20px;
}

/* Explore box styles end */
.pos-rel {
    position: relative;
}

/*for scrolling*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    background-color: #eedede;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eedede;

}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bcbcbc;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0);
}

/*commonHeader css*/
.explore-arrow-commonHeader {
    right: 54%;
}

/*commonHeader css*/

/*contactus page*/
.container.contact_us {
    margin-top: 120px;

}

.contact_left {
}

.contact_us h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.contact_us h3 span {
    font-family: myfontfamily;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.contact_left p {
    font-family: myfontfamily;
    padding: 24px 0;
}

.form_container {
    margin-top: 50px;
    padding-right: 30px;
}

.form-control {
    font-family: arial !important;
}

.btn.btn-default.submit_btn {
    background-color: #336699;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 24px;
}

.contact_num {
    border-left: 1px solid #cccccc;
    margin-top: 50px;
    padding-left: 26px;

}

.contact_num h5 {
    font-size: 14px;
    color: #333333;
    font-family: myfontfamily;
}

.contact_num h5 span {
    font-size: 18px;
    color: #333333;
}

.contact_num p {
    font-family: myfontfamily;
    padding: 0;

}

.skype {
    font-family: myfontfamily;
    color: #519bb6;
}

.contact_num h6 {
    font-size: 18px;
    color: #01adef;
    font-family: myfontfamily;
}

.contact_right {
    padding-right: 40px;
    border-left: 1px solid #cccccc;
    margin-top: 25px;
    padding-left: 25px;
}

.contact_right h4 {
    font-size: 20px;
    color: #173b1f;
    font-weight: bold;
}

.contact_right h4 span {
    font-family: myfontfamily;
    font-size: 14px;
    color: #333333;
    font-style: italic;
    font-weight: normal;
}

.contact_right h3 {
    color: #8f6f2b;
}

.contact_right h3 span {
    font-size: 14px;
    color: #666666;
}

.contact_right p {
    font-family: myfontfamily;
    line-height: 18px;
    margin: 0;
}

.view_map {
    font-family: myfontfamily;
}

.view_map img {
    padding-right: 8px;
}

.zipdial {
    padding-top: 50px;
}

.portfolio h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.portfolio {
    line-height: 20px;
}

.portfolio p {
    font-size: 16px;
    font-family: myfontfamily;
}

.portfolio h5 {
    font-size: 14px;
    font-family: myfontfamily;
}

.portfolio ul {
    font-family: myfontfamily;
    padding-left: 40px;
}

.portfolio li ol {
    font-family: myfontfamily;
    padding-left: 40px;
}

.zip_bg {
    background: #f0f0f0;
    padding: 5px 0 15px 0;
    margin-top: 50px;

}

/* smart solutions start*/

.ulleftpadding {
    padding-left: 30px;
    font-family: MyFontFamily;
}

.smartcontdiv {
    width: 100%;
    margin: 0%;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.smartsolutionsmain {
    margin-top: 37px;

}

.smartbanner {
    background-color: #71a193;
    background-image: url(../images-new/smartsoltionbannerimage.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 676px;
    height: 278px;
    margin: 17px 0px 0px 0px;
}

.smartbannereducation {
    background-color: #71a193;
    background-image: url(../images-new/educationbanner.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 684px;
    height: 202px;
    margin: 0px 0px 0px 0px;
}

.smartbannersubha {
    background-color: #71a193;
    background-image: url(../images-new/SUBHABANNER.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 684px;
    height: 195px;
    margin: 0px 0px 0px 0px;
}

.smartbanner-retire {
    background-color: #71a193;
    background-image: url(../images-new/retirementbanner.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 684px;
    height: 195px;
    margin: 0px 0px 0px 0px;
}

.smartbanner-marriage {
    background-color: #71a193;
    background-image: url(../images-new/marriagebanner.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 684px;
    height: 195px;
    margin: 0px 0px 0px 0px;
}

.smartmargin {
    margin: 9px 0px 8px 0px;
}

.smartmargin2 {
    margin: 7px 0px 2px 0px;
}

.pres {
    margin: 0px 0px 0px 15px;
}

.butpos {
    margin: 2px 0px 0px 12px;
}

.smartsolutions.nav-tabs {
    border: none;
}

.smartsolutions.tab-pane {
    padding: 0px;
    margin: 0px;
}

.smartsolutionsh1 {
    border: none;
    font-weight: bold;
    padding: 5px;
    margin: 23px 5px 11px -5px;
    font-size: 24px;
    font-family: MyFontFamily;
}

.smartsolutions.h2 {
    border: none;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    font-family: MyFontFamily;
    font-size: 25px;
}

.smartbannerheader {
    border: none;
    font-weight: bold;
    padding: 0px;
    margin: 30px 0px 0px 12px;
    font-size: 27px;
}

.smartsolutions.h4 {
    border: none;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    font-size: 19px;
}

.smartsolutionsh5 {
    border: none;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-family: MyFontFamily;
}

.smartsolutions p {
    color: #000;
    font-weight: normal;
    padding: 2px;
    margin: 0px;
    line-height: 14px;
    font-size: 15px;
    font-family: MyFontFamily;
}

.smartsolutions.nav-tabs {

    margin-left: -3px;
    cursor: pointer;
}

.smartsolutions.li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

    margin-left: -3px;
    cursor: pointer;
}

.smartsolutions.nav > li > a {
    display: block;
    margin: 0px;
    padding: 3px;
    position: relative;
    border-color: #FFF;
}

.smartsolutions.nav > li > a:hover {
    display: block;
    margin: 0px;
    padding: 3px;
    position: relative;
    border-color: #FFF;
}

.smartsolutionsp {
    font-family: MyFontFamily;
    font-size: 17px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #666;
    margin: 3px 0px 0px 0px;
    color: #000;
    line-height: 15px;
}

.container.smartsolutions {
    margin-top: 120px;

}

/*.white{ color:#fff;}*/
.whiteunderline {
    color: #fff;
    text-decoration: underline;
    font-family: font-family: MyFontFamily;
}

.whiteunderline A:hover {
    color: #CCC;
    text-decoration: underline;
    font-family: font-family: MyFontFamily;
}

.whiteunderline A:link {
    color: #fff;
    text-decoration: underline;
    font-family: font-family: MyFontFamily;
}

.whiteunderline A:visited {
    color: #fff;
    text-decoration: underline;
    font-family: font-family: MyFontFamily;
}

.btn-success1 {
    color: #ffffff;
    background-color: #666666;
    border-color: #4cae4c;
}

.btn-success1:hover,
.btn-success1:focus,
.btn-success1:active,
.btn-success1.active,
.open .dropdown-toggle.btn-success1 {
    color: #ffffff;
    background-color: #828181;
    border-color: #398439;
}

.bannerhead {
    /*color: #FFFFFF;*/
    font-family: 'Open Sans Condensed', 'Arial Narrow', serif;
    font-size: 48px;

    text-align: left;

    margin: 0px 0px 0px 35px;
    padding: 30px 0px 0px 0px;
    width: 545px;
}

.btn-learn {
    background: -moz-linear-gradient(center top, #FFFFFF 5%, #DFDFDF 100%) repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    display: inline-block;
    font-family: 'Open Sans Condensed', 'Arial Narrow', serif;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.btn-learn:hover {
    background: -moz-linear-gradient(center top, #DFDFDF 5%, #FFFFFF 100%) repeat scroll 0 0 #DFDFDF;
}

.btn-learn:active {
    position: relative;
    top: 1px;
}

.poplist > ul > li {
    margin: 0px 0px 0px 25px;
    font-size: 13px;
    margin-bottom: 0;
    list-style-image: url(images/fismarttick.png);
}

.graybutton {
    background-color: #666666;
    border: 1px solid #59887a;
    color: #fff;
    margin: 1px 9px 1px 1px;
    padding: 7px 18px 7px 18px;
    font-size: 14px;
    font-family: MyFontFamily
}

.graybutton:hover,
.graybutton:focus,
.graybutton:active,
.graybutton.active,
.graybutton:active,
.graybutton.active,
.graybutton.disabled,
.graybutton[disabled],
fieldset[disabled] .graybutton,
.graybutton.disabled:hover,
.graybutton[disabled]:hover,
fieldset[disabled] .graybutton:hover,
.graybutton.disabled:focus,
.graybutton[disabled]:focus,
fieldset[disabled] .graybutton:focus,
.graybutton.disabled:active,
.graybutton[disabled]:active,
fieldset[disabled] .graybutton:active,
.graybutton.disabled.active,
.graybutton[disabled].active,
fieldset[disabled] .graybutton.active {
    background-color: #454444;
    border-color: #504f4f;
    color: #dcd9d9;
}

.pinkbutton {
    background-color: #666666;
    border: 1px solid #59887a;
    color: #fff;
    margin: 1px 9px 1px 1px;
    padding: 7px 18px 7px 18px;
    font-size: 14px;
    font-family: MyFontFamily
}

.pinkbutton:hover,
.pinkbutton:focus,
.pinkbutton:active,
.pinkbutton.active,
.pinkbutton:active,
.pinkbutton.active,
.pinkbutton.disabled,
.pinkbutton[disabled],
fieldset[disabled] .pinkbutton,
.pinkbutton.disabled:hover,
.pinkbutton[disabled]:hover,
fieldset[disabled] .pinkbutton:hover,
.pinkbutton.disabled:focus,
.pinkbutton[disabled]:focus,
fieldset[disabled] .pinkbutton:focus,
.pinkbutton.disabled:active,
.pinkbutton[disabled]:active,
fieldset[disabled] .pinkbutton:active,
.pinkbutton.disabled.active,
.pinkbutton[disabled].active,
fieldset[disabled] .pinkbutton.active {
    background-color: #454444;
    border-color: #504f4f;
    color: #dcd9d9;
}

.bluebutton {
    background-color: #336699;
    margin: 1px 9px 1px 1px;
    padding: 7px 18px 7px 18px;
    font-size: 14px;
    font-family: MyFontFamily
}

.orangebutton {
    background-color: #ff9933;
    margin: 1px 9px 1px 1px;
    padding: 7px 18px 7px 18px;
    font-size: 14px;
    font-family: MyFontFamily;
    border: 1px solid #ff9933;
}

.reveal-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.reveal-modal {
    background: url("https://www.fundsindia.com/content/jsp/FISmart/images/modal-gloss.png") no-repeat scroll -200px -80px #EEEEEE;
    border-radius: 5px;
    height: 500px;
    left: 50%;
    margin-left: -320px;
    overflow: auto;
    padding: 30px 40px 34px;
    position: absolute;
    top: 40px;
    visibility: hidden;
    width: 620px;
    z-index: 101;
}

.reveal-modal.small {
    margin-left: -140px;
    width: 200px;
}

.reveal-modal.medium {
    margin-left: -240px;
    width: 400px;
}

.reveal-modal.large {
    margin-left: -340px;
    width: 600px;
}

.reveal-modal.xlarge {
    margin-left: -440px;
    width: 800px;
}

.reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
    right: 11px;
    top: 8px;
}

#myModal p {
    color: #505050;
    font-family: MyFontFamily;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

#myModal ul li {
    color: #505050;
    font-family: MyFontFamily;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

#myModal h3 {
    font-family: MyFontFamily;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

#myModal h5 {
    font-family: MyFontFamily;
    font-size: 13px;
    font-weight: bold;
    color: #2e2e2e;
}

#myModal1 p {
    color: #505050;
    font-family: MyFontFamily;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

#myModal1 ul li {
    color: #505050;
    font-family: MyFontFamily;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 0px 0px 25px;
    list-style-image: url(../images-new/fismarttick.png);
}

#myModal1 h3 {
    font-family: verdana;
    font-size: 18px;
    font-weight: normal;
    color: #2e2e2e;
}

#myModal1 p span {
    color: #156CB6;
}

.smarthr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E5E5E5 -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

.smartclose {
    margin: -20px -20px 0px 0px
}

#fismartform select {
    color: #000000;
    float: left;
    font-family: MyFontFamily;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    width: 165px;
    margin: 0px 23px 0px 7px;
    padding: 2px 1px 2px 3px;
    border: solid 1px #74c7db;

}

#fismartform label {
    color: #000;
    float: left;
    font-family: MyFontFamily;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.column1 h2 {
    color: #fff;
    margin-left: 25px;

}

.column1 ul {
    color: #fff;
    margin-bottom: 20px;
    margin-left: 45px;
    width: 500px;
}

.column2 p {
    color: #000;

    font-family: MyFontFamily;
}

.column1 ul li {
    font-family: MyFontFamily;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    list-style-image: url("../images-new/fi-arrow.png");
    margin: 7px 0px 7px 10px;
}

.educationbanner {
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', 'Arial Narrow', serif;
    font-size: 48px;

    text-align: left;

    margin: 0px 0px 0px 5px;
    padding: 1px 0px 0px 0px;
    width: 545px;
}

.smartbtn {
    background: linear-gradient(to bottom, #16aa00 5%, #148f02 100%) repeat scroll 0 0 #007DC1;
    border: 1px solid #108900;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #54A3F7 inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: MyFontFamily;
    font-size: 22px;
    font-weight: normal;
    margin: 20px 68px 10px 0px;
    float: right;
    padding: 3px 24px 6px;
    text-decoration: none;
    text-shadow: 0 1px 0 #154682;
    background-color: #148f02;

}

.smartbtn:hover {
    background: linear-gradient(to bottom, #148f02 5%, #16aa00 100%) repeat scroll 0 0 #0061A7;
}

.smartbtn:active {
    position: relative;
    top: 1px;
}

.buttonalign {
    margin-bottom: 30px;
    margin-left: 325px;
}

.smartbtn2 {
    background: linear-gradient(to bottom, #16aa00 5%, #148f02 100%) repeat scroll 0 0 #007DC1;
    border: 1px solid #108900;
    background-color: #148f02;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #54A3F7 inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: MyFontFamily;
    font-size: 22px;
    font-weight: normal;
    margin: auto;
    float: none;
    padding: 3px 24px 6px;
    text-decoration: none;
    text-shadow: 0 1px 0 #154682;
}

.smartbtn2:hover {
    background: linear-gradient(to bottom, #148f02 5%, #16aa00 100%) repeat scroll 0 0 #0061A7;
}

.smartbtn2:active {
    position: relative;
    top: 1px;
}

.edutable {
    border: 4px solid #168DA7;
    width: 99%;
    padding: 10px;
}

.smartform {
    width: 380px;
    background: none repeat scroll 0 0 #eef5f7;
    border: 1px solid #DFDFDF;
    float: left;
    height: 435px;
    padding: 0px 11px 10px 15px;
    margin: 10px 0px 0px 0px;
}

.smartfrom-control {
    margin-bottom: 1px;
    font-family: MyFontFamily;
}

}
.smartfrom-control:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}



.smartformP {
    text-align: center;
    
}

.smartformsigup {
    width: 400px;
    margin: 0px;
    padding: 0px;
    float: right;
}

#smartcalc label {
    color: #156CB6;
    float: left;

    font-size: 14px;
    font-weight: normal;
    padding-right: 5px;
    padding-top: 3px;
    width: 50%;
    text-align: right;
}

#smartcalc {
    width: 100%;
    position: relative;
    left: 0px;
   
}

#smartcalc img {
    float: left;
    margin-right: 10px;
}

#smartcalc p {
    font-size: 13px;
    line-height: 14px;
    
}

#smartcalc h3 {
    
}

#smartcalc span {
    margin-top: 10px;
}




#smartcalc input{background-color:#1ab394!important; border:none;}


#smartcalc select {
    margin-bottom: 20px;
    height: 35px;
    width: 200px;
    font-size: 13px;
   
    font-weight: normal;
}

.tool1 {
    float: right;
    margin: 5px 30px 0 0;
}

.tool {
    float: right;
    margin: 8px 120px 0 0;
}

.tool span {
    display: none;
    border: 2px solid #c2c2c2;
    position: absolute;
    width: 200px;
    margin-left: -240px;
    background-color: #FFF2E3;
    padding: 10px;
}

.tool1 {
    float: right;
    margin: 8px 120px 0 0;
}

.tool1 span {
    display: none;
    border: 2px solid #c2c2c2;
    position: absolute;
    width: 200px;
    margin-left: -240px;
    background-color: #FFF2E3;
    padding: 10px;
}

.smarttable {
    width: 97%;
}

.smarttableamount {
    text-align: right;
}

p {
    font-family: MyFontFamily;
}

/* smart solutions end*/
/*right side start*/

/*right side end*/

/*template*/

.template_right_container {
    border-left: 1px solid #CCCCCC;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 40px;
}

/*-------------------------------------NFOs/FMPs starts here------------------------------------*/
.nfo-left {
    font-family: Open Sans Condensed !important;
}

.nfo-left h3 .pull-right a {
    font-family: MyFontFamily;
    font-size: 14px;
    font-weight: normal;
}

.nfo {
    margin-top: 130px;
    font-family: Open Sans Condensed !important;
}

.nfo h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

/*-------------------------------------NFOs/FMPs starts here------------------------------------*/

/*-------------------------------------explorer starts here------------------------------------*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts-new/glyphicons-halflings-regular.eot');
    src: url('../fonts-new/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts-new/glyphicons-halflings-regular.woff') format('woff'), url('../fonts-new/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts-new/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.dp1-list li {
    padding-left: 10px;
}

.dp1-list li:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
    cursor: pointer;
}

.schemeicon-1 {
    height: 8px;
    width: 8px;
    background: #3366cc;
    float: left;
    margin: 4px 6px 0 0
}

.schemeicon-3 {
    height: 8px;
    width: 8px;
    background: #cc6633;
    float: left;
    margin: 4px 6px 0 0
}

.schemeicon-2 {
    height: 8px;
    width: 8px;
    background: #ffcc33;
    float: left;
    margin: 4px 6px 0 0
}

.explorer .dp2 li a {
    color: #333 !important;
}

.explorer .dp2 li a:hover {
    color: #fff !important;
}

.explorer {
    margin-top: 110px;
}

.explorer h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.explorer .row h5 {
    font-size: 14px;
    margin: 10px 0;
}

.explorer h3 span {
    font-family: myfontfamily;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.rightcol-left-align {
    margin-left: 16px
}

.rightcol-left-align li a {
    color: #000;
    font-family: MyFontFamily;
}

.rightcol-left-align li a:hover {
    color: #8F6F2B;
    text-decoration: underline;
}

.leftside-column {
    padding-right: 25px;
}

.explorer .row .leftside-column p {
    font-family: MyFontFamily;
    margin: 7px 0;
    font-size: 13px;
}

.leftside-column select.input-sm {
    font-family: MyFontFamily;
}

.leftside-column input {
    font-family: MyFontFamily;
}

.leftside-column {
    font-family: MyFontFamily;
}

.leftside-column a {
    color: #8f6f2b;
}

.leftside-column a:hover {
    color: #8f6f2b;
}

.schemetop-1 {
    border-top: 3px solid #3366cc;
}

.schemetop-2 {
    border-top: 3px solid #ffcc33;
}

.schemetop-3 {
    border-top: 3px solid #cc6633;
}

.glyphicon-blue {
    color: #3366cc;
}

.glyphicon-yellow {
    color: #ffcc33;
}

.glyphicon-brown {
    color: #cc6633;
}

.schemetop-folds {
    background: url(../images-new/fold-right.gif) no-repeat;
    z-index: 4;
    position: absolute;
    right: 14px;
    bottom: 0;
    width: 22px;
    height: 22px;
}

.glyphicon-big {
    font-size: 16px
}

.glyphicon-small {
    font-size: 14px
}

.bottom-row-height {
    padding-bottom: 6px
}

.color-brown {
    color: #8F6F2B !important;
}

.rightside-column {
    border-left: 1px solid #cccccc;
    margin-top: 25px;
    padding-left: 25px;

}

.rightside-column h4 {
    font-size: 16px;
    color: #173b1f;
    font-weight: bold;
}

.rightside-column h4 span {
    font-family: myfontfamily;
    font-size: 14px;
    color: #333333;
    font-style: italic;
    font-weight: normal;
}

.rightside-column h3 {
    color: #8f6f2b;
}

.rightside-column h3 span {
    font-size: 14px;
    color: #666666;
}

.rightside-column p {
    font-family: myfontfamily;
    line-height: 18px;
    margin: 0;
}

.explorer .row .selectbox li {
    padding-left: 0;
    padding-right: 3px;
}

.explorer .row .schemebox-font p {
    text-transform: uppercase;
    color: #a18758;
    font-size: 14px;
    margin-top: 0;
}

.explorer .font-italic {
    font-family: MyFontFamily;
    font-style: italic;
}

.schemetop-backbg {
    background: #f8f8f8;
}

.schemetop-folds-back {
    background: url(../images-new/fold-rightback.gif) no-repeat;
    z-index: 4;
    position: absolute;
    right: 14px;
    bottom: 0;
    width: 22px;
    height: 22px;
}

.mfbox {
    font-family: MyFontFamily;
}

/*------------------------explorer ends here--------------------------*/

/*------------------------------------explore-list css Start-----------------------------------*/
.leftside-column .row .dashtable th {
    font-family: Open Sans Condensed;
    font-weight: bold;
}

.leftside-column .row .dashtable a {
    color: #428BCA;
}

.leftside-column .row .dashtable a:hover {
    color: #2A6496;
}

/*------------------------------------explore-list css END-----------------------------------*/

/*---------------------- Signin page start here---------------------- */
.container.signin {
    margin-top: 110px;

}

.signin_left {
    margin-top: 15px;
}

.signin h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.signin h3 span {
    font-family: myfontfamily;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.signinbox {
    border: 1px solid #DDDDDD;
    padding: 20px;
    width: 80%;
    margin-top: 18px;
    margin-bottom: 30px;
}

.signin_left form {
    margin-top: 30px;
}

.signin_left li {
    font-weight: bold;
    font-size: 16px;
}

.signinbox form {
    width: 60%;
}

.signinbox form label {
    color: #333333;
}

.signinbox form p {
    margin-bottom: 10px;
    font-family: MyFontFamily;
}

.signfont {
    font-family: myfontfamily;
}

.btn_signin {
    font-family: myfontfamily;
    font-size: 16px;
    padding: 8px 30px 8px 30px;
}

.rightside-column h3 {
    color: #173B1F;
}

.signin-rightside {
    list-style: none;
    padding: 0;
    margin: 0;
}

.signin-rightside li {
    margin-bottom: 20px;
}

.signin-rightside li a {
    font-size: 16px;
    line-height: 18px;
    font-family: myfontfamily;
}

.signin-rightside li img {
    float: left;
    margin-right: 10px;
}

.signin-rightside li p {
    margin-left: 52px;
    font-size: 13px;
    line-height: 15px;
}

/*---------------------- Signin page end here------------------------ */
/* search styles */
.gsc-search-button {
    display: none !important;
}

.cse form.gsc-search-box, form.gsc-search-box {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
    padding-right: 0px;
}

.cse input.gsc-input, input.gsc-input, .gsc-input input.gsc-input {
    padding: 2px 3px 2px 24px;
    font-size: 14px;
    background: #e5e5e5 url(../images-new/search-ico.png) no-repeat 5px 5px !important;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
}

td.gsc-clear-button {
    width: auto;
}

div.gsc-clear-button {
    position: absolute;
    right: 8px;
    bottom: 2px;
}

.gsc-search-box {
    position: relative;
}

/*------------------------------------Dashboard bread crums css-----------------------------------*/

.crumbs-cus1 > ul, li {
    padding: 0;
    margin: 0;
}

#crumbs-cus {
    height: 52px;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#crumbs-cus li {
    float: left;
    line-height: 50px;
    color: #333;
    padding-left: 1%;
    font-weight: bold;
}

#crumbs-cus li a {
    background: url(../images-new/crumbs.gif) no-repeat right center;
    display: block;
    padding: 0 30px 0 0;
    color: #333;
    font-family: Open Sans Condensed;
    font-weight: bold;
}

#crumbs-cus-green {
    background: url(../images-new/crumbs-green.gif) no-repeat right center !important;
    color: #fff !important;

}

#crumbs-cus-greenbox {
    background: #1d4025 !important;
}

h2 {
    font-family: Open Sans Condensed;
    font-size: 24px;
    font-weight: bold;
}

.navbar-brand-dashboard {
    margin-top: 8px;
}

.dashboard {
    height: 80px;
}

#dashboardcus {
    margin-top: 80px;
}

.explore_box_dashboard {
    top: 80px;
}

.explore-arrow-dashboard {
    right: 61%;
}

.dashboard_signup {
    margin-top: 10px;
}

#dashboardcus h1, h2, h3, h4, h5 {
    font-family: Open Sans Condensed;
    font-weight: bold;
}

#dashboardcus h3 {
    color: #1d4025;
}

#dashboardcus p {
    font-family: MyFontFamily;
    font-weight: normal;
    margin: 0 0 10px 0;
}

#dashboardcus hr {
    margin: 20px 0 !important;
}

#dashboardcus ul li {
    font-family: Open Sans Condensed;
    font-weight: bold;
    color: #666;
}

#dashboardcus ul li a {
    font-family: Open Sans Condensed;
    font-weight: bold;
    color: #666;
}

#dashboardcus .dash li {
    font-family: MyFontFamily;
    font-weight: normal;
}

#dashboardcus .dash li a {
    font-family: MyFontFamily;
    font-weight: normal;
    color: #000;
}

#dashboardcus .dash li a:hover {
    color: #8f6f2b;
}

.row .dashtable th {
    font-weight: bold;
    color: #8f6f2b;
}

.row .dashtable td {
    font-family: MyFontFamily;
    font-weight: normal;
}

.iewidth {
    width: 50%;
    float: left;
}

#dashboardcus .text-danger {
    color: #ff0000;
}

#dashboardcus .text-success {
    color: #339933;
}

input[type="password"] {
    font-family: Arial !important;
}

/*------------------------------------Dashboard bread crums css END-----------------------------------*/

/*------------------------------------Homeschems css START-----------------------------------*/
#homeFormSchemes #mySchemes th {
    font-family: Open Sans Condensed;
    font-weight: bold;
    color: #8f6f2b;
    font-size: 14px;
}

#homeFormSchemes #mySchemes td {
    font-family: MyFontFamily !important;
    font-weight: normal;
    font-size: 14px;
}

/*------------------------------------Homeschemscss END-----------------------------------*/

/*------------------------------------schemspage css START-----------------------------------*/
.schemspage {
    margin-top: 150px;
}

.schemspage1 {
    margin-top: 50px;
}

.jumbotron-sc {
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.schemspage h2 {
    color: #8f6f2b !important;
}

.schemspage .headbottom {
    padding-bottom: 21px;
}

.schemspageli ul li a {
    font-family: Open Sans Condensed;
    font-weight: bold;
    font-size: 16px;
}

.schemspageli ul {
    margin-left: 22%;
}

.schemspage .media-body ul li {
    font-family: MyFontFamily !important;
    font-size: 15px;
    color: #333;
    padding: 3px 0;
    list-style-type: disc;
}

.schemspage .media-body ul {
    list-style-type: disc;
}

.schemspage ol {
    padding-left: 18px;
}

.schemspage ol li {
    color: #000;
    font-family: MyFontFamily !important;
    font-size: 15px;
}

.scrollfix {
    position: fixed;
    float: left;
    width: 980px;
    z-index: 999;
    background: #fff;
    padding-top: 50px;
    top: 90px
}

.scrollfix1 {
    position: fixed;
    float: left;
    width: 980px;
    z-index: 999;
    padding-top: 50px;
    top: 90px
}

@media (width: 320px) {
    .schemspageli ul li a {
        font-size: 10px;
        padding: 10px;
    }

    .schemspageli ul li {
        float: left;
        text-align: left;
    }

    .scrollfix {
        position: fixed;
        float: left;
        width: 980px;
        z-index: 999;
        background: none;
        padding-top: 50px;
        top: 73px !important
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .navbar {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

    .navbar-nav {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }
}

@media (width: 360px) {
    .schemspageli ul li a {
        font-size: 10px;
        padding: 10px;
    }

    .schemspageli ul li {
        float: left;
        text-align: left;
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .scrollfix {
        position: fixed;
        float: left;
        width: 980px;
        z-index: 999;
        background: none;
        padding-top: 50px;
        top: 73px !important
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .schemspage {
        margin-top: 0px !important;
    }

    .navbar-nav {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

    .navbar {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

}

@media (width: 480px) {
    .schemspageli ul li a {
        font-size: 10px;
        padding: 10px;
    }

    .schemspageli ul li {
        float: left;
        text-align: left;
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .scrollfix {
        position: fixed;
        float: left;
        width: 980px;
        z-index: 999;
        background: none;
        padding-top: 50px;
        top: 73px !important
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .schemspage {
        margin-top: 0px !important;
    }

    .navbar-nav {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

    .navbar {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

}

@media (width: 640px) {
    .schemspageli ul li a {
        font-size: 10px;
        padding: 10px;
    }

    .schemspageli ul li {
        float: left;
        text-align: left;
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .scrollfix {
        position: fixed;
        float: left;
        width: 980px;
        z-index: 999;
        background: none;
        padding-top: 50px;
        top: 73px !important
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .navbar-nav {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

    .navbar {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

}

@media (width: 433px) {
    .schemspageli ul li a {
        font-size: 10px;
        padding: 10px;
    }

    .schemspageli ul li {
        float: left;
        text-align: left;
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .scrollfix {
        position: fixed;
        float: left;
        width: 980px;
        z-index: 999;
        background: none;
        padding-top: 50px;
        top: 73px !important
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .schemspage {
        margin-top: 0px !important;
    }

    .navbar-nav {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

    .navbar {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

}

@media (width: 334px) {
    .schemspageli ul li a {
        font-size: 10px;
        padding: 10px;
    }

    .schemspageli ul li {
        float: left;
        text-align: left;
    }

    .scrollfix {
        position: fixed;
        float: left;
        width: 980px;
        z-index: 999;
        background: none;
        padding-top: 50px;
        top: 73px !important
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .navbar {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

    .navbar-nav {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

}

@media (max-width: 767px) {
    .schemspageli ul li a {
        font-size: 10px;
        padding: 7px;
    }

    .schemspageli ul li {
        float: left;
        text-align: left;
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .schemspageli ul {
        margin-left: 0% !important;
    }

    .scrollfix {
        position: fixed;
        float: left;
        width: 980px;
        z-index: 999;
        background: none;
        padding-top: 50px;
        top: 73px !important
    }

    .navbar-nav {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

    .navbar {
        min-height: 40px !important;
        padding: 0px 10px !important
        0px 10px !important
    }

}

/*------------------------------------schemscsspage END-----------------------------------*/

/*------------------------------------sipdesigner css START-----------------------------------*/

.sipdesigner {
    margin-top: 120px
}

.sipdesigner h1 {
    color: #8f6f2b !important;
    font-family: MyFontFamily !important;
    font-size: 32px !important;
}

.sipdesignerbanner {
    background: url(../images-new/banner.gif) no-repeat left;
    color: #fff !important;
    width: 100%;
    height: 330px;
    margin-top: 22px;
}

.sipdesigner h2 {
    color: #8f6f2b !important;
}

.sipdesigner h4 {
    padding: 6px 0 8px 0
}

.sipdesigner button {
    font-family: Open Sans Condensed;
    font-weight: bold;
    font-size: 16px;
}

.sipdesigner .buttonblock {
    font-family: Open Sans Condensed;
    font-weight: bold;
    font-size: 30px;
}

.sipdesignerul {
    margin-top: 12px;
    font-family: Open Sans Condensed;
    font-weight: bold;
    font-size: 14px;
}

.sipdesignerul-scheme {
    margin-bottom: 25px;
    font-size: 15px;
    padding-left: 16px;
    font-family: MyFontFamily !important;
    color: #333;
}

.sipdesignertable #tab1 {
    color: #333;
    background: none;
    cursor: default;
    width: 100%
}

.sipdesignertable #tab2 {
    color: #333;
    background: none;
    cursor: default;
    width: 100%
}

.sipdesignertable #tab3 {
    color: #333;
    background: none;
    cursor: default;
    width: 100%
}

.sipdesignertable #tab4 {
    color: #333;
    background: none;
    cursor: default;
    width: 100%
}

/*------------------------------------sipdesigner END-----------------------------------*/

/* Media queries begin*/
.pos-rel {
    position: relative;
}

.navbar-toggle {
    margin-right: 0px;
}

/* Large desktop */
@media (min-width: 1200px) {
}

@media (min-width: 979px) and (max-width: 1200px) {
    .explore_box .col-md-5:first-child img {
        width: auto;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
    .container {
        max-width: 99%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .explore_box .col-md-12 .col-md-6:nth-child(2) {
        padding-top: 10px;
    }

    .explore_box .col-md-2 .col-md-12:nth-child(2) {
        margin-top: -18px;
    }

    .explore_box .row {
        padding-left: 30px;
    }

    .explore_box .col-md-5:nth-child(2) .col-md-12 .col-md-6:first-child {
        padding-left: 0px;
    }

    .explore_box .col-md-12:first-child {
        height: auto;
        margin-top: 0px;
    }

    .explore_box .heading {
        margin-left: 0px;
    }

    .explore_box .col-md-5:first-child .col-md-12 .col-md-6:first-child {
        padding-left: 0px;
    }

    .explore-arrow {
        display: none;
    }

    .icon_cross {
        display: none;
    }

    .explore_box .col-md-5:first-child img {
        width: auto;
    }

    .cust-md-9 {
        width: 65%;
    }

    .cust-md-3 {
        width: 34%;
    }

    .funds_header .container {
        padding: 5px 5px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .chat-now {
        display: none;
    }

    .explore_box .col-md-12 .col-md-6:nth-child(2) {
        padding-top: 10px;
    }

    .explore_box .col-md-2 .col-md-12:nth-child(2) {
        margin-top: -18px;
    }

    .explore_box .row {
        padding-left: 30px;
    }

    .explore_box .col-md-5:nth-child(2) .col-md-12 .col-md-6:first-child {
        padding-left: 0px;
    }

    .explore_box .col-md-12:first-child {
        height: auto;
        margin-top: 0px;
    }

    .explore_box .heading {
        margin-left: 0px;
    }

    .explore_box .col-md-5:first-child .col-md-12 .col-md-6:first-child {
        padding-left: 0px;
    }

    .explore-arrow {
        display: none;
    }

    .icon_cross {
        display: none;
    }

    .explore_box .col-md-5:first-child img {
        width: auto;
    }

    .top-ct, .container {
        width: 100%;
    }

    .cust-md-9 {
        width: 55%;
    }

    .cust-md-3 {
        width: 45%;
    }

    .explore_box .col-md-5:first-child img {
        width: auto;
    }

    .resp-tab-content h2 .resp-arrow {
        display: none;
    }

    .right_content:hover {
        background-image: none;
    }

    .number {
        padding: 4px 16px 3px 9px;
    }

    .image_over_text {
        position: absolute;
        top: 10%;
        left: 10%;
        color: #173b1f;
        font-family: MyFontFamily;
        line-height: 33px;
        letter-spacing: -1px;
        z-index: 999;
    }

    .navbar-header {
        padding: 0px 15px;
    }

    .ticker .container {
        padding: 0px 15px;
    }

    .menu_items > li {
        border-bottom: 1px solid #e6e6e6;
        padding-left: 20px;
    }

    .navbar-nav {
        margin: 0px 0px;
    }

    .funds_header .menu_items {
        margin-left: 0px;
    }

    .funds_header .contact_info {
        margin-left: 30px;
    }

    .funds_header .contact_info li {
        position: relative;
    }

    .right_align {
        float: left;
        margin-left: 12px;
    }

    .open_account span a {
        background: none;
        color: #996633;
        font-size: 15px;
        text-decoration: underline;
        padding-left: 20px;
    }

    .top-ct, .container {
        width: 100%;
    }

    .cust-md-9 {
        width: 55%;
    }

    .cust-md-3 {
        width: 45%;
    }

    .funds_header .container {
        padding: 5px 5px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .image_over_text h2 {
        font-size: 25px;
    }

    .image_over_text span {
        font-size: 20px;
    }

    .open_account a {
        font-size: 13px;
    }
}

.bondtextboxsmall {
    width: 100px;
}

@font-face {
    font-family: 'WebRupee';
    src: url('WebRupee.V1.0.eot');
    src: local('WebRupee'), url('WebRupee.V1.0.ttf') format('truetype');
}

.WebRupee {
    font-family: 'WebRupee';
}

/* Landscape phones and down */

/* currency symbol*/

@font-face {
    font-family: 'WebRupee';
    src: url('../css/WebRupee.V1.0.eot');
    src: local('../css/WebRupee'), url('../css/WebRupee.V1.0.ttf') format('truetype');
}

.WebRupee {
    font-family: 'WebRupee';
}

/* currency symbol*/

@media (max-width: 480px) {
    .image_over_text h2 {
        font-size: 25px;
    }

    .image_over_text span {
        font-size: 20px;
    }

    .open_account a {
        font-size: 13px;
    }

    .explore_box .col-md-12 .col-md-6:nth-child(2) {
        padding-top: 10px;
    }

    .explore_box .col-md-2 .col-md-12:nth-child(2) {
        margin-top: -18px;
    }

    .explore_box .row {
        padding-left: 30px;
    }

    .explore_box .col-md-5:nth-child(2) .col-md-12 .col-md-6:first-child {
        padding-left: 0px;
    }

    .explore_box .col-md-12:first-child {
        height: auto;
        margin-top: 0px;
    }

    .explore_box .heading {
        margin-left: 0px;
    }

    .explore_box .col-md-5:first-child .col-md-12 .col-md-6:first-child {
        padding-left: 0px;
    }

    .explore-arrow {
        display: none;
    }

    .icon_cross {
        display: none;
    }

    .explore_box .col-md-5:first-child img {
        width: auto;
    }

    .open_account span a {
        background: none;
        color: #996633;
        font-size: 13px;
        text-decoration: underline;
        padding-left: 20px;
    }

    .container {
        width: 100%;
    }

    .ticker {
        display: none;
    }

    .funds_header .container {
        padding: 5px 5px;
    }

    .top-ct {
        width: 100%;
    }

    .cust-md-9 {
        width: 50%;
        display: none;
    }

    .cust-md-3 {
        width: 100%;
    }

    .search-col {
        width: 70%;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .search_box {
        width: 100%;
    }

    .sign-col {
        width: 30%;
        text-align: right;
    }

}

@media (min-width: 360px) and (max-width: 598px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static !important;

    }

    .container.signin {
        margin-top: 0;
    }

}

@media (min-width: 384px) and (max-width: 598px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static !important;

    }

    .container.signin {
        margin-top: 0;
    }

}

/* Market analysis */

.Marketanalysis {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.Marketanalysis .nav-tabs {
    /*margin-top:20px;*/
}

.Marketanalysis .nav-tabs > li > a {
    border-radius: 0px;
    border: 1px solid #ddd;
    background: #ebebeb;
    color: #333;
}

.Marketanalysis .nav-tabs > li.active .plan_title {
    color: #336699;
}

.Marketanalysis .nav-tabs > li.active > a {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #fdfdfd 50%, #fcfcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #fdfdfd), color-stop(100%, #fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #fdfdfd 50%, #fcfcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, #fdfdfd 50%, #fcfcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, #fdfdfd 50%, #fcfcfc 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, #fdfdfd 50%, #fcfcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1); /* IE6-9 */
    border-bottom-color: transparent;
}

.Marketanalysis .nav-tabs > li.active .Graph {
    background-position: -55px -28px;
}

.Marketanalysis .nav-tabs > li {
    /*margin-right: 15px;;*/
}

.Marketanalysis .nav > li > a {
    padding-top: 3px;
    padding-right: 8px;
    padding-left: 8px;
}

.plan_title {
    color: #333;
    font-size: 18px;
}

.Marketanalysiss .Graph_active, .plan_tabs .Graph {
    margin-top: 3px;
    margin-right: 7px;
}

.Marketanalysis .Thumbs_up, .plan_tabs .Thumbs_down {
    margin-left: 70px;
    margin-right: 7px;
}

.Marketanalysis .tab-pane {
    background-color: #fff; /* Old browsers */
    border: 1px solid #ddd;
    border-top-color: transparent;
}

.Marketanalysis .tab-pane .content {
    margin-left: 10px;
    margin-top: 30px;
    margin-right: 10px;
}

.Marketanalysis .resp-arrow {
    margin-top: 15px;
}

.all_accounts_drop {
    margin-right: 15px;
    width: 225px;
}

/*tabs styles end*/

/* Market analysis end */

/* Media queries end*/
.tablewidth95 {
    width: 95%;
}

.pagination, .pagelinks {
    height: 26px;
    margin: 18px 0;
    font-family: arial;
    background-color: #c2c2c2;
}

.pagination ul {
    float: left;
    margin: 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    background-color: #fafafa;
    font-size: 11px;
    padding: 0 14px;
    line-height: 34px;
    border-right: 1px solid;
    border-right-color: #ddd;
    border-right-color: rgba(0, 0, 0, 0.15);
    *border-right-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.pagination a:hover, .pagination .active, .display_tag_pagination a {
    background-color: #c7eefe;
}

.sorted {
    background-color: #ddf4fb;
}

.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #bfbfbf;
}

.pagination .next a {
    border: 0;
}

.pagelinks > strong {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    border-right: 1px solid;
    border-right-color: #ddd;
    border-right-color: rgba(0, 0, 0, 0.15);
    *border-right-color: #ddd;
    text-decoration: none;
    background-color: #c7eefe;
}

.section_margin_style {
    margin-top: 137px;
}

#tab1 {
    background-color: #ffffff;
}

#tab2 {
    background-color: #ffffff;
}

.signoutimgmargin {
    margin: 5px 0px 0px 0px;
}

/* scheme explorer new deisgn start */

.
