@media screen and (min-width: 901px) {
    #cyanrotate, #cyanrotate2 {
        display: none;
    }

    .footer-mobile-socialicons {
        display: none;
    }
}

@media screen and (max-width: 900px) {

    /* 
    -------------------------------------------------------------------------------
    FOOTER
    ------------------------------------------------------------------------------- 
    */

    .footer-button {
        display: none;
    }

    .footer-button-mobile {
        position: relative;
        padding: 14px 100px;
        border-radius: 10px;
        font-weight: 500;
        color: white;
        background-color: #00A2DB;
        border-style: none;
        font-size: 14px;
        bottom: -230px;
        max-height: 50px;
        text-wrap: nowrap;
        transition-duration: 0.5s;
        display: unset;
        z-index: 1;
        text-decoration: none;
    }

    .footer-section-1 {
        background-image: url("../images/mobile-images/ctasectionsmobile.png");
        height: 600px;
        width: 100%;
        z-index: 1;
        position: relative;
        display: flex;
        overflow: hidden;
        background-size: cover;
        background-position: top;
        flex-wrap: wrap;
    }
    
    .footer-section-1 .heading-1 h1 {
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        padding-left: 20px;
    }
    
    .footer-section-1 .heading-1 {
        padding-top: 40px;
        padding-left: 0px;
        width: 100%;
    }

    .footer-section-1 .heading-1 div {
        display: flex;
        justify-content: center;
    }
    
    .footer-section-1 .heading-2 {
        width: 100%;
        text-align: center;
    }
    
    .footer-section-1 .heading-2 img {
        position: relative;
        right: unset;
        left: -50%;
        width: 200%;
        height: unset;
        opacity: 0.8;
        mix-blend-mode: lighten;
        border-radius: 100%;
        rotate: 0deg;
        bottom: -50px;
    }
    
    /* Footer section 2 */

    .footer-section-2 {
        background: #E9ECF1;
        height: auto;
        z-index: 1;
        position: relative;
    }
    
    .footer-section-2-2 {
        display: grid;
        margin-left: 20px;
        margin-right: 20px;
        border-top-style: solid;
        border-color: #B9B9B9;
        border-width: 2px;
        padding: 20px;
        padding-bottom: 80px;
    }
    
    .footer-navigation {
        width: 100%;
        text-align: center;
    }
    
    .footer-navigation ul {
        margin-bottom: 50px;
        text-align: left;
        margin-left: 10px;
        list-style: none;
    }

    .footer-navigation li {
        display: list-item;
        padding: 10px;
    }
    
    .footer-navigation a {
        color: #353535;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }
    
    .footer-navigation img {
        margin-top: 80px;
        margin-bottom: 32px;
    }
    
    .footer-socialicons {
        display: none;
    }
    
    .footer-copyright {
        width: 100%;
        text-align: center;
    }

    .footer-copyright p {
        line-height: 24px;
    }

    .footer-mobile-socialicons ul {
        list-style: none;
        display: grid;
        justify-content: center;
        place-items: center;
        /*grid-template-columns: 50px 50px;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-mobile-socialicons img {
        width: 40px;
    }

    /* Animation */

    #cyanrotate {
        position: absolute;
        width: 200%;
        rotate: -320deg;
        top: 140px;
        transition-duration: 7s;
        transition-timing-function: linear;
    }

    #cyanrotate2 {
        position: absolute;
        width: 200%;
        rotate: 320deg;
        top: 200px;
        transform: scaleX(-1);
        transition-duration: 7s;
        transition-timing-function: linear;
    }

    #cyanrotate3, #cyanrotate4 {
        display: none;
    }
    
}