.calc-bg {
    background-color:rgb(34, 54, 71);
    color:white;
    padding:10px;
    border-radius: 10px;
}
.hour-clock {
    height:420px;
    background: url('/vendor/hourcalculator/img/cba-calculator-timer.svg') no-repeat center center;
    background-size: contain;
    background-position-x: 62%;
}
.contcalc {
    height:100%
}
.calc-bg input[type="range"] {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    height: 1px;
    width:100%;
    outline: none;
}
.calc-bg input[type="range"]:focus {
    box-shadow: none;
}
.calc-bg input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background-color: rgb(43, 255, 254);
  border-radius: 5px;
  outline: none;
}
.calc-bg input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width:60px;
  height: 30px;
  background: rgb(251, 93, 81);
  border-radius: 20px;
  cursor: pointer;
  margin-top: -14px;
}
.calc-bg input[type=range]::-moz-range-track {
  height: 4px;
  background-color: rgb(43, 255, 254);
  border-radius: 5px;
  outline: none;
}
.calc-bg input[type=range]::-moz-range-thumb {
  width:60px;
  height: 30px;
  background: rgb(251, 93, 81);
  border-radius: 20px;
  cursor: pointer;
  margin-top: -10px;
  border:none;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.thumb-value {
    position: absolute;
    top: -8px;
    color: black;
    font-size: 18px;
    transform: translateX(-50%);
    pointer-events: none;
    font-weight: bold;
}
.ct {
    color:white;
    font-size: 50px;
}
.cd {
    color:rgb(251, 93, 81);
    font-size: 20px;
}
.clock-items {
    padding-top:30px;
    padding-right:15px
}
.calc-bg label {
    font-size:18px
}
@media (max-width: 1400px) {
    .clock-items {
        padding-right:10px
    }
}
@media (max-width: 1200px) {
    .clock-items {
        padding-right:30px
    }
}
@media (max-width: 991px) {
    .ct {
        font-size: 30px;
    }
    .clock-items {
        padding-right:20px
    }
}
@media (max-width: 768px) {
    #hourcalc {
        width: 100%!important;
    }
    #citems {
        margin: 0 auto;
        width: 100%!important;
    }
    .clock-items {
        padding-right:0
    }
    .ct {
        font-size: 50px!important;
    }
}
@media (max-width: 600px) {
    .clock-items {
        padding-right:20px
    }
    .calc-bg {
        width:100%!important
    }
    .elementor-widget-container {
        width:100%!important;
        padding:0!important
    }
}