.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: #f93841;
    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: 24px;
       border: 0;
       text-transform: capitalize;
       font-weight: 700;
       background: #0c053e;
       color: #fff;
       padding: 12px 30px;
       display: inline-block;
       transition: all 0.5s ease;
       position: relative;
       border-radius: 50px;
       background: rgb(25, 56, 251);
       background: #0066ff;
}

.sec-btn button:hover {
    background: #1f2a77;
}

.checkout-sec, .cart-sec{
    padding: 100px 0;
}

.cart-sec h1{
    margin-bottom: 30px;
}