/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2024 | 04:25:03 */
span.eael-tooltip-content, 
span.eael-tooltip-content a {
	color: #D70717;
	width: fit-content;
}
.eael-tooltip {
	background-color: #EEEEEE;
	padding: 9px 9px!important;
	width: 40%!important;
}
.eael-tooltip .eael-tooltip-text.eael-tooltip-left{
	margin-right: 0px!important;
}
.eael-tooltip-content i {
    color: #D70717;
}
/* Btn-group */
section.elementor-section.floating-nav{
   display:none;
   z-index:999;
} 
 .btn-title{
	min-width: 200px;
	background-color: #c3002f;
	color: #FFF;
	padding: 10px;
	right: 250px;
	position: absolute;
	transition: 3s;
	display: block;
	height: 100%;
} 
.btn-float .elementor-icon-box-content {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 30px;
    vertical-align: top;
    margin-right: 0;
    margin-left: -25px;
    background-color: #EEEEEE;
    border: 1px solid #E1E1E1;
  	height: 45px;
    text-align: left;
    padding-left: 20px;
}
#btn_group .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){
  margin-top: 0px;
}
#btn_group {
    right: -85px;
    position: fixed;
    top: 50%;
    z-index: 999;
    transition: 1s;
    width: 300px;
    max-width: max-content;
    margin-top: 0;
    transform: translateY(-50%);
    float: right;
    cursor: pointer;
	
  }

#btn_group .elementor-widget-container {
    border-radius: 8px 0px 0px 8px;
    opacity: 1;
}
#btn_group a {
    font-size: 13px;
    font-weight: 400;
}
#btn_group .float-speak {
    right: 0px;
    transition: 1s;
}
#btn_group .float-showroom {
    right: 0px;
    transition: 1s;
}
#btn_group .float-download {
    right: 0px;
    transition: 1s;
}
li.elementor-icon-list-item {
    padding: 10px!Important;
}
#btn_group li.elementor-icon-list-item {
    background-color: #EEEEEE;
    border: 1px solid #E1E1E1;
}


/*############### MEDIA SCREEN DISPLAY CSS Mobile ####################*/
@media screen and (min-device-width: 320px) and (max-device-width: 767px){

}

/*############### MEDIA SCREEN DISPLAY CSS Mobile ####################*/
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px){

}
