.minus.icon {
    color: red;
    position: absolute;
    margin-left: 8px;
    margin-top: 14px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
}
.minus.icon-blue{color: #005bc2;}

.left-double-quote-solid.icon {
    color: red;
    position: absolute;
    margin-left: 2px;
    margin-top: -20px;
    width: 17px;
    height: 11px;
}

.left-double-quote-solid.icon:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid 1px currentColor;
    background-color: currentColor;
    border-radius: 50%;
    top: 3px;
}

.left-double-quote-solid.icon:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid 1px currentColor;
    background-color: currentColor;
    border-radius: 50%;
    top: 3px;
    left: 9px;
}

.left-double-quote-solid.icon i:before {
    content: '';
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-left: solid 1px currentColor;
    border-top: solid 1px transparent;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left-double-quote-solid.icon i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-left: solid 1px currentColor;
    border-top: solid 1px transparent;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right-double-quote-solid.icon {
    color: red;
    position: absolute;
    margin-left: 2px;
    margin-top: 5px;
    width: 17px;
    height: 11px;
}

.right-double-quote-solid.icon:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: solid 1px currentColor;
    background-color: currentColor;
}

.right-double-quote-solid.icon:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: solid 1px currentColor;
    background-color: currentColor;
}

.right-double-quote-solid.icon i:before {
    content: '';
    position: absolute;
    left: -6px;
    top: -3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-left: solid 1px transparent;
    border-top: solid 1px transparent;
    border-right: solid 1px currentColor;
    border-bottom: solid 1px transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right-double-quote-solid.icon i:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-left: solid 1px transparent;
    border-top: solid 1px transparent;
    border-right: solid 1px currentColor;
    border-bottom: solid 1px transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mail.icon {
    color: red;
    position: absolute;
    margin-left: 2px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border-radius: 1px;
    border: solid 1px currentColor;
}

.mail.icon:before {
    content: '';
    position: absolute;
    left: 7px;
    top: -4px;
    width: 1px;
    height: 10px;
    background-color: currentColor;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg);
}

.mail.icon:after {
    content: '';
    position: absolute;
    left: 7px;
    top: -4px;
    width: 1px;
    height: 10px;
    background-color: currentColor;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}

.arrow-right.icon {
    color: #fff;
    position: absolute;
    /*margin-left: 2px;*/
    /*margin-top: 10px;*/
    width: 16px;
    height: 1px;
    background-color: currentColor;
}

.arrow-right.icon:before {
    content: '';
    position: absolute;
    right: 1px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus.icon {
    color: red;
    float: left;
    /*margin-left: 3px;*/
    margin-top: 10px;
    padding-right: 27px;
}

/*.plus.icon:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 15px;*/
    /*height: 1px;*/
    /*background-color: currentColor;*/
    /*-webkit-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
/*}*/

.plus.icon:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 7px;
    background-color: currentColor;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

