    
/*FOOTER CSS*/
a{
    color: inherit;
    text-decoration: inherit;
}
.brand-footer-wrapper{
    width: 100%;
    padding-top: 3%;
    /*background-color: #FAFAFB;*/
    background-color: #ececefe0;
}
footer .brand-footer-wrapper .brand-footer-center .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
    column-gap: 15px;
}
.brand-footer-main{
    display: flex;
    flex-direction: column;
}
.brand-footer-main .subscribe{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    align-items: center;
    flex-direction: column;
}
.subscribe ul{
    display: flex;
    margin-top: 10px;
}
.subscribe ul > li > div{
    position: relative;
}
.subscribe ul > li > div > div.giconsDiv{
    position: absolute;
}
.subscribe ul .gicons{
    line-height: 45px;
}
.subscribe ul > li input[type="text"]{
    padding: 0;
    border: none;
    width: 100%;
    text-indent: 20px;
    height: 45px;
    line-height: 45px;
    background: #EAECEF;
}
.subscribe ul > li input[type="submit"]{
    width: 150px;
    font-weight: 100;
    letter-spacing: normal;
    border-radius: 0;
}

footer .brand-footer-wrapper .brand-footer-top{
    display: flex;
    gap: 80px;
    width: 100%;
    justify-content: center;;
}
.brand-footer-top nav > ul{
    margin-top: 10px;
}
.brand-footer-top nav > ul > li{
    height: 35px;
    color: #323842;
}
footer .brand-footer-wrapper .brand-footer-bottom{
    font-size: 12px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding:10px 0;
    /*align-items: center;*/
    gap: 32%;
}
.brand-footer-bottom .copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: #424955;
    margin-right: 100px;
}
.copyright .dot {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    margin: 0;
    background-color: black;
}
  
.brand-footer-bottom .link-icons{
    font-size: 30px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin: 0;
}
.brand-footer-bottom  .langSection .nice-select{
    width: 100px;
    background: #EAECEF;
    border: none;
    border-radius: 0;
    color: black;
}
.brand-footer-bottom .langSection  .nice-select ul.list{
    bottom: 43px;
    top: auto;
}

.link-icons {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    gap: 8%;
    margin-bottom: 20px;
}
.footer-link-icons {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
    align-items: center;
}
.dot {
    height: 3px;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    margin-top: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 800px){
    footer .brand-footer-wrapper .brand-footer-top{
        width: 94%;
        gap: 0px;
        margin: auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .brand-footer-top > div{
        width: 50%;
    }
    footer .brand-footer-wrapper .brand-footer-bottom, .brand-footer-center{
        margin: auto;
        width: 94%;
        flex-direction: column;
        align-items: self-start;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    footer .brand-footer-wrapper .brand-footer-bottom {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .brand-footer-bottom .copyright{
        margin: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px){
    .brand-footer-bottom .copyright{
        column-gap: 20px;
    }
    footer .brand-footer-wrapper .brand-footer-bottom .dot{
        display: none;
    }


}
@media only screen and (min-width: 0px) and (max-width: 340px){

    .brand-footer-main, .brand-footer-center, footer .brand-footer-wrapper .brand-footer-bottom{
        margin: auto;
        width: 95%;
    }
    .subscribe > h2{
        font-size: 1.2em;
    }
    .subscribe ul{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        row-gap: 15px;
    }
    .subscribe ul > li {
        width: 100%;
    }
    .subscribe ul > li input[type="submit"]{
        width: 100%;
    }
    footer .brand-footer-wrapper .brand-footer-top{
        width: 100%;
    }
    .brand-footer-bottom .copyright{
        flex-direction: column;
        /*align-items: self-start;*/
    }
    .brand-footer-bottom .copyright > p{
        margin: 5px 0;
    }
}



@media only screen and (min-width: 801px) and (max-width: 1024px){
    .brand-footer-center, footer .brand-footer-wrapper .brand-footer-bottom{
        margin: auto;
        width: 95%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
    .brand-footer-center, footer .brand-footer-wrapper .brand-footer-bottom{
        margin: auto;
        width: 90%;
    }
}
@media only screen and (min-width: 1281px)and (max-width: 1419px){
    .brand-footer-center, footer .brand-footer-wrapper .brand-footer-bottom{
        margin: auto;
        width: 1220px;
    }
}
@media only screen and (min-width: 1420px)and (max-width: 1579px){
    .brand-footer-center, footer .brand-footer-wrapper .brand-footer-bottom{
        margin: auto;
        width: 1370px;
    }

}
@media only screen and (min-width: 1580px){
    .brand-footer-center, footer .brand-footer-wrapper .brand-footer-bottom{
        margin: auto;
        width: 1500px;
    }
}