.pull-right .nav-tabs {
    margin-top: 4px;
}
h3 b, h4 b {
	background-color: #F26262; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 25px 0 12px;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 13px;
	position: relative;
    z-index: 1;
	display: inline-block;
	border-radius: 3px 3px 3px 0;
}

.titleh3.margin-bottom-20{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 30px;
    position: relative;
    height: 40px;
	color: #444;
	text-transform: uppercase;
	border-radius: 3px 3px 3px 0;
}

.titleh3.margin-bottom-20 b{
	background-color: #F26262; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 30px 0 12px;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 14px;
	position: relative;
    z-index: 1;
	display: inline-block;
	border-radius: 3px 3px 3px 0;
}
.titleh3.margin-bottom-20:before {
	width: 100%;
    height: 3px;
    content: '';
	background: rgba(0,0,0,.05)!important;
	height: auto;
    top: 7px;
    border-radius: 3px;
    bottom: 0;
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.titleh3.margin-bottom-20 b:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
	border-top-color: #F26262;
    border-top: 10px solid #F26262;
    border-right: 10px solid transparent;
}

.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;
	padding: 0 15px 7px 0;
}


h3.margin-bottom-15:before {
	width: 100%;
    height: 3px;
    content: '';
	background: rgba(0,0,0,.05)!important;
	height: auto;
    top: 7px;
    border-radius: 3px;
    bottom: 0;
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
h3.margin-bottom-15 b:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
	border-top-color: #F26262;
    border-top: 10px solid #F26262;
    border-right: 10px solid transparent;
}
h4.margin-bottom-15{
	margin-bottom: 23px !important;
	font-size: 16px;
    line-height: 20px;
    position: relative;
	padding: 0 15px 7px 0;
}

h4.margin-bottom-15:before {
	width: 100%;
    height: 3px;
    content: '';
	background: rgba(0,0,0,.05)!important;
	height: auto;
    top: 7px;
    border-radius: 3px;
    bottom: 0;
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
h4.margin-bottom-15 b:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
	border-top-color: #F26262;
    border-top: 10px solid #F26262;
    border-right: 10px solid transparent;
}
.nav-tabs .dropdown-menu {
    margin-top: 2px;
	margin-left: -61px;
}