.icon-plus {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-plus:before {
    content: "\f067"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-top:5px;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}
.icon-arrow-left {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-arrow-left:before {
    content: "\f060"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}
.icon-arrow-right {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-arrow-right:before {
    content: "\f061"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}
.icon-phone {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-phone:before {
    content: "\f095"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}
.icon-envelope {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-envelope:before {
    content: "\f0e0"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}
.icon-ellipsis-horizontal {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-ellipsis-horizontal:before {
    content: "\f141"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}

.icon-fa-globe {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-fa-globe:before {
    content: "\f0ac"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}

.icon-chevron-down {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-chevron-down:before {
    content: "\f078"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}

.icon-clock-o {
    position: relative;
}
 
/*replace the content value with the 
corresponding value from the list below*/
 
.icon-clock-o:before {
    content: "\f017"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}