/* .footer-top-santu {
    height: auto;
    width: 100%;
    background-color: var(--main-bgcolor);
    color: var(--white);
}

.footer-top-santu .main {
    width: 100%;
    display: flex;
    align-items: center;
}


.footer-top-santu .main .colum-left{
    width: 15.5%;
    background-color: #041e5ede;
     padding: 60px 0px 60px 20px;
}

.footer-top-santu .main .colum-left.sub {
    height: 30px;
    width: 100%;
    align-content: center;
    font-weight: 550;
}

.footer-top-santu .main .colum-left .sub-child {
    height: auto;
    width: 85%;
    align-content: center;
    padding-top: 8px;
    line-height: 1.3;
    cursor: pointer;
}

.footer-top-santu .main .colum {
    height: 270px;
    width: 15.5%;
    margin-left: 30px;

}

.footer-top-santu .main .colum .sub {
    height: 30px;
    width: 100%;
    align-content: center;
    font-weight: 550;
}

.footer-top-santu .main .colum .sub-child {
    height: auto;
    width: 85%;
    align-content: center;
    padding-top: 8px;
    line-height: 1.3;
    cursor: pointer;
} */


.footer_sayan{
    display: flex;
}
.footer_sayan .footer_left{
    width: 20%;
    background: var(--main-bgcolor);
    color: var(--muted);
    padding: 12px 15px;
}
.footer_sayan .footer_left p{
    font-size: 16px;
    margin-bottom: 16px;
}
.footer_sayan .footer_left p a{
    display: flex;
    width: 100%;
    color: var(--muted);
    gap: 7px;
    align-items: center;
    word-break: break-all;
}

.footer_sayan .footer_left p a i{
    /* padding: 2%; */
    font-size: 16px;
        background: var(--sky);
        border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_sayan .last{
    width: 80%;
    padding: 12px;
    background: var(--bg-color);
    color: var(--muted);
}
.footer_sayan .last .last_heading_main{
    border-bottom: 2px solid var(--muted);
    display: flex;
    padding: 24px 0px;
}
.footer_sayan .last .last_heading_main .last_heading{
    width: 20%;
}
.footer_sayan .last .last_heading_main .last_heading h2{
    font-size: 17px;
    font-weight: 600;
}
.footer_sayan .last .last_content_main{
    display: flex;
}
.footer_sayan .last  .last_content_main .last_content_box{
    width: 20%;
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer_sayan .last  .last_content_main .last_content_box a{
    color: var(--muted);
}

.footer_sayan .last .last_content_main .last_content_box h2{
    display: none;
}
