
/*product*/

.cetimg{
  width: 50%;
  /*height: 50%;*/
  margin-left: 100px;
}


.imgrgt{
  position: relative;
  left: 582px;
  width: 70%;
  bottom: 10px;
}
.imgbtm1{
  position: relative;
  bottom: 50px;
  width: 35%;
}
.imgtp1{
  position: relative;
  top: 30px;
  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;
  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;
}
.step2-para{
  position: relative;
  top: 38px;
  left: 515px;
  width: 42%;
  font-size: 18px;
}
.step1{
  width: 80%;
  position: relative;
  top: 60px;
  text-align: right;
  font-size: 18px;
}
.step3{
    width: 89%;
    position: relative;
    top: -4px;
    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: #b5b5b2;
  color: #000;
}


/*Desktop Responsive*/
@media (max-width: 1280px) and (min-width: 1025px){
  .linelft1, .linergt1 {
    width: 103px!important;
  }
  .htu-bg{
    height: 806px;
  }
  .imgtp1 {
    top: 55px!important;
  }
  .step1{
    width: 101%;
    top: 44px!important;
  }
  .imgbtm1 {
    bottom: 86px!important;
  }
  .step3{
    width: 101%;
    top: -122px!important;
  }
  .imgrgt {
    left: 437px!important;
  }
  .step2-para {
    top: -18px!important;
    left: 378px!important;
  }

}
/*Laptop Responsive*/
@media (max-width: 1024px) and (min-width: 768px){
/*product-description*/
  .linelft, .linergt{
    width: 148px;
  }
  .linelft1, .linergt1{
    width: 0px!important;
  }
/*HTU*/  
  .htu-bg{
    height: 1200px;
  }
  .imgtp1 {
    top: -160px;
  }
  .imgrgt {
    left: 435px!important;
    width: 35%!important;
    top: -35px!important;
  }
  .imgbtm1 {
    bottom: 250px;
  }
  .step1 {
    width: 55%!important;
    top: 67px!important;
    left: 276px!important;
    text-align: center!important;
  }
  .step2-para{
    top: -233px!important;
    left: -5px!important;
    width: 57%!important;
    text-align: center!important;
  }
  .step3{
    width: 58%!important;
    top: -39px!important;
    text-align: center!important;
    left: 269px!important;
  }

}


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

}



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

}

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

}
