.embeddedServiceHelpButton .uiButton{
	min-width: 63px !important;
	max-height: 63px !important;
	border-radius: 50% !important;
}
.embeddedServiceHelpButton .helpButton{
	bottom: 10% !important;
	right: 60px !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:hover::before, .embeddedServiceHelpButton .helpButton .uiButton:focus::before{
	border-radius: 50% !important;
    background-color: inherit !important;
}
.embeddedServiceHelpButton .helpButton .uiButton {
    height: 63px !important;
    background-color: inherit!important;
    background-image: url(../../image/live_chat.svg) !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
	outline: 1px solid #d31145 !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:hover {
	background-color: inherit!important;
}
.embeddedServiceHelpButton .helpButton .uiButton span{
	display: none !important;
}
@media (max-width: 767px){
	.embeddedServiceHelpButton .uiButton{
		min-width: 35px !important;
		max-height: 35px !important;
	}
	.embeddedServiceHelpButton .helpButton{
		bottom: 7% !important;
		right: 30px !important;
	}
}