.primaryTextColor {
  color: #121e87 !important;
}

.secondaryTextColor {
  color: #ff5054 !important;
}

.about-container {
  padding: 2.5rem;
  border-radius: 24px;
  border: 1px solid #ff5054;
  background: #ffeded;
}

.about-pointers li {
  color: #121e87;
  font-weight: 600;
}

.about-img img {
  border-radius: 20px;
}

.logo2Img {
  width: 215px !important;
}

/* eleigibilit section */

.eligibilitContentWrap {
  padding: 30px;
  height: 100%;
  background: #ffedee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eligibilitContentWrap .innerWrap {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* fixed cta */

.mobileFixedCta {
  background: #262626;
  color: #fff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  z-index: 999999;
}

.footIcon {
  width: 25px;
  height: auto;
}

.feesImg {
  width: 45%;
  height: auto;
}


.rightBorder {
  border-right: 1px solid #fff;
}

/* media query */

@media only screen and (max-width: 768px) {
  .btn-fixed {
    display: none;
  }

  .call_fixed {
    display: none;
  }

  .about-container {
    padding: 15px;
  }

  .eligibilitContentWrap .innerWrap {
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* banner */

  section.section-banner {
    position: relative;
    background: url(../assets/images/banner/mobBanner.jpg) no-repeat center
      center / cover;
    overflow: hidden;
    height: 800px;
  }

  .section-banner::after {
    display: none;
  }

  .banner-plan {
    border: 1px solid #ff5054;
  }

  .banner-container {
    margin: 3rem auto auto auto;
  }

  span.apply-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  section.section-banner {
    background: unset;
    height: auto;
  }
  
}

