*, *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  body {
    font-family: sans-serif;
    padding: 60px 20px;
  }
  @media (min-width: 600px) {
    body {
      padding: 60px;
    }
  }
  
  .range-slider {
    margin: 60px 0 0 0%;
  }
  
  .range-slider {
    width: 100%;
  }
  
  .range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background:#353535;
    outline: none;
    padding: 0;
    margin: 0;
  }
  .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e92d3c;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  .range-slider__range::-webkit-slider-thumb:hover {
    background: #e92d3c;
  }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #e92d3c;
  }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #e92d3c;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  .range-slider__range::-moz-range-thumb:hover {
    background: #e92d3c;
  }
  .range-slider__range:active::-moz-range-thumb {
    background: #e92d3c;
  }
  .range-slider__range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e92d3c;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e92d3c;
  }
  
  .range-slider__value {
    display: inline-block;
 
    width: 60px;
    color: #fff;
    line-height: 20px;
    font-size: medium;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    background: #e92d3c;
    padding: 15px -5px;
    margin-left: 8px;
  }

  /* 
  .range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #e92d3c;
    border-bottom: 7px solid transparent;
    content: '';
  }
  */
  
  ::-moz-range-track {
    background: #d7dcdf;
    border: 0;
  }
  
  input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0;
  }


  .iq-videos img {
    overflow: hidden;
    border-radius: 10px;
  }
  
  .iq-video:before {
    position: absolute;
    content: "";
    
    background-size: 100%;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .iq-videos:before {
    content: "";
    height: 500px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    background: url(../images2/others/video-bottom.jpg)no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block;
  }

  .video-play {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-color: #ffffff;
    color: #e92d3c;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 90%;
  }
  
  .video-play i {
    font-size: 18px;
    vertical-align: middle;
    line-height: 80px;
  }
  
  .video-play:hover {
    background-color: #0b0b0c;
    color: #ffffff;
  }

  .iq-choose-info .video-play {
    position: inherit;
    z-index: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    margin-top: 0;
    background-color: #0b0b0c;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    display: block;
  }
  
  .iq-choose-info .video-play:hover {
    background-color: #06d9b5;
  }
  
  .iq-choose-info .video-play i {
    font-size: 16px;
    vertical-align: inherit;
    line-height: 50px;
  }

  .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  
  .iq-waves {
    position: relative;
    width: 14rem;
    height: 14rem;
    left: 0px;
    right: 0px;
    top: 50%;
    z-index: 2;
    float: right;
  }
  
  .iq-waves .waves {
    position: absolute;
    width: 384px;
    width: 15rem;
    height: 384px;
    height: 15rem;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }
  
  .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  @-webkit-keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
  
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  
  }
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
  
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  
  }
  