.bx-share-social {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	display: inline-block;
	list-style: none;
}
.bx-share-icon {
    display: flex;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bx-share-icon a,
.bx-share-icon a:link,
.bx-share-icon a:visited,
.bx-share-icon a:active {
	color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    border-radius: 50%;
    background: #181744 !important;
    width: 40px;
    height: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px !important;
}
.bx-share-icon a:hover{
	background: #8462ff !important;
	color:#fff !important;
}

