.contactpage  .social-links a{
  background-color: #949494;
}

.social-links a{
    background-color: white;
    color:#102a2d!important;
    border-radius: 50%;
    padding: 2px;
    width: 26px;
    line-height: 22px;
    text-align: center;
    height: 26px;
    display: inline-block;
    margin: 5px;
  }
  .social-links a:hover{
    background-color: #c50f3c;
    color:white!important;
  }

 
 
.social-box  a.social-item{
  border: 1px solid #c7c7c7;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
}
 
.social-box  .social-item-text i{
  border: 1px solid #c7c7c7;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
}
.social-box  .social-item-text:hover{
  color:var(--main-5-color);
}
.social-box  .social-item-text:hover>i{
  background-color: #c7c7c7; 
}
.social-box  .social-item:hover{
  background-color: #c7c7c7; 
  color:var(--main-5-color);
}
 

.whatsapp {
  font-size: 20px;
  text-shadow: none;
  color: #111;
  left: 20px;
  bottom: 100px;
  z-index: 999;
  width: 48px;
  position: fixed;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #2E7D32;
  border-radius: 50%;
}