footer {
    border-style: none;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 0px 0px;
    position: relative;
    background: url(../images/footer.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover;
    
    
    
    !i;
    !;
}
.box-keper-footers h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    /* display: inline-block; */
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}
.list-footer-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item-logo-footers a img {
    height: auto;
    width: 160px;
    max-width: 160px;
}

.list-footer-col p {
    color: #000000;
}

.list-footer-col a {
    color: #000000;
}

.list-footer-col span {
    color: #000000;
}

.item-col-footers {
    width: 35%;
}

.item-col-footers.item-link2 {
    width: 17%;
    display: flex;
    justify-content: center;
}
.box-keper-footers iframe {
    height: 240px;
    width: 100%;
}
.item-col-footers.item-link3 {
    width: 16%;
    display: flex;
    justify-content: center;
}

.item-col-footers.item-link5 {
    width: 29%;
}

.item-col-footers.item-link4 {
    width: 20%;
    display: flex;
    justify-content: center;
}

.desc-content-footer p {
    padding: 0px 0px 10px 0px;
}

.item-logo-footers {
    margin-bottom: 20px;
}

.title-hedding-footers span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.item-col-footers ul li a {
    line-height: 1.625;
    padding: 5px 0;
    display: inline-block;
}

.icon-list-items-header-top ul li a {
    padding: unset;
}

.item-col-footers.item-link5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
}

.item-col-footers.item-link5 ul li {
    width: calc(100% / 3);
    padding: 5px;
}

.item-col-footers.item-link5 ul li a {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    padding: unset;
    line-height: unset;
}

.item-col-footers.item-link5 ul li a img {
    border-radius: 10px;
}

.box-reserved p {
    color: #000000;
}

.box-reserved {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding-bottom: 10px;
    align-items: center;
}

.list-banks ul {
    display: flex;
}

.list-banks ul li {
    padding: 10px;
}

.list-banks ul li img {
    height: auto;
    width: 36px;
}
.icon-list-items-header-top a img {
    filter: invert(1);
    padding: 5px;
}
.desc-content-footer h3 {
    font-size: 17px;
    margin-top: 10px;
    color: #000;
    margin-bottom: 10px;
}
.desc-content-footer img {
    height: 100px;
    width: auto;
}
.desc-content-footer h2 {
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box-keper-footers h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}
@media(max-width:990px){
    .title-hedding-footers span {
    font-size: 17px;
}

.box-keper-footers h3 {
    font-size: 17px;
}
    
    .box-right-hub-decors {
        display: flex;
        flex-wrap: wrap;
    }
    
    .content-decor-right {
        order: 1;
    }
    
    .box-images-decor-hub {
        order: 2;
    }
    .desc-content-footer {
        margin-bottom: 30px;
    }
    .box-hedding-name-products h2 {
        font-size: 20px;
    }
    
    .item-col-footers.item-link4 {
        width: 33%;
        justify-content: left;
    }
    
    .item-col-footers {
        width: 65%;
    }
    
    .item-col-footers.item-link2 {
        width: 33%;
    }
    
    .item-col-footers.item-link3 {
        width: 33%;
        justify-content: left;
    }
    
    .item-col-footers.item-link5 {
        width: 33%;
    }
    
    .icon-list-items-header-top {
        display: flex;
    }
    
    .icon-list-items-header-top img {
        width: 50px !important;
        padding: 4px;
    }
    .list-banks {
        width: 100%;
    }
    
    .coppy-right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .box-reserved {
        flex-wrap: wrap;
    }
}
@media(max-width:550px){
.box-keper-footers {
    width: 100%;
}
    .item-col-footers {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .item-col-footers.item-link2 {
        width: 49%;
        justify-content: left;
    }
    
    .item-col-footers.item-link3 {
        width: 49%;
    }
    
    .item-col-footers.item-link4 {
        width: 49%;
    }
    
    .item-col-footers.item-link5 {
        width: 49%;
    }
    
    .box-keper-footers h3 {
        font-size: 15px;
        margin-bottom: 4px;
    }
    
    .title-hedding-footers span {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }
}