.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
  transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-7 {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
  padding: 45px 35px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--pbmit-xinterio-light-bg-color);
}
.pbmit-element-viewtype-carousel.pbmit-element-miconheading-style-7
  .pbmit-element-posts-wrapper {
  border-radius: 30px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 112px;
  top: auto;
  left: auto;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  background-color: var(--pbmit-xinterio-white-color);
  mask: url(/assets/images/shapes/shape-bottom.png) bottom right no-repeat;
  -webkit-mask: url(/assets/images/shapes/shape-bottom.png) bottom right no-repeat;
}
.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
  left: -1px;
  right: auto;
}
.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-btn,
.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pbmit-ihbox-style-7:hover {
  transform: translate(0, -10px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
  margin-right: 15px;
}
.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-icon,
.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
  margin: 0 0 0 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
  font-size: 36px;
  line-height: 36px;
  color: var(--pbmit-xinterio-blackish-color);
  background-color: var(--pbmit-xinterio-white-color);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg {
  fill: var(--pbmit-xinterio-blackish-color);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-svg-wrapper {
  color: var(--pbmit-xinterio-white-color);
  background-color: var(--pbmit-xinterio-global-color);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-svg-wrapper svg {
  fill: var(--pbmit-xinterio-white-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper {
  padding-top: 25px;
  margin-top: 25px;
  padding-right: 70px;
  border-top: 1px solid rgba(var(--pbmit-xinterio-blackish-color-rgb), 0.1);
  position: relative;
}
.rtl .pbmit-ihbox-style-7 .pbmit-content-wrapper {
  padding-left: 70px;
  padding-right: 0;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgba(var(--pbmit-xinterio-blackish-color-rgb), 0.6);
}
.rtl .pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
  left: inherit;
  right: 0;
}
.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before {
  width: 100%;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
  color: rgba(var(--pbmit-xinterio-blackish-color-rgb), 0.8);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner {
  padding: 0 !important;
  border: unset;
  border-radius: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-btn {
  left: 0;
  right: inherit;
}
.pbmit-ihbox-style-7
  .pbmit-ihbox-btn
  .pbmit-button-inner
  .pbmit-button-wrapper::after {
  right: -50px;
  top: -5px;
  background-color: var(--pbmit-xinterio-light-bg-color);
  color: var(--pbmit-xinterio-blackish-color);
  transform: none !important;
}
.rtl
  .pbmit-ihbox-style-7
  .pbmit-ihbox-btn
  .pbmit-button-inner
  .pbmit-button-wrapper::after {
  left: -50px;
  right: inherit;
}
.pbmit-ihbox-style-7:hover
  .pbmit-ihbox-btn
  .pbmit-button-inner
  .pbmit-button-wrapper::after {
  background-color: var(--pbmit-xinterio-global-color);
  color: var(--pbmit-xinterio-white-color);
  transform: unset;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span.pbmit-button-text {
  font-size: 0;
  line-height: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
  font-size: 40px;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.pbmit-ihbox-style-7
  .pbmit-ihbox-btn
  .pbmit-button-inner
  .pbmit-button-wrapper {
  display: inline-block;
}
.elementor-section-boxed
  .pbmit-ihbox-style-7
  .pbmit-ihbox-btn
  .pbmit-button-inner
  .pbmit-button-wrapper::after {
  height: 45px;
  width: 45px;
  font-size: 10px;
  line-height: 45px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
  display: none;
}
.pbmit-ihbox-style-7 .pbmit-xinterio-icon {
  margin-top: 5px;
  display: inline-block;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-7 .pbmit-ihbox-box {
  background-color: var(--pbmit-xinterio-white-color);
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
  background-color: var(--pbmit-xinterio-light-bg-color);
}
.pbmit-elementor-bg-color-blackish
  .pbmit-ihbox-style-7
  .pbmit-ihbox-box::before {
  background-color: var(--pbmit-xinterio-blackish-color);
}
.pbmit-elementor-bg-color-gradient
  .pbmit-ihbox-style-7
  .pbmit-ihbox-box::before,
.pbmit-elementor-bg-color-globalcolor
  .pbmit-ihbox-style-7
  .pbmit-ihbox-box::before {
  background-color: var(--pbmit-xinterio-global-color);
}
.pbmit-elementor-bg-color-secondary
  .pbmit-ihbox-style-7
  .pbmit-ihbox-box::before {
  background-color: var(--pbmit-xinterio-secondary-color);
}
@media (max-width: 1500px) {
  .pbmit-ihbox-style-7 .pbmit-content-wrapper {
    padding-right: 0;
  }
  .rtl .pbmit-ihbox-style-7 .pbmit-content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1366px) {
  .pbmit-ihbox-style-7 .pbmit-content-wrapper {
    padding-right: 40px;
  }
  .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    padding: 40px 15px;
  }
  .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
  .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
    font-size: 38px;
    line-height: 28px;
    height: 70px;
    width: 70px;
  }
  .pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .pbmit-ihbox-style-7 .pbmit-icon-wrapper {
    display: block !important;
  }
  .pbmit-ihbox-style-7 .pbmit-ihbox-icon,
  .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    margin: 0 0 20px !important;
  }
}
@media (max-width: 767px) {
  .pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 400px) {
  .pbmit-ihbox-style-7 .pbmit-icon-wrapper {
    display: block !important;
  }
  .pbmit-ihbox-style-7 .pbmit-ihbox-icon,
  .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    margin: 0 0 20px !important;
  }
}
