/* banner */
section.banner:before {
  content: "";
  background-image: linear-gradient(90deg,
      rgb(46, 60, 75) 0%,
      rgb(100, 55, 91) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.web-details p a {
  color: #1264a3;
}

section.banner {
  background-image: url("https://res.cloudinary.com/lwgatsby/f_auto/www/uploads/2017/04/server-racks.jpg");
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 1;
}

.multiple-io-availbe ul {
  list-style: circle;
  padding-left: 30px;
}

.multiple-io-availbe .row {
  gap: 90px 0;
  padding: 40px 0px;
}

p.last-para {
  background: #64375b;
  padding: 20px;
  text-align: center;
}

img.icon-start {
  max-width: max-content;
  margin: 0 0px 20px;
}

p.last-para a {
  color: #fff;
}

/* hipaa-compliance */
section.hipaa-compliance {
  padding: 90px 0px;
}

.hipaa-compliance-details h3 {
  color: #111827;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 12px;
}

.hipaa-compliance-details p {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 13px;
}

.hipaa-compliance-img {
  text-align: center;
  margin: auto;
  max-width: max-content;
}

.powering-business-img img {
  width: 100%;
  max-width: 220px;
  margin: auto;
}

/* helpful-humans */
.helpful-humans {
  background: #444f5f;
  padding: 80px 0px 50px;
  position: relative;
}

.helpful-humans-title {
  margin-bottom: 35px;
}

.helpful-humans-title h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  letter-spacing: 0em;
}

.helpful-humans-title p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
}

.helpful-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.call-cvr {
  background-color: #6b345d;
  padding: 10px 11px 12px;
  min-height: 262px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.in-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding-bottom: 13px;
  margin-bottom: 0;
  margin-top: 5px;
}

.in-detail img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.in-detail p {
  color: #fff;
  margin: 0;
}

.call-cvr-in {
  background: #fff;
  text-align: center;
  padding: 20px 0px 0px;
  width: 100%;
}

.call-cvr-in span {
  color: #6b345d;
  font-size: 65px;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: 0em;
}

.call-cvr-in p {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 20px;
  max-width: 200px;
  margin: auto;
}

@media (max-width: 991px) {
  section.hipaa-compliance .row {
    flex-direction: column-reverse;
  }

  section.hipaa-compliance {
    padding: 40px 0px;
  }

  section.multiple-io-availbe.py-5 {
    padding: 0px 0px;
  }

  .multiple-io-availbe .column-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  section.banner {
    padding: 40px 0;
  }

  section.hipaa-compliance {
    padding: 20px 0px;
  }

  .hipaa-compliance-details h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  .multi-detail h2,
  .web-details h2 {
    font-size: 18px;
  }

  .multi-detail ul li {
    font-size: 15px;
  }

  .purpos-freelance ul li {
    font-size: 15px;
  }

  .purpos-freelance h2 {
    font-size: 18px;
  }

  section.multiple-io-availbe.py-5 {
    padding: 0px 0px !important;
  }

  .multiple-io-availbe .row {
    gap: 20px 0;
    padding: 20px 0px;
  }

  .compliance-scans h2,
  .helpful-humans-title h3,
  .custom-help-content h2 {
    font-size: 20px;
    line-height: 22px;
  }

  p {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .helpful-humans {
    padding: 23px 0px;
  }

  .helpful-humans-title h3 {
    margin-bottom: 20px;
  }

  .call-cvr {
    min-height: 212px;
  }

  .helpful-bx {
    gap: 20px 0;
  }

  .call-cvr-in {
    padding: 20px;
  }

  .custom-btn {
    margin-top: 0;
  }

  .powering-business-img img {
    max-width: 170px;
    margin: 0 auto 30px;
  }
}