
footer {
    background-image: url("../img/goodkit/footer/bg-footer.png");
    background-size: cover;
    color: #fff;
    background-position: center;
}
.bg-logo {
    width: 100%;
    height: 160px;
    background: linear-gradient(117.5deg,
    #F0F5FF 0px, #F0F5FF 105px,
    #fff 105px, #fff 40%,
    #FF9501 40.1%, #FF6B01 40.3%,
    #ffffff00 40.4%, #ffffff00 100%);
    position: absolute;
}
.logo-footer {
    width: 350px !important; 
    position: relative; 
    padding-top: 10px;
    padding-bottom: 20px;
}
.footer-title {
    font-size: 1.8rem;
}
.footer-address {
    /* border-left: 3px solid var(--bs-blue); */
    padding: 0px 0px 0px 10px;
    /* margin-left: 50px; */
}
.footer-address span {
    font-weight: 600;
}
.footer-address .contact-us {
    font-size: 1.3rem;
}
.ui-footer-dot {
    border-left: 2px solid var(--bs-secondary-2);
    height: auto;
    padding-left: 1rem !important;
}
.ui-footer-address,
.ui-footer-dot{
    /* border-left: 2px solid var(--bs-blue);
    padding-left: 1.5rem; */
    list-style-type: none;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.ui-footer-address li:before,
.ui-footer-dot li::before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    left: -15px;
    /* border: 3px solid var(--bs-blue);
    background: #24396F; */
    color: var(--bs-blue);
    height: 28px;
    width: 28px;
    font-size: 0.9rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-footer-address li.li-address:before {
    content: "\f3c5";
}
.ui-footer-address li.li-email:before {
    content: "\f0e0";
}
.ui-footer-address li.li-phone:before {
    content: "\f2a0";
}
.ui-footer-address li.li-flax:before {
    content: "\f1e4";
}
.ui-footer-dot li.li-dot:before {
    content: "\f111";
    font-weight: 900;
}

.li-dot.li-social a img{
    width : 35px;
}

.footer-download {
    /* border-left: 3px solid var(--bs-blue); */
    padding: 0px 0px 0px 10px;
}
.footer-download .download {
    font-size: 1.3rem;
}

.footer-social {
    /* border-left: 3px solid var(--bs-blue); */
    padding: 0px 0px 0px 10px;
}
.footer-social .social {
    font-size: 1.3rem;
}

.footer-social img {
    width: 30px;
}

.footer-copyright {
    font-size: 0.8rem;
}
.footer-copyright a {
    color: white;
}
.footer-copyright a:hover {
    color: var(--bs-secondary)
}
ol, ul {
    padding-left: 0rem !important;
}

@media (max-width: 1399px) {
    .bg-logo {
        width: 100%;
        height: 140px;
    }

}

@media (max-width: 1199px) {
    .bg-logo {
        width: 100%;
        height: 120px;
    }

}

@media (max-width: 991px) {
    .bg-logo {
        width: 100%;
        height: 140px;
        background: linear-gradient(117.5deg,
        #F0F5FF 0px, #F0F5FF 105px,
        #fff 105px, #fff 55%,
        #FF9501 55.2%, #FF6B01 55.5%,
        #ffffff00 55.7%, #ffffff00 100%);
    }
    .ui-footer-dot {
        border-left: none;
    }
    .logo-footer {
        width: 280 !important; 
    }
}

@media (max-width: 767px) {
    .bg-logo {
        width: 100%;
        height: 120px;
    }

}
@media (max-width: 575px) {
    .bg-logo {
        width: 100%;
        height: 120px;
        background: linear-gradient(117.5deg,
        #F0F5FF 0px, #F0F5FF 80px,
        #fff 81px, #fff 355px,
        #FF9501 356px, #FF6B01 361px,
        #ffffff00 362px, #ffffff00 100%);
    }
    .logo-footer {
        width: 240px !important; 
    }

}