#bmi_sliderMainCont {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: var(--widget_gap);
  border: 1px solid var(--ads_bg);
}

#bmi_firstScreen .head,
#bmi_nextScreen .head {
  text-align: center;
  box-shadow: var(--box_shadow);
  background-color: var(--story_highlight);
  padding: 1px 0 10px 0;
  margin-bottom: 15px;
}
#bmi_firstScreen .head h2,
#bmi_nextScreen .head h2 {
  font-size: 1.563em;
  color: var(--dark_blue);
  margin-top: 14px;
}
#bmi_firstScreen .head span,
#bmi_nextScreen .head span {
  font-size: 1.125em;
  font-weight: bold;
  color: var(--light-blue-btn-bor-2);
  padding: 7px 0;
}

#bmi_firstScreen form div.input-label {
  display: inline-block;
  padding: 0 40px;
  text-align: left;
  vertical-align: top;
  margin-bottom: 10px;
}
#bmi_firstScreen form div.input-label label.lbl {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}
#bmi_firstScreen .bmi_sliderwrap .noZero,
#bmi_firstScreen .bmi_sliderwrap .in_Data {
  min-width: 160px;
  display: inline-block;
  width: auto;
  height: 33px;
  padding: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background: var(--form_input);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: var(--primary_text_color);
}
#bmi_firstScreen .bmi_sliderwrap .noZero_lab {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  top: 4px;
  position: relative;
}
.bmi_inchesSec span {
  margin-top: 4px;
  /* position: absolute; */
}

.bmi_bmi_btn {
  background-color: var(--orange);
  font-size: 0.875em;
  text-align: center;
  padding: 7px 6%;
  margin: 0 12px 9px;
  border: none;
}
.bmi_bmi_btn:hover {
  background-color: var(--red);
}
#bmi_nextScreen .txt {
  font-size: 21px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
}
#bmi_nextScreen .bmi_weightList p {
  display: inline-block;
  width: 130px;
  padding: 10px 0;
}
.bmi_weightList .inactive {
  display: none;
}
.bmi_weightList .caption {
  opacity: 0.7;
  font-size: 12px;
  color: var(--secondary_text_color);
  font-weight: bold;
  text-transform: uppercase;
}
#bmi_nextScreen .resultdec {
  line-height: 24px;
  font-size: 18px;
  width: 700px;
  padding: 10px;
  border-radius: 5px;
  text-align: justify;
  box-shadow: var(--box_shadow);
  background-color: var(--story_highlight);
}
@media (max-width: 768px) {
  #bmi_nextScreen .resultdec {
    width: 100%;
  }
}
.sprite {
  background: url(./bmi.png) no-repeat;
}
.sprite_ {
  background: url(./scal-bmi.png) no-repeat;
  background-size: contain;
}
#bmi_nextScreen .unWeightIcon {
  background-position: -202px -2px;
  height: 145px;
  width: 50px;
  display: inline-block;
}
#bmi_nextScreen .nrWeightIcon {
  background-position: 4px 0px;
  height: 145px;
  width: 60px;
  display: inline-block;
}
#bmi_nextScreen .orWeightIcon {
  background-position: -131px -2px;
  height: 145px;
  width: 67px;
  display: inline-block;
}
#bmi_nextScreen .obeseIcon {
  background-position: -54px -1px;
  height: 145px;
  width: 79px;
  display: inline-block;
}
#bmi_nextScreen .colScaleIcon {
  background-position: 1px 12px;
  height: 34px;
  width: 500px;
  display: inline-block;
}
.hidden {
  display: none;
}
.bmiResult .active {
  display: block;
  color: #ffe900;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.bmiResult {
  background: #969fa2;
  opacity: 0.8;
}
#bmi_nextScreen .bmi_weightList .bmiResult {
  padding: 0;
}
.bmi_result_desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
