/** @format */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.text-primary {
  color: #004aad;
}

.text-success {
  color: #16A34A;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #131212;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #000;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

h1,
h2,
h3 {
  font-family: "Inter", sans-serif;
}
h1 span,
h2 span,
h3 span {
  color: #004aad;
}

.glb-btn {
  padding: 0.6rem 1rem;
  background: #004aad;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  font-size: 0.9rem;
}
.glb-btn:hover {
  background: #0e82fd;
  color: #fff;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3rem;
}

h3 {
  font-size: 2.1875rem;
  font-weight: 600;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.125rem;
}

.sub-heading {
  font-size: 0.9rem;
  border-radius: 1.25rem;
  font-weight: 500;
  padding: 0.5375rem 1.45rem;
  position: relative;
  margin-bottom: 0.9375rem;
  box-shadow: none;
  display: inline-flex;
  color: #004aad;
  border: 1px solid #004aad;
  margin-bottom: 28.8px;
}

p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}

.section {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .section {
    padding: 2rem 0;
  }
}

.btn-sec a:not(:last-child) {
  margin-right: 0.6875rem;
}

header {
  background: #fff;
  box-shadow: 0rem 0.0625rem 0rem 0rem rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 99;
}
header .top-social {
  background: #004aad;
  padding: 0.3125rem 0;
}
header .top-social .social-icon a {
  width: 1.5625rem;
  height: 1.5625rem;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #004aad;
}
header .top-social .privacy {
  color: #ffffff;
}
header .top-social .privacy a {
  font-size: 0.875rem;
  color: #ffffff;
}
header .bottom-header {
  padding: 1rem 0;
}
header .bottom-header .logo-sec a {
  display: block;
}
header .bottom-header .logo-sec a img {
  display: block;
  max-width: 100px;
}
@media (min-width: 62rem) {
  header .bottom-header .menu-sec {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 62rem) {
  header .bottom-header nav ul {
    display: flex;
    align-items: center;
  }
  header .bottom-header nav ul li a {
    display: flex;
    align-items: center;
    margin-right: 1.5625rem;
  }
  header .bottom-header nav ul li a:hover {
    color: #004aad;
  }
  header .bottom-header nav ul .current-menu-item a {
    font-weight: 500;
    color: #004aad;
  }
  header .bottom-header nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header .bottom-header nav .menu-item-has-children > a {
    margin-right: 0.3125rem;
  }
  header .bottom-header nav .menu-item-has-children::after {
    content: "";
    height: 0.375rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    cursor: pointer;
  }
  header .bottom-header nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 3.525rem;
    padding: 0rem;
    border-radius: 0 0 0.35rem 0.35rem;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
    background-color: #f5f5f5;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu::-webkit-scrollbar {
    width: 0.375rem;
    background-color: #f5f5f5;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    background-color: #2c8886;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1.2s;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu li a {
    padding: 0.8rem 1rem;
    min-width: 16.5625rem;
    margin-right: 0;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 0.0625rem solid #fff;
    transition: all ease 0.3s 0s;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children ul.sub-menu li a:hover {
    color: #0e82fd;
  }
}
@media (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children ul.sub-menu li:last-child a {
    border-bottom: 0px;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 62.5rem;
    visibility: visible;
    overflow-y: auto;
  }
  header .bottom-header nav .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}
header .bottom-header .contact-nav {
  text-align: right;
}
header .bottom-header .contact-nav li {
  display: inline-block;
  vertical-align: middle;
}
header .bottom-header .contact-nav li a {
  display: inline-block;
  color: #131212;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}
header .bottom-header .contact-nav li a span {
  display: block;
  background: #0e82fd;
  font-size: 1.125rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.375rem;
  color: #fff;
  margin: 0.125rem 0 0;
}
header .bottom-header .contact-nav li a span img {
  max-width: 1rem;
  filter: invert(1) brightness(1);
  margin: -0.125rem 0 0;
}

.banner-section {
  background: #eef4fc;
  padding-top: 0;
  position: relative;
}
.banner-section h1 {
  margin-bottom: 2rem;
}
.banner-section .container {
  position: relative;
  z-index: 2;
}

.search-form form {
  display: flex;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
.search-form .inpt {
  position: relative;
}
.search-form .inpt > i {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  color: #0e82fd;
}
.search-form .inpt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.25rem;
  width: 0.1rem;
  background: #e8e8e8;
}
.search-form .inpt:nth-last-child(-n+1)::after {
  content: none;
}
@media (min-width: 768px) {
  .search-form .inpt:nth-last-child(-n+2)::after {
    content: none;
  }
}
.search-form input {
  width: 100%;
  padding: 0.8rem 1rem;
  padding-left: 1.5rem;
  background: transparent;
  border: 0px;
  font-size: 0.9rem;
}
.search-form input:focus {
  outline: none;
  border: 0px;
}
.search-form input[type=submit] {
  padding-inline: 2rem;
  background: #0e82fd;
  color: #fff;
  border-radius: 0.35rem;
}

.date:focus {
  outline: none;
  border-color: #004aad;
}

.ui-datepicker {
  width: 280px;
  padding: 5px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: none;
}

@media screen and (max-width: 580px) {
  .ui-datepicker {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0px;
  }
}
.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}

.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #131212;
  margin: 0 1px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #0e82fd;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #004aad;
  border-bottom: 2px solid #004aad;
  pointer-events: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th {
  width: 40px;
  padding-bottom: 6px;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #131212;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
}

.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #131212;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 12px;
}

.ui-state-default:hover {
  background: #0e82fd;
  text-decoration: none;
  color: white;
}

.ui-state-highlight {
  color: #000;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #0e82fd;
}

.ui-datepicker-unselectable .ui-state-default {
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.usp-service {
  padding: 5rem 0;
}
.usp-service .row {
  gap: 1.5rem 0;
  justify-content: center;
}
.usp-service a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 500;
  color: #131212;
  border: 0.3125rem solid #ffffff;
  height: 100%;
  text-align: center;
}
.usp-service a > i {
  color: #0e82fd;
}
.usp-service a:hover {
  color: #004aad;
}
.usp-service a:hover span i {
  transform: translateX(0.25rem);
  color: #004aad;
}
.usp-service a span {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.usp-service a i {
  font-size: 1rem;
  transition: all 0.3s;
}
.usp-service a figure {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0;
}
.usp-service a figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.usp-service a figure > img {
  display: block;
  width: 100%;
  max-height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.usp-service a figure i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 4rem;
  width: 4rem;
  background: #004aad;
  border-radius: 50%;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-specialist .item {
  text-align: center;
}
.top-specialist .item span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #131212;
  transition: all 0.3s;
}
.top-specialist .item p {
  color: #465d7c;
  font-size: 0.9rem;
}
.top-specialist .item a:hover span {
  color: #004aad;
}
.top-specialist .item a:hover figure {
  background: #004aad;
}
.top-specialist .item a:hover figure .sr-icon {
  transform: scale(1.2);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(107%) contrast(101%);
}
.top-specialist .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.top-specialist h2 {
  margin-bottom: 3rem;
}
.top-specialist figure {
  width: 120px;
  height: 120px;
  background: #eef4fc;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.top-specialist figure .sr-icon {
  max-width: 55px;
  margin: auto;
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(47%) sepia(70%) saturate(6055%) hue-rotate(201deg) brightness(103%) contrast(98%);
}

.ft-doctors {
  padding: 5rem 0;
}
.ft-doctors .owl-nav {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}
.ft-doctors .owl-nav button {
  width: 56px;
  height: 56px;
  background: #004aad !important;
  border: 1px solid #f0f6ff !important;
  border-radius: 50% !important;
  color: #fff !important;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.ft-doctors .owl-nav button i {
  font-size: 1rem;
}
.ft-doctors .owl-nav .owl-prev {
  position: relative;
  left: -2rem;
}
.ft-doctors .owl-nav .owl-next {
  position: relative;
  right: -2rem;
}
.ft-doctors .doc-card .img {
  position: relative;
}
.ft-doctors .doc-card .img a {
  display: block;
}
.ft-doctors .doc-card .img .badge {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.ft-doctors .doc-card .img .badge i {
  font-size: 0.4rem;
}
.ft-doctors .doc-card .img .badge.available {
  background-color: #edf9f0;
  color: #04bd6c;
}
.ft-doctors .doc-card .img .badge.unavailable {
  background-color: #ffe1e1;
  color: #ff0000;
}
.ft-doctors .doc-card .active-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1rem;
}
.ft-doctors .doc-card .active-bar h5 {
  margin-bottom: 0;
  color: #004aad;
  font-size: 0.76rem;
  padding: 0.3rem 0.6rem;
  background: #000;
  border-radius: 3rem;
  color: #fff;
}
.ft-doctors .doc-card .active-bar h5 a {
  color: #fff;
}
.ft-doctors .doc-card .doctor-info-detail {
  padding: 0 1rem 1rem;
}
.ft-doctors .doc-card .doctor-info-detail h3 {
  font-size: 1.1rem;
}
.ft-doctors .doc-card .doctor-info-detail .det {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #e6e8ee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.ft-doctors .doc-card .doctor-info-detail .det p {
  margin-bottom: 0;
  display: flex;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #465d7c;
  align-items: center;
}
.ft-doctors .doc-card .doctor-info-detail .det p i {
  font-size: 0.8rem;
}
.ft-doctors .doc-card .doctor-info-detail .det p.time-value i {
  font-size: 0.4rem;
  color: #004aad;
}
.ft-doctors .doc-card .doctor-info-detail .flex-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft-doctors .doc-card .doctor-info-detail .flex-wrp .fee p {
  color: #465d7c;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.ft-doctors .doc-card .doctor-info-detail .flex-wrp .fee h3 {
  color: #e04f16;
}

.why {
  padding: 5rem 0;
  background: #e6f1ff;
}
.why h2 {
  margin-bottom: 1.2rem;
}
.why img.main {
  border-radius: 0.35rem;
}

.card-sec {
  margin-top: 4rem;
}

.why-card {
  padding: 1.4rem 1.4rem 2.2rem;
  background: #fff;
  border-radius: 0.35rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #004aad;
}
.why-card::before {
  content: "";
  height: 20rem;
  width: 16rem;
  background: #004aad;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: -4.5rem;
  z-index: 1;
  transition: all ease 1s 0s;
}
.why-card .inner {
  position: relative;
  z-index: 2;
}
.why-card p {
  color: #0e82fd;
  margin-bottom: 0;
  font-size: 1rem;
}
.why-card h4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0e82fd;
}
.why-card .icon {
  height: 4.125rem;
  width: 4.125rem;
  border-radius: 0.35rem;
  margin: 0 auto 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1rem;
  transition: all ease 0.5s 0s;
}
.why-card .icon i {
  font-size: 1.6rem;
  color: #fff;
}
.why-card:hover::before {
  height: 50rem;
  width: 50rem;
  top: 0;
  background: #0e82fd;
}
.why-card:hover * {
  color: #fff;
}
.why-card:hover .icon {
  background: #fff;
  top: 0;
}
.why-card:hover .icon i {
  color: #004aad;
}

.rvw-card {
  padding: 1.69rem 1.75rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0px 14px 88px -7px rgba(0, 0, 0, 0.17);
  height: 100%;
}
.rvw-card .prof {
  display: flex;
  gap: 0.62rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1.25rem;
}
.rvw-card .prof > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.rvw-card .prof .image {
  width: 3rem;
  height: 3rem;
}
.rvw-card .prof .tx h5 {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
}
.rvw-card .prof .tx h5 img {
  width: 1rem;
  height: 1rem;
}
.rvw-card .prof .tx h6 {
  color: var(--Grey, #595959);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.rvw-card .bdy {
  text-align: left;
}
.rvw-card .bdy > img {
  max-width: 7rem;
  margin-bottom: 1.25rem;
}
.rvw-card .bdy h4 {
  color: var(--Dark, #5d5d5d);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}
.rvw-card .bdy p {
  color: var(--Dark, #5d5d5d);
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}

.reviews {
  padding-top: 4rem;
  overflow-x: hidden;
}
.reviews .owl-nav {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}
.reviews .owl-nav button {
  width: 56px;
  height: 56px;
  background: #004aad !important;
  border: 1px solid #f0f6ff !important;
  border-radius: 50% !important;
  color: #fff !important;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.reviews .owl-nav button i {
  font-size: 1rem;
}
.reviews .owl-nav .owl-prev {
  position: relative;
  left: -2rem;
}
.reviews .owl-nav .owl-next {
  position: relative;
  right: -2rem;
}
.reviews .cara-style {
  margin-top: -2.5rem;
}
.reviews .cara-style .owl-carousel {
  position: relative;
}
.reviews .cara-style .owl-carousel::before {
  content: "";
  position: absolute;
  left: -9rem;
  top: 0;
  height: 100%;
  width: 26.125rem;
  z-index: 2;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 58.67%);
}
.reviews .cara-style .owl-carousel::after {
  content: "";
  position: absolute;
  right: -9rem;
  top: 0;
  height: 100%;
  width: 26.125rem;
  z-index: 2;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, #fff 58.67%);
}
.reviews .cara-style .owl-stage {
  padding: 5rem 0;
}
.reviews .cara-style .owl-nav {
  z-index: 3;
  top: 40%;
}
.reviews .cara-style .owl-dots {
  margin-top: -2rem;
}

.inner-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 60px 60px;
}
.inner-banner .banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inner-banner .banner-text h1 {
  color: #ffffff;
}
.inner-banner .banner-text h1 span {
  background: #ffffff;
  border-radius: 50px;
  padding: 2px 30px;
  display: table;
  margin: 5px 0 0;
  color: #004aad;
}

.shop-banner .med-logo {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
.shop-banner .banner-text {
  background: rgba(0, 0, 0, 0.7);
}
.shop-banner .banner-text h1 span {
  display: inline-block;
}

header {
  position: relative;
}

.pharmacy-list .search-form {
  margin: 0 0 35px;
}

.emp-box {
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
}
.emp-box .emp-header {
  position: relative;
  z-index: 1;
  padding: 15px;
}
.emp-box .emp-header .specialists {
  font-size: 15px;
  background: #004aad;
  padding: 6px 10px;
  color: #ffffff;
  border-radius: 30px;
  margin: 0 0 5px;
  display: table;
}
.emp-box .emp-header .emp-box-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: -1;
  border-radius: 8px;
}
.emp-box .emp-header .emp-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.emp-box .emp-header ul li {
  margin: 8px 0;
  color: #131212;
  font-size: 15px;
}
.emp-box .emp-header ul li i {
  font-size: 18px;
  margin-right: 5px;
}
.emp-box .emp-header h4 {
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 84%;
}
.emp-box .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #e7e7e7;
}
.emp-box .social-links a i {
  transition: all 0.3s;
}
.emp-box .social-links a:hover .ri-whatsapp-fill {
  color: #25D366;
}
.emp-box .social-links a:hover .ri-facebook-fill {
  color: #1877F2;
}
.emp-box .view-btn {
  display: block;
  text-align: center;
  background: #0056d2;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  text-decoration: none;
  border-radius: 0 0 12px 12px;
  transition: 0.3s;
}
.emp-box .view-btn:hover {
  background: #003d99;
}

.doctors-section {
  margin: 15px 0 0;
}
.doctors-section ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.doctors-section .doctor-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0 25px;
}
.doctors-section .doctor-card {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 20px 15px 10px;
}
.doctors-section .doctor-info h5 {
  font-size: 16px;
  margin-bottom: 4px;
}
.doctors-section .doctor-info p {
  font-size: 12px;
  color: #626262;
  margin: 0 0 10px;
}

.pharmacy-details-sec {
  background: #EDF2F6;
}

.cs-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #E7E7E7;
}
.cs-card .cs-title {
  font-weight: 600;
  font-size: 25px;
}

.details-card .info-item {
  display: flex;
  gap: 6px;
  margin: 8px 0;
}
.details-card .social-links a {
  color: #ffffff;
}
.details-card .social-links .whatsapp {
  background: #25D366;
}
.details-card .social-links .fb {
  background: #1877F2;
}
.details-card .social-links i {
  font-size: 18px;
}

:root {
  --angle: 45deg;
  --opacity: 0.5;
}

.animated-border {
  border-radius: 10px;
  padding: 4px 6px;
  place-content: center;
  text-align: center;
  --border-size: 2px;
  border: var(--border-size) solid transparent;
  /* Paint an image in the border */
  -o-border-image: conic-gradient(from var(--angle), #d53e33 0deg 90deg, #fbb300 90deg 180deg, #377af5 180deg 270deg, #399953 270deg 360deg) 1 stretch;
     border-image: conic-gradient(from var(--angle), #d53e33 0deg 90deg, #fbb300 90deg 180deg, #377af5 180deg 270deg, #399953 270deg 360deg) 1 stretch;
  background: rgb(255, 255, 255, var(--opacity));
}

@property --opacity {
  syntax: "<number>";
  initial-value: 0.5;
  inherits: false;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes opacityChange {
  to {
    --opacity: 1;
  }
}
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}
.animated-border {
  animation: rotate 4s linear infinite, opacityChange 3s infinite alternate;
}

/* Specialties */
.specialties-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.specialties-grid label {
  cursor: pointer;
}
.specialties-grid label .specialty-input {
  display: none;
}
.specialties-grid label .specialty-input:checked + .specialty-item {
  background: #EEF4FC;
  border-color: #0b66e1;
  color: #004aad;
}
.specialties-grid label .specialty-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  background: #ffffff;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  text-decoration: none;
  color: #131212;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: capitalize;
  transition: all 0.2s ease;
}
.specialties-grid label .specialty-item:hover {
  background: #EEF4FC;
  color: #004aad;
  text-decoration: none;
}
.specialties-grid label .specialty-item img {
  width: 30px;
  height: 30px;
}
.specialties-grid label .specialty-item .specialty-name {
  font-size: 0.875rem;
  font-weight: 500;
}

.doctors-availability .filters .form-select {
  outline: none;
  box-shadow: none;
}
.doctors-availability .doctor-card {
  background: #ffffff;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.doctors-availability .doctor-card .doctor-spl {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #E7E7E7;
  margin: 0 -20px;
  padding: 0 20px 20px;
}
.doctors-availability .doctor-card .doctor-spl .doctor-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.doctors-availability .doctor-card .doctor-spl .doctor-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.doctors-availability .doctor-card .doctor-spl .doctor-info .doctor-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: #131212;
}
.doctors-availability .doctor-card .doctor-spl .doctor-info p {
  font-size: 14px;
  color: #626262;
}
.doctors-availability .doctor-card .doctor-spl .doctor-info .doctor-specialty {
  margin: 2px 0;
}
.doctors-availability .doctor-card .doctor-spl .doctor-info .doctor-experience {
  margin: 0;
}
.doctors-availability .doctor-card .doctor-details {
  margin-top: 14px;
}
.doctors-availability .doctor-card .doctor-details p i {
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.doctors-availability .doctor-card .doctor-details .doctor-degree {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.doctors-availability .doctor-card .doctor-details .schedule .schedule-title {
  font-weight: 500;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.doctors-availability .doctor-card .doctor-details .schedule .schedule-list {
  list-style: none;
  padding: 0;
  margin: -4px 0 0 25px;
}
.doctors-availability .doctor-card .doctor-details .schedule .schedule-list li {
  font-size: 14px;
  color: #626262;
  margin-bottom: 4px;
}
.doctors-availability .doctor-card .doctor-details .schedule .schedule-list li span {
  font-weight: 600;
  color: #000;
}
.doctors-availability .doctor-card .availability {
  margin-top: 14px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #131212;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  margin-left: 25px;
}
.doctors-availability .doctor-card .availability .dot {
  width: 8px;
  height: 8px;
  background: #16A34A;
  border-radius: 50%;
  display: inline-block;
}
.doctors-availability .doctor-card .availability.not-availabe .dot {
  background: #FB923C;
}

.call-info .glb-btn {
  font-size: 17px;
  font-weight: 600;
}
.call-info .glb-btn i {
  margin-right: 5px;
  font-size: 20px;
}

.conncet-sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.4s ease;
}
.conncet-sticky.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.conncet-sticky a.btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}
.conncet-sticky a.btn:hover {
  transform: scale(1.1);
}
.conncet-sticky a.btn.whatsapp {
  background: #25d366;
}
.conncet-sticky a.btn.call {
  background: #075eec;
}
@media (max-width: 767px) {
  .conncet-sticky {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }
  .conncet-sticky a.btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

footer {
  padding: 8rem 0 2rem;
  background: #e6f1ff;
}
footer p {
  color: #465d7c;
  font-size: 0.9375rem;
  margin-bottom: 0;
  max-width: 24.9375rem;
}
footer .social {
  display: flex;
  gap: 0 0.75rem;
}
footer .social li a {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d8;
  color: #0e82fd;
  border-radius: 50%;
  font-size: 0.7rem;
}
footer .social li a:hover {
  background: #e76936;
  border: 1px solid #e76936;
  color: #fff;
}
footer h4 {
  color: #131212;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
footer .links li a {
  color: #465d7c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
footer .links li a:hover {
  color: #004aad;
}
footer .links li:last-child a {
  margin-bottom: 0;
}
footer .links.cnct li a {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 1rem;
}
footer .links.cnct li a .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
footer .links.cnct li a span {
  display: block;
}
footer form {
  position: relative;
  margin-bottom: 0.5625rem;
}
footer form .form-control {
  padding: 1rem 3.5625rem 1rem 0.9375rem;
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer form .form-control::-moz-placeholder {
  color: #465d7c;
}
footer form .form-control::placeholder {
  color: #465d7c;
}
footer form .submt {
  position: absolute;
  width: 2.375rem;
  height: 2.1875rem;
  background-color: #0e82fd;
  border-radius: 0.4375rem;
  top: 0.4375rem;
  right: 0.4375rem;
}
footer form .submt .btn {
  width: 100%;
  height: 100%;
}
footer form .submt::before {
  position: absolute;
  content: "";
  background-image: url(../images/send.svg);
  top: 0.375rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-top: 1px solid #0e82fd;
}
footer .wrp .links {
  display: flex;
  gap: 1rem;
}
footer .copyright {
  margin-top: 4.12rem;
}
footer .copyright h6 {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 137.5% */
  color: #465d7c;
  margin-bottom: 0;
}

.support {
  margin-top: -2rem;
  margin-bottom: -4rem;
  position: relative;
  z-index: 2;
}
.support * {
  color: #fff;
}
.support .wrap {
  background: #004aad;
  border-radius: 2rem;
  padding: 3rem 5rem;
}
.support .wrap h2 {
  margin-bottom: 0;
}
.support .wrap .row {
  align-items: center;
}
.support .wrap .sup {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}
.support .wrap .sup li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.support .wrap .sup li i {
  height: 4rem;
  width: 4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #004aad;
}
.support .wrap .sup li .tx {
  width: 65%;
}
.support .wrap .sup li .tx h5 {
  font-size: 1rem;
}

.faq-sec {
  padding: 2rem 0 5rem;
}
.faq-sec h2 {
  margin-bottom: 1.5rem;
}
.faq-sec h2 + p {
  max-width: 50rem;
  margin: auto;
}
.faq-sec .accordian {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.faq-sec .accordian li {
  text-align: left;
  padding: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(1, 32, 71, 0.1490196078);
}
.faq-sec .accordian li h4 {
  position: relative;
  margin-bottom: 1.75rem;
  color: #131212;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 2.42rem;
  margin-bottom: 0;
  cursor: pointer;
}
.faq-sec .accordian li h4::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border-radius: 0.75rem;
  background: rgba(170, 217, 143, 0.1);
  color: #004aad;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-sec .accordian li h4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: url("../images/plus.png");
  background-size: cover;
  transition: all ease 1s 0s;
}
.faq-sec .accordian li.active h4::after {
  transform: rotate(45deg);
}
.faq-sec .accordian li .content {
  position: relative;
  padding-left: 2.42rem;
  margin-top: 1.75rem;
  display: none;
}
.faq-sec .accordian li .content::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border-radius: 0.75rem;
  background: rgba(170, 217, 143, 0.1);
  color: var(--grey, #818181);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-sec .accordian li p {
  color: #626262;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02rem;
}
.faq-sec .accordian li p:last-of-type {
  margin-bottom: 0;
}
.faq-sec .accordian li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.about {
  padding: 0 0 5rem;
}
.about img {
  border-radius: 0.35rem;
}
.about h2 {
  margin-bottom: 1.2rem;
}
.about .glb-btn {
  margin-top: 1rem;
}

.slidemenu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 13, 13, 0.5);
  z-index: 10;
  opacity: 0;
  z-index: 9999;
  transition: all 0.3s;
  pointer-events: none;
  visibility: hidden;
}
.slidemenu-overlay.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.slidemenu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: -320px;
  width: 320px;
  background: #fff;
  color: #004aad;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .slidemenu {
    right: -400px;
    width: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .slidemenu {
    right: -100%;
    width: 100%;
  }
}
.slidemenu .slidemenu-header {
  text-align: right;
  height: 52px;
}
.slidemenu .slidemenu-header .close-menu {
  display: inline-block;
  padding: 10px 15px;
  font-size: 30px;
  color: #a4a4a4;
}
.slidemenu .slidemenu-menu-area {
  height: calc(100vh - 52px);
  overflow-y: auto;
}
.slidemenu .slidemenu-menu-area .login-signup {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.slidemenu .slidemenu-menu-area .login-signup .btn {
  width: 45%;
  display: block;
}
.slidemenu .slidemenu-items {
  padding: 10px 20px;
}
.slidemenu .slidemenu-items .user-icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.slidemenu .slidemenu-items li.user-item a {
  position: relative;
}
.slidemenu .slidemenu-items li.user-item svg {
  position: absolute;
  top: 13px;
  left: 0;
}
.slidemenu .slidemenu-items li.user-item li a {
  padding-left: 0;
}
.slidemenu .slidemenu-items li.user-item .list-unstyled .list-unstyled .list-unstyled {
  padding: 0 10px;
}
.slidemenu .slidemenu-items a {
  color: #131212;
  font-size: 18px;
}
.slidemenu .slidemenu-items > li {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1em;
  font-weight: 500;
}
.slidemenu .slidemenu-items > li > a {
  padding: 15px 0px;
  display: block;
  position: relative;
}
.slidemenu .slidemenu-items > li > a:focus {
  text-decoration: none;
}
.slidemenu .slidemenu-items > li a[data-bs-toggle=collapse] > i {
  position: absolute;
  right: 0px;
  top: 17px;
  font-size: 20px;
  background: #f5f5f5;
  width: 25px;
  height: 25px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.slidemenu .slidemenu-items > li a[data-bs-toggle=collapse] > i::before {
  content: "\ea13";
}
.slidemenu .slidemenu-items > li a[aria-expanded=true] > i::before {
  content: "\f1af";
}
.slidemenu .sub-menu li a {
  font-weight: 400;
  display: block;
  padding: 5px 0px;
  font-size: 1.1em;
  color: #333;
}
.slidemenu .sub-menu li:last-child {
  margin-bottom: 15px;
}
.slidemenu.menu-open {
  right: 0;
}

.menu-icon-area {
  display: none;
}/*# sourceMappingURL=style.css.map */