/*!
Theme Name: Theme dalkyTH 
Theme URI: https://miral.services/
Author: Miral Services
Author URI: https://miral.services/
Description: Professional wordpress theme company, News, Personal ,Miral Services
Version: 0.1
Tags: company, News, Personal
Text Domain: miral.services
*/
  


.contact-dev{
	position:fixed;
	bottom:40px;
	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;
	}
}