.hide {
    display: none;
}
.sub-footer-container{
    background-color: #000;
    color:#fff;
}
.sub-footer{
    display: grid;
    gap: 20px;
    justify-content: space-between;
    /*align-items: center;*/
    grid-template-columns: repeat(auto-fit,minmax(130px,190px) );
    padding: 30px 0px 0px 0px;
}
.sub-footer .icons {
    width: 25px !important;
    height: 25px;
    background-size: contain;
    list-style-type: none;
    cursor: pointer;
}
.sub-footer-container .sub-footer ul {
    list-style-type: none;
}
.icons_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.sub-footer>ul>li{
    height:35px;
    list-style: none;
}
.sub-footer>ul>li>a:hover{
    text-decoration: underline;
}
.sub-footer>ul>li>a>img{
    margin-top: -10px;
    max-width: 115px;
}
footer>.mh-content{
    /* text-align: center; */
    font-size: 18px;
}
footer{
    background-color: #3d3c3c;
    color:#fff;
    padding:5px;
    text-align: left;
}
.banner_max,.header_max,.content_max,.footer_max{
    max-width: 1920px;
    margin: auto;
}

.mh-content.content_max,.mh-content.footer_max{
    padding-bottom: 10px !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
}
.sub-footer>ul>li>a {
    color: #fff !important;
    text-decoration: none;
}
.sub-footer>ul:last-child{
    justify-self: auto;
}

.slider_card_footer>a {
    color: #000;
}

.slider_card_footer>a:hover {
    text-decoration:underline;
}

.slider_card_footer>a>img {
   width: 25px !important;
}
.mh-email-footer{
    background-color:#030000;
}
.footer_template>div{
    flex-wrap:wrap;
    gap:10px;
}
.footer_max {
    max-width: 1930px;
    margin: auto;
}
.download_cards_footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}
.download_cards_footer>span {
    color: #842990;
    font-weight: 500;
}
.download_cards_footer>input {
    width: 100%;
    padding: 10px;
    border: 1px solid grey;
    box-shadow: none;
    border-radius: 0;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
}
.download_cards_footer>input:hover,
.download_cards_footer>input:focus{
    box-shadow: none;
}
.download_cards_inner a:hover,
.download_cards_inner a:focus{
    text-decoration: none;
}
.newsletter_ccont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 25px;

}
.newsletter_ccont>div>a>img{
    max-width: 150px;
    justify-self: flex-end;
}
.newsletter_ccont>a{
    justify-self: flex-end;
}