@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #F7F6FB !important;
}

p {
    margin-bottom: 0 !important;
}

.grey-bg {
    background-color: #F7F6FB !important;
}
.payment2-content{
    max-width: 650px;
}

.page-container {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 14px -12px #000000;
}

.safe-payment {
    background: linear-gradient(90deg, rgba(1, 85, 210, 1) 0%, rgba(2, 44, 116, 1) 100%);
    border: 5px solid;
    color: #fff;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00da59, #00fa92);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    max-width: 650px;
}

.header-text {
    font-size: 32px;
    font-style: italic;
}

.safe-pay {
    max-width: 100px;
}


.pricing {
    background-color: #fff;
    color: #002b56;
    margin-top: 32px;
    padding: 1rem 2rem;
}

.pricing p {
    font-size: 16px;
    font-weight: 700;
}

.pricing h2 {
    font-size: 32px;
    font-weight: 700;
}

.intl-tel-input, .iti {
    width: 100%;
    color: #000;
}
.ui-input {
    background-color: #fff;
    color: #716d84;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    padding: 1rem;
}

.ui-input::placeholder {
    color: #aca9b0;
}

.credit-form-wrapper {
    background-color: #fff;
}

.form-header {
    border-bottom: 1px solid #e5e7eb;
}

.form-text h2 {
    font-size: 1.25rem;
    font-weight: 900;    
    color: #002b56;
}

.form-text p {
    color: #716d84;
    font-size: 16px;
}

.visa-form {
    width: 55px;
}
.form-spacing {
    padding: 1.5rem 100px;
}
.ui-form__block {
    margin-bottom: 1rem;
}
.ui-form__submit {
    margin: 32px 0 0 0;
}

.card-input {
    position: relative;
}

.form-cards {
    position: absolute;
    right: 5px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-form__submit-button {
    padding: 15px 0;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px !important;
    color: #000 !important;
}
.form-terms{
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #fff;
    color: #716d84;
}
.cvv-img {
    transform: translateY(-54%);
}
.bottom-section img{
    width: 100px;
}
@media only screen and (max-width: 762px) {
    .cards-img {
        height: 18px;
    }
    .form-spacing {
        padding: 1.5rem 32px;
    }
}