body {
	margin: 0px;
	padding: 0px;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}
p {
	margin: 0px;
	font-size: 16px;
}
section.main {
	padding: 75px 0px;
}
.section-title {
	margin-bottom: 50px;
}
.section-title h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 39px;
}
header .container {
    display: table;
}
a.logo {
	padding: 23px 0px;
	outline: none;
    display: table-cell;
    vertical-align: middle;
}
a.link {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
}
/*.link {
    position: relative;
    margin-top: 20px;
    margin-left: 30px;
    line-height: 24px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.link:before {
    position: absolute;
    content: "";
    background-image: url(../images/Sprite.png);
    background-position: center;
    height: 50px;
    width: 30px;
    top: 13px;
    right: 145px;
}*/
.banner {
	height: 100vh;
	background: url(../images/banner-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
}
.banner .row {
	display: flex;
	align-items: center;
	height: 100vh;
}
.banner h3 {
    font-size: 50px;
    line-height: 71px;
    font-weight: 600;
    width: 90%;
}
/*form css*/
p.form-title {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.top-form {
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
}
form li label {
	color: #000;
	font-weight: 500;
}
form li {
	list-style: none;
	margin-bottom: 20px;
}
form li:last-child {
	margin-bottom: 0px;
}
form li input[type="text"]{
	outline: none;
	width: 100%;
	padding-left: 15px;
	height: 35px;
	color: #000;
	border-radius: 4px;
	border: 1px solid rgb(169, 169, 169);
}
form li select.zf-form-sBox{
	outline: none;
	width: 100%;
	height: 35px;
	color: #000;
	border-radius: 4px;
	padding-left: 15px;
}
.zf-important {
	color: red;
}
li.zf-fmFooter {
	text-align: right;
}
button.zf-submitColor {
	background: #59cec6;
	border: none;
	padding: 5px 15px;
	border-radius: 4px;
	outline: none;
	height: 35px;
}
form ul {
	padding: 0;
}
.multi-line {
	display: flex;
	flex-wrap: wrap;
}
.multi-line li:nth-child(odd) {
	margin-right: 4%;
}
.multi-line li {
	width: 48%;
	padding-right: 0px;
}

.leading-inner {
	width: 80%;
	margin: 0 auto 40px;
}
.leading-inner h4, .hours-text h4 {
	font-weight: 600;
	margin: 20px 0px;
	font-size: 16px;
}
.hours-full {
	display: flex;
	align-items: center;
}
.hours-img {
    margin-right: 50px;
    width: 40%;
}
.hours-text {
    width: 60%;
}
section.main.leading-bill-discounting {
	background: #f9f9f9;
}
section.main.hours .row {
	padding: 20px 0px;
}

/*how it works css*/
section.main.How-It-Works .nav-tabs {
	border-bottom: 0px;
}
section.main.How-It-Works ul.nav.nav-tabs li {
	float: none;
	border-radius: 4px;
	margin-bottom: 25px;
}
section.main.How-It-Works .nav-tabs>li.active>a, section.main.How-It-Works .nav-tabs>li.active>a:focus, section.main.How-It-Works .nav-tabs>li.active>a:hover {
	background-color: #fff;
	border: 0px;
	padding: 30px 40px;
}

section.main.How-It-Works .nav-tabs>li>a {
	border: 0px;
	color: #000;
}
section.main.How-It-Works .nav-tabs>li>a:hover {
	background: transparent;
}
section.main.How-It-Works ul.nav.nav-tabs li.active {
	-webkit-box-shadow: -2px 7px 25px -1px rgba(0,0,0,0.20);
	-moz-box-shadow: -2px 7px 25px -1px rgba(0,0,0,0.20);
	box-shadow: -2px 7px 25px -1px rgba(0,0,0,0.20);
}
section.main.How-It-Works .nav-tabs>li>a h4 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 16px;
}
section.main.How-It-Works .nav-tabs>li>a p {
    line-height: 24px;
	font-size: 14px;
}
section.main.How-It-Works .row {
	display: flex;
	align-items: center;
}
/*testimonials*/
section.main.testimonial {
	background: #f9f9f9;
}
.testimonial-inner p {
    min-height: 175px;
    padding-top: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}
.testimonial-inner h4 {
	font-weight: 600;
	font-size: 16px;
}
/*faq*/
section.main.faq {
    padding-bottom: 0;
}
div#accordion {
	color: #333;
}
.panel-title a:hover, .panel-title a:active, .panel-title a:focus {
	text-decoration: none;
}
.panel {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 10px;
    border-radius: 0px !important;
}

span.glyphicon {
	font-size: 12px;
}

.panel-title > a:before {
	float: left;
	font-family: FontAwesome;
	content:"\f068";
	padding-right: 13px;
	color: #59cec6;
	font-weight: lighter;
}
.panel-title > a.collapsed:before {
	float: left;
	content:"\f067";
	color: #59cec6;
	font-weight: lighter;
}
.panel-collapse {
	padding-left: 25px;
	padding-top: 15px;
}
.panel-collapse p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}
.panel-title a {
    font-size: 16px;
    font-weight: 600;
}
/*footer css*/
footer .main-footer {
	background: #111f2a;
	padding: 50px 0px;
	color: #fff;
}
.footer-center h4, .footer-right h4 {
	font-weight: 600;
}
.footer-left p, .footer-center p {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 24px;
}
.container.copyright {
	padding: 15px 0px;
	font-size: 12px;
	line-height: 24px;
}
.footer-left a {
	text-decoration: none;
	color: #59cec6;
}
.footer-right p {
    margin-top: 20px;
}
.footer-right a, .footer-right a:hover {
    text-decoration: none;
    color: #59cec6;
    transition: 1s;
}
.cta.text-center {
    margin: 25px 0px;
}
.cta.text-center p {
    padding: 20px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}
.cta.text-center a {
    background: #59cec6;
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    outline: none;
    height: 35px;
    color: #fff;
    display: block;
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
    text-decoration: none;
}
.cta.text-center a:hover, .cta-link:hover {
    text-decoration: none;
    color:#fff;
}
.cta-link {
     background: #59cec6;
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    outline: none;
    height: 35px;
    color: #fff;
    display: block;
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
    text-decoration: none; 
}
.ctasection {
    padding: 1px 0px 50px;
}

.footer-center p {
    position: relative;
    margin-left: 30px;
}
.footer-center p:before {
    position: absolute;
    content: "";
    background: url(../images/Sprite.png);
    height: 50px;
    width: 30px;
    top: -11px;
    left: -35px;
}
.leading-inner.even {
    margin-bottom: 0px;
    padding-top: 20px;
}

section.main.How-It-Works {
    padding-bottom: 0;
}
.working-capital-simplified p {
    text-align: center;
    font-weight: 600;
    margin: 20px 0px;
    font-size: 22px;
    line-height: 33px;
}
.hours-text p {
    font-size: 14px;
    line-height: 24px;
}
.leading-inner p {
    font-size: 14px;
    line-height: 24px;
}
section.main.ctasection {
    padding: 50px 0px;
}
.container.copyright div {
    padding: 0px;
}
.container.copyright div:first-child {
    padding-left: 15px;
}