
/* Home Footer  */
.home_footer {
    background: #F0EBFE;
    line-height: 1.86 !important;
    font-family: 'Muli', sans-serif;
}
.home_footer * {
    line-height: 1.86 !important;
}

.hm_footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 60px 0 60px 0;
}

.hm_footer_grid .footer_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 17px;
}

.hm_footer_grid  ul {
    padding: 0;
    list-style: none;
}
.follow_icons {
    margin-top: auto;
}

.hm_logo_col {
    display: flex;
    flex-direction: column;
}

.hm_logo_col .follow_icn_wrap a {
    width: 40px;
    display: inline-block;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    transition: 0.3s;
}

.follow_icn_wrap {
    display: flex;
    gap: 10px;
}
.hm_foot_col ul li a {
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.hm_foot_col ul li a img {
    width: 20px;
    aspect-ratio: 1;
}

.hm_copyright {
    background: #585858;
}

.hm_copyright p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
}
.yemassee-profile {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hm_logo_col .footer_title {
    line-height: 1 !important;
    margin-bottom: 15px;
}
.tn_container {
    padding-right: 18px;
    max-width: 1320px;
    padding-left: 18px;
    margin: auto;
}
@media (max-width:1400px) {
    .hm_copyright p {
        font-size: 18px;
    }
}
@media (max-width:1200px) {
    .hm_foot_col ul li a {
        font-size: 16px;
    }
    .hm_footer_grid .footer_title {
        font-size: 18px;
    }
}
@media (max-width:991px) {
    .hm_logo_col {
        grid-column: 1/-1;
        align-items: center;
        margin-bottom: 50px;
        /* gap: 20px; */
    }
    .hm_logo_col .footer_title {
        text-align: center;
    }
    .hm_footer_grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 50px 0;
    }
    .follow_icons .footer_title {
        text-align: center;
    }
}
@media (max-width:767px) {
    .tn_container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hm_footer_grid {
        grid-template-columns: 1fr;
    }
    .hm_foot_col {
        margin-bottom: 13px;
    }
    .hm_foot_col ul li a {
        margin-bottom: 7px;
    }
    .hm_footer_grid {
        padding: 40px 0;
    }
    .hm_logo_col {
        margin-bottom: 30px;
    }
}
