/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2021 | 07:11:23 */
.custom_floating1 {
  display: none;
  position: fixed;
  bottom: 11%;
  right: 0;
  z-index: 10;
}
.custom_floating1 a.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  margin-bottom: 1.5px;
  padding: 15px 10px;
  color: #fff;
  background: rgba(11, 20, 35, 0.6);
  transition: background .5s ease;
}
.custom_floating1 a.contact:hover {
  background: rgba(11, 20, 35, 0.8);
  text-decoration: none;
  transform:translateX(-1px);
}
.custom_floating1 span.vertical {
  width: 1em;
  line-height: 1;
}
.custom_floating1 span[class*="icon"] {
  font-size: 24px;
  margin-bottom: 6px;
}
span.icon-user-circle-o, span.icon-sign-in{
  margin-bottom:7px;  
}

@media (min-width: 481px) {
  .custom_floating1 {
    display: block;
  }
}
@media (max-width: 480px) {
.custom_floating1 {
   display: block;
   margin-right:0px;
   zoom: 80%;
  }
.custom_floating1 a.contact {
  width:40px;  
}
