/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2022 | 08:10:25 */
/* Btn-group */
section.elementor-section.floating-nav{
   display:none;
   z-index:999;
} 

.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;
   /* max-width : 100%;
    width : 200px;*/
    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: -190px;
    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-family: "Poppins";
    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;
}
/*
#btn_group .float-speak:hover {
    transition: 1s;
    right:200px;
}
#btn_group .float-download:hover {
    transition: 1s;
    right:200px;
}
#btn_group .float-showroom:hover {
    transition: 1s;
    right:200px;
}*/

li.elementor-icon-list-item {
    /*background-color: #EA001B;*/
    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){

}
