@font-face {
  font-family: 'flow-Iconfont';
  src:  url('fonts/flow-Iconfont.eot?rzb5rf');
  src:  url('fonts/flow-Iconfont.eot?rzb5rf#iefix') format('embedded-opentype'),
    url('fonts/flow-Iconfont.ttf?rzb5rf') format('truetype'),
    url('fonts/flow-Iconfont.woff?rzb5rf') format('woff'),
    url('fonts/flow-Iconfont.svg?rzb5rf#flow-Iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="flowcon-"], [class*=" flowcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'flow-Iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flowcon-arrow-left:before {
  content: "\e900";
}
.flowcon-arrow-right:before {
  content: "\e901";
}
.flowcon-facebook:before {
  content: "\e902";
}
.flowcon-instagram:before {
  content: "\e903";
}
.flowcon-twitter:before {
  content: "\e904";
}
.flowcon-google:before {
  content: "\e905";
}
.flowcon-quote:before {
  content: "\e906";
}
.flowcon-linkedin:before {
  content: "\e907";
}
/* phone number alignment on header */
h6.phonenumber {
        font-size: 15px;
        margin-top: 0.5rem;
        text-align: right;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
}
/* adding space for span */
span.button {
        margin-left :1%;
}

