/*
Theme Name: Spectrumcap
Version: 1.0
*/
header ul.headercontact {
	position: absolute;
	right: 0;
}

header ul.menuList li {
	padding: 0px 13px;
}

header ul.headercontact li a {
	font-family: inherit;
}

body.modal-open .mm-slideout{
    z-index:inherit;
}

dl, ol, ul {
	font-family: Product-Sans;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 28px;
	color: #5a5a5a;
	padding-left:20px;
}

.admin-bar header {
	top: 32px;
}

header ul.headercontact li a {
	text-transform: none;
}

.arrowbtn {
	bottom: 25px;
}

header ul.menuList li ul {
	margin-top: -20px;
}

.footerContent h3 {
	font-size: 34px;
}

.ft-loactionright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ft-loactionright ul a {
	color: #ffffff;
}

.ft-loactionright ul a:hover {
	color: #ccc;
}

.footerContent {
	padding: 50px 0 50px 0;
}

.ft-location {
	padding: 50px 20px 50px 20px;
}

.arrowbtn {
	bottom: 25px;
	right: 60px;
	left: unset;
}

.testimonialContent h5 {
	display: none;
}

.contactAdd {
	font-size: 22px;
	color: #333333;
	letter-spacing: 0.68px;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 45px;
}

.assetDiv .ico {
	background: url(assets/images/assets.png) no-repeat 0px 0px;
}

.loanDiv .ico {
	background: url(assets/images/loan.png) no-repeat 0px 0px;
}

.arrowupbtn {
	position: fixed;
	bottom: 25px;
	right: 25px;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #2cceb6 url(assets/images/down-arrow.png) no-repeat center center;
	background-size: cover;
	z-index: 10;
	opacity: 0.7;
	transform: rotate(180deg);
	display: none;
}