/* Typography & Site Defaults */
:root {
  --theme-primary: #122932;
  --theme-secondary: #B0D698;
  --theme-tertiary: #577A89;
  --theme-dark: #111517;
  --theme-light: #98b6b6;
  --theme-yellow: #D6FF00;
  --theme-white: #ffffff;

  /* Sections */
  /* --section-width: 1400px;
  --section-alt-width: 1160px; */

  --section-spacing: 120px;

  /* Fonts */
  --font-heading: 'Montserrat', sans-serif;
  --font-subheading: 'Oswald', sans-serif;
  --font-alt: 'Noto Sans', sans-serif;
  --font-body: 'Noto Sans', sans-serif;
  --font-silly: "ThunderhousePro", 'Times New Roman', Times, serif;
  --font-icon: 'Oswald', sans-serif;

  --font-size-sm: clamp(12.8px, 0.05vw + 12.61px, 13.5px);
  --font-size-base: clamp(20px, 1.1vw + 13px, 26.666px);
  --font-size-md: clamp(18px, 0.971vw + 18.6375px, 24.85px);
  --font-size-lg: clamp(30px, 1.602vw + 10.25px, 41px);
  --font-size-xl: clamp(48px, 2.0313vw + 13px, 59.133px);
  --font-size-xxl: clamp(55px, 27.5px + 3.3vw, 78px);

  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: 300;
}

/* Typography */

h1 {
  font-family: var(--font-heading);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
}

.home-h1 {
  font-size: clamp(55px, 27.5px + 4.3vw, 128px);
}

h2 {
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}

h3 {
  font-family: var(--font-heading);
  font-size: var(--font-size-lg);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}

h4,
h5,
h6 {
  font-family: var(--font-subheading);
  font-weight: 600;
  font-size: var(--font-size-md);
  letter-spacing: 0;
  margin: 0 0 0.5em;
}

p,
ol,
ul {
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: 300;
  line-height: 1.2;
}

/* a tag edits */
p a,
li a,
dd a {
  font-weight: bolder;
  line-height: 1.2;
}

p a {
  color: #839679 !important;
}

a:hover {
  color: var(--theme-dark) !important;
}



.bg-primary p a,
.bg-primary li a,
.bg-primary dd a {
  color: var(--theme-secondary);
}

.bg-secondary a {
  color: var(--theme-primary);
}

ul {
  margin-left: 30px;
  list-style-type: disc;
}

li {
  font-size: (var(--font-size-sm)) !important;
  margin-bottom: 10px;
  line-height: 1.2 !important;
}

ol {
  margin-left: 55px;
}

li ul {
  list-style-position: inherit;
  line-height: 1.2;
}

hr {
  border-top: 2px solid var(--theme-primary);
}

[class^="heading"],
[class*="heading"] {
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 0.5em;
}

[class^="heading"].margin-top,
[class*="heading"].margin-top {
  margin-top: 0.75em;
}

.heading-primary {
  font-family: var(--font-heading);
  font-size: var(--font-size-xxl);
  color: var(--theme-primary);
  text-transform: uppercase;
}

.heading-primary>span,
h2>span,
h1>span {
  color: var(--theme-secondary);
}

.heading-secondary {
  font-family: var(--font-heading);
  font-size: var(--font-size-xl);
  color: var(--theme-primary);
  text-transform: uppercase;
}

.heading-tertiary {
  font-family: var(--font-subheading);
  font-size: var(--font-size-md);
  color: var(--theme-primary);
  font-weight: 800;
}

blockquote {
  font-size: var(--font-size-base);
  color: var(--theme-primary);
  font-style: normal;
  padding: 0;
  border: none;
}

blockquote cite {
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  margin: 1em 0 0 2em;
}

/* Utility Classes */
.color-primary,
a.color-primary {
  color: var(--theme-primary) !important;
  fill: var(--theme-primary);
}

.color-secondary,
a.color-secondary {
  color: var(--theme-secondary) !important;
  fill: var(--theme-secondary);
}

.color-tertiary,
a.color-tertiary {
  color: var(--theme-tertiary);
  fill: var(--theme-tertiary);
}

.font-size-sm {
  font-size: var(--font-size-sm);
}

.font-size-base {
  font-size: var(--font-size-base);
}

.font-size-md {
  font-size: var(--font-size-md);
}

.font-size-lg {
  font-size: var(--font-size-lg);
}

.font-size-xl {
  font-size: var(--font-size-xl);
}

.font-size-xxl {
  font-size: var(--font-size-xxl);
}

.video {
    width: 100%;
    height: 600px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.video-wrapper {
  width: 100%;
  box-sizing: content-box;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-columns {
  column-count: 2;
}

@media screen and (max-width: 600px) {
  .two-columns {
    column-count: 1;
  }

}

[class^="btn"],
.list-btn {
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 18.6667px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 35px;
  margin: 3px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 40px;
  transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

[class^="btn"]:hover,
.list-btn:hover {
  transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

/* Green Button */
.btn-primary,
.list-btn {
  background-color: var(--theme-secondary);
  color: var(--theme-primary) !important;
}

.btn-primary:hover,
.list-btn:hover {
  background-color: var(--theme-primary);
  color: white !important;
}

/* Outlined white button, hover dark blue */
.btn-secondary {
  /* background-color: var(--theme-primary); */
  color: white;
  border: 2px solid white;
}

.btn-secondary:hover {
  background-color: var(--theme-secondary);
  color: var(--theme-primary) !important;
  border: 2px solid var(--theme-secondary);
}

.is-light-text a:hover {
  color: var(--theme-secondary) !important;
}

.is-light-text a:hover .btn-secondary {
  color: var(--theme-primary) !important;
}

.is-light-text:hover .btn-secondary:hover {
  color: var(--theme-primary) !important;
}


/* light blue button (no hover) */
.btn-light {
  background-color: var(--theme-light);
  color: var(--theme-white) !important;
}

/* medium blue button (no hover) */
.btn-medium {
  background-color: var(--theme-tertiary);
  color: var(--theme-white) !important;
}

.btn-medium:hover {
  background-color: var(--theme-primary);
  color: white !important;
}

/* dark blue button (no hover) */
.btn-dark {
  background-color: var(--theme-primary);
  color: var(--theme-white) !important;
}

.btn-dark:hover {
  background-color: var(--theme-tertiary);
  color: var(--theme-white) !important;

}

.bg-primary_gradient {
  background: linear-gradient(100deg, var(--theme-primary), var(--theme-secondary));
  color: white;
}

.bg-secondary_gradient {
  background: linear-gradient(100deg, var(--theme-secondary), var(--theme-primary));
  color: white;
}

.bg-primary {
  background-color: var(--theme-primary);
  color: white;
}

.bg-secondary {
  background-color: var(--theme-secondary);
  color: var(--theme-primary);
}

.bg-tertiary {
  background-color: rgb(240, 249, 254);
}

.bg-secondary span,
.bg-secondary_gradient span {
  color: var(--theme-primary);
}

.bg-primary hr,
.bg-secondary hr,
.bg-primary_gradient hr,
.bg-secondary_gradient hr {
  border-color: white;
}

.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-primary_gradient h2,
.bg-primary_gradient h3,
.bg-primary_gradient h4,
.bg-secondary_gradient h2,
.bg-secondary_gradient h3,
.bg-secondary_gradient h4 {
  color: white;
}

.icon-txt {
  font-size: 18px;
  font-family: var(--font-icon);
  font-weight: 600;
  line-height: 1.2;
  color: #7DA3A5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.icon-txt-02{
    font-size: 25px;
}

.reviews {
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 30px;
  position: relative;
  padding-bottom: 42px;
}

.arrow-icon {
  right: 24px;
  size: 40px;
  fill: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  margin-bottom: 40px;
}

/* Style Image of Dr. Slade to be a circle */
.circle-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-img img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-header {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #092938 !important;
  font-family: var(--font-subheading);
}

.footer-txt {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--theme-white) !important;
  font-family: var(--font-body);
}

.btn-footer1 {
  color: var(--theme-white) !important;
}

.urology {
  font-size: 24px;
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: .2em;
}

.footer-slade {
  font-size: 45.333px;
  font-family: var(--font-body);
  font-weight: 700;
  line-height: .7;
  letter-spacing: -0.066em;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

tr,
td {
  border: 2px solid #000000;
  text-align: left;
  padding: 8px;
}

tr {
  background-color: var(--theme-light);
}

img {
  border-radius: 20px;
}

div#column-946586 {
  display: none;
}

/* Accordion-01 */
.accordion01.panel-group {
  column-count: 2;
}

.accordion01 h3 {
  margin: 0;
}

.accordion01 .panel-heading button {
  position: relative;
  color: var(--theme-primary);
  font-size: var(--font-size-base);
  padding: 30px 40px 30px 0px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  background: none;
  border: none;
  text-align: left;
  border-top: 2px solid var(--theme-primary);
  width: 100%;
}

.accordion01 .accordion-item:nth-of-type(4) .panel-heading button,
.accordion01 .accordion-item:first-of-type .panel-heading button {
  border-top: none;
}

.accordion01 .accordion-content {
  color: #494e5c;
  display: none;
  padding: 0px 0px 14px 40px;
}

.accordion01 .accordion-item {
  border-bottom: none;
  transition: all ease 300ms;
}

.accordion01 .accordion-content p {
  margin: 0 0 0;
}

.accordion01 .panel-heading .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.accordion01 .panel-heading .arrow::after,
.accordion01 .panel-heading .arrow::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all ease 300ms;
}

.accordion01 .panel-heading .arrow::after {
  width: 2px;
  height: 16px;
  background: currentColor;
  opacity: 1;
}

.accordion01 .panel-heading .arrow::before {
  width: 16px;
  height: 2px;
  background: currentColor;
}

.accordion01 .accordion-item.opened button {
  color: var(--accent-color);
}

.accordion01 .accordion-item.opened .arrow::after {
  opacity: 0;
}

html.html-night .accordion01 .accordion-item:not(.opened) .panel-heading button {
  color: #FFF;
}

html.html-night .accordion01 .accordion-item.opened button {
  color: var(--accent-color-black);
}


/* End Accordion 1 */

.inverted-arrow {
  filter: invert(1);
  transform: scale(1.2, -1) rotate(-50deg);
}

@media screen and (max-width: 768px) {

  .accordion01 .accordion-item:nth-of-type(4) .panel-heading button,
  .accordion01 .accordion-item:first-of-type .panel-heading button {
    border-top: 2px solid var(--theme-primary);
  }

  .accordion01.panel-group {
    column-count: 1;
  }

  .inverted-arrow {
    transform: scaleY(-1) rotate(-60deg);
  }
}

.justify-content-space-around {
  justify-content: space-around;
}

.checkmark-icon {
  width: 4em;
  display: block;
  margin: 20px auto;
}

.btn-secondary__solid {
  background-color: white;
  color: var(--theme-primary);
}

.btn-secondary__solid:hover {
  background-color: var(--theme-primary);
  color: white !important;
}

.btn-tertiary {
  color: var(--theme-primary) !important;
  border: 2px solid var(--theme-primary);
}

.btn-tertiary:hover {
  background-color: var(--theme-primary);
  color: white !important;
}

/* Landing Page Collages */
.collage-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.collage-platter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  grid-template-rows: repeat(12, 1fr);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collage-platter>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-platter>img:nth-of-type(n+2) {
  grid-column: 2/3;
}

.collage-platter img:first-of-type {
  grid-column: 1/2;
  grid-row: 5/12;
}

.collage-platter>img:nth-of-type(2) {
  grid-row: 1/7;
}

.collage-platter>img:nth-of-type(3) {
  grid-row: 7/13;
}

.font-dark {
  color: var(--theme-dark);
}

/* Blog Styles */
.detail-description h2 {
  font-weight: 600;
  font-size: var(--font-size-lg);
}

.detail-description p {
  font-size: var(--font-size-md);
  margin-bottom: 0.5em;
}

.list-title {
  font-weight: 600;
}

.logo-01{
    max-height: 125px;
}

.logo-02{
    max-height: 175px;
}

.logo-03{
    max-height: 250px;
}

.font-30{
    font-size: 30px;
}

.font-20{
    font-size: 20px;
}

.custom-list ul li{
  font-size: 20px !important;
  color: var(--theme-primary) !important;
  list-style-type: circle;
}
.check-list {
    list-style-type: none; /* Removes default list style */
    padding: 0;
}

.check-list li {
    padding-left: 70px; /* Space for the check mark */
    margin-bottom: 20px; /* Space between list items */
    position: relative; /* Needed for absolute positioning of ::before */
    font-family: Oswald;
font-size: 30px;
font-weight: 600;
line-height: 38px;
text-align: left;
color:#a0bcbc;
text-transform: uppercase;
}

.check-list li::before {
    margin-right: 20px;
    content: "\2713"; /* Unicode check mark character */
    font-size: 20px; /* Size of the check mark */
    color: white; /* Color of the check mark */
    background-color: #b0d698; /* Background color of the circle */
    width: 40px; /* Width of the circle */
    height: 40px; /* Height of the circle */
    border-radius: 50%; /* Makes it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.bph h2, .kidney-stones{
    font-family: Montserrat;
font-size: 48px;
font-weight: 700;
line-height: 54px;
text-align: center;

}
.bph p, .kidney-stones-p { font-family: Montserrat;
font-size: 15px;
font-weight: 500;
line-height: 25px;
text-align: center;
}
.bph h5 {
    font-family: Montserrat;
font-size: 24px;
font-weight: 700;
line-height: 38px;
text-align: center;
margin-bottom: 60px;
}.check-list-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates four columns */
    grid-gap: 20px; /* Space between grid items */
    padding: 20px;
    list-style-type: none; /* Removes default list style */
    margin: 0; /* Removes default margin */
    padding-left: 0; /* Removes default padding */
    margin-bottom: 100px;
}

.check-list-2 li {
    position: relative; /* Needed for absolute positioning of ::before */
    padding-top: 60px; /* Space for the check mark above the text */
    margin-bottom: 20px; /* Space between list items */
    display: flex;
    flex-direction: column; /* Ensures content flows vertically */
    align-items: center; /* Center-aligns items horizontally */
    font-family: Oswald;
font-size: 30px;
font-weight: 600;
line-height: 38px;
color:#a0bcbc;
text-transform: uppercase;
text-align: center;
}

.check-list-2 li::before {
    content: "\2713"; /* Unicode check mark character */
    font-size: 20px; /* Size of the check mark */
    color: white; /* Color of the check mark */
    background-color: #b0d698; /* Background color of the circle */
    width: 40px; /* Width of the circle */
    height: 40px; /* Height of the circle */
    border-radius: 50%; /* Makes it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%; /* Center horizontally relative to the list item */
    top: 0; /* Align at the top of the list item */
    transform: translateX(-50%); /* Center horizontally */
}
.icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 91px;
    background-color: #E0F2F1; /* Light teal background, adjust color as needed */
}

.icon-top, .icon-middle, .icon-bottom {
    background-color: #ffffff; /* White color for the shapes */
    width: 40px; /* Adjust based on the design */
    height: 20px; /* Adjust based on the design */
    border-radius: 20px; /* Fully rounded ends */
    position: relative;
}

.icon-top {
    transform: rotate(45deg); /* Rotate top bar */
}

.icon-bottom {
    transform: rotate(-45deg); /* Rotate bottom bar */
}

.icon-middle {
    width: 25px; /* Middle part is narrower */
    height: 40px; /* Middle part is taller */
    background-color: #ffffff; /* Ensures it's white */
    z-index: 1; /* Ensures it's above the rotated parts */
}

.circle-frame {
    width: 175px; /* Size of the circle frame */
    height: 175px; /* Size of the circle frame */
    border-radius: 50%; /* Makes the div circular */
    overflow: hidden; /* Hides anything outside the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #a0bcbc; /* Background color of the frame */
    border: 1px solid #a0bcbc; /* Border properties */
    margin-bottom: 20px;
}
.circle-frame-gray {
    width: 175px; /* Size of the circle frame */
    height: 175px; /* Size of the circle frame */
    border-radius: 50%; /* Makes the div circular */
    overflow: hidden; /* Hides anything outside the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #618594; /* Background color of the frame */
    border: 1px solid #618594; /* Border properties */
    margin-bottom: 20px;
}
.circle-frame-green {
    width: 175px; /* Size of the circle frame */
    height: 175px; /* Size of the circle frame */
    border-radius: 50%; /* Makes the div circular */
    overflow: hidden; /* Hides anything outside the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #B0D698; /* Background color of the frame */
    border: 1px solid #B0D698; /* Border properties */
    margin-bottom: 20px;
}

.image-circle {
    width: 70%; /* Ensures the image covers the frame area */
    height: auto; /* Keeps the image aspect ratio intact */
}
.circle-frame-green .image-circle{
    width:70%;
}
.icon-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
}

.black-icon-txt {
  font-size: 36px;
  font-family: var(--font-icon);
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.collapible-container {
    width: 100%;
    max-width: 560px;

    padding: 20px;
    border-top: 1px solid #000000;
}

.test-item {
    border-bottom: 1px solid #000000;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.test-title, .test-description {
    width: 80%;
}

.test-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.test-description {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    display: none; /* initially hidden */
}

.expand-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px; /* Size of the circle */
    height: 20px; /* Size of the circle */
    background-color: #082a33; /* Green background */
    color: white; /* White text color */
    font-size: 24px; /* Size of the icon */
    border-radius: 50%; /* Makes the div circular */
    cursor: pointer; /* Indicates the element is clickable */
    user-select: none; /* Prevents the text (+ or -) from being selectable */
}
.expand-icon-gray {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px; /* Size of the circle */
    height: 20px; /* Size of the circle */
    background-color: #a0bcbc; /* Green background */
    color: white; /* White text color */
    font-size: 24px; /* Size of the icon */
    border-radius: 50%; /* Makes the div circular */
    cursor: pointer; /* Indicates the element is clickable */
    user-select: none; /* Prevents the text (+ or -) from being selectable */
}

.body-text{

font-family: Montserrat;
font-size: 15px;
font-weight: 500;
line-height: 25px;
text-align: left;

}

.medication-list ul {
    list-style-type: none; /* Removes default bullets */
    padding: 20px; /* Removes default padding */
    margin-top: 50px;
}

.medication-list li {

    border-bottom: 1px solid #FFF; /* Green underline */
    margin-bottom: 8px; /* Space after the underline */
    font-family: Montserrat;
font-size: 15px !important;
font-weight: 600;
line-height: 25px;
text-align: left;
    padding: 20px 0;
}
.l-light-text{
    font-family: Montserrat;
font-size: 24px;
font-weight: 700;
line-height: 38px;
text-align: left;

}
.s-light-text{
font-family: Montserrat;
font-size: 15px;
font-weight: 500;
line-height: 25px;
text-align: left;

}
.medication-list li:first-child {
    border-top: 1px solid #FFF; /* Green top border for the first item */
    
}

.kidney-stones-p{
    max-width: 360px;
}
.special-text{
    font-family: Oswald;
font-size: 24px;
font-weight: 600;
line-height: 38px;
text-align: center;
color:#a0bcbc !important;

}
.small-col{
    display: flex;
    flex-direction: column;
}
.underline{
    text-decoration: underline !important;
    color: black !important;
    
}

.hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

ul.vacation-list {
    list-style-type: none;
}

ul.vacation-list li {
    color: #A0BCBC;
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--font-size-md);
    font-family: var(--font-heading);
    position: relative;
    padding-left: 20px;
    margin: 0 0 20px 20px;
}

ul.vacation-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -7%;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    background-image: url("/Portals/0/Images/Vacation/checkmark_icon.png");
}

.poster {
    width: 600px;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 20px auto;
}














