.newFooter {
    background: #2C2B3C;
    padding: 50px 15px;

}


.logo img {
    max-width: 80px;
}

.newFooter h5 {
    color: white;
    margin-bottom: 0;
}
.newFooter p, .newFooter a {
    color: #24A88E;
    font-size: 0.8rem;
}


.holder_inFooter {
    display: flex;
    align-items: center;
}


.map {
    border-radius: 15px;
    overflow: hidden;
    height: 150px;
}

.newFooter .about-widget .social-links li a {
    color: #24A88E;
}

.newFooter .about-widget .social-links li a:hover {
    color: #ccc;
}

.numberIcons {
    margin-left: 60px;
}

.numbersMail {
    margin-bottom: 20px;
}

.information {
    margin-top: 10px;
}

.links_inFooter {
    display: flex;
    flex-direction: column;
}


.logo2InFooter  {
    display: none;
}



.logo2InFooter img {
    width: 70px;
    margin-bottom: 5px;
}












@media (max-width: 1200px) {
    .maxContainer {
        max-width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .numberIcons {
        margin-left: 20px;
    }

    .HideAfter992 {
        display: none;
    }

    .showAfter992 {
        display: contents;
    }

    .holder_inFooter {
        align-items: flex-start;
    }

}

@media (max-width: 767.98px) {
    .holder_inFooter {
        justify-content: space-around;
    }

    .numberIcons {
        margin-left: 0 !important;
    }

    .mapSide {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .map {
        border-radius: 15px;
        overflow: hidden;
        height: 150px;
        width: 60%;
    }
}


.widget {
    position: relative;
    margin-bottom: 50px;
}

.about-widget .social-links {
    position: relative;
    margin-bottom: 20px;
}

.about-widget .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(36 168 142 / 0.15);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-widget .social-links li a i {
    position: relative;
}

.about-widget .social-links li a:hover {
    color: #ffffff;
}

.about-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-widget .social-links li a span {
    position: relative;
}






@media (max-width: 575.98px) {

    .map {
        width: 80%;
    }

 .newFooter   .about-widget .social-links li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

}

@media (max-width: 376px) {
    .newFooter h5 {
        font-size: 1rem;
    }
}