.dvc {
    position: fixed;
    top: 10px;
    
    left: 10px;
   
    z-index: 1000;
   
}

.mt {
    margin-top: 15px;
}

.call-outcontac{
	position:fixed;
	width:200px;
	height:45px;
	bottom:15px;
	left:7px;
	background-color:#7b47ff;
	color:#FFF;
	border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
	padding:5px;
	text-align:center;
    font-size:18px;
	box-shadow: 2px 2px 3px #999;
	padding-top:4px;
  	z-index:100;
	box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.call-outcontac a{
	color:#FFF;
	text-decoration:none;
}
.call-outcontac a:link{
	color:#FFF;
}
.call-outcontac a:hover{
	color:#FFFF00;
}


.my-wa-outcontac{

	position:fixed;
	width:60px;
	height:60px;
	bottom:15px;
	left:220px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: -10px;
	background-color:hsl(352, 70%, 49%);
	color:#ffffff;
	border-radius:50px;
	text-align:center;
  font-size:50px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  box-shadow: 0 0 0 0rgb(255, 99, 71, 0.7);
	background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);

	

}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgb(255, 99, 71, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgb(255, 99, 71, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgb(255, 99, 71, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgb(255, 99, 71, 0);}}
