	
	.mobile_contactfooter{display:none} 
@media(max-width:992px){.mobile_contactfooter{left:0} a.floatbtn:hover{color:#fff!important} .ft-coonnect-links-box:focus,.ft-coonnect-links-box-call:focus{background:#d9652a;border:none;box-shadow:none;outline:none;color:#fff!important} .ft-coonnect-links-box:focus a,.ft-coonnect-links-box-call:focus a{background:#d9652a;border:none;box-shadow:none;outline:none;color:#fff!important} .testimonial_scroll_wrap{height:400px} .ft-coonnect-links-box,.ft-coonnect-links-box-call{background:#444;width:50%;text-align:center;padding:15px 10px;float:left;border-radius:30px!important;text-decoration:none!important} .mobile_contactfooter{width:100%;right:0} span.ft-coonnect-links,.ft-coonnect-links-call{font-size:14px} .ft-coonnect-links-box .fa,.ft-coonnect-links-call .fa{font-size:20px;padding-right:10px} .mobile_contactfooter{right:0!important;width:100%!important} .ft-coonnect-links-box-call{border-left:1px solid #fff} 

.mobile_contactfooter{z-index:999999999999;position:fixed;bottom:13px;right:13px;display:block} .vert_move{-webkit-animation:mover 1s infinite alternate;animation:mover 1s infinite alternate} 
.whatsapp{background-color:#29862c!important} .phonecolor{background-color:#29862c!important} .floatbtn{background-color:#0c9;color:#fff;border-radius:50px;display:inline-block}
}
	
.social-icons1:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
      height:35px;
	  width:35px;
}
.socials:hover {
      height:35px;
	  width:35px;
}
.change:hover {
	font-size: 24px;
    color:#fff;

	
}
.logos:hover {
	height:100px;
	  width:350px;
}

@keyframes shake1 {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake{
  0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}