/*Fonts for icon*/


@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?d531m9');
    src:url('../fonts/icomoon.eot?#iefixd531m9') format('embedded-opentype'),
        url('../fonts/icomoon.woff?d531m9') format('woff'),
        url('../fonts/icomoon.ttf?d531m9') format('truetype'),
        url('../fonts/icomoon.svg?d531m9#icomoon') format('svg');

    font-weight: normal;
    font-style: normal;
}
input[type="date"] {
	line-height: 18px;
}



.btn:before{
    font-family: 'icomoon';
}

.btn2-st2:before{
    font-family: 'icomoon';
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: attr(data-icon);
    line-height: 1;


    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e60b";
}
.icon-google-plus:before {
    content: "\e60c";
}
.icon-linkedin:before {
    content: "\e60d";
}
.icon-social-twitter:before {
    content: "\e609";
}
.icon-rss:before {
    content: "\e60a";
}
.icon-user:before {
    content: "\e607";
}
.icon-phone2:before {
    content: "\e600";
}
.icon-mail:before {
    content: "\e601";
}
.icon-globe:before {
    content: "\e602";
}
.icon-search:before {
    content: "\e603";
}
.icon-list-ul:before {
    content: "\e606";
}
.icon-rocket:before {
    content: "\e605";
}
.icon-cart:before {
    content: "\e604";
}

.icon-image:before {
    content: "\e613";
}
.icon-camera:before {
    content: "\e614";
}

.icon-angle-down:before {
    content: "\e612";
}

.icon-pencil:before {
    content: "\e611";
}

.icon-home:before {
    content: "\e608";
}
.icon-file:before {
    content: "\e60e";
}
.icon-envelope:before {
    content: "\e60f";
}
.icon-cog:before {
    content: "\e610";
}

.icon-hospital:before {
    content: "\e615";
}
.icon-calendar:before {
    content: "\e616";
}
.icon-plus:before {
    content: "\e617";
}
.icon-minus:before {
    content: "\e618";
}
.icon-eye-open:before {
    content: "\e619";
}
.icon-female:before {
    content: "\e61a";
}
.icon-medkit:before {
    content: "\e61b";
}
.icon-ambulance:before {
    content: "\e61c";
}
.icon-food:before {
    content: "\e61d";
}
.icon-stethoscope:before {
    content: "\e61e";
}
.icon-comments:before {
    content: "\e61f";
}
.icon-hospital2:before {
    content: "\e620";
}
.icon-heart:before {
    content: "\e621";
}

/*Arrow*/


/*
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.icon-arrow-left:before {
    content: "\e701";
}
.icon-arrow-down:before {
    content: "\e702";
}
.icon-arrow-up:before {
    content: "\e703";
}
.icon-arrow-right:before {
    content: "\e704";
}