.header-wrapper {
  padding: 10px 0px;
}

.slick-initialized .slick-slide{
  padding: 0;
}

.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 30%;
  right: -5px;
  width: 60px;
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.sticky-icon a {
  display: block;
  width: 250px;
  overflow: hidden;
  transform: translate(0px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
  padding-right: 45px;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(-150px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
  transform:rotate(360deg);}*/
.Facebook {
  background: #2c80d3;
  color: #fff;
}

.Youtube {
  background: #43c553;
  color: #fff;
}
.call-now {
  background: #0f1ca6;
  color: #fff;
}

.Instagram {
  background: #fd1d1d;
  color: #fff;
}

.Google {
  background: #0077b5;
  color: #fff;
}

.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-linkedin-in {
  background-color: #fff;
  color: #0077b5 !important;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
  font-weight: bold;
}

.sticky-icon a i.fa-whatsapp {
  background-color: #fff;
  color: #43c553;
  font-weight: bold;
  animation: wiggle 1.5s linear infinite;
}
.sticky-icon a i.fa-phone {
  background-color: #fff;
  color: #0f1ca6;
  font-weight: bold;
  animation: wiggle 1.5s linear infinite;
}

@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-15deg);
  }

  20% {
    transform: rotateZ(10deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  30% {
    transform: rotateZ(6deg);
  }

  35% {
    transform: rotateZ(-4deg);
  }

  40%,
  100% {
    transform: rotateZ(0);
  }
}
