#liveChat_medicalus.liveChat {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 64px;
    height: 64px;
}

#liveChat_medicalus.liveChat .tablet_image {
    display: none;
}

#liveChat_medicalus.liveChat .notClickableCls {
    pointer-events: none;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    #liveChat_medicalus.liveChat img {
        width: 300px !important;
        margin: 0 auto;
    }
}

@media screen and (min-width: 900px) {
    #liveChat_medicalus .chatImage.mobile_image {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #liveChat_medicalus .chatImage.mobile_image {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #liveChat_medicalus.liveChat {
        top: inherit;
        bottom: 0px;
        width: 100%;
        z-index: 10;
    }

    #liveChat_medicalus.liveChat .desktop_image {
        display: none;
    }

    #liveChat_medicalus.liveChat .tablet_image {
        display: block;
    }
}

@media only screen and (max-width: 760px) {
    #liveChat_medicalus.liveChat {
        top: inherit !important;
        bottom: 0px;
        width: 100%;
        z-index: 10;
    }

    #liveChat_medicalus.liveChat img {
        width: 100%;
        height: 60px;
        position: relative;
    }

    #liveChat_medicalus .chatImage.desktop_image {
        display: none !important;
    }
}