html {
    font-size: 10px;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.payment2 {
    max-width: 1320px;
    background-color: #fff !important;
}

header {
    background: #000000;
    padding: 15px 0;
    width: 100%;
    height: auto;
    display: block;
}

.top-cent-text {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    color: #000000;
    font-size: 20px;
}

.product {
    position: relative;
    padding: 15px 30px 30px 0;
}

.product:before {
    content: "";
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.title h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc !important;
}

.title h6 span {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #0359cc;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.details-form {
    position: relative;
    padding: 15px 30px 30px;
}

.details-form:before {
    content: "";
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.credit-form {
    position: relative;
    padding: 15px 0 30px 30px;
}

.info {
    font-weight: bold;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 40px;
}

.info .inner {
    padding: 17px 45px;
}
.inner img{
    display: block;
    margin: 0 auto;
}

.ui-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 42px;
    line-height: 42px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

label {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 5px;
}

.ui-input::-moz-placeholder {
    color: #a9a9a9;
}

.ui-input:-ms-input-placeholder {
    color: #a9a9a9;
}

.ui-input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.ui-form__submit-button {
    color: #fff !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700;
    text-shadow: 0 2px 1px #3b700a;
    margin-top: 28px;
    text-align: center;
    padding: 15px 10px;
    border: 0;
    width: 100%;
    background: #0359cc;
    height: auto;

}

.credit-wrapper {
    padding: 0 22px;
}

.content_new {
    padding: 30px 0;
}

.no-que {
    font-size: 16px;
    padding: 10px 10px;
    text-align: left;
    width: 80%;
}

.p-left {
    padding-top: 18px;
    padding-right: 10px;
}

.terms {
    width: 100%;
    border-top: 4px solid #eaeaea;
    margin-top: 0;
    padding: 20px 0;
}

.connection_txt {
    font-size: 14px;
    padding: 15px 0;
    font-family: Arial, sans-serif;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.connection_txt img {
    margin: 0 5px 0 0;
}

@media only screen and (max-width: 762px) {
    .product, .details-form, .credit-form {
        padding: 10px;
    }

}