h3 b, h4 b, .titleh3.margin-bottom-20 b {
	background-color: #F26262; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 12px;
	font-family: 'Poppins' !important;
	font-weight: 400;
	position: relative;
    z-index: 1;
	display: inline-block;
}

.titleh3.margin-bottom-20{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 28px;
    position: relative;
    max-height: 40px;
	color: #444;
	background: #fff;
	text-transform: uppercase;
	border-top: 3px solid #F26262;
}
.titleh3.margin-bottom-20 b{
	background: #F26262;
    color: #fff;
}
.home_sec_one_addon_1 .pull-right, .home_sec_two_addon_1 .pull-right {
    margin-top: 3px!important;
}
.pull-right .nav-tabs>li.active>a, .pull-right .nav-tabs>li.active>a:focus, .pull-right .nav-tabs>li.active>a:hover {
    color: #F26262;
}

h3.margin-bottom-15{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
	border-top: 3px solid #F26262;
}

h4.margin-bottom-15{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
	border-top: 3px solid #F26262;
}
/******END - For the new style for titles***/