#sld {

  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #ffffff;


}

.rangeslider {
    width: 600px;
    margin: 0 auto;
    transform: translate(-50%, -50%);

  }
  
  .myslider {
    background: #FCF3CF;
    width: 50%;
    height: 10px;
    opacity: 0.8;
    margin-top:30px;
    margin-bottom: 30px;
    margin-left: 190px;
  }
  
  .myslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    background: #34495E;
    width: 33%;
    height: 20px;

  }
  
  .myslider:hover {
    opacity: 1;
    
  }
 
  .image > img {
    display: none;
    align-items: center;
    height: 500px;
    width: 100%;

  }
  
  .image>img.visible,
  .image>img:first-child {
    display: block;
    
  }
  
  .sliderOutput>div {
    margin: 5px;
    width: 120px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  
  .sliderOutput h6,
  .sliderOutput p {
    margin: 5px;
  }
  .range{
    background-color: #000000;
  }
       #sliderRange[type=range]{
        transform: scale(1.5);
        appearance: initial;
        display: block;
        background-image: linear-gradient(to right, white, #2bf13b,#f5f131,#faaf31,#f26030, #fe2c3f, #fb2fd6,#d32af4, #4030f2, #366df0,#31b9f7 );
        border-radius: 10px;
        padding: 5px;
        outline: none;
        margin-left: 80%;

  }

  [type="range"]::-webkit-slider-thumb{
    appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 90%;
    
}

[type="range"]::-moz-range-thumb{
    appearance: none;
    display: block;
    width: 20px;
    height: 40px;
    background-color: rgb(242, 255, 58);
}

 
@media screen and (max-width: 600px){
#sld{
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items:center ;
  text-align: center;
  background-color: #1b1b1b;
  justify-content: space-around;

}

#sld p{
  margin-top: 50px;
  font-size: 18px;
 
}

  #sliderRange[type=range]{
   
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items:center ;
    text-align: center;
}

.myslider {
  background: #FCF3CF;
  width: 50%;
  height: 10px;
  opacity: 0.8;
  margin-top:30px;
  margin-bottom: 30px;
  margin-left: 190px;
}


.rangeslider {
  width: 100%;
margin-top: 20px;


}


}
 