/*!
Theme Name: Fanar Marble Theme
Theme URI: http://www.fanarmarble.com/
Author: Mohammed Khater
Author URI: https://www.mohammedkhater.com/
Description: Fanar Marble Theme
Version: 0.1
Tags: powerful, cheat, sheet
Text Domain: fanar
*/
  

.contact-dev{
	position:fixed;
	bottom:80px;
	left:40px;
	display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99;
}
[dir=rtl] .contact-dev{
	flex-direction: row-reverse;
}
.floating-whatsapp{
	width:60px;
	height:60px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
	display: flex;
    justify-content: center;
    align-items: center;
}
.floating-whatsapp:hover{
	color: #fff;
	text-decoration: none;
}
.contact-dev .text{
	background-color: #fff;
    box-shadow: 1px 1px 2px 4px #f9f9f9;
    color: #333;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    border-radius: 5px;
    text-transform: capitalize;
	
	letter-spacing: 1px;
    font-size: 18px;
}
@media(max-width:575px){
	.floating-whatsapp{
		bottom:60px;
	}
}