/*
Theme Name: Paspective Bespoke Theme
Theme URI: http://example.com/paspective/
Description: Twenty Twenty Child Theme
Author: Peter Andrease
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-sixteen-child
*/
* {
	border: 0;
	outline: 0;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	position: static !important;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	text-indent: -3000px;
	color: #ffffff;
}
hr, .greyline {
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 25px 0 25px 0;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
.greyline-small {
	max-width: 280px;
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 60px auto;
	height: 5px;
	line-height: 5px;
	font-size: 0;
}
p {
	font-size: 16px;
	line-height: 28px;
	color: #191919;
}
.page ul {
	padding: 0 0 0 25px;
}
.page ul ul {
	padding-top: 10px;
}
.page ul li {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
	color: #191919;
}
p a, .page ul li a {
	color: #e22d87;
	text-decoration: none;
}
p a:hover, .page ul li a:hover {
	text-decoration: underline;
}
p.title-text {
	margin: 0 auto 40px auto;
	max-width: 580px;
}
h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #191919;
}
h2, .sub-title {
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	color: #191919;
	margin-bottom: 10px;
}
h2.sml-title {
	font-size: 22px;
	line-height: 28px;
}
h3 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color: #191919;
}
.page h3 {
	margin-bottom: 0;
}
h4 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color: #191919;
	margin-bottom: 0;
}
.inner-title {
	font-size: 32px;
	line-height: 36px;
	color: #232324;
}
.wrapper {
	max-width: 92%;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.wrapper-sml {
	max-width: 90%;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#logo {
	float: left;
	width: 25%;
}
#logo img {
	display: block;
}
#right-header {
	float: right;
	width: 75%;
	text-align: right;
	padding-top: 14px;
}

#navbar {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	height: 68px;
	z-index: 99991;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

#top-menu {
	float: right;
	padding-top: 8px;
	padding-right: 30px;
}

ul#menu-main {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#menu-main li {
	float: left;
	margin-left: 20px;
	position: relative;
	line-height: 20px;
	font-size: 17px;
	font-weight: 600;
	padding: 0 0 26px 0;
	margin-bottom: 0;
}
ul#menu-main li a {
	color: #141414;
	text-decoration: none;
}
ul#menu-main li a:hover {
	color: #e22d87;
}
ul#menu-main li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 5px;
	background: #e22d87;
	width: 100%;
	left: -100%;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	display: none;
}
#right-header ul li.current-menu-item a::after, #right-header ul li.current-menu-parent a::after {
	left: 0;
	display: block;
}
#right-header ul li.current-menu-parent ul a::after {
	display: none;
}
ul#menu-main li a:hover::after, #right-header ul li.current-menu-item a::after {
	left: 0;
	display: block;
}

#top-menu ul li#menu-item-20 {
	cursor: default;
	position: relative;
}
#top-menu ul.sub-menu {
	position: absolute;
	top: 20px;
	left: -30px;
	padding: 25px 30px 15px 30px;
	z-index: 10000;
	display: none;
	text-align: left;
	min-width: 350px;
	background: #fff;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
#top-menu ul.sub-menu li {
	padding: 0 0 8px 0 !important;
	float: none;
	margin: 0;
	display: block;
	background: none;
}
#top-menu ul.sub-menu li a {
	border: 0;
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	padding-bottom: 0;
	border-bottom: none !important;
	-webkit-transition: 0s;-moz-transition: 0s;-ms-transition: 0s;-o-transition: 0s;transition: 0s;
}
#top-menu ul.sub-menu li a:after {
	display: none;
}
#top-menu ul.sub-menu li a:hover, #top-menu ul.sub-menu li.current-menu-item a {
	color: #e22d87;
}

.top-phone-mob {
	display: none !important;
}
.top-phone {
	float: right;
	padding-right: 20px;
	color: #33b82d;
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding-left: 36px;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.top-phone::before {
	content: "";
	border-radius: 100px;
	display: inline-block;
	position: absolute;
	left: 0;
	height: 32px;
	width: 32px;
	background: #33b82d url(images/misc/phone-icon.svg) center center no-repeat;
	background-size: 15px auto;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.top-phone:hover {
	color: #e22d87;
}
.top-phone:hover::before {
	background-color: #e22d87;
}
.top-but {
	display: block;
	float: right;
	height: 35px;
	width: 145px;
	line-height: 35px;
	background: #e22d87;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border-radius: 28px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.top-but:hover {
	background-color: #33b82d;
}

/* ------------------- Mobile Menu --------------------- */

li.parent-item-link{
	display: none !important;
}
#mobile-menu {
	display: none;
}
#mobile-menu .sub-menu {
	display: none;
}
input#burger {
	display: none;
}
#mobile-menu input + label {
  position: fixed;
  top: 32px;
  right: 5%;
  height: 20px;
  width: 36px;
  z-index: 99993;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
}


#mobile-menu input + label span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  top: 45%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #33b82d;
  transition: .5s;
}
#mobile-menu input + label span:first-child { top: 0; }
#mobile-menu input + label span:last-child { top: 18px; }
#mobile-menu label:hover { cursor: pointer; }
#mobile-menu input:checked + label span {
  opacity: 0;
  top: 50%;
  background: #ffffff;
}
#mobile-menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
#mobile-menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
#mobile-menu input ~ nav {
  background: rgba(0,76,132,1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99992;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
#mobile-menu input ~ nav ul {
  text-align: left;
  position: absolute;
  top: 80px;
  left: 8%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu input ~ nav ul li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  display: block;
  padding: 0 0 18px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
#mobile-menu li.menu-item-236 a {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;
}
#mobile-menu li.menu-item-236 a:after {
	width: 16px;
	height: 16px;
	background: url(images/misc/down-arrow.svg) center center no-repeat;
	background-size: 100% auto;
	filter: brightness(0) invert(1);
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;
}
#mobile-menu li.menu-item-236 a:hover:after, #mobile-menu li.current-menu-item a:after {
	filter: brightness(1);
}
#mobile-menu li.menu-item-236 ul li a:after {
	display: none;
}
.rotate a:after {
	transform: rotateZ(-180deg);
}
.overview-link {
	display: none !important;
}
#mobile-menu input ~ nav ul.sub-menu {
	position: static;
	padding-left: 12px !important;
	padding-bottom: 20px;
	width: 100%;
}
#mobile-menu input ~ nav ul.sub-menu li {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 6px;
  font-weight: normal;
}
#mobile-menu input ~ nav ul.sub-menu li.overview-link {
	display: block !important;
}
#mobile-menu input ~ nav ul li a {
  text-decoration: none;
  color: #ffffff;
}
#mobile-menu input ~ nav ul li a:hover, #mobile-menu input ~ nav ul li.current-menu-item a {
	color: #33b82d;
}
#mobile-menu input ~ nav ul li.current-menu-item ul.sub-menu li a {
	color: #fff;
}
#mobile-menu input ~ nav ul li.current-menu-item ul.sub-menu li a:hover {
	color: #33b82d;
}
#mobile-menu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
#mobile-menu input:checked ~ nav ul li {
  opacity: 1;
  transition-delay: .5s;
}

/*-----------------------------------------------------------*/



#home-header {
	margin-top: 76px;
	width: 100%;
}
.header-text {
	width: 700px;
	max-width: 65%;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 99;
}
#home-header h1 {
	font-size: 50px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
#home-header p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin: 0;
	max-width: 550px;
	padding: 10px 0 25px 0;
}


.main-but {
	display: inline-block;
	padding: 18px 50px;
	background: #e22d87;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	border-radius: 32px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.main-but:hover {
	background-color: #33b82d;
	text-decoration: none;
}
.sml-but {
	font-size: 15px;
	line-height: 15px;
	border-radius: 28px;
	padding: 12px 22px;
}

.header-but {
	display: inline-block;
	height: 55px;
	width: 230px;
	line-height: 55px;
	background: #e22d87;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 19px;
	border-radius: 32px;
	margin-right: 16px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.feature-bar .header-but {
	width: 215px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}
.header-but:hover {
	background-color: #0061a9;
}
.header-but-green {
	background: #33b82d;
}
.header-but-green:hover {
	background: #1f9c1a;
}

.header-icon-wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	max-width: 90%;
}
.header-icon-area {
	background: #ededed;
	border-radius: 16px;
	padding: 25px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	z-index: 999;
	display: table;
	width: 100%;
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.header-icon {
	width: 33.333%;
	text-align: left;
	padding: 0 20px 0 82px;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	background: url(images/icons/expert-help.png) left center no-repeat;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.header-icon-quick {
	background-image: url(images/icons/quick-decisions.png);
}
.header-icon-reliable {
	background-image: url(images/icons/reliable.png);
}
.header-icon-grow {
	background-image: url(images/icons/grow.png);
}
.header-icon-secure-loan {
	background-image: url(images/icons/secure-loan.png);
}
.header-icon-day {
	background-image: url(images/icons/24-hour.png);
}
.header-icon-borrow {
	background-image: url(images/icons/borrow.png);
}
.header-icon-six {
	background-image: url(images/icons/6-years.png);
}
.header-icon-low-interest {
	background-image: url(images/icons/low-interest.png);
}
.header-icon-car {
	background-image: url(images/icons/car.png);
}
.header-icon-short-term {
	background-image: url(images/icons/short-term.png);
}
.header-icon-cashflow {
	background-image: url(images/icons/cashflow.png);
}
.header-icon-house {
	background-image: url(images/icons/house.png);
}
.header-icon-commercial {
	background-image: url(images/icons/commercial.png);
}
.header-icon-commercial-mortgages {
	background-image: url(images/icons/commercial-mortgages.png);
}
.header-icon-consolidate {
	background-image: url(images/icons/consolidate.png);
}

.header-icon p {
	margin: 0;
	color: #191919;
	font-size: 16px;
	line-height: 20px;
}
.header-icon p strong {
	font-weight: bold;
	font-size: 18px;
}
.two-column {
	float: left;
	width: 47%;
	margin: 15px 0;
	text-align: left;
}
.two-column img {
	max-width: 100%;
	height: auto;
}

.blue-line {
	width: 130px;
	height: 2px;
	margin: 25px auto;
	background: #e22d87;
	clear: both;
	font-size: 0;
}

.home-content {
	width: 800px;
	max-width: 85%;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.home-content-two {
	width: 750px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	padding: 0 0 80px 0;
	background: url(images/misc/logo-btm.png) center center no-repeat;
}
.home-content-two .main-but {
	margin-top: 25px;
}
.home-content-two .blue-line {
	margin: 30px auto 50px auto;
}
.home-content p {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}
.home-content-two p {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}

.service-page .blue-line {
	margin: 40px auto;
}

.service-page h3, .service-page h4 {
	margin-top: 35px;
	font-size: 20px;
	line-height: 26px;
}
.service-page ul li {
	list-style: none;
}
.service-page ul li::before {
  content: "\2022";
  color: #e22d87;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 22px; 
  margin-left: -22px;
}

.feature-bar {
	padding: 80px 0;
	background: url(images/features/finance-services.jpg) center center no-repeat;
	background-size: cover;
}
.page-id-11 .feature-bar {
	margin-top: 20px;
}
.feature-bar-btm {
	background-image: url(images/features/finance-services-dark.jpg);
}
.feature-bar p {
	text-align: center;
	width: 580px;
	max-width: 90%;
	margin: 0 auto 30px auto;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
}
.feature-bar p.feature-bar-wide {
	width: 880px;
	font-weight:400;
}
.feature-bar p.feature-bar-wide strong {
	font-weight:600;
}

.white-area {
	padding: 60px 0;
}
.grey-area {
	background: #eee url(images/misc/logo-btm.png) center center no-repeat;
	padding: 50px 0 60px 0;
}

.finance-feature {
	display: inline-block;
	text-decoration: none;
	margin: 10px 20px 30px 20px;
}
.finance-feature img {
	display: block;
	margin: 0 auto;
	opacity: 0.9;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.finance-feature h2 {
	color: #e22d87;
	font-size: 20px;
	line-height: 24px;
	margin: 12px auto 0 auto;
	text-decoration: none;
}
.finance-feature:hover h2 {
	color: #005696;
}
.finance-feature:hover img {
	opacity: 1;
}

.steps-area {
	margin: 40px auto;
	max-width: 1020px;
}
.feature-bar .steps-area {
	margin: 10px auto;
}
.feature-bar h3 {
	color: #fff;
}
.feature-bar .step-feature::after {
	filter: brightness(0) invert(1);
}
.step-feature {
	float: left;
	width: 27.333%;
	padding: 0 3% 25px 3%;
	position: relative;
}
.home .step-feature {
	padding-bottom: 0;
}
.step-feature p {
	margin: 5px auto 0 auto;
	font-size: 15px;
	line-height: 22px;
}
.feature-bar .step-feature p {
	font-weight: 300;
	font-size: 15px !important;
	line-height: 22px !important;
}
.white-text {
	color: #fff;
}
.step-feature img {
	margin: 0 auto;
	display: block;
}
.step-feature h3 {
	margin: 0 auto;
	padding-top: 10px;
}
.step-number {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -70px;
	content: "";
	border-radius: 100px;
	background: #33b82d;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	width: 32px;
}
.step-feature-one .step-number {
	margin-left: -85px;
}
.step-feature-one::after, .step-feature-two::after {
	position: absolute;
	top: 60px;
	right: -35px;
	content: "";
	background: url(images/misc/arrow-right.png);
	width: 69px;
	height: 41px;
	display: block;
}



#fancybox-overlay {
	background: #000 !important;
}
#fancybox-content {
	border: none !important;
	background: none !important;
}
#fancybox-outer {
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#fancybox-wrap {
	width: auto;
}
#fancybox-close {
	right: -15px !important;
	top: -15px !important;
	background: #fff url(assets/images/landing-page/close.svg) center center no-repeat !important;
	background-size:15px 15px !important;
	height: 34px !important;
	width: 34px !important;
	border-radius: 100px;
}
#fancybox-close span {
	display: none !important;
}

.overlay-form {
	padding: 30px 50px 15px 50px;
	text-align: center;
}
.page-form {
	max-width: 800px;
	margin: 0 auto;
}
.page-form p {
	margin: 0;
}
.page-form .overlay-form {
	padding: 0 !important;
}
.form-left {
	float: left;
	width: 49%;
}
.form-right {
	float: right;
	width: 49%;
}
#quote-form {
	background: #e22d87;
}
#callback-form {
	background: #e22d87;
}
.overlay-form p {
	color: #ffffff;
	line-height: 20px;
}
.overlay-form p a {
	color: #ffffff;
	display: inline-block;
}
.overlay-title {
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
}
.overlay-form input, .overlay-form textarea, .overlay-form select {
	max-width: 100%;
	width: 320px;
	height: 40px;
	line-height: 40px;
	text-indent: 0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000 !important;
	border-radius: 0 !important;
	padding: 0 0 0 8px !important;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.page-form .overlay-form input, .page-form .overlay-form textarea, .page-form .overlay-form select {
	border: 1px solid #a5a5a5;
	width: 100%;
	margin-bottom: 15px;
}
.overlay-form input.wpcf7-not-valid, .overlay-form textarea.wpcf7-not-valid, .overlay-form select.wpcf7-not-valid {
	background: #ee7b81;
}
.overlay-form input.wpcf7-not-valid::placeholder, .overlay-form textarea.wpcf7-not-valid::placeholder {
  color: #fff;
  opacity: 1;
}
.overlay-form input.wpcf7-not-valid:-ms-input-placeholder, .overlay-form textarea.wpcf7-not-valid::placeholder {
  color: #fff;
}
.overlay-form input.wpcf7-not-valid::-ms-input-placeholder, .overlay-form textarea.wpcf7-not-valid::placeholder {
  color: #fff;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.overlay-form .checkbox-input input {
	width: auto;
	float: left;
	line-height: 20px;
	height: 20px;
	margin-right: 6px;
}
.checkbox-input input {
	width: auto !important;
	float: left !important;
	line-height: 20px !important;
	height: 20px !important;
	margin-right: 6px !important;
}
fieldset .checkbox-input {
	padding-top: 30px;
	display: block;
}
.va-form .checkbox-input {
	padding-top: 20px;
	display: block;
}
.overlay-form .checkbox-input span.wpcf7-list-item {
	margin-left: 0;
}
.overlay-form textarea {
	height: 100px;
	line-height: 22px;
	padding-top: 5px !important;
}
.overlay-form input.wpcf7-submit {
	background: #33b82d;
	color: #ffffff !important;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	padding: 0 !important;
	height: 45px;
	line-height: 45px;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-appearance: none !important;
	border-radius: 20px !important;
	text-indent: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.page-form input.wpcf7-submit {
	width: 200px;
	box-shadow: none;
	border: none !important;
}
.overlay-form input.wpcf7-submit:hover {
	background: #1f9c1a;
}

.overlay-form div.wpcf7-response-output {
	border:2px solid #fa6565!important;
	padding: 15px 20px !important;
	font-size:16px!important;
	font-weight: 600 !important;
	color:#ed2525!important;
	color:#fff !important;
	text-align: center !important;
	margin: 0 !important;
	background: rgba(0,0,0,0.4);
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.overlay-form .sent div.wpcf7-response-output {
	border:2px solid #15a623!important;
	background: rgba(21,166,35,0.1);
	text-align: center !important;
	font-size:16px!important;
	font-weight: 600 !important;
	padding: 15px 20px !important;
	margin: 0 !important;
}
.page-form .overlay-form div.wpcf7-response-output {
	border:2px solid #fa6565!important;
	background: none;
	padding: 15px 40px !important;
	font-size:16px!important;
	font-weight: 600 !important;
	color:#ed2525!important;
	text-align: center !important;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.page-form .overlay-form .sent div.wpcf7-response-output {
	border:2px solid #15a623!important;
	color:#15a623!important;
	text-align: center !important;
	font-size:16px!important;
	font-weight: 600 !important;
	padding: 15px 40px !important;
}
.block-text {
	display: inline-block;
}


.inner-header {
	background: #e22d87 url(images/features/finances.jpg) bottom no-repeat;
	background-size: cover;
	padding: 160px 0 110px 0;
}
.inner-header h1 {
	font-size: 50px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.inner-header p {
	width: 540px;
	max-width: 85%;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin: 10px auto 0 auto;
}

.finance-img {
	float: left;
	width: 40%;
}
.finance-img img {
	width: 100%;
	height: auto;
}
.finance-text {
	float: right;
	width: 55%;
	text-align: left;
	padding-bottom: 60px;
	position: relative;
}
.finance-text h2 {
	margin: 0;
}
.product-link {
	position: absolute;
	top: -140px;
	font-size: 0;
}

.content-padding {
	height: 60px;
}
.narrow-content {
	margin: 0 auto;
	width: 900px;
	max-width: 90%;
}
.tight-content {
	margin: 0 auto 30px auto;
	width: 650px;
	max-width: 90%;
	text-align: center;
}
.padded-area {
	height: 20px;
}
.tight-content .greyline, .greyline-sml {
	margin: 40px auto;
	width: 340px;
	height: 3px;
	max-width: 100%;
}
.tight-content h2 {
	margin-left: auto;
	margin-right: auto;
}

#faqs-area h3 {
	display: none !important;
}
#faqs-area {
	padding-top: 30px;
}
#faqs-area h2 {
	margin: 0 auto 20px auto !important;
}

#faqs-area #wpsm_accordion_162 .wpsm_panel-body {
	padding: 20px 50px !important;
	font-size: 16px !important;
	line-height: 28px !important;
	color: #191919 !important;
	font-family: 'Poppins', sans-serif !important;
}

#faqs-area #wpsm_accordion_162 .wpsm_panel-title a {
	font-weight: 600 !important;
	font-size: 17px !important;
	line-height: 20px !important;
	padding: 15px 12px !important;
	color: #191919 !important;
	font-family: 'Poppins', sans-serif !important;
}
#faqs-area .wpsm_panel-title a span {
	background-color: transparent !important;
}
#faqs-area .wpsm_panel-title a:hover {
	background: #eee;
}

#faqs-area .greyline-small {
	margin: 20px auto 40px auto;
}

.mobile-contacts {
	display: none;
}
.footer-logo {
	padding: 0 0 40px 0;
}
.page-id-10 .footer-logo .greyline {
	background: #fff;
}

.cli-bar-message {
	float: left;
	width: 77%;
}
.cli-bar-message p {
	margin: 0;
	text-align: left;
	color: #000 !important;
	line-height: 22px !important;
	font-size: 15px !important;
}
.cli-bar-btn_container {
	float: right;
	width: 20%;
	padding-top: 4px;
	margin: 0 !important;
}
#cookie-law-info-bar {
	border-top: 1px solid #eee !important;
	padding: 18px 0 !important;
	box-shadow: 0 -1px 10px 0 rgba(0,0,0,0.3) !important;
}

#footer-btm {
	background: #08172b;
	padding: 40px 0;
}
#footer-btm p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	opacity: 0.7;
	width: 720px;
	max-width: 90%;
	margin: 0 auto 12px auto;
	font-weight: 300;
	text-align: center;
}
#footer-btm p.sml-text {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}
#footer-btm p.sml-text strong {
	font-weight: bold;
}
#footer-btm .greyline-small {
	background: #506582;
	margin: 20px auto;
	height: 1px;
	line-height: 1px;
}
#footer-btm p a {
	color: #fff;
}
#footer {
	padding: 50px 0;
	background: #042945 url(images/misc/footer-bg.png) top repeat-x;
	text-align: center;
}
#footer .wrapper {
	width: 1080px;
}
.footer-column {
	float: left;
	width: 20%;
	padding: 0 2.5%;
}
.footer-column-sml {
	width: 14%;
}
.footer-column-wide {
	width: 26%;
}
#footer p {
	color: #fff;
	margin: 0;
	font-size: 16px;
	opacity: 0.6;
}
#footer .footer-column p {
	line-height: 22px;
	margin-bottom: 10px;
}
#footer p a {
	padding-left: 32px;
	display: inline-block;
	text-decoration: none;
	line-height: 27px;
	margin-bottom: 12px;
	color: #fff;
	opacity: 0.8;
}
#footer .footer-column p.email-btm, #footer .footer-column p.phone-btm  {
	margin-bottom: 0;
}
#footer p.email-btm a {
	background: url(images/misc/email-btm.png) left center no-repeat;
}
#footer p.phone-btm a {
	background: url(images/misc/phone-btm.png) left center no-repeat;
}
#footer p a:hover {
	opacity: 1;
}

.btm-but {
	display: inline-block;
	height: 36px;
	width: 150px;
	line-height: 36px;
	background: #33b82d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;
}
.btm-but:hover {
	background-color: #e22d87;
}
.btm-logo {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-column p.posts-area-link {
	border-top: 1px solid #1e303c;
	padding-top: 8px;
	text-align: right;
	margin: 10px 0 0 0;
	font-style: italic;
}
.footer-links ul li {
	padding-bottom: 8px;
	font-size: 15px;
	line-height: 16px;
}
.footer-links ul li a {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.footer-links ul li a:hover {
	opacity: 1;
	text-decoration: none;
}
.footer-title {
	color: #ffffff;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 12px;
}

ul.social-links li {
	display: inline-block;
	margin: 0 10px 0 0;
	overflow: hidden;
}
ul.social-links li a {
	padding-bottom: 2px;
	position: relative;
	overflow: hidden;
	display: block;
}
ul.social-links li a::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #fff;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
ul.social-links li a:hover::after {
	width: 100%;
}

/* ---------------------------------------------- */

/* ------------------------- Sitemap --------------------- */
.sitemap {
	max-width: 90%;
	margin: 0 auto;
}
.sitemap li {
	list-style: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.sitemap ul li ul {
	padding: 0 ;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #c3c3c3;
}
.sitemap ul li ul li {
	line-height: 22px;
	border-top: 1px solid #c3c3c3;
	border-bottom: none;
}
.sitemap ul li a {
	color: #141414;
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.sitemap ul li a:hover {
	background: #eaeaea;
}

/* ---------------------------------------------- */
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-btm {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-btm {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.display-none {
	display: none !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.no-border {
	border: none !important;
}
.mobile-only {
    display: none;
}
.tablet-only {
	display: none;
}

@media only screen and (max-width: 1209px) {
	
img {
	max-width: 100%;
	height: auto;
}
#top-menu {
	display: none;
}
#mobile-menu {
	display: block;
}
li.parent-item-link{
	display: block !important;
}
#mobile-menu li.menu-item-20 {
	padding: 0;
}
#mobile-menu li.menu-item-20 a {
	display: none;
}
#mobile-menu li.menu-item-20 .sub-menu a {
	display: inline-block;
}

#logo {
	width: 50%;
}
#right-header {
	width: 50%;
	padding-right: 58px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.header-text {
	left: 5%;
	top: 80px;
}
#home-header h1 {
	font-size: 40px;
	line-height: 42px;
}
#home-header p {
	font-size: 18px;
	line-height: 24px;
	padding: 8px 0 20px 0;
}
#footer {
	padding: 40px 0;
}
.btm-logo {
	padding-bottom: 20px;
}
#footer p {
	font-size: 14px;
}
.footer-links ul li {
	font-size: 14px;
}
.two-column {
	margin: 0;
}
.two-column img {
	margin-top: 15px;
}
.tablet-only {
	display: inline;
}
	
}

@media only screen and (max-width: 1080px) {

.header-icon p {
	font-size: 14px;
	line-height: 18px;
}
.header-icon p strong {
	font-size: 16px;
}
.home-content {
	padding-top: 0;
}
.header-icon-area {
	position: relative;
	border-radius: 18px;
	top:-25px;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.white-area-top {
	padding-top: 15px !important;
}
.home .white-area-top {
	padding-top: 10px !important;
}
.header-icon {
	padding-top: 0;
}
h1 {
	margin-top: 0;
	font-size: 24px;
	line-height: 30px;
}
h2, .sub-title {
	font-size: 24px;
	line-height: 30px;
}
.content-padding {
	height: 0;
}

}

@media only screen and (max-width: 909px) {

.feature-bar p {
	font-size: 25px;
	line-height: 32px;
}
#home-header h1 {
	font-size: 32px;
	line-height: 34px;
}
#home-header p {
	max-width: 90%;
}
.header-but {
	height: 40px;
	width: 180px;
	line-height: 40px;
	font-size: 16px;
	margin-right: 10px;
}
.header-but-green {
	margin-right: 0;
}
.header-text {
	top: 50px;
}
#right-header {
	padding-right: 52px;
}
#mobile-menu input + label {
  top: 31px;
}
.top-phone {
	display: none;
}
.top-but {
	height: 32px;
	line-height: 32px;
	width: 110px;
	font-size: 14px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.top-but:hover {
	background-color: #33b82d;
}
.top-phone-mob {
	width: 60px;
	text-align: left;
	padding-left: 30px;
	display: block !important;
	margin-right: 12px;
	background-color: #e22d87;
	background-image: url(images/misc/phone-icon.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px auto;
}
.top-phone-mob:hover {
	background-color: #33b82d;
}
.footer-title {
	font-size: 16px;
	line-height: 20px;
}
.tablet-only {
	display: none;
}
	
}
@media only screen and (max-width: 680px) {

.service-page .blue-line {
	margin: 40px 0;
}
.service-page h2 {
	text-align: left !important;
	margin: 0 !important;
}
.service-page .narrow-content {
	max-width: 100% !important;
	text-align: left !important;
	margin-bottom: 30px;
}
.service-page .tight-content {
	max-width: 100% !important;
	text-align: left !important;
	margin-bottom: 30px;
}
.service-page .two-column {
	margin-bottom: 30px;
}
.header-text p {
	display:none;
}
#home-header h1 {
	margin-bottom: 15px;
}
h2, .sub-title {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.inner-header {
	padding: 150px 0 60px 0;
}
.inner-header h1 {
	font-size: 32px;
	line-height: 38px;
}
.inner-header p {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 17px;
	line-height: 22px;
}
.step-feature {
	float: none;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto 30px auto;
	max-width: 280px;
}
.step-feature:after {
	display: none !important;
}
.home-content-two {
	padding-bottom: 60px;
}
.white-area {
	padding: 45px 0;
}
.grey-area {
	padding: 45px 0;
}


.feature-bar {
	padding: 50px 0;
}
.feature-bar .header-but {
	width: 190px;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	display: block;
	margin: 0 auto 20px auto;
}



.main-but {
	padding: 13px 40px;
}
.feature-bar p {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 32px;
}
.header-icon-wrapper {
	max-width: 86%;
}
.header-icon-area {
	padding: 22px 25px 10px 25px;
	text-align: center;
}
.header-icon {
	width: 100%;
	height: auto;
	min-height: 45px;
	padding: 0 0 0 60px;
	margin: 0 auto 12px auto;
	background-position: left center;
	background-size: auto 45px;
	display: table;
}
.header-icon p {
	display: table-cell;
	height: auto;
	min-height: 45px;
	vertical-align: middle;
}

#home-header h1 {
	font-size: 24px;
	line-height: 28px;
}
#home-header p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
}
#navbar {
	height: auto;
	padding-bottom: 10px;
}
#home-header rs-sbg {
	background-position: 60% 50% !important;
}
.two-column {
	float: none !important;
	width: 100%;
	margin: 0;
	text-align: center;
}
.service-page .two-column {
	text-align: left;
}
.two-column p {
	text-align: left;
}
#logo {
	width: 80%;
	float: none;
}
#right-header {
	display: none;
}
.footer-column {
	float: none;
	width: 100%;
	padding: 0 0 30px 0;
	text-align: center;
}
.footer-links ul li {
	width: auto;
	display: inline-block;
	float: none;
	padding: 0 6px;
}
.footer-column-area {
	padding: 30px 0;
}
.footer-title {
	padding-bottom: 6px;
}
ul.social-links li {
	margin: 0 6px 0 6px;
}
#footer {
	padding: 40px 0 10px 0;
}
.btm-logo {
	padding-bottom: 12px;
}
#footer p a {
	margin-bottom: 8px;
}
.home-content-two .blue-line {
	margin: 30px auto 40px auto;
}
.finance-feature {
	margin-bottom: 15px;
}
.finance-feature h2 {
	margin-top: 8px;
}
.finance-feature img {
	opacity: 1;
}
#mobile-menu input + label {
  top: 28px;
}
.overlay-form {
	padding: 20px 35px 1px 35px;
}

.finance-img {
	float: none;
	width: 100%;
}
.finance-text {
	float: none;
	width: 100%;
	padding-bottom: 40px;
}
.finance-text h2 {
	margin-top: 10px;
}
.finance-text p {
	margin-top: 5px;
}
.overlay-title {
	font-size: 25px;
	line-height: 30px;
}
.page-form .overlay-form {
	padding: 6px 0 0 0 !important;
}
.form-left, .form-right {
	width: 100%;
	float: none;
}
.product-link {
	top: -400px;
}
p.title-text {
	margin-bottom: 30px;
}
.narrow-content {
	max-width: 84%;
}
.two-column img {
	margin-top: 0;
}
.home-content-two {
	background-size: 380px auto;
}
.grey-area {
	background-image: none;
}

.cli-bar-message p {
	line-height: 19px !important;
	font-size: 14px !important;
}
#cookie-law-info-bar {
	padding: 15px 0 !important;
}
.footer-logo {
	padding: 0;
}
#faqs-area .wpsm_panel-body {
	padding: 20px 30px !important;
}
#faqs-area #wpsm_accordion_162 .wpsm_panel-title a {
	font-size: 14px !important;
	padding: 3px 0 !important;
}
.tight-content .greyline, .greyline-sml {
	margin: 25px 0 35px 0;
}
.non-mobile {
	display: none;
}
.wrapper {
	max-width: 86%;
}
.wrapper-sml {
	max-width: 86%;
}
#mobile-menu input + label {
  right: 7%;
}
.step-feature h3 {
	font-size: 17px;
	line-height: 22px;
}
.mobile-contacts {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 15px 7%;
	z-index: 9991;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.7);
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
#footer-btm {
	padding-bottom: 90px;
}
.mobile-contacts a {
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	width: 48.5%;
	height: 36px;
	line-height: 36px;
	margin: 0;
	float: right;
}
.mobile-contacts a.top-phone-mob {
	float: left;
	text-align: center;
	background-image: none;
	padding-left: 0;
}
.mobile-contacts a.top-phone-mob span {
	width: 60px;
	text-align: left;
	padding-left: 22px;
	display: block !important;
	margin: 0 auto;
	background: url(images/misc/phone-icon.svg) no-repeat;
	background-position: left center;
	background-size: 15px auto;
}
.desktop-only {
	display: none;
}

}

@media only screen and (max-width: 580px) {
.header-text {
	width: 260px;
	max-width: 85%;
}
}