﻿html,
body {
    /*font-family: 'Satoshi-Regular', sans-serif !important;*/
    /*font-family: "Quando", serif;*/
    font-family: "Poppins", sans-serif !important;
    color: #1e1e1e;
    scroll-behavior: smooth;
    background: #fff;
    background-image: url('../img/partialpayment_background.jpg');
    background-position:right center;
    background-repeat:no-repeat;
    background-size:cover;
}


a, a:hover {
    text-decoration: none !important;
}

    a:focus {
        outline: none;
        text-decoration: none;
    }

button {
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.container-80 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 20px;
}

.container-90 {
    max-width: 1600px;
    padding: 0px 90px;
    margin: 0 auto;
}
.partial_payment_card {
    display: flex;
    margin: 60px auto;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 120px);
}

.partial_row {
    display: flex;
    align-items: center;
}
.partial_payment_info img.logo {
    max-width: 160px;
}
.partial_payment_info h1 {
    color: #222222;
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}
    .partial_payment_info h1 span {
        background: linear-gradient(90deg, #FFFB00 0%, #FB9649 78.85%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "League Spartan";
        font-size: 96px;
        font-style: normal;
        font-weight: 700;
    }
.partial_payment_info p {
    color: #757575;
}
.partial_payment_info h5 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    line-height: normal;
}
.partial_payment_info h5 span {
    display: flex;
    align-items:center;
    gap:5px;
}
    .partial_payment_info h5 span img {
        max-width:18px;
    }
.aff_comm {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:40px;
}
    .aff_comm h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-break:normal;
    }
        .aff_comm h4 span {
            display: block;
            color: #4A5565;
            font-weight: 300;
            font-size: 14px;
        }
    .aff_comm img {
        max-width:140px;
    }
.partial_payment_form {
    border-radius: 16px;
    background: #FFF;
    padding:30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.form-group {
    margin-bottom:25px;
}
    .form-group input, .form-group select {
        border: 1px solid #949494 !important;
        border-radius: 8px;
        background: #fff !important;
        box-shadow: none;
        font-size: 15px;
        height: 50px !important;
        position: relative;
        z-index: 9;
    }
        
.form-group label {
    color: #525252;
    font-size: 14px;
}
.checkout_btn {
    border: 1px solid #525252 !important;
    border-radius: 8px;
    background: #525252 !important;
    box-shadow: none;
    font-size: 15px;
    border-radius: 8px;
    width:100%;
    text-align:center;
    font-weight:500;
    color:#fff;
    height: 50px !important;
}
    .checkout_btn.active {
        border: 1px solid #FF7841 !important;
        background: #FF7841 !important;
    }
    .form-group input:focus, .form-group select:focus, .checkout_btn:focus {
        box-shadow: none;
        outline: none;
    }

@media(max-width:991px){
    .partial_payment_form {
        margin-top: 40px;
    }
    .aff_comm, .partial_payment_info h5 {
        justify-content: center;
    }
    .partial_payment_info p, .partial_payment_info h1 {
        text-align: center;
    }
    .partial_payment_info img.logo {
        margin: 0 auto;
        display: block;
        margin-bottom: 40px;
    }
}
@media(max-width:767px) {
    html, body {
        background-image: url(../img/partialpayment_background_mob.jpg);
        background-position: center;
    }
}
@media(max-width:479px) {
    .partial_payment_info img.logo {
        margin-bottom: 30px;
        max-width: 120px;
    }
    .partial_payment_info h1 {
        font-size: 28px;
    }
        .partial_payment_info h1 span {
            font-size: 50px;
        }
    .partial_payment_info h5 {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .aff_comm img {
        max-width: 110px;
    }
    .aff_comm h4 {
        font-size: 14px;
    }
        .aff_comm h4 span {
            font-size: 12px;
        }
    .partial_payment_form {
        margin-top: 25px;
        padding: 15px;
        border-radius: 8px;
    }
    .checkout_btn, .form-group input, .form-group select {
        font-size: 14px;
        border-radius: 6px;
    }
}