ul{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
.social_footer {
	position: fixed !important;
  right: 32px;
  bottom: 93px;
	z-index: 999999;
	font-size: 13px;
	flex-flow: nowrap;
	transition: all .5s ease;
}
.social_footer .item.call{
	position: relative;
}
.social_footer .item.call span{
	color: #fff;
	background: var(--text-grd2);
	padding: 13px 50px 13px 15px;
	width: max-content;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	right: 6px;
	border-radius: 60px;
	opacity: 0;z-index: -1;
	cursor: pointer;
}
.social_footer .item {
    margin-bottom: .5rem;
}
.social_footer .item.call .icon{
	background: #f0762d;
}
.social_footer .icon{
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	background: #f0762d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: var(--transition-smooth);
	z-index: 99;
}
.social_footer .icon.phone{
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: #fff;
}
.social_footer .item.email .icon, .social_footer .item.facebook .icon{
  background: #f0762d;
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.social_footer .icon:hover{
	transform: scale(.9);
	background: #fff !important;
}
.social_footer .icon:hover a{color: #f0762d !important}
.social_footer.active .icon{
	margin-bottom: .5rem;
}

.wpcf7-response-output{
	display: none;
}
form.sent .wpcf7-response-output{
	display: block;
	font-size: 14px;
	width: max-content;
margin: 1rem auto !important;}

.threedotloader {
    margin: 0 auto;
    /* padding-bottom: 20px; */
    /* margin-left: 15px; */
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .threedotloader .dot {
    width: 25px;
    height: 25px;
    border-radius: 1.4em;
    transform: scale(0);
    display: inline-block;
    animation: dotanim 2s infinite ease-in-out;
    background: #FBD988;
    box-shadow: 0 0 24px 8px #fbd988;
  }
  .threedotloader .dot:nth-child(1) {
    animation-delay: 0s;
    background: var(--text-grd2);
  }
  .threedotloader .dot:nth-child(2) {
    animation-delay: 0.3s;
    background: var(--text-grd2);
  }
  .threedotloader .dot:nth-child(3) {
    animation-delay: 0.6s;
    background: var(--text-grd2);
  }
  .threedotloader .dot:nth-child(4) {
    animation-delay: 0.9s;
  }
  
  @keyframes dotanim {
    0% {
      transform: scale(0);
	
    }
    50% {
      transform: scale(1);

    }
    90% {
      transform: scale(0);
		
    }
    100% {
      transform: scale(0);
	
    }
  }
@media(max-width: 768px){
	
	.social_footer{
		flex-flow: column;
		top: unset;
		bottom: 88px;
		right: 30px;
	}

}	
