

iframe.chat-move-up {
    transition: ease-in-out all .3s;
    transform: translateY(0);
}


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


    /* -- Chat box fixes On Desktop --*/
    .ie-div-position-customer-chat {
        z-index: 5!important; /* Layers chat box above heder. This overwrites style in main.min.css */
    }

    .chat-iframe-wrap {
        right: 1px!important;
    }


    iframe.chat-move-up {
        transition: ease-in-out all .3s;
        transform: translateY(-94px);
    }
  /* 
iframe#icChatButton {
    transform: translateY(-94px);
}*/

    /* -- End Chat box fixes --*/

}

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



    iframe.chat-move-up {
        transition: ease-in-out all .3s;
        transform: translateY(-94px);
    }

    .chat-move-up-02 {
        transition: ease-in-out all .3s;
        transform: translateY(0);
    }


        .chat-move-up {
            margin-top:-100px;
        }

}


