/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 02:47:57 */
 @media (max-width: 768px) {  #acs-contact-trigger-float

 {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9998;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    background-color: #07071B;
	 box-shadow: 0 0 8px #fff!important;
}
	 
	 #acs-contact-trigger-float:hover

 {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9998;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    background-color: #07071B;
	 box-shadow: 0 0 12px #fff;
}
	 
	 }

