.cost-calculator .chose-tab ul.tab{margin-bottom: 0;border-bottom: 1px solid #ccc;display: flex;}
.cost-calculator .chose-tab .tablinkssec{position: relative;width: auto; margin: 0;}
.cost-calculator .chose-tab .tablinkssec.active:after{content: ''; position: absolute;bottom: -1px; left: 0; width: 100%; height: 2px; background: #1a7adb;}
.cost-calculator .chose-tab .tablinkssec .tab-box input[type=radio]{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: transparent;appearance: none;cursor: pointer;}
.cost-calculator .chose-tab .tablinkssec .tab-box{font-weight: 400; color: rgba(51,51,51,0.5);padding: 15px 25px;border: none; height: initial;width: auto;display: block; text-align: center;}
.cost-calculator .chose-tab .tablinkssec .tab-box p{font-size: 16px;}
.cost-calculator .chose-tab .tablinkssec.active .tab-box p{color: #000;}
.cost-calculator .tabcontent.chose-tab{border-top: none;margin-top: 0;}
.cost-calculator .tabcontent.chose-tab{margin: 50px 0;}
.cost-calculator .range-slider{padding-right: 30px;}
.cost-calculator .range-slider .range-1{width: 100%; background: linear-gradient(90deg, rgb(26, 122, 219) 0%, rgb(215, 220, 223) 0.1%);height: 9px; -webkit-appearance: none; border-radius: 6px;}
.cost-calculator #slider_change{display: flex;flex-wrap: wrap; justify-content: space-between; align-items: center; text-align: center; margin-top: 40px;}
.cost-calculator #slider_change li span{border: 2px solid #1a7adb; border-radius: 10px; padding: 10px;width: 100%; display: block; min-height: 90px; min-width: 90px;line-height: 70px; text-align: center;margin-bottom: 15px; font-weight: 700;}
.cost-calculator .seprate-row {padding: 0 0 40px; border-bottom: 1px solid #ccc; margin-bottom: 40px;width: 100%;}
.cost-calculator .seprate-row .seprate-top{width: 100%;}
.cost-calculator .seprate-row .seprate-top .slider-count{float: right;display: inline-block;font-weight: 700;border: 2px solid #1a7adb; border-radius: 10px; min-width: 90px;line-height: 40px; text-align: center;}
.cost-calculator .seprate-row .num-range .right-num{float: right;}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .cost-calculator .range-slider input[type="range"] {
      /*overflow: hidden;*/
      height: 9px;
      -webkit-appearance: none;
      background-color: #b3d9ff;
      border-radius: 6px;
    }
    .cost-calculator .range-slider input[type="range"]::-webkit-slider-runnable-track {
      height: 9px;
      -webkit-appearance: none;
      color: #444;
      -webkit-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
    }
    .cost-calculator .range-slider input[type="range"]::-webkit-slider-thumb {
        margin-top:-15px; 
    }
    .cost-calculator .range-slider input[type="range"]::-webkit-range-progress {
        background-color: #1a7adb;
        height: 9px;
        border-radius: 6px;      }
    }
  .cost-calculator .range-slider input[type="range"]::-moz-range-progress, 
  .cost-calculator .range-slider input[type="range"]::-webkit-range-progress {
    background-color: #1a7adb;
    height: 9px;
    border-radius: 6px;
  }
  .cost-calculator .range-slider input[type="range"]::-moz-range-track {
    background-color: #b3d9ff;
    height: 9px;
    border-radius: 6px;
  }
  .cost-calculator .range-slider input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
  }
  .cost-calculator .range-slider input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
  }

   .cost-calculator .range-slider input:not(:active) + #h4-container h4 {
    opacity: 0;
    margin-top: -50px;
    pointer-events: none;
  }
  .cost-calculator .range-slider input::-webkit-slider-thumb{
    background: #1a7adb url(../userImg/images/range-slider-img.png) no-repeat;
    width: 75px;
    height: 38px;
    border-radius: 20px;
    border: 0;
    background-position: center;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .cost-calculator .range-slider input::-moz-range-thumb {
    background: #1a7adb url(../userImg/images/range-slider-img.png) no-repeat;
    width: 75px;
    height: 38px;
    border-radius: 20px;
    border: 0;
    background-position: center;
    -webkit-appearance: none;
    cursor: pointer;
}

.head-top{font-size: 20px; font-weight: 700;text-align: center;}
.right-counter{border-radius: 10px; overflow: hidden;border: 1px solid #187adb;box-shadow: 0px 0px 30px rgb(0 77 170 / 20%);clear: both; margin-top:30px;}
.right-counter .counter-top{background: #eff6fc;display: flex; flex-wrap: wrap; padding: 50px;}
.right-counter .counter-top .count-l{width: 40%;}
.right-counter .counter-top .count-l img{width: 90px; margin-top: 20px;}
.right-counter .counter-top .count-r{width: 60%;}
.right-counter .counter-top .count-r h3{font-size: 18px;color: #1a7adb;font-weight: 700;margin: 0;}
.right-counter .counter-top .count-r .cost{font-size: 60px;color: #1a7adb;}
.right-counter .counter-top .count-r .cost span{font-weight: 700;display: inline-block;}

.right-counter .counter-bottom{padding: 50px 0;}
.right-counter .counter-bottom ul{display: flex; flex-wrap: wrap;}
.right-counter .counter-bottom ul li{width: calc(100% * (1/3)); padding: 0 15px;text-align: center; border-right: 1px solid #ccc;}
.right-counter .counter-bottom ul li:last-child{border-right: none;}
.right-counter .counter-bottom ul li span.abc{display: inline-grid;align-items: center;height: 85px; margin-bottom: 15px;}
.right-counter .counter-bottom ul li img{transform: scale(0.9);}
.right-counter .counter-bottom ul li h4{font-size: 24px; font-weight: 700;}
.right-counter .counter-bottom ul li h5{font-size: 20px;}

.machin-name strong{
    font-size: 18px;
    float: left;
    padding: 17px 0;
    font-weight: normal;
    color:
    #333;
}
.machin-name span{
  background:#fff url(../userImg/images/machine-sprite.png) no-repeat;
  width: 72px;
  height: 70px;
  float: left;
  overflow: hidden;
  margin-right: 0px;
  background-size: 80%;
  font-size: 0;
}
.machin-name span.ram-icon{
    background-position-y: -85px;
}
.machin-name span.harddisk-icon{
    background-position-y: -170px;
}
.machin-name{
    float: left;
}


/*-------- Responsive --------*/

@media (max-width: 799px){
  .cost-calculator{margin-bottom: 40px;}
  .cost-calculator .chose-tab .tablinkssec .tab-box{padding: 15px 7px;margin: 0; line-height: 1.2;}
  .cost-calculator .chose-tab .tablinkssec .tab-box p{font-size: 12px;text-align: center; margin: 0;}
  .cost-calculator .tabcontent.chose-tab {margin: 30px 0;}
  .cost-calculator #slider_change{justify-content: normal;}
  .cost-calculator #slider_change li{width: calc(100% * (1/4) - 14px); margin: 0 7px;font-size: 14px;}
  .cost-calculator #slider_change li span{min-width: 100%;font-size: 15px;padding: 5px; min-height: 60px;line-height: 47px;}
  .cost-calculator .range-slider{padding: 0;}
  .cost-calculator .seprate-row .seprate-top .slider-count{min-width: 70px; line-height: 30px;font-size: 14px;margin-top: 15px;}
  .cost-calculator .range-slider input::-webkit-slider-thumb{background-size: 20px; width: 40px; height: 20px; border-radius: 10px;}
  .cost-calculator .range-slider input::-moz-range-thumb {background-size: 40px; width: 40px; height: 20px; border-radius: 10px;}
  .cost-calculator .range-slider input[type="range"]{height: 5px;}
  .cost-calculator .range-slider input[type="range"]::-webkit-slider-thumb {margin-top:-6px;}
  .right-counter .counter-top{padding: 30px 15px;}
  .right-counter .counter-top .count-l img{width: 80%;max-width: 90px;margin-top: 5px;}
  .right-counter .counter-top .count-r .cost{font-size: 30px;}
  .right-counter .counter-bottom ul li span.abc{height: 55px;}
  .right-counter .counter-bottom ul li h5{font-size: 15px;}
  .right-counter .counter-bottom ul li h4{font-size: 16px;}

}
