.feedback {
    width: 340px;
    position: fixed;
    left: 10px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;background: #1d1d1d;    z-index: 999;
}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 30px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #1d1d1d;
    background-size: 21px auto;
     width: 41px;
    float: left;
    height: 16px;
    top: 10px;
}
.mover
{
 
position:relative;
animation:myfirst 3s linear 2s infinite alternate;
/* Firefox: */
-moz-animation:myfirst 3s linear 2s infinite alternate;
/* Safari and Chrome: */
-webkit-animation:myfirst 3s linear 2s infinite alternate;
/* Opera: */
-o-animation:myfirst 3s linear 2s infinite alternate;
}
 
@keyframes myfirst
{
0%   {transform: scale(0.08) rotate(17deg);left:0px;}
25%  { left:10px;}
50%  {transform: scale(1) rotate(0deg);left:20px;}
75%  { left:10px;} 
100% {transform: scale(0.08) rotate(17deg);left:0px;}
}
 
@-moz-keyframes myfirst /* Firefox */
{
0%   {transform: scale(0.08) rotate(17deg);left:0px;}
25%  { left:10px;}
50%  {transform: scale(1) rotate(0deg);left:20px;}
75%  { left:10px;} 
100% {transform: scale(0.08) rotate(17deg);left:0px;}
}
 
@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {transform: scale(0.08) rotate(17deg);left:0px;}
25%  { left:10px;}
50%  {transform: scale(1) rotate(0deg);left:20px;}
75%  { left:10px;} 
100% {transform: scale(0.08) rotate(17deg);left:0px;}
}
 
@-o-keyframes myfirst /* Opera */
{
0%   {transform: scale(0.08) rotate(17deg);left:0px;}
25%  { left:10px;}
50%  {transform: scale(1) rotate(0deg);left:20px;}
75%  { left:10px;} 
100% {transform: scale(0.08) rotate(17deg);left:0px;}
}
.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .line {
    margin-bottom: 16px;
	padding:20px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #18c139;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
      right: 6px;
    top: -12px;
    cursor: pointer;
    display: none;
}


.footwhatsapp{       width: 50px;
    height: 50px;
    right: 40px;
    bottom:45%;
    position: fixed;
    z-index: 100;}
.footwhatsapp img{width:50px;}