.chk-content{
    padding: 30px;
    border: 1px solid #333;
}

.bot_fm_txt{
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}

.billing-form label{
    font-size: 20px;
    margin-bottom: 10px;
}

.pay_in{
    margin-bottom: 15px;
}

.cards-img{
    margin: 15px 0;
}

.form.chk-form .form-control{
    padding: 15px;
    border: 1px solid #333;
    font-size: 15px;
    line-height: normal;
    height: auto;
    box-shadow: none;
    appearance: auto;
}

.cvv-question a{
    display: inline-block;
    font-size: 14px;
    color: #143aa2;
    margin: 10px 0;
    transition: 0.5s all;
    width: fit-content;
    text-decoration: underline;
}

.agree-bx{
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.agree-bx input{
    margin: 0;
}

.agree-bx label{
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
}

.sec-btn button{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    background: #143aa2;
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    transition: 0.5s all;
    border: 2px solid transparent;
}

.sec-btn button:hover {
    background: #9ab2f4;
}

.checkout-sec, .cart-sec{
    padding: 100px 0;
}

.cart-sec h1{
    margin-bottom: 30px;
}