
.slide_track{
  height: 400px;
  overflow: hidden;
  position: relative;
}

.slide_wrap{
  width: 100%;
  height: 300%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
}



.loraWan_wrap{
  position: relative;
}

.lorawan_panel{
  width: 100%;
  display: flex;
  height: 400px;
  
}

.slide_control{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}


.slide_nav{
  width: 8px;
  height: 80px;
  background: #CBEDFC;
  cursor: pointer;
}

.s_n_active{
  background: #7DD2F6!important;
}




.lpanel_left{
  flex: 1;
  padding-left: 50px;
}

.lpanel_top{
  width: 100%;
  display: flex;
  margin-bottom: 22px;
    align-items: center;
  gap: 18px;
}

.lpanel_number{
  width: 45px;
  height: 45px;
  font-size: 20px;
  padding: 10px;
  color: #4A4A4A;
text-align: center;
  background: #7DD2F6;
  border-radius: 50%;
  font-weight: 600;
}

.lpanel_title{
  font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
  color: #4A4A4A;
}


.lpanel_right{
  flex: 1;
}

.lpanel_image{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.lpanel_image img{
  display: block;
  max-width: 100%;
}

.lorawan_mobile{
    display: none;
  } 


@media only screen and (max-width: 1050px) {
  
  .loraWan_wrap{
    display: none!important;
  }
  
  .slide_track{
    height: auto;
    
  }
  
  .slide_wrap{
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    
  }
  
  .lorawan_panel{
    flex-direction: column-reverse; 
    height: auto;
    
  }
  
/*LM mobile*/
  
  
  .lorawan_mobile{
    display: block;
    
  }  
  
  
  .lm_switches{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    
  }
  
  
  .lm_switch{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-left: solid 8px #cbedfc;
    
  }
 
  
  .lm_number{
  background: #7dd2f6;
    border-radius: 50%;
    font-size: 20px;
    height: 45px;
    padding: 10px;
    text-align: center;
    width: 45px;
    color: #4a4a4a;
    font-weight: 600;
}
  }
  
  .lm_heading{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4A4A4A;
  }
  
  .lm_content{
    
  }

.lm_switch_active {
    border-left: solid 8px #7DD2F6;
}  

.lm_img{
  display: none;
}

.lm_img_active{
  display: block;
}

.lm_img_active img{
  max-width: 100%;
}

      
  
  
}/*max-width: 1050px*/

