section.banner:before {
  background: none !important;
}

.banner {
  background-image: none !important;
  background-color: #eee9ff;
  text-align: center;
  padding: 30px 0px 50px !important;
}

.hosting-section h1 {
  color: #333;
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: 700;
}

.hosting-section span {
  color: #6a00ff;
}

.hosting-section h2 {
  color: #111827;
  font-size: 1.5em;
}

.hosting-section p {
  color: #666;
  width: 100%;
  max-width: 480px;
  margin: 15px auto;
}


/* review-slider */

section.review-slider {
  background: #fff;
  padding: 100px 0px;
}

.review-slider-title h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}

.review-details p {
  font-size: 20px;
  text-align: center;
  max-width: 970px;
  margin: 0px auto 20px;
}

.review-details h3 {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}



button.slick-prev.slick-arrow {
  border: 1px solid #000;
  max-width: max-content;
  border-radius: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  position: absolute;
  top: 40%;
  z-index: 9;
  transform: translateY(-50%);
}

.review-details span {
  font-size: 30px;
  max-width: max-content;
}

.yellow-color {
  color: #ffac17;
}

.review-details {
  text-align: center;
}

.yellow-border {
  color: #ffac17;
}

button.slick-arrow i {
  font-size: 25px;
}

button.slick-next.slick-arrow {
  border: 1px solid #000;
  max-width: max-content;
  border-radius: 50%;
  height: 50px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  position: absolute;
  top: 40%;
  z-index: 9;
  transform: translateY(-50%);
}

ul.slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  font-size: 0;
  background: #dde0e4;
  border: none;
  transition: 0.3s;
  margin: 0px 5px;
}

ul.slick-dots li.slick-active button {
  width: 30px;
  background-color: #01a0ca;
}

ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0px;
}

/* /review-slider */

/* plans-head */
.plans-head {
  padding: 60px 0;
  text-align: center;
}

.plans-head .card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
  height: 100%;
}

.pricing-table .plan {
  height: 100%;
}

.plans-head .header {
  box-shadow: none;
}

.plans-head .header h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 19px;
  font-weight: 700;
  color: #111827;
}

.plans-head .price {
  margin: 5px 0;
}

.plan .header span {
  color: #6a00ff;
}

.plans-head .price span.currency {
  font-size: 1.2em;
}

.plans-head .price span.amount {
  font-size: 2.5em;
  font-weight: bold;
}

.plans-head .price span.period {
  font-size: 1.2em;
  opacity: 0.7;
}

.plans-head .order-button {
  background-color: #6a00ff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1.1em;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background-color 300ms;
}

.plans-head .features li {
  text-align: left;
  padding: 5px 0;
}

.plans-header {
  margin-bottom: 50px;
}

.plans-header h1 {
  font-size: 32px;
  margin-bottom: 12px;
}

.pricing-table .plan .card p {
  margin-bottom: 10px;
}

.pricing-table .plan .card p.blur-text {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #666666;
}

.pricing-table .row {
  gap: 80px 0;
}

.eachplanincluid .row p {
  text-align: left;
  justify-content: center;
}

.eachplanincluid .row {
  max-width: 100%;
}

/* hosting-features */
.hosting-main {
  display: block;
}

.hosting-part h3 {
  margin: 10px 0;
}

.brand-logo-slider button.slick-arrow {
  border: 1px solid #cacaca;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #ececec;
  color: #8d8d8d;
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
}

.brand-logo-slider button.slick-next {
  right: 0;
}

.brand-logo-slider button.slick-prev {
  z-index: 9;
}

.cutomer-content {
  margin-top: 0;
}

.cutomer-review .row {
  margin-bottom: 50px;
}

.net-cvr span {
  background: #fff;
}

.custom-help {
  background: none;
  padding: 72px 0;
  color: #000;
}

.custom-btn a:first-child {
  background-color: transparent;
  border: 2px solid #000;
}

.best-values h3 {
  border: 1px solid #6a00ff;
  width: 100%;
  color: #6a00ff;
  font-size: 17px;
  font-weight: 400;
  background: #fff;
  padding: 7px 0;
  border-radius: 4px;
  margin-bottom: 10px;
}

.tabs {
  max-width: max-content;
  margin-bottom: 40px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #959393;
}

.tabs li {
  color: #969696;
}

.tabs li.active {
  border-bottom: none;
  background: none !important;
  color: #000000;
  padding: 0px 42px 0px;
}

.box-valudesign {
  position: relative;
}

/* hosting-features */
.hosting-features {
  padding: 75px 0;
}

.hosting-features-title {
  margin-bottom: 96px;
}

.hosting-features-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: 0em;
  text-align: center;
}

.hosting-features .row {
  gap: 42px 0;
}

.hosting-main {
  display: block;
}

.hosting-part h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  margin: 10px 0;
}

.hosting-part p {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.cutomer-content {
  text-align: center;
}

.cutomer-content h3 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0em;
  margin-bottom: 35px;
}

.cutomer-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.cutomer-content p {
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.cutomer-content ul li a {
  color: #ffac17;
  padding: 0 4px;
}

.custom-btn a:first-child {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.get-start-btn a:first-child {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  padding: 13px 42px;
  background: transparent;
  line-height: 1;
  border-radius: 7px;
  margin-top: 20px;
  border: none;
  outline: none;
  margin-right: 20px;
  border: 1px solid #ffffff;
}

.eachplanincluid .row .col-lg-4:nth-child(1) p {
  justify-content: end;
}

.eachplanincluid .row .col-lg-4:nth-child(3) p {
  justify-content: flex-start;
}

.eachplanincluid .row p img {
  filter: hue-rotate(45deg);
  margin-right: 9px;
}

.hosting-main img {
  width: 100%;
  max-width: 45px;
}

@media (max-width: 991px) {
  .managed-wordpress {
    z-index: 1;
  }

  .plans-head {
    padding: 20px 0px;
  }

  .plans-header {
    margin-bottom: 30px;
  }

  .tabs {
    display: flex;
    margin: auto;
    min-width: 100%;
  }

  .tabs li {
    margin-bottom: 0px;
    line-height: 1.5;
    width: 50%;
    font-size: 17px;
    min-height: 50px;
    padding: 0 !important;
  }

  .tabs li.active {
    padding: 0 !important;
  }

  .hosting-section h1,
  .plans-header h1 {
    font-size: 21px;
  }

  .hosting-section h2 {
    font-size: 17px;
  }

  p {
    font-size: 14px !important;
    line-height: 20px;
  }

  a.hosting-button img {
    max-width: 220px;
  }

  .plans-head .order-button {
    padding: 10px 20px;
    font-size: 1.1em;
    margin-bottom: 7px;
  }

  .eachplanincluid {
    margin-top: 20px;
  }

  .eachplanincluid .row p {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .hosting-features {
    padding: 20px 0px;
  }

  body .hosting-features-title h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .hosting-main {
    text-align: center;
    margin-bottom: 10px;
  }

  .hosting-main img {
    margin: auto;
  }

  .hosting-part p {
    text-align: center;
    max-width: 300px;
    margin: auto;
  }

  .brand-logo-slider button.slick-next {
    display: none !important;
  }

  section.question {
    padding: 15px 0px 30px;
  }

  .question-bx-cvr h4 {
    font-size: 14px;
    margin: 9px;
  }

  .get-start-hos {
    padding: 20px 0px;
  }

  .get-start-hos h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .get-start-hos p {
    font-size: 14px;
    line-height: 1.3;
    max-width: 580px;
  }

  .get-start-btn button:nth-child(2) {
    padding: 13px 26px;
  }

  .get-start-btn button {
    font-size: 14px;
  }

  .get-start-hos span {
    font-size: 16px;
  }

  .custom-help {
    padding: 20px 0px;
  }

  .box.show .row {
    gap: 10px 0;
    justify-content: center;
    margin: auto;
  }

  .contents {
    margin-top: 10px;
  }

  .pricing-table .contents .box.show .row+.row {
    gap: 20px;
  }

  .pricing-table .plan {
    height: auto;
  }

  .eachplanincluid .row p i {
    margin: 0 !important;
    margin-right: 10px !important;
  }

  .cutomer-content h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .cutomer-content p {
    line-height: 14px;
    width: 100%;
    max-width: 313px;
  }

  .cutomer-content h3.fredric-text {
    margin: 20px 0 0;
    font-size: 19px;
    line-height: 14px;
  }

  .question-title h2,
  .custom-help-content h2 {
    font-size: 19px;
  }

  .get-start-btn {
    display: flex;
    align-items: center;
  }

  .get-start-btn button {
    width: 50%;
    padding: 13px 0 !important;
    font-size: 15px !important;
    margin-right: 0;
  }

  .pricing-table .row .col-lg-12 .row:first-child {
    display: none;
  }

  .pricing-table .row {
    gap: 20px 0;
  }
}