.address {
	float: none;
}

.deparment table tr td {
	text-align: left;
}

.contact_information .deparment {
	width: 320px;
}

.confirmationPage {
    padding-bottom: 250px;
}

.banner_criteres {
	background: url(../images/backgrounds/banner_criteres.jpg) top center no-repeat;
}

.banner_applyloan {
	background: url(../images/backgrounds/banner_application.jpg) top center no-repeat;
}

.banner_services {
	background: url(../images/backgrounds/banner_services.jpg) top center no-repeat;
}


.form_documents .form-control {
	width: 200px;
	margin-top: 10px
}


header.affix .container .navbar .navbar-brand img,
header .navbar-brand img  {
	height: 40px;
}

header.affix-top .container .navbar .navbar-brand img {
	height: 70px;
}

@media only screen and (min-width: 767px) and (max-width: 780px) {
	/**
	 * Quick fix because logo was taking too much space at around ~ 768px making the navbar wrap on 2nd line.
	 */
	header.affix-top .container .navbar .navbar-brand img {
		height: 65px;
	}
}

header.affix-top .navbar-brand img {
	margin-top: -16px;
}

.mobile_title {
	display: none;
	font-size: 32px;
	margin-bottom: 40px
}
	

@media only screen and (max-width: 991px) {
	.contact_information .address_details ul {
		padding: 0;
	}

	header.affix .container .navbar .navbar-brand img,
	header .navbar-brand img  {
		height: 30px;
	}

	header .bottom-header .navbar-default .navbar-nav>li>a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	section.banner-wrap {
		margin-top: 105px!important;
	}
	header .navbar-brand img {
		height: 40px;
	}
	.inner-page.row ,
	.inner-page.about-us, 
	.inner-page.services, 
	.inner-page.pricing-tables, 
	.inner-page {
		margin-top: 30px;
	}

	#secondary-banner {
		display: none;
	}

	.applybanner_mobile {
		margin-top: 108px;
	}

	.mobile_title {
		display: block;
	}

	.desktop_title {
		display: none;
	}

	.services .left-content {
		padding-top: 0;
	}

}

@media only screen and (max-width: 360px) {
	.contact_information .address_details ul {
		padding: 0;
	}

	header .navbar-brand img {
		margin-top: -15px;
	}
} 
