.header-placeholder .mini-navbar,.showMobileMenu #flpHeader:before { 
	background: #2e2e2e; 
}

.header-placeholder .mini-navbar ul li:hover,.showMobileMenu #flpHeader ul li:hover,.header-placeholder .mini-navbar .navbar-list {
    background-color: #484848;
}

.header-placeholder .mini-navbar .navbar-list dd:hover {
    background-color: #656565;
}

.header-placeholder.flp-type .navbar .navbar-inner .img-logo, 
.header-placeholder.flp-type .navbar .navbar-inner .img-logo img {
    width: auto; 
}

.header-placeholder .navbar .navbar-inner .navbar-links-left ul>li:last-child>a {
    padding: 28px 7px 28px 7px !important;
}

.header-placeholder.flp-type .mini-menu.navbar .navbar-inner .navbar-links-left ul>li:last-child>a {
    padding: 9px 7px 9px 7px !important;
}

/* navigation for article page */
.header-placeholder.flp-type .navbar.mega-menu .navbar-inner .img-logo {
	width:auto;
}

/* login dropdown padding */
.dark-menu-group .dropdown-menu.dark-menu li a {
padding: 8px 16px;
}


/* Award logo */
.award-firstrow{
	display:block;
	width:250px;
	margin:0 auto;
}
.award_logo{
	text-align:center;
	padding-bottom:16px;
}
.award-secondrow{
	display:block;
	width:220px;
	margin:0 auto;
}


/* contact us in header */
.header-placeholder.flp-type .navbar .navbar-inner .header-navigation .header-menu .submenulist {
	padding:0 12px;
}


.wealth-home .banner-container .banner .title {
	font-size:4.4rem;
}

/* wealth solution */
.portfolio h6.learn-more {
    display: none!important;
}

.promotion-content .btn-primary{
	display:none;
}

.btn.btn-primary1 {
    color: #fff;
    background-color: #f33;
    border: 1px solid #ee1818;
}

/*.split-view h6.learn-more {
	display:none!important;
}*/

/*contact us box*/
.tr-why-us .category.segments .indicator {
	border:none;
}

.tr-why-us .category.segments .segment {
    min-height: 202px;
}

.tr-why-us .category .category-text {
	color:#484848;
}

/*
.portfolio h6.learn-more,
.visible-xs {
    display: none!important;
}*/


/*.tr-why-us .category.segments .segment:first-child {
	padding-left:0;
}*/

.tr-why-us .category.segments .segment {
	padding-bottom:4px;
}

/* product page ol */
.prodDetail .rich-text-box ol.red-square li {
    margin-bottom: 10px;
}


/* global indian home article box*/
.nri-lifestyle.type7 .nri-lifestyle {
	padding: 14px 16px;
}

.wealth-home .nri-lifestyle.type7 h4{
	line-height: 24px;
    font-size: 18px;
	margin:0;
}

.nri-lifestyle.type7 p {
	font-size: 14px;
}


/*Contact us box*/

.ibw-box-flags {
    float: left;
    width: 100%;
    padding: 25px;
    border: 1.5px solid #eaeaea;
    border-radius: 4px;
    text-align: center;
    margin-top: 30px;

    background-image: url('../media/icons/flag-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center; 
}

.ibw-box-flags img {
    float: left;
    width: 37px;
    height: 24px;
    border: 0;
}

.ibw-box-flags div {
    float: left;
    width: auto;
    height: 14px;
    /*font-family: Arial;*/
    font-size: 16px;
    /*font-weight: bold;*/
    color: #909090;
    padding: 1px 10px;
}

.clear {
    clear: both;
}

@media screen and (min-width: 915px) {
    .ibw-box-flags {
        width: 100%;
        margin-right: 3%;
    }

    .ibw-box-flags:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 915px) {
    .ibw-box-flags {
        width: 100%;
        margin-right: 0;
    }

    .ibw-box-flags:nth-child(2n) {
        float: right;
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .ibw-box-flags {
        width: 100%;
        /*padding: 4%;*/
        margin-right: 0;
    }

    .ibw-box-flags:nth-child(2n) {
        float: left;
        margin-right: 0;
    }
}

/* end of Contact box*/



@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/notosanssc/NotoSansSC-Medium.otf") format("opentype")
}

/* language box */
.lang {
    margin: 0;
    padding: 30px 16px 0 !important;
    float: left;
    position: relative;
    height: 100%;
    background-color: transparent;
    color: #2e2e2e;
    transition: all 0.3s linear;
}

.mini-menu .lang {
    /*padding-top: 12px;*/
    transition: all 0.3s linear;
  	padding: 10px 13px 9px 13px !important;
}

.lang:hover {
    background-color: #eaeaea;
}

.lang a.menu-link {
    text-decoration: none;
    color: #2e2e2e;
    cursor: default;
}

.lang a i.icon {
    padding-left: 8px;
    font-size: .8rem;
    top: -1px;
    color: #909090;
    display: inline-block;
    position: relative;
}

.lang a i.ico-play::before {
    content: "\e0a8";
}

.hidethis {
    display: none;
}

.prevent-animation {
    transition: none !important;
}

.last-menu {
    font-family: 'Noto Sans SC', sans-serif;
}

/* end of language box */