.footer-area {
    padding-bottom: 0;
}

address {
    margin-bottom: 0;
    line-height: inherit;
}


    .whatsapp-container {
        position: fixed;
        right: 0;
        bottom: 30px;
        text-align: center;
        padding: 15px;
        padding-left: 30px;
        z-index: 9;
        padding-right: 45px;
    }
    .whatsapp-container .img-container {
        border-radius: 50%;
        display: inline-block;
        background: #25D366;
        padding: 10px;
    }
    .whatsapp-container img {
        width: 35px;
    }
    
    
    .youtube-home {
        height: 50px;
        position: absolute;
        bottom: 80px;
        z-index: 9;
        left: 0;
        right: 0;
        margin: auto;
    }
    #slider {
        position: relative;
    }
    
    
    .services{
        display: flex;
        flex-flow: row wrap;
    }
    .services-list{
        width: 32%;
        margin-left: 1%;
        margin-right: 1%;
    }
    @media (min-width: 1200px) {
        .services-list:nth-child(3n+1){
            margin-left: 0;
        }
        .services-list:nth-child(3n+3){
            margin-right: 0;
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) { 
        .services-list:nth-child(3n+1){
            margin-left: 0;
        }
        .services-list:nth-child(3n+3){
            margin-right: 0;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .services-list:nth-child(3n+1){
            margin-left: 0;
        }
        .services-list:nth-child(3n+3){
            margin-right: 0;
        }
    }
    @media (max-width: 767px){
        .services-list{
            width: 49%;
        }
        .services-list:nth-child(2n+1){
            margin-left: 0;
        }
        .services-list:nth-child(2n+2){
            margin-right: 0;
        }
    }
    @media (max-width: 480px) {
        .services-list{
            width: 100%;
            margin-left: 0!important;
            margin-right: 0!important;
        }
    }