    .thg-theme .single-procedure-group h2 {
    font-size: 24px;
}
.wp-block-column.banner-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div#select-preference {
    display: none !IMPORTANT;
}
h2#select-preference-header {
    display: none !IMPORTANT;
}
.thg-theme .single-procedure-group .global-condition h3, .thg-theme .single-procedure-group .global-procedure h3 {
    font-size: 19px;
    letter-spacing: 0.4px;
}
.thg-theme .single-procedure-group .thg-global-item {
padding: 8px 0;
}
.thg-theme .single-procedure-group .global-condition  .inner-content, .thg-theme .single-procedure-group .global-procedure .inner-content {
padding: unset;
text-align: left;
}
.fadeUP {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadeUP.animate {
    opacity: 1;
    transform: translateY(0);
}

.slideLeft {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slideLeft.animate {
    opacity: 1;
    transform: translateX(0);
}

.slideRight {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slideRight.animate {
    opacity: 1;
    transform: translateX(0);
}


.thg-theme h4 {
color: #555;
font-size: 24px;
}
.thg-theme .profile-photo img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 0 0px;
}
div#post-515 .card-title a {
    font-size: inherit;
}
.inner-content h3 a {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
article.thumbnail.item {
    text-align: center;
}
h4.slider-header {
    font-size: 32px;
color: #555;
}
.total-reviews {
font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #666;
}
#table-of-contents {
    text-transform: capitalize !important;
}
.thg-theme a.btn.btn-primary {
    color: #fff;
    padding: 7px 25px;
}
.thg-theme .testimonials-count {
    text-align: start;
    padding: 25px 0;
};

    /* Link Colors */
    /*a {
      color: #e09900;
    }*/

    .thg-theme a, .thg-theme a:visited {
      color: #e09900;
    }

    .thg-theme a:hover, .thg-theme a:active {
      color: #353b38;
    }

    .thg-theme img {
      max-width:  100%;
      height: auto;
    }

    /* Button Colors */

    .thg-theme .bg-dark a:link, .thg-theme .bg-dark a:visited {
      color: #dce1ea;
    }

    .thg-theme .bg-dark a:hover, .thg-theme .bg-dark a:active {
      color: #FFFFFF;
    }

   .thg-theme .btn-primary {
      color: #dce1ea;
    }

   .thg-theme .btn-secondary {
      color: #dce1ea;
    }

   .thg-theme .btn-success {
      color: #dce1ea;
    }

   .thg-theme .btn-info {
      color: #dce1ea;
    }

   .thg-theme .btn-warning {
      color: #dce1ea;
    }

   .thg-theme .btn-danger {
      color: #dce1ea;
    }

   .thg-theme .btn-light {
      color: #353b38;
    }

   .thg-theme .btn-dark {
      color: #dce1ea;
    }

    /* Header Background Colors */

    #topheader.navbar {
      background-color: rgb(52, 71, 103) !important;
    }

    #bottomheader.navbar {
      background-color: rgb(52, 71, 103) !important;
    }

    /* Footer Background Colors */

   .thg-theme .footer {
      background-color:  !important;
    }

    #footerbottom.navbar {
      background-color:  !important;
    }

    /* TESTIMONIALS PAGE */
    .thg-theme label {
      font-size: 1rem;
    }

    /* APPT PAGE */
    .thg-theme .ui.container {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
    }

    /* Table of contents */
    .thg-theme #table-of-contents {
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .thg-theme #table-of-contents a, .thg-theme #table-of-contents a:visited {
      color: #e09900;
    }

    /* Breadcrumb nav */
    .thg-theme #breadcrumb-nav {
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .thg-theme #breadcrumb-nav a, .thg-theme #breadcrumb-nav a:visited {
      color: #e09900;
    }

    .thg-theme #page-content img,
    .thg-theme #procedures-content img,
    .thg-theme #conditions-content img,
    .thg-theme #locations-content img,
    .thg-theme #departments-content img,
    .thg-theme #team-content img {
      max-width: 100%;
      height: auto;
    }

    iframe {
      max-width: 100%;
    }

    .thg-theme img.single-post-img {
      object-fit: cover; /* keep aspect ratio */
      width: 100%;
      height:  265px;
      max-height: 265px;
    }

    .thg-theme #global-list .cards .container {
      padding-left: 0;
      padding-right: 0;
    }

   .thg-theme .card-image img {
      object-fit: cover; /* keep aspect ratio */
      max-width: 100%;
      height: 220px;
      border-radius: 0.625rem;
      box-shadow: 0 5px 10px 0 rgba(0,0,0,.08)!important;
    }

   .thg-theme .icon .ni {
      font-size:  3.5rem;
    }

    .thg-theme #locations-overview-grid .nav-link {
        padding: 10px 23px;
        background-color: rgba(53, 59, 56, 0.3);
        min-width: 100px;
        font-weight: 400;
        text-align: center;
        border-radius: 25px;
        margin:  0 5px 10px 0;
    }
    .thg-theme #locations-overview-grid .nav-pills .nav-item .nav-link:focus , .thg-theme #locations-overview-grid .nav-pills .nav-item .nav-link:active {
        background: #e09900 !important;
        color: #fff !important;
    }

    .thg-theme #mainheader .dropdown-menu {
      min-width:  250px;
    }

    .thg-theme #bottomheader .dropdown-menu {
      min-width:  450px;
    }

    .thg-theme #right-sidebar .widget #menu-locations {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    .thg-theme #right-sidebar .widget #menu-locations li {
      text-transform: uppercase;
      line-height: 2rem;
    }

    .thg-theme #right-sidebar .widget #menu-locations li a{
      color: #e09900;
    }