#main-check-div{
    display: flex;
    width: 80%;
  gap: 25px;
    margin: auto;
border: 1px solid rgb(207, 203, 203);
}
#info{

    width: 60%;
}
#check-det{
   border: 1px solid gray;
    width: 40%;
}
#contain-pay-option{
    display: flex;
    gap: 24px;
    margin-bottom: 14px;
}
#form-heading-text{
    display: flex;
    justify-content: space-between;
    
}
#email-checkbox{
    display: flex;
    gap: 24px;
    margin-top: 8px;
    margin-bottom: 34px;
}
#full-name{
    display: flex;
    gap: 24px;
}
#state-zip{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px;

}
#state-zip>input{
    width: 80%;
}
#return{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 44px;
}
#return>button{
    cursor: pointer;
    background-color: black;
    color: white;
    padding: 4px;
    border-radius: 10px;

}
#check-bottom-policy{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
    
}
#check-bottom-policy>p{
    font-size: small;
}
.input-tag-all{
    width: 90%;
    margin-top: 10px;
    height: 28px;
    
}
.form-anch{
    text-decoration: none;
}
#form-main{
    margin: auto;
}
#checkout-box1{
    display: flex;
    justify-content: space-between;
}
#totalchk{
    display: flex;
    justify-content: end ;
    font-size: x-large;
}