/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2025 | 08:02:12 */
.custom_floating1 {
  /*display: none;*/
	display: block;
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 10;
}
.custom_floating1 .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  width: 50px;
  margin-bottom: 10px;
  padding: 15px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: background .5s ease;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 10px 0 0 10px;
}
.custom_floating1 .contact:hover {
  background: #000;
  text-decoration: none;
}
.custom_floating1 .vertical {
  width: 1em;
  line-height: 1;
}
.custom_floating1 span[class*="icon"] {
  font-size: 24px;
  margin-bottom: 6px;
}

.custom_floating1 a:nth-child(1) {
	background: #E4A63B;
}
.custom_floating1 a:nth-child(2) {
	background: #007EC3;
}
.custom_floating1 a:nth-child(3) {
	background: #33AD69;
}

@media (max-width: 480px) {
  .custom_floating1 {
/*     display: block; */
	  display: none;
  }
	
	.custom_floating1 .contact {
		width: 25px !important;
	}
	.custom_floating1 span[class*="icon"] {
		font-size: 14px !important;
	}
	.custom_floating1 .vertical {
		font-size: 12px !important;
	}
}


