/************FOOTER*************/
.footer.content ul>li{
    padding-bottom: 5px;
}
.footer.content {
    border-top: none;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-top: 0;
}
.new-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.9em;
}
@media (max-width: 768px){
    .new-footer {
        flex-wrap: wrap;
    }
    .footer3{
        padding-top: 20px;
    }    
}

.new-footer h2{
    font-weight: 600;
    font-size: 1.4em;
}
/*
 ul.footer.links{
    display: none!important;
}
*/
.page-footer {
    background-color:#F5F5F5FF;
    z-index: 1;
}
footer a {
    color: #000;
    font-size: 0.9em;
}

/********RESPONSIVE*********/
@media (max-width: 768px){
    .new-footer > div{
        width: 100%;
        text-align: center;
    }   
}
/*******BOTTOM-FOOTER*****/
.copyright {
    background-color: #fff;
    text-align: center;
    font-weight: 500;
}
.bottom-footer{
    text-align: center;
    background-color: #192A49FF;
    color: #fff;
    padding:10px 0;
}
.footer1 img{
    width: 300px;
}
.footer2 {
    padding-left: 10px;
}
/*****************************/
.bottom-footer img{
    width: 30px;
    margin: 0 9px;
}
/***NEWZZZLETER******/
.newsletter {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.newsletter .title{
    padding-right: 10px;
    text-transform: uppercase;
}
form#newsletter-validate-detail{
    display: flex;
}