/*---------------------- New Header -------------------------*/ 
text-left{
	text-align: left !important;
}
.break-line{
	height: 3px;
	float: left;
	margin: 15px 0;
	background: #18c4bf;
	width:50px;
}
.break-dotted{
	height: 1px;
	float: left;
	margin: 15px 0;
	background: grey;
	width:100%;
}
.col-lg-4.fee, .col-lg-3.fee {
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 32px;
}
@media (min-width: 992px){
header.inner {
    height: 490px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
}