/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}
/* Base styles for the cards */
.step-content--dashboard .item__content .info-card,
.step-content .item__content .info-card {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px;
}

/* Container for the info section */
.step-content--dashboard .item__content .info-section,
.step-content .item__content .info-section {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Ensuring each card snaps into place */
.step-content--dashboard .item__content .info-card,
.step-content .item__content .info-card {
  scroll-snap-align: start;
}

/* Add padding to the info section */
.step-content--dashboard .item__content .info-section,
.step-content .item__content .info-section {
  padding: 10px 0;
}

/* Styles for images within the member cards */
.step-content--dashboard .item__content .member-card img,
.step-content .item__content .member-card img {
  max-width: 100%;
  height: auto;
}

/* Media query for mobile view */
@media (max-width: 768px) {
#header .nav-trigger {position: static}
#sb_invoice_payment_container > div > div {padding-top: 50px !important}
  .step-content--dashboard .item__content .info-section,
  .step-content .item__content .info-section {
    flex-direction: row;
  }

  .step-content--dashboard .item__content .info-card,
  .step-content .item__content .info-card {
    flex: 0 0 auto;
    max-width: 80%;
  }

  .step-content--dashboard .item__content .team-members,
  .step-content .item__content .team-members {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .step-content--dashboard .item__content .member-card,
  .step-content .item__content .member-card {
    scroll-snap-align: center;
    flex: 0 0 80%;
  }
}

#header .nav-trigger {left: auto !important; right: 100px}
#header .nav-wrapper {margin-right: 50px;}
body {padding-top: 0px !important}
#main-buttons {height: 88vh; margin: 80px auto auto auto; border-radius: 10px; width: 98% !important}
#main-buttons .wrapper {height: 100vh !important}
#sb-main-container #footer,#sb-main-container #main {width: 99% !important}
#sb_content > div > section > div.container-fluid.column > div > div.client-login-bar > div > a.mdc-button.mdc-button__social.social-links__item.fb.sb-targetblank > svg > path {fill: rgb(63, 93, 146);}
#sb_content > div > section > div.container-fluid.column > div > div.client-login-bar > div > a.mdc-button.mdc-button__social.social-links__item.fb.sb-targetblank > svg {display: block !important}
#sb_content > div > section > div.container-fluid.column > div > div.client-login-bar > div > a.mdc-button.mdc-button__social.social-links__item.gl.sb-targetblank > svg {display: block !important}
#sb_content > div > section > div.container-fluid.column > div > div.client-login-bar > div > a.mdc-button.mdc-button__social.social-links__item.gl.sb-targetblank > svg > path {fill: rgb(230, 65, 50);}
#sb_dialog > .modal-dialog.client-login-modal {background: white;
    border: 1px solid;}
#sb_invoice_notification_close > svg > path {fill: white !important}
#sb_location_step_container > div {width: 100%}
#sb_location_step_container > div > div > div.item__action-bar {display: none}
#sb_location_step_container > div > div > footer {display: none}
#sb_service_step_container > div > div > div.item__action-bar {display: none}
#sb_sidebar_container > aside > div.item.service-item > div > article > div > div {display: none}
.pwa__body {padding: 0 !important}
#sb_location_step_container > div > div > a {margin-right: 0 !important}
#sb_category_step_container > div > div > a {margin-right: 0 !important}
#sb_service_step_container > div > div > a {margin-right: 0 !important}
.bottom-navigation .mdc-list-item .material-icons {height: 20px !important}
#sb_content > section > div > div > div > section.index__item.index__item-about-us > section > div.mdc-card__about-us.mdc-card__about-us--short > div > div > header > p:nth-child(3) > span > a:nth-child(1) {display: none !important}
#sb_content > section > div > div > div > section.index__item.index__item-about-us > section > div.mdc-card__about-us.mdc-card__about-us--short > div > div > footer > a {display: none !important}
#sb_content > section > div > div > div > section.index__item.index__item-about-us > section > div.mdc-card__about-us.mdc-card__about-us--short > div > div {padding: 5px}
#sb_content > section > div > div > div > section.index__item.index__item-timetable {display: none}



#header {width: 100% !important} 
#header #sb_google_translate {left: auto;
    bottom: -30px !important;
    right: 10px;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img img {padding: 10px;
    border-radius: 15px;}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line .content {min-height: auto; !important}
#sb-timeline #steps #steps-content #sb_booking_content .item.panel {    align-items: center;  justify-content: center;}

#map-view iframe {border-radius: 10px !important}
#iframe_location1 > div > div.biggest-previev > iframe {border-radius: 10px !important; height: 100% !important}

}

@media (max-width: 767px) {
    #main-buttons {
        margin-top: 0px !important}
.info-card {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px;
}

 .info-section {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

 .info-card {
  scroll-snap-align: start;
}

/* Add padding to the info section */
 .info-section {
  padding: 10px 0;
}

.member-card img {
  max-width: 100%;
  height: auto;
}

 .info-section {
    flex-direction: row;
  }

  .info-card {
    flex: 0 0 auto;
    max-width: 80%;
  }

}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content {    display: flex;
    flex-wrap: wrap;}

#sb_sidebar_container > aside > div.provider-item.item.panel > div.mobile-title {width: auto !important}

#sb_sidebar_container > aside > div.provider-item.item.panel {    flex-direction: row-reverse !important}

#sb_sidebar_container {display: block !important}

/* Reset CSS */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Main Container */
.location-info {
  display: flex;
  flex-wrap: wrap;
flex-grow: 1;
}

/* Map Section */
.map-section {
  width: 100%; /* Full width on mobile */
}

/* Location Information Section */
.info-section {
  width: 100%; /* Full width on mobile */
}

/* Info Cards */
.info-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
    position: relative;
}

/* Team Members */
.team-members {
}

.team-member {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 10px;
}

/* Member Card */
.member-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin: 5px;
}


.member-image {
  width: 100%;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
margin-bottom: 10px;
}

/* Links */
.info-card a {
  color: #007bff;
  text-decoration: none;
}

.info-card a:hover {
  text-decoration: underline;
}

/* Directions Button */
.directions-button {
  position: absolute !important;
  bottom: 10px; /* Adjust top position as needed */
  right: 10px; /* Align to the right side */
  background-color: #007bff;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.directions-button:hover {
  background-color: #0056b3;
}

div.location-info > div.info-section > div> ul {display: inline-flex}
div > div.location-info > div.info-section > div> ul > li {list-style-type: none !important; margin-right: 10px; font-size: 20px}
div.location-info > div.info-section > div> .h1, .h2, .h3, h1, h2, h3 {margin-top: 0px !important}
#iframe_location1 > div > div.location-info > div.info-section > div:nth-child(3) > ul > li {    
    padding: 6px;
    border-radius: 25px;
    border: 1px solid darkgrey;
    min-width: 35px;
    text-align: center;
}


/* Adjustments for Mobile */
@media screen and (max-width: 767px) {
#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img img {
     padding: 0px;}
#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {width: 100% !important; margin-right: 10px !important;}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img img {height: 100% !important; max-height: 100% !important}

  .info-section {
    order: 2; /* Change order to make info section appear below biggest-preview */
  }
.team-member {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 10px;
}
.location-info {max-width: 89vw}
#sb-timeline #steps #steps-content #sb_booking_content .service-item.panel .bar-service .d-flex .time {width: auto !important}
#sb_cart {display: none !important}
 .info-card {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px;
}

 .info-section {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

 .info-card {
  scroll-snap-align: start;
}

.info-section {
  padding: 10px 0;
}

.member-card img {
  max-width: 100%;
  height: auto;
}

 .info-section {
    flex-direction: row;
  }

 .info-card {
    flex: 0 0 auto;
    max-width: 80%;
  }

 .team-members {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

.member-card {
    scroll-snap-align: center;
    flex: 0 0 80%;
  }

.directions-button {position: relative !important; bottom: auto !important; right: auto !important}
}

}

#provider > div > div.biggest-previev > img {border-radius: 10px}
#provider > div > div.modal-body {padding: 0px !important; width: 100%}
#provider > div > div.biggest-previev {margin-right: 0px !important}
.newsection {
    margin-bottom: 10px;
}

.card {
    background-color: #f8f9fa; /* Card background color */
    border: 1px solid #dee2e6; /* Card border color */
    border-radius: 10px;
}

.card-body {
    padding: 10px;
}

.modal-title {
    font-weight: bold;
}

.provider-name {
    margin-bottom: 5px;
    font-size: 24px;
}

.provider-specialty {
    font-style: italic;
    color: #6c757d; /* Provider Specialty color */
}

.provider-description {
    margin-top: 10px;
}

.provider-education {
    margin-top: 10px;
}

.step-content--dashboard .item__content, .step-content .item__content {max-width: calc(100%) !important; margin-right: 0 !important}
.step-content--dashboard .item__content .title, .step-content .item__content .title {font-size: 18px !important; font-weight: 600 !important; margin-top: 10px;line-break: auto;}
.step-content--dashboard .item__content, .step-content .item__content .directions-button {display: none}
.step-content--dashboard .item__content, .step-content .item__content .info-section .h1, .h2, .h3, h1, h2, h3 {font-weight: bold}


.mdc-button--raised:not(.disabled), .mdc-button--contained:not(.disabled), .mdc-button--raised:not(:disabled), .mdc-button--contained:not(:disabled) {background: #9eb097 !important}

#sb_content > div > section > div.container-fluid.clients-reg__company-card--container > div > section {        background-image: url(https://theprivateclinic.me/wp-content/uploads/2020/02/software-image-4.png) !important;}

.item__picture-wrapper--link {    
    height: 50px;
    min-width: 50px;
    margin-right: 12px;
    text-align: left;}

.step-content--dashboard .item__picture-wrapper, .step-content .item__picture-wrapper {width: 100%;}


.step-content--dashboard .item__picture img, .step-content .item__picture img {    height: 50px;
    width: 50px;}

.step-content--dashboard .item__picture, .step-content .item__picture {border-radius: unset; justify-content: space-between;}

#sb_category_step_container > div > div > footer > .mdc-touch-target-wrapper {display: none}

#sb_service_step_container > div > div > footer > div  {display: none}

.step-content--dashboard .item__picture svg, .step-content .item__picture svg {height: 75px}

.step-content .item .item-data--item .badge, .step-content .item .info-bar--item .badge {
    color: white !important;
    background: #9EB097;
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    border-radius: 50px;}

#sb_service_step_container > div > div > article > div > div > div.time > time {
    color: white !important;
    background: #9EB097;
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    border-radius: 50px;}

.step-content--dashboard .item__info-bar .info-bar--item, .step-content .item__info-bar .info-bar--item {
    width: 100%;
    display: inline-flex;
    font-size: 12px;
    margin-bottom: 2px;
    color: black !important;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.step-content, .step-content--dashboard {    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
width: 100%
}

#sb_dateview_container {width: 100%}
#sb_sidebar_container {order: 2}
#sb_dateview_container > div {width: 100%}
#sb_timeview_container {width: 100%; order: 1}

@media (max-width: 768px) {
#sb_sidebar_container {
    order: 2;
    width: 100%;
}
#sb_sidebar_container > aside {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

#sb_category_step_container > div {width: 100%}
#sb_service_step_container > div {width: 100%}
#sb_dateview_container > div {margin: 0 0 10px 0}
#sb_timeview_container {
    width: 100%;
    order: 1;
    border-bottom: 1px solid grey;
    padding-bottom: 30px;
}

#sb_sidebar_container > aside > div.item.provider-item > div > article > div > div {display: none}

.step-content--dashboard .item__popup .modal__body, .step-content .item__popup .modal__body {display: none}

#sb_time_slots_container .slot a {    background-color: #9EB097;
    color: white;}
#sb_time_slots_container .slot a:hover {    background-color: #fcab10;
    color: white;}
#sb-timeline #steps #sb_booking_content #sb_datetime_step_container .col-sm-12>.row { display: flex;
    flex-direction: column;}
}

#sb_time_slots_container {    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    justify-content: space-between;}

#sb_content > section > div > div > div > section.index__item.index__item-about-us > section > div.mdc-card__about-us.mdc-card__about-us--short {max-height: unset !important}

#sb_content > section > div > div > div > section.index__item.index__item-about-us > section > div.mdc-card__actions {display: none}

#sb_menu_list_items_container > li.header__navigation-item.menu-item.about.active.mdc-list-item--activated > a > i {background: url(https://theprivateclinic.me/wp-content/uploads/2024/12/favicon-32x32-1.png)}

.bottom-navigation .mdc-list-item .material-icons.icon__about {background: url(https://theprivateclinic.me/wp-content/uploads/2024/12/favicon-32x32-1.png)}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader {height: 160px !important}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {width: 30%; margin-right: 10px !important;}

#provider > div > div.biggest-previev {width: 100% !important}

#sb_sidebar_container > aside > div.service-item.item.panel > div.one-line > div.content > div > div > div.bar-flex-item.recurring-sessions-count {display: none !important}

#sb_sidebar_container > aside > div.service-item.item.panel > div.preloader > div {display: none !important}

#buttons-container > div > div.paypal-button-row.paypal-button-number-0.paypal-button-layout-vertical.paypal-button-number-multiple.paypal-button-env-sandbox.paypal-button-color-gold.paypal-button-text-color-black.paypal-logo-color-blue.paypal-button-shape-rect {display: none !important}

#reviews-view .review-item .avatar .avatar--content .author p {display: none !important}

.modal-dialog .modal-content {border-radius: 12px}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more {width: 175px; background: #549263 !important;}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {color: white}

#sb_service_step_container > div > div.one-line > div.btn-bar.has-read-more > div.wrap-read-more > a > span.part.ico-part > i {color: white}

@media (min-width: 768px) {
#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar {width: 180px; margin-right: 15px !important; margin: 0}
}

.social .brand .google {background: transparent}
.fa-google:before {display: none}

.client-login-bar .social .brand a:after {display: none !important}
#client-login > div > div.client-login-bar > div > div.brand.v2 > a.gl.sb-targetblank {background-image: url(https://theprivateclinic.me/wp-content/uploads/2024/12/https___dev-to-uploads.s3.amazonaws.com_i_u3e0jxnva6te9a3kx5ji.png);
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    width: 300px;
    border: 1px solid gray;}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info {border-radius: 9px;}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img.user img {
         border-radius: 12px !important; 
    }

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader {max-height: 64px;width: 64px;}
}

#sb_invoice_payment_systems_container > div.payment-system.v2.payment-system-paypalCheckout > div.img {display: none;}

#sb_invoice_payment_systems_container > div.payment-system.v2.payment-system-paypalCheckout {background: url(https://theprivateclinic.me/wp-content/uploads/2024/12/pngfind.com-visa-master-png-3300265.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(252, 171, 16, 0.1);}

#sb_invoice_payment_systems_container > div.payment-system.v2.active.payment-system-paypalCheckout > div.img {display: none;}

#sb_invoice_payment_systems_container > div.payment-system.v2.active.payment-system-paypalCheckout {background: url(https://theprivateclinic.me/wp-content/uploads/2024/12/pngfind.com-visa-master-png-3300265.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;}

#schedule {display: none !important}
#content-view .column .row.default [class*=col-] section {max-width: 1000px !important}

#content-view #about-us .txt * {width: unset !important}
.pwa_install__banner {top: 70px !important}

body .pwa-app__sidebar .material-icons.icon__book-service {background: url(https://theprivateclinic.me/wp-content/uploads/2025/07/calendar-plus-1.png) !important;        background-repeat: no-repeat !important;
    background-position: center !important;    background-size: 18px !important;}

#sb_promotion_items_container > div > div.one-line > div.btn-bar > div > a {display: none}

#sb-main-container > div.pwa-app__bottom-nav > div {background-color: #f1f1f1; border-top: 2px solid #a3b49d;
    padding: 5px;}

#sb_footer_menu > div > #sb_menu_list_items_container {gap: 20px;}

#sb_footer_menu > div > #sb_menu_list_items_container > li.header__navigation-item.menu-item.active.mdc-list-item--activated {background: #a3b49d;
    border-radius: 50px;}

#sb_footer_menu > div > #sb_menu_list_items_container > li.header__navigation-item.menu-item.menu_home.active.mdc-list-item--activated > a {background: unset}
#sb_footer_menu > div > #sb_menu_list_items_container > li.header__navigation-item.menu-item > a {background: unset;     border-radius: 50px; padding: 5px 0px; height: 48px !important}
#sb_footer_menu > div > #sb_menu_list_items_container > li.header__navigation-item.menu-item > a > span.mdc-list-item__text {display: none}
#sb_footer_menu > div > #sb_menu_list_items_container > li.header__navigation-item.menu-item > a > i {background-size: 25px}

#sb_footer_menu > div > #sb_menu_list_items_container > li.header__navigation-item.menu-item {opacity: 1; max-width: 25%;}

#sb_provider_step_container > div > div > div.item__action-bar {display: none}
#sb_provider_step_container > div > div > footer {display: none}
#sb_provider_step_container > div {width: 100%}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid {gap: 0px 50px}
#sb_invoice_payment_systems_container > div.payment-system.v2.active.payment-system-paypalCheckout {border: 20px solid transparent; margin-bottom: 10px}
#sb_content > div > div > div > div.invoice-pay-page-grid {margin-top: 50px}

#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .bar .btn-bar--row .btn--sign-up { border: 2px solid black !important; color: black !important;}

#collapseInvoice_details > p > span, .bar-flex-item.price.price, #sb_booking_info > div > div > div.booking-price.mg > div > div > div > div {display: none !imprtant}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > .step-content {display: inline-flex; flex-wrap: wrap; align-content: center; justify-content: flex-start; align-items: center; width: 100%; flex-direction: row; gap: 10px;}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > .step-content > div {width: 48% !important}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > .step-content > div > div > a {width: 200px !important; height: 174px !important}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > .step-content > div > div > a > div {border-radius: 10px !important}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > .step-content > div > div > a > div > img {width: 165px; height: 175px; object-position: center center;}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > div.filter--list-wrapper > div > div > div > div > div {display: inline-flex; flex-wrap: wrap; align-content: center; justify-content: flex-start; align-items: center; width: 100%; flex-direction: row; gap: 10px;}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > div.filter--list-wrapper > div > div > div > div > div > div {width: 48% !important}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > div.filter--list-wrapper > div > div > div > div > div > div > div > a {width: 200px !important; height: 174px !important}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > div.filter--list-wrapper > div > div > div > div > div > div > div > a > div {border-radius: 10px !important}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > div.filter--list-wrapper > div > div > div > div > div > div > div > a > div > img {width: 165px; height: 175px; object-position: center center;}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > div.filter--list-wrapper > div > div > div > div > div > div > div > article > h4 {font-size: 12px !important;
    font-weight: 500;}

.pwa-app__main-content > section > div:nth-child(3) > div > div:nth-child(6) > div > div > .step-content > div > div > article > h4 {font-size: 12px !important;
    font-weight: 500;}

#sb_content > section > div > div > div > section > section > div.quick-contact-bar > div > a.mdc-button.mdc-button__social.mdc-button__mail {background-image: url(https://theprivateclinic.me/wp-content/uploads/2025/07/message.png);
    background-size: cover !important}

.social .mdc-button__social.mdc-button__mail {background: white}

#sb_content > section > div > div > div > section > section > div.quick-contact-bar > div > a.mdc-button.mdc-button__social.mdc-button__mail > svg {display: none}

#sb_content > section > div > div > div > section > section > div.quick-contact-bar > div > a.mdc-button.mdc-button__social.mdc-button__call > svg {height: 75px !important}