  p {
        letter-spacing: 0.02em;
        font-size: 16px;
        line-height: 25px;
      }
      .orangeColor,
      .orangeColor:hover {
        color: #6c000d !important;
        font-family: "leagueSpartan-SemiBold";
      }
      .breadcumbBottom {
        border-bottom: 1px solid #cfcfcf;
      }
      .inner-banner {
        background-image: url(../../images/fabric-bg.jpg);
        background-color: #f2f2f2;
        background-position: center center;
        background-size: cover;

        position: relative;
      }
      .logo img {
        width: 116px;
        filter: drop-shadow(2px 2px 3px #ccc);
      }

      .inner-banner-section-overlay {
        background-color: transparent;
        background-image: linear-gradient(180deg, #f2f2f259 4%, #f7f7f9 100%);
        opacity: 1;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
      }
      .overall-container {
        max-width: 1170px;
        margin: auto;
      }
      .inner-banner .title {
        position: relative;
        z-index: 1;

        text-align: left;
      }
      .inner-banner .title h4 {
        color: #000;

        font-size: 32px;
        font-weight: bold;
        line-height: 35px;
        margin-bottom: 22px;
      }

      .inner-banner .container{
        z-index: 99999;
        position: relative;
      }
     @media screen and (min-width: 600px) and (max-width: 992px) {
    .inner-banner {
          padding: 0px;
    }
}