/**
 * Icons
 */


/* add icon code here 
More Info: https://app.getguru.com/card/i5RRjE4T/Creating-Using-and-Managing-Icons-for-the-Web
*/

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

[class^="icon-"], [class*=" icon-"],
.ubermenu-nav .ubermenu-sub-indicator,
.ubermenu-nav .ubermenu-sub-indicator-close .fa-times,
nav.ubermenu-main .ubermenu-nav .ubermenu-item-level-0>.ubermenu-target .ubermenu-sub-indicator {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mcleod-icon' !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-bottom-arrow:before,
.ubermenu-nav .ubermenu-sub-indicator:before,
.ubermenu-nav .ubermenu-sub-indicator-close .fa-times:before {
    content: "\e900";
}
.icon-callender:before {
    content: "\e901";
}
.icon-checked:before {
    content: "\e902";
}
.icon-exclamation:before {
    content: "\e903";
}
.icon-facebook:before {
    content: "\e904";
}
.icon-instagram:before {
    content: "\e905";
}
.icon-left-arrow:before {
    content: "\e906";
}
.icon-linkedin:before {
    content: "\e907";
}
.icon-location:before {
    content: "\e908";
}
.icon-login:before {
    content: "\e909";
}
.icon-logo:before {
    content: "\e90a";
}
.icon-menu:before {
    content: "\e90b";
}
.icon-minus:before {
    content: "\e90c";
}
.icon-more:before {
    content: "\e90d";
}
.icon-phone:before {
    content: "\e90e";
}
.icon-plus:before {
    content: "\e90f";
}
.icon-quotation:before {
    content: "\e910";
}
.icon-right-arrow:before {
    content: "\e911";
}
.icon-search:before {
    content: "\e912";
}
.icon-top-arrow:before {
    content: "\e913";
}
.icon-x:before {
    content: "\e914";
}
.icon-close:before {
    content: "\e915";
}

/*
 * Addtion icons for Accordion Block
 */
@font-face {
    font-family: 'block-icons';
    src:  url('accordion-icon-set/icomoon.eot?f1891');
    src:  url('accordion-icon-set/icomoon.eot?f1891#iefix') format('embedded-opentype'),
      url('accordion-icon-set/icomoon.ttf?f1891') format('truetype'),
      url('accordion-icon-set/icomoon.woff?f1891') format('woff'),
      url('accordion-icon-set/icomoon.svg?f1891#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="iconb-"], [class*=" iconb-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'block-icons' !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;
  }
  
  .iconb-cariers:before {
    content: "\e900";
    color: #007eae;
  }
  .iconb-chat:before {
    content: "\e901";
    color: #007eae;
  }
  .iconb-clock:before {
    content: "\e902";
    color: #007eae;
  }
  .iconb-delivery-truck:before {
    content: "\e903";
    color: #007eae;
  }
  .iconb-income:before {
    content: "\e904";
    color: #007eae;
  }
  .iconb-safety:before {
    content: "\e905";
    color: #007eae;
  }
  .iconb-testimonial:before {
    content: "\e906";
    color: #007eae;
  }
  .iconb-truck:before {
    content: "\e907";
    color: #007eae;
  }
  .iconb-wallet:before {
    content: "\e908";
    color: #007eae;
  }
  