.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
section.section-cta {
    position: relative;
}
section.section-cta h2 {
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 30px;
}
.section.payment .section-title {
    margin-bottom: 105px;
}
.payment-item {
    text-align: center;
    margin-bottom: 50px;
}
.payment-item a {
    text-decoration: none;
}
.payment-item p{
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  line-height: 1.429;
}
.payment-image {
    height: 90px;
    margin-bottom: 25px;
}
.payment-item a:hover .logos {
    background-position: 0 -80px;
}
.payment-image .logos {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;  
}
.payment-image:after {
    content: '';
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle; 
}
.testimonials-image {
    margin-bottom: 27px;
}
.testimonials-image img{
    border-radius: 50%;
}
.testimonials-text {
    margin-bottom: 21px;
}
.testimonials-text p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
}
.testimonials-item .logos{
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}
.testimonials-sign p{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    max-width: 60%;
}
.payments-item{
    margin-bottom: 149px;
}
.payments-item:last-child {
    margin-bottom: 9px;
}
.payments-item .logos{
    background-position: 0 -80px;
}
.payments-item > .logos {    
    margin-bottom: 44px;  
}
.payments-item > h3 {
    margin-bottom: 56px;
}
.payments-detail {
    text-align: left;
    margin-bottom: 60px;
}
.payments-detail img{}
.payments-detail h3{
    color: #333333;
    margin-top: 17px;
    margin-bottom: 25px;
}
.payments-detail ul{
    padding-left: 19px;
}
.payments-detail li{
    color: #333333;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 22px;
}
.payments-detail li a{}
.payments-box {
    background: #471f66;
    padding: 20px 28px;
    position: relative;
    top: -21px;
    margin-bottom: 40px;
}
.payments-box img{}
.payments-box h3{
    color:#fff;
    text-align: left;
    margin-top: 22px;
    margin-bottom: 25px;
}
.payments-box ul{
    margin: 0;
    padding: 0 0 0 16px;
}
.payments-box li{
    color:#fff;
    text-align: left;
    margin-bottom: 23px;
    line-height: 22px;
}
.payments-box li a{
    color:#fff;
    /* font-size: 16px; */
    /* text-transform: uppercase; */
    text-decoration: underline;
}
.payments-box li a:hover{
    text-decoration: none;
}
.flashback h2 {
    color: #fff;
    padding: 65px 0 65px 0;
}
section.form-page {
    padding: 40px 0 40px 0;
}
.form-usecase .btn {
    width: 100%;
}
.form-usecase .form-control,
.form-usecase label {
    font-size: 16px;
    font-weight: 300;
}
.form-usecase p {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin-bottom: 30px;
}
.form-usecase p em {
    color: #ff4747;
}    
.form-usecase .form-title{
    font-size: 14px;
}
.form-usecase .status {
    display:none;
}
.form-usecase .error .status {
    display: block;
    color: #dc0000; 
}
label.error {
    color: #dc0000;    
}

.section-cta.payment{
    height: auto !important;
    padding-top: 160px !important;
    padding-bottom: 30px !important;
}
@media (max-width: 767px) {
    .payments-item {
        margin-bottom: 100px;
    }
    .payment-image {
        margin-bottom: 0;
    }
    .section.payment .section-title {
        margin-bottom: 25px;
    }
    #intro {
        height: auto;
        padding-bottom: 30px;
        padding-top: 140px;
    }
    .btn-lg, .btn-group-lg>.btn {
        font-size: 16px;
        white-space: normal;
    }
    .navbar-brand {
        max-width: 220px;
    }
    section#contact, 
    .showcaserow {
        overflow: hidden;
    }
    .testimonials-sign p {
        max-width: 100%;
    }
}