.hover_btn {
		--color: #ffa260;
		--hover: #e5ff60;
		transition: .2s all linear;
	}
	
	.hover_btn:hover,
	.hover_btn:focus {
		box-shadow: 0 0.5em 0.9em -0.3em #14582d;
		transform: translateY(-0.50em);
	}
	/*floating button*/
	
	.float {
		font-weight: 600;
		vertical-align: middle;
		padding: 8px 16px 10px;
		position: fixed;
		bottom: 10px;
		left: 10px;
		background-color: #023838;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 16px;
		z-index: 100;
		text-decoration: none;
	}
	
	.float:hover {
		color: #ffffff;
	}
	
	.float i {
		margin-right: 10px;
		font-size: 22px;
		position: relative;
		top: 2px;
		color: #25D366;
	}
    .homeBannerVideo {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	@media (max-width: 700px) {
		.homeBannerVideo {
			display: none;
		}
	}