button.btn.red-button {
    width: 20%;
    font-family: 'Josefin Sans' !important;
    margin: auto;
    margin-top: 20px;
}
h1.add-address {
    font-size: 27px;
    font-family: 'Josefin Sans';
}
.form-control {
    height: calc(1.5em + 0.75rem + 18px);
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 5px;
}
.profile h1 {
    margin-top: 0;
    margin-bottom: 0px;
}
.profile h1.title {
    text-align: center;
}
.profile .description {
    text-align: center;
    margin-top: -40px;
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 17px;
}
.profile-form {
    margin-top: 20px;
}
.profile-form label {
    padding-top: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.profile-form input[type="file"] {
    padding-top: 3px;
    padding-bottom: 3px;
}
.profile-form button {
    margin-top: 30px;
    background: #000000;
    font-size: 15px;
    font-family: 'Josefin Sans' !important;
    height: 50px;
}
.document_row {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}
.field_note {
    color: red;
}
.document_block > div {
    border: 1px solid #cccccc;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.document_row span {
    font-weight: 500;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 47%;
}
@media (max-width:1440px){ 
    button.btn.red-button {
        width: 20%;
        font-family: 'Josefin Sans' !important;
        min-height: 50px;
        padding: 0;
    }
}
@media (max-width:576px){ 
    button.btn.red-button {
        width: 100%;
        font-family: 'Josefin Sans' !important;
        min-height: 50px;
        padding: 0;
    }
    h1.add-address {
        font-size: 18px !important;
        font-family: 'Josefin Sans';
    }
    .profile-form .form-control {
        width: 100% !important;
    }
    .profile-form label {
        padding-top: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: -20px;
    }
    .profile h1 {
        margin-top: 0;
        margin-bottom: 0px;
        font-weight: 500;
    }
    /* .form-control {
        width: 100% !important;
    } */
    .page-banner-slider, .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
        display: none;
    }
}
@media (max-width: 375px){
    .document_row {
        font-size: 13px;
    }
}
.profile-form select {
    border-radius: 0;
    margin-bottom: 0;
    text-align: left;
    width: 100% !important;
    border-radius: 0;
    font-size: 13px !important;
    line-height: 22px !important;
}