
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left:0px;
}


.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

a.whatsapp {
  background: #81d742;
  color: white;
}

a.phone {
  background: red;
  color: white;
}

a.instagram {
  background: violet;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content_new {
  margin-left: 75px;
  font-size: 30px;
}

.enquiry {
  background: red;
  color: white;
  text-decoration:none;

}

.icon-bar-right {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right:0px;
  float:right;
}


.icon-bar-right a {
  background-color: #cc0130;
    display: block;
    padding: 8px;
    font-weight: bold;
    color: #fff;
    font-size: 18px !important;
    font-family: Arial, sans-serif !important;
    height: 100%;
    float: right;
    margin-right: 42px;
    transform-origin: right top 0;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
}

.icon-bar-right a:hover {
  background-color: #000;
}

