.chatgreetGovivace{
position: fixed;
display:flex;
flex-direction:column; right: 114px;
bottom: 70px;
width: 355px;
background: #fff;
border-radius: 30px;
overflow: hidden;
opacity: 1; transform: scale(0.5);
transform-origin: bottom right;
box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
0 32px 64px -48px rgba(0,0,0,1.5); }
.greettitle{
font-size: 27px;
font-family: cursive;
background-color: whitesmoke;
padding: 1px 16px 3px 10px;
color:black;
padding-bottom: 37px;
}
.hide-chatgreet{
opacity: 0!important;
}