






/* QC WIDGET - FLOATING BUTTONS START */
.qc-floating-buttons { background: #ffffff;  bottom: 50px;  left: 10px; position: fixed; margin: 20px; z-index: 99999; display: flex; flex-direction: column; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.qc-floating-buttons .float-button {font-size: 20px; flex: 1; padding: 10px 15px; border-bottom: 1px solid #ccc;}
.qc-floating-buttons .float-button:last-child {border: none;}
.qc-floating-buttons .float-button.email {color: #f00; transition: 1s ease;}
.qc-floating-buttons .float-button.phone {color: #598bff; display: block;}
.qc-floating-buttons .float-button.whatsapp {color: #03a84e;}
.qc-floating-buttons .float-button:hover i {-webkit-animation:rotate-center .6s ease-in-out both;animation:rotate-center .6s ease-in-out both}
@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@media only screen and (max-width: 767px) {
	.qc-floating-buttons .float-button.phone {display:block !important;}
}
/* QC WIDGET - FLOATING BUTTONS END */
