.quote-icon{
	margin: 0 !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}
.quote-image{
   width: 30px;
   height: 30px;
}
.quote-count-badge {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ff5b5b;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: -7px;
    right: -7px;
}
header.type1 .quote-icon .quote-image {
    filter: brightness(15);
}
header.type1 .quote-icon .quote-count-badge {
    background-color: #000000;
}
header.type1 .header-right .header-quote{
    margin-right: 8px;
}