/* CSS Multiple Whatsapp Chat */

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #000000;
  position: fixed;
  display: flex;
  height: 40px;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  left: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}


  
  /* Create four equal columns that floats next to each other */
  .column {
    float: left;
    width: 100%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }



  .text-block {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.555);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
  

.aa {
  font-size: 14px;
}


.fa {
  padding: 10px;
  font-size: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 50%;
}

.fa:hover { 
  background-color: rgb(255, 255, 255);
    
}

.fa-facebook {
  background:#3B5998;
  color: white;
}


.fa-linkedin {
  background:#007bb5;
  color: white;
}

.fa-youtube {
  background:#bb0000;
  color: white;
}

.fa-instagram {
  background:#125688;
  color: white;
}



.swiper-container .vlt-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
 
}

