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

  [class^="icon-icon"], [class*=" icon-icon"],
  .slick-next, .slick-prev, .icon-Checkmark, .nav-primary li  {
    /* 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-Checkmark:before {
    content: "\e90a";
    color: #fff;
  }
  .icon-Icon-ionic-ios-arrow-back:before {
    content: "\e90b";
    color: #fff;
  }

  .slick-prev::before {
    content: "\e90b";
    color: #fff;
}
  .slick-next::before,
  .icon-icon-ionic-ios-arrow-forward:before {
    content: "\e90c";
    color: #fff;
  }
  .icon-material-location-on:before {
    content: "\e907";
  }
  .icon-icon-awesome-location-arrow::before {
	content: "\e908";
	color: #2c3c69;
	position: relative;
	top: 3px;
	right: 3px;
}
  .icon-icon-awesome-phone-alt:before {
    content: "\e909";
    padding-right: 5px;
  }
  .icon-icon-fb:before {
    content: "\e900";
  }
  .icon-icon-search:before {
    content: "\e901";
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 245px;
    color: var(--blue);
  }

  .icon-icon-search-tablet:before {
    content: "\e901";
    font-size: 15px;
  }

  .icon-icon-search:before a  {
    text-decoration: none;
    }

 .icon-icon-search-fixed::before {
    content: "\e901";
 }

  .icon-triangle-down:before {
    content: "\e902";
  }

  .icon-triangle-up:before {
    content: "\e903";
  }
  .icon-triangle-right:before {
    content: "\e904";
  }
  .icon-triangle-left:before {
    content: "\e905";
  }
  .icon-icon-phone:before {
    content: "\e906";
  }
