
.footer-section {
    background: #14003F;
    padding: 3rem 0;
    color: #ddd !important;
}

.footer-logo {
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-logo img {
    width: 150px;
}

.footer-logo p{
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.footer-social {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social ul li {
    margin-right: 15px;
}

.footer-social ul li a {
    font-size: 16px;
    color: #fff;
    transition: padding 500ms ease;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li a.active,
.footer-social ul li a:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
    background-color: #8BC34A;
}

.footer-section h4{
    color: #fff;
    margin-bottom: 30px !important;
    text-align: start;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC !important;
}

.contact-info li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-info li span i{
    color: #8BC34A;
    margin-right: 10px;
}


.contact-info li .contact-info-content{
    margin-left: 5px;
    color: #fff;
    text-align: justify;
}

.footer-section h5 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-section a {
    color: #c4c1c1 !important;
    transition: padding 500ms ease;
    cursor: pointer;
}

.footer-section li {
    padding: 0.2rem 0;
}

.footer-section li:hover a {
    color: #fff;
    padding-left: 10px;
}

.site-info h2 {
    color: #fff;
}

.need_help {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.need_help i {
    font-size: 50px;
    margin-right: 15px;
    color: var(--primary-light);
}

.phone {
    color: #fff;
    font-size: 16px;
}

.social {
    margin-top: 30px;
}

.social a {
    margin-right: 20px;
    font-size: 25px;
}

.social i {
    color: #fff;
}

.app-badge {
    display: flex;
    margin-right: 10px;
    align-items: center;
}



.payment-accept {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;

}

.payment-accept a {
    display: block;
    background: var(--on-primary);
    border-radius: 4px;
    margin: 0.5rem;
    padding: 1rem .5rem;
}

.payment-accept img {
    width: 80px;
}


.footer-section .row>div {
    margin-bottom: 20px;
}

.info-content{
    margin-left: 5px;
    color: #fff !important;
    text-align: justify;
}


.term-condition{
    color: #fff;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px ! important;
}

.term-condition a{
    color: #fff;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px ! important;
    text-decoration: none !important;
}
