.footer-top{
    background-color: var(--color-red-primary);
}
.footer .social{
    color: #fff;
    font-size: 15px;
}
.fooetr__text{
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
    font-size: 12px;
}
.fooetr__text p, .fooetr__text span{
    color: #fff !important;
}
.licence-box{
    padding: 18px;
    background-color: #fff;
    border-radius: 24px;
    max-width: 200px;
    margin-right: auto;
}
.footer__link{
    font-size: 14px;
    white-space: nowrap;
}
.footer__link::before{
   content: " ";
   display: inline-block;
   vertical-align: middle;
   width: 5px;
   height: 5px;
   background-color: #fff;
   border-radius: 50%;
   margin-left: 3px;
}
.footer-top * {
    color: #fff !important;
}
.footer .section__title{
    font-size: 22px;
}
.footer-end{
    background-color: #F5F5F5;
    padding: 10px 0;
}
.footer-end p{
    color: #000;
    font-size: 14px;
}
.footer-end p span{
    color: var(--color-red-primary);
    font-weight: 700;
}
.fooetr-bottom .flex-xl-nowrap{
    flex-wrap: wrap !important;
}
.fooetr-bottom .flex-xl-nowrap a{
    width: 28%;

}
.fooetr-bottom .flex-xl-nowrap a img{
   max-width: 100%;

}

@media only screen and (max-width:992px){
    .footer .text-col{
        order: 3;
    }
       
}

@media only screen and (max-width:576px){
    .footer__menu{
        display: flex;
        flex-wrap: wrap;
    }
    .fooetr__menu li{
       padding: 5px 10px;
    }
    .licence-box{
    padding: 8px;
    margin: auto;
   }
   footer .header__contact-text p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600px;
   }
   footer .header__contact-text a{
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
   }
   .footer__logo{
    margin: auto;
   }
   .social{
    text-align: center;
   }
    .footer-end .d-flex{
        flex-direction: column;
    }
}
