/*!
Theme Name: sabamedical
Theme URI: http://aaagency.ae/
Author: Qasim
Author URI: http://aaagency.ae/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sabamedical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
@import url('./css/fonts.css');
@font-face {
  font-family: currency-symbol-v2;
  src: url('./fonts/currency-symbol-v2.otf');
  font-weight: normal;
  font-style: normal;
  unicode-range: u+e000, u+e001;
}
#wpadminbar {
  width: 35px;
  min-width: auto;
  overflow: hidden;
  -webkit-transition: 0.4s width;
  transition: 0.4s width;
}
#wpadminbar:hover {
  width: 100%;
  overflow: visible;
}
/* @import url("./css/custom.css"); */
h1,
h2,
h3,
h4,
h5,
a,
.btn,
p {
  font-family: currency-symbol-v2, 'Montserrat', 'Helvetica Neue', Helvetica,
    Arial, sans-serif;
  letter-spacing: 0;
}
a {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  padding-top: 127px;
}
body,
html {
  font-family: currency-symbol-v2, 'Montserrat', 'Helvetica Neue', Helvetica,
    Arial, sans-serif;
  font-size: 15px;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
select:focus,
.uneditable-input:focus {
  border-color: none !important;
  box-shadow: none !important;
  outline: 0 none !important;
}
a.navbar-brand > img {
  width: 200px;
  height: 70px;
  object-fit: contain;
}
.top-bar {
  background: #f5f5f5;
  position: relative;
  font-size: 0.8rem;
}
.home-banner {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  overflow: hidden;
}
.home-banner .home-banner-wrapper .swiper-slide > div {
  /* min-height: 750px; */
  background-size: cover !important;
  background-position: center center !important;
  display: flex !important;
}
.baner-control-wrapper {
  z-index: 1;
  position: relative;
  bottom: 3rem;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.baner-control-wrapper .banner-button-prev,
.baner-control-wrapper .banner-button-next {
  z-index: 2;
}
.baner-control-wrapper .banner-button-prev > img {
  transform: rotate(180deg);
}
.baner-control-wrapper img {
  width: 45px;
  height: 20px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s all linear;
}
.baner-control-wrapper img:hover {
  opacity: 1;
}
.baner-control-wrapper .swiper-pagination {
  color: #fff;
  z-index: 0;
  font-size: 0.9rem;
  top: 2px;
}
.btn-primary {
  background-color: #0ca2dc;
  border-color: #0ca2dc;
  border-radius: 0;
}
.btn-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
  color: #ffffff;
  text-shadow: 0 0 1px white;
  border-radius: 0;
}
.btn-outline-primary {
  background-color: #fff;
  border-color: #0ca2dc;
  border-radius: 0;
  color: #0ca2dc;
}
.btn-outline-primary.btn-apt {
  background-color: transparent;
}
.btn-outline-primary.active,
.btn-outline-primary:hover,
.btn-check + .btn-outline-primary:hover,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.btn-apt:hover {
  background-color: #0ca2dc;
  border-color: #0ca2dc;
  color: #fff;
}
.btn-outline-dark {
  border-color: #173963;
  border-radius: 0;
}
.btn-outline-light {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
}
.btn-outline-info {
  border-color: #0ca2dc;
  border-radius: 0;
  color: #000000;
}
.btn-outline-info:hover {
  background-color: #0ca2dc;
  border-color: #0ca2dc;
  color: #ffffff;
}
.btn-whatsapp:hover {
  background-color: #1ca34e;
  border-color: #1ca34e;
  border-radius: 0;
  color: #ffffff;
  text-shadow: 0 0 2px white;
}
.btn-outline-light:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  /* color: #ffffff; */
}
.btn-outline-dark:hover {
  background-color: #173963;
  border-color: #173963;
}
.btn-primary:hover {
  background-color: #0a82b1;
  border-color: #0a82b1;
}
.btn-whatsapp > svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: -2px;
}
.home-banner-meta {
  z-index: 3;
  background: #ffffffc2;
  padding: 2rem;
}
.home-banner-meta * {
  font-family: 'Montserrat', sans-serif;
}
.home-banner-meta h2 {
  font-weight: 600;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home-banner .swiper-slide .b-grad:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: rgb(12, 162, 220);
    background: -moz-linear-gradient(0deg, rgba(12, 162, 220, 0.279171043417367) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 162, 220, 0.279171043417367) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(12, 162, 220, 0.279171043417367) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ca2dc", endColorstr="#ffffff", GradientType=1); */
  background: rgb(12, 162, 220);
  background: -moz-linear-gradient(
    0deg,
    rgba(12, 162, 220, 0.279171043417367) 0%,
    rgba(12, 162, 220, 0.28) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(12, 162, 220, 0.279171043417367) 0%,
    rgba(12, 162, 220, 0.28) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(12, 162, 220, 0.279171043417367) 0%,
    rgba(12, 162, 220, 0.28) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ca2dc", endColorstr="#0ca2dc", GradientType=1);
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
img.img-fluid.icon-247 {
  position: absolute;
  top: 1rem;
  width: 55px;
  z-index: 3;
  right: 7rem;
  animation: rotate 5s infinite;
}
img.img-fluid.icon-art {
  position: absolute;
  right: 7rem;
  top: 45%;
  z-index: 2;
  width: 140px;
}
.hm-ab-cnt h3 {
  color: #173963;
}
.hm-ab-cnt h6.hm-abt-h {
  background: #f0f5ff;
  display: inline-block;
  padding: 0.2rem 1rem;
  color: #0ca2dc;
  font-weight: 600;
}
.p_tb {
  padding-top: 70px;
  padding-bottom: 70px;
}
.p_t {
  padding-top: 70px;
}
.p_b {
  padding-bottom: 70px;
}
ul#menu-homecare-social-menu a i,
ul#menu-social-menu a i,
ul#menu-social-menu-ar a i {
  font-size: 1rem;
  color: #2a80c1;
  margin-left: 0.5rem;
}
li.tb-loca i {
  color: #0ca2dc;
  font-size: 1rem;
}
.top-bar div#navbarNavTop ul.q1-links a:hover {
  color: #0c2136;
}
.top-bar div#navbarNavTop ul.q1-links a {
  text-decoration: none;
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  border-left: 1px solid #afafaf;
  color: #1c2b39;
  transition: 0.3s all linear;
}
.top-bar div#navbarNavTop ul.q1-links {
  margin-right: 2rem;
}
.top-bar div#navbarNavTop ul.q1-links li:first-child a {
  border-left: none;
}
.dropdown-menu.show {
  border-radius: 0;
  padding: 0;
}
.site-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 0;
  background: #fff;
  transition: 0.3s all linear;
}
.home-departments {
  background: #173963;
}
.home-special-service {
  background: #f1f3f6;
}
.home-special-service a.special-service-card {
  padding-top: 65%;
  display: block;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.home-special-service * {
  color: #173963;
  text-decoration: none;
}
.swiper-pagination-bullet-active {
  background: #0ca2dc !important;
}
.special-services-slider .swiper-slide {
  background: #ffffff;
}
.home-departments .swiper {
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}
.home-departments .swiper-slide .service-card {
  text-align: center;
  font-size: 18px;
  background-size: cover !important;
  background-position: center center !important;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  /* padding-top: 2%; */
}
.depart-control-wrapper {
  z-index: 4;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.insurance-partners-box .depart-control-wrapper {
  justify-content: center;
}
.depart-control-wrapper .depart-control-wrapper .depart-button-prev,
.depart-control-wrapper .depart-button-next {
  z-index: 2;
}
.depart-control-wrapper .depart-button-prev > img {
  transform: rotate(180deg);
}
.depart-control-wrapper img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  /* opacity: 0.6; */
  transition: 0.3s all linear;
  background: #0ca2dc;
  border-radius: 50%;
  padding: 10px;
}
.depart-control-wrapper img:hover {
  opacity: 1;
}
.department-services-slider {
  padding-bottom: 4rem;
}
.depart-control-wrapper img:hover {
  background: #097199;
}
a.service-card h6 {
  color: #fff;
  /* padding: 0rem 0rem 1rem 1rem; */
  z-index: 1;
}
a.service-card::after,
.department-card::after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(23, 57, 99);
  background: -moz-linear-gradient(
    0deg,
    rgba(23, 57, 99, 0.5620842086834734) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(23, 57, 99, 0.5620842086834734) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(23, 57, 99, 0.5620842086834734) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#173963", endColorstr="#ffffff", GradientType=1);
}
.department-card .department-overlay {
  bottom: 10px;
  z-index: 5;
  width: 100%;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.department-card .department-overlay .modal-link {
  background: transparent;
  border: 0;
  padding: 0;
  flex: none;
}
.circle-dep-h {
  width: 40px;
  height: 40px;
  cursor: pointer;
  /* opacity: 0.6; */
  transition: 0.3s all linear;
  background: #0ca2dc;
  border-radius: 50%;
  padding: 10px;
  align-self: flex-end;
}
.z-3 {
  z-index: 3;
}
.home-departments .swiper-slide .service-card:hover .circle-dep-h,
.department-card:hover .circle-dep-h {
  background: #183963;
  transform: scale(1.1);
}
.line-2 {
  width: 50%;
  border-color: #0ca2dc;
}
.line-3 {
  width: 80%;
  border-color: #0ca2dc;
}
.depart-control-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.5rem;
}
.doctor-profile-3 div.service-card {
  min-height: 289px;
  max-height: 289px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.doctor-profile-3 div.service-card h6 {
  color: #fff;
  /* padding: 0rem 0rem 1rem 1rem; */
  z-index: 1;
}
.doctor-profile-3 div.service-card:after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(23, 57, 99);
  background: -moz-linear-gradient(
    0deg,
    rgba(23, 57, 99, 0.5620842086834734) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(23, 57, 99, 0.5620842086834734) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(23, 57, 99, 0.5620842086834734) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#173963", endColorstr="#ffffff", GradientType=1);
}
.doctor-profile-3 .swiper-slide .service-card:hover .circle-dep-h {
  background: #183963;
  transform: scale(1.1);
}
.doctor-profile-4,
.doctor-profile-6 {
  background: #f1f3f6;
}
.cf7-docpage-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cf7-docpage-wrapper label.form-label {
  font-size: 0.9rem;
}
.cf7-docpage-wrapper .scf7-field {
  border-radius: 0;
  font-size: 0.9rem;
  color: #0b3e64;
}
.wpcf7-not-valid-tip {
  color: #8b1515 !important;
  font-size: 0.8em !important;
}
.wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  font-size: 0.8rem !important;
  text-align: center !important;
}
.related-doc-slider .swiper-slide > a {
  display: block;
  color: #000000;
}
.related-doc-slider .swiper-slide > a > span {
  background: rgb(204 204 204 / 37%);
  padding: 1rem 0 0;
}
#doctor-listing-wrapper a > span > img,
.doctor-slider .swiper-slide > a > span > img,
.related-doc-slider .swiper-slide > a > span > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
.related-doc-slider h6.doc-branch {
  color: #0ca1db;
  font-size: 0.8rem;
  background: rgb(223 241 249);
  display: inline-block;
  padding: 0.3rem 0.7rem;
}
.related-doc-slider h6.doc-dept {
  font-size: 0.8rem;
}
#loading-svg {
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading-svg svg {
  height: 50px;
  width: 50px;
}
select.branch-select {
  color: #0ca1db;
  background: rgb(223 241 249);
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
section.doctor-profile-1 {
  background-color: #e8eaf0;
  min-height: 450px;
}
img.doct-p-img {
  width: 100%;
  max-width: 300px;
}
.doc-left {
  /* background: #173963; */
}
.doc-left > div {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.doctor-profile-1:before {
  content: '';
  height: 100%;
  width: 50%;
  background: #173963;
  position: absolute;
  z-index: 0;
  left: -50px;
  top: 0;
}
p.d-branch {
  color: #0ca1db;
  font-size: 0.8rem;
  background: rgb(12 161 219 / 16%);
  display: inline-block;
  padding: 0.3rem 0.7rem;
}
a.doctor-title {
  color: #0ca1db;
}
#single-dept-banner,
.doctor-profile-2 {
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.doc-form-img {
  background-size: cover !important;
  padding-bottom: 31%;
}
.booking-form-doc > div {
  width: 100%;
}
.reldoc-swiper-pagination {
  text-align: center;
  margin: 2rem auto 1rem;
  transform: translateX(0) !important;
}
section.website_footer_banner:before {
  content: '';
  background: rgb(0 56 101 / 83%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
section.website_footer_banner {
  background-size: cover !important;
  background-position: center top !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 550px;
  text-align: center;
}
section.website_footer_banner > div {
  max-width: 26rem;
  z-index: 1;
}
section.website_footer_banner > img {
  height: 100%;
  width: 420px;
  right: 0;
  top: 0;
}
section.website_footer_banner > div > a {
  font-size: 1.3rem;
  color: #ffffff;
  border: 1px solid #00a7e0;
  border-radius: 0;
  padding: 0.6rem 2rem;
}
section.website_footer_banner > div > a:hover {
  background: #00a7e0;
  color: #ffffff;
}
section.website_footer_banner > div > a > svg {
  width: 20px;
}
.home-banner-meta h2,
.home-banner-meta p {
  text-shadow: 0 0 3px #aeaeae;
}
.branch-card {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 300px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  transition: 0.3s all linear;
}
.branch-card:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 56, 101);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 56, 101, 1) 0%,
    rgba(102, 136, 163, 0) 77%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 56, 101, 1) 0%,
    rgba(102, 136, 163, 0) 77%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 56, 101, 1) 0%,
    rgba(102, 136, 163, 0) 77%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003865", endColorstr="#ffffff", GradientType=1);
  z-index: 0;
}
.branch-card:hover .circle-dep-h {
  background: #003865;
}
.branch-card-1 {
  border: 1px solid #d0f3ff;
}
#doctor-listing-wrapper .doc-branch,
.doctor-slider .doc-branch {
  color: #0ca1db;
  font-size: 0.8rem;
  background: rgb(223 241 249);
  display: inline-block;
  padding: 0.3rem 0.7rem;
}
#doctor-listing-wrapper h6.doc-dept,
.doctor-slider h6.doc-dept {
  font-size: 0.8rem;
}
#doctor-listing-wrapper a,
.doctor-slider .swiper-slide > a {
  display: block;
  color: #000000;
}
#doctor-listing-wrapper a > span,
.doctor-slider .swiper-slide > a > span {
  background: rgb(204 204 204 / 37%);
  padding: 1rem 0 0;
}
.insurance-partners-box,
.partners-box,
.doctor-slider,
.testimonial-slider,
.home-offer-slider {
  padding-bottom: 4rem;
}
.partners-box .partnersslide-button-prev > img,
.insurance-partners-box .insuranceslide-button-prev > img,
.doctor-slider .docslide-button-prev > img,
.testimonial-slider .testyslide-button-prev > img,
.home-offer-slider .offer-button-prev > img {
  transform: rotate(180deg);
}
.testimonial-card {
  min-height: 350px;
  background: #dfeeff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-author {
  color: #0ca2dc;
}
.testimonial-card img.five-stars {
  width: 150px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.testimonial-card img.google-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center center;
}
.testimonial-card img {
  width: 350px;
  height: 200px;
  object-fit: cover;
  object-position: center center;
}
.testimonial-card:before {
  content: '';
  position: absolute;
  height: 200px;
  width: 200px;
  background: url('../../uploads/2024/05/saba-ico-white.svg');
  opacity: 0.8;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.offer-filter-wrapper .input-group {
  width: 25rem;
}
.offer-filter-wrapper #offer-type {
  width: 15rem;
}
.offer-filter-wrapper #sortby {
  width: calc(60% - 1rem);
  margin-right: 1rem;
}
.all-offers,
.sub-offers,
.related-offers,
.home-offers {
  background: #e9ebf1;
}
.offer-img img,
.department-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
}
.offer-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.offer-content .excerpt {
  min-height: 50px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.price-begin {
  color: #173a62;
  text-shadow: 0 0 1px #d9d9d9;
}
.price-begin.old-price {
  position: relative;
  display: inline-block;
  width: max-content;
}
.price-begin.old-price::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: red;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.all-offers .price-begin span {
  font-size: 0.8rem;
  text-shadow: none;
}
img.homecare-logo {
  width: 300px;
  padding-top: 40px;
}
ul#homecareTabs {
  margin-top: 3rem;
}
#beautyTabs li a,
#homecareTabs li a {
  display: inline-block;
  color: #000;
  /* border: 0; */
  /* padding: 1rem; */
}
#homecareTabs li a:hover,
#homecareTabs li.active a {
  color: #fff;
  background-color: #92dcd7;
  border-color: #92dcd7;
  border-radius: 0;
}
#beautyTabs li a:hover,
#beautyTabs li.active a {
  color: #fff;
  background-color: #9e8df7;
  border-color: #9e8df7;
  border-radius: 0;
}
/* #serviceModal .modal-body {
  background-color: rgba(146 220 215 / 0.2);
} */
.dept-line {
  height: 1px;
  width: 100%;
  background-color: #0ca2dc;
}
.sm-text {
  font-size: 0.8rem;
}
.offer-filter-wrapper #search-icon,
.offer-filter-wrapper .form-control,
.offer-filter-wrapper select {
  border-color: #08a2dc;
}
.offer-filter-wrapper #search-icon {
  background: #00a6dd;
  color: #ffffff;
}
/* section.offer-banner,
section.department-banner {
  min-height: 650px;
  background-size: cover !important;
  background-position: 100% 50% !important;
  background-repeat: no-repeat !important;
} */
section.department-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(23, 57, 99);
  background: -moz-linear-gradient(
    90deg,
    rgba(23, 57, 99, 1) 0%,
    rgba(23, 57, 99, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(23, 57, 99, 1) 0%,
    rgba(23, 57, 99, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(23, 57, 99, 1) 0%,
    rgba(23, 57, 99, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#173963", endColorstr="#173963", GradientType=1);
}
.dept-banner {
  width: 100%;
  height: 100%;
}
.dept-wrapper {
  position: absolute;
  width: 100%;
}
.dept-wrapper h2 {
  text-shadow: 0px 0px 2px #000;
}
/* section.offer-banner,
section.department-banner {
  min-height: 650px;
} */
/* section.department-banner {
  min-height: 900px;
} */
/* dental */
.postid-489296.spec-serv section.department-banner:after,
.postid-59.spec-serv section.department-banner:after,
/* beauty */
.postid-489330.spec-serv section.department-banner:after,
.postid-66.spec-serv section.department-banner:after,
/* weight loss */
.postid-391.spec-serv section.department-banner:after,
.postid-489298.spec-serv section.department-banner:after {
  content: unset;
}
.postid-489296.spec-serv .banner-content,
.postid-59.spec-serv .banner-content,
.postid-489330.spec-serv .banner-content,
.postid-66.spec-serv .banner-content,
.postid-501.spec-serv .banner-content,
.postid-489278.spec-serv .banner-content {
  /* position: absolute; */
  /* bottom: 50px; */
}
.postid-489296.spec-serv .banner-content,
.postid-59.spec-serv .banner-content,
.postid-489330.spec-serv .banner-content,
.postid-66.spec-serv .banner-content,
.postid-501.spec-serv .banner-content a,
.postid-489278.spec-serv .banner-content a {
  /* border: 1px solid #013969; */
}
.sub-offer-box {
  position: relative;
}
.sub-offer-box .ltd-offer {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #0ca1db;
  font-size: 0.8rem;
  background: rgb(223 241 249);
  display: inline-block;
  padding: 0.3rem 0.5rem;
}
.sub-offer-box > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}
.sub-offer-box ul {
  list-style: none;
}
.sub-offer-box ul > li {
  border: 1px solid #0ca2dc;
  padding: 0.5rem;
  cursor: default;
  transition: 0.3s all linear;
}
.sub-offer-box ul > li.special,
.sub-offer-box ul > li:hover {
  background: #bcdcf3;
}
.sub-offer-box ul > li > span:first-child {
  font-size: 0.9rem;
}
.main-offer-img > img {
  height: 350px;
  object-fit: cover;
  object-position: center center;
}
.single-offer-1 .breadcrumb a {
  color: #2a80c1;
}
.home-offers .price-begin {
  color: #173a62;
}
.tummy-list {
  list-style-type: circle;
}
img.saba-logo-footer {
  width: 200px;
}
footer#colophon {
  background: #003865;
}
a.whatsapp-floating {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 10px;
  transform: scale(1);
  transition: 0.3s all linear;
  z-index: 99;
}
a.whatsapp-floating:hover {
  transform: scale(1.1);
}
ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.footer-menu > li > a {
  color: #ffffff;
  padding-bottom: 0.3rem;
  display: block;
  margin-bottom: 0.3rem;
  transition: 0.3s all linear;
}
ul.footer-menu > li > a:hover {
  background: #03467d;
}
a.btn.btn-footer-cta {
  font-size: 1rem;
  color: #ffffff;
  border: 1px solid #00a7e0;
  border-radius: 0;
  padding: 0.6rem 2rem;
  background: #0da2dc;
}
a.btn.btn-footer-cta > svg {
  width: 15px;
}
.footer-social-icons ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.footer-social-icons ul li a i {
  color: #0da2dc;
}
.footer-social-icons ul li a {
  padding: 0.3rem;
}
.bg-meta-wrapper {
  width: 100%;
}
.mob-only {
  display: none;
}
.newsletter-wrapper form > p {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.newsletter-wrapper form > p .wpcf7-email {
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  border: 1px solid #06a6dd;
}
.newsletter-wrapper form > p .wpcf7-email::placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.newsletter-wrapper form > p .wpcf7-email::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #ffffff;
}
.newsletter-wrapper form .wpcf7-not-valid-tip {
  display: none;
}
.newsletter-wrapper input.wpcf7-form-control.wpcf7-submit {
  width: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.newsletter-wrapper .wpcf7-response-output {
  text-align: left !important;
  color: #fff !important;
  font-size: 0.6rem !important;
}
.footer-social-icons > ul {
  padding: 0;
}
a.special-service-card {
  position: relative;
}
a.special-service-card .service-logo-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffe6;
  /* padding: 2rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-card-box
  .special-card:nth-last-of-type(n + 2)
  a.special-service-card
  .service-logo-box {
  /* box-shadow: inset 2rem 2rem #0ca2dc, inset -2rem -2rem #0ca2dc; */
}
.special-card-box
  .special-card:nth-of-type(3)
  a.special-service-card
  .service-logo-box {
  /* box-shadow: inset 2rem 2rem #92dcd7, inset -2rem -2rem #92dcd7; */
}
.special-card-box
  .special-card:nth-of-type(4)
  a.special-service-card
  .service-logo-box {
  /* box-shadow: inset 2rem 2rem #9e8df7, inset -2rem -2rem #9e8df7; */
}
a.special-service-card img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
a.special-service-card:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background: rgb(56, 166, 221);
  background: -moz-linear-gradient(
    270deg,
    rgba(56, 166, 221, 1) 0%,
    rgba(39, 116, 182, 0.5102415966386555) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(56, 166, 221, 1) 0%,
    rgba(39, 116, 182, 0.5102415966386555) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(56, 166, 221, 1) 0%,
    rgba(39, 116, 182, 0.5102415966386555) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38a6dd", endColorstr="#2774b6", GradientType=1);
  left: 0;
  bottom: 4px;
  right: 0px;
}
a.special-service-card:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background: rgb(56, 166, 221);
  background: -moz-linear-gradient(
    270deg,
    rgba(56, 166, 221, 0.5130427170868348) 0%,
    rgba(39, 116, 182, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(56, 166, 221, 0.5130427170868348) 0%,
    rgba(39, 116, 182, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(56, 166, 221, 0.5130427170868348) 0%,
    rgba(39, 116, 182, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38a6dd", endColorstr="#2774b6", GradientType=1);
  left: 0;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
a.service-card:before,
.department-card::before {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  background: rgb(56, 166, 221);
  background: -moz-linear-gradient(
    270deg,
    rgba(56, 166, 221, 1) 0%,
    rgba(39, 116, 182, 0.5102415966386555) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(56, 166, 221, 1) 0%,
    rgba(39, 116, 182, 0.5102415966386555) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(56, 166, 221, 1) 0%,
    rgba(39, 116, 182, 0.5102415966386555) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38a6dd", endColorstr="#2774b6", GradientType=1);
  left: 0;
  bottom: 0px;
  right: 0px;
}
.home-offers .offer-box {
  min-height: 460px;
}
.our-doctors-heading {
  color: #00a8e1;
}
.our-doctors-heading::after {
  content: '';
  border-bottom: 1px dashed #00a8e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}
/* section.borj-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  height: 650px;
} */
section.packages {
  background-color: #03a7e1;
  color: #fff;
}
section.packages.diabetes-btn {
  background-color: #f2f8fc;
  color: #000;
}
.package-plans .test-card {
  background-color: #f0f4f6;
  height: 100%;
  border-radius: 30px 0 30px 0;
  position: relative;
}
.package-plans .test-logo {
  width: 200px;
  height: 100px;
  object-fit: contain;
  object-position: left;
}
.package-plans .test-list {
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 0;
}
.package-plans .test-list::after {
  content: '';
  position: absolute;
  background-image: url('https://sabamedical.com/wp-content/uploads/2024/06/al-borg-new-icons.png');
  z-index: -1;
  top: -8px;
  right: -26px;
  width: 100px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
.package-plans p.test-desc {
  color: #656768;
  font-size: 0.9rem;
}
.packages.tele-link div span,
.packages.tele-link div a {
  font-size: 1.5rem;
}
.appointment-form {
  background-color: rgba(1, 114, 191, 0.05);
}
.appointment-heading {
  color: #03345e;
}
#dept-doctors .doc-name {
  color: #03345e;
}
#dept-doctors .doc-dept {
  color: #00a6dd;
}
#dept-doctors .doc-branch {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00a6dd;
  color: #fff;
}
ul.list-group {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
section#single-dept-banner {
  min-height: 600px;
  height: 600px;
}
section#single-dept-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: rgb(23, 57, 99);
  background: -moz-linear-gradient(
    90deg,
    rgba(23, 57, 99, 1) 0%,
    rgba(23, 57, 99, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(23, 57, 99, 1) 0%,
    rgba(23, 57, 99, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(23, 57, 99, 1) 0%,
    rgba(23, 57, 99, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#173963", endColorstr="#173963", GradientType=1);
  /* background: rgba(12, 162, 220, 0.5); */
}
section#single-dept-content .content-box {
  color: #02366a;
}
section#single-dept-content .content-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background-color: #000;
}
section#dept-services .service-box,
section#dept-services .service-box:hover {
  transition: 0.3s all ease;
}
/* gradient animation */
@property --myColor1 {
  syntax: '<color>';
  initial-value: rgba(125, 185, 232, 0);
  inherits: false;
}
@property --myColor2 {
  syntax: '<color>';
  initial-value: rgba(125, 185, 232, 0);
  inherits: false;
}
@property --myColor3 {
  syntax: '<color>';
  initial-value: rgba(125, 185, 232, 0);
  inherits: false;
}
@property --myColor4 {
  syntax: '<color>';
  initial-value: rgba(3, 52, 94, 1);
  inherits: false;
}
section#dept-services .service-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    var(--myColor1) 0%,
    var(--myColor2) 1%,
    var(--myColor3) 20%,
    var(--myColor4) 100%
  );
  transition: --myColor1 0.3s, --myColor2 0.3s, --myColor3 0.3s, --myColor4 0.3s;
}
section#dept-services .service-box:hover::after {
  --myColor1: rgba(3, 52, 94, 1);
  --myColor2: rgba(3, 52, 94, 1);
  --myColor3: rgba(3, 52, 94, 1);
  --myColor4: rgba(3, 52, 94, 1);
}
/* gradient animation */
.department-card .dept-img,
#departments-container img.serv-img,
section#dept-services .service-box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.department-card .dept-img {
  object-position: right;
}
section#dept-services .service-box-overlay {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  transition: 0.3s all ease;
}
section#dept-services .service-box:hover .service-box-overlay {
  bottom: 50%;
  transform: translateY(50%);
}
section#dept-other-services {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#dept-other-services::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 162, 220, 0.5);
}
.other-service-box {
  border: 2px solid #00a6dd;
}
.other-service-box .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.other-service-box .accordion-button:not(.collapsed) {
  color: #00a6dd;
  background-color: #f2f8fc;
}
div.service-item-marker > svg,
.other-service-box div > svg,
.other-service-box div > img {
  min-width: 10px;
  width: 10px;
  height: auto;
}
#about-us-banner h1,
#our-values h1,
#our-partners h1,
#insurance-partners h1,
#contact-us h1 {
  color: #00a6dd;
}
#contact-us h1::after,
#about-us-banner h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  background-color: #00a6dd;
}
.about-info-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  flex-wrap: wrap;
}
.about-info-card {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background: #00a6dd;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-info-card h3 span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}
#our-mission .content-box:first-child {
  border-right: 1px dashed #fff;
}
#numbers .number-box {
  background: #348cbf;
  color: #fff;
  text-align: center;
  position: relative;
}
#numbers .number-box::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 60%;
  background: #fff;
}
#numbers .number-box:last-child::after {
  content: none;
}
#numbers .number-box p {
  font-size: 2.5rem;
}
#numbers .number-box p span {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff4d;
}
#our-values .values-content {
  font-size: 1.4rem;
}
.value-item-wrapper,
#our-values .value-item-wrapper {
  display: flex;
  justify-content: space-around;
  row-gap: 20px;
  color: #00a6dd;
  flex-wrap: wrap;
}
.value-item-card .supporting-bg-wrapper {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.value-item-card .supporting-bg {
  background: #00a6dd;
  width: 140px;
  height: 140px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tummy-procedure.value-item-card .supporting-bg {
  background: transparent;
}
.value-item-card,
#our-values .value-item-card {
  color: #00a6dd;
  width: 250px;
}
.value-item-card:hover {
  color: #00a6dd;
}
.value-item-card:hover .supporting-bg {
  background: #097199;
}
.tummy-procedure.value-item-card:hover .supporting-bg {
  background: transparent;
}
.value-item-card img {
  height: 80px;
}
.tummy-procedure.value-item-card img {
  height: 140px;
}
#our-values .value-item-card img {
  height: 100px;
  margin-bottom: 20px;
}
.value-item-card h5,
#our-values .value-item-card h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#our-partners .insurance-partners-box,
#our-partners .partners-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
/* #our-partners .partners-box img,
#insurance-partners .partners-box img {
  width: 150px;
  max-height: 150px;
  object-fit: contain;
} */
#contact-us .contact-us-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 60px 20px;
  flex-wrap: wrap;
}
#contact-us .contact-us-wrapper .contact-us-card {
  width: 300px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 30px;
  position: relative;
}
#contact-us .contact-us-wrapper .contact-us-card .icon-box {
  /* content: ''; */
  position: absolute;
  transform-origin: center;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #00a6dd;
  border-radius: 50%;
  border: 8px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}
#contact-us .contact-us-wrapper .contact-us-card:hover .icon-box {
  background: #0a82b1;
}
.icon-box i {
  color: #fff;
  font-size: 36px;
}
.nav-cta-btn {
  display: block;
  text-wrap: nowrap;
}
.rel-blogs-prev,
.rel-blogs-next {
  background-color: rgb(12, 162, 220, 0.9);
  width: 40px;
  height: 40px;
}
.doc-vids-prev,
.doc-vids-next {
  background-color: rgba(158 141 247 / 0.9);
  width: 40px;
  height: 40px;
}
.rel-blogs-prev,
.swiper-rtl .rel-blogs-next,
.doc-vids-prev,
.swiper-rtl .doc-vids-next {
  left: 0;
  right: auto;
}
.rel-blogs-next,
.swiper-rtl .rel-blogs-prev,
.doc-vids-next,
.swiper-rtl .doc-vids-prev {
  right: 0;
  left: auto;
}
.rel-blogs-prev::after,
.rel-blogs-next::after,
.doc-vids-prev::after,
.doc-vids-next::after {
  color: #fff;
  font-size: 1.5rem;
}
.machinesSlider .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.insurance-partners-box .swiper-slide img,
.partners-box .swiper-slide img {
  max-width: 200px;
  height: 150px;
  object-fit: contain;
}
.brochure-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.blogs-page-title {
  color: #00a6dd;
}
ul.blog-categories {
  list-style-type: none;
  padding: 0;
}
ul.blog-categories li a {
  color: #00a6dd;
}
.rel-blog-img {
  max-height: 300px;
}
.card-title a {
  color: #0ca2dc;
}
.rtl.single-post .post-thumbnail {
  /* float: right; */
  /* margin-left: 1rem; */
}
.pagination {
  justify-content: center;
  margin: 2rem auto;
}
.pagination .nav-links {
  display: flex;
  gap: 1rem;
}
.pagination .page-numbers {
  background: #0ca2dc;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers:hover {
  background-color: #0a82b1;
}
.pagination .page-numbers.current {
  opacity: 0.6;
  cursor: not-allowed;
}
.pagination .page-numbers.dots {
  background: transparent;
  color: #0ca2dc;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  background-color: #0ca2dc;
  padding-inline: 22px;
  border-radius: 25px;
  width: auto;
  height: auto;
}
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover {
  background-color: #0a82b1;
}
.diabetes-infograph-web {
  display: block;
}
.diabetes-infograph-mob {
  display: none;
}
/* =========== */
/* WOOCOMMERCE */
/* =========== */
/* .shop-header {
  background-color: rgb(0 187 255 / 5%);
} */
ul.product-categories-list {
  color: #000;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 0;
  padding: 0 1.5rem;
}
ul.product-categories-list li a {
  color: #000;
  background-color: transparent;
}
.term-7221 ul.product-categories-list li a,
.term-7225 ul.product-categories-list li a {
  border-color: #ad93ff;
}
.term-7221 ul.product-categories-list li:hover a,
.term-7225 ul.product-categories-list li:hover a {
  background-color: #ad93ff;
  border-color: #ad93ff;
}
ul.product-categories-list li.active a {
  color: #00a6dd;
}
ul.product-categories-list li.active.active-beauty a,
.term-7221 ul.product-categories-list li.active a,
.term-7225 ul.product-categories-list li.active a {
  color: #ad93ff;
}
.best-seller-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #ffd812;
  color: #000;
  padding: 0.3rem 1rem;
  z-index: 5;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.single-product-price,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  min-height: 400px;
  padding: 2rem 1rem;
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
}
.wc-block-components-order-summary
  .wc-block-components-order-summary-item__total-price
  .price.wc-block-components-product-price,
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .price.wc-block-components-product-price {
  padding: 0 1.5rem;
  color: #fff;
  background: #0ca2dc;
  background: linear-gradient(
    90deg,
    rgba(12, 162, 220, 1) 0%,
    rgba(0, 56, 101, 1) 100%
  );
}
.percentage-saved {
  padding: 0 0.5rem;
  color: #fff;
  background: #0ca2dc;
  background: linear-gradient(
    90deg,
    rgba(12, 162, 220, 1) 0%,
    rgba(0, 56, 101, 1) 100%
  );
}
.single-product
  .single-product-box
  .custom-price
  .before-after-price
  .percentage-saved {
  margin-left: auto;
}
.wc-block-grid__product-price.price ins {
  text-decoration: none;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .wc-block-components-formatted-money-amount {
  font-weight: 600;
}
del.wc-block-components-product-price__regular {
  text-decoration-color: red;
}
.wc-block-components-button:not(.is-link) {
  color: #fff;
  background-color: #0ca2dc;
  border: 1px solid #0ca2dc;
}
/* .product_cat-7221 .sale-price,
.product_cat-7225 .sale-price,
.term-7221 .sale-price,
.term-7225 .sale-price */
.product_cat-7221 .percentage-saved,
.product_cat-7225 .percentage-saved,
.term-7221 .percentage-saved,
.term-7225 .percentage-saved {
  background: #443872;
  background: linear-gradient(
    90deg,
    rgba(68, 56, 114, 1) 0%,
    rgba(145, 123, 218, 1) 100%
  );
}
.custom-price .before-after-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.amount-saved {
  width: 100%;
  background: #fff;
  top: 0;
  transform: translateY(-100%);
}
.regular-price span::after {
  content: '';
  position: absolute;
  width: 105%;
  height: 2px;
  background-color: gray;
  border-radius: 10px;
  opacity: 0.5;
  left: 0;
  right: 0;
  top: 50%;
  /* transform: translateY(-50%) rotate(165deg); */
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  clear: none;
}
.product-category-banner {
  padding: 2rem 0;
  /* background-color: rgb(0 189 255 / 9%); */
}
/* .term-7221 .product-category-banner,
.term-7225 .product-category-banner {
  background-color: rgba(172 147 255 / 9%);
} */
.term-7221 .offer-filter-wrapper #search-icon,
.term-7221 .offer-filter-wrapper .offer-filter-list li a.active,
.term-7221 .offer-filter-wrapper .offer-filter-list li:hover a,
.term-7225 .offer-filter-wrapper #search-icon,
.term-7225 .offer-filter-wrapper .offer-filter-list li a.active,
.term-7225 .offer-filter-wrapper .offer-filter-list li:hover a {
  background: #ad93ff;
  color: #ffffff;
}
.term-7221 .offer-filter-wrapper #search-icon,
.term-7221 .offer-filter-wrapper .form-control,
.term-7221 .offer-filter-wrapper select,
.term-7221 .offer-filter-wrapper .offer-filter-list li a,
.term-7225 .offer-filter-wrapper #search-icon,
.term-7225 .offer-filter-wrapper .form-control,
.term-7225 .offer-filter-wrapper select,
.term-7225 .offer-filter-wrapper .offer-filter-list li a {
  border-color: #ad93ff;
}
.term-7221 .offer-filter-wrapper .offer-filter-list li a,
.term-7225 .offer-filter-wrapper .offer-filter-list li a {
  color: #000;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.5rem;
  /* margin-bottom: 2.5rem; */
}
.custom-woocommerce-loop-product__short-desc {
  color: gray;
}
.woocommerce ul.products li.product a {
  color: #000;
  text-decoration: none;
}
.sale-price .woocommerce-Price-amount.amount bdi {
  font-size: 2rem;
  font-weight: 700;
}
/* .sale-price .woocommerce-Price-currencySymbol {
  font-size: 1.5rem;
} */
.button.product_type_simple.add_to_cart_button {
  display: inline-block;
  margin-top: 1em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:hover {
  /* background-color: #dcd7e2;
    text-decoration: none;
    background-image: none; */
  color: #fff;
}
.woocommerce-notices-wrapper ul.woocommerce-error li a.button,
.button.product_type_simple.add_to_cart_button,
.woocommerce ul.products li.product .button,
.place-order button#place_order {
  color: #fff;
  background-color: #0ca2dc;
  font-weight: 500;
  border-radius: unset;
  font-size: 1.1rem;
  padding-inline: 1.5rem;
}
.product_cat-7221 .button.product_type_simple.add_to_cart_button,
.product_cat-7225 .button.product_type_simple.add_to_cart_button,
.woocommerce ul.products li.product.product_cat-7221 .button,
.woocommerce ul.products li.product.product_cat-7225 .button,
.term-7221.woocommerce ul.products li.product .button,
.term-7225.woocommerce ul.products li.product .button {
  background-color: #6b59a6 !important;
  width: 100%;
  text-align: center;
}
.regular-price .woocommerce-Price-amount.amount {
  /* font-size: 1.3rem; */
  font-weight: 500;
}
.woocommerce a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart {
  padding-inline: 1rem;
  text-decoration: underline;
  color: #0ca2dc;
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.woocommerce .product_cat-7221 a.added_to_cart,
.woocommerce .product_cat-7221 ul.products li.product a.added_to_cart,
.woocommerce .product_cat-7225 a.added_to_cart,
.woocommerce .product_cat-7225 ul.products li.product a.added_to_cart,
.woocommerce.term-7221 a.added_to_cart,
.woocommerce.term-7221 ul.products li.product a.added_to_cart,
.woocommerce.term-7225 a.added_to_cart,
.woocommerce.term-7225 ul.products li.product a.added_to_cart {
  color: #6b59a6;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 3rem;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #0ca2dc;
  border-right: 0;
}
.term-7221.woocommerce nav.woocommerce-pagination ul,
.term-7225.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #6b59a6;
  border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #0ca2dc;
}
.term-7221.woocommerce nav.woocommerce-pagination ul li,
.term-7225.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #6b59a6;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #0ca2dc;
}
.term-7221.woocommerce nav.woocommerce-pagination ul li a,
.term-7221.woocommerce nav.woocommerce-pagination ul li span,
.term-7225.woocommerce nav.woocommerce-pagination ul li a,
.term-7225.woocommerce nav.woocommerce-pagination ul li span {
  color: #6b59a6;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #0ca2dc;
  color: #fff;
}
.term-7221.woocommerce nav.woocommerce-pagination ul li a:focus,
.term-7221.woocommerce nav.woocommerce-pagination ul li a:hover,
.term-7221.woocommerce nav.woocommerce-pagination ul li span.current,
.term-7225.woocommerce nav.woocommerce-pagination ul li a:focus,
.term-7225.woocommerce nav.woocommerce-pagination ul li a:hover,
.term-7225.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #6b59a6;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 2rem 0;
}
.woocommerce div.product div.images img {
  min-height: 400px;
  object-fit: cover;
}
.product.type-product .woocommerce-product-details__short-description {
  color: #0ca2dc;
  padding: 1rem 0;
}
.product_cat-7221.product.type-product
  .woocommerce-product-details__short-description,
.product_cat-7225.product.type-product
  .woocommerce-product-details__short-description {
  color: #ad93ff;
}
.product.type-product .best-seller-badge-single {
  display: inline-block;
  padding: 0.5rem 1rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  background-color: #ffd812;
  /* for arabic */
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15% 50%); */
  /* for english */
  clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
}
.product-description {
  position: relative;
  padding-top: 2rem;
}
.product-description::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  background: #c1c1c1;
  height: 1px;
}
.woocommerce .product section.related.products > h2 {
  margin: 3rem auto;
  position: relative;
  width: fit-content;
}
.woocommerce .product section.related.products > h2::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  opacity: 0.5;
  width: 140%;
  background: #0ca2dc;
  z-index: -1;
}
.woocommerce .product_cat-7221 section.related.products h2::after,
.woocommerce .product_cat-7225 section.related.products h2::after {
  background: #ad93ff;
}
/* CART PAGE */
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  color: #0ca2dc;
  font-weight: 600;
  font-size: 1.2rem;
}
.wc-block-cart .wc-block-cart__submit-container {
  background-color: #0ca2dc;
}
.wc-block-cart__submit-button {
  color: #fff;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: #098ded;
  font-weight: 600;
}
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type='email'],
.wc-block-components-form .wc-block-components-text-input input[type='number'],
.wc-block-components-form
  .wc-block-components-text-input
  input[type='password'],
.wc-block-components-form .wc-block-components-text-input input[type='tel'],
.wc-block-components-form .wc-block-components-text-input input[type='text'],
.wc-block-components-form .wc-block-components-text-input input[type='url'],
.wc-block-components-text-input input[type='email'],
.wc-block-components-text-input input[type='number'],
.wc-block-components-text-input input[type='password'],
.wc-block-components-text-input input[type='tel'],
.wc-block-components-text-input input[type='text'],
.wc-block-components-text-input input[type='url'] {
  border: 1px solid #0ca2dc !important;
  border-radius: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-onsale {
  display: none !important;
}
.wp-block-woocommerce-product-new .wc-block-grid__product-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #0ca2dc !important;
}
.wp-block-woocommerce-product-new .wp-block-button__link {
  border-radius: 0;
  background: #08a2dc !important;
}
.id-popover-img {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: center / contain no-repeat
    url(https://sabamedical.com/wp-content/uploads/2025/04/circle-question-regular.svg);
  cursor: pointer;
}
.popover-govt {
  position: absolute;
  width: 250px;
  top: 0;
  right: 0;
  transform: translate(50%, -100%);
  z-index: 99;
  display: none;
}
.id-popover-img:hover + .popover-govt {
  display: block;
}
.woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  .add_to_cart_button:hover {
  color: #fff;
}
.wp-block-woocommerce-empty-cart-block
  .price.wc-block-grid__product-price
  > .amount.woocommerce-Price-amount,
.wp-block-woocommerce-empty-cart-block
  .price.wc-block-grid__product-price
  ins
  .amount.woocommerce-Price-amount {
  padding: 0.2rem 0.5rem;
  font-weight: 600;
  color: #fff;
  background: #0ca2dc;
  background: linear-gradient(
    90deg,
    rgba(12, 162, 220, 1) 0%,
    rgba(0, 56, 101, 1) 100%
  );
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: #0ca2dc !important;
}
a.cart-customlocation.header-cart {
  color: #000;
  position: absolute;
  right: 0;
  font-size: 1.2rem;
}
a.cart-customlocation.float-cart {
  color: #000;
  border-radius: 50%;
  position: fixed;
  right: 3rem;
  bottom: 2rem;
  font-size: 1.2rem;
  z-index: 2;
}
a.cart-customlocation.float-cart i {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.7rem;
}
a.cart-customlocation span {
  color: #fff;
  background-color: #0082d4;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  font-size: 0.75em;
  line-height: 1;
  border-radius: 50rem;
  padding: 0.2rem 0.5rem;
}
.term-7221 a.cart-customlocation span,
.term-7225 a.cart-customlocation span {
  background-color: #ad93ff;
}
a.cart-customlocation.header-cart {
  display: block;
}
a.cart-customlocation.float-cart {
  display: none;
}
.woocommerce form select.select,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-form-coupon input,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea,
.woocommerce table.shop_table {
  border: 1px solid #0ca2dc !important;
  border-radius: 0px !important;
}
.woocommerce .woocommerce-customer-details address {
  border: 0px;
  padding: 0px;
}
.woocommerce
  .woocommerce-customer-details
  address
  p.woocommerce-customer-details--phone {
  margin-bottom: 0rem;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #0ca2dc;
}
.woocommerce-info a,
.woocommerce-info::before,
.woocommerce-privacy-policy-link {
  color: #0ca2dc;
}
.woocommerce-form-coupon button,
.woocommerce-notices-wrapper ul.woocommerce-error li a.button,
.button.product_type_simple.add_to_cart_button,
.woocommerce ul.products li.product .button,
.place-order button#place_order {
  color: #fff !important;
  background-color: #0ca2dc !important;
  border-radius: unset !important;
  padding-inline: 1.5rem;
  width: 100%;
  text-align: center;
}
.woocommerce-info {
  border-top-color: #0ca2dc;
}
#payment input[type='radio'] {
  float: unset !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #0ca2dc24;
  border-radius: 0px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border-radius: 0px;
  background-color: rgba(12, 161, 220, 0.3);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgba(12, 161, 220, 0.3);
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  margin-bottom: 1.5rem;
}
.woocommerce-billing-fields .select2-container .select2-selection {
  border-radius: 0;
  border-color: #0ca2dc;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #0ca2dc;
}
.woocommerce table.shop_table td a {
  color: #0ca2dc;
}
.woocommerce-thankyou-order-received {
  font-size: 1.2rem;
  text-align: center;
  margin-block: 3rem;
  width: 80%;
  margin-inline: auto;
}
.woocommerce ul.order_details li {
  margin-block: 10px;
}
.borg-overlay {
  font-size: 26px;
}
#DocVideos {
  padding: 2rem 0;
}
.homecaremap-wrapper {
  background: #f2f8fc;
}

.alborj-package-filters li.active a {
  background-color: #0ca2dc;
  border-color: #0ca2dc;
  color: #fff;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
  .single-post .post-thumbnail {
    /* max-width: 40vw; */
  }
}
@media screen and (max-width: 767px) {
  html {
    padding-top: 98px;
  }
  .p_tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p_b {
    padding-bottom: 50px;
  }
  .p_t {
    padding-top: 50px;
  }
  .borg-overlay {
    font-size: 14px;
  }
  .top-bar nav.navbar {
    width: 100%;
    flex-direction: row-reverse;
  }
  .top-bar div#navbarNavTop ul.q1-links {
    margin-right: 0;
    flex-direction: row;
  }
  /* .top-bar div#navbarNavTop ul.q1-links li:first-child {
    display: none;
    border: none;
  } */
  /* .top-bar div#navbarNavTop ul.q1-links li:nth-child(2) a {
    margin-left: 0;
    padding-left: 0;
    border-left: 0px;
  } */
  img.img-fluid.icon-art {
    display: none;
  }
  img.img-fluid.icon-247 {
    top: 0.5rem;
    width: 28px;
    right: 0.5rem;
  }
  a.navbar-brand > img {
    width: 120px;
    height: 40px;
  }
  .home-banner-meta {
    padding: 0.8rem 1rem !important;
  }
  .home-banner-meta h2 {
    font-size: 1rem;
  }
  .home-banner-meta a {
    padding: 0.25rem;
    font-size: 0.9rem;
  }
  .bg-meta-wrapper {
    width: 98%;
    left: 1%;
  }
  .bottom-banner-menu {
    position: relative;
    bottom: 0;
    background: #07a8e1;
    width: 100%;
    margin-top: -1px;
    left: 0;
  }
  .bottom-banner-menu .bottom-nav-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .bottom-banner-menu .bottom-nav-banner > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem 0.3rem;
  }
  li.m-btn-1 {
    /* background: #3a9445; */
    border-radius: 0;
    border-left: 1px solid #eee;
  }
  ul#menu-bottom-banner a {
    font-size: 1.3rem;
    color: #ffffff;
  }
  ul#menu-bottom-banner a i {
    margin-right: 0.2rem;
  }
  .banner-nav-mobile {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    line-height: 3rem;
  }
  .banner-nav-mobile > li {
    width: 100%;
    text-align: center;
  }
  .banner-nav-mobile > li > a {
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
  }
  .baner-control-wrapper {
    /* width: 100%;
    bottom: 1px;
    background: #1e396a;
    justify-content: flex-end;
    gap: 22px;
    line-height: 2.5rem;
    padding-right: 0.5rem; */
    display: none;
  }
  .baner-control-wrapper .swiper-pagination {
    left: 0.3rem;
    position: absolute;
    width: auto;
  }
  /* a.special-service-card .service-logo-box {
    padding: 1rem;
  } */
  /* .home-special-service a.special-service-card {
    padding-top: 120%;
  } */
  .special-services-slider a > h6 {
    font-size: 0.8rem;
    min-height: 30px;
  }
  .home-departments hr.line-2,
  .home-departments a.btn.btn-outline-light,
  .depart-control-wrapper .line-3 {
    display: none;
  }
  .home-departments .swiper {
    height: 500px;
  }
  .home-departments .swiper-slide .service-card {
    position: relative;
  }
  h3.dept-heading {
    font-size: 1.1rem;
  }
  .department-overlay h5.dept-title {
    font-size: 0.9rem;
  }
  .department-overlay .circle-dep-h {
    width: 30px;
    height: 30px;
    /* cursor: pointer; */
    /* opacity: 0.6; */
    transition: 0.3s all linear;
    /* background: #0ca2dc; */
    border-radius: 50%;
    padding: 7px;
  }
  img.homecare-logo {
    width: 120px;
    padding-top: 10px;
  }
  ul#homecareTabs {
    margin-top: 0.5rem;
  }
  /* .department-overlay img {
    transform: scale(0.7);
  } */
  ul.list-group {
    display: grid;
    grid-template-columns: repeat(1, 100%);
  }
  a.btn.btn-apt {
    font-size: 0.8rem;
  }
  .depart-control-wrapper {
    justify-content: center;
  }
  .home-doctor-slider .col-md-12 > .d-flex > hr,
  .home-doctor-slider .col-md-12 > .d-flex > a,
  .home-offers .col-md-12 > .d-flex > hr,
  .home-offers .col-md-12 > .d-flex > a {
    display: none;
  }
  .home-doctor-slider .col-md-12 > .d-flex > h3,
  .home-departments .col-md-12 > .d-flex > h3,
  .home-offers .col-md-12 > .d-flex > h3 {
    text-align: center;
    width: 100%;
  }
  .mob-only {
    display: block !important;
  }
  .home-doctor-slider {
    background: #e9ebf1;
  }
  #doctor-listing-wrapper .doc-name,
  .home-doctor-slider .doctor-slider .doc-name {
    font-size: 1rem;
  }
  /* #doctor-listing-wrapper .doc-branch,
  .home-doctor-slider .doctor-slider .doc-branch {
    width: 100%;
  } */
  .home-branch-listing .col-md-4.d-flex {
    display: none !important;
  }
  .branch-card .circle-dep-h {
    display: none;
  }
  .branch-card {
    min-height: 200px;
  }
  .branch-card a p {
    line-height: normal !important;
    font-size: 0.8rem;
  }
  /* .home-branch-listing   */
  section.website_footer_banner {
    min-height: 300px;
  }
  section.website_footer_banner > img {
    width: 150px;
  }
  img.saba-logo-footer {
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
  }
  .newsletter-wrapper span.wpcf7-spinner {
    position: absolute;
  }
  /* section.offer-banner,
  section.department-banner {
    background-position: 70% 100% !important;
    min-height: 200px !important;
  } */
  /* section.offer-banner {
    background-position: 70% 100% !important;
    min-height: 150px !important;
  } */
  section.department-banner h2 {
    font-size: 16px;
    width: 50%;
  }
  .postid-489296.spec-serv .banner-content,
  .postid-59.spec-serv .banner-content,
  .postid-489330.spec-serv .banner-content,
  .postid-66.spec-serv .banner-content,
  .postid-501.spec-serv .banner-content,
  .postid-489278.spec-serv .banner-content {
    bottom: 10px;
  }
  .offer-filter-wrapper .input-group {
    width: 60%;
  }
  .offer-filter-wrapper #offer-type {
    width: 40%;
  }
  .main-offer-img > img {
    height: auto;
  }
  .menu-open {
    background: #f5f5f5;
  }
  .home-offers .offer-box {
    min-height: 450px;
  }
  /* section.borj-banner {
    min-height: 220px;
    height: 220px;
  } */
  section#single-dept-banner {
    min-height: 300px;
    height: 300px;
  }
  section#single-dept-banner::after {
    right: 0%;
  }
  #our-mission .content-box:first-child {
    padding-bottom: 0;
  }
  .value-item-card,
  #our-values .value-item-card {
    width: 300px;
  }
  #departments-container .value-item-card.tummy-procedure {
    width: 150px;
  }
  .department-card .dept-img,
  #departments-container img.serv-img {
    height: 150px;
  }
  .doctor-profile-1:before {
    content: '';
    width: 100%;
    left: 0px;
  }
  .doctor-profile-1 .doc-right {
    z-index: 5;
  }
  .doctor-profile-3 div.service-card {
    min-height: 200px;
    max-height: 200px;
  }
  .doc-form-img {
    padding-bottom: 61%;
  }
  #doctor-listing-wrapper a > span > img,
  .doctor-slider .swiper-slide > a > span > img,
  .related-doc-slider .swiper-slide > a > span > img {
    height: 220px;
  }
  .diabetes-infograph-web {
    display: none;
  }
  .diabetes-infograph-mob {
    display: block;
  }
  /* ================== */
  /* WOOCOMMERCE MOBILE */
  /* ================== */
  .offer-filter-wrapper form {
    flex: 1 1 40%;
  }
  .woocommerce-product-search {
    width: 50%;
  }
  ul.product-categories-list {
    font-size: 0.9rem;
    gap: 1rem;
  }
  .product-category-banner {
    padding: 2rem 0;
  }
  .offer-filter-wrapper #search-icon,
  .offer-filter-wrapper .form-control,
  .offer-filter-wrapper select {
    font-size: 0.9rem;
  }
  .woocommerce ul.products {
    justify-content: space-between;
  }
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    margin: 0 0 1.992em;
  }
  .single-product-price,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 1rem 0.5rem;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .custom-price .before-after-price {
    align-items: baseline;
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
  }
  .woocommerce ul.products::after,
  .woocommerce ul.products::before,
  .woocommerce-page ul.products::after,
  .woocommerce-page ul.products::before {
    content: unset;
  }
  .single-product .single-product-box .custom-price .before-after-price {
    align-items: baseline;
    flex-direction: row;
    margin-top: 1rem;
  }
  .sale-price .woocommerce-Price-amount.amount bdi {
    font-size: 1.5rem;
  }
  .amount-saved {
    font-size: 0.8rem;
  }
  .regular-price .woocommerce-Price-amount.amount {
    font-size: 1rem;
  }
  .regular-price {
    font-size: 0.9rem;
    /* margin-bottom: 1rem; */
  }
  .percentage-saved {
    font-size: 0.9rem;
  }
  .button.product_type_simple.add_to_cart_button,
  .woocommerce ul.products li.product .button {
    font-size: 1rem;
    padding-inline: 1rem;
  }
  .woocommerce-notices-wrapper ul.woocommerce-error li a.button {
    margin-top: 1rem;
  }
  .best-seller-badge {
    top: 0.3rem;
    left: 0.5rem;
    padding: 0.3rem 0.7rem;
    font-size: 0.8rem;
  }
  .single-product-price,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    min-height: unset;
  }
  .woocommerce .product section.related.products > h2::after {
    height: 5px;
  }
  .popover-govt {
    transform: translate(0%, -100%);
  }
  a.cart-customlocation.header-cart {
    display: none;
  }
  a.cart-customlocation.float-cart {
    display: block;
  }
  .woocommerce-thankyou-order-received {
    font-size: 1rem;
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.8rem;
    border: 1px solid #07a6e217;
    margin-right: 0.3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link + .dropdown-menu.show .nav-link {
    margin-right: 0;
  }
  .rtl .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 0.3rem;
    margin-right: 0rem;
  }
  .rtl .navbar-expand-lg .navbar-nav .nav-link + .dropdown-menu.show .nav-link {
    margin-left: 0rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #07a6e2;
    color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .site-header .nav-cta-btn {
    display: none;
  }
  .site-header.menu-open .nav-cta-btn {
    display: block;
  }
  .navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
  }
  .navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
  }
  .navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 3px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
    width: 80%;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
  }
  ul#menu-homecare-social-menu.q2-links,
  ul#menu-social-menu.q2-links,
  ul#menu-social-menu-ar.q2-links {
    flex-direction: row;
  }
  ul#menu-homecare-social-menu.q2-links li a,
  ul#menu-social-menu.q2-links li a,
  ul#menu-social-menu-ar.q2-links li a {
    margin: 0rem 0.2rem;
    padding: 0rem 0.2rem;
  }
  .top-bar div#navbarNavTop ul.q1-links {
    margin-right: 0;
    flex-direction: row;
  }
  .top-bar div#navbarNavTop ul.q1-links li:nth-child(3) {
    display: none;
    border: none;
  }
  .dropdown-menu.show {
    padding: 0 1rem;
  }
  .top-bar div#navbarNavTop ul.q1-links li:nth-child(2) a {
    /* margin-left: 0;
    padding-left: 0;
    border-left: 0px; */
  }
  .special-card-box
    .special-card:nth-last-of-type(n + 2)
    a.special-service-card
    .service-logo-box {
    /* box-shadow: inset 0.8rem 0.8rem #0ca2dc, inset -0.8rem -0.8rem #0ca2dc; */
  }
  .special-card-box
    .special-card:nth-of-type(3)
    a.special-service-card
    .service-logo-box {
    /* box-shadow: inset 0.8rem 0.8rem #92dcd7, inset -0.8rem -0.8rem #92dcd7; */
  }
  .special-card-box
    .special-card:nth-of-type(4)
    a.special-service-card
    .service-logo-box {
    /* box-shadow: inset 0.8rem 0.8rem #9e8df7, inset -0.8rem -0.8rem #9e8df7; */
  }
}
