.headerSubPages p {
  font-size: 19px;
  margin-bottom: 10px;
}
.headerSubPages a {
  color: #00a8e8;
}
._form-label {
  margin: 10px 0 0;
  display: block;
  font-weight: 500;
}
._field-wrapper input {
  border-radius: 2px;
}
._submit {
  margin-top: 10px;
  background-color: #fff;
  color: #00a8e8;
}
._submit:hover {
  color: #fff
}
.cols3_resources {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  grid-gap: 16px;
  margin: 30px 0 0;
}
.cols3_resources > div {
  padding-left: 40px;
  background: url(images/PricingIcons-12.svg) no-repeat 0 9px;
  background-size: 24px;
}
.pTop100 {
  padding-top: 100px;
}
.rez_white_btn {
  background: white;
  color: #00a8e8;
}
.rez_white_btn:hover {
  color: #fff;
}
.center {
  text-align: center;
}
.width1030px {
  width: 1030px;
}
.width792px {
  width: 792px;
}
.show_Tablet {
  display: none;
}
.center_Tablet {
  margin-top: 18px;
}
.small_calendar {
  width: 400px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 991px) {
  .hide_Tablet {
    display: none;
  }
  .show_Tablet {
    display: block;
  }
  .center_Tablet {
    text-align: center;
  }
  .pTop100 {
    padding-top: 0 !important;
  }
  .headerSubPages .space-md, .headerSubPages .space-sm {
    display: none;
  }
  .headerSubPages .container {
    padding: 73px 0 20px;
  }
  .headerSubPages h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .width792px {
    padding-top: 0 !important;
  }
  .width792px .col-lg-7 img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cols3_resources {
    grid-template-columns: 1fr;
  }
  .headerSubPages h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .headerSubPages .container {
    padding: 73px 15px 20px;
  }
  .headerSubPages p {
    font-size: 17px;
    margin-bottom: 5px;
  }
  p br {
    display: none;
  }
  .center_Tablet a {
    display: inline;
    padding: 13px 29px;
  }
}
@media only screen and (max-width: 575px) {
  .width1030px {
    width: 100%;
    padding: 4% !important;
  }
  .headerSubPages {
    padding: 65px 0 5px;
  }
  .headerSubPages h1 {
    font-size: 27px;
    line-height: 32px;
  }
  .headerSubPages p {
    font-size: 18px;
    line-height: 27px;
  }
  .headerSubPages_thank_you {
    padding: 0;
  }
  .width792px {
    width: 100%;
  }
}
@media only screen and (max-width: 535px) {
  .headerSubPages p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 510px) {
  .headerSubPages h1 {
      font-size: 24px;
  }
}