/*custom right side button start*/

	#right-custom-menu a{
		position: fixed;
		right: -80px;
		transition: 0.3s;
		padding: 10px;
		width: 130px;
		text-decoration: none;
		font-size: 18px;
		color:white;
		border-radius: 15px 0 0 15px;
		z-index: 101;
	}

	#right-custom-menu a:hover{
		right: 0;
	}

	#right-btn-intro{
		top: 180px;
		background-color: #4CAF50;
	}

	#right-btn-about{
		top: 240px;
		background-color: #2196F3;
	}

	#right-btn-features{
		top: 300px;
		background-color: #f44336;
	}

	#right-btn-price{
		top: 360px;
		background-color: #555;
	}

	#right-btn-faq{
		top: 420px;
		background-color: #000;
	}

/*custom right side button end*/