.site-footer {
    height: 300px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: #024220;
    padding: 0px 10%;
}
.footer-col {
    width: 20%;
}
.after-logo-col .footer-col {
    width: 33.3%;
}
.footer-col .menu {
    display: block;
    list-style: none;
    margin: 0px;
    border-left: 1px solid #fff;
    padding-left: 5px;
}
.footer-col .menu li a{
    color: #fff;
    text-decoration: none;
    position: relative;
    left: 0;
    transition: left ease 0.5s;
}
.footer-col .menu li a:hover{
    left:10px;
}
.footer-col .menu li{
    padding: 2px 0px;
}
.social-icons-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
.social-icon {
    width: 35px;
    height: 35px;
}
.social-icon a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer-info-text {
    padding-left: 5px;
}
.footer-info-text p {
    margin:0px;
    color: #fff;
    padding: 2px 0px;
}
.site-footer .footer-col:last-child {
    border-left: 1px solid #fff;
}
.logo-holder-footer{
    width: 100%;
    height: 100%;
}
.logo-holder-footer {
    margin: 5px 5px;
    background: url('../images/LOGO WHITE.svg') no-repeat 5px center;
    background-size: 70%;
}
.logo-holder-footer a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer-col:nth-child(4){
    height: 100%;
    right: 70px;
    position: relative;
}
.logo-holder-footer1{
    width: 100%;
    height: 100%;
}
.logo-holder-footer1 {
    margin: 5px 5px;
    background: url('../images/LOGO ICON.svg') no-repeat 5px center;
    background-size: 45%;
}
.logo-holder-footer1 a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer-col:nth-child(1){
    height: 100%;
}
.social-icon-facebook {
    background: url('../images/facebook.png') no-repeat 5px center;
    background-size: 70%;
}
.social-icon-instagram {
    background: url('../images/instagram.png') no-repeat 5px center;
    background-size: 70%;
}
.social-icon-linkedin {
    background: url('../images/linkedin.png') no-repeat 5px center;
    background-size: 70%;
}
.social-icon-youtube {
    background: url('../images/youtube.png') no-repeat 5px center;
    background-size: 70%;
}
.mob-footer{
    display: none;
}
/*mob footer*/
@media (max-width: 768px) {
    .site-footer{
        display: none;
    }
    .mob-footer {
        height: 300px;
        display: block;
        align-items: center;
        justify-content: center;
        background-color: #024220;
        padding: 20px 5%;
    }

    .after-logo-col {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mob-footer .footer-col:last-child {
        border-left: 1px solid #fff;
    }

    .logo-footer-col {
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        /*left: 31%;*/
    }

    .mob-footer .logo-holder-footer {
        margin: 5px 5px;
        background: url('../images/LOGO WHITE.svg') no-repeat 5px center;
        background-size: 30%;
        background-position-x: center;
    }
    .mob-footer .logo-holder-footer a{
        width: 35%;
    }

    .mob-footer .footer-col .menu li a {
        font-size: 13px;
    }

    .mob-footer .footer-info-text p {
        font-size: 13px;
    }

    .mob-footer .social-icon {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 470px) {
    .after-logo-col .footer-col {
        width: 27.3%;
    }
    .mob-footer .footer-col:last-child {
        width: 40.3%;
    }
}
@media (max-width: 600px){
    footer .after-logo-col {
        flex-direction: column;
    }
    .mob-footer {
        height: auto;
    }
    .mob-footer .logo-holder-footer {
        background-size: 130px auto;
        margin-left: 16px;
    }
    .after-logo-col .footer-col {
        width: 100%;
        text-align: center;
    }
    .mob-footer .footer-col:last-child {
        width: 100%;
        text-align: center;
    }
    .social-icons-holder {
        justify-content: center;
        margin-bottom: 9px;
    }
    .footer-col .menu {
        border: 0;
    }
    .mob-footer .footer-col:last-child {
        border: 0;
    }
}