/*---Iconbox style1---*/
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-inner {
    position: relative;
    transition: all 0.5s ease;
    text-align: left;
}
.preyantechnosys-iconbox-styleone .prt-icon-type-image img {
    transition: all 0.5s ease;
}
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 24px;
    line-height: 36px;
    padding-top: 40px;
    margin-bottom: 9px;
}
.preyantechnosys-iconbox-styleone:hover .prt-icon-type-image img {
    transform: scale(0.90);
}
.prt-faq-iconcenter .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-inner {
  text-align: center;
}

/*---Iconbox style2---*/
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-element-subheading {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 3px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-custom-heading {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 9px;
}
.preyantechnosys-iconbox-styletwo {
  position: relative;
  overflow: hidden;
}
.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading {
  transition: all .6s ease;
  -ms-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
}
.preyantechnosys-iconbox-styletwo .prt-box-icon i {
  font-size: 42px;
  color: var(--prt-skincolor);
}