/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.0.9

All css files are placed in /css/ folder
*/
@media (min-width: 481px) {
#div_contact{
width:48%;
display:inline-block;
	}
}
#div_whatsapp{
    z-index: 999999;
    right: 22px;
    position: fixed;
    transform-origin: 100% 0% 0;
    top: 85%;
    cursor: pointer;
    border-radius: 18px;
}
div#whats:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
@media (max-width:468px){
	#div_whatsapp{
		right: 0px;
		top: 87%;

	}
}