.btn,
#allrecords .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn-main,
#allrecords .btn-main {
    background-color: #ee3b3b;
    padding: 15px 40px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: all .3s ease;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    width: 46%;
    text-transform: capitalize;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    transition: none;
}
.t046-item .btn-main,
#allrecords .t046-item .btn-main {
    margin: 18px auto;
}
.t046-item:first-child {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 4px;
}


.payment-methods {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    padding-left: 15px;

    padding-right: 15px;

}

.payment-methods__container .payment-methods {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -12px;
}
.payment-methods__container .btn-main {
    margin-right: -12px;
}
.payment-methods__container {
    margin-right: 12px;
}

.payment-methods__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
}

.payment-methods__item img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.payment-methods__item {
    margin-right: 12px;
    margin-bottom: 6px;
    height: 40px;
}

.payment-methods__item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
    .t046-item:first-child {
        text-align: center;
    }
    .payment-methods {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .btn-main {
        padding: 10px 30px;
        font-size: 14px;
        text-transform: uppercase;
        max-height: 40px;
        overflow: hidden;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .payment-methods {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}