h3 b, h4 b {
	border-bottom: 2px solid #F26262; /*shouold be changable*/
	color: #444;
	line-height: 31px;
	text-transform: uppercase;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 16px;
	position: relative;
    z-index: 1;
	display: inline-block;
}

.titleh3.margin-bottom-20{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 30px;
    position: relative;
    height: 40px;
	color: #444;
	text-transform: uppercase;
}
.titleh3.margin-bottom-20 b{
	border-bottom: 2px solid #F26262;
    color: #444;
	padding-bottom: 7px;
	font-weight: 400;
}
.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;
}

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