/*product*/
.cetimg{
  width: 50%;
  /*height: 50%;*/
  margin-left: 100px;
}
.img {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.img:before, .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: opacity 0.5s;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.img:before {
  background: rgba(22, 103, 137, 0.3);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.img:after {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.htu-bg{
  background-image: url('images/Parallax_HTU_Grey.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.linelft{
  width: 410px;
  height: 3px;
  float: left;
  background-color: #22463c;
}
.linergt{
  width: 410px;
  height: 3px;
  float: right;
  background-color: #22463c;
}
.linelft1{
  width: 490px;
  height: 3px;
  float: left;
  background-color: #22463c;
}
.linergt1{
  width: 490px;
  height: 3px;
  float: right;
  background-color: #22463c;
}
.imgrgt{
  position: relative;
  left: 586px;
  width: 70%;
}
.imgbtm1{
  position: relative;
  bottom: 56px;
  width: 35%;
}
.imgtp1{
  position: relative;
  top: 50px;
  width: 35%;
}
.step2-para{
  position: relative;
  top: 66px;
  left: 515px;
  width: 42%;
  font-size: 18px;
}
.step1{
  width: 80%;
  position: relative;
  top: 146px;
  text-align: right;
  font-size: 18px;
}
.step3{
    width: 89%;
    position: relative;
    top: 48px;
    text-align: right;
    font-size: 18px;
    left: -9px;
}
.w-100{
  width: 100%;
}
.img-img{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center right;
  box-shadow: 0 0 8px #0000003d;
}
.benefit-bg{
  background-color: #f2f2f2;
}
.border{
  border: 1px solid #dcdcdc;
}
.row-bg{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  background-color: #3e646fed;
  color: #fff;
}


@media (max-width: 1280px) and (min-width: 1025px){
  .linelft, .linergt {
    width: 275px!important;
  }
  .linelft1, .linergt1 {
    width: 186px!important;
  }
  .imgtp1 {
    top: 30px!important;
  }
  .step1{
    top: 74px!important;
  }
  .imgbtm1 {
    bottom: 32px!important;
  }
  .step3{
    top: -7px!important;
  }
  .imgrgt {
    left: 437px!important;
  }
  .step2-para {
    top: 0px!important;
    left: 378px!important;
  }

}


@media (max-width: 1024px) and (min-width: 768px){
/*product-description*/
  .linelft, .linergt{
    width: 164px;
  }
  .linelft1, .linergt1{
    width: 65px;
  }
/*HTU*/  
  .htu-bg{
    height: 1030px;
  }
  .imgtp1 {
    top: -85px;
  }
  .imgrgt {
    left: 435px!important;
    width: 35%!important;
    top: -1px!important;
  }
  .imgbtm1 {
    bottom: 173px;
  }
  .step1 {
    width: 55%!important;
    top: 85px!important;
    left: 276px!important;
    text-align: center!important;
  }
  .step2-para{
    top: -192px!important;
    left: -5px!important;
    width: 57%!important;
    text-align: center!important;
  }
  .step3{
    width: 58%!important;
    top: 6px!important;
    text-align: center!important;
    left: 269px!important;
  }

}


@media (max-width: 767px) and (min-width: 481px){
/*product-description*/
  .linelft, .linergt{
    width: 427px!important;
  }
  .linelft1, .linergt1{
    width: 66px;
  }
/*HTU*/
  .imgtp1 {
    top: -97px!important;
    left: 124px;
  }
  .htu-bg {
      height: 999px!important;
  }
  .imgbtm1 {
    bottom: 40px!important;
    left: 122px!important;
  }

}

/*Mobile Responsive*/
@media (max-width: 480px) and (min-width: 320px) {
  .linelft1, .linergt1 {
    width: 18px!important;
  }
  .linelft, .linergt {
    width: 270px!important;
  }
  .htu-bg {
      height: 1298px!important;
  }
  .imgtp1{
    width: 74%!important;
    position: relative;
    top: -80px!important;
    left: 27px!important;
  }
  .imgbtm1{
    width: 74%!important;
    position: relative;
    bottom: -16px!important;
    left: 30px!important;
  }

}

/*Mobile Responsive*/
@media (max-width: 767px) and (min-width: 412px) {
  .linelft1, .linergt1 {
    width: 18px!important;
  }
  .linelft, .linergt {
    width: 270px!important;
  }
  .imgtp1{
    top: -102px!important;
  }
  .imgbtm1{
    bottom: 20px!important;
  }

}