section.bannersection {
  padding-top: 150px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px 10px 10px 10px;
  border-radius: 15px;
  height: 100%;
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.bannersection::before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

/* 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: #303030;
  font-size: 60px;
  font-weight: 700;
  max-width: 1000px;
  line-height: 1.5;
  letter-spacing: -2.183px;
  margin: 10px auto;
}

.banner-main p {
  color: #868686;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  max-width: 1000px;
  margin: 10px auto;
  line-height: 38.804px;
}

.banner-main span.span-color2 {
  border-bottom: 2px solid #089ff4;
}

.span-color {
  background: var(--grade-5, linear-gradient(90deg, #0882EB -11.09%, #24B4E8 101.23%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.span-color2 {
  background: var(--grade-5, linear-gradient(90deg, #0882EB -11.09%, #24B4E8 101.23%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-button {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: 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;
}

.heading p {
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  max-width: 1200px;
  line-height: 2;
}

.heading-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.span-head {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 12125.104px;
  border: 1px solid #B5DDFF;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 1.213px rgba(255, 255, 255, 0.10), 0 0 0 0 #FFF;
}

.span-head-icon span {
  font-size: 17px;
  color: #0081F1;
  font-weight: 400;
}

.span-head-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-main-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  padding-top: 40px;
}

.banner-main-icon-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.banner-main-icon-card span {
  color: #595959;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .heading p {
    font-size: 16px !important;
  }

  .heading h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1198.98px) {
  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;
    height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 768px) {
  .heading h2 {
    font-size: 28px !important;
  }

  .banner-main h1 {
    font-size: 35px !important;
  }

  .banner-main p {
    font-size: 16px;
    line-height: 32.804px;
  }
}