@media (max-width:479px){
   .footer-ul-list ul {
    margin: 0px auto;
    padding: 0px;
    display: table;
}
.footer-ul-list a{
    text-align: center;
}
.footer-heading{
    text-align: center;
    padding: 15px 0px 15px 0px;
}
.footer-logo {
    padding: 25px 0px 25px 0px;
    text-align: center;
}
.footer-logo img{
    width: 75%;
}
.address-details li{
    text-align: center;
}
.address-details i {
    position: relative;
}
.copyright, .developer{
    text-align: center;
}
.speak-right{
    display: none;
}
.speak-left{
    width: 100%;
    padding: 35px 25px;
    text-align: center;
}
.speak-left .txt1 {
    font-size: 45px;
    line-height: 55px;
}
.speak-left .txt2 {
    font-size: 17px;
    margin: 10px 0px;
    line-height: 20px;
}
.ext-mt-10{
    margin-top: 10px;
}
.country-flag{
    text-align: center;
    margin-bottom: 30px;
}
.country-flag::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-top-color: var(--text-light);
    border-bottom-width: 0px;
    position: absolute;
    right: 0px;
    left: 0px;
    top:90%;
    margin: 0px auto;
}
}
@media (min-width:480px) and (max-width:767px){
   /* mobile devices */
}
@media (min-width:768px) and (max-width:991px){
   /* tablets */
}