.pchecker_banner {
  display: grid;
  grid-template-columns: auto;
  row-gap: 5px;
  width: 200px;
  background-color: white;
  font-size: 16px;
  max-height: 600px;
  color: black;
  border-radius: 10px;
  line-height: 1em;
}

.banner_head {
  padding-top: 5px;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  width: 200px;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-weight: 700;
  margin-top: 50px;
}

#svg_sp {
  margin-top: 10px;
  text-align: center;
}

#svg_oxy {
  text-align: center;
}

#svg_bd {
  text-align: center;
}

.provider {
  width: 200px;
  display: block;
}

.provider_n {
  font-size: large;
  font-weight: bold;
  text-align: center;
}

.provider_desc {
  display: none;
  font-size: small;
  text-align: center;
}

.provider_data {
  padding: 5px 20px 0px 27px;
  display: grid;
  grid-auto-columns: auto auto;
  font-size: 16px;
}

.num_sr {
  color: black;
  grid-area: right;
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

.num_rt {
  color: black;
  grid-area: right;
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

.num_offer {
  color: #F70340;
  font-weight: bold;
}

.provider_offer {
  padding-top: 5px;
  font-size: large;
  text-align: center;
}

.divider_hr {
  margin-left: 10px;
  margin-right: 10px;
}

.btn_offer {
  border: none;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  margin: 10px 0;
  padding: 14px 25px;
  background: #495AA8;
}

.btn--blue:hover {
  color: white;
  background-color: #354281;
}

.btn--blue {
  margin: 10px 0;
  background: #495AA8;
  color: #fff;
}

.gg-clipboard {
  margin: auto 0;
}

#btn_clipboard, #btn_pchecker {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 6px 25px;
  border: none;
  border-radius: 50px;
  background-color: #495AA8;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

#btn_clipboard:hover, #btn_pchecker:hover {
  background-color: #354281;
}

.res_box {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 5px;
}

.res_header {
  font-size: 18px;
  font-weight: 700;
}

.banner_row_sr {
  margin-left: 22px;
}

.banner_row_rt {
  margin-left: 22px;
}