/*--- Home Banner Starts ---*/
.hero-banner__wrapper .hero-banner__inner {
  margin-bottom: 56px;
}

#ip3-who-we-are .subpage-home-banner-wrapper__image {
    min-height: 380px;
}

.hero-banner__content-item:hover{
    background-color: var(--primary-blue);    
}
.hero-banner__content-item {
  margin-bottom: 12px;
  padding: 10px 30px;
  column-gap: 16px;
  min-height: 56px;
}

.hero-banner__title {
  min-height: 480px;
}

.hero-banner__image-inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 0 77%);
  margin-bottom: -56px;
  right: -15px;
  min-height: 536px;
  width: calc(100% - 50%);
  position: absolute;
  top: 0;
}
.hero-banner__content-item .item-icon {
  height: 35px;
  width: 35px;
  display: flex;
}
.hero-banner__content-item p {
  line-height:2.0rem
}
.hero-banner__content .item-text a:hover {
  color: var(--white);
}
.hero-banner__content-item .item-text a {
    position: unset;
}
.hero-banner__content-item .item-text a:before {
    position: absolute;
    content: '';
    left: 0;
    background: transparent;
    height: 100%;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 767.98px) {
  .hero-banner__content {
    position: absolute;
    right: 0;
    width: 459px;
    z-index: 2;
    top: 195px;
    bottom: 140px;
  }
  
  .desktop-view {
    display: block;
  }
  
  .mobile-view {
    display: none;
  }
  
}

@media screen and (max-width: 767.98px) {
  .hero-banner__wrapper .hero-banner__inner {
    margin-bottom: 0;
  }
  .hero-banner__wrapper [class^="container-"], .hero-banner__wrapper [class^="col-"]  {
    padding: 0;
  }
  .hero-banner__wrapper .hero-banner__title {
    background-color: var(--primary-blue);
  }
  
  .hero-banner__wrapper .hero-banner__inner {
    background-color: transparent;
  }
  
  .hero-banner__image-inner {
    min-height: 184px;
    width: 100%;
    margin-bottom: 0;
    right: 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 58%);
    position: relative;
  }
  
  .hero-banner__title {
    min-height: auto;
    padding: 63px 12px 30px 12px;
    margin-top: -35px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
  }
  
  .mobile-view {
    display: block;
  }
  
  .desktop-view {
    display: none;
  }
  .hero-banner__content{
    margin-left: 20px;
  }
  .hero-banner__content-item{padding: 10px 16px;}
}
@media only screen and (max-width: 767.98px) and (min-width:500.98px) {
  .hero-banner__image-inner {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1020.98px) and (min-width:960.98px) {
  .hero-banner__content {
    width: 400px;
  }
}

@media only screen and (max-width: 960.98px) and (min-width:768px) {
  .hero-banner__content {
    width: 330px;
  }
}
@media only screen and (max-width: 991.98px) and (min-width:767.98px) {
  .hero-banner__image-inner {
    min-height: 332px;
  }
  
  .hero-banner__title {
    min-height: 300px;
  }
  
  .hero-banner__content {
    top: 66px;
  }
}

/*--- Subpage hero banner Starts ---*/
.subpage-home-banner-wrapper__image img {
  width: 100%;
}

.subpage-home-banner-wrapper__image {
  min-height: 320px;
}

.subpage-home-banner-wrapper__image:after,
.subpage-home-banner-wrapper__image:before {
  height: calc(100% + 17px);
  width: 1px;
  background: var(--primary-blue);
  bottom: -17px;
  content: '';
  position: absolute;
}

.subpage-home-banner-wrapper__image:before {
  left: 0px;
}

.subpage-home-banner-wrapper__image:after {
  right: 0px;
}

.subpage-home-banner-wrapper__title h1 {
    margin-bottom: 16px;
}
@media screen and (max-width: 400.98px) {
  .subpage-home-banner-wrapper__image {
    min-height: 186px;
  }
}
.ip3-site-services .subpage-hero-banner__inner {
    border-top: 1px solid;
}
.subpage-hero-banner__wrapper .bottom_border:after {
    bottom: 0 !important;
}
/*--- Subpage hero banner Ends---*/