.deshd{
  height: 45px;
  background-color: #6CAF19;
}
.howuse{
  height: 45px;
  background-color: #D0DC47;
  margin-left: 100px;
  margin-right: 100px;
}
.bnftcircle{
  width: 80px;
  height: 80px;
  /*margin-top: -10px;
  margin-bottom:70px;*/
  border-radius: 100%;
  /*border:3px solid #22463c;*/
}
.bnfttext{
  width: 100%;
  height: 130px;
  color: #21af2c;
  margin-top: 25px;
  margin-bottom: 10px;
  box-shadow: 1px 2px 3px 1px rgba(0.9,0.8,0.9,0.67);
}
.mainimg{
  width: 100%;
  height: auto;
}
.ingbg{
  height: 350px;
  background-color: #dcf8e9;
}
.ingimg{
  width: 100px;
  height: 100px;
  margin-top: 25px;
  margin-left: 135px;
  border-radius: 100%;
  border:2px solid #ffffff;
}
.usecircle{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-top: 45px;
  /*border:2px solid #D0DC47;*/
  background-color: #22463C;
}
.cetimg{
  width: 50%;
  /*height: 50%;*/
  margin-left: 100px;
}
.chr{
  border-left: 1px solid green;
  height: 500px;
}

.horizontal .progress-bar {
  float: left;
  height: 45px;
  width: 100%;
  padding: 12px 0;
}

.horizontal .progress-track {
  position: relative;
  width: 100%;
  height: 20px;
  background: #ebebeb;
}

.horizontal .progress-fill {
  position: relative;
  background: #666;
  height: 20px;
  width: 50%;
  color: #fff;
  text-align: center;
  font-family: "Lato","Verdana",sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.rounded .progress-track,
.rounded .progress-fill {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}



/* Vertical */

.vertical .progress-bar {
  float: left;
  height: 300px;
  width: 40px;
  margin-right: 25px;
}

.vertical .progress-track {
  position: relative;
  width: 40px;
  height: 100%;
  background: #ebebeb;
}

.vertical .progress-fill {
  position: relative;
  background: #825;
  height: 50%;
  width: 40px;
  color: #fff;
  text-align: center;
  font-family: "Lato","Verdana",sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.rounded .progress-track,
.rounded .progress-fill {
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  border-radius: 3px;
}
.progress-bar{
  background-color: #f2f2f2;
}

* {
  box-sizing: border-box;
}


.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top: 5px;
}

.middle {
  float: left;
  width: 70%;
  margin-top: 10px;
}

/* Place text to the right */
.right {
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  /* Hide the right column on small screens */
  .right {
    display: none;
  }
}

.review-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px;
    border-radius:3px;
    margin-bottom:15px;
}
.review-block-name{
    font-size:12px;
    margin:10px 0;
}
.review-block-date{
    font-size:12px;
}
.review-block-rate{
    font-size:13px;
    margin-bottom:15px;
}
.review-block-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.review-block-description{
    font-size:13px;
}

.product__description h4{
  text-transform: uppercase;
}
#nav-home>ul{
  width: 100%!important;
}
.HTU-1{
  margin-top:75px;
  margin-bottom:75px;
}
.ingr{
  margin-left: 10px;
  margin-right: 50px;
}
.ben{
  text-align: center; 
  margin-left:-30px; 
  margin-right:-30px;
}

.linelft{
  width: 410px;
  height: 3px;
  float: left;
  background-color: #22463c;
}
.linergt{
  width: 410px;
  height: 3px;
  float: right;
  background-color: #22463c;
}
.linelft1{
  width: 410px;
  height: 3px;
  float: left;
  background-color: #22463c;
}
.linergt1{
  width: 410px;
  height: 3px;
  float: right;
  background-color: #22463c;
}

/*Mobile responsive*/
@media (min-width: 320px) and (max-width: 480px) {
  .ingimg {
    margin-top: 8px!important;
    margin-left: 32px!important;
  }
  .HTU h6{
    margin-top: 51px;
    display: inline-block;
    margin-left: 25px;
  }
  .HTU-1{
    margin-top:0px!important;
    margin-bottom:0px!important;
  }
  .ingr{
    margin-left: 10px;
    margin-right: 10px!important;
  }
  .ben {
    margin-right: -7px!important;
    margin-left: -10px!important;
  }
  .linelft1, .linergt1{
    width: 45px!important;
  }
  .linelft, .linergt{
    width: 270px!important;
  }
  .ben-main{
    margin-right: 1rem!important;
    margin-left: 1rem!important;
  }

}

@media (max-width: 412px) and (min-width: 767px){
  .linelft1, .linergt1 {
      width: 80px!important;
  }
}



@media (min-width: 481px) and (max-width: 767px) {
  .ingimg {
    margin-top: 8px!important;
    margin-left: 40px!important;
  }
  .HTU h6{
    margin-top: 51px;
    display: inline-block;
    margin-left: 25px;
  }
  .HTU-1{
    margin-top:0px!important;
    margin-bottom:0px!important;
  }
  .ingr{
    margin-left: 10px;
    margin-right: 10px!important;
  }
  .linelft1, .linergt1{
    width: 100px!important;
  }

}



@media (min-width: 768px) and (max-width: 1024px) {
  .ingimg {
    margin-top: 8px!important;
    width: 50%!important;
    margin-left: 173px!important;
  }
  .HTU h6{
    width: 69%;
    margin-top: 86px!important;
    display: inline-block;
    margin-left: 20px;
  }
  .timeline-entry{
    margin-left: 54px;
  }
  .HTU-1{
    margin-top:0px!important;
    margin-bottom:0px!important;
  }
  .ingr{
    margin-left: 10px;
    margin-right: 10px!important;
  }
  .linelft, .linergt{
    width: 207px!important;
  }
  .linelft1, .linergt1{
    width: 151px!important;
  }

}



@media (max-width: 1280px) and (min-width: 1025px){
  .ingimg {
    margin-top: 106px!important;
    margin-left: 40px!important;
  }
  .HTU h6{
    margin-top: 51px;
    display: inline-block;
    margin-left: 25px;
  }
  .HTU-1{
    margin-top:0px!important;
    margin-bottom:0px!important;
  }
  .ingr{
    margin-left: 10px;
    margin-right: 10px!important;
  }
  .linelft, .linergt{
    width: 320px!important;
  }
  .linelft1, .linergt1{
    width: 282px!important;
  }

}