
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-circle:before {
    content: "\f111";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-user:before {
    content: "\f007";
}

.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-circle-arrow-right:before {
    content: "\f0a9";
}

.fa-angle-down:before {
    content: "\f107";
}
.fa-star:before {
    content: "\f005";
}

.fa-angle-double-right:before {
    content: "\f101";
}
.fa-times:before {
    content: "\f00d";
}

.yellow_shade {
    background: #f9b202 !important;
    color: #000 !important;
}
.pink_shade {
    background: #eb4a6a !important;
    color: #fff !important;
}
.fa-square:before{content:"\f0c8"}
.fa-square-o:before{content:"\f096"}
.bar_progress {
    margin-bottom: 30px;
}
.bg-primary {
    background-color: #0077b6 !important;
}

.color_tick .fa.fa-times {
    color: red;
}
.color_tick .fa.fa-check {
    color: green;
}


