
.cetimg{
  width: 50%;
  /*height: 50%;*/
  margin-left: 100px;
}
.imgrgt{
  position: relative;
  left: 577px;
  width: 70%;
}
.imgbtm1{
  position: relative;
  bottom: 50px;
  width: 35%;
}
.imgtp1{
  position: relative;
  top: 50px;
  width: 35%;
}
.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;
}
.img:before {
  background: rgba(22, 103, 137, 0.3)
}
.img:after {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}
.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;
}
.step2-para{
  position: relative;
    top: 70px;
    left: 494px;
    width: 44%;
    font-size: 18px;
}
.step1{
   width: 92%;
    position: relative;
    top: 117px;
    text-align: right;
    font-size: 18px;
}
.step3{
    width: 95%;
    position: relative;
    top: -10px;
    left: -8px;
    text-align: right;
    font-size: 18px;
}
}
.left1{
  font-size: 20px;
  position: relative;
  left: 420px;
  top: 60px;
  color: #828481;
}
.left2{
  font-size: 20px;
  position: relative;
  left: 420px;
  bottom: 30px;
  color: #828481;
}
.right1{
  font-size: 20px;
  position: relative;
  left: 500px;
  top: 120px;
  color: #828481;
}
.w-100{
  width: 100%;
}
.ing-text{
  line-height: 1.85rem;
  letter-spacing: 0.2px;
}
.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: #06394aab;
  color: white;
}


/*Desktop Responsive*/
@media (max-width: 1280px) and (min-width: 1025px){
  .htu-bg{
    height: 914px!important;
  }
  .imgtp1 {
  }
  .step1{
    top: 37px!important;
  }
  .imgbtm1 {
  }
  .step3{
    top: -85px!important;
  }
  .imgrgt {
    left: 435px!important;
    top: -18px!important;
  }
  .step2-para {
    top: -12px!important;
    left: 369px!important;
  }

}


/*Laptop Responsive*/
@media (max-width: 1024px) and (min-width: 768px){
/*product-description*/
  .linelft, .linergt{
    width: 112px;
  }
  .linelft1, .linergt1{
    width: 36px;
  }
/*HTU*/
  .htu-bg{
    height: 1000px;
  }
  .imgtp1 {
    top: -125px;
  }
  .imgrgt {
    left: 435px!important;
    width: 35%!important;
    top: -74px!important;
  }
  .imgbtm1 {
    bottom: 384px;
  }
  .step1 {
    width: 55%!important;
    top: 73px!important;
    left: 276px!important;
    text-align: center!important;
  }
  .step2-para{
    top: -251px!important;
    left: -5px!important;
    width: 57%!important;
    text-align: center!important;
  }
  .step3{
    width: 58%!important;
    top: -136px!important;
    text-align: center!important;
    left: 269px!important;
  }

}

/*Tablet Responsive*/
@media (max-width: 767px) and (min-width: 481px){
  .imgtp1 {
    top: -174px!important;
    left: 124px;
  }
  .htu-bg {
      height: 1153px!important;
  }
  .imgbtm1 {
    bottom: 140px!important;
    left: 122px!important;
  }

}


@media (max-width: 480px) and (min-width: 320px) {
  .htu-bg {
      height: 1658px!important;
  }
  .linelft1, .linergt1{
    width: 18px!important;
  }
  .imgtp1{
    width: 74%!important;
    position: relative;
    top: -218px!important;
    left: 27px!important;
  }
  .imgbtm1{
    width: 74%!important;
    position: relative;
    bottom: 175px!important;
    left: 30px!important;
  }

}


@media (max-width: 767px) and (min-width: 412px) {
  .linelft1, .linergt1{
    width: 18px!important;
  }
  .imgtp1{
    top: -175px!important;
  }
  .imgbtm1{
    bottom: 130px!important;
  }

}