.footer {
    background-color: #343A40;
}
.fotr-link h5 {
    color: #FFFFFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 1.5 */
    margin-bottom: 1rem;
}

.fotr-link ul li a {
    color: #9CA3AF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.fotr-link p {
    color: #9CA3AF;
}

.fotr-linkp p {
    color: #9CA3AF;
}

.fotr-linkp>div:nth-child(2) {
    border-top: 1px solid #374151;
    text-align: center;
    padding: 1.5rem;
}

.fotr-link ul li {
    list-style-type: none;
}

.fotr-link ul {
    padding-left: 0;
}

.fotr-link>div {
    width: 31%;
}

.fotr-link {
    display: flex;
    gap: 3%;
    padding-bottom: 1rem;
}

.fotr-linkp {
    padding: 3rem;
    padding-bottom: 0;
}
ul{
    padding-left: 0;
}
.mob-footer li a p{
    margin-bottom: 0 !important;
}
.mob-footer li a.active{
    color: #FD7E14;
}
@media(min-width:768px){
    .footer{
        position: sticky;
        top: 100%;
    }
}
@media(max-width:768px) {
    .sec{
        /*margin-bottom: 4.5rem;*/
    }
    .footer {
        /*position: fixed;*/
        /*bottom: 0;*/
        /*width: 100%;*/
    }
    .mob-ul li{
        list-style-type:none;
        display:inline-block;
    }
    .mob-ul li a{
       color:#333;
    }
    .mob-ul
    {
        display: flex;
    gap: 1.5rem;
    justify-content: center;
    padding-top: 0.5rem;
    }
    .footer {
        background-color: #fff;
        box-shadow: 0 2px 5px #ccc;
    }
    .mob-footer li {
        list-style-type: none;
        display: inline-block;
         width: 24.55%; 
    }

    .mob-footer li a {
        color: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: .8rem 0;
        gap: .5rem;
        font-size: 16px;
    }

    .mob-footer li a img:nth-child(2) {
        display: none;
    }

    .mob-footer li a img {
        width: 50px;
    }

    .mob-footer {
        display: flex;
        gap: .5rem;
        margin-bottom: 0;
        justify-content: space-between;
    }
}
/* @media(min-width:400px) and (max-width:420px){
    .mob-footer li a{
        font-size: 10px !important;
    }
}
@media(min-width:420px) and (max-width:440px){
    .mob-footer li a{
        font-size: 11px !important;
    }
}
@media(min-width:440px) and (max-width:510px){
    .mob-footer li a{
        font-size: 13px !important;
    }
}
@media(min-width:510px) {
    .mob-footer li a{
        font-size: 14px !important;
    }
}
@media(max-width:400px){
    .mob-footer li a{
        font-size: 8px !important;
    }
} */