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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-gas:before {
  content: "\e907";
}
.icon-life-insurance:before {
  content: "\e908";
}
.icon-loan:before {
  content: "\e909";
}
.icon-money-transfer:before {
  content: "\e90a";
}
.icon-satellite-dish:before {
  content: "\e90b";
}
.icon-telephone:before {
  content: "\e90c";
}
.icon-toll:before {
  content: "\e90d";
}
.icon-call:before {
  content: "\e906";
}
.icon-bus:before {
  content: "\e900";
}
.icon-car:before {
  content: "\e900";
}
.icon-visa:before {
  content: "\e900";
}
.icon-flight:before {
  content: "\e901";
}
.icon-gift-card:before {
  content: "\e902";
}
.icon-hotel:before {
  content: "\e903";
}
.icon-more:before {
  content: "\e904";
}
.icon-sunbed:before {
  content: "\e905";
}






.Flight_Image {
    width: 60px;
    height: 40px;
    margin: 0 auto;
    background: url(../../img/flight.svg) no-repeat 0 3px;
    background-size: 60px 45px;
    display: block;
}

.Hotel_Image {
    width: 50px;
    height: 40px;
    margin: 0 auto;
    background: url(../../img/hotel.svg) no-repeat 0 0;
    background-size: 50px 40px;
    display: block;
}
.Bus_Image {
    width: 45px;
    height: 40px;
    margin: 0 auto;
    background: url(../../img/bus.svg) no-repeat 0 4px;
    background-size: 45px 40px;
    display: block;
}
.Holiday_Image {
    width: 26px;
    height: 40px;
    margin: 0 auto;
    background: url(../../img/holiday.svg) no-repeat 0 10px;
    background-size: 26px 26px;
    display: block;
}
.Car_Image {
    width: 50px;
    height: 40px;
    margin: 0 auto;
    background: url(../../img/car.svg) no-repeat 0 0;
    background-size: 50px 40px;
    display: block;
}
.Visa_Image {
    width: 50px;
    height: 40px;
    margin: 0 auto;
    background: url(../../img/visa.svg) no-repeat 0 7px;
    background-size: 48px 30px;
    display: block;
}