.topbar-left a {
	color: #178dd1 !important;
}

.vc_btn3-color-blue {
	background-color: #008fd5 !important;
}

.white-header { 
	color: #FFF !important;
	font-size: 24px !important;
	line-height: 28px
}

.bar-txt {
	color: #FFF !important;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	font-weight: 700;
}

.phone-no {
	display: block !important;
	float: right;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}

.trane-img {
	display: block !important;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.request-btn {
	display: block !important;
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

.main-navigation {
	margin-top: 0px !important;
}

.footer-menu {
	color: #514e46 !important;
}

.footer-menu a {
	color: #514e46 !important;
}

.top-link {
	float: left !important;
	padding-right: 20px;
}

.top-link-right {
	float: right;
	text-align: right;
	padding-right: 20px;
}

.blk-txt {
	color:#000!important;
}

.tb-span {
	padding-top: 10px;
	font-size: 24px !important;
	line-height: 16px !important;
	position: absolute;
	left: 50%;
	top: 10;
}

.tb-span2 {
	font-size: 24px !important;
	line-height: 16px !important;
	position: absolute;
	left: 40%;
	top: 25;
}

.mobile-phone {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .mobile-phone {
    display: block !important;
		padding: 10px;
		margin-top: -20px;
		margin-bottom: 10px;
		background: #efefef;
		color: #333;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		}
}

/*
 * @media only screen and (min-width: 1900px) {
  .tb-span {
    margin-left: 100px!important;
		}
}
*/