.crs-wrapper {
  background-color: #ffffff;
}

/* Top text */
.crs-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.crs-highlight {
  color: #000000;
}

.crs-subtext {
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  color: #555;
}

/* Bottom bar */
.crs-bottom-bar {
  background: linear-gradient(90deg, #000000, #000000);
  position: relative;
  padding: 70px 0px
}

.crs-bottom-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
   background: linear-gradient(to right, #2f80ff, #6aa3ff);
  z-index: 0;
}

.crs-bottom-bar .container {
  position: relative;
  z-index: 1;
}

.crs-support-text {
  color: #ffffff;
  font-size: 20px;
}

/* Buttons */
.crs-btn {
  border-radius: 999px;
  border: 2px solid transparent;
  padding: 8px 18px;
  font-size: 14px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.crs-btn-outline {
  border-color: #ffffff;
  background-color: transparent;
}

.crs-btn-primary {
 background: #000000;
  border-color: #000000;
}

.crs-btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.crs-btn-icon-light {
  background: #ffffff;
  color: #2f80ff;
  border-color: #ffffff;
}

.crs-btn i {
  font-size: 14px;
}

/* Responsive */
@media (max-width: 767.98px) {
  .crs-heading {
    font-size: 22px;
  }

  .crs-bottom-bar::after {
    left: 0;
    top: 50%;
  }

  .crs-support-text {
    font-size: 14px;
  }
}


@media only screen and (max-width: 991px) {
  .crs-bottom-bar:after {
        top: 0%;
        left: 0;
    }
    .ignou-cta.ignou-cta-left {
    display: none !important;
}
}

