@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts-min/glyphicons-halflings-regular.eot');
  src: url('../fonts-min/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
      url('../fonts-min/glyphicons-halflings-regular.woff') format('woff'), 
      url('../fonts-min/glyphicons-halflings-regular.ttf') format('truetype'), 
      url('../fonts-min/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.content {
    padding: 15px 3px 0px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  /*-moz-osx-font-smoothing: grayscale;*/
}
.round.hollow.white {
    color: #FFF;
    box-shadow: 0px 0px 0px 3px #FFF;
}
.round.round-lg {
    height: 30px;
    width: 30px;
    line-height: 35px;
    border-radius: 20px;
    font-size: 1.5em;
}
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #FFF;
    text-align: center;
}
.supportNumber.white {
    color: #FFF;
}
.supportNumber {
    margin: 0px 10px;
    font-size: 20px;
}
.glyphicon-earphone:before {
  content: "\e182";
}