.fixexd__button{
			position: fixed;
			bottom:0;
			left: 0;
			right: 0;
			z-index:10;
			display: none;
			-ms-align-items: center;
			align-items: center;
			justify-content: space-between;
		}
		.fixexd__button a{
			width:100%;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			height:50px;
			padding:0 10px;
			color: #fff !important;
            font-family: arial;
			text-decoration: none;
			border:0;
			font-size:15px;
			background: #333750;
		}
		.fixexd__button a.green{
			background: #40c351;
		}
		.fixexd__button a.green:before{
			content:'';
			width:30px;
			height:30px;
			background:url(https://i.ibb.co/RcFydHv/wpimg.png) 0 0 no-repeat;
			background-size: cover;
			margin-right:15px;
		}
		@media screen and (max-width: 767px) {
			body{
				padding-bottom:50px;
			}
			.fixexd__button{
				display: flex;
			}
		}