/*
Theme Name:     pridehealth2024
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
input[type=search] {
  background-repeat: no-repeat;
  background-image: url "https://www.pridehealth.care/wp-content/uploads/2023/11/search-icon.png";
  background-position: center right;
  padding-right: 28px;
  max-width: 320px;
}

#wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.wm-section > .kt-row-column-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .wm-section > .kt-row-column-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1025px) {
  .wm-section > .kt-row-column-wrap {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.wm-section.wm-half-padding-top > .kt-row-column-wrap {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .wm-section.wm-half-padding-top > .kt-row-column-wrap {
    padding-top: 32px;
  }
}
@media (min-width: 1025px) {
  .wm-section.wm-half-padding-top > .kt-row-column-wrap {
    padding-top: 48px;
  }
}
.wm-section.wm-half-padding-bottom > .kt-row-column-wrap {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .wm-section.wm-half-padding-bottom > .kt-row-column-wrap {
    padding-bottom: 32px;
  }
}
@media (min-width: 1025px) {
  .wm-section.wm-half-padding-bottom > .kt-row-column-wrap {
    padding-bottom: 48px;
  }
}

.woocommerce-Tabs-panel--description p + ol, .woocommerce-Tabs-panel--description p + ul {
  margin-top: -0.5em;
}
.woocommerce-Tabs-panel--description h2 {
  color: var(--global-palette2);
  margin-top: 1.5em;
}

.kb-button.btn-outline {
  background-color: transparent;
  color: var(--global-palette-btn-bg);
}
.kb-button.btn-outline:hover {
  color: var(--global-palette-btn-bg-hover);
}
.kb-button.btn-alt {
  border-color: var(--global-palette-btn);
  background-color: var(--global-palette-btn);
  color: var(--global-palette-btn-bg);
}
.kb-button.btn-alt:hover {
  border-color: var(--global-palette-btn-hover);
  background-color: var(--global-palette-btn-hover);
  color: var(--global-palette-btn-bg-hover);
}
.kb-button.btn-alt-outline {
  border-color: var(--global-palette-btn);
  background-color: transparent;
  color: var(--global-palette-btn);
}
.kb-button.btn-alt-outline:hover {
  border-color: var(--global-palette-btn-hover);
  color: var(--global-palette-btn-hover);
}
.kb-button.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: var(--global-palette-btn-bg);
}
.kb-button.btn-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: var(--global-palette-btn-bg-hover);
}
.kb-button.btn-white-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.kb-button.btn-white-outline:hover {
  border-color: #fff;
  color: #fff;
}

.jet-listing-grid__items {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}
.jet-listing-grid__items > div {
  padding: 1rem;
}
@media (max-width: 768px) {
  .jet-listing-grid__items > div {
    padding: 0.5rem;
  }
}

.product-grid-item img {
  border-radius: 1rem;
}
.product-grid-item .product-title > div {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  min-height: 60px;
}
.product-grid-item .product-price {
  display: block;
  text-align: center;
  color: var(--global-palette2);
}
.product-grid-item .product-price del {
  color: #aaa;
}
.product-grid-item .jet-listing-dynamic-image {
  aspect-ratio: 1;
  align-items: center;
}

#search-filter #filters-toggle {
  display: none;
}
@media (max-width: 1024px) {
  #search-filter #filters-toggle {
    display: block;
  }
}
#search-filter #filters-toggle svg {
  position: relative;
  top: 2px;
}
@media (max-width: 1024px) {
  #search-filter #search-filter-controls {
    display: none;
  }
  #search-filter #search-filter-controls.active {
    display: block;
  }
}
#search-filter .jet-filter {
  margin-bottom: 2rem;
}
#search-filter .jet-filter-label {
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#search-filter .jet-checkboxes-list__label {
  margin-top: -2px;
  margin-left: 0.5rem;
}

#search-results > .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
}
#search-results .jet-smart-filters-sorting {
  margin-bottom: 0.5rem;
}
#search-results .jet-smart-filters-sorting .jet-sorting-select {
  max-width: 300px;
  align-self: flex-end;
  border-radius: 3px;
}

.kadence-pro-fixed-wrap[style] {
  height: auto !important;
}
.kadence-pro-fixed-wrap[style] header {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
}

body.logged-in .login-desktop {
  display: none;
}
@media (min-width: 1025px) {
  body.logged-in .login-desktop.my-account {
    display: block;
  }
}

body:not(.logged-in) .login-desktop {
  display: none;
}
@media (min-width: 1025px) {
  body:not(.logged-in) .login-desktop.login {
    display: block;
  }
}

#top-header > .kt-row-column-wrap {
  grid-template-columns: 1fr 150px;
  grid-column-gap: 8px;
}
@media (min-width: 768px) {
  #top-header > .kt-row-column-wrap {
    grid-template-columns: 1fr 150px;
  }
}
@media (min-width: 1025px) {
  #top-header > .kt-row-column-wrap {
    grid-template-columns: 250px 1fr 250px;
  }
}
#top-header > .kt-row-column-wrap #search .wp-block-search__inside-wrapper {
  justify-content: center;
}
@media (min-width: 1025px) {
  #top-header > .kt-row-column-wrap #search .wp-block-search__inside-wrapper {
    justify-content: flex-end;
  }
}
#top-header > .kt-row-column-wrap #search input[type=search] {
  background-repeat: no-repeat;
  background-image: url("https://www.pridehealth.care/wp-content/uploads/2023/11/search-icon.png");
  background-position: center right;
  padding-right: 25px;
  max-width: 320px;
}
#top-header > .kt-row-column-wrap #search button {
  display: none;
}
#top-header > .kt-row-column-wrap #main-menu {
  display: none;
}
@media (min-width: 1025px) {
  #top-header > .kt-row-column-wrap #main-menu {
    display: block;
  }
}
#top-header > .kt-row-column-wrap #main-menu ul.wp-block-navigation {
  margin-top: 14px;
  column-gap: 24px;
  font-size: 18px;
}
#top-header > .kt-row-column-wrap #main-menu a:link,
#top-header > .kt-row-column-wrap #main-menu a:visited,
#top-header > .kt-row-column-wrap #main-menu a:hover {
  text-transform: uppercase;
  color: rgb(34, 34, 34);
  text-decoration: none;
}
#top-header > .kt-row-column-wrap #nav-icons > .kt-inside-inner-col {
  gap: 5px;
}
#top-header > .kt-row-column-wrap #nav-icons a:link,
#top-header > .kt-row-column-wrap #nav-icons a:visited,
#top-header > .kt-row-column-wrap #nav-icons a:hover {
  color: rgb(34, 34, 34);
}
#top-header > .kt-row-column-wrap #nav-icons .login-desktop:link, #top-header > .kt-row-column-wrap #nav-icons .login-desktop:visited, #top-header > .kt-row-column-wrap #nav-icons .login-desktop:hover {
  color: #fff;
  text-transform: uppercase;
}
#top-header > .kt-row-column-wrap #nav-icons .login-mobile {
  display: block;
}
@media (min-width: 1025px) {
  #top-header > .kt-row-column-wrap #nav-icons .login-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  #top-header > .kt-row-column-wrap #nav-icons .kb-svg-icon-wrap {
    font-size: 24px;
  }
  #top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__icon {
    height: 1.25em;
    width: 1.25em;
  }
  #top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__badge {
    font-size: 0.75em;
  }
}
#top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button {
  color: rgb(34, 34, 34);
}
#top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button:hover, #top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button:active, #top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button:focus {
  color: rgb(34, 34, 34);
  background: transparent;
  opacity: 1;
  box-shadow: none;
}
#top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button .wc-block-mini-cart__icon {
  width: 32px;
  height: 32px;
  margin: -10px -8px -8px -8px;
}
@media (min-width: 768px) {
  #top-header > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button .wc-block-mini-cart__icon {
    width: 40px;
    height: 40px;
    margin: -10px -8px -8px -8px;
  }
}
@media (min-width: 1025px) {
  #top-header > .kt-row-column-wrap #nav-icons .mobilemenu-icon-btn {
    display: none;
  }
}

#top-header2 > .kt-row-column-wrap {
  z-index: 9999;
  grid-template-columns: 1fr 200px;
  grid-column-gap: 8px;
}
@media (min-width: 768px) {
  #top-header2 > .kt-row-column-wrap {
    grid-template-columns: 1fr 230px;
  }
}
@media (min-width: 1025px) {
  #top-header2 > .kt-row-column-wrap {
    grid-template-columns: 220px 1fr 320px;
  }
}
#top-header2 > .kt-row-column-wrap #search .wp-block-search__inside-wrapper {
  justify-content: center;
}
@media (min-width: 1025px) {
  #top-header2 > .kt-row-column-wrap #search .wp-block-search__inside-wrapper {
    justify-content: flex-end;
  }
}
#top-header2 > .kt-row-column-wrap #search input[type=search] {
  background-repeat: no-repeat;
  background-image: url("https://www.pridehealth.care/wp-content/uploads/2023/11/search-icon.png");
  background-position: center right;
  padding-right: 25px;
  max-width: 320px;
}
#top-header2 > .kt-row-column-wrap #search button {
  display: none;
}
#top-header2 > .kt-row-column-wrap #main-menu {
  display: none;
}
@media (min-width: 1025px) {
  #top-header2 > .kt-row-column-wrap #main-menu {
    display: block;
  }
}
#top-header2 > .kt-row-column-wrap #main-menu ul.wp-block-navigation {
  margin-top: 8px;
  column-gap: 30px;
  font-size: 18px;
}
#top-header2 > .kt-row-column-wrap #main-menu a:link,
#top-header2 > .kt-row-column-wrap #main-menu a:visited,
#top-header2 > .kt-row-column-wrap #main-menu a:hover {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
#top-header2 > .kt-row-column-wrap #nav-icons > .kt-inside-inner-col {
  gap: 10px;
}
#top-header2 > .kt-row-column-wrap #nav-icons a:link,
#top-header2 > .kt-row-column-wrap #nav-icons a:visited,
#top-header2 > .kt-row-column-wrap #nav-icons a:hover {
  color: rgb(34, 34, 34);
}
#top-header2 > .kt-row-column-wrap #nav-icons .login-mobile {
  display: block;
}
@media (min-width: 1025px) {
  #top-header2 > .kt-row-column-wrap #nav-icons .login-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  #top-header2 > .kt-row-column-wrap #nav-icons .kb-svg-icon-wrap {
    font-size: 24px;
  }
  #top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__icon {
    height: 1.25em;
    width: 1.25em;
  }
  #top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__badge {
    font-size: 0.75em;
  }
}
#top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button {
  color: rgb(34, 34, 34);
}
#top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button:hover, #top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button:active, #top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button:focus {
  color: rgb(34, 34, 34);
  background: transparent;
  opacity: 1;
  box-shadow: none;
}
#top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button .wc-block-mini-cart__icon {
  width: 32px;
  height: 32px;
  margin: -10px -8px -8px -8px;
}
@media (min-width: 768px) {
  #top-header2 > .kt-row-column-wrap #nav-icons .wc-block-mini-cart__button .wc-block-mini-cart__icon {
    width: 40px;
    height: 40px;
    margin: -10px -8px -8px -8px;
  }
}
@media (min-width: 1025px) {
  #top-header2 > .kt-row-column-wrap #nav-icons .mobilemenu-icon-btn {
    display: none;
  }
}
#top-header2 > .kt-row-column-wrap #nav-icons .gt_float_switcher {
  box-shadow: none;
  background: transparent;
}
@media (max-width: 768px) {
  #top-header2 > .kt-row-column-wrap #nav-icons .gt_float_switcher {
    display: none;
  }
}
#top-header2 > .kt-row-column-wrap #nav-icons .gt_float_switcher .gt-selected {
  background: transparent;
}
#top-header2 > .kt-row-column-wrap #nav-icons .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 12px 0 0 5px;
}
#top-header2 > .kt-row-column-wrap #nav-icons .gt_float_switcher .gt_options {
  position: absolute;
  right: 0;
  background: white;
  min-width: 112px;
  text-align: left;
}
#top-header2 > .kt-row-column-wrap #nav-icons .gt_float_switcher img {
  display: none;
}

#categories-mega-menu,
#mobile-menu {
  display: none;
  z-index: 1000;
}
#categories-mega-menu > div > .wp-block-kadence-column,
#mobile-menu > div > .wp-block-kadence-column {
  position: absolute;
  width: 100%;
}
#categories-mega-menu > div > .wp-block-kadence-column > .kt-inside-inner-col,
#mobile-menu > div > .wp-block-kadence-column > .kt-inside-inner-col {
  margin-left: 32px;
  margin-right: 32px;
}
#categories-mega-menu a:link,
#categories-mega-menu a:visited,
#categories-mega-menu a:hover,
#mobile-menu a:link,
#mobile-menu a:visited,
#mobile-menu a:hover {
  color: rgb(34, 34, 34);
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
}
#categories-mega-menu .gt_float_switcher,
#mobile-menu .gt_float_switcher {
  box-shadow: none;
  background: transparent;
}
#categories-mega-menu .gt_float_switcher .gt-selected,
#mobile-menu .gt_float_switcher .gt-selected {
  background: transparent;
}
#categories-mega-menu .gt_float_switcher .gt-selected .gt-current-lang,
#mobile-menu .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
}
#categories-mega-menu .gt_float_switcher .gt_options,
#mobile-menu .gt_float_switcher .gt_options {
  position: absolute;
  left: 0;
  background: white;
  min-width: 112px;
  text-align: left;
}
#categories-mega-menu .gt_float_switcher img,
#mobile-menu .gt_float_switcher img {
  display: none;
}

#footer-mailinglist .fluentform_wrapper_2 .ff-message-success {
  box-shadow: none;
  text-align: center;
}

#footer-top ul {
  margin-left: 0;
  margin-top: 1rem;
}

#footer-top li {
  list-style: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#footer-top li a:link,
#footer-top li a:visited,
#footer-top li a:hover {
  color: rgb(34, 34, 34);
  text-decoration: none;
}

.page-title {
  padding-top: 112px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .page-title {
    padding-top: 128px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1025px) {
  .page-title {
    padding-top: 144px;
    padding-bottom: 64px;
  }
}

.page-id-2384 #footer-top,
.page-id-2389 #footer-top {
  display: none;
}

.sticky_cta_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.footerLogosList {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.footerLogosList > * {
  margin-right: 15px;
}

#desktop-banner .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land31 {
  padding-bottom: 39%;
}

#search input[type=search] {
  background-repeat: no-repeat;
  /*background-image: url('https://www.pridehealth.care/wp-content/uploads/2023/11/search-icon.png');*/
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  padding-right: 30px;
}
#search button {
  /*display: none;*/
  background-color: #f25322;
}
#search button path {
  color: #fff;
}

#highlighted div.prev-arrow,
#highlighted div.next-arrow {
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: -60px;
}

#conditions #conditions-grid .wp-block-kadence-advancedheading {
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  #conditions #conditions-grid .kt-inside-inner-col {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  #conditions #conditions-grid .kt-inside-inner-col .wp-block-kadence-advancedheading {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #conditions #conditions-grid .kt-inside-inner-col {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
  #conditions #conditions-grid .kt-inside-inner-col .wp-block-kadence-advancedheading {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #how-it-works #how-it-works-items .kt-inside-inner-col {
    display: grid;
    grid-template-columns: 100px 1fr;
  }
  #how-it-works #how-it-works-items .kt-inside-inner-col .wp-block-kadence-image {
    grid-row: 1/span 2;
    padding-right: 2rem;
  }
  #how-it-works #how-it-works-items .kt-inside-inner-col .wp-block-kadence-advancedheading {
    text-align: left;
  }
}

#cart .woocommerce-cart-form {
  float: none;
  padding-right: 0;
  width: 100%;
}

#cart .cart-collaterals {
  float: right;
  margin-top: 3rem;
}

#cart .woocommerce-notices-wrapper .woocommerce-message .button {
  display: none;
}

.page-id-9 #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked + label {
  background-color: transparent;
}
.page-id-9 .wcf-embed-checkout-form table.shop_table tbody tr.cart_item .product-name {
  display: grid;
  grid-template-columns: 75% 0 25%;
}
.page-id-9 .wcf-embed-checkout-form table.shop_table tbody tr.cart_item .product-name dl.variation {
  grid-column: span 3;
}
.page-id-9 .wcf-embed-checkout-form table.shop_table tbody tr.cart_item .product-name dl.variation dt.variation-DateTime {
  padding: 0;
}
.page-id-9 .wcf-embed-checkout-form table.shop_table tbody tr.cart_item .product-name dl.variation dd.variation-DateTime {
  padding: 0;
}
.page-id-9 address {
  background-color: #fff;
}
.page-id-9 section.woocommerce-customer-details,
.page-id-9 div.order_items,
.page-id-9 div#payment {
  padding: 30px;
  border-radius: 16px;
  background-color: var(--global-palette8);
  margin-bottom: 30px;
}
.page-id-9 h2 {
  color: var(--global-palette1);
}
.page-id-9 tr.order_item td.product-name {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.page-id-9 .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page-id-9 #payment ul.wc_payment_methods li.wc_payment_method > label[for=payment_method_stripe] {
  padding-left: 0;
}

.wcf-embed-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 6px !important;
}

.woocommerce-checkout #billing_preferred_name_field {
  display: none;
}
.woocommerce-checkout #order_comments {
  min-height: 80px;
}
.woocommerce-checkout #order_age_field {
  display: none;
}

.inspire_checkout_fields_additional_information h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
}

.iti {
  width: 100% !important;
  margin-bottom: 1em;
  position: relative;
  display: block;
}
.iti input {
  width: 100% !important;
  padding-left: 90px !important;
  padding-right: 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  height: 40px !important;
  margin: 0 !important;
}
.iti input:focus {
  outline: none;
  border-color: #666 !important;
}
.iti__selected-flag {
  padding: 0 8px 0 12px !important;
  background-color: transparent !important;
  border-right: 1px solid #ddd;
  height: 100% !important;
  width: 80px !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  z-index: 1 !important;
}
.iti__flag-container {
  right: auto;
  left: 0;
  height: 52px;
  width: 80px;
  background-color: #f7f7f7;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #ddd;
  z-index: 1 !important;
}
.iti__selected-dial-code {
  white-space: nowrap !important;
  font-size: 14px !important;
  color: #333 !important;
  display: inline-block !important;
  margin-left: 6px !important;
}
.iti__search-box {
  position: sticky;
  top: 0;
  padding: 8px;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #ddd;
}
.iti input.iti__search-input {
  width: 100%;
  padding-left: 10px !important;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}
.iti input.iti__search-input:focus {
  outline: none;
  border-color: #666;
}
.iti__country-list {
  position: absolute;
  z-index: 999999;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
  width: 300px;
  margin-top: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iti__country {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.iti__country:hover {
  background-color: #f5f5f5;
}
.iti__country.iti__active {
  background-color: #e6e6e6;
}
.iti__country-name {
  margin-right: 6px;
  font-size: 14px;
}
.iti__dial-code {
  color: #666;
  font-size: 13px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.iti__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #555;
  margin-left: 6px;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 5px solid #555;
}
.iti__flag {
  margin-right: 8px;
}
.iti--container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px !important;
  background: rgba(0, 0, 0, 0.5);
}

.country-code-display {
  display: none;
}

.woocommerce form .form-row.woocommerce-invalid .iti input {
  border-color: #dc3232 !important;
  box-shadow: none !important;
}
.woocommerce form .form-row .iti {
  position: relative;
  display: block;
}
.woocommerce form .form-row .iti + .required {
  position: absolute;
  right: -18px;
  top: 10px;
}
.woocommerce form .form-row .iti ~ .validate-required {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce form .form-row .iti .input-text {
  padding-left: 83px !important;
}

@media only screen and (max-width: 768px) {
  .iti__country-list {
    width: 100%;
    max-width: 300px;
    margin-left: -1px;
  }
  .iti input {
    font-size: 16px !important;
  }
}
.woocommerce-checkout .iti.iti--container {
  max-width: 400px;
  width: 100%;
  background-color: transparent;
}
.woocommerce-checkout .iti.iti--allow-dropdown {
  margin-bottom: 0;
}

.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce .iti.iti--allow-dropdown > input {
  min-height: 52px;
}

#wc-stripe-express-checkout-element,
#wc-stripe-express-checkout__order-attribution-inputs,
#wc-stripe-express-checkout-button-separator {
  width: 100%;
}

body.woocommerce.single-product div.product .product_meta > span.sku_wrapper {
  display: none;
}
body.woocommerce.single-product .content-area {
  margin-top: 112px;
}
@media (min-width: 768px) {
  body.woocommerce.single-product .content-area {
    margin-top: 128px;
  }
}
@media (min-width: 1025px) {
  body.woocommerce.single-product .content-area {
    margin-top: 144px;
  }
}

@media (min-width: 768px) {
  .doctor-hero .kt-row-column-wrap {
    align-content: center;
    min-height: 600px;
  }
}
@media (min-width: 1025px) {
  .doctor-hero .kt-row-column-wrap {
    min-height: 800px;
  }
}

.specialty .specialty-icons > .kt-inside-inner-col {
  display: flex;
  justify-content: center;
  gap: 1em;
  line-height: 1.1em;
}
.specialty .specialty-icons > .kt-inside-inner-col > .wp-block-kadence-column figure {
  width: 75px;
}

#category-header-image img {
  border-radius: 16px;
}

#category-description p + ol, #category-description p + ul {
  margin-top: -0.5em;
}
#category-description h2 {
  color: var(--global-palette2);
  margin-top: 1.5em;
}

.area-of-interest .jet-listing-dynamic-image {
  flex-direction: column;
  align-items: center;
}
.area-of-interest .jet-listing-dynamic-field {
  flex-direction: column;
  align-items: center;
}

#why-pride-telehealth .inner-row > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
}
#why-pride-telehealth .inner-row > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > h3 {
  margin-bottom: 0;
}

#how-it-works .inner-row > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  padding: 1em;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 1em;
}
#how-it-works .inner-row > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > div:first-child {
  background-color: #f15d39;
  background: linear-gradient(#f15d39, #f8971d);
  color: #fff;
  line-height: 1em;
  font-size: 2em;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding-top: 11px;
  text-align: center;
  grid-row: span 2;
}
#how-it-works .inner-row > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > h3 {
  margin-top: 0;
}

.doctor-card > .kt-inside-inner-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "name name" "title title" "image excerpt" "cta cta";
  grid-column-gap: 1em;
  grid-row-gap: 0;
  align-content: start;
}
@media (max-width: 768px) {
  .doctor-card > .kt-inside-inner-col {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .doctor-card > .kt-inside-inner-col {
    grid-template-columns: 40% 1fr;
    grid-template-areas: "image name" "image title" "image excerpt" "image cta";
    grid-column-gap: 2em;
  }
}
.doctor-card > .kt-inside-inner-col .image {
  grid-area: image;
}
.doctor-card > .kt-inside-inner-col .name {
  grid-area: name;
  margin-top: 0;
  margin-bottom: 0;
}
.doctor-card > .kt-inside-inner-col .title {
  grid-area: title;
  padding-bottom: 1em;
}
.doctor-card > .kt-inside-inner-col .excerpt {
  grid-area: excerpt;
}
.doctor-card > .kt-inside-inner-col .excerpt div {
  padding-bottom: 1em;
}
.doctor-card > .kt-inside-inner-col .cta {
  grid-area: cta;
}

.pay-first h2, .pay-later h2 {
  color: var(--global-palette2);
}

.pay-first .grid {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-row-gap: 15px;
}
.pay-first .grid .item-price {
  text-align: right;
}
.pay-first .grid .total {
  margin-top: 30px;
  border-top: 2px solid #ccc;
  padding-top: 30px;
}
.pay-first .grid .total strong {
  font-size: 1.3em;
  font-weight: bold;
}
.pay-first .grid .total.item-price {
  font-size: 1.3em;
  font-weight: bold;
}

.pay-later {
  margin-top: 45px;
  border-top: 2px solid #888;
  padding-top: 45px;
}
.pay-later .grid {
  display: grid;
  grid-template-columns: 20% 55% 25%;
  grid-row-gap: 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
}
.pay-later .grid > div:nth-child(1) {
  grid-column: span 2;
}
.pay-later .grid > .product-image img {
  border-radius: 15px;
}
.pay-later .grid > .product-name {
  align-self: center;
  padding-left: 15px;
}
.pay-later .grid > .product-price {
  align-self: center;
  text-align: right;
}
.pay-later .note {
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  max-width: 600px;
  display: block;
}

.booking-details section {
  background-color: var(--global-palette8);
  margin-bottom: 30px;
  border-radius: 15px;
  padding: 30px;
}
.booking-details .order-info {
  text-align: center;
  margin-bottom: 30px;
}
.booking-details .customer-details table {
  border-collapse: collapse;
}
.booking-details .customer-details table th, .booking-details .customer-details table td {
  text-align: left;
  border: 1px solid var(--global-palette6);
  padding: 5px 10px;
  vertical-align: top;
}
.booking-details .health-assessment div.question,
.booking-details .consultation-booking div.question {
  margin-bottom: 15px;
}
.booking-details .health-assessment div.question div:first-child,
.booking-details .consultation-booking div.question div:first-child {
  font-weight: bold;
}

.vff .field-multiplepicturechoice .radio_product ul.f-radios,
.vff .field-multiplepicturechoice .f-radios-wrap ul.f-radios {
  justify-content: center;
  gap: 20px !important;
}
.vff .field-multiplepicturechoice .radio_product ul.f-radios li span.f-image,
.vff .field-multiplepicturechoice .f-radios-wrap ul.f-radios li span.f-image {
  height: 150px;
  margin-bottom: 15px;
}
.vff .field-multiplepicturechoice .radio_product ul.f-radios li span.f-image img,
.vff .field-multiplepicturechoice .f-radios-wrap ul.f-radios li span.f-image img {
  height: 150px;
  object-fit: cover;
}
.vff .field-multiplepicturechoice .radio_product ul.f-radios li span.f-label,
.vff .field-multiplepicturechoice .f-radios-wrap ul.f-radios li span.f-label {
  line-height: 1.2em;
}
.vff .f-enter .ff-btn-submit-left {
  text-align: center;
}
.vff .f-enter .ff-btn-submit-left button.ff-btn.o-btn-action {
  display: inline-block;
  font-weight: 400;
}
.vff .f-enter.vff-animate {
  margin-bottom: 10px;
}
.vff.vff-is-mobile .f-answer.f-full-width {
  margin-top: 15px;
}
.vff .f-answer.f-full-width {
  margin-top: 15px;
}

.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper {
  padding: 0;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper > .ff_conv_input {
  padding-top: 15px;
  padding: 15px 20px 25px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper .ff_conv_input .fh2 {
  margin-bottom: 10px;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper .ff_conv_input .fh2 .f-text {
  line-height: 1.2;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ffc_last_step .fh2,
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .vff-animate.f-fade-in.f-enter {
  margin-bottom: 0;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .text-success .ff_conv_input {
  padding-bottom: 20px;
  padding-top: 20px;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .text-success.ff_completed.ff-response .field-welcomescreen .ff_conv_input {
  padding: 20px 0;
  text-align: center;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff.fluent_form_15 .ff_conv_section_wrapper > .ff_conv_input, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff.fluent_form_5 .ff_conv_section_wrapper > .ff_conv_input, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff.fluent_form_13 .ff_conv_section_wrapper > .ff_conv_input, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff.fluent_form_6 .field-welcomescreen .ff_conv_section_wrapper > .ff_conv_input {
  padding: 15px 20px 40px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff.fluent_form_6 .fh2 {
  margin-bottom: 0 !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .f-invalid {
  margin-bottom: 10px;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff.vff_layout_default {
  padding-bottom: 35px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .ff-response .vff.vff_layout_default {
  padding-bottom: 0px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .ff-btn-submit-left .o-btn-action {
  margin: 12px 0 5px;
}

.ff_conv_app_frame .vff.vff_layout_default .f-container {
  max-width: 760px;
}
.ff_conv_app_frame .ffc_question .fh2 .ffc_q_header {
  padding-left: 24px;
}
.ff_conv_app_frame .ffc_question .fh2 .ffc_q_header .ffc-counter {
  left: 0;
  padding-top: 4px !important;
}
.ff_conv_app_frame .ffc_question .fh2 .ffc_q_header span.f-text {
  font-size: 17px;
}

.ff_conv_app_13 .ffc_question .fh2 .ffc_q_header {
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.ff_conv_app_13 .ffc_question .fh2 .ffc_q_header .ffc-counter {
  position: relative;
  padding-top: 0px !important;
}

.fcal_wrap .fcal_calendar_inner {
  justify-content: center;
}
.fcal_wrap .fcal_calendar_inner .fcal_date_wrapper .calendar .day.day-disabled span {
  background-color: #e5e7eb;
}
.fcal_wrap .fcal_calendar_inner .fcal_date_wrapper .calendar .day.day-enabled span {
  background-color: #FFFFFF;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper {
  width: 100% !important;
  justify-content: center;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_calendar_slot_wrap {
  justify-content: center;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_calendar_slot_wrap .calendar-container {
  /*max-width: 750px;*/
  width: 100% !important;
  padding: 10px;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .calendar-container .calendar.svelte-jvr8qp {
  grid-template-columns: repeat(7, minmax(0, 6rem));
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper.fcal_mobile .fcal_date_event_details.is_active {
  padding: 15px 0;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper.fcal_day_selected.fcal_spot_selected.fcal_on_sm {
  height: auto;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper.fcal_on_sm.fcal_day_selected.fcal_form_calendar {
  width: 100% !important;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_slot_picker.is_active {
  width: 75% !important;
  background-color: transparent;
  padding: 0 10px;
  right: 50%;
  transform: translateX(50%);
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_slot_picker.is_active .fcal_slot_picker_header {
  background-color: #f7f7f7;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_slot_picker.is_active .fcal_slot_items .fcal_spot_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_slot_picker.is_active .fcal_slot_items .fcal_spot_lists .fcal_spot {
  flex: 1 1 45%;
  margin: 0;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper.fcal_on_xs .fcal_slot_picker.is_active {
  padding: 0 15px;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper.fcal_on_xs .fcal_slot_picker.is_active > .fcal_slot_picker_header {
  padding: 20px 0;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper.fcal_on_xs .fcal_slot_picker.is_active > .fcal_slot_items .fcal_spot_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper.fcal_on_xs .fcal_slot_picker.is_active > .fcal_slot_items .fcal_spot_lists .fcal_spot {
  flex: 1 1 45%;
  margin: 0;
}
.fcal_wrap .fcal_calendar_inner.fcal_day_selected .fcal_slot_picker.is_active .fcal_spot_lists .fcal_spot {
  display: inline-block;
  margin: 0;
  flex: 0 0 calc(33.333% - 10px);
}
.fcal_wrap .fcal_calendar_inner.fcal_on_sm.fcal_day_selected .fcal_slot_picker.is_active .fcal_spot_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.fcal_wrap .fcal_calendar_inner.fcal_day_selected.fcal_on_sm {
  /*max-height: 440px !important;*/
}

.wcf-embed-checkout-form .woocommerce-checkout #payment {
  padding: 0;
}

.woocommerce-page #payment #place_order {
  margin-top: 1rem;
  margin-bottom: 0;
}
.woocommerce-checkout article.cartflows_step .kt-inside-inner-col {
  padding: 25px;
}
.woocommerce-checkout article.cartflows_step .kt-inside-inner-col .wcf-embed-checkout-form .woocommerce {
  padding: 0;
}
.woocommerce-checkout article.cartflows_step .kt-inside-inner-col .wcf-embed-checkout-form .woocommerce .wcf-order-review-toggle {
  margin: 0 -10px;
}
.woocommerce-checkout article.cartflows_step .kt-inside-inner-col .wcf-embed-checkout-form .woocommerce .col2-set .col-2 {
  margin-top: 0;
}
.woocommerce-checkout article.cartflows_step .kt-inside-inner-col .wcf-embed-checkout-form .woocommerce .col2-set .col-2 h3 {
  margin-top: 10px;
}
.woocommerce-checkout article.cartflows_step .kt-inside-inner-col .wcf-embed-checkout-form .woocommerce .woocommerce-checkout-payment {
  margin-bottom: 0 !important;
}
.woocommerce-checkout article.cartflows_step .kt-inside-inner-col .wcf-embed-checkout-form .woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-top: 6px !important;
}

.wp-block-kadence-column .kt-inside-inner-col .wp-block-kadence-advancedheading + .wp-block-kadence-column {
  margin-bottom: 10px;
}
.wp-block-kadence-column.kadence-column1584_a9ca91-f5 {
  margin-bottom: 0 !important;
}

table.shop_table_responsive tr td {
  min-height: 40px;
}

.fcal_slot_picker .fcal_spot_lists .fcal_spot .fcal_spot_name {
  justify-content: center !important;
}

@media only screen and (max-width: 769px) {
  .three_col_row .kt-row-column-wrap.kt-has-3-columns {
    grid-template-columns: 7% 25% 62%;
    gap: 12px;
  }
  .three_col_row .kt-row-column-wrap.kt-has-3-columns h4 {
    font-size: 18px;
    line-height: 1.3;
  }
  .three_col_row .kt-row-column-wrap.kt-has-3-columns h6 {
    line-height: 1.3;
  }
  .ff_conv_section_wrapper {
    padding-top: 0;
  }
  .ff_conv_section_wrapper > .ff_conv_input {
    padding-top: 15px;
    padding: 15px 20px !important;
  }
  .text-success .ff_conv_input {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .ff_conv_input .ff-btn-submit-left .o-btn-action {
    margin-top: 20px;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container {
    padding: 10px 0;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container.is_active .fcal_date_event_details.is_active {
    padding: 15px 0;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container.fcal_mobile .fcal_date_event_details.is_active {
    padding: 15px 0;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container.fcal_on_xs.fcal_day_selected .fcal_slot_picker.is_active {
    padding: 0 15px;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container.fcal_on_xs.fcal_day_selected .fcal_slot_picker.is_active > .fcal_slot_picker_header {
    padding: 20px 0;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container.fcal_on_xs.fcal_day_selected .fcal_slot_picker.is_active > .fcal_slot_items .fcal_spot_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container.fcal_on_xs.fcal_day_selected .fcal_slot_picker.is_active > .fcal_slot_items .fcal_spot_lists .fcal_spot {
    flex: 1 1 45%;
    margin: 0;
  }
  .f-answer .fcal_calendar_inner .fcal_date_wrapper .calendar-container .fcal_on_xs .fcal_day_selected .fcal_slot_picker.is_active > .fcal_slot_items > .fcal_spot_lists > .fcal_spot {
    flex: 1 1 45%;
    margin: 0;
  }
  .vff .field-multiplepicturechoice .radio_product ul.f-radios,
.vff .field-multiplepicturechoice .f-radios-wrap ul.f-radios {
    max-width: 100%;
    gap: 10px !important;
  }
  .vff .field-multiplepicturechoice ul.f-radios li {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px) !important;
    margin: 0 !important;
  }
  .vff .field-multiplepicturechoice ul.f-radios li span.f-image {
    height: 150px;
    margin-bottom: 15px;
  }
  .vff .field-multiplepicturechoice ul.f-radios li span.f-image img {
    height: 150px;
    object-fit: cover;
  }
  .vff .field-multiplepicturechoice ul.f-radios li span.f-label {
    line-height: 1.2em;
  }
  .vff .field-multiplepicturechoice .f-answer.f-full-width {
    margin-top: 15px;
  }
  .ff_conv_app_frame .ffc_question .fh2 .ffc_q_header {
    /*padding-left: 24px;*/
    display: flex;
  }
  .ff_conv_app_frame .ffc_question .fh2 .ffc_q_header .ffc-counter {
    left: 0;
    padding-top: 0px !important;
    position: relative;
  }
  .ff_conv_app_frame .ffc_question .fh2 .ffc_q_header span.f-text {
    font-size: 17px;
  }
  .ff_conv_app_13 .ffc_question .fh2 .ffc_q_header {
    padding-left: 0px;
    align-items: baseline;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .text-success.ff_completed.ff-response .field-welcomescreen .ff_conv_input {
    padding: 20px;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper > .ff_conv_input {
    padding: 15px 5px 25px !important;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .ff_conv_section_wrapper > .ff_conv_input input {
    margin-left: 0;
    margin-right: 0;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .vff-footer {
    bottom: 8px;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .vff .vff-footer .footer-inner-wrap {
    padding: 0 5px;
  }
  .fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper {
    justify-content: left;
  }
  .fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_slot_picker.is_active {
    width: 100% !important;
  }
  .fcal_wrap .fcal_calendar_inner.fcal_form_calendar .fcal_date_wrapper .fcal_calendar_slot_wrap {
    justify-content: left;
  }
}
.ff-response .wp-block-three-column {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  background-color: #EDF2F7;
  border-radius: 20px;
  padding: 20px 60px;
}
.ff-response .wp-block-three-column > .wp-block-column {
  display: flex;
  flex-wrap: wrap;
}
.ff-response .wp-block-three-column > .wp-block-column .wp-block-image img {
  margin-bottom: 0;
  display: none;
}
.ff-response .wp-block-three-column > .wp-block-first-column {
  min-width: 7%;
  width: 7%;
}
.ff-response .wp-block-three-column > .wp-block-second-column {
  min-width: 33%;
  width: 33%;
}
.ff-response .wp-block-three-column > .wp-block-third-column {
  min-width: 55%;
  width: 55%;
}
.ff-response .wp-block-three-column.active {
  background-color: #f57c1e;
}
.ff-response .wp-block-three-column.active > .wp-block-column .wp-block-image img {
  display: block;
  border-radius: 20px;
}
.ff-response .wp-block-three-column .advanceHeading {
  font-size: 4rem;
  font-weight: 700;
  color: #3c4949;
}
.ff-response .wp-block-three-column .advHeading {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #3c4949;
}

.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .ff_conv_input {
  padding-left: 0;
}

.ff-response .wp-block-three-column.active .advanceHeading,
.ff-response .wp-block-three-column.active .advHeading {
  color: #ffffff;
}

.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .text-success.ff_completed.ff-response .field-welcomescreen .ff_conv_input {
  padding: 20px 0;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app .text-success.ff_completed.ff-response .field-welcomescreen .ff_conv_input .cell a {
  display: inline-block;
  margin-top: 1rem;
  transition: all 0.3 ease-in-out;
}

@media only screen and (min-width: 769px) {
  .vff .field-multiplepicturechoice .f-radios-wrap ul.f-radios li {
    flex: 0 0 calc(30% - 8px);
    margin: 0;
  }
  .fcal_calendar_inner.fcal_on_sm.fcal_day_selected .fcal_slot_picker.is_active .fcal_spot_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .fcal_calendar_inner.fcal_on_sm.fcal_day_selected .fcal_slot_picker.is_active .fcal_spot_lists .fcal_spot {
    display: inline-block;
    flex: 0 0 calc(33.333% - 10px) !important;
  }
  .fluent_form_6 .fcal_wrap .fcal_calendar_inner.fcal_day_selected.fcal_on_sm,
.fluent_form_6 .fcal_wrap .fcal_calendar_inner.fcal_day_selected.fcal_on_sm .fcal_slot_picker.is_active {
    max-height: 440px !important;
  }
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_5 > .ffc_conv_form > div > .vff.vff_layout_default, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_15 > .ffc_conv_form > div > .vff.vff_layout_default {
  background-color: #EDF2F7;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 60px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_5 > .ffc_conv_form > div > .vff.vff_layout_default > .vff-footer, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_15 > .ffc_conv_form > div > .vff.vff_layout_default > .vff-footer {
  bottom: 25px;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_13 > .ffc_conv_form > div > .vff.vff_layout_default {
  background-color: #EDF2F7;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 60px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_13 > .ffc_conv_form > div > .vff.vff_layout_default > .vff-footer {
  bottom: 25px;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_6 > .ffc_conv_form > div > .vff.vff_layout_default {
  background-color: #EDF2F7;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 60px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_6 > .ffc_conv_form > div > .vff.vff_layout_default > .vff-footer {
  bottom: 25px;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app > .ffc_conv_form > div > .vff.vff_layout_default {
  background-color: #EDF2F7;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 60px !important;
}
.ffc_inline_form.ffc_conv_wrapper .ff_conv_app > .ffc_conv_form > div > .vff.vff_layout_default > .vff-footer {
  bottom: 25px;
}

.form_style .ffc_inline_form.ffc_conv_wrapper .ff_conv_app > .ffc_conv_form > div > .vff.vff_layout_default {
  background-color: #EDF2F7;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 60px !important;
}
.form_style .ffc_inline_form.ffc_conv_wrapper .ff_conv_app > .ffc_conv_form > div > .vff.vff_layout_default > .vff-footer {
  bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .ff-response .wp-block-three-column {
    padding: 15px;
  }
  .ff-response .wp-block-three-column .advanceHeading {
    font-size: 2rem;
  }
  .ff-response .wp-block-three-column .advHeading {
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .ff-response .wp-block-three-column > .wp-block-first-column {
    min-width: 5%;
    width: 5%;
  }
  .ff-response .wp-block-three-column > .wp-block-second-column {
    min-width: 30%;
    width: 30%;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_5 > .ffc_conv_form > div > .vff.vff_layout_default, .ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_15 > .ffc_conv_form > div > .vff.vff_layout_default {
    padding: 20px;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_13 > .ffc_conv_form > div > .vff.vff_layout_default {
    padding: 20px;
  }
  .ffc_inline_form.ffc_conv_wrapper .ff_conv_app.fluent_form_6 > .ffc_conv_form > div > .vff.vff_layout_default {
    padding: 20px;
  }
  .form_style .ffc_inline_form.ffc_conv_wrapper .ff_conv_app > .ffc_conv_form > div > .vff.vff_layout_default {
    padding: 20px;
  }
}
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios {
  display: grid !important;
  gap: 15px !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  flex-direction: unset !important;
  flex-wrap: unset !important;
  max-width: none !important;
}
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios li,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios li,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios li,
.vff .field-multiplepicturechoice .f-radios li,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios li,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios li,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios li,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios li {
  flex: none !important;
  width: auto !important;
  -ms-flex: none !important;
  margin: 0 !important;
  max-width: none !important;
}

@media (max-width: 1200px) {
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 768px) {
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios.single-doctor-layout {
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }
}
@media (max-width: 480px) {
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios.single-doctor-layout {
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }
}
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios.single-doctor-layout {
  grid-template-columns: 1fr !important;
  justify-content: center !important;
  max-width: 50% !important;
  margin: 0 auto !important;
  gap: 0 !important;
}
@media (max-width: 768px) {
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .f-radios:has(li:first-child:last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .field-multiplepicturechoice .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios:has(li:first-child:last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios.single-doctor-layout {
    max-width: 80% !important;
  }
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .field-multiplepicturechoice .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout li.doctor-grid-item,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout li.doctor-grid-item,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout li.doctor-grid-item,
.vff .field-multiplepicturechoice .f-radios.single-doctor-layout li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios:has(li:first-child:last-child) li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.single-doctor-layout li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios.single-doctor-layout li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios.single-doctor-layout li.doctor-grid-item,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios.single-doctor-layout li.doctor-grid-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    -ms-flex: none !important;
  }
}

@media (min-width: 1201px) {
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .field-multiplepicturechoice .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
  }
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:nth-child(2):last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:nth-child(2):last-child),
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:nth-child(2):last-child),
.vff .field-multiplepicturechoice .f-radios:has(li:nth-child(2):last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.two-doctor-layout,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios.two-doctor-layout,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios.two-doctor-layout,
.vff .field-multiplepicturechoice .f-radios.two-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:nth-child(2):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:nth-child(2):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:nth-child(2):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios:has(li:nth-child(2):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.two-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios.two-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios.two-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios.two-doctor-layout {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-content: center !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }
  .vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:nth-child(3):last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:nth-child(3):last-child),
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:nth-child(3):last-child),
.vff .field-multiplepicturechoice .f-radios:has(li:nth-child(3):last-child),
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.three-doctor-layout,
.vff .field-multiplepicturechoice .ff-doctor-selection-field .f-radios.three-doctor-layout,
.vff .field-multiplepicturechoice .f-radios-wrap .f-radios.three-doctor-layout,
.vff .field-multiplepicturechoice .f-radios.three-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios:has(li:nth-child(3):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios:has(li:nth-child(3):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios:has(li:nth-child(3):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios:has(li:nth-child(3):last-child),
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios-wrap .f-radios.three-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .ff-doctor-selection-field .f-radios.three-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios-wrap .f-radios.three-doctor-layout,
.vff .ff-doctor-selection-field.field-multiplepicturechoice .f-radios.three-doctor-layout {
    grid-template-columns: repeat(3, 1fr) !important;
    justify-content: center !important;
    max-width: 900px !important;
    margin: 0 auto !important;
  }
}
.pride-doctor-card {
  background: #ffffff;
  border: 2px solid #858b8b;
  border-radius: 12px;
  padding: 15px;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-shadow: 0 2px 8px rgba(60, 73, 73, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.pride-doctor-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(60, 73, 73, 0.15);
  border-color: #3c4949;
}
.pride-doctor-card.selected {
  border-color: #ffbc00;
  box-shadow: 0 4px 20px rgba(255, 188, 0, 0.2);
  background: linear-gradient(135deg, #fffdf5 0%, #ffffff 100%);
}

@media (max-width: 768px) {
  .pride-doctor-card {
    padding: 10px 10px 0 10px;
    position: relative;
    padding-bottom: 26px;
  }
  .pride-doctor-card .doctor-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    opacity: 0;
    padding: 0 10px;
    margin: 0 -10px;
  }
  .pride-doctor-card.expanded .doctor-details {
    max-height: 500px;
    opacity: 1;
    padding: 8px 10px 20px 10px;
  }
  .pride-doctor-header {
    padding: 0;
  }
  .expand-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(135deg, #ffbc00 0%, #ffc629 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 9px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 1px 3px rgba(255, 188, 0, 0.2);
  }
  .expand-bar:hover {
    background: linear-gradient(135deg, #ffc629 0%, #ffbc00 100%);
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(255, 188, 0, 0.3);
  }
  .expand-bar:active {
    transform: translateY(0);
  }
  .expand-icon {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    transition: transform 0.3s ease;
    line-height: 1;
    height: 10px;
    transform: translateY(-70%);
  }
  .pride-doctor-card.expanded .expand-icon {
    transform: rotate(180deg) translateY(-50%);
  }
  .expand-text {
    color: #000000;
    font-size: 10px;
    font-weight: 600;
    margin-left: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .pride-doctor-card.expanded .expand-text::after {
    content: "Hide";
  }
  .pride-doctor-card:not(.expanded) .expand-text::after {
    content: "Info";
  }
}
.ff-doctor-selection-field .f-label-wrap,
.ff-doctor-selection-field .f-radios li .f-label-wrap,
.ff-doctor-selection-field .f-radios li .f-label {
  display: none !important;
}

.woocommerce-MyAccount-content .prescriptions-list table,
.woocommerce-MyAccount-content .prescription-details table {
  border-collapse: collapse;
  font-size: 0.85em;
}
.woocommerce-MyAccount-content .prescriptions-list table th,
.woocommerce-MyAccount-content .prescription-details table th {
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.woocommerce-MyAccount-content .prescriptions-list table th, .woocommerce-MyAccount-content .prescriptions-list table td,
.woocommerce-MyAccount-content .prescription-details table th,
.woocommerce-MyAccount-content .prescription-details table td {
  padding: 4px 8px;
}
.woocommerce-MyAccount-content .prescriptions-list .section,
.woocommerce-MyAccount-content .prescription-details .section {
  margin-top: 50px;
}
.woocommerce-MyAccount-content .prescriptions-list .dates.section,
.woocommerce-MyAccount-content .prescription-details .dates.section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}

/*# sourceMappingURL=style.css.map */
