@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-style: medium;
  font-weight: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
/* ================= BASE BUTTON ================= */
.btn-grn,
.btn-lr,
.btn-white {
  font-family: inherit;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  z-index: 1;
}

/* ================= GREEN BUTTON ================= */
.btn-grn {
  padding: 9px 16px;
  color: #ffffff;
  border: 0.8px solid hsl(194, 68.115942029%, 34.5%);
  background: #1B7895;
  transition: color 0.4s ease;
}
.btn-grn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  color: #1B7895;
}
.btn-grn:hover::before {
  transform: scaleX(1);
}
.btn-grn:hover {
  color: #1B7895;
}

/* ================= YELLOW BUTTON ================= */
.btn-lr {
  padding: 9px 16px;
  border: 0.8px solid #8B5E6B;
  color: #8B5E6B;
  background: transparent;
}
.btn-lr::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #d1a57b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn-lr:hover::before {
  transform: scaleX(1);
}
.btn-lr:hover {
  color: #ffffff;
}
.btn-lr:active::before {
  background: rgb(193.1842696629, 134.0561797753, 77.6157303371);
}

/* ================= TELE BUTTON ================= */
.wp-tele {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  height: 24.5px;
  border-radius: 9999px;
  background-color: hsl(194, 68.115942029%, 34.5%);
  color: #ffffff;
  font-weight: 500;
  font-size: 11px;
  line-height: 16.5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wp-tele svg {
  width: 10px;
  height: 10px;
}
.wp-tele svg path {
  stroke: #ffffff;
}
.wp-tele:hover {
  background-color: hsl(194, 68.115942029%, 24.5%);
}
.wp-tele:active {
  background-color: hsl(194, 68.115942029%, 16.5%);
}

/* ================= WHITE BUTTON ================= */
.btn-white {
  height: 41.1px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 0.8px solid #c8e8ec;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #1b7895;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn-white:hover {
  background-color: #f5fcfd;
  border-color: #1b7895;
}
.btn-white:active {
  transform: scale(0.98);
}

/* ================= PHYSIO BUTTON ================= */
.btn-physio {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 11px 24px 11px 16px;
  background-color: hsla(36, 56%, 98%, 0.5);
  color: #6b605c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  cursor: pointer;
  border: 0.8px solid #eae4dc;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.btn-physio__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.btn-physio__icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  transition: all 0.3s ease;
}
.btn-physio__text {
  display: inline-block;
}
.btn-physio:hover {
  background-color: #6b605c;
  color: #ffffff;
}
.btn-physio:hover .btn-physio__icon {
  transform: translateX(6px);
}
.btn-physio:hover .btn-physio__icon svg path {
  stroke: #ffffff;
}
.btn-physio:active {
  transform: scale(0.96);
}

.btn-anxiety {
  display: inline-block;
  padding: 5px 14px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn-anxiety:hover {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-anxiety:active {
  transform: scale(0.96);
}

.well-gen {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 48px;
  border-radius: 40px;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
  background: hsl(194, 68.115942029%, 34.5%);
}
.well-gen::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: hsl(194, 68.115942029%, 34.5%);
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}
.well-gen .text {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 600;
}
.well-gen:hover::before {
  transform: translateX(0%);
}
.well-gen:hover {
  border: 0.8px solid #ffffff;
}
.well-gen:hover:not(:hover)::before {
  transform: translateX(100%);
}

.we-heading h1 {
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  text-transform: capitalize;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .we-heading h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .we-heading h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .we-heading h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.we-section .small-title {
  color: hsl(194, 68.115942029%, 34.5%);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
/* 	text-align:center; */
}
.we-section h2 {
  color: #000000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
/* text-align: center; */
margin-top:12px;
}
.we-section h2 span {
  color: hsl(194, 68.115942029%, 34.5%);
}
.we-section .desc {
  color: #6b605c;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .we-section h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .we-section h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .we-section h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .we-section .desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.we-card {
  border-radius: 20px;
  padding: 24px 18px 24px 17px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 24px 0px rgba(74, 74, 74, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
}
.we-card .count {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #2f6f7e;
}
.we-card .we-before {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #6b605c;
  margin: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .we-card {
    width: 200px;
    height: 110px;
  }
  .we-card .count {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .we-card {
    width: 180px;
    height: 100px;
  }
  .we-card .count {
    font-size: 30px;
    line-height: 34px;
  }
  .we-card .we-before {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .we-card {
    width: 100%;
    height: auto;
    padding: 20px 16px;
  }
  .we-card .count {
    font-size: 26px;
    line-height: 30px;
  }
  .we-card .we-before {
    font-size: 13px;
    line-height: 18px;
  }
}
/* .we-doc {
  border: 1px solid #e7ded4;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.we-doc__img {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.we-doc__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
/* .we-doc__img {
  position: relative;
  width: 100%;
	    height: 340px;
  overflow: hidden;
}
.we-doc__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
} */
/* .we-doc__img-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgb(102 102 102 / 0%) 0%, #0c6980a3 84.13%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.we-doc__img .wp-tele {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.we-doc__cnt {
  padding: 20px;
}
.we-doc__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.we-doc__tag {
  background: #eef7f8;
  padding: 3px 8px;
  border-radius: 40px;
  font-size: 11px;
  color: #0f8b8d;
  font-weight: 600;
  transition: all 0.3s ease;
}
.we-doc__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  margin-bottom: 4px;
}
.we-doc__degree {
  font-size: 13px;
  color: #555;
  padding-bottom: 10px;
}
.we-doc__loc {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
}
.we-doc__loc span {
  font-size: 13px;
  color: #666;
}
.we-doc__desc {
  font-size: 13px;
  line-height: 20px;
  color: #6b6b6b;
  padding-bottom: 18px;
}
.we-doc__actions {
  display: flex;
  gap: 12px;
}
.we-doc:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.we-doc:hover .we-doc__img img {
  transform: scale(1.07);
}
.we-doc:hover .we-doc__img-gradient {
  opacity: 1;
}
.we-doc:hover .we-doc__tag {
  background: #1B7895;
  color: #fff;
}
.we-doc:hover .wp-tele {
  background: #1B7895;
} */
 

.we-doc {
  border: 1px solid #e7ded4;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  cursor: pointer;

  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;

  transition: transform 0.45s ease-in-out,
              box-shadow 0.45s ease-in-out;
}

.we-doc__img {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.we-doc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;

  transform: scale(1) translateZ(0);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;

  transition: transform 0.7s cubic-bezier(.22,.61,.36,1);
}

.we-doc__img-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    173deg,
    rgb(102 102 102 / 0%) 0%,
    #0c6980a3 84.13%
  );
  opacity: 0;
  pointer-events: none;

  transition: opacity 0.45s ease-in-out;
}

.we-doc__img .wp-tele {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 5px;

  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  text-decoration: none;

  transition: all 0.45s ease-in-out;
}

.we-doc__cnt {
  padding: 20px;
}

.we-doc__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.we-doc__tag {
  background: #eef7f8;
  padding: 3px 8px;
  border-radius: 40px;
  font-size: 11px;
  color: #0f8b8d;
  font-weight: 600;

  transition: all 0.45s ease-in-out;
}

.we-doc__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  margin-bottom: 4px;
}

.we-doc__degree {
  font-size: 13px;
  color: #555;
  padding-bottom: 10px;
}

.we-doc__loc {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
}

.we-doc__loc span {
  font-size: 13px;
  color: #666;
}

.we-doc__desc {
  font-size: 13px;
  line-height: 20px;
  color: #6b6b6b;
  padding-bottom: 18px;
}

.we-doc__actions {
  display: flex;
  gap: 12px;
}

/* Smooth Hover Effects */
.we-doc:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.we-doc:hover .we-doc__img img {
  transform: scale(1.08) translateZ(0);
}

.we-doc:hover .we-doc__img-gradient {
  opacity: 1;
}

.we-doc:hover .we-doc__tag {
  background: #1b7895;
  color: #fff;
}

.we-doc:hover .wp-tele {
  background: #1b7895;
}

/* Better Performance */
.we-doc,
.we-doc__img img,
.we-doc__img-gradient,
.we-doc__tag,
.wp-tele {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.we-bet-card {
  padding: 41px;
  border-radius: 16px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.we-bet-card__icon {
  padding-bottom: 16px;
float:right;
}
.we-bet-card__icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.we-bet-card__title {
color: #1b7895;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    margin: 0;
    padding-bottom: 8.5px;
}
.we-bet-card__text {
  color: #6b605c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  margin: 0;
}

.we-step {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.we-step__img {
  padding-bottom: 20px;
}
.we-step__img img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.we-step__label {
  display: inline-block;
  background-color: #8b5e6b;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 16.5px;
  text-align: center;
}
.we-step__title {
  color: #2c2826;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 8px;
}
.we-step__text {
  color: #6b605c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.wel-doctor-info {
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}

.wel-doc {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
.wel-doc .inner {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wel-doc .inner p {
  padding-top: 10px;
  font-weight: 600;
}
.wel-doc .we-doc__tag {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.wel-doc .wel-doc__cred-tag {
  background-color: #D1A57B;
  color: #fff;
}
.wel-doc__header-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.wel-doc__body-grid {
  display: grid;
  grid-template-columns: 320px 1fr 1fr;
  gap: 24px;
}
.wel-doc__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0px 1px 4px 0px hsla(0, 0%, 0%, 0.05);
  border: 0.8px solid #eae4dc;
}
.wel-doc__photo-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 1px 4px 0px hsla(0, 0%, 0%, 0.05);
  border: 0.8px solid #eae4dc;
  padding: 12px;
}
.wel-doc__img-wrap {
  position: relative;
  border-radius: 10px;
  height: 350px;
  overflow: hidden;
}
.wel-doc__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.wel-doc__telehealth {
  position: absolute;
  top: 10px;
  right: 10px;
  background: hsl(194, 62.7118644068%, 29.5%);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
}
.wel-doc__info-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 1px 4px 0px hsla(0, 0%, 0%, 0.05);
  border: 0.8px solid #eae4dc;
  padding: 47px 57px 37px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wel-doc__top {
  margin-bottom: 24px;
}
.wel-doc__name {
  font-size: 28px;
  color: #2e2e2e;
  margin: 0 0 14px;
  line-height: 1.2;
}
.wel-doc__creds {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.wel-doc__cred-tag {
  background: hsla(0, 0%, 42%, 0.08);
  color: hsl(29, 48%, 65%);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
.wel-doc__location {
  margin-bottom: 20px;
}
.wel-doc__location strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #2c2826;
  margin-bottom: 4px;
}
.wel-doc__location p {
  font-size: 13px;
  color: #6b6b6b;
  margin: 0;
  line-height: 1.5;
}
.wel-doc__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wel-doc__card-title {
  font-weight: 600;
  font-size: 14px;
  color: #2c2826;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.wel-doc__card-title--gap {
  margin-top: 24px;
}
.wel-doc__about {
  background-color: hsl(188, 50%, 97%);
  grid-row: 1;
}
.wel-doc__about p {
  font-size: 13px;
  color: #6b605c;
  line-height: 1.65;
  margin-bottom: 12px;
}
.wel-doc__about p:last-child {
  margin-bottom: 0;
}
.wel-doc__about p i {
  color: #2c2826;
  font-style: italic;
}
.wel-doc__education {
  grid-column: 2;
  grid-row: 1;
}
.wel-doc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
.wel-doc__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b605c;
}
.wel-doc__list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: hsl(0, 0%, 42%);
  flex-shrink: 0;
}
.wel-doc__edu-item {
  margin-bottom: 14px;
}
.wel-doc__edu-item:last-child {
  margin-bottom: 0;
}
.wel-doc__edu-item strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #2c2826;
  margin-bottom: 2px;
}
.wel-doc__edu-item p {
  font-size: 12px;
  color: #6b6b6b;
  margin: 0;
}
.wel-doc__hours {
  grid-column: 3;
  grid-row: 1;
}
.wel-doc__hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
}
.wel-doc__hours-row span {
  color: #6b6b6b;
}
.wel-doc__hours-row strong {
  color: #2c2826;
}
.wel-doc__divider {
  border: 0;
  border-top: 0.8px solid #eae4dc;
  margin: 20px 0;
}
.wel-doc__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wel-doc__contact p {
  font-size: 13px;
  color: #2c2826;
  font-weight: 500;
  margin: 0;
}
.wel-doc__awards {
  grid-row: 2;
  grid-column: 1;
}
.wel-doc__awards p {
  font-size: 13px;
  color: #6b605c;
  line-height: 1.65;
  margin: 0 0 12px;
}
.wel-doc__awards p:last-child {
  margin-bottom: 0;
}
.wel-doc__research {
  grid-column: 2/span 2;
  grid-row: 2;
  background-color: hsl(31, 100%, 95%);
  padding: 20px 22px;
}
.wel-doc__research-cols {
  display: flex;
  gap: 24px;
  margin-top: 12px;
}
.wel-doc__res-item {
  flex: 1;
  font-size: 13px;
  color: #6b605c;
  line-height: 1.6;
}
.wel-doc__res-item--border {
  border-left: 0.8px solid #eae4dc;
  padding-left: 24px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-doctor-info {
    height: 220px;
  }
  .wel-doc__header-grid {
    grid-template-columns: 260px 1fr;
  }
  .wel-doc__body-grid {
    grid-template-columns: 260px 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-doctor-info {
    height: 180px;
    border-radius: 12px;
  }
  .wel-doc__header-grid {
    grid-template-columns: 1fr;
  }
  .wel-doc__body-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wel-doc__about {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .wel-doc__education {
    grid-column: 2;
    grid-row: auto;
  }
  .wel-doc__hours {
    grid-column: 1;
    grid-row: auto;
  }
  .wel-doc__awards {
    grid-column: 1;
    grid-row: auto;
  }
  .wel-doc__research {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .wel-doc__info-card {
    padding: 28px 24px;
  }
}
@media (max-width: 767px) {
  .wel-doctor-info {
    height: 140px;
    border-radius: 10px;
  }
  .wel-doc {
    margin-top: -40px;
  }
  .wel-doc__header-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  .wel-doc__body-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wel-doc__about,
  .wel-doc__education,
  .wel-doc__hours,
  .wel-doc__awards,
  .wel-doc__research {
    grid-column: 1;
    grid-row: auto;
  }
  .wel-doc__research-cols {
    flex-direction: column;
    gap: 16px;
  }
  .wel-doc__res-item--border {
    border-left: none;
    padding-left: 0;
    border-top: 0.8px solid #eae4dc;
    padding-top: 16px;
  }
  .wel-doc__img-wrap {
    height: 260px;
  }
  .wel-doc__info-card {
    padding: 20px 16px;
  }
}
.wel-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eae4dc;
  padding: 16px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: box-shadow 0.18s ease;
}
.wel-header.is-scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.wel-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 0 100px; */
}
.wel-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.wel-header__logo img {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.wel-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.wel-header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: hsl(194, 68.115942029%, 34.5%);
  border-radius: 2px;
  transition: all 0.25s ease;
}
.wel-header__burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.wel-header__burger.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.wel-header__burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.wel-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wel-header__inner {
    padding: 0 40px;
  }
  .wel-header__logo img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .wel-header {
    padding: 12px 0;
  }
  .wel-header__inner {
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 0;
  }
  .wel-header__logo img {
    width: 100px;
  }
  .wel-header__burger {
    display: flex;
  }
  .wel-header__actions {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px 0 4px;
  }
  .wel-header__actions.is-open {
    display: flex;
  }
  .wel-header__actions .btn-lr,
  .wel-header__actions .btn-grn {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}
.wel-banner {
  padding: 80px 0px 120px;
}
.wel-banner__bg {
  height: 100%;
  min-height: 420px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.wel-banner__wrap {
  margin-right: auto;
}
.wel-banner__wrap .wel-banner__content {
  width: 95%;
}
.wel-banner__card {
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  width: 100%;
  max-width: 645px;
}
.wel-banner .we-section .small-title {
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 1px;
}
.wel-banner .we-section h2 {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}
.wel-banner .we-section h2 span {
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel-banner .we-section .desc {
  color: #6b6b6b;
  margin-bottom: 20px;
}
.wel-banner .btn-group {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.wel-banner__img {
  width: 20%;
  height: auto;
  margin-right: 60px;
}
.wel-banner__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* ---------- TABLET PRO ---------- */
@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-banner__img {
    width: 35%;
    margin-right: 20px;
  }
  .wel-banner__wrap .wel-banner__content {
    width: 60%;
  }
}
/* ---------- TABLET ---------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-banner__img {
    width: 40%;
    margin-right: 0;
  }
  .wel-banner__wrap .wel-banner__content {
    width: 58%;
  }
  .wel-banner .we-section h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .wel-banner__bg {
    background-position: 58%;
  }
}
/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
  .wel-banner__bg {
    padding: 30px 15px;
    border-radius: 24px;
  }
  .wel-banner__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .wel-banner__wrap .wel-banner__content {
    width: 100%;
  }
  .wel-banner__wrap .wel-banner__img {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .wel-banner__card {
    padding: 20px;
  }
  .wel-banner .we-section h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .btn-group {
    flex-direction: column;
  }
  .btn-group > * {
    width: 100%;
  }
}
@keyframes wel-dropdownIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes wel-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wel-checkIn {
  from {
    stroke-dashoffset: 20;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes wel-shimmer {
  to {
    background-position: 200% 0;
  }
}
.wel-search {
  width: 80%;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ababab;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  transition: all 0.25s ease;
}
.wel-search:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.11);
  border-color: rgb(145.5, 145.5, 145.5);
}
.wel-search:focus-within {
  border-color: hsl(194, 68.115942029%, 34.5%);
  box-shadow: 0 0 0 3px rgba(83, 178, 193, 0.18), 0 6px 24px rgba(0, 0, 0, 0.11);
  transform: translateY(-1px);
}
.wel-search:focus-within .wel-search__icon--search {
  color: hsl(194, 68.115942029%, 34.5%);
  transform: scale(1.1);
}
.wel-search:focus-within .wel-search__divider {
  background: hsl(194, 68.115942029%, 34.5%);
  opacity: 0.5;
}
.wel-search__input-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  min-width: 0;
  position: relative;
  height: 100%;
}
.wel-search__input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #222;
  caret-color: hsl(194, 68.115942029%, 34.5%);
  height: 100%;
}
.wel-search__input::-moz-placeholder {
  color: #ababab;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wel-search__input::placeholder {
  color: #ababab;
  transition: opacity 0.25s ease;
}
.wel-search__input:focus::-moz-placeholder {
  opacity: 0.5;
}
.wel-search__input:focus::placeholder {
  opacity: 0.5;
}
.wel-search__input--loading {
  color: transparent;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: wel-shimmer 1.4s linear infinite;
}
.wel-search__suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgb(183.75, 183.75, 183.75);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 6px 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.97);
  transition: all 0.25s ease;
}
.wel-search__suggestions--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  animation: wel-dropdownIn 0.25s ease ease;
}
.wel-search__suggestion-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 13.5px;
  cursor: pointer;
  color: #333;
  transition: all 0.18s ease;
}
.wel-search__suggestion-item svg {
  flex-shrink: 0;
  color: #aaa;
}
.wel-search__suggestion-item span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wel-search__suggestion-item em {
  font-style: normal;
  color: hsl(194, 68.115942029%, 34.5%);
  font-weight: 600;
}
.wel-search__suggestion-item:hover {
  background: rgba(83, 178, 193, 0.08);
  color: hsl(194, 68.115942029%, 34.5%);
  padding-left: 20px;
}
.wel-search__suggestion-item:hover svg {
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel-search__suggestion-item--active {
  background: rgba(83, 178, 193, 0.08);
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel-search__suggestion-divider {
  height: 1px;
  margin: 4px 12px;
  background: #eee;
}
.wel-search__suggestion-label {
  padding: 6px 16px 4px;
  font-size: 11px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wel-search__divider {
  width: 1px;
  height: 26px;
  background: #ababab;
  transition: all 0.25s ease;
}
.wel-search__location {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  cursor: pointer;
  color: #888;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.18s ease;
  height: 100%;
}
.wel-search__location:hover {
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel-search__location:hover .wel-search__icon--pin {
  transform: translateY(-2px) scale(1.1);
}
.wel-search__location--open {
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel-search__location--open .wel-search__icon--arrow {
  transform: rotate(180deg);
}
.wel-search__state-label {
  white-space: nowrap;
  color: #444;
  transition: color 0.18s ease;
}
.wel-search__icon {
  color: #888;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.wel-search__icon--spin {
  animation: wel-spin 0.8s linear infinite;
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel-search__btn {
  height: 100%;
  padding: 0 22px;
  border: none;
  border-radius: 0 14px 14px 0;
  background: hsl(194, 68.115942029%, 34.5%);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.wel-search__btn:hover {
  background: hsl(194, 62.7118644068%, 29.5%);
  transform: translateX(1px);
}
.wel-search__btn:active {
  transform: scale(0.97);
}
.wel-search__btn--loading {
  pointer-events: none;
  opacity: 0.8;
}
.wel-search__btn--success {
  background: #3abf6e;
}
.wel-search__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 60px;
  width: 200px;
  background: #fff;
  border: 1px solid rgb(183.75, 183.75, 183.75);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 6px 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.96);
  transition: all 0.25s ease;
}
.wel-search__dropdown--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  animation: wel-dropdownIn 0.25s ease ease;
  height: 250px;
  overflow-y: auto;
}
.wel-search__dropdown--visible::-webkit-scrollbar {
  width: 0;
  background: #ababab;
}
.wel-search__dropdown--visible::-webkit-scrollbar-thumb {
  background: hsl(194, 68.115942029%, 34.5%);
}
.wel-search__dropdown-item {
  padding: 10px 16px;
  font-size: 13.5px;
  cursor: pointer;
  color: #333;
  transition: all 0.18s ease;
}
.wel-search__dropdown-item:hover {
  background: rgba(83, 178, 193, 0.08);
  color: hsl(194, 68.115942029%, 34.5%);
  padding-left: 20px;
}
.wel-search__dropdown-item--selected {
  color: hsl(194, 68.115942029%, 34.5%);
  font-weight: 500;
  background: rgba(83, 178, 193, 0.06);
}
.wel-search__dropdown-divider {
  height: 1px;
  margin: 4px 12px;
  background: #eee;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-search {
    width: 480px;
    height: 48px;
  }
  .wel-search .wel-search__input {
    font-size: 13px;
  }
  .wel-search .wel-search__btn {
    padding: 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-search {
    width: 100%;
    height: 48px;
  }
  .wel-search .wel-search__location,
  .wel-search .wel-search__divider {
    display: none;
  }
  .wel-search .wel-search__btn {
    border-radius: 0 12px 12px 0;
  }
}
@media (max-width: 767px) {
  .wel-search {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 12px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .wel-search:focus-within {
    transform: none;
    box-shadow: none;
  }
  .wel-search .wel-search__input-group {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #ababab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
  .wel-search .wel-search__divider {
    display: none;
  }
  .wel-search .wel-search__location {
    width: 100%;
    height: 50px;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ababab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
  .wel-search .wel-search__btn {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
  .wel-search .wel-search__suggestions {
    top: 54px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  }
  .wel-search .wel-search__dropdown {
    width: 100%;
    left: 0;
    right: 0;
    top: 54px;
  }
}

@keyframes floatUp {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.wel.home .home__bg {
  position: relative;
  min-height: 700px;
  padding: 100px;
/*   overflow: hidden; */
  display: flex;
  align-items: center;
}
.wel.home .home__bg .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.wel.home .home__bg .home__outer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  min-height: 600px;
}
.wel.home .home__bg .home__outer .sec1 {
  width: 60%;
}
.wel.home .home__bg .home__outer .sec1 .we-heading h1 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  width: 95%;
}
.wel.home .home__bg .home__outer .sec1 .we-section .small-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}
.wel.home .home__bg .home__outer .sec1 .we-section h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: #ffffff;
}
.wel.home .home__bg .home__outer .sec1 .we-section h2 span {
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel.home .home__bg .home__outer .sec1 .we-section .desc {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 80%;
font-size:20px;
line-height: 32px;
}
.wel.home .home__bg .home__outer .sec1 .wel-popular {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.wel.home .home__bg .home__outer .sec1 .wel-popular__label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
}
.wel.home .home__bg .home__outer .sec1 .wel-popular__tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 20px;
}
.wel.home .home__bg .home__outer .sec2 {
  width: 40%;
  min-height: 518px;
  position: relative;
}
.wel.home .home__bg .home__outer .sec2 .we-card {
  position: absolute;
  animation: floatUp 3s ease-in-out infinite;
}
.wel.home .home__bg .home__outer .sec2 .we-card--top {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}
.wel.home .home__bg .home__outer .sec2 .we-card--bottom {
  bottom: -78px;
  right: 0;
  animation-delay: 1.5s;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wel.home .home__bg {
    padding: 60px 40px;
  }
  .wel.home .home__bg .home__outer .sec1 {
    width: 55%;
  }
  .wel.home .home__bg .home__outer .sec1 .we-heading h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .wel.home .home__bg .home__outer .sec2 {
    width: 45%;
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel.home .home__bg {
    padding: 40px 24px;
    height: auto;
    min-height: auto;
  }
  .wel.home .home__bg .home__outer {
    flex-direction: column;
    padding-top: 50px;
    gap: 40px;
  }
  .wel.home .home__bg .home__outer .sec1 {
    width: 100%;
    text-align: center;
  }
  .wel.home .home__bg .home__outer .sec1 .we-heading h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .wel.home .home__bg .home__outer .sec1 .we-section .desc {
    margin-inline: auto;
  }
  .wel.home .home__bg .home__outer .sec1 .wel-popular {
    justify-content: center;
  }
  .wel.home .home__bg .home__outer .sec2 {
    width: 100%;
    min-height: 350px;
  }
  .wel.home .home__bg .home__outer .sec2 .we-card--bottom {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .wel.home .home__bg {
    padding: 30px 16px;
    height: auto;
    min-height: auto;
  }
  .wel.home .home__bg .home__outer {
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
  }
  .wel.home .home__bg .home__outer .sec1 {
    width: 100%;
    text-align: center;
  }
  .wel.home .home__bg .home__outer .sec1 .we-heading h1 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .wel.home .home__bg .home__outer .sec1 .we-section h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .wel.home .home__bg .home__outer .sec1 .we-section .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .wel.home .home__bg .home__outer .sec1 .wel-popular {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .wel.home .home__bg .home__outer .sec1 .wel-popular__label {
    font-size: 13px;
  }
  .wel.home .home__bg .home__outer .sec1 .wel-popular__tags {
    justify-content: center;
    gap: 6px;
  }
  .wel.home .home__bg .home__outer .sec2 {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wel.home .home__bg .home__outer .sec2 .we-card {
    position: static;
    width: 100%;
    animation: none;
  }
  .wel.home .home__bg .home__outer .sec2 .we-card--top, .wel.home .home__bg .home__outer .sec2 .we-card--bottom {
    margin: 0;
    inset: auto;
  }
  .wel.home .home__bg .home__outer .sec2 .we-card img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .wel.home .home__bg .home__outer .sec1 .wel-popular__tags {
    grid-template-columns: repeat(2, 1fr);
  }
  .wel.home .home__bg .hero-img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}
.wel-hwo {
  background: linear-gradient(180deg, #fff4e8 0%, #ffffff 100%);
  padding: 0 100px;
}
.wel-hwo .we-section {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wel-hwo {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .wel-hwo {
    padding: 0 20px;
  }
}
.wel-locat {
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}
.wel-locat__outer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.wel-locat__outer::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 13%;
  right: 12%;
  height: 1px;
  background-color: #cbbfb6;
  transform: translateY(-44%);
  z-index: -1;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-locat__outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .wel-locat__outer::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-locat__outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .wel-locat__outer::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .wel-locat {
    padding-bottom: 60px;
  }
  .wel-locat__outer {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wel-locat__outer::before {
    display: none;
  }
}
.wel-pro {
  padding: 60px 0 40px;
}
.wel-pro__outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-pro .wel-pro__outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-pro .wel-pro__outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wel-pro {
    padding-bottom: 60px;
  }
  .wel-pro .wel-pro__outer {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.wel-spe {
  padding: 60px 0 100px;
}
.wel-spe .we-doc .btn-grn {
  width: 39%;
}
.wel-spe__outer--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.wel-spe__outer--top .sec1 {
  width: 50%;
}
.wel-spe__outer--top .sec2 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.wel-spe__outer--bottom {
  display: flex;
  gap: 32px;
}
.wel-spe__outer--bottom .we-doc {
  width: calc(33.33% - 21.33px);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-spe {
    padding: 60px;
  }
  .wel-spe__outer--bottom {
    flex-wrap: wrap;
  }
  .wel-spe__outer--bottom .we-doc {
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-spe {
    padding: 50px 40px;
  }
  .wel-spe__outer--top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .wel-spe__outer--top .sec1,
  .wel-spe__outer--top .sec2 {
    width: 100%;
  }
  .wel-spe__outer--top .sec2 {
    justify-content: flex-start;
  }
  .wel-spe__outer--bottom {
    flex-wrap: wrap;
    gap: 32px;
  }
  .wel-spe__outer--bottom .we-doc {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .wel-spe {
    padding: 40px 0px;
  }
  .wel-spe__outer--top {
    flex-direction: column;
    gap: 16px;
  }
  .wel-spe__outer--top .sec1,
  .wel-spe__outer--top .sec2 {
    width: 100%;
  }
  .wel-spe__outer--top .sec2 {
    justify-content: flex-start;
  }
  .wel-spe__outer--bottom {
    flex-direction: column;
    gap: 32px;
  }
  .wel-spe__outer--bottom .we-doc {
    width: 100%;
  }
  .wel-spe__outer--bottom .we-doc:last-child {
    margin-bottom: 0;
  }
}
.wel-care {
  padding: 0 0 80px;
  text-align: center;
}
.wel-care .we-section {
  margin: 0 auto;
  width: calc(100% - 360px);
}
.wel-care .we-section .desc {
  margin-bottom: 0;
}
.wel-care__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1071px;
  margin: 0 auto;
  padding-top: 40px;
}
.wel-care__actions .btn-physio {
  flex: 0 0 auto;
}
.wel-care .well-gen {
  display: inline-flex;
  margin: 20px auto 80px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-care {
    padding: 32px 0;
  }
  .wel-care__actions {
    max-width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-care {
    padding: 28px 0;
  }
  .wel-care__actions {
    max-width: 700px;
    padding-top: 32px;
  }
  .wel-care .well-gen {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .wel-care__actions {
    padding-top: 24px;
    gap: 10px;
    max-width: 100%;
  }
  .wel-care .well-gen {
    margin: 10px auto 40px;
  }
  .wel-care .we-section {
    width: 100%;
  }
}
.wel-trust {
  background: hsl(191, 67%, 95%);
  padding: 80px 0;
}
.wel-trust__outer {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.wel-trust__left {
  width: 40%;
}
.wel-trust__left .we-section .desc {
  margin-bottom: 32px;
  font-family: "Nunito Sans", sans-serif;
}
.wel-trust__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}
.wel-trust__list li .icon svg {
  width: 16px;
  height: 16px;
  color: #d1a57b;
}
.wel-trust__list li p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6b6b6b;
}
.wel-trust__list li p strong {
  font-weight: 600;
  color: #000000;
}
.wel-trust__right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.wel-trust__right .we-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  width: calc(50% - 12px);
}
.wel-trust__right .we-card .count {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: hsl(194, 68.115942029%, 34.5%);
}
.wel-trust__right .we-card .we-before {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6b605c;
  margin-top: 8px;
}
.wel-trust__right .we-card--large {
  width: 100%;
}
.wel-trust__right .we-card--large .we-card__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wel-trust__right .we-card--large .we-card__left {
  max-width: 48%;
}
.wel-trust__right .we-card--large .we-card__right {
  text-align: right;
}
.wel-trust__right .we-card--large .we-card__right .label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #6b605c;
  margin-bottom: 8px;
  text-align: left;
}
.wel-trust__tags {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.wel-trust__tags .tag {
  padding: 8px 16px;
  border-radius: 999px;
  background: #d1a57b;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-trust {
    padding: 60px 0;
  }
  .wel-trust__outer {
    gap: 80px;
  }
  .wel-trust__right {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-trust {
    padding: 50px 0;
  }
  .wel-trust__outer {
    flex-direction: column;
    gap: 40px;
  }
  .wel-trust__left,
  .wel-trust__right {
    width: 100%;
  }
  .wel-trust__right .we-card {
    width: calc(50% - 10px);
  }
  .wel-trust__right .we-card--large .we-card__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .wel-trust__right .we-card--large .we-card__right {
    text-align: left;
  }
  .wel-trust__tags {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .wel-trust {
    padding: 40px 20px;
  }
  .wel-trust__outer {
    flex-direction: column;
    gap: 32px;
  }
  .wel-trust__left,
  .wel-trust__right {
    width: 100%;
  }
  .wel-trust__right {
    gap: 16px;
  }
  .wel-trust__right .we-card {
    width: 100%;
  }
  .wel-trust__right .we-card--large .we-card__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .wel-trust__right .we-card--large .we-card__right {
    text-align: left;
  }
  .wel-trust__tags {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.wel-footer {
  background-color: hsl(194, 69%, 35%);
  padding: 60px 0 0;
}
.wel-footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 52px;
}
.wel-footer__brand {
  flex: 0 0 35%;
}
.wel-footer__brand .logo {
  width: 230px;
  height: auto;
  margin-bottom: 12px;
}
.wel-footer__brand .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wel-footer__brand p.desc {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: hsla(0, 0%, 100%, 0.6);
  margin-top: 12px;
}
.wel-footer__navs {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  -moz-column-gap: 118px;
       column-gap: 118px;
  row-gap: 40px;
}
.wel-footer__col p.col-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.wel-footer__col .col-list {
  list-style: none;
}
.wel-footer__col .col-list li {
  margin-bottom: 12px;
}
.wel-footer__col .col-list li a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: hsla(0, 0%, 100%, 0.75);
  text-decoration: none;
  transition: color 0.18s ease;
}
.wel-footer__col .col-list li a:hover {
  color: #ffffff;
}
.wel-footer__newsletter {
  grid-column: span 2;
}
.wel-footer__newsletter p.col-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.wel-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 20px 0;
}
.wel-footer__bottom p.copy {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.6);
}
.wel-footer__bottom .powered {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wel-footer__bottom .powered span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.6);
}
.wel-footer__bottom .powered img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wel-footer__inner {
    flex-direction: column;
    gap: 40px;
  }
  .wel-footer__brand {
    flex: 0 0 auto;
    width: 100%;
  }
  .wel-footer__navs {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .wel-footer__newsletter {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .wel-footer {
    padding: 40px 0 0;
  }
  .wel-footer__inner {
    flex-direction: column;
    gap: 32px;
  }
  .wel-footer__brand {
    flex: 0 0 auto;
    width: 100%;
  }
  .wel-footer__navs {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    min-width: 0;
  }
  .wel-footer__newsletter {
    grid-column: span 2;
  }
  .wel-footer__newsletter .newsletter-form {
    flex-direction: column;
    border-radius: 16px;
    padding: 12px 16px;
    max-width: 100%;
    gap: 10px;
  }
  .wel-footer__newsletter .newsletter-form input[type=email] {
    width: 100%;
  }
  .wel-footer__newsletter .newsletter-form button {
    width: 100%;
    border-radius: 50px;
  }
  .wel-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.wel-dir__bg {
  background: #fce8e0;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.wel-dir__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.wel-dir__left {
  width: 45%;
  flex-shrink: 0;
}
.wel-dir__heading {
  font-family: "Proxima Nova", sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  color: hsl(194, 68.115942029%, 34.5%);
  margin-bottom: 20px;
}
.wel-dir__desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  max-width: 460px;
  margin: 0;
}
.wel-dir__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-dir__bg {
    padding: 50px 0;
  }
  .wel-dir__heading {
    font-size: 52px;
    line-height: 56px;
  }
  .wel-dir__left {
    width: 42%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-dir__bg {
    padding: 40px 0;
  }
  .wel-dir__outer {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .wel-dir__left {
    width: 100%;
  }
  .wel-dir__heading {
    font-size: 44px;
    line-height: 50px;
  }
  .wel-dir__right {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .wel-dir__bg {
    padding: 30px 0;
  }
  .wel-dir__outer {
    flex-direction: column;
    gap: 24px;
  }
  .wel-dir__left {
    width: 100%;
  }
  .wel-dir__heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .wel-dir__desc {
    font-size: 14px;
    line-height: 22px;
  }
  .wel-dir__right {
    width: 100%;
  }
}

.we-fil .wel-dir__filter-bar {
  background: #ffffff;
  border-top: 1px solid #eae4dc;
  box-shadow: 0px 1px 3px 0px hsla(0, 0%, 0%, 0.1);
     border-radius: 15px;
}
.we-fil .wel-dir__filter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  gap: 4px;
}

.we-fil .wel-dir__filter-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #eae4dc;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px hsla(0, 0%, 0%, 0.1);
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  color: #6b6b6b;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.we-fil .wel-dir__filter-item svg {
  flex-shrink: 0;
  color: #6b6b6b;
}
.we-fil .wel-dir__filter-item:hover {
  border-color: hsl(194, 68.115942029%, 34.5%);
  color: hsl(194, 68.115942029%, 34.5%);
}
.we-fil .wel-dir__filter-item:hover svg {
  color: hsl(194, 68.115942029%, 34.5%);
}
.we-fil .wel-dir__filter-item--toggle {
  gap: 8px;
  cursor: default;
}
.we-fil .wel-dir__filter-item--toggle:hover {
  border-color: #eae4dc;
  color: #6b6b6b;
}
.we-fil .wel-dir__filter-item--toggle:hover svg {
  color: #6b6b6b;
}
.we-fil .wel-dir__toggle {
  position: relative;
  width: 34px;
  height: 18px;
  flex-shrink: 0;
}
.we-fil .wel-dir__toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.we-fil .wel-dir__toggle-input:checked + .wel-dir__toggle-label {
  background: hsl(194, 68.115942029%, 34.5%);
}
.we-fil .wel-dir__toggle-input:checked + .wel-dir__toggle-label::after {
  transform: translateX(16px);
}
.we-fil .wel-dir__toggle-label {
  position: absolute;
  inset: 0;
  background: #d5d5d5;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.18s ease;
}
.we-fil .wel-dir__toggle-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.18s ease;
  box-shadow: 0px 1px 3px 0px hsla(0, 0%, 0%, 0.15);
}
.we-fil .wel-dir__count {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #6b6b6b;
  white-space: nowrap;
  flex-shrink: 0;
}
.we-fil .wel-dir__count strong {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  color: #2e2e2e;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .we-fil .wel-dir__filter-inner {
    padding: 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .we-fil .wel-dir__filter-inner {
    gap: 12px;
  }
  .we-fil .wel-dir__filters {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .we-fil .wel-dir__filter-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
  }
  .we-fil .wel-dir__filters {
    gap: 8px;
  }
  .we-fil .wel-dir__filter-item {
    font-size: 12px;
    padding: 7px 12px;
  }
  .we-fil .wel-dir__count {
    font-size: 13px;
  }
}

.wel-dir {
  padding-top: 120px;
  padding-bottom: 88px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
/*   overflow: hidden; */
}
.wel-dir__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.wel-dir__sec1 {
  width: 100%;
}
.wel-dir .wel-search {
  width: 100%;
}
.wel-dir .wel-search__dropdown--visible {
  height: 300px;
}
.wel-dir__sec2 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.wel-dir__heading {
  font-family: "Proxima Nova", sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  color: hsl(194, 68.115942029%, 34.5%);
  margin-bottom: 20px;
}
.wel-dir__desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  max-width: 460px;
}

/* Tablet Pro */
@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-dir {
    padding: 50px;
  }
  .wel-dir__sec1,
  .wel-dir__sec2 {
    width: 50%;
  }
  .wel-dir__heading {
    font-size: 52px;
    line-height: 56px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-dir {
    padding: 40px;
  }
  .wel-dir__outer {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .wel-dir__sec1,
  .wel-dir__sec2 {
    width: 100%;
  }
  .wel-dir__sec2 {
    justify-content: flex-start;
  }
  .wel-dir__heading {
    font-size: 44px;
    line-height: 50px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .wel-dir {
    padding: 30px 0px;
    border-radius: 12px;
  }
  .wel-dir__outer {
    flex-direction: column;
    gap: 24px;
  }
  .wel-dir__sec1,
  .wel-dir__sec2 {
    width: 100%;
  }
  .wel-dir__heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .wel-dir__desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.we_all-cards {
  padding: 65px 0 120px;
}
.we_all-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.we_all-cards__card {
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .we_all-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .we_all-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .we_all-cards__grid {
    grid-template-columns: 1fr;
  }
}
.we_all-cards {
  padding: 65px 0 120px;
}
.we_all-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .we_all-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .we_all-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .we_all-cards__grid {
    grid-template-columns: 1fr;
  }
}
.wel-doctor-info {
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Tablet Pro */
@media (min-width: 1024px) and (max-width: 1199px) {
  .wel-doctor-info {
    height: 220px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .wel-doctor-info {
    height: 180px;
    border-radius: 12px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .wel-doctor-info {
    height: 140px;
    border-radius: 10px;
  }
}
.wel.home .home__bg .home__outer .sec1 .wel-popular__tags {
    display: flex;
    flex-wrap: wrap;
}
.wfdoc-viprofile__info{
    display: flex !important;
    gap: 12px;
    flex-wrap: wrap;
}
.practiceloc strong {
    display: block;
    font-size: 14px;
    color: #111;
    line-height: 1.5;
}
.pp-privacy {
  padding: 60px 0;
  background-color: #fcfcfc;
}
.pp-privacy__content {
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
  margin-top: 40px;
}
.pp-privacy__content > p {
  font-size: 16px;
  line-height: 1.8;
  color: #575757;
  margin-bottom: 20px;
}
.pp-privacy__content > p:first-of-type {
  font-weight: 500;
  color: #242424;
}
.pp-privacy__content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #046058;
  margin-top: 45px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.4;
}
.pp-privacy__content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background-color: rgb(70, 197, 180);
  border-radius: 2px;
}
.pp-privacy__content p {
  font-size: 16px;
  line-height: 1.8;
  color: rgb(112.5, 112.5, 112.5);
  margin-bottom: 16px;
}
.pp-privacy__content ul {
  margin-bottom: 25px;
  padding-left: 20px;
 list-style:none;
}
.pp-privacy__content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: rgb(112.5, 112.5, 112.5);
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.pp-privacy__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: rgb(70, 197, 180);
  border-radius: 50%;
}
.wel-banner h2
{
text-align:center !important;
}
.wel-hwo h2
{
text-align:center !important;
margin:0;
 padding-top: 29px;
}
.lanbtn{
 display: flex;	
justify-content: center;
}
.lanbtn a
{
width:160px; 
margin:20px;
}
.backbtn
{
display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    margin-top: 15px;
    background: #5b6cff;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;	
}