
@media screen and (min-width: 768px) and (max-width: 991px) {
	section.main.leading-bill-discounting .row {
		display: flex;
		align-items: center;
	}
	.leading-bill-discounting-img {
		width: 100%
	}
	.faq img {
		width: 100%;
	}
	section.main.How-It-Works img {
		width: 100%;
	}
	.hours-full.even {
		display: flex;
		flex-direction: row-reverse;
	}
	.hours-full.even .hours-img {
		margin-right: 0px;
		margin-left: 50px;
	}
	.testimonial-inner p {
        min-height: 240px;
    }
    .banner h3 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
        width: 100%;
    }
    section.main.leading-bill-discounting .row {
    display: flex;
    align-items: center;
}
}


@media screen and (max-width: 768px){
.logistics {
    background-repeat: no-repeat;
    background-position: center;
}
header .container {
    width: 100%;
}
.banner h3 {
    font-size: 30px;
    line-height: 1.5;
}
.top-form {
    width: 100%;
}
.working-capital-simplified img.leading-bill-discounting-img.img-responsive {
    margin: 0 auto;
    max-width: 200px;
}
.tab-content {
    display: none;
}
.testimonial-inner p {
    max-width: 500px;
    margin: 0 auto;
}
section.main.faq img {
    display: none;
}
footer .main-footer .container {
    max-width: 500px;
    text-align: center;
}
.container.copyright {
    text-align: center;
}
section.main.leading-bill-discounting {
    text-align: center;
}
section.main.leading-bill-discounting img.img-responsive {
    margin: 0 auto;
}
section.main.How-It-Works .nav-tabs>li>a {
    text-align: center;
}
.testimonial-inner p {
    min-height: auto;
    padding-top: 15px;
}
.testimonial-inner {
    margin-bottom: 35px;
}
.container.copyright div {
    text-align: center;
}
.leading-inner {
    margin: 0 auto 40px !important;
}


}

@media screen and (max-width: 676px){
.banner .row {
    display: inherit;
    padding: 25px 25px 50px;
    height: auto;
}
section#banner {
    height: auto;
}
.banner h3 {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 20px;
}
.hours-full {
    display: inherit;
    text-align: center;
}
.hours-full .hours-img, .hours-full .hours-text {
    margin: 0 auto;
    width: 60%;
}
.hours-full .hours-img img {
    max-width: 100%;
}
.section-title h3 {
    font-size: 22px;
    line-height: 30px;
}
.cta.text-center p {
    font-size: 20px;
    line-height: 28px;
}
}