.footer-new {
    margin-top: 20px;
    padding-top: 34px;
    display: flex;
    justify-content: space-between;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}

.footer_new_links {
    display: flex;
    color: white;
    justify-content: space-around;
}

.links-title {
    color: white !important;
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px;
}

.footer_new_links li {
    list-style-type: none;
    margin-bottom: 25px;
}

.footer_new_links li a {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px;
    color: #9A8283 !important;
    white-space: nowrap;
}

.footer_new_links ul  :nth-child(1) {
    color: white;
    white-space: nowrap;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
}

.follow_us {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.social-icons > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.icons {
    margin-top: 47px;
}

.icons :nth-child(2) {
    margin-right: 45px;
    margin-left: 45px;
}

.footer-end {
    background-color: #29201F !important;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #9A8283;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

#terms_and_conditions, #website_by_yellowshape{
    color: #9A8283 !important;
    text-decoration: none;
}

#home-page-link {
    position: relative;
    z-index: 20;
}

@media (max-width: 850px) and (min-width: 768px) {
    .footer_new_links li a {
        font-size: 13px !important;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .footer_new_links li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-new {
        flex-direction: column;
    }

    .footer-new > :nth-child(2) {
        display: block;
        margin: auto;
        padding-bottom: 50px;
    }

    .social-icons {
        display: flex;
        justify-content: center;
    }

    .footer_new_links ul {
        padding-left: 0px;
    }

}

@media (max-width: 992px) {
    
    #totop {
        top: 2px;
        z-index: unset;
    }
}