:root {
  --yellow: #FFBE0B;
}

body {
  color: #222;
  line-height: 1.4;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ffcccc;
}

.pink {
  background-color: #ffcccc;
  height: 100%;
}

.white {
  background-color: #ffffff;
  height: 100%;
}

.yellow2 {
  background-color: #ffe3cc;
}

.green {
  background-color: darkseagreen;
  height: 100%;
}

.margin15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* section {
  height: 80vh;
  position: relative;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: auto;
} */

.box {
  width: 10vw;
  height: 10vh;
  background-color: yellow;
  position:absolute;
  top:350px;
  left:150px;
}

.w100 {
  width: 100%;
}

.menu-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0 auto;
  flex-direction: row;
  list-style-type: none;
  white-space: nowrap;

}

.yellow:hover {
  filter: saturate(0.5);
  transition: 250ms;
}

.clearbtn {
  transition: border-bottom-color 250ms;
  border-bottom: white 2px solid;

}
.flex {
  display: flex;
}

.h100 {
  min-height: 100vh;
}

.h80 {
  min-height: 90vh;
}

.h130 {
  min-height: 130vh;
}

.arrow-icon {
  background-image: url('data:image/svg+xml,<svg width="30" height="20" viewBox="0 0 37 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34.8346 14.2578L2.16797 14.2578M34.8346 14.2578L22.5846 26.5078M34.8346 14.2578L22.5846 2.00781" stroke="%23000000" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.icon {
  display: inline-block;
  width: 30px;
  height: 23px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.pricelist-page {
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pad-bot-20 {
  padding-bottom: 20vh;
}

.pad-top-20 {
  padding-top: 20vh;
}

.pad-top-30 {
  padding-top: 30vh;
}

.updates-container {
  display: flex;
  background-color: white;
  padding: 50px;
  z-index: 5;
  align-items: center;
  flex-direction: column;

}

.pricelist-row {
  display: flex;
}

.clearbtn:hover {
  border-bottom: black 2px solid;
}

.menu-list-mobile {
  display: none;
  position: absolute;
  top: 70px;
  left: -0px;
  width: 100%;
  height: 92vh;
  margin: 0 auto;
  background-color: white;
  padding-left: 0;
  padding-top: 20px;
  z-index: 10;
  list-style-type: none;
  gap: 20px;
}

.menu-bars {
  height: 5px;
  width: 40px;
  background-color: black;
  margin: 6px 0;
  border-radius: 2px;
  transition: 0.4s;
  animation-timing-function: ease-in-out;
}

.nav-logo {
  max-width: 325px;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-logo img {
  width: 100%;
  height: auto;
}

.open .bar1 {
  -webkit-transform: rotate(45deg) translate(7.5px, 7.5px);
  transform: rotate(45deg) translate(7.5px, 7.5px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(-45deg) translate(7.5px, -7.5px);
  transform: rotate(-45deg) translate(7.5px, -7.5px);
}

.top-menu-wrapper-mobile {
  display: block;
  margin: 0 20px 0 auto;
  gap: 10px;

}

.open .menu-list-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.button {
  padding: 8px 20px 8px 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.updates-button {
  border: 2px solid var(--yellow);
  transition: 250ms;
  cursor: pointer;
}

.updates-button:hover {
  background-color: var(--yellow);
  transition: 250ms;
  cursor: pointer;
}

.round-border {
  border-radius: 30px;
}

div .round-border {
  -webkit-box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
}

.updates-container h4 {
  margin: 0;
}

.top-menu-bar {
  background-color: #ffffff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 290;
}

nav
{
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  justify-content: right;
  max-height: 100%;
}

.transition-spacer {

  aspect-ratio: 900/300;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;

}

.transition-spacer-pl {

  aspect-ratio: 900/300;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;

}

/* .news-banner {
  align-items: center;
  padding: 8px 40px 8px 40px;
  border: solid transparent ;
  border-radius: 25px;
  background-color: #f1c40f;
  display: block;
  opacity: 0
} */

.news-banner {
  text-align: center;
  width: 100%;
  background-color: #ffcb9c;
  padding: 10px 0px 10px 0px;
  position: fixed;
  top: 70px;
  z-index: 280;
}

.updates-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index:5;
}

.contactus-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index:5;
  text-align: center;
}

.before-visit-wrapper {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.transition-bottom {

  aspect-ratio: 900/300;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
}

.updates-content {
  text-align: center;
  padding-bottom: 30px;
}

.before-visit-wrapper h1 {
  text-align: center;
}

.welcome-banner {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 5;
  padding-bottom: 10vh;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.welcome-button {

  background-color: #ffcccc;
  display: inline-flex;
  gap: 10px;
  padding: 8px 20px 8px 20px;
  justify-content: center;
  align-items: center;
  border: solid #ffcccc ;
  border-radius: 25px;
}

.welcome-button:hover {
  background-color: #ecabc4;
  border-color: #ecabc4;
  transition: 200ms;
}

.welcome-button-wrapper {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0px;
  gap: 1.2em;
}

.doctor-svg {

  max-height: 500px;
}

.doctor-svg-wrapper {
  position: relative;
  z-index: 4;
  padding-top: 200px;
}

.first-slide {

  display: flex;
  flex-direction: column;
  vertical-align: bottom;
}

.inner {

  display: flex;
  flex-direction: row;
  vertical-align: bottom;

}

ol {
  counter-reset: li;
  list-style: none;
}

ol li {
  position: relative;
  padding-left: 100px;
  min-height: 60px;
  margin-bottom: 40px;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: center;

}

ol li::before {

  content: counter(li);
  counter-increment: li;
  color: white;
  margin-right: 5px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  background-color: #ecabc4;
  left: 0;
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

.opening-hours {
  display: flex;
  flex-direction: column;

}

.oh-div {

  margin-right: 60px;
}

.oh-day {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  padding-top: 10px;
}

.oh-day:last-child {
  border-bottom: none;
}

.day {min-width: 100px}

.time {
  margin-left: 30px;
}

.time_aft {margin-left: 30px;}

.bold-text {
  font-weight: bold;
}

.map-placeholder {
  height: 500px;
  width: 100%;
  margin-top: 1.2rem;
}

.email-us {
}

.contactus-lowermenu {
  display: flex;
  flex-direction: column;

}

.contactus-wrapper h4 {
  margin: 0;
}

.contactus-lowermenu-item {
  border-top: 2px solid black;
  margin-top: 50px;
  padding-top: 5px;
  text-align: left;
}

h1 {
  z-index: 55;
}

h2 {
}

h3{
  font-weight: 300;
}

.before-visit h1 {

    text-align: center;
}

.pl-item-name {
  float: left;
  position: relative;
  top: 2px;
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.pl-item-cost {
  float: right;
  position: relative;
  top: 2px;
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;


}

.pl-item {
  border-bottom: 1px solid #ffcfcf;
  margin-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;

}

.pl-items-wrapper{

  background-color: white;
  padding: 30px;

}

.pricelist-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  z-index: 5;
}

.tiles-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 15px;
  z-index: 10;
  align-items: start;
}

.tile {
  width: 300px;
  background-color: white;
  border: 1px solid lightgrey;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 30px 15px 30px;
}

.tile a {
  padding-bottom: 0.5rem;
}

.tile h4 {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.mansory-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icon-location {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2c3.196 0 6 2.618 6 5.602 0 3.093-2.493 7.132-6 12.661-3.507-5.529-6-9.568-6-12.661 0-2.984 2.804-5.602 6-5.602m0-2c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width: 1440px) {
  /* Style adjustments for viewports that meet the condition */

  .welcome-button .news-banner {
  }
  .oh-div {
  }

  .oh-day {
    flex-direction: row;
  }

}

@media screen and (min-width: 1024px) {
  /* Style adjustments for viewports that meet the condition */

  .top-menu-wrapper-mobile {
    display: none;
  }

  header nav {
    display: flex;
  }


}

@media screen and (min-width: 768px) {
  /* Style adjustments for viewports that meet the condition */

  /* .welcome-button .news-banner {
    font-size: calc((0.005952381 * (100vw - 768px)) + 18px);
  }

  .oh-div {
    font-size: calc((0.005952381 * (100vw - 768px)) + 26px);
  } */

  .contactus-lowermenu {
    flex-direction: row;
    align-items: start;
    gap: 20%;
    width: 100%;
  }

  .welcome-button-wrapper {
    flex-direction: row;
  }

  .oh-day {
    flex-direction: row;
  }

}

@media only screen and (max-width: 800px) {
  /* Style adjustments for viewports that meet the condition */

  /* h1 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  } */

  .h80{
    min-height: 90vh;
    padding-top: 10vh;
  }

  .h130 {
    min-height: 130vh;
  }

  .pricelist-wrapper {
    padding-top: 20vh;
  }

/*  header nav {
    display: none;
  }*/

  .doctor-svg {
    display: none;
  }

 .top-menu-wrapper-mobile {
    display: block;
  }

  .welcome-banner {
    align-items: center;
  }

  .inner {
    text-align: center;
  }

}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }


  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

