.footer {
    background: #4D4D4F;
    padding: 64px 0;
    position: relative;
    z-index: 1;
}

.footerContent {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul {
    margin-bottom: unset;
    margin-left: unset;
    list-style-position: unset;
    line-height: unset;
    list-style: none;
}

.footerLogo img {
    width: 128px;
    margin-bottom: 8px;
}

.copyright {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.footMenuTitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: MonserratBold;
}

.footerMenu a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}

.phone, .socialIcons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phoneTitle {
    width: 170px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.phone a {
    font-weight: 900;
    margin-bottom: 0;
}

.footerTxt {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 300px;
    margin: 21px 0 31px;
}

.socialIcons a {
    margin-right: 24px;
}

@media (max-width: 1400px) {
    .footerContent {
        max-width: 93%;
    }
}

@media (max-width: 1136px) {
    .footerLogo img {
        width: 80px;
    }

    .copyright {
        font-size: 9px;
        line-height: 16px;
        max-width: 74px;
        text-align: center;
    }

    .footerContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer {
        padding: 24px 0;
    }

    .footerLogo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footMenu ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 450px) {
    .socialIcons {
        justify-content: center;
    }

    .footerMenu {
        width: 100%;
        margin-bottom: 20px;
    }
    .footerMenu a {
        word-break: break-word;
    }

    .footerLogo {
        margin: 0 auto;
    }

    .socialIcons a:last-child {
        margin-right: 0;
    }

    .footMenu ul li {
        width: 47%;
    }
    .footerMenu .gap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 10px;
    }
}
