footer {
    background-color: #000;
    margin-top: 30px;
}
footer *{
    color:#fff;
}

.secure-block {
    border-bottom: 2px solid #33a0ff;
    padding: 80px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.secure-block .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.secure-block .item img {}
.secure-block .item span {
    color: #e2e2e2; 
    font-size: 12px;
    font-weight: 400; 
    letter-spacing: normal;
    line-height: 20px;
    margin-top: 10px;
}
.footer-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:  #fff;
    margin-top: 30px;
}
.footer-cart img{}

.copy {
    min-height: 90px;
    display: flex;
    align-items: center;
}
.copy .col-4 {
    color: #c1c8ce; 
    font-size: 14px;
    font-weight: 400;
}

.about-text {
    color: #e2e2e2; 
    font-size: 12px;
    font-weight: 400;  
    line-height: 20px;
}
#social {}
footer h3{
    color: #e2e2e2;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize;
}
#social p {
    color: #e2e2e2; 
    font-size: 12px;
    font-weight: 400;
    font-style: normal; 
    line-height: 20px;
}
#social ul {
    display: flex;
    align-items: center;
}
#social ul li:not(:last-child) {
    margin-right: 10px;
}
#social ul li a {}
#social ul li a img {}

#footerContact {} 
#contactInfo {}
#contactInfo p{
    line-height: 20px;
}
#contactInfo p:first-child {}
#contactInfo p:first-child span{
    color: #33a0ff;
    display: block;
}
#contactInfo p:last-child {}
#contactInfo p:last-child span{
    color: #7bcf23;
}

.footer-menu {}
.footer-menu li {}
.footer-menu li a {
    min-height: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color:#fff;
}



@media (min-width: 1366px) and (max-width:1919px){

}/*(min-width: 1366px) and (max-width:1919px)*/

@media (min-width: 1024px) and (max-width:1365px){

}/*(min-width: 1024px) and (max-width:1365px)*/

@media (min-width: 768px) and (max-width: 1023px) {
    .secure-block { 
        padding: 15px; 
        text-align: center;
    }
}/* (min-width: 768px) and (max-width: 1023px)*/

@media (max-width: 767px) {
    .secure-block { 
        padding: 15px; 
        text-align: center;
    }
    .secure-block .item span { 
        line-height: normal; 
        min-height: 40px;
    }
    footer h3 { 
        margin-top: 20px; 
    }
    .copy {
        min-height: 90px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .copy .col-4:nth-child(2) {
        margin: 15px 0;
    }
    .copy .col-4 { 
        text-align: center;
    }
}/*(max-width: 767px)*/
 