 ::marker {
            font-weight: 900;
            font-size: 18px;
        }
.card-power-digital {
    border: 2px solid #4b4a4a;
    border-radius: 15px;
}
.tool-icons-item img {
    width: 160px;
}
.card-power-digital p:after{
    content: "\2713";
    font-weight: bold;
    color: #fff;
    position: absolute;
    font-size: 10px;
    left: -23px;
    display: flex;
    top: 2px;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    border: 2px solid #0097a4;
    border-radius: 50px;
    background: #0097a4;
}

.sap-product-implementation ul li p {
    line-height: 24px;
}

        .line-heigh-44 {
            line-height: 40px;
        }

        .ai-summary-block p {
            background-color: #dfe9f11c;
            border-left: 4px solid #009AA6;
            padding: 20px !important;
            text-align: left !important;
        }

        .solutions-list li {
            display: flex;
            align-items: center;
            padding: 15px;
        }

        .solutions-list li .solutions-icon img {
            width: 50px;
            height: 50px;
        }

        .solutions-list li .solutions-icon {
            margin-right: 20px;
            margin-bottom: 10px;
        }

        .esri-quote-banner {
            background: url(./img/background-banner.webp) center center;
            background-size: cover;
            padding: 20px 20px;
            text-align: center;
            color: white;
            font-family: Arial, sans-serif;
        }

        .lpsite-button {
            background: #0096a3;
            display: inline-block;
            border: 2px solid #0096a3;
            border-radius: 10px;
            padding: 10px 20px;
            color: #fff;
            min-width: 150px;
            transition: all 0.2s ease;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            min-width: 240px;
        }

        .data-management-quote-banner {
            background: url(./img/bg-stripe-esri.jpg);
            background-size: cover;
            text-align: center;
            color: white;
            font-family: Arial, sans-serif;
        }

        .data-management-implementation ul li::before {
            top: 12px;
            left: -15px;
            height: 25px;
            width: 25px;
        }
      .text-blue {
          color: #2a3287;
      }
        .limited-time-stripe {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .site-button-dark {
            display: inline-block;
            border: 3px solid #ffffff;
            border-radius: 10px;
            padding: 15px;
            color: #ffffff;
            transition: all 0.2s ease;
            background: #105A65;
        }

        .data-management-list {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding-left: 20px;
            margin: 0;
        }

        .esri-product-implementation ul li::before {
            content: '\2713';
            font-weight: bold;
            color: #ef5a16;
            position: absolute;
        }

        .esri-product-implementation ul li {
            list-style: none;
            position: relative;
        }

        .data-management-list li {
            flex: 1 1 50%;
            padding: 4px;
            box-sizing: border-box;
        }

        .button-01 {
            min-width: 240px;
        }

        @media (min-width: 0px) and (max-width: 767px) {
            .quote-text p {
                font-style: italic;
                font-size: 20px;
                line-height: 25px;
                color: #004d66;
                margin: 0;
            }

            .solutions-list li {
                flex-direction: column;
                align-items: center;
            }

            .data-management-list {
                flex-direction: column;
            }

        }
.teal-head {
  font-size: 50px;
  font-weight: bold;
}
.border-x {
    border-left: 3px solid #0097b5;
    border-right: 3px solid #0097b5;
}
.site-button.site-button-fixed {
  background: #ef5a16;
  color: #fff !important;
}

.study-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.study-box {
  background: #fff;
  border: 2px solid #00a5b5;
  border-radius: 6px;
  padding: 20px;
  flex: 1 1 calc(50% - 40px);
  max-width: 530px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.logo-wrapper {
  margin-top: auto;
  text-align: center;
  margin-top: 20px;
}

.case-study-underline {
  width: 80%;
  height: 2px;
  background-color: #a5a5a5;
  margin: 0 auto 15px auto;
}

.grey-box {
  background-color: #ecf5f4;
  width: 100%;
  height: 100%;
}

.grey-box h4 {
  font-weight: 500;
  line-height: 45px;
  font-size: 36px;
  padding: 50px 30px 30px 30px;
}

.grey-box p {
  padding: 0px 30px 0px 30px;
  font-size: 20px;
  color: #3a3939;
  line-height: 28px;
}

.bg-grey {
  background: #ecf5f4;
}
.equal-div {
  display: flex;
}
.equal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .teal-head {
    font-size: 36px;
    font-weight: bold;
  }
}

@media (min-width: 1300px) and (max-width: 1550px) {
  .testimonial-box {
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 8%);
    border-radius: 50px;
    max-width: 320px;
    flex: 1 1 320px;
  }
}

@media (max-width: 1420px) and (min-width: 1200px) {
  .equal-image-1 img {
    width: 100%;
    height: 65%;
    object-fit: cover;
  }

  #HomeSlider.new-slider h1 {
    font-size: clamp(30px, 3vw, 32px);
    line-height: 1.1;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .equal-div {
    width: 100% !important;
  }

  .bg-grey {
    background: #ecf5f4;
    width: 100%;
  }

  .equal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width:991px) {
  .border-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
}


@media (max-width: 1100px) and (min-width: 320px) {
  .equal-div {
    flex-direction: column;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .study-wrapper {
    display: grid;
    justify-content: center;
    gap: 30px;
  }
}
