.section-internet-speed {
  padding-top: 90px;
  padding-bottom: 40px;
}
.section-internet-speed.notoppad {
  padding-top: 0;
}
.section-internet-speed.notoppad .internet-speed-address {
  padding-top: 0;
  margin-top: 0;
}
.internet-speed-topper {
  padding-bottom: 40px;
}
.internet-speed-topper h2.internet-speed-main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.internet-speed-topper .internet-speed-main-text p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.internet-speed-address {
  padding-top: 30px;
  margin-top: 40px;
}
.internet-speed-address h3.internet-speed-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 20px 0;
}
.internet-speed-address .internet-speed-desc p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.internet-speed-intro h3.internet-speed-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 20px 0;
}
.internet-speed-intro .internet-speed-desc p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.internet-speed-plan-holder {
  display: flex;
  padding: 20px 100px 0 100px;
}
.internet-speed-plan {
  flex-basis: 27%;
  width: 27%;
  margin: 0 3%;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.internet-speed-plan.wtel-hover .internet-plan-check {
  display: block;
}
.internet-speed-plan.active .internet-speed-plan-types {
  display: block;
}
.internet-speed-plan.active .internet-plan-check {
  display: block;
}
.internet-speed-plan-title {
  padding: 14px 20px;
}
.internet-speed-plan-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}
.internet-speed-plan-image img {
  width: 100%;
  height: auto;
}
.internet-speed-plan-device {
  padding: 12px 20px;
  text-align: center;
}
.internet-speed-plan-device span {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.internet-speed-plan-desc {
  padding: 14px 20px;
  line-height: 1.2;
}
.internet-speed-plan-desc span {
  line-height: 1;
}
.internet-speed-plan-types {
  padding: 8px 20px;
  text-align: center;
  display: none;
}
.internet-speed-plan-types img {
  display: block;
  width: 100%;
  height: auto;
}
.internet-speed-js .container {
  max-width: 1196px;
}
.internet-speed-js .columns {
  display: flex;
  flex-wrap: wrap;
}
.internet-speed-js .column {
  flex-basis: 15%;
  width: 15%;
  max-width: 15%;
}
.internet-speed-js .column.is-5 {
  flex-basis: 45%;
  width: 45%;
  max-width: 45%;
  padding-right: 20px;
}
.internet-speed-js .column.is-2 {
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  padding-right: 20px;
}
.internet-plan-circle {
  position: absolute;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 1;
  top: -20px;
  color: #91c84c;
  left: calc(50% - 18px);
}
.internet-plan-check {
  display: none;
  position: absolute;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 1;
  top: -20px;
  color: #91c84c;
  left: calc(50% - 18px);
}
p#locate_address_description {
  display: none;
}
@media (max-width: 1024px) {
  .internet-speed-plan-holder {
    padding: 20px 0 0 0;
  }
  .internet-speed-plan {
    flex-basis: 31%;
    width: 31%;
    margin: 0 1%;
  }
  .internet-speed-js .column {
    flex-basis: 34%;
    width: 34%;
    max-width: 34%;
  }
  .internet-speed-js .column.is-5 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .internet-speed-js .column.is-2 {
    flex-basis: 33%;
    width: 33%;
    max-width: 33%;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .internet-speed-plan-holder {
    flex-wrap: wrap;
  }
  .internet-speed-plan {
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .internet-speed-plan-image {
    display: none;
  }
  .internet-speed-js .column {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .internet-speed-js .column.is-5 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .internet-speed-js .column.is-2 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
input[type=text], input[type=tel], input[type=email], input[type=search], input[type=password], input[type=url], input[type=number], textarea {
  color: #2e3b42;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: none;
  padding: 8px 18px 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  height: 46px;
  width: 100%;
  margin: 0;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
  border: 1px solid rgba(153, 153, 153, 0.7);
}
input[type="submit"] {
  background-color: #91C84C;
  border: 2px solid #91C84C;
  border-radius: 0;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 24px 11px;
}
