@media (max-width: 500px) {
    .address-header{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .save-button_div{
        text-align: start;
        /*padding-left: 50px;*/
        color: #fff!important;
    }
    .content-card {
        /* position: absolute;
        width: 1340px;
        height: 924px; */
        /* top: 50px;
        left: 50px; */
        background-color: #ebeade;
        border-radius: 36px;
        box-shadow: 0px 0px 16.1px rgb(0 0 0 / 15%);
        padding: 20px;
    }
    .personal-info-header{
        text-align: left;
    }
    .identification-header{
        text-align: left;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .personal-info-fields{
        padding-top: 30px;
    }
    .input-field {
        width: 327px;
        height: 40px;
        background-color: #e0d9cb;
        border-radius: 10px;
        border: 1px solid #8c0000;
        padding: 0 12px;
        font-family: inherit;
        font-size: 14px;
        color: #333;
        margin-bottom: 20px;
    }
    .personal-info-fields {
        /* display: flex; */
        flex-direction: column; /* stack rows */
        gap: 20px;
        text-align: left;
      }
      
      .row-fields {
        display: flex;
        gap: 20px;
      }
      
      .field-group {
        flex: 0;
        min-width: 200px;
        
      }
    .personal-info-fields  {
        top: 0;
        left: 397px;
    }
    .personal-info-fields {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      
      .row-fields {
        display: flex;
        gap: 20px;
      }
      
      .field-group {
        flex: 1;
        min-width: 200px;
      }
      
    
        .row-fields {
          flex-direction: column;
        }
        .field-group {
          width: 100%;
        }
    
}
@media (min-width: 501px) {
    .address-header{
        margin-top: 30px;
    }
    .save-button_div{
                text-align: start;
        /* padding-left: 150px; */
        color: #fff !important;
        /* margin-top: -15px; */
        z-index: 9999;
        display: flex;
        position: relative;
    }
    .content-card {
        /* position: absolute;
        width: 1340px;
        height: 924px; */
        top: 50px;
        left: 50px;
        background-color: #ebeade;
        border-radius: 36px;
        box-shadow: 0px 0px 16.1px rgb(0 0 0 / 15%);
        padding: 85px;
    }
    .personal-info-header{
        text-align: left;
    }
    .identification-header{
        text-align: left;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .personal-info-fields{
        padding-top: 30px;
    }
    .input-field {
        width: 280px;
        height: 40px;
        background-color: #e0d9cb;
        border-radius: 10px;
        border: 1px solid #8c0000;
        padding: 0 12px;
        font-family: inherit;
        font-size: 14px;
        color: #333;
        margin-bottom: 20px;
    }
    .personal-info-fields {
        display: flex;
        flex-direction: column; /* stack rows */
        gap: 20px;
        text-align: left;
      }
      
      .row-fields {
        display: flex;
        gap: 20px;
      }
      
      .field-group {
        flex: 1;
        min-width: 200px;
      }
    .personal-info-fields  {
        top: 0;
        left: 397px;
        margin-top: 20px;
    }
}



.identification-fields, .address-header{
    text-align: left;
}
.field-group {
    /* position: absolute; */
    width: 329px;
    height: 56px;
}

.order-history-btn {
    /* position: absolute;
    top: 205px;
    left: 274px; */
    font-family: 'Copperplate Gothic Bold', Helvetica, sans-serif;
    font-weight: normal;
    color: #8c0000;
    font-size: 20px;
    letter-spacing: 0.20px;
    line-height: normal;
    background: none;
    border: none;
    cursor: pointer;
    transition: text-decoration 0.2s;
}
.profile-title {
    /* position: absolute;
    top: 183px;
    left: 86px; */
    font-family: 'Copperplate Gothic Bold', Helvetica, sans-serif;
    font-weight: normal;
    color: #8c0000;
    font-size: 40px;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: underline;
    margin: 60px 0;
    /* margin-left: 4%; */
}
.field-group label {
    font-family: 'Gill Sans MT', Helvetica, sans-serif;
    font-weight: bold;
    color: #8c0000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
}
.logo {
    /* position: absolute; */
    width: 112px;
    height: 52px;
    /* margin-top: 60px;
    margin-left: 60px;
    margin-bottom: 60px; */

}
.textarea-field {
    width: 100%;
    min-height: 74px;
    background-color: #e0d9cb;
    border-radius: 10px;
    border: 1px solid #8c0000;
    padding: 12px;
    font-family: inherit;
    font-size: 14px;
    color: #333;
    resize: none;
    margin-bottom: 20px;
}

.logout-btn {
    /* position: absolute;
    top: 205px;
    left: 1136px; */
    font-family: 'Gill Sans MT', Helvetica, sans-serif;
    font-weight: bold;
    color: #8c0000;
    font-size: 20px;
    letter-spacing: 0.20px;
    line-height: normal;
    background: none;
    border: none;
    cursor: pointer;
    transition: text-decoration 0.2s;
   
   
}
.separator {
    /* width: 1118px; */
    height: 2px;
    margin-top: 7px;
    background-color: #8c0000;
}
.field-group1{
    /* margin-bottom: 20px; */
    text-align: left;
    margin-top: 20px;
}
.field-group1 label{
    font-family: 'Gill Sans MT', Helvetica, sans-serif;
    font-weight: bold;
    color: #8c0000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
}

.save-button {
    /* position: absolute;
    width: 135px;
    height: 35px; */
    /* top: 898px;
    left: 85px; */
    background-color: #8c0000;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    height: 35px;
    width: 135px;
    font-weight: 600;
    color: #fff;
    /* padding: 20px; */
}
.tesave-button_div
{
   
    /* display: flex; */
} 
