/*enquiry-button*/

section#sp-enquiry-button {
    position: fixed;
    z-index: 99;
    bottom: 100px;
	left: 0;
    width: 150px;
}
@media (max-width: 767px) {
section#sp-enquiry-button {
	width: 150px;
	left: 0;
	right: auto;
	bottom: 60px; 
}
}
.floating-enquiry-button.sppb-btn.sppb-btn-default {
    transform: rotate(-90deg);
    position: absolute;
    left: -77px;
    right: auto;
    border-radius: 0px 0px 20px 20px;
    padding: 20px 40px 15px 40px;
	bottom: 10px; 
	background: #fe9217;
}
.floating-enquiry-button.sppb-btn.sppb-btn-default:hover {
    left: -77px;
    right: auto;
	bottom: 0px; 
    border-radius: 0px 0px 20px 20px;
    padding: 40px 40px 15px 40px;
	background: #ff7100;
	box-shadow: 0px 0px 10px #00000090;
}