.main_menu_mobile {
    text-align: center;
    background-color: #ffffff;
    /* border-bottom: 1px solid #e1e1e1; */
    position: sticky;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    border-top: 1px solid #8dcb51;
}
	.main_menu_mobile ul {
		list-style-type: none;
		padding: 7px 0 7px 0;
		margin: 0;
		min-width: 280px;
	}

	.main_menu_mobile ul li {
		display: inline-block;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		width: 23%;
	}

	.main_menu_mobile ul li a {
		display: inline-block;
		/* color: #7c7c7c;  */
		text-decoration: none;
		font-weight: bold;
		width: 100%;
		height: 48px;
		font-size: 14px;
	}


	.main_menu_mobile ul li.call_us a {
		background: url("../images/site/call-button.png") no-repeat center top;
		color: #4d4d4d;
	}


	.main_menu_mobile ul li.live_chat a {
		background: url("../images/site/whatsapp-button.png") no-repeat center top;
		color: #4d4d4d;
	}

	.main_menu_mobile ul li.pure_chat a {
		background: url("../images/site/live-chat-button.png") no-repeat center top;
		color: #4d4d4d;
	}

	.main_menu_mobile ul li.quick_quote a {
		background: url("../images/site/quote-button.png") no-repeat center top;
		color: #4d4d4d;
	}

	.main_menu_mobile ul li.live_chat a {
		border-left: 1px solid #e1e1e1;
	}

	.main_menu_mobile ul li.quick_quote a {
		border-left: 1px solid #e1e1e1;
	}

	.main_menu_mobile ul li.pure_chat a {
		border-left: 1px solid #e1e1e1;
	}

	.main_menu_mobile ul li span.button_text {
		position: relative;
		top: 29px;
	}