.footer {
    background-color: #FFFAF5;
    padding: 20px 0px;
}

.footer-cont-1 {
    border-bottom: 1px solid #7F1416;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.footer-cont-1-sub {
    padding: 30px 40px;
}

.footer-address-wrapper {
    display: flex;
    flex-direction: row;
}

.footer-address {
    width: 33%;
}

.footer-cont-1-sub-img {
    width: 230px;
    padding-bottom: 20px;
}

.footer-cont-1-sub-header-text {
    padding: 0px 10px;
    font-family: 'Poppins regular', sans-serif !important;
    font-size: 16px;
    font-weight: bold !important;

}

.footer-cont-1-sub-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Poppins regular', sans-serif !important;
    font-weight: lighter !important;
}

.cont-footer-link-name {
    padding: 5px 10px;
    flex-direction: column;
    font-weight: 400 !important;
    font-size: 14px;
}

.cont-footer-link {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.cont-footer-policy {
    text-decoration: none;
    color: black !important;
}

.footer-cont-1-sub-icon {
    display: flex;
}

.footer-cont-1-sub-icon-div {
    font-size: 26px !important;
    flex-direction: row;
    padding-right: 10px;
}

.footer-icon {
    width: 80%;
    cursor: pointer;
}

.footer-cont-2-wrapper {
    display: flex;
    flex-direction: row;
    font-size: 12px;
}

.footer-text-1 {
    width: 50%;
    justify-content: left;
    text-align: left;
    cursor: pointer;
}

.footer-text-1-a {
    text-decoration: none;
    color: black;
}

.footer-text-1:hover {
    color: #6164ff;
}

.footer-text-2 {
    width: 50%;
    justify-content: right;
    text-align: right;
}

.cont-footer-link:hover {
    color: black !important;
}

.end-footer-wapper {
    padding: 20px 0px;
}

@media only screen and (max-width: 600px) {
    .footer-cont-1 {
        border-bottom: 1px solid #7F1416;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .footer-cont-1-sub {
        width: 100% !important;
        padding: 10px 10px;
        border: 1px black;
    }

    .footer-icon {
        width: 60%;
        cursor: pointer;
    }

    .end-footer-wapper {
        padding: 20px 10px;
    }

    .footer-cont-1-sub-header {
        padding-top: 20px;
    }

    .footer-address-wrapper {

        flex-direction: column;
    }

    .footer-address {
        width: 100%;
    }

    .footer-cont-1-sub-icon-div {
        font-size: 26px !important;
        flex-direction: row;
       padding-left: 10px;
    }

}