﻿body
{
font-family: 'Dosis', sans-serif;
}
a {
  
    text-decoration: none;

}

.innerdiv99012
{
	overflow:scroll;
	float:left;
	height:auto;
	width:100%;
	
}

/* Margin Padding css */
.Common_Margin ul
{
margin:0;
padding:0;
padding-left: 12px;
}

.marZA {
    margin: 0 auto;
}
.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px
}
.mar40 {
    margin: 40px
}  
.mart170 {
	margin-top:170px;
}
.mart140 {
	margin-top:140px;
}
.mart162 {
	margin-top:22px;
}
.mart0 {
    margin-top: 0px;
}

.mart5 {
    margin-top: 5px;
}
.mart10 {
    margin-top: 10px;
}
.mart15 {
    margin-top: 15px;
}
.mart20 {
    margin-top: 20px;
}
.marb20 {
    margin-bottom: 20px;
	width: 100%;
}
.marr20 {
    margin-right: 20px;
}
.marr25 {
    margin-right: 25px;
}
.w100 {
    width: 100px;
	margin-right: 50px;
}
.floatnone {
    float: none;
}
.pad0 {
    padding: 0px;
}
.pad10 {
    padding: 10px;
}
.pad20 {
    padding: 20px;
}
.padr20 {
    padding-right: 20px;
}
/* End of Margin Padding CSS */
/* Template Color */

.redColor {
    color: #000;
}
.redBG {
    background: #e92c0c;
}
.whiteColor {
    color: #fff;
}
.homeFont {
    font-style: italic;
}
.fBold {
    font-weight: bold;
}
.w200 {
    width: 200px;
}
.w100p {
	width:100%;
}
/* End of the Template Color */
/* Custom styles for navigation */

#header {
    
}
.navbar-brand {
    font-size: 24px;
    color: #fff;
    float: none;
	text-align: center;
}
.navbar-brand span {
    font-size: 18px;
}
.navbar-container {
    padding:0;
}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #202f39;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}
.navbar-brand.fixed-theme {
    font-size: 18px;
}
.navbar-container.fixed-theme {
    padding: 0;
}.navbar-nav {
    float: left;
    margin: 13px 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.navbar-nav > li > a {
    color: #000;
    border-right: 1px solid #000;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}


.navbar-nav > li:last-child > a {
    border-right: none;
}
.navbar-nav > li:first-child > a {
    padding-left: 0px;
}
.navbar-nav > li > a:hover {
    color: #e92c0c;
    background: none;
}
#navbar + button {
    background: #e92c0c;
    color: #fff;
}
nav.navbar {
       border-radius: 0px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

#header.navbar {
    margin-bottom: 0px;
	
}
#navigation {
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
.nav > li > a {
    padding: 10px 25px;
    font-size: 16px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #fff;
}
.dropdown-menu {
    min-width: 173px;
    padding: 0px;
}
.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.dropdown-menu li:last-child a {
    border-bottom: none;
}
/* END of Custom styles for navigation */
/* Header social links */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0;
}
/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}
.social-network a.icoPin:hover {
    background-color: #bd081c;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: #ddd;
    color: #000;
}
.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
/* End of Header Social links */
/* Dropdown sub-menu */

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    /*border-left-color: #ccc;*/
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* END of Dropdown sub-menu */
/* Carousel Css */

.carousel-caption {
    right: 0%;
    left: 0%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 350px
}
/* End Of Carousel Css */
/* Various Section with different BG */

#grayBG {
    background: #fff;
}
#greenBG {
    background: #fff;
}
#sectionWithBGImage {
    background: url(../images/home-our-service.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
/* End of Various Section with different BG  */

.service-box {
    background: #0168aa;
    border-radius: 50%;
    border: 10px solid #fff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 55px;
}
.service-box .fa {
    color: #fff;
    font-size: 70px;
}
body section {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.navbar-fixed-top {
	padding:0px;
}

.Bread_Crumb {
    margin-top: 0px;
}
 .btn-danger {
    background: #e92c0c;
    border-bottom: 2px solid #bb2309;
    border-right: 2px solid #bb2309;
    transition: all ease-in-out 0.2s;
}
.btn-danger:hover {
    background: #e92c0c;
    box-shadow: 1px 1px 1px #bb2309;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle {
    background: #444;
}
.home-product .my-will {
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all ease-in-out 0.2;
    cursor: pointer;
	height: 229px;
}
.home-product .my-will:hover {
    box-shadow: 0px 0px 10px #ccc;
}
.home-product .my-will img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.home-product .my-will:hover img {
    /* Firefox */    
    -moz-transform: rotate(360deg);
    /* WebKit */    
    -webkit-transform: rotate(360deg);
    /* Opera */    
    -o-transform: rotate(360deg);
    /* Standard */    
    transform: rotate(360deg);
}
.home-product .my-will h1 {
    font-size: 25px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
	padding:0;
}
.newslettertext2 a {
   color:#fff;
   text-decoration:none;
}
.grInput {
   
    width: auto;
}
.pro_Comptext p:hover
{
text-decoration:none;
border-bottom:none;

}
a:hover, a:focus {
    
    text-decoration: none;
}
.width_normalContent {
    
    max-width: 100%!important;
    
}
.eventnewshight {
    height: 700px!important;
    
}
.a1
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin-left:0px!important;
}
.width_ulliDiv {
    
    width: 100%!important;
    
}
.home-product .my-will img {
    margin-top: 50px;
}
.home-smart-solution h3 {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}
.GuideInfo ul li {
	list-style:none;
}
.accordion-toggle:after {
	margin-top: -1px;
}
#width_seven100pixel {
    margin:50px auto!important;
    max-width: 100%!important;
    overflow: hidden;
	float:Left;
}


/* ------- Media CSS ----------------- */

@media only screen and (max-width: 786px) {
    #header-container > div.pull-right {
        margin-top: -30px;
    }
    #header-container > button {
        float: left !important;
        margin-top: -43px;
        position: absolute;
        left: 5px;
    }
    #navigation .navbar-container {
        padding-top: 0px;
        padding-bottom: 0px;
        background:#202f39;
    }
    .navbar-nav > li > a {
        border-right: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav > li:first-child > a {
        padding-left: 15px;
    }
    #navbar {
        width: 100%;
        margin-left: 0px;
    }
    #sectionWithBGImage div.row > div.col-md-3 {
        margin-bottom: 20px;
    }
    
    .home-product > div.col-md-4 > div {
        text-align: center;
    }
    .home-product > div.col-md-4 > div img {
        display: inline-block;
        margin-top: 10px;
    }
    #greenBG div.col-md-6 {
        text-align: center;
    }
    #greenBG div.col-md-6 button {
        margin: auto;
        float: none !important;
    }
    .dropdown-submenu ul li a {
        padding-left: 40px !important;
    }
    #navbar {
        background: #202f39 !important;
    }
    #navbar a {
        color: #fff;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #e92c0c;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #e92c0c;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0px;
    }
    #myCarousel {
    	
	}
	.Bread_Crumb {
    	
	}
	.nriformdiv {
    	width: 91%;
    }
    .branchbox1 {
        width: 95%;
    }
    .taxGuide_block .InfoArea {
    	width: 95%;
    }
    .home-product h1 {
		font-size:23px;
	}
	body section {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.transact_MFOnline {
		float:none !important;
	}
	
 
}
/* ------- End Of Media CSS ---------- */
.subscribetext {
    margin: 0 auto;
    width: 100%;
    /* float: left; */
    display: inline-block;
  
}

.footer-bottom p {
text-align:left;
}
.transact_MFOnline{ margin-top: 38px;height:80px; float: left;     width: 96%;}
.transact_MFOnlineHeading{display:block; width:40%; font-family:'Open Sans'; font-size:24px; font-weight:normal; color:#006FAF; text-align:left; line-height:54px;}
.MF_fourBlock{ display:inline-block; width:150px; float:right}
.MF_fourBlock span{ display:block; width:54px; height:54px; float:left; margin-right:5px; }
.MF_fourBlock b{display:block; text-align:left;font-family:'Open Sans'; font-size:16px; font-weight:normal; color:#444; line-height: 55px; }

*--------------------ECR-WEalth CSS----------------------*/
.Div970{ margin:0 auto; padding: 0px; width:100%; height:auto; }
.Div970_Inner{ margin:auto; width:970px; height:auto; margin-top:20px !important; margin-bottom:5px !important ;}
.Div990_Inner{ margin:auto; width:990px; height:auto; margin-top:20px !important; margin-bottom:5px !important;}

.Know_mutuList{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#262626; line-height:30px;}
.Know_mutuList a:link{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#262626; text-decoration:none; line-height:30px;}
.Know_mutuList a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#0059a2;text-decoration:none; line-height:30px;}

.MF_CommonBG{border: 1px solid #1a7ccd;border-radius: 6px;height: auto;padding-bottom: 3px;}
.MF_CommonHeader{border-bottom: 1px solid #1a7ccd;background-color:#0483b5;height: 40px;
    background: -webkit-linear-gradient(#0782c9, #1390d8, #0782c9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0782c9, #1390d8, #0782c9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0782c9, #1390d8, #0782c9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0782c9, #1390d8, #0782c9); /* Standard syntax (must be last)*/ }
    
.MF_CommonHeader span{font-size:16px; color: #fff;text-shadow: 0px 1px 1px #000;display: block;width: 60%;line-height: 39px; margin-left: 10px;float: left;}
.MF_CommonIcon{
float: right !important;
    width: 30% !important;
    display: block !important;
    text-align: right;
    margin-right: 10px;
    margin-top: 7px;
}

.MFtools_link{ display:block; width:150px; float:left; height:30px; font-size:12px; margin-top:15px; margin-left:4px; }
.MFtools_link a{ color:#000;}
.MFtools_link img{display:block; width:28px; float:left}
.MFtools_link span{display:block;float:left; width:119px; line-height:30px; margin-left:2px;}

.MFTransact_link{ display:block; min-width:70px; float:left; height:45px; font-size:14px; margin-top:7px; margin-left:4px; }
.MFTransact_link a{ color:#000;}
.MFTransact_link img{display:block; width:48px; float:left; margin-right:4px;}
.MFTransact_link span{display:block;float:left; min-width:54px; line-height:45px; margin-left:2px;}



#My_porfolioECR{float: left;
    width: 147px;
    background: #CD0C0D;
    height: 28px;
    border-radius: 4px;
    padding-top: 0px !important;
    padding: 0;
    text-align: center;
    margin-top: 7px;
    font-size: 14px; font-weight:normal; color:#fff;}

#My_porfolioECR a{ color:#fff; text-decoration:none; line-height:28px;}
#My_porfolioECR a:hover{ color:#fff; text-decoration:none;}


.innerPage_BlockArea{width:100%; display:block;}
.innerPage_Blocks{margin:4px; width:30%; background:#f0f0f0; height:120px; float:left; border-radius:4px; border:2px solid #fff; box-shadow:0px 0px 5px #ccc}

.Shadow_Border{ padding-left:7px; padding-right:7px;}

/*--------------------ECR-WEalth CSS----------------------*/


.modal { overflow-y:auto;}
.signupfull {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: bold;
    padding: 166px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-left: -15px;
}
.full-form {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 19px;
    padding: 15px;
}

#divfrmbi .modal-header {
    border-bottom: 5px solid transparent;
    padding: 0;
}

.modal-header {
    border-bottom: 5px solid #000;
    padding: 0;
}
.signupfull.welcomesing h1 {
    font-size: 23px;
}
.text_boldblack {
    font: bold 25px Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 18px;
    text-decoration: none;
}
.close {
    background: #ff9800 none repeat scroll 0 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    float: right !important;
    transform: rotate(2deg) !important;
    font-size: 18px !important;
    font-weight: 700;
    left: 15px !important;
    line-height: 1;
    opacity: 1 !important;
    padding: 9px 11px !important;
    position: relative !important;
    text-shadow: 0 1px 0 #fff;
    top: -19px;
    z-index: 999;
}
a.signup {
    float: left;
    text-decoration: none;
    list-style: none;
}
a.forget {
    float: right;
    text-decoration: none;
    list-style: none;
}
#loginModal .modal-body { padding:0px;}
.my
{

margin-top:70px;
}


.nav > li > a {
    padding: 0px 33px;
font-size: 14px;
}
@media(min-width:990px)and (max-width:1200px)
{
.resp-tabs-list li {
    
    padding: 13px 12px;
    
}
.nav > li > a {
    padding: 10px 9px;
    font-size: 16px;
}
.mart162 {
    
    width: 990px;
}
.holds-the-iframe iframe
{
width:646px;
}
.home-product .my-will {
  
    height: 280px;
}
.home-product .my-will h1 {
    font-size: 20px;
}
}

@media(min-width:767px)and (max-width:990px)
{
	.welcomecontentmj_inn img {
    
    margin-top: 91px;
}
.home-product .my-will {
    height: 384px;
}
.home-product .my-will h1 {
    font-size: 16px;
}
.nav > li > a {
    padding: 0px 17px;
    font-size: 12px;
}
}
@media(min-width:550px)and (max-width:767px)
{
#navigation {
    background: #fff;
    border: none;
    margin-bottom: 0px;
}
}
@media(min-width:320px)and (max-width:550px)
{
#navigation {
    background: #fff;
    border: none;
    margin-bottom: 0px;
}
.my {
    margin-top: 0px;
    margin-bottom: 18px;
	float:left; 
	margin-right:18px;
}
}

@media(min-width:320px)and (max-width:767px)
{
.home-product .my-will img {
    margin-top: 18px;
    margin: 8px auto;
   width: 20%;
}
.mar40 {
    margin: 61px 0 40px 0;
    font-size: 27px;
}

.home-product .my-will a:hover{
	text-decoration:none;
}

.home-product .my-will p {
    text-align: center;
	text-decoration:none;
	
}
.home-product .my-will p:hover {

	text-decoration:none;
	
}
.home-product .my-will h1 {
    font-size: 20px;
    text-align: center;
	margin: 0;
	margin-bottom:5px;
}
.home-product .my-will img {
    margin-top: 7px;
}
.home-product .my-will {
   
    height: auto;
}
.innerdiv990 h2
{
	font-size:20px;
	margin-bottom: 25px;
}
}
@media(min-width:550px)and (max-width:767px){
.mar_botm {
    margin-bottom: 30px!important;
    width: 33%!important;
    float: left!important;
}
}