footer {
    width: 100%;
    min-height: 260px;
    border-top: 1px solid #d4dadc;
}
.footer-layout1 {
    position: relative;
    width: auto;
    height: 7rem;
    float: none;
    overflow: hidden;
}
.footer-layout1>.icon {
    position: absolute;
    top: 0.2rem;
    right: 20px;
    width: 105px;
    height: 152px;
    margin-right: 0px;
    z-index: -1;
}
.footer-layout2 {
    width: auto;
    float: none;
    padding: 5rem 6.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-self: center;
    color: white;
    background-color: rgb(0, 25, 82);
}
.footer-content {
    width: 100%;
    max-width: 77.5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    column-gap: 15px;
}
.footer-content .footer-menu {
    width: 100%;
    max-height: 22.375rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer-drop-down .list-expand,
.footer-drop-down .list-close {
    display: none;
}
.footer-content .footer-menu>li {
    display: flex;
    flex-direction: column;
}
.footer-content .footer-menu .footer-info-text {
    padding-bottom: 1rem;
}
.footer-content .footer-menu .title {
    margin-bottom: 0.3125rem;
    line-height: 1.375rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    font-family: PetcoCircularTT-Regular, arial;
    color: #fff;
    letter-spacing: 0.03125rem;
    cursor: initial;
    margin: 0;
}
.footer-content .footer-menu .navigate-list li a {
    line-height: 1.75rem;
    letter-spacing: 0.03125rem;
    font-size: .8125em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.footer-content .newsletter {
    max-width: 16.8125rem;
    /* margin-left: 5rem; */
}
.footer-content .newsletter .title {
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.03125rem;
    color: #fff;
}
.footer-content .newsletter .email-address {
    position: relative;
    width: 100%;
    height: min-content;
    margin-bottom: 0.5rem;
    padding-bottom: 1.125rem;
    display: flex;
}
.footer-content .newsletter .email-address input {
    width: calc(100% - 3.5rem);
    height: 3.5rem;
    padding: 1rem;
    border-top: 0.0625rem solid rgb(101, 101, 101);
    border-bottom: 0.0625rem solid rgb(101, 101, 101);
    border-left: 0.0625rem solid rgb(101, 101, 101);
    border-image: initial;
    border-right: none;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    outline: none;
}
.footer-content .newsletter .email-address button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: unset;
    color: #333;
    cursor: initial;
    font-weight: 600;
    background-color: rgb(248, 247, 249);
    border-top: 0.0625rem solid rgb(101, 101, 101);
    border-right: 0.0625rem solid rgb(101, 101, 101);
    border-bottom: 0.0625rem solid rgb(101, 101, 101);
    border-image: initial;
    border-left: none;
    box-sizing: border-box;
    cursor: pointer;
}
.footer-content .newsletter .email-address button .icon {
    height: 1.5rem;
    width: 1.5rem;
}
.footer-content .newsletter .text {
    font-size: .9375em;
    line-height: 1.375rem;
    letter-spacing: 0.03125rem;
}
.footer-content .footer-menu li.social-media {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1rem 0;
}
.footer-content .social-media a {
    margin-right: 0.5rem;
    padding: 0.125rem;
    border-radius: 50%;
    text-decoration: none;
}
.footer-content .social-media a:last-of-type {
    margin-right: 0;
}
.social-media .iconfont {
    font-size: 30px;
    color: #fff;
}
.footer-copyright {
    width: 100%;
    text-align: center;
    max-width: 77.5rem;
    margin: auto;
}
.footer-copyright .policy {
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
    border-top: 0.0625rem solid rgb(204, 204, 204);
}
@media screen and ( max-width: 1089px) {
    .footer-layout2 {
        padding: 1rem;
    }
    .footer-content {
        flex-direction: column;
    }
    .footer-layout2 .container {
        width: 100%;
    }
    .footer-content .newsletter {
        max-width: 100%;
        margin-left: 0;
    }
    .footer-copyright .policy {
        margin-top: none;
        border-top: none;
    }
}
@media screen and ( max-width: 768px) {
    .footer-layout2 {
        padding: 1rem;
    }
    .footer-layout2 .container {
        width: 100%;
    }
    .footer-content {
        flex-direction: column;
    }
    .footer-content .footer-menu {
        max-height: unset;
        flex-direction: column;
    }
    .footer-drop-down {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-drop-down .list-expand {
        display: block;
    }
    .footer-drop-down .icon {
        width: 1.25rem;
        height: 1.25rem;
        fill: white;
    }
    .footer-content .footer-menu .title {
        margin: 0;
        padding: 1rem 0px;
        max-width: 100%;
    }
    .footer-content .footer-menu>li {
        border-bottom: 0.0625rem solid rgb(204, 204, 204);
    }
    .navigate-list {
        margin-bottom: 1.5rem;
        padding: 0px 0px 0px 1.6875rem;
        display: none;
        box-sizing: border-box;
    }
    .footer-content .footer-menu .navigate-list li a {
        font-size: 16px;
    }
    .footer-content .newsletter {
        width: 100%;
        max-width: unset;
        margin-left: 0;
    }
    .footer-content .newsletter .title {
        padding: 15px 20px;
    }
    .footer-copyright img {
        max-width: 100%;
    }
}