p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.banner {
  background-image: url(../img/bokeh-blur-blue-white-158658.webp);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner:before {
  content: "";
  background-image: linear-gradient(90deg,
      rgb(3, 160, 202) 0%,
      rgb(46, 60, 75) 100%);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}

.compliance-scans {
  position: relative;
}

.compliance-scans h2 {
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
}

.compliance-scans p {
  color: #fff;
  margin: 22px 0px 11px;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  max-width: 1050px;
}

/* business-faster */
.business-faster {
  padding: 30px 0 40px;
}

.sub-title2 {
  margin-bottom: 40px;
}

.business-faster-text h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  text-align: start;
  margin-bottom: 23px;
}

.ideal-fs h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.ideal-fs ul li {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.ideal-fs ul li i {
  margin-right: 10px;
}

.ideal-fs ul li i img {
  filter: hue-rotate(245deg);
}

/* akamai-secure */
.akamai-secure h2 {
  color: #111827;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.akamai-secure table {
  margin-bottom: 20px;
  text-align: center;
}

.akamai-secure p {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

.table-secure tr th h3 {
  font-size: 20px;
}

.table-secure {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.table-secure thead tr {
  border-bottom: 2px solid #64375b;
}

.table-secure thead tr th {
  padding: 10px;
}

.table-secure tbody tr td:first-child {
  border-left: none;
}

.table-secure tbody tr td {
  border: 2px solid #e0e0e0;
  border-right: 0px;
}

.table-secure tbody tr td {
  padding: 10px;
  color: #111827;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.table-secure tbody tr td a.order-text {
  color: #1264a3;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

/* looking-high-availability */
.looking-high-availability {
  margin: 50px 0px 10px;
}

.same-button {
  font-size: 16px;
  line-height: 1;
  padding: 13px 28px;
  border-radius: 4px;
  margin-top: 0;
}

.looking-high-availability h2 {
  font-size: 28px;
  font-weight: 600;
}

.bakcuop-cover-text h5 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}

.bakcuop-coverfeuture h5 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.bakcuop-coverfeuture ul li {
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.bakcuop-coverfeuture ul {
  margin-left: 25px;
}

.bakcuop-coverfeuture ul li img {
  width: 100%;
  max-width: 20px;
  margin-right: 11px;
}

/* hosting-plan */
.hosting-plan {
  background: #f4f4f4;
  padding: 78px 0px 97px;
  text-align: center;
}

.looking-high-availability {
  display: flex;
  align-items: center;
  margin: 50px 0px 20px;
  justify-content: space-between;
}

.hosting-plan-table table {
  text-align: center;
  width: 100%;
  background: #fff;
}

.hosting-plan-table table thead {
  border-bottom: 2px solid #000;
}

.hosting-plan-table table thead tr th,
.hosting-plan-table table td {
  padding: 10px 20px;
  border-bottom: 1px solid #cfcfcf;
}

.checkbox-container {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}

.checkbox-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.checkbox-input:checked+.checkbox {
  border-color: transparent;
}

.checkbox {
  position: relative;
  border-radius: 0.125em;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #ebebf5;
}

.checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: 60px;
  opacity: 0;
  box-shadow: inset 0 2px 2px #000, inset 0 -2px 1px #000, 0 1px 2px #000,
    0 2px 4px #000;
  transition-property: opacity;
  transition-duration: 0.2s;
}

.checkbox-input:checked+.checkbox>.checkbox-icon {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.checkbox-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75em;
  height: 0.75em;
  transform: translate(-50%, -50%) scale(0);
  fill: #fff;
  opacity: 0;
  filter: drop-shadow(0 1px 1px #000);
  transition-property: transform, opacity;
  transition-duration: 0.2s;
}

td.minus-cvr i {
  border: 2px solid #000;
  border-radius: 50px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: auto;
  height: 23px;
  font-size: 16px;
}

.hosting-plan-table tr th h3 {
  font-family: Open Sans;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
}

.hosting-plan-table tr th:first-child h3 {
  text-align: left;
}

/* custom-help */
.custom-help-content h2,
.custom-help-content p {
  text-align: start;
}

@media (max-width: 767px) {
  .sub-title2 {
    margin-bottom: 20px;
  }

  .space-top2 {
    margin-top: 20px;
  }

  .ideal-fs {
    margin-top: 20px;
  }

  .akamai-secure h2 {
    color: #111827;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 1.5;
  }

  .akamai-secure table {
    margin-bottom: 0px;
    text-align: center;
    white-space: nowrap;
  }

  .table-cvr {
    overflow: auto;
  }

  .table-cvr {
    overflow: auto;
    margin-bottom: 20px;
  }

  .looking-high-availability {
    flex-wrap: wrap;
    margin: 0px 0px 19px;
  }

  a.chat-high {
    padding: 14px 24px;
    font-size: 18px;
  }

  .bakcuop-cover-text h5 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .bakcuop-coverfeuture h5 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .ideal-fs ul li {
    font-size: 15px;
  }

  .custum-img {
    text-align: center;
    margin: 0 auto 20px;
    max-width: max-content;
  }

  .hosting-plan-table table thead tr th,
  .hosting-plan-table table td {
    padding: 8px 15px;
  }

  p.vertical-space {
    margin-bottom: 25px !important;
  }

  .banner {
    padding: 40px 0;
  }

  .hosting-plan-table {
    overflow-x: auto;
  }

  .compliance-scans h2,
  .business-faster-text h4,
  .looking-high-availability h2,
  .hosting-plan-table tr th h3,
  .custom-help-content h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .looking-high-availability h2 {
    margin-top: 21px;
  }

  p,
  .bakcuop-coverfeuture ul li {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  button.same-button,
  a.same-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .bakcuop-coverfeuture ul li img {
    max-width: 15px;
  }

  .bakcuop-coverfeuture ul {
    margin-left: 0;
  }
}