/*** Social Media Sticky Start ***/
       .icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index:10001;
	  right:0px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a button{
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.instagram {
  background: #dd2a7b;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background:#0077b5;
  color: white;
}

  .icon-bar1 {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index:10001;
	  right:-100px;
}
 .rotate {  
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}
 /*** Social Media Sticky ENd ***/

 /*** Enquire Now Button Start ***/
  .icon-bar1 {
  position: fixed;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index:10001;
	  right:-105px;
}
 .rotate {  
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}



 /*** Enquire Now Button Mobile view Start ***/

@media (min-width: 100px) and (max-width: 991px) {
  .icon-bar1 {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index:10001;
	  right:-104px;
}
}

 /*** Enquire Now Mobile view End ***/

 /*** Enquire Now Button End ***/