section.bannersection {
  padding-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.bannersection::before {
    content: "";
    bottom: -50px;
    left: 20px;
    position: absolute;
    z-index: 1;
    width: 170px;
    height: 170px;
    border-radius: 200px;
    background: #FFF;
}

section.bannersection::after {
content: "";
    bottom: -150px;
    left: 180px;
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    border-radius:200px;
    background: #FFF;
}

.banner-main h1 {
  color: #363636;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.banner-main p {
  color: #737373;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
}

.span-color {
  background: linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-button {
  padding-top: 35px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}

section.bannersection .container {
  border-radius: 20px;
  background: linear-gradient(97deg, #F0F8FF 22.19%, #FFF 109.74%);
  padding-bottom: 30px;
}

.banner-main {
  padding-left: 30px;
  padding-top: 20px;
}

.benner-img {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.benner-img::before {
  content: "";
  top: -60px;
  left: 60px;
  position: absolute;
  z-index: -1;
  width: 253px;
  height: 250px;
  border-radius: 200px;
  background: #FFF;
}

.banner-button-icon {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 6px 6.5px 0 rgba(0, 0, 0, 0.25);
  padding: 8px;
}

.heading h2 {
  color: #404040;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.75px;
  text-transform: capitalize;
      max-width: 900px;
}

.heading p {
  color: var(--Grey-35, #59595A);
  font-size: 18px;
  font-weight: 400;
      max-width: 1100px;
}

.heading-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.span-head {
  border-radius: 30px;
  background: #F0F6FF;
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .heading p {
    font-size: 16px !important;
  }

  .heading h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1198.98px) {
  section.bannersection::before {
    display: none;
  }

  section.bannersection::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .benner-img::before {
    display: none;
  }

  .banner-main {
    padding-left: 0px;
  }

  .banner-button {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  section.bannersection .container {
    padding-bottom: 30px;
  }

  .banner-main h1 {
    font-size: 45px;
  }

  section.bannersection {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .heading h2 {
    font-size: 28px !important;
  } 

  .banner-main h1 {
    font-size: 35px !important;
  }
}