.btn.mjcare-btn-floating {
    background-color: #fff;
    font-size: 18px;
    /* border-radius: 50%; */
    width: 54px;
    height: 50px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: fixed;
    right: -2px;
    bottom: 33px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    border: 1px solid #b7b7b7;
	z-index: 900;
    border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	border-right: 0;
	transition: 0.3s;
}
.mjcare-btn-floating img {
    width: 36px;
    height: 41px;
}
.mjcare-btn-floating span img {
    width: 81px;
    height: 23px;
}
.mjcare-btn-floating:focus,
.mjcare-btn-floating:hover {
    box-shadow:none;
	width: 138px;
    /* border-top-left-radius: 40px;
    border-bottom-left-radius: 40px; */
}
.mjcare-btn-floating span{
	display: none;
}
.mjcare-btn-floating:focus span,
.mjcare-btn-floating:hover span{
	display: flex;
    padding-left: 5px;
    color: #00AEEF;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}

.modal-popup.mjcare-modal-guest #mjcare_guest_feedback_form .fieldset{
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
}
.modal-popup.mjcare-modal-guest .modal-footer{
    padding-top: 0;
}
.modal-popup.mjcare-modal-guest .mb-4{
    margin-bottom: 1rem !important;
}
.modal-popup.mjcare-modal-guest .modal-content{
    padding-bottom: 5px;
}
.modal-popup.mjcare-modal-guest div.mage-error[generated]{
    margin-top: 0px;
}