:root {
  --bluecolor: #e10747;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.btn {
  border-radius: 10px;
  padding: 10px 15px;
  transition: all 0.3s 0s linear;
}

.web-btn {
  background-color: var(--bluecolor);
  color: white;
}

.web-btn:hover {
  background-color: #11406b;
  color: white;
}

.section-heading {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  font-family: arial;
  color: #fff;
  font-weight: 500;
}

.section-heading span {
  width: 123px;
  height: 3px;
  background: #cbadab !important;
  display: block;
  margin: 30px auto 0;
}

.header {
  padding: 10px 0px;
}

.header p {
  margin: 0px;
  font-weight: bold;
  font-size: 14px;
}

.header p a {
  color: var(--bluecolor);
}

.header .logo-img img {
  height: 55px;
}

.banner {
  padding: 20px 0px;
}

.banner .banner-img {
  width: calc(100% - 30px);
  height: 619px;
  background-color: var(--bluecolor);
  border-radius: 20px;
  margin-left: 30px;
}

.banner .box {
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-right: 50px;
  text-align: center;
  border-radius: 20px;
}

.banner .box h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--bluecolor);
}

.banner .box .form-title {
  font-size: 12px;
  font-weight: bold;
}

.banner .box p {
  margin: 0px 0px 10px;
  line-height: 18px;
}

.banner .box p.d-flex input {
  margin-top: 4px;
}

.compare {
  padding: 40px 0px;
  background-color: #11406b;
}

.compare .box {
  box-shadow: 0 0 2px #9b9a9a;
  display: block;
  background: #f4f4f4;

  margin: 0px 10px;
}

.compare .box .box-body {
  padding: 15px;
}

.compare .box .box-header {
  background-color: rgb(226 226 226);
  padding: 8px 10px;
  color: #11406b;
  font-size: 16px;
  font-weight: 700;
}

.compare .box h4 small {
  color: #707070;
  text-decoration: line-through;
  margin-right: 4px;
}

.compare .box .title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
}

.compare .box .box-price {
  background-color: #fff;
  color: white;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.compare .box .box-price .parameter {
  margin-bottom: 0px;
  color: #f15f56;
  font-size: 16px;
  font-weight: 700;
  font-family: arial;
}

.compare .box .percentage {
  text-align: right;
  font-weight: 700;
  color: #cc1c39;
  font-weight: bold;
  vertical-align: middle;
  line-height: 15px;
}

.compare .box .percentage p {
  margin-bottom: 0px;
  text-align: center;
  padding-top: 15px;
}

.pkg-price.group {
  text-align: center;
  color: #2b569a;
  padding: 10px 10px 10px;
  background: #fff8f8;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}

.drconsult {
  padding: 10px 10px 10px;
  text-align: center;
  font-weight: 700;
  color: #d50202;
  background: #f1efef;
  vertical-align: middle;
  line-height: 15px;
}

.compare .box .box-price .certificate {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare .box .box-price .certificate i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  z-index: 0;
  color: #80a2ef;
}

.compare .box .box-price .certificate span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

/* .compare .box .box-price .content {
  width: calc(100% - 100px);
} */
.compare .box .box-price .content h4 {
  font-size: 16px;
  margin: 0px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #2b569a;
}

.compare .box .box-price .content p {
  margin: 0px;
  font-size: 14px;
}

.compare .box .accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.compare .box .accordion .accordion-header button {
  background-color: #f5f5f5;
  padding: 10px;
  color: #444;
  border: none;
  /* font-weight: 600; */
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0px;

  outline: none;
  font-size: 14px;
  transition: 0.4s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}

.accordion-button:not(.collapsed) {
  color: var(--bluecolor) !important;
}

.compare .box .accordion .accordion-body {
  padding: 10px 10px 10px;
}

.compare .box .accordion ul {
  margin: 0px;
  padding-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
}

.compare .box .web-btn {
  margin-top: 10px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-color: var(--bluecolor) !important;
  color: white !important;
  z-index: 1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button span {
  font-size: 30px;
  margin-bottom: 8px;
}

.owl-nav button.owl-prev {
  left: -20px;
}

.owl-nav button.owl-next {
  right: -20px;
}

.why-section {
  overflow: hidden;
}

.why-section .img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.why-section .right-side {
  background-color: #f5f5f5;
  padding: 50px;
}

.why-section .section-heading {
  margin-bottom: 20px;
}

.why-section .box {
  background-color: white;
  padding: 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.why-section .box i {
  font-size: 35px;
  margin-bottom: 10px;
}

.why-section .box p {
  margin: 0px;
}

.footer {
  background-color: #11406b;
  padding: 30px 0px;
  text-align: center;
}

.footer p {
  margin: 0px;
  color: white;
}

.slick-prev:before,
.slick-next:before {
  color: #000000;
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.slick-next,
.slick-prev {
  z-index: 10;
}

@media (max-width: 992px) {
  .header {
    text-align: center;
  }

  .banner {
    padding: 0px;
    background: none;
  }

  .banner img {
    margin-bottom: 15px;
  }

  .banner .box {
    margin: 0px;
  }

  .why-section .img-box {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .header .img img {
    height: 50px;
    width: 100%;
    object-fit: contain;
  }

  .section-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .why-section .right-side {
    padding: 20px;
  }

  .owl-carousel {
    padding-bottom: 50px;
  }

  .owl-nav button {
    top: unset;
    transform: unset;
    bottom: 0px;
  }

  .owl-nav button.owl-prev {
    left: 37%;
  }

  .owl-nav button.owl-next {
    right: 37%;
  }

  .why-section .img-box {
    height: 200px;
  }
}

.why-thyro {
  background: #ffffff;
  color: #1e1e1e;
  padding: 40px 0xp;
  /* optional subtle background gradient */
  /* background: linear-gradient(180deg, #fff 0%, #fbfbff 100%); */
}

/* Title */
.why-thyro .sec-title h2 {
  font-weight: 700;
  letter-spacing: -0.2px;
}

.why-thyro .sec-title .accent-line {
  display: inline-block;
  width: 42px;
  height: 4px;
  background: #0d6efd;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 2px;
}

/* Card */
.thyro-box {
  transition: transform 220ms ease, box-shadow 220ms ease;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}

/* Hover / focus */
.thyro-box:hover,
.thyro-box:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.08);
}

/* Icon */
.thyro-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: none;
  transition: transform 200ms ease;
}

.thyro-box:hover .thyro-icon,
.thyro-box:focus-within .thyro-icon {
  transform: scale(1.08);
}

/* Title under icon */
.whythyro-title {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2937;
  text-align: center;
  line-height: 1.25;
  padding: 0 6px;
}

/* Small devices tweak */
@media (max-width: 575.98px) {
  .thyro-box {
    min-height: 110px;
    border-radius: 10px;
  }

  .whythyro-title {
    font-size: 0.9rem;
  }
}

/* Accessibility: focus outline for keyboard users */
.thyro-box:focus {
  outline: 3px solid rgba(13, 110, 253, 0.16);
  outline-offset: 2px;
}

/* Utility - spacing tweak when using many items */
.why-thyro .row > [class*="col-"] {
  display: flex;
  align-items: stretch;
}

.dropbtn {
  background-color: #3498db;
  color: #000;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.dropdown button {
  background: transparent;
}

.dropbtn img {
  height: 16px;
  margin-right: 4px;
  margin-bottom: 0;
  filter: brightness(0);
  vertical-align: middle;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  z-index: 999;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 9px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin: 6px 0px;
  right: 0;
  left: auto !important;
}

.dropdown-content a {
  color: #000;
  text-decoration: none;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}

.show {
  display: block;
}

#myDropdown img {
  vertical-align: middle;
  margin-right: 10px;
  aspect-ratio: auto 18 / 18;
}

.dropdown a:hover {
  background-color: #f7f7f7;
}

.package-listing-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

/* .compare-slider .owl-dots button {
    height: 5px;
    background: #2b569a !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.compare-slider button.owl-dot.active {
    background: #fff !important;
    width: 30px;
} */

.process-sec {
  margin-top: 40px;
  margin-bottom: 40px;
}

.process-sec .process-title {
  background: #efefef;
  padding: 10px 16px;
  color: #2b569a;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: bold;
  font-family: arial;
}

.process-sec .process-bg ul {
  list-style-type: none;
  padding-left: 44px;
  margin-bottom: 0;
}

.process-sec ul li::before {
  content: url(../images/circle.png);
  position: absolute;
  left: -23px;
  top: 2px;
}

.process-sec .process-bg ul li {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: arial;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}

.faq {
  background: #11406b;
  padding: 50px 0;
  margin-top: 40px;
}

.faq-box {
  /* width: 90%; */
  margin: auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  padding: 40px 0;
  background: #f5f5f5;
}

.newaccordion-button {
  background: rgb(226 226 226);
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  font-family: arial;
}

#accordionExample {
  width: 82%;
  margin: auto;
}

.accordion-item {
  border: 1px solid rgb(226 226 226);
  margin-bottom: 8px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: rgb(226 226 226);
}

.faq .accordion-button::after {
  content: "+";
  /* default plus */
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background-image: none !important;
  /* remove Bootstrap chevron */
  margin-left: auto;
  /* push to right */
}

.faq .accordion-button:not(.collapsed)::after {
  content: "−";
  /* minus when open */
}

.customers {
  padding: 40px 0px;
}

.single-testimonial-item {
  box-shadow: 0 0 1px #9b9a9a;
  margin: 0px 15px;
  padding: 20px 50px 20px 50px;
  text-align: center;
  display: block;
  background: #fff;
}

.single-testimonial-item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-family: arial;
  height: 115px;
}

.single-testimonial-item h3 {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 40px;
  font-family: arial;
  font-weight: 700;
}

.single-testimonial-item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  font-weight: 900;
  font-size: 20px;
  color: var(--bluecolor);
  line-height: 30px;
}

.footer p {
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer .section-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--bluecolor);
  line-height: 48px;
}

/* .subcap {
  position: absolute;
  top: 173%;
} */

.subcap p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #00355f;
  line-height: 23px;
}

.container.pdtp {
  padding-top: 22px;
}

.banner-left img {
  position: relative;
}

.banner-left img {
  width: 100%;
  height: auto;
}

.banner-cap {
  position: absolute;
  top: 110px;
  left: 30px;
  max-width: 430px;
}

.banner-serv {
  background: #fafafa;
  padding: 15px;
}

/* .banner-serv .serve {
    float: left;
    width: 28%;
}

.banner-serv .serve:nth-child(2) {
    margin-left: 70px;
    width: 28%;
}
.banner-serv .serve {
    float: left;
    width: 28%;
} */

.banner-serv .serve {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.banner-serv .serve p {
  margin-bottom: 0px;
  color: var(--bluecolor);
  font-weight: 600;
}

.banner-serv .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-serv .img-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* .banner-serv .serve:nth-child(3) {
    margin-left: 70px;
    width: 26%;
} */

.banner-serv.mob {
  display: none;
}

.banner-pkg {
  margin-left: 0px !important;
}

.banner-pkg {
  padding-top: 17px;
  width: 100%;
  height: auto;
  float: left;
  margin-left: 7px;
}

.package-box {
  margin-bottom: 20px;
}


.package-box img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.package-details {
  padding: 5px 5px 10px;
  background: rgb(226 226 226);
  border: 1px solid rgb(229, 225, 225);
  min-height: 62px;
}

.package-title {
  background: #11406b;
  font-family: Arial;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 5px;
  height: 42px;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.package-title {
  background: #11406b;
  font-family: Arial;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 5px;
  height: 42px;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.tottal-tests {
  padding-top: 4px;
  margin: 0;
  font-size: 16px;
  color: #003560;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.package-price {
  font-size: 16px;
  font-weight: 600;
  color: #003560;
  font-family: "Open Sans", sans-serif;
  display: block;
  text-align: center;
  margin: auto;
}

.price-off {
  color: #cc1c39;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.price-per-person {
  font-size: 14px;
  font-weight: 600;
  color: #003560;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.clear {
  clear: both;
}

.booksm-btn {
  text-align: center;
}

.booknow-sm {
  width: 49%;
  top: 2px;
  right: 0;
  display: inline-block;
}

.booknow-sm {
  position: relative;
  /* background: #11406b; */
  background: #fff;
  border: 1px solid var(--bluecolor);
  text-decoration: none;
  /* border: none; */
  color: var(--bluecolor);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  width: 45%;
  padding: 5px 12px;
  font-family: arial;
  top: 3px;
  right: 8px;
}

.booknow-sm.book {
  background: var(--bluecolor);
  color: #fff;
}

.booknow-sm {
  width: 49%;
  top: 2px;
  right: 0;
  display: inline-block;
}

@media (max-width: 700px) {
  .mob {
    display: block !important;
  }

  .desk {
    display: none;
  }

  .banner-serv .img-box img {
    width: 80px;
    height: 50px;
    object-fit: contain;
  }

  h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--bluecolor);
    line-height: 24px;
  }

  /* .subcap {
    padding-top: 70px;
  } */

  .subcap p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  /* .subcap {
    top: 23%;
  }


  .banner-cap {
    padding-top: 0;
    width: 62%;
    position: relative;
    top: -242px;
  } */
}

/* Form Container */
.booking-form {
  background: #fdfdfd;
  height: auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  /* max-width: 400px; */
  /* margin: 30px auto; */
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  /* border-radius: 4px; */
  background: #fff;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.05); */
  font-family: Arial, sans-serif;
}

/* Title */
.booking-form h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* Subtitle */
.booking-form .subtitle {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Inputs */
.booking-form .form-group {
 margin-bottom: 15px;
}
.booking-form label {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 7px;
  line-height: 1;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  height: 38px;
  box-shadow: none;
  outline: none;
}

#additional-tests input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-bottom: 0px;
  margin-right: 5px; /* spacing between box and text */
  vertical-align: middle; /* aligns box with label text */
  cursor: pointer;
}

.additon-class {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.banner-main.fullbg {
  background: #f4f4f4;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.form-row input,
.form-row select {
  flex: 1;
}

/* Ensure each label is inline */
#additional-tests label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
}

/* Inline Rows */
.booking-form .form-row {
  display: flex;
  gap: 10px;
}

.booking-form .form-row input,
.booking-form .form-row select,
.booking-form .form-row button {
  flex: 1;
}

/* Buttons */
.booking-form .btn-outline {
  background: #f8f8f8;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: pointer;
  height: 38px;
  font-size: 14px;
}

.booking-form .btn-outline:hover {
  background: #eaeaea;
}

.booking-form .btn-primary {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  background: #e74c3c;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}

.booking-form .btn-primary:hover {
  background: #c0392b;
}

/* Notes & Extra Text */
.booking-form .note {
  font-size: 12px;
  color: #999;
  margin: 8px 0;
}

.booking-form .checkbox {
  font-size: 13px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.booking-form .checkbox input {
  width: 15px;
  margin-bottom: 0px;
}

.booking-form .total {
  font-weight: bold;
  margin-bottom: 12px;
}

.banner-left {
  position: relative;
}

.top-header {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  background: #11406b;
  padding: 10px 0;
  color: #fff;
  display: none;
}

@media (max-width: 1110px) {
  .banner-cap {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 376px;
  }

  h1 {
    font-size: 20px;

    line-height: 28px;
  }

  .subcap p {
    font-size: 18px;
    font-weight: 700;
  }
}

@media (max-width: 700px) {
  .banner-cap {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 250px;
  }

  .package-title {
    font-size: 14px;
    line-height: 17px;
  }

  .booknow-sm {
    width: 47%;
  }

  .package-price {
    font-size: 14px;
  }

  .top-header {
    display: block;
  }
}

.linethrough {
  text-decoration: line-through;
}

.pkg-target-highlight {
  box-shadow: 0 10px 30px rgba(42, 128, 71, 0.12);
  border: 1px solid rgba(42, 128, 71, 0.12);
  transform: translateY(-4px);
  transition: box-shadow 260ms ease, transform 260ms ease,
    border-color 260ms ease;
}

/* ensure smooth scroll behavior if browser supports it */
html {
  scroll-behavior: smooth; /* progressive enhancement */
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 22px;
  color: #e74c3c !important;
}

.parameter-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.parameter-wrapper .parameter-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 10px;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
