.idea_elc_homeBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
  }
@media (max-width: 1599.98px) {
  .idea_elc_homeBanner {
    height: 600px;
    min-height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .idea_elc_homeBanner {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .idea_elc_homeBanner {
    height: 500px;
  }
}
  .idea_elc_homeBanner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.301)), to(transparent));
    background-image: linear-gradient(rgba(0, 0, 0, 0.301), transparent);
    z-index: -1;
  }
   @media (max-width: 1199.98px) {
    .idea_elc_homeBanner::after {
      height: 100%;
      background-image: none;
      background-color: rgba(0, 0, 0, 0.4);
    }
  }
  .idea_elc_homeBanner .homeBannerContainer {
    height: 100vh;
	position:relative;
  }

@media (max-width: 1599.98px) {
  .idea_elc_homeBanner .homeBannerContainer {
    height: 600px;
    min-height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .idea_elc_homeBanner .homeBannerContainer {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .idea_elc_homeBanner .homeBannerContainer {
    height: 500px;
  }
}

  .idea_elc_homeBanner .homeBannerTxt {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    max-width: 495px;
    width: 100%;
    color: #fff;
	left:15px
  }
  @media (max-width: 576px) {
    .idea_elc_homeBanner .homeBannerTxt {
      max-width: calc(100% - 30px);
    }
  }
  .idea_elc_homeBanner .homeBannerTxt .bannerTxt {
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  @media (max-width: 576px) {
    .idea_elc_homeBanner .homeBannerTxt .bannerTxt {
      margin-bottom: 25px;
    }
  }
  .idea_elc_homeBanner .homeBannerTxt p {
    font-weight: 500;
    margin-bottom: 0px;
  }
  .idea_elc_homeBanner .homeBannerTxt .enquireBtn {
    margin-top: 40px;
  }
  @media (max-width: 576px) {
    .idea_elc_homeBanner .homeBannerTxt .enquireBtn {
      margin-top: 20px;
    }
  }