/* Start custom CSS for html, class: .elementor-element-439f1cb3 */.tharea  {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    transform: translate(0px, 200px);
    transition: all 1s !important;
}

.tharea.showme  {
    transform: translate( 0px, 0px);
    transition: all 2s;
}/* End custom CSS */