/*
Theme Name: Iguru Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: iguru
Text Domain:  iguru-child
*/
body .wgl-theme-header.header_overlap {
    /*top: 40px;*/
	position: static;
}
@media only screen and (max-width: 600px) {
 body .wgl-theme-header.header_overlap {
    top: 0px;
}
body .vc_custom_1614596431721 {
    	margin-top: 0 !important;
	}
	.slick-next .slick-arrow{
		display:block !important;
	}
	.iguru_module_carousel .slick-prev {
    /*left: 85px!important;*/
}
}


.mobile-call-button
{
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 95px;
    right: 10px;
    z-index: 10000;
    filter: drop-shadow(3px 5px 16px rgba(0, 0, 0, 0.57));
}

@media(min-width:768px)
{
    .mobile-call-button
    {
        display: none !important;
    }
}