
.innerbanner_section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .innerbanner_section:before {
    content: '';
    background: linear-gradient(89.88deg, rgba(0, 0, 0, 0.79) 0.08%, rgba(0, 0, 0, 0) 61.82%), #D9D9D90A;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .innerbanner_section .breadcrumbs ul li:after {
    content: "»";
    font-size: 10px;
    font-size: 17px;
    position: absolute;
    display: inline-block;
    top: -5px;
    margin-left: 5px;
}
.innerbanner_section .breadcrumbs ul li:last-child::after {
    content: '';
}
.innerbanner_section .breadcrumbs ul li a {
    color: #ffffffed;
    text-decoration: none !important;
    position: relative;
    z-index: 1;

}

.innerbanner_section .breadcrumbs ul li a:hover {
    color: #fff
}

.innerbanner_section .breadcrumbs {
    line-height: 1;
    color: #fff;
position: relative;
z-index: 1;
}

.innerbanner_section .page_header h1 {
    font-size: 28px;
    margin: 0 0 5px 0;
    font-family: 'Poppins-Medium';
    z-index: 11;
    position: relative;
    color: #fff;
    bottom: -5px;
}
.innerbanner_section .page_header {
    margin-bottom: 30px;
    margin-top: 49px;
  }
  .innerbanner_section {
    height: 230px;
  }
  .innerbanner_section img.banner-icon {
    width: 32px;
    height: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    margin-left: 4%;
  }

@media (max-width: 600px) {
  .innerbanner_section .page_header {
    margin-left: 3%;
  }
  .innerbanner_section .page_header h1 {
    font-size: 20px;
  }
  .innerbanner_section img.banner-icon {
    margin-left: 0;
  }
  .innerbanner_section {
    height: auto;
  }
}
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .innerbanner_section .page_header {
      margin-left: 8%;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .innerbanner_section .page_header {
      margin-left: 8%;
    }
  }