li {
    list-style-type: none;
    padding: 4px 0px;
    font-family: "Roboto";
    font-size: 14px;
}

.design {
    list-style-type: none;
    padding: 6px 7px 3px 0px;
    font-family: "Roboto";
    font-size: 14px;
}

a {
    text-decoration: none;
    color: black;
    font-family: "Roboto";
}

.footer-section-start {
    margin: 0 7%;
}

.footer-start {
    display: flex;
}

.fsi-heading {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto";
    padding-left: 26px;
}

.flist-2 {
    padding-top: 43px;
}

.bottom-text {
    display: flex;
    justify-content: center;
    padding-left: 25%;
    padding-right: 20%;
}

.copywrites-area {
    display: flex;
    align-items: center;
    padding-left: 6%;
    padding-right: 0%;
    text-align: center;
}

.text-bold {
    font-size: 16px;
    font-weight: 600;
}

.powered-by {
    font-weight: bold;
}

.fab {
    padding: 0px 10px;
    font-size: 20px;
}

.bottom-text p {
    padding: 0px 10px;
}

footer {
    background: #014479;
}

img.frlogoStyle {
    width: 127.81px;
    height: 64px;
}

.iconRond {
    padding: 0px 4px;
    border-radius: 16px;
    line-height: 20px;
    margin-right: 6px;
}

.footer-column-sub {
    text-decoration: none;
    color: #f6f6f6;
    display: block;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.footer-column-sub:hover {
    color: #f98600;
}

.footer-column-head {
    color: #f6f6f6;
    font-size: 20px;
    font-weight: 600;
}

.footer-end-section {
    background: #a5b1ce;
}

.upper-side .nav-footer-page {
    border-bottom: 1px solid #1d2a46;
    margin: 30px 0px;
}

section.footer-end-section .d-flex.justify-content-center.gap-2 img {
    filter: invert(1);
}

/* new footer design css */
.padder {
    padding: 25px 0px 30px;
}

.footer-inner .top {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.footer-inner .top p {
    padding-top: 13px;
    color: #f6f6f6;
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto";
}

.footer-inner .top a {
    background: white;
    margin: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #10317d;
    font-family: "Roboto";
    padding: 8px 0px;
    width: 263px;
    height: 40px;
}

.footer-inner .top a:hover {
    background: #e1601b;
    color: #fff;
}

.footer-nav-list h5 {
    color: #f6f6f6;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
}

.footer-nav-list li a {
    color: #f6f6f6;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.icon-with-link {
    position: relative;
    right: 10px;
}

.footer-copyright {
    background-color: #081228;
    color: white;
}

img.copyright-logos {
    /* max-width: 100%; */
    width: 70px;
    /* height: 60px; */
}
.d-flex-img-gap {
    gap: 12px;
}
.icons img {
    padding: 0px 3px;
    cursor: pointer;
}

.copyright-text p {
    color: #f6f6f6;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto";
    padding: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
    .footer-start {
        display: inline-block;
    }

    .bottom-text {
        padding-left: 3%;
        padding-right: 2%;
        font-size: 10px;
    }

    .copywrites-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .social-media {
        padding: 20px 0px;
    }
}

@media (max-width: 768px) {
    img.copyright-logos {
        width: unset;
        padding: 10px;
    }
}
