.Footer{
    position:relative;
}
    .Footer .vectorFooter1 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30%;
    }
    .top-footer {
        position: relative;
        place-content: space-around;
    }

.top-left-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.top-left-paragaph {
    display: contents;
    margin-top: 30px;
    justify-content: center;
}

.top-left-paragaph-p {
    font-size: 25px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .top-left-paragaph-p {
        font-size: 20px;
        margin-top: 16px;
        font-weight: bold;
        text-align: center;
    }

    .top-right-paragaph {
        font-size: 20px;
        margin-bottom: -25px;
        font-weight: bold;
        color: #fff;
    }
}

    .new-footer_subscribe_form_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.footer_subscribe_form {
    margin: 15px 0;
}

.footer_subscribe_email {
    width: 100%;
    border-bottom: 1px solid #f58024;
    background-color: transparent;
    padding: 0;
    color: #fff;
}

.btn-footer-subscribe {
    background-color: #f58024 !important;
    color: white;
    margin-top: 10px;
    font-weight: 700;
    width: 165px;
    padding: 10px;
    border-radius: 12px;
}

.buttom-left-footer {
    display: flex;
}

.buttom-left-footer-Paragaph-links {
    display: flex;
    align-items: center;
}

.footer_subscribe_email::placeholder {
    color: #fff;
    opacity: 1;
}



.buttom-left-footer-Paragaph {
    color: #fff;
    /*Ranya*/
    font-size: 1.5rem; 
}

.buttom-left-footer-links {
    display: flex;
    gap: 4px;
}

.top-middle-footer-div {
    text-align: center;
}

.top-main-middle-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    font-weight: bold;
    flex-wrap: wrap;
    justify-content: space-around;
}

.top-middle-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: bold;
    gap: 5px;
}

.top-middle-footer-paragaph {
    font-size: 25px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    color: #fff;
}

.top-middle-footer-paragaph-MenuItem {
    font-size: 15px;
    padding: 0px 0px 0 0;
    color: #fff!important;
}

.top-right-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    z-index:1;
   

}
@media (min-width: 601px) and (max-width: 1000px) {
    .top-right-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
        z-index: 1;
        align-items: flex-end;
    }
}

    .top-right-paragaph {
        font-size: 25px;
        margin-bottom: -25px;
        font-weight: bold;
        color: #fff;
    }

    .top-right-items {
        color: #fff;
        display: flex;
        flex-direction: column;
    }

    .top-right-footer-phoneIcon-paragaph {
        display: flex;
    }

    .top-right-footer-EmailAndLocationIcon {
        display: flex;
        margin-top: 17px;
    }

    .right-footer-img-icon {
        padding-right: 10px;
    }

    .millerknoll-logo {
        display: flex;
        justify-content: flex-start;
    }