.whatsapp_chatbox svg {
	width: 70px !important;
    height: 70px !important;
}
.easy-way-to-book {
	position: fixed;
    bottom: 0;
    z-index: 1;
    font-size: 20px;
    background-color: #00b8f4;
    color: #fff;
    display: inline;
    padding: 5px 20px;
    line-height: 30px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.8s;
    white-space: nowrap;
}
.easy-way-to-book:hover {
	background-color: #ff0000;
}
