@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@100..900&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: "Calibri";
  src: url("../fonts/Calibri-Bold.woff2") format("woff2"), url("../fonts/Calibri-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4 {
  font-family: "Outfit", sans-serif;
}

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: 1310px;
  padding-left: 40px;
  padding-right: 40px;
  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;
  }
}
.ydc-btn {
  background-color: #1A1A1A;
  border-radius: 20px;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-weight: 400;
  padding: 18px 25px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #1A1A1A;
}
.ydc-btn:hover {
  background-color: #ffffff;
  color: #1A1A1A;
  transform: scale(1.01);
}

.ydc-btn-wht {
  background-color: #ffffff;
  border-radius: 20px;
  font-family: "Outfit", sans-serif;
  color: #1A1A1A;
  font-weight: 400;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}
.ydc-btn-wht:hover {
  background-color: #1A1A1A;
  color: #ffffff;
  transform: scale(1.01);
}

.ydc-btn-grn {
  background: linear-gradient(90deg, #686D5C 0%, #929E74 100%);
  border-radius: 35px;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 25px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #929E74;
  font-size: 17px;
}
.ydc-btn-grn:hover {
  background: #ffffff;
  color: #929E74;
  transform: scale(1.01);
}

.ydc-heading h1 {
  font-size: 70px;
  line-height: 90px;
  color: #ffffff;
  font-weight: 700;
}
.ydc-heading h1 span {
  font-family: Arial, Helvetica, sans-serif;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.ydc-heading h2 {
  color: #1A1A1A;
  font-size: 60px;
  line-height: 70px;
  padding: 20px 0;
  font-weight: 600;
  width: 35%;
  position: relative;
}
.ydc-heading h2 span {
  color: #85846E;
}
.ydc-heading h2 span.wht {
  color: #ffffff;
}
.ydc-heading h2 svg {
  position: absolute;
  right: -16%;
  top: -15%;
  width: 200px;
  height: auto;
}
.ydc-heading h3 {
  font-size: 22px;
  line-height: 32px;
  color: #565656;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.ydc-heading h3 svg {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -11%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-heading h2 {
    font-size: 40px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .ydc-heading h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
/* ✅ Normal inputs + selects */
.ydc-form input[type=text],
.ydc-form input[type=email],
.ydc-form input[type=tel],
.ydc-form select,
.ydc-form textarea,
.ydc-form .choices__inner {
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0;
  border: 1px solid #D3D3D3 !important;
  border-radius: 20px !important;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease;
  background: #fff; /* keeps consistent */
  min-height: 55px; /* ensures same height as inputs */
  display: flex;
  align-items: center;
}

/* ✅ Dropdown list styling */
.ydc-form .choices__list--dropdown {
  border-radius: 20px !important;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  overflow: hidden;
}

/* ✅ When focused */
.ydc-form .choices.is-focused .choices__inner,
.ydc-form .choices.is-open .choices__inner {
  border-color: #00a878 !important; /* example highlight color */
  box-shadow: 0 0 0 2px rgba(0,168,120,0.2);
}

.ydc-form textarea {
  border-radius: 25px;
  height: 150px;
  resize: none;
}
.ydc-form input[type=text]:focus,
.ydc-form input[type=email]:focus,
.ydc-form input[type=tel]:focus,
.ydc-form select:focus,
.ydc-form textarea:focus {
  border-color: #555;
}
.ydc-form form .form-row {
  display: flex;
  gap: 20px;
}
.ydc-form .form-row > * {
  flex: 1;
}
.ydc-form button[type=submit] {
  padding: 15px 40px;
  background-color: #1c1d27;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}
.ydc-form button[type=submit]:hover {
  background-color: #333645;
}
.ydc-form .ydc-btn {
  border-radius: 25px;
  padding: 10px 25px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .ydc-form form .form-row {
    display: block;
  }
}
.ydp-cnt {
  padding: 80px 20px 40px;
}
.ydp-cnt p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydp-cnt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ydp-cnt {
    padding-left: 0;
    padding-right: 0;
  }
}
.trtmnt-card {
  background-color: #85846E;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.trtmnt-card__svg {
  width: auto;
  height: 65px;
}
.trtmnt-card__svg svg, .trtmnt-card__svg img {
  width: 100%;
  height: 100%;
}
.trtmnt-card__head {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 0 20px;
  text-align: center;
}
.trtmnt-card p.cnt {
  color: #E2E2E2;
  font-size: 19px;
  line-height: 26px;
  padding: 0 0 10px;
  text-align: center;
  width: 90%;
  min-height: 140px;
}
.trtmnt-card:hover {
  transform: translateY(-10px);
}

.trtmnt-card-1 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 20px 0px rgba(168, 168, 168, 0.2509803922);
}
.trtmnt-card-1__svg {
  width: auto;
  height: 60px;
}
.trtmnt-card-1__svg svg, .trtmnt-card-1__svg img {
  width: 100%;
  height: 100%;
}
.trtmnt-card-1__svg svg path, .trtmnt-card-1__svg img path {
  fill: #85846E;
}
.trtmnt-card-1__head {
  color: #1A1A1A;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 0 20px;
  text-align: center;
}
.trtmnt-card-1 p.cnt {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 26px;
  padding: 0 0 10px;
  text-align: center;
  width: 80%;
}
.trtmnt-card-1 .ydc-btn-wht {
  opacity: 0;
  margin-top: 10px;
}
.trtmnt-card-1:hover {
  transform: scale(1.01);
  background-color: #85846E;
}
.trtmnt-card-1:hover .ydc-btn-wht {
  opacity: 1;
}
.trtmnt-card-1:hover .trtmnt-card-1__head {
  color: #ffffff !important;
}
.trtmnt-card-1:hover p.cnt {
  color: #ffffff !important;
}
.trtmnt-card-1:hover .trtmnt-card-1__svg svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .trtmnt-card__head {
    min-height: 105px;
  }
}
@media (max-width: 767px) {
  .trtmnt-card-1 {
    transform: scale(1.01);
    background-color: #85846E;
  }
  .trtmnt-card-1__head {
    color: #ffffff !important;
  }
  .trtmnt-card-1 p.cnt {
    color: #ffffff !important;
  }
  .trtmnt-card-1__svg svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .ydc-treatmnts__tile-out-d {
    display: none;
  }
}
.ydc-spcl-card {
  background-color: #ffffff;
  border-radius: 50px;
  border: 10px solid #ffffff;
  transition: all 0.3s ease-in;
}
.ydc-spcl-card__doc {
  width: 100%;
  height: auto;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.ydc-spcl-card__doc img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: all 0.3s ease-in;
}
.ydc-spcl-card__wht-outer {
  background-color: #FFFFFF;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 55px;
  border-bottom-right-radius: 55px;
  margin: 0 10px 10px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  transition: all 0.3s ease-in;
}
.ydc-spcl-card .ydc-btn {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.ydc-spcl-card h3 {
   color: #1A1A1A;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
    min-height: 65px;
}
.ydc-spcl-card p {
  color: #9B958E;
  text-align: center;
  font-size: 19px;
  line-height: 35px;
  padding-bottom: 20px;
}
.ydc-spcl-card:hover {
  background-color: #EEEEEE;
}
.ydc-spcl-card:hover .ydc-spcl-card__doc img {
  transform: scale(1.1);
}
.ydc-spcl-card:hover .ydc-btn {
  opacity: 1;
}

@media (max-width: 767px) {
  .ydc-spcl-card {
    background-color: #EEEEEE;
  }
  .ydc-spcl-card__doc img {
    transform: scale(1.1);
  }
  .ydc-btn {
    opacity: 1;
  }
}
.ydc-map-card {
  
  padding: 30px;
  border-radius: 38px;
background-color:#F1F0DE;
}
.ydc-map-card__map {
  width: 100%;
/*   height: 320px; */
  margin-bottom:35px;
}
.ydc-map-card__map iframe {
  border-radius: 40px;
}
.ydc-map-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 0 30px 20px;
}
.ydc-map-card__links {
  font-size: 19px;
  line-height: 29px;
  color: #000000;
}
.ydc-map-card__logo {
  width: 25px;
  height: 25px;
}
.ydc-map-card__logo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .ydc-map-card__inner {
    padding: 0 0 25px;
  }
}
.ydc-blog-card__img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
  border-radius: 20px;
}
.ydc-blog-card__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.ydc-blog-card__head {
  color: #1E1E1E;
  padding: 10px 0 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  min-height: 90px;
  width: 80%;
}
.ydc-blog-card p {
  font-size: 15px;
  line-height: 25px;
  color: #1A1A1A;
  margin-bottom: 20px;
}
.ydc-blog-card .ydc-btn {
  font-size: 15px;
  line-height: 25px;
  padding: 8px 20px;
}
.ydc-blog-card:hover .ydc-blog-card__img {
  transform: scale(1.02);
}

.ydc-trtmnt-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 40px 0 30px;
}
.ydc-trtmnt-wrap__sec1 {
  width: 75%;
  background-color: #85846E;
  padding: 35px;
  border-radius: 30px;
}
.ydc-trtmnt-wrap__outer {
  display: flex;
  flex-direction: column;
}
.ydc-trtmnt-wrap__sec2 {
  width: 25%;
}
.ydc-trtmnt-wrap h2 {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
  width: 70%;
}
.ydc-trtmnt-wrap__list {
  list-style: disc;
  padding-left: 20px;
}
.ydc-trtmnt-wrap__list li {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 19px;
  line-height: 34px;
  width: 90%;
}
.ydc-trtmnt-wrap__img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.ydc-trtmnt-wrap__img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-trtmnt-wrap {
    flex-direction: column-reverse;
  }
  .ydc-trtmnt-wrap__sec2, .ydc-trtmnt-wrap__sec1 {
    width: 100%;
  }
  .ydc-trtmnt-wrap h2, .ydc-trtmnt-wrap__list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ydc-trtmnt-wrap {
    flex-direction: column-reverse;
  }
  .ydc-trtmnt-wrap__sec2, .ydc-trtmnt-wrap__sec1 {
    width: 100%;
  }
  .ydc-trtmnt-wrap h2, .ydc-trtmnt-wrap__list li {
    width: 100%;
  }
  .ydc-trtmnt-wrap__sec1 {
    padding: 40px 20px;
  }
}
.ydc-inner-bg {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ydc-inner-bg__outer {
  height: 485px;
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
}
.ydc-inner-bg__w-60 {
  width: 60%;
}
.ydc-inner-bg__w-60 ul {
  list-style-type: disc;
  padding-left: 20px;
}
.ydc-inner-bg__w-60 li {
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 18px;
  color: #ffffff;
  width: 80%;
}
.ydc-inner-bg__w-35 {
  width: 38%;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px 25px;
}
.ydc-inner-bg__w-30 {
  width: 30%;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
}
.ydc-inner-bg h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 24px;
  color: #ffffff;
}
.ydc-inner-bg p {
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
}
.ydc-inner-bg__list {
  list-style: disc;
  padding-left: 30px;
  padding-top: 10px;
}
.ydc-inner-bg__list li {
  padding-bottom: 15px;
  color: #85846E;
  font-size: 19px;
  line-height: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-inner-bg, .ydc-inner-bg__outer {
    height: 100%;
  }
  .ydc-inner-bg__w-35, .ydc-inner-bg__w-30 {
    width: 40%;
    padding: 20px;
  }
  .ydc-inner-bg__outer {
    padding: 40px 0;
  }
  .ydc-inner-bg__w-60 {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .ydc-inner-bg, .ydc-inner-bg__outer {
    height: 100%;
  }
  .ydc-inner-bg__outer {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }
  .ydc-inner-bg__w-60, .ydc-inner-bg__w-35, .ydc-inner-bg__w-30 {
    width: 100%;
  }
  .ydc-inner-bg h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .ydc-inner-bg__w-60 li {
    width: 100%;
  }
}
.ydc-inner-tab {
  background-color: rgba(133, 132, 110, 0.2901960784);
  padding: 60px 0 0;
}
.ydc-inner-tab .nav-pills {
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  padding: 10px 8px;
  border-radius: 50px;
  gap: 70px;
}
.ydc-inner-tab .nav-pills .nav-link.active, .ydc-inner-tab .nav-pills .show > .nav-link {
  background-color: #85846E;
  color: #ffffff;
  padding: 2px 25px;
  border-radius: 50px;
}
.ydc-inner-tab .nav-pills .nav-link {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  font-weight: 700;
}
.ydc-inner-tab .nav-item {
  margin: auto;
}
.ydc-inner-tab__outer {
  padding: 60px 0;
}
.ydc-inner-tab__head {
  text-align: center;
  color: #1A1A1A;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 24px;
  font-weight: 700;
}
.ydc-inner-tab__cnt {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
}
.ydc-inner-tab__cntnr {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.ydc-inner-tab__w-75 {
  width: 75%;
  background-color: #85846E;
  border-radius: 30px;
  padding: 45px 30px 60px;
}
.ydc-inner-tab__w-75 h2 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}
.ydc-inner-tab__w-75 p {
  color: #ffffff;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 20px;
}
.ydc-inner-tab__w-75 .li-head {
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
}
.ydc-inner-tab__w-75 ul {
  list-style: disc;
  padding-left: 20px;
}
.ydc-inner-tab__w-75 li {
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #ffffff;
}
.ydc-inner-tab__w-25 {
  width: 25%;
}
.ydc-inner-tab__w-25 img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.ydc-inner-tab .ydc-heading h3 svg {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -9%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-inner-tab .nav-pills {
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-inner-tab .nav-pills {
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    padding: 10px 8px;
    border-radius: 50px;
    gap: 20px;
  }
  .ydc-inner-tab__w-25 {
    width: 50%;
  }
  .ydc-inner-tab__w-75 {
    width: 50%;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .ydc-inner-tab .nav-pills {
    background-color: #ffffff;
    width: 70%;
    margin: auto;
    padding: 25px;
    border-radius: 50px;
    gap: 10px;
  }
  .ydc-inner-tab__head {
    font-size: 26px;
    line-height: 36px;
  }
  .ydc-inner-tab {
    padding: 50px 0 0;
  }
  .ydc-inner-tab__cntnr {
    flex-direction: column-reverse;
  }
  .ydc-inner-tab__w-75, .ydc-inner-tab__w-25 {
    width: 100%;
  }
  .ydc-inner-tab__w-75 {
    padding: 30px 20px;
  }
}
.ydc-cntct-card {
  border: 1px solid #E0E0E0;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
  transition: all 0.3s ease-in;
}
.ydc-cntct-card__img {
  padding: 12px;
  background-color: #85846E;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in;
}
.ydc-cntct-card__img svg {
  width: 33px;
  height: 33px;
}
.ydc-cntct-card__head {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 8px;
}
.ydc-cntct-card__txt {
  color: #1A1A1A;
  font-size: 15px !important;
  line-height: 22px;
}
.ydc-cntct-card:hover {
  background-color: #85846E;
}
.ydc-cntct-card:hover .ydc-cntct-card__txt, .ydc-cntct-card:hover .ydc-cntct-card__head {
  color: #ffffff;
}

.ydc-faq-card {
  margin: 20px 0;
  border: 1px solid #A6A6A6;
  border-radius: 20px;
  box-shadow: none;
}
.ydc-faq-card.active {
  box-shadow: 2px 2px 14.4px 0px rgba(146, 158, 116, 0.5019607843);
}
.ydc-faq-card__toggle {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.ydc-faq-card__toggle svg {
  width: 28px;
  height: 28px;
}
.ydc-faq-card__toggle h3 {
  color: #1A1A1A;
  font-size: 22px;
  line-height: 32px;
}
.ydc-faq-card__arrow {
  width: 18px;
  height: auto;
  margin-left: auto;
  margin-right: 20px;
  transition: all 0.2s ease-in;
}
.ydc-faq-card__arrow img {
  width: 100%;
  height: 100%;
}
.ydc-faq-card__arrow.rotated {
  transform: rotate(180deg);
}
.ydc-faq-card__inner {
  margin: 12px 30px;
  padding: 20px;
  border-top: 1px solid #A6A6A6;
  display: none;
}
.ydc-faq-card__inner p {
  font-size: 19px;
  line-height: 30px;
  color: #1A1A1A;
}
.ydc-faq-card__inner.active {
  display: block;
}

@media (max-width: 767px) {
  .ydc-faq-card__toggle h3 {
    color: #1A1A1A;
    font-size: 17px;
    line-height: 28px;
    width: 80%;
  }
}
.ydc-header {
/*   padding: 10px 0; */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.3s ease-in;
}
.ydc-header.show {
  background-color: #4B4B4B;
  padding: 0;
}
.ydc-header.show .navbar-toggler {
  border: 1px solid #fff;
}
.ydc-header.show .ydc-header__logo img {
  width: 210px;
}
.ydc-header .navbar-nav .nav-link.active, .ydc-header .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.4588235294);
}
.ydc-header .nav-link {
  font-family: "Calibri", "sans-serif";
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
}
.ydc-header .navbar-expand-lg .navbar-nav {
  background-color: #85846E;
  padding: 12px 35px;
  border-radius: 30px;
  gap: 20px;
}
.ydc-header__logo {
  width: 220px;
  height: auto;
  transition: all 0.3s ease-in;
}
.ydc-header__logo img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.ydc-header .container-fluid {
  padding: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-header .nav-link {
    font-size: 16px;
  }
  .ydc-header .navbar-expand-lg .navbar-nav {
    padding: 10px;
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-header .ydc-btn {
    margin-top: 20px;
  }
  .ydc-header .navbar-expand-lg .navbar-nav {
    padding: 30px;
    gap: 20px;
  }
  .ydc-header .navbar-toggler-icon {
    filter: invert(1);
  }
}
@media (max-width: 767px) {
  .ydc-header .ydc-btn {
    margin-top: 20px;
  }
  .ydc-header .navbar-expand-lg .navbar-nav {
    padding: 30px 20px;
    gap: 7px;
  }
  .ydc-header {
    background-color: #4B4B4B;
  }
  .ydc-header .navbar-toggler-icon {
    filter: invert(1);
  }
  .ydc-header__logo {
    width: 180px;
  }
}
.ydc-hero {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ydc-hero__outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 700px;
}
.ydc-hero .ydc-heading h1 {
  width: 55%;
  padding-top: 50px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-hero .ydc-heading h1 {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-hero {
    height: 675px;
  }
  .ydc-hero .ydc-heading h1 {
    width: 80%;
  }
  .ydc-heading h1 {
    font-size: 65px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .ydc-hero .ydc-heading h1 {
    font-size: 40px;
        line-height: 50px;
        padding-top: 90px
  }
  .ydc-hero .ydc-heading h1 {
    width: 100%;
  }
  .ydc-hero, .ydc-hero__outer {
    height: 490px;
  }
}
.ydc-abut-hme {
  padding: 80px 0;
overflow:hidden;
}
.ydc-abut-hme__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding: 0 20px;
}
.ydc-abut-hme__w-50 {
  width: 50%;
}
.ydc-abut-hme__w-50d {
  width: 50%;
  box-shadow: 0px 4px 20px 0px rgba(168, 168, 168, 0.2509803922);
  border-radius: 30px;
  padding: 40px 30px;
	background-color:#F1F0DE;
}
.ydc-abut-hme p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 30px;
}
.ydc-abut-hme .ydc-heading h2 {
  width: 80%;
  padding-bottom: 30px;
}
.ydc-abut-hme__vid {
  width: 100%;
  height: 320px;
  border-radius: 40px;
}
.ydc-abut-hme__vid img {
  height: 100%;
  border-radius: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ydc-abut-hme .ydc-btn {
  padding: 12px 30px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-heading h2 {
    font-size: 52px;
    line-height: 65px;
  }
  .ydc-heading h2 svg {
    right: -32%;
  }
  .ydc-abut-hme__vid video {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-abut-hme .ydc-heading h2 {
    width: 100%;
  }
  .ydc-abut-hme .ydc-heading h2 svg {
    position: absolute;
    right: -10%;
    top: -15%;
    width: 174px;
    height: auto;
  }
  .ydc-abut-hme__outer {
    padding: 0;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .ydc-abut-hme__outer {
    flex-direction: column;
  }
  .ydc-abut-hme__w-50, .ydc-abut-hme__w-50d {
    width: 100%;
  }
  .ydc-abut-hme .ydc-heading h2 {
    width: 100%;
    text-align: center;
  }
  .ydc-abut-hme__w-50d {
    padding: 40px 20px;
  }
  .ydc-abut-hme__outer {
    padding: 0;
  }
  .ydc-abut-hme .ydc-heading h2 svg {
    position: absolute;
    right: 2%;
    top: -15%;
    width: 140px;
    height: auto;
  }
}
.ydc-choose-sec {
  background-color: rgba(133, 132, 110, 0.0588235294);
  padding: 60px 0;
}
.ydc-choose-sec__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}
.ydc-choose-sec__w-50 {
  width: 50%;
}
.ydc-choose-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 30px;
  width: 88%;
}
.ydc-choose-sec .ydc-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ydc-choose-sec .ydc-heading h2 {
  width: 60%;
}
.ydc-choose-sec__tile-out {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px -10px;
  padding: 0 20px;
}
.ydc-choose-sec .trtmnt-card {
  width: calc(25% - 20px);
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-choose-sec .trtmnt-card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .ydc-choose-sec__outer, .ydc-choose-sec__tile-out {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-choose-sec__outer {
    flex-direction: column-reverse;
  }
  .ydc-choose-sec__w-50, .ydc-choose-sec p {
    width: 100%;
  }
  .ydc-choose-sec .ydc-heading {
    justify-content: flex-start;
  }
  .ydc-choose-sec .trtmnt-card {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .ydc-choose-sec__outer, .ydc-choose-sec__tile-out {
    padding: 0;
  }
  .ydc-choose-sec .ydc-heading h2 {
    width: 100%;
    text-align: center;
  }
}
.ydc-treatmnts {
  padding: 50px 0 90px;
}
.ydc-treatmnts .ydc-heading h2 {
  width: 100%;
  text-align: center;
}
.ydc-treatmnts__tile-out-d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px -10px;
  padding: 0 20px;
}
.ydc-treatmnts .trtmnt-card-1 {
  width: calc(100% - 30px);
  margin: 0 15px;
  margin-bottom: 20px;
}
.ydc-treatmnts .trtmnt-card-1 p.cnt {
  min-height: 88px;
}
.ydc-treatmnts__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 10;
}
.ydc-treatmnts .slider-d {
  margin: 45px -15px;
}
.ydc-treatmnts__arow {
  border: 1px solid var(--Olive-Green, #686D5C);
  padding: 10px 20px;
  border-radius: 40px;
  cursor: pointer;
}
.ydc-treatmnts__arow.rgt {
  transform: rotate(180deg);
}
.ydc-treatmnts__arow svg {
  width: 20px;
  height: 20px;
}
.ydc-treatmnts__arow:hover {
  background-color: #1A1A1A;
}
.ydc-treatmnts__arow:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.ydc-treatmnts__arow-1 {
  border: 1px solid var(--Olive-Green, #686D5C);
  padding: 6px 10px;
  border-radius: 40px;
  cursor: pointer;
}
.ydc-treatmnts__arow-1.rgt {
  transform: rotate(180deg);
}
.ydc-treatmnts__arow-1 svg {
  width: 28px;
  height: 28px;
}
.ydc-treatmnts__arow-1:hover {
  background-color: #1A1A1A;
}
.ydc-treatmnts__arow-1:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.ydc-treatmnts .ydc-btn {
  padding: 12px 24px;
}
.ydc-treatmnts .slider-out {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-treatmnts .trtmnt-card-1 p.cnt {
    min-height: 130px;
  }
  .ydc-treatmnts .trtmnt-card-1 {
    padding: 40px 10px 60px;
  }
  .ydc-treatmnts .trtmnt-card-1 .ydc-btn-wht {
    opacity: 1;
    background-color: #1A1A1A;
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-treatmnts .trtmnt-card-1 p.cnt {
    min-height: 130px;
  }
  .ydc-treatmnts .trtmnt-card-1 {
    padding: 40px 10px 60px;
  }
  .ydc-treatmnts .trtmnt-card-1 .ydc-btn-wht {
    opacity: 1;
    background-color: #1A1A1A;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .trtmnt-card-1 .ydc-btn-wht {
    opacity: 1;
  }
  .ydc-treatmnts .slider-d {
    display: none;
  }
  .ydc-treatmnts .trtmnt-card-1 p.cnt {
    width: 100%;
  }
  .ydc-treatmnts .slider-out {
    display: block;
    position: relative;
    z-index: 10;
  }
  .ydc-treatmnts .ydc-btn-wht {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ydc-treatmnts__arow {
    display: none !important;
  }
  .ydc-treatmnts .slider-out .ydc-treatmnts__btn-outer {
    display: none;
  }
}
.ydc-speclist-hme {
  width: 100%;
  height: 1200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -15%;
}
.ydc-speclist-hme__outer {
  width: 100%;
  height: 1200px;
}
.ydc-speclist-hme .ydc-heading {
  padding-top: 34%;
  padding-bottom: 30px;
margin-top:10% !important;
}
.ydc-speclist-hme .ydc-heading h2 {
  width: 100%;
  text-align: center;
}
.ydc-speclist-hme .slider {
  margin: 0 -10px;
}
.ydc-speclist-hme .slider .outer {
  margin: 0 10px;
}
.ydc-speclist-hme .slick-prev, .ydc-speclist-hme .slick-next {
  display: none;
}
.ydc-speclist-hme .slick-prev:before, .ydc-speclist-hme .slick-next:before {
  content: "";
}
.ydc-speclist-hme__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 70px;
}
.ydc-speclist-hme__arow {
  padding: 10px 20px;
  border-radius: 40px;
  cursor: pointer;
  border: 1px solid #000;
}
.ydc-speclist-hme__arow.rgt {
  transform: rotate(180deg);
}
.ydc-speclist-hme__arow svg {
  width: 20px;
  height: 20px;
}
.ydc-speclist-hme__arow:hover {
  background-color: #ffffff;
}
.ydc-speclist-hme .ydc-btn-wht {
  padding: 12px 24px;
}
@media (min-width: 1500px) {
  .ydc-speclist-hme {
    margin-top: -13%;
  }
  .ydc-speclist-hme__outer {
    max-width: 1350px;
  }
}
@media (min-width: 1500px) {
  .ydc-speclist-hme {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-spcl-card h3 {
    min-height: 80px;
  }
  .ydc-spcl-card .ydc-btn {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-spcl-card .ydc-btn {
    opacity: 1;
  }
  .ydc-speclist-hme, .ydc-speclist-hme__outer {
    height: 970px;
  }
  .ydc-spcl-card h3 {
    min-height: 80px;
  }
  .ydc-speclist-hme__btn-outer {
    padding-top: 35px;
  }
  .ydc-speclist-hme {
    margin-top: -26%;
  }
}
@media (max-width: 767px) {
  .ydc-spcl-card .ydc-btn {
    opacity: 1;
  }
  .ydc-speclist-hme__outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1000px;
  }
  .ydc-speclist-hme__arow {
    display: none !important;
  }
  .ydc-speclist-hme__btn-outer {
    padding-top: 40px;
  }
  .ydc-speclist-hme {
    margin-top: -65%;
  }
  .ydc-speclist-hme .ydc-heading {
    padding-top: 100%;
  }
  .ydc-speclist-hme {
    height: 1100px;
  }
}
.ydc-book-hme {
  padding: 80px 0;
}
.ydc-book-hme__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.ydc-book-hme__w-45 {
  width: 45%;
}
.ydc-book-hme h3 {
  color: #1A1A1A;
  font-size: 28px;
  line-height: 45px;
  padding-bottom: 25px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-book-hme__outer {
    padding: 0;
    gap: 20px;
  }
  .ydc-book-hme__w-45 {
    width: 50%;
  }
  .ydc-map-card__inner {
    padding: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .ydc-book-hme__outer {
    flex-direction: column;
    padding: 0;
    gap: 30px;
  }
  .ydc-book-hme__w-45 {
    width: 100%;
  }
}
.ydc-blog-hme__outer {
  padding: 10px 25px 50px;
  border-radius: 30px;
  background-color: #DCDBD5;
}
.ydc-blog-hme__cntrn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.ydc-blog-hme .ydc-blog-card {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}
.ydc-blog-hme .ydc-heading h2 {
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-blog-card__head {
    min-height: 120px;
  }
  .ydc-blog-hme__outer {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ydc-blog-hme__outer {
    padding: 20px;
    margin: 0;
  }
  .ydc-blog-hme .ydc-blog-card {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  .ydc-blog-card__head {
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: 100%;
  }
}
.ydc-cntct-hme {
  margin: 115px 0 60px;
}
.ydc-cntct-hme__bg {
  width: 100%;
  height: 400px;
  background-color: #1E232F;
  border-radius: 40px;
  margin: 0 20px;
  padding: 30px;
  position: relative;
}
.ydc-cntct-hme__bg:hover .ydc-cntct-hme__contact {
  transform: scale(1.06);
}
.ydc-cntct-hme__doc {
  position: absolute;
  right: 5%;
  top: -20%;
  width: 396px;
  height: auto;
}
.ydc-cntct-hme__doc img {
  width: 100%;
  height: 100%;
}
.ydc-cntct-hme__outer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.ydc-cntct-hme__head {
  color: #ffffff;
  font-size: 32px;
  line-height: 50px;
  font-weight: 500;
  margin: 30px 0 20px;
}
.ydc-cntct-hme__contact {
  padding: 25px;
  border: 0.93px solid;
  background: rgba(255, 255, 255, 0.4);
  border-image-source: linear-gradient(21.37deg, rgba(255, 255, 255, 0.38) 8.08%, rgba(255, 255, 255, 0) 88.69%);
  -webkit-backdrop-filter: blur(35.5081977844px);
  backdrop-filter: blur(4px);
  box-shadow: -17.75px 3.74px 106.52px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  position: absolute;
  right: 25%;
  transition: all 0.3s ease-in;
}
.ydc-cntct-hme__contact svg {
  width: 90px;
  height: 90px;
}
.ydc-cntct-hme .ydc-btn-grn {
  margin-top: 20px;
  padding: 10px 35px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-cntct-hme__bg {
    margin: 0;
    height: 350px;
  }
  .ydc-cntct-hme__doc {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-cntct-hme__bg {
    margin: 0;
    height: 280px;
  }
  .ydc-cntct-hme__doc {
    width: 277px;
  }
  .ydc-cntct-hme__contact svg {
    width: 60px;
    height: 60px;
  }
  .ydc-cntct-hme__contact {
    right: 23%;
  }
}
@media (max-width: 767px) {
  .ydc-cntct-hme__doc {
    display: none;
  }
  .ydc-cntct-hme__bg {
    margin: 0;
    padding: 40px 20px;
  }
  .ydc-cntct-hme__head {
    font-size: 24px;
    line-height: 38px;
  }
  .ydc-cntct-hme__bg {
    height: 100%;
  }
  .ydc-cntct-hme__contact {
    padding: 15px;
    right: 8%;
    bottom: 13%;
  }
  .ydc-cntct-hme__contact svg {
    width: 40px;
    height: 40px;
  }
  .ydc-cntct-hme {
    margin: 40px 0;
  }
}
.ydc-feed-hme {
  margin: 80px 0;
}
.ydc-feed-hme__outer {
  width: 78%;
  margin: auto;
}
.ydc-feed-hme__cnt {
  font-size: 30px;
  line-height: 42px;
  color: #1A1A1A;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.ydc-feed-hme__author {
  color: #686D5C;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.ydc-feed-hme__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
}
.ydc-feed-hme .ydc-feed-hme__arow {
  padding: 10px 20px;
  border-radius: 40px;
  cursor: pointer;
  border: 1px solid #000;
}
.ydc-feed-hme .ydc-feed-hme__arow.rgt {
  transform: rotate(180deg);
}
.ydc-feed-hme .ydc-feed-hme__arow svg {
  width: 20px;
  height: 20px;
}
.ydc-feed-hme .ydc-feed-hme__arow:hover {
  background-color: #000;
}
.ydc-feed-hme .ydc-feed-hme__arow:hover svg path {
  fill: #fff;
  stroke: #fff;
}

@media (max-width: 767px) {
  .ydc-feed-hme__outer {
    width: 100%;
  }
  .ydc-feed-hme__cnt {
    font-size: 22px;
    line-height: 36px;
  }
  .ydc-feed-hme__author {
    font-size: 24px;
  }
}
.ydc-hlth-hme {
  padding: 70px 20px;
overflow:hidden;

}
.ydc-hlth-hme .ydc-heading h2 {
  width: 100%;
  text-align: center;
}
.ydc-hlth-hme__outer {
margin: 30px -10px 0;
        padding: 0 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
}

.ydc-hlth-hme__card {
width: calc(20% - 20px);
        height: auto;
        margin: 10px;
        border: 0.94px solid #9F9F9F;
        border-radius: 30px;
        transition: all 0.3s ease-in;
}
.ydc-hlth-hme__card img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.ydc-hlth-hme__card:hover {
  transform: scale(1.02);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-hlth-hme__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-hlth-hme__card {
    width: calc(50% - 20px);
  }
  .ydc-hlth-hme__outer {
    padding: 0;
  }
}
.ydc-footer {
  background: #1E232E;
  padding: 80px 0 20px;
}
.ydc-footer__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 25px;
}
.ydc-footer__sec1 {
  width: 25%;
}
.ydc-footer__sec2 {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.ydc-footer__head {
  color: #9B958E;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 15px;
}
.ydc-footer__head.wht {
  color: #ffffff;
}
.ydc-footer .input-group {
  width: 90%;
  display: flex;
  align-items: center;
  border: 1px solid #888;
  border-radius: 25px;
  padding: 5px;
  background-color: transparent;
}
.ydc-footer .input-group input[type=email] {
  border: none;
  background: transparent;
  padding: 10px;
  color: white;
  flex-grow: 1;
  outline: none;
}
.ydc-footer .input-group button {
  background-color: white;
  color: #1c1f26;
  border: none;
  padding: 10px 20px;
  border-radius: 20px !important;
  cursor: pointer;
  font-weight: bold;
}
.ydc-footer .input-group button:hover {
  background-color: #ddd;
}
.ydc-footer__list li a {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 12px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.ydc-footer__list li a:hover {
  color: #a9a5a1;
}
.ydc-footer__list li a.grey {
  font-size: 14px;
  line-height: 28px;
  color: rgba(226, 226, 226, 0.5019607843);
}
.ydc-footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
}
.ydc-footer__social svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.ydc-footer__social svg:hover {
  transform: translateY(-3px);
}
.ydc-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ydc-footer__inner p {
  color: #A6A6A6;
  font-size: 15px;
  line-height: 12px;
}
.ydc-footer__logo {
  width: 200px;
  height: auto;
}
.ydc-footer__logo img {
  width: 100%;
  height: 100%;
}
.ydc-footer__pwrd {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.ydc-footer__pwrd svg {
  width: 150px;
  height: auto;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-footer .input-group {
    width: 85%;
  }
  .ydc-footer .input-group input[type=email] {
    WIDTH: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-footer .input-group {
    width: 100%;
  }
  .ydc-footer .input-group input[type=email] {
    flex-grow: unset;
    width: 63%;
  }
  .ydc-footer__sec2 {
    flex-wrap: wrap;
  }
  .ydc-footer__list {
    padding-bottom: 20px;
  }
  .ydc-footer__inner p {
    color: #A6A6A6;
    font-size: 12px;
  }
  .ydc-footer__logo {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .ydc-footer__outer, .ydc-footer__sec2 {
    flex-direction: column;
  }
  .ydc-footer__sec1, .ydc-footer__sec2 {
    width: 100%;
  }
  .ydc-footer__head, .ydc-footer__list li a {
    text-align: center;
  }
  .ydc-footer__sec2 {
    justify-content: center;
    align-items: center;
  }
  .ydc-footer__list li {
    text-align: center;
  }
  .ydc-footer__list {
    padding-top: 20px !important;
  }
  .ydc-footer__list:nth-child(3) {
    padding-top: 0 !important;
  }
  .ydc-footer__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    gap: 30px;
  }
  .ydc-footer__logo {
    width: 300px;
  }
  .ydc-footer__social {
    justify-content: center;
  }
  .ydc-footer .input-group {
    width: 100%;
  }
  .ydc-footer {
    padding: 40px 0 20px;
  }
}
.ydc-inner-bnr {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ydc-inner-bnr__outer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px 0;
  height: 500px;
}
.ydc-inner-bnr h1 {
  font-size: 60px;
  line-height: 74px;
  color: #ffffff;
  font-weight: 700;
  width: 40%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-inner-bnr, .ydc-inner-bnr__outer {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .ydc-inner-bnr, .ydc-inner-bnr__outer {
    height: 360px;
  }
  .ydc-inner-bnr h1 {
    font-size: 40px;
    line-height: 60px;
    width: 100%;
  }
}
.ydc-trtmnt-sec {
  padding: 50px 0;
}
.ydc-trtmnt-sec__cnt {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding: 30px 20px;
}
.ydc-trtmnt-sec__outer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px -10px;
  padding: 0 20px;
}
.ydc-trtmnt-sec .trtmnt-card-1 {
  width: calc(33.3% - 20px);
  margin: 10px;
}
.ydc-trtmnt-sec .trtmnt-card-1 p.cnt {
  width: 75%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-trtmnt-sec__outer {
    padding: 0;
  }
  .ydc-trtmnt-sec__cnt {
    padding: 30px 0;
  }
  .ydc-trtmnt-sec .trtmnt-card-1 {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .ydc-trtmnt-sec__outer {
    padding: 0;
  }
  .ydc-trtmnt-sec__cnt {
    padding: 30px 0;
  }
  .ydc-trtmnt-sec .trtmnt-card-1 {
    width: calc(100% - 20px) !important;
  }
  .ydc-trtmnt-sec {
    padding: 0;
  }
  .ydc-trtmnt-sec__outer {
    margin-bottom: 0;
  }
}
.ydc-prvtive-sec {
  padding: 80px 0 25px;
}
.ydc-prvtive-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
}
.ydc-prvtive-sec__head {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.ydc-prvtive-sec__outer {
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-prvtive-sec__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-prvtive-sec__outer {
    padding: 0;
  }
  .ydc-prvtive-sec__head, .ydc-trtmnt-wrap h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.ydc-abut-sec {
  padding: 80px 0 40px;
}
.ydc-abut-sec__outer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.ydc-abut-sec__w-60 {
  width: 60%;
}
.ydc-abut-sec__w-35 {
  width: 35%;
}
.ydc-abut-sec__w-35 img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.ydc-abut-sec h2 {
  font-size: 30px;
  line-height: 40px;
  color: #1A1A1A;
  padding-bottom: 24px;
  font-weight: 700;
width:85%;
}
.ydc-abut-sec h2.ylw {
  color: #85846E;
}
.ydc-abut-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  width: 90%;
}
.ydc-abut-sec p.ylw {
  color: #85846E;
  width: 100%;
}
.ydc-abut-sec__brdr-box {
  border: 1px solid #85846E;
  padding: 35px;
  border-radius: 30px;
  margin: 40px 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-abut-sec__outer {
    padding: 0;
  }
  .ydc-abut-sec__brdr-box {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .ydc-abut-sec__outer {
    padding: 0;
  }
  .ydc-abut-sec__brdr-box {
    margin: 40px 0;
    padding: 40px 20px;
  }
  .ydc-abut-sec__outer {
    flex-direction: column;
    gap: 20px;
  }
  .ydc-abut-sec__w-60, .ydc-abut-sec__w-35, .ydc-abut-sec p {
    width: 100%;
  }
  .ydc-abut-sec h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.ydc-blog-inr {
  padding: 80px 0 50px;
}
.ydc-blog-inr__outer {
  width: 70%;
  margin: auto;
}
.ydc-blog-inr__head {
  font-size: 30px;
  line-height: 50px;
  color: #1A1A1A;
  padding: 20px 0 10px;
  font-weight: 600;
}
.ydc-blog-inr p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 20px;
}
.ydc-blog-inr__list {
  padding: 0 0 15px;
}
.ydc-blog-inr__list h3 {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  font-weight: 700;
}
.ydc-blog-inr__list__outer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
}
.ydc-blog-inr__list__outer img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.ydc-blog-inr__list__outer img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.ydc-blog-inr__list__w-70 {
  width: 60%;
}
.ydc-blog-inr__list__w-30 {
  width: 40%;
}

@media (max-width: 767px) {
  .ydc-blog-inr__outer {
    width: 90%;
  }
  .ydc-blog-inr__list__outer {
    flex-direction: column;
  }
  .ydc-blog-inr__list__w-70, .ydc-blog-inr__list__w-30 {
    width: 100%;
  }
  .ydc-blog-inr__head {
    font-size: 26px;
    line-height: 46px;
  }
}
.ydc-careers-inr {
  padding: 80px 0 50px;
}
.ydc-careers-inr__outer {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ydc-careers-inr__w-40 {
  width: 40%;
}
.ydc-careers-inr__w-42 {
  width: 42%;
}
.ydc-careers-inr__bld {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.ydc-careers-inr__txt {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-careers-inr__w-40 {
    width: 45%;
  }
  .ydc-careers-inr__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-careers-inr__outer {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }
  .ydc-careers-inr__w-40, .ydc-careers-inr__w-42 {
    width: 100%;
  }
}
.ydc-cntct-innr {
  padding: 80px 0;
}
.ydc-cntct-innr__outer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.ydc-cntct-innr__w-45 {
  width: 45%;
}
.ydc-cntct-innr__head {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 20px;
  color: #1E1E1E;
}
.ydc-cntct-innr__txt {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 20px;
}
.ydc-cntct-innr__rvw {
  background-color: #85846E;
  padding: 15px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.ydc-cntct-innr__rvw p {
  color: #fff !important;
  font-size: 19px;
  line-height: 34px;
  padding: 0 20px !important;
}
.ydc-cntct-innr__img {
  width: 125px;
  height: auto;
  padding-right: 20px;
  border-right: 1px solid #FFFFFF;
}
.ydc-cntct-innr__img img {
  width: 100%;
  height: 100%;
}
.ydc-cntct-innr__rting {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px 30px;
}
.ydc-cntct-innr__rting p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 5px !important;
}
.ydc-cntct-innr__str {
  width: 170px;
  height: auto;
}
.ydc-cntct-innr__str img {
  width: 100%;
  height: 100%;
}
.ydc-cntct-innr__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}
.ydc-cntct-innr .ydc-cntct-card {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.ydc-cntct-innr__form-outer {
  background: linear-gradient(202.48deg, rgba(104, 109, 92, 0.23) 15.32%, rgba(201, 211, 178, 0.23) 101.14%);
  padding: 45px 35px;
  border-radius: 30px;
}
.ydc-cntct-innr .ydc-form input[type=text], .ydc-cntct-innr .ydc-form input[type=email], .ydc-cntct-innr .ydc-form input[type=tel], .ydc-cntct-innr .ydc-form select, .ydc-cntct-innr .ydc-form textarea {
  border-radius: 10px;
}
.ydc-cntct-innr .ydc-form button[type=submit] {
  padding: 12px 35px;
}
.ydc-cntct-innr .ydc-heading h2 svg {
  position: absolute;
  right: 10%;
  top: -12%;
  width: 95px;
}
.ydc-cntct-innr .ydc-heading h2 {
  font-size: 34px;
  line-height: 38px;
  width: 58%;
  padding: 20px 0 10px;
}
.ydc-cntct-innr p {
  font-size: 19px;
  line-height: 26px;
  color: #1A1A1A;
  padding-bottom: 20px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-cntct-innr__inner {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-cntct-innr .ydc-heading h2 {
    width: 90%;
  }
  .ydc-cntct-innr__inner {
    flex-direction: column;
    gap: 0;
  }
  .ydc-cntct-innr__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-cntct-innr__inner {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }
  .ydc-cntct-innr__outer {
    flex-direction: column;
  }
  .ydc-cntct-innr__w-45 {
    width: 100%;
  }
  .ydc-cntct-innr__head {
    font-size: 26px;
  }
  .ydc-cntct-innr__form-outer {
    padding: 20px;
  }
  .ydc-cntct-innr .ydc-heading h2 {
    width: 90%;
  }
  .ydc-cntct-innr .ydc-heading h2 svg {
    position: absolute;
    right: 10%;
    top: -12%;
    width: 88px;
  }
  .ydc-cntct-innr__outer {
    padding: 0;
  }
}
.ydc-map {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.ydc-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .ydc-map {
    height: 400px;
  }
}
.ydc-faq {
  padding: 80px 0 0;
}
.ydc-faq__outer {
  padding: 0 20px;
}
.ydc-faq__outer h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.ydc-faq__outer p {
  font-size: 19px;
  line-height: 30px;
  color: #1A1A1A;
  padding-bottom: 20px;
}
.ydc-faq__srch-outer {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  width: 400px;
  margin: auto;
  margin-top: 30px;
}
.ydc-faq .search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #a3ad84; /* light green-gray border */
  border-radius: 25px;
  padding: 10px 15px;
  flex: 1;
}
.ydc-faq .search-icon {
  margin-right: 10px;
  color: #a3ad84; /* same color as border */
}
.ydc-faq .search-box input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
}
.ydc-faq__btn {
  padding: 14px;
  border-radius: 50%;
  background-color: #929E74;
}
.ydc-faq__btn svg {
  width: 22px;
  height: 18px;
}
.ydc-faq__acrdian-outer {
  padding: 0 20px;
}
.ydc-faq__acrdian-outer p {
  font-size: 20px;
  line-height: 30px;
  color: #1E1E1E;
}

@media (max-width: 767px) {
  .ydc-faq__srch-outer {
    width: 100%;
  }
  .ydc-faq__acrdian-outer, .ydc-faq__outer {
    padding: 0;
  }
  .ydc-faq-card__inner {
    padding: 10px;
  }
  .ydc-faq-card__arrow {
    width: 1em;
    height: 10px;
    margin-left: auto;
    margin-right: 20px;
    transition: all 0.2s ease-in;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    right: 0;
  }
  .ydc-faq-card__toggle {
    position: relative;
  }
}
.ydc-prvcy {
  padding: 80px 0 50px;
}
.ydc-prvcy__outer {
  padding: 0 20px;
}
.ydc-prvcy__outer p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 20px;
}
.ydc-prvcy__outer__head {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-prvcy__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-prvcy__outer {
    padding: 0;
  }
}
.ydc-meet-doc {
  padding: 80px 0 50px;
}
.ydc-meet-doc__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  padding: 0 20px;
}
.ydc-meet-doc__w-25 {
  width: 25%;
}
.ydc-meet-doc__w-75 {
  width: 75%;
}
.ydc-meet-doc__w-75 h2 {
  font-size: 32px;
  line-height: 44px;
  color: #1A1A1A;
  padding-bottom: 10px;
}
.ydc-meet-doc__w-75 h3 {
  color: #9B958E;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ydc-meet-doc__w-75 p {
  font-size: 19px;
  line-height: 30px;
  color: #1A1A1A;
  padding-bottom: 20px;
  width: 85%;
}
.ydc-meet-doc__img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.ydc-meet-doc__img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-meet-doc__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-meet-doc__outer {
    padding: 0;
    flex-direction: column;
  }
  .ydc-meet-doc__w-25, .ydc-meet-doc__w-75 {
    width: 100%;
  }
  .ydc-meet-doc__w-75 p {
    width: 100%;
  }
}
.ydc-dental-sec {
  padding: 80px 0 25px;
}
.ydc-dental-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
}
.ydc-dental-sec__head {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.ydc-dental-sec__outer {
  padding: 0 20px;
}
.ydc-dental-sec__inner {
  display: flex;
  gap: 30px;
  align-items: flex-end;
	padding:0 20px;
}
.ydc-dental-sec__w-55 {
  width: 55%;
}
.ydc-dental-sec__w-45 {
  width: 45%;
}
.ydc-dental-sec__list {
  list-style: disc;
  padding-left: 20px;
}
.ydc-dental-sec__list li {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 10px;
}
.ydc-dental-sec__img-outer {
  display: flex;
  gap: 10px;
}
.ydc-dental-sec__img-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.ydc-dental-sec__img-tabs img {
  width: 173px;
  height: auto;
  border-radius: 30px;
}
.ydc-dental-sec__img-tabs p {
  text-align: center;
  font-size: 19px;
  line-height: 28px;
min-height: 56px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-dental-sec__img-outer {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-dental-sec__outer {
    padding: 0;
  }
  .ydc-dental-sec__inner {
    flex-direction: column;
	 padding:0;
  }
  .ydc-dental-sec__w-55, .ydc-dental-sec__w-45 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ydc-dental-sec__outer {
    padding: 0;
  }
  .ydc-dental-sec__head, .ydc-trtmnt-wrap h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .ydc-dental-sec__inner, .ydc-dental-sec__img-outer {
    flex-direction: column;
  }
  .ydc-dental-sec__w-55, .ydc-dental-sec__w-45 {
    width: 100%;
  }
  .ydc-dental-sec__img-tabs {
    align-items: center;
  }
	.ydc-dental-sec__inner {
	 padding:0;
  }
}
.ydc-tmj-sec {
  padding: 80px 0 25px;
}
.ydc-tmj-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
}
.ydc-tmj-sec__head {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.ydc-tmj-sec__outer {
  padding: 0 20px;
}
.ydc-tmj-sec__wrap {
  display: flex;
  align-items: flex-end;
  gap: 50px;
padding:0 20px;
}
.ydc-tmj-sec__wrap h2 {
  color: #1A1A1A;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 20px 0;
}
.ydc-tmj-sec__wrap__list {
  list-style: disc;
  padding-left: 20px;
}
.ydc-tmj-sec__wrap__list li {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 3px;
}
.ydc-tmj-sec__w-60 {
  width: 55%;
}
.ydc-tmj-sec__w-40 {
  width: 45%;
}
.ydc-tmj-sec__img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.ydc-tmj-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-tmj-sec__outer {
    padding: 0;
  }
	.ydc-tmj-sec__wrap {
    flex-direction: column;
	  padding:0;
  }
}
@media (max-width: 767px) {
  .ydc-tmj-sec__outer {
    padding: 0;
  }
  .ydc-tmj-sec__head, .ydc-trtmnt-wrap h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .ydc-tmj-sec__wrap {
    flex-direction: column;
	  padding:0;
  }
  .ydc-tmj-sec__w-60, .ydc-tmj-sec__w-40 {
    width: 100%;
  }
}

.ydc-children-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 10px;
}
.ydc-children-sec__head {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.ydc-children-sec__outer {
  padding: 0 20px;
}
.ydc-children-sec__wrap {
 display: flex;
  align-items: center !important;
  gap: 60px;
}
.ydc-children-sec__wrap h2 {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 20px 0;
}
.ydc-children-sec__w-60 {
  width: 55%;
}
.ydc-children-sec__w-40 {
  width: 45%;
}
.ydc-children-sec__img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.ydc-children-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.ydc-children-sec .ydc-faq-card {
  border: none;
  border-bottom: 1px solid #A6A6A6;
  border-radius: 0;
}
.ydc-children-sec .ydc-faq-card.active {
  box-shadow: none;
}
.ydc-children-sec .ydc-faq-card__inner {
  border-top: none;
}
.ydc-children-sec .ydc-faq-card__arrow {
  width: 14px;
}
.ydc-children-sec .ydc-faq-card__inner {
  margin: 0;
  padding: 0;
}
.ydc-children-sec .ydc-faq-card__inner p {
  font-size: 16px;
  line-height: 24px;
  width: 90%;
}
.ydc-children-sec .ydc-faq-card__toggle span svg {
  width: 12px;
  height: 12px;
}
.ydc-children-sec .ydc-faq-card__toggle h3 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
}
.ydc-children-sec .ydc-faq-card__toggle {
  padding: 15px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-children-sec__outer {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ydc-children-sec__outer {
    padding: 0;
  }
  .ydc-children-sec__head, .ydc-trtmnt-wrap h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .ydc-children-sec__wrap {
    flex-direction: column;
  }
  .ydc-children-sec__w-60, .ydc-children-sec__w-40 {
    width: 100%;
  }
  .ydc-children-sec__wrap {
    gap: 30px;
  }
}
.ydc-rootcnl-sec {
    padding: 80px 0 25px;
}
.ydc-rootcnl-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
}
.ydc-rootcnl-sec__head {
  color: #1A1A1A;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.ydc-rootcnl-sec__outer {
  padding: 0 20px;
}
.ydc-rootcnl-sec h2 {
  font-size: 30px;
  line-height: 40px;
  color: #1A1A1A;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 40px;
}
.ydc-rootcnl-sec h3 {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 20px;
}
.ydc-rootcnl-sec__steps {
  width: 80%;
  height: auto;
  margin: auto;
  padding-bottom: 60px;
}
.ydc-rootcnl-sec__steps img {
  width: 100%;
  height: 100%;
}
.ydc-rootcnl-sec__list {
  list-style: disc;
  padding-left: 20px;
}
.ydc-rootcnl-sec__list li {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 5px;
}
.ydc-rootcnl-sec__ylw-outer {
  padding: 50px 30px;
  margin: 30px 0;
  background-color: #85846E;
  border-radius: 30px;
}
.ydc-rootcnl-sec__ylw-outer p {
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-rootcnl-sec__outer {
    padding: 0;
  }

}
@media (max-width: 767px) {
  .ydc-rootcnl-sec__outer {
    padding: 0;
  }
  .ydc-rootcnl-sec__head, .ydc-trtmnt-wrap h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .ydc-rootcnl-sec__ylw-outer {
    padding: 40px 20px;
  }
  .ydc-rootcnl-sec__steps {
    width: 100%;
    padding-bottom: 30px;
  }
}
/* 14/05/2025 updated header code */

.ydc-mdl-hme .modal-content {
  border-radius: 30px;
}
.ydc-mdl-hme .modal-title {
  color: #1A1A1A;
  font-size: 28px !important;
  line-height: 26px;
  padding: 20px 0 10px;
  font-weight: 600;
}
.ydc-mdl-hme .modal-title span {
  color: #85846E;
}
.ydc-mdl-hme .ydc-form textarea {
  height: 100px;
}

.modal-backdrop {
  position: static !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.3607843137);
}


.ydc-header.show {
  background-color: #4B4B4B;
  padding: 0;
}
.ydc-header.show .navbar-toggler {
  border: 1px solid #fff;
}
.ydc-header.show .ydc-header__logo img {
  width: 210px;
}
.ydc-header .navbar-nav .nav-link.active, .ydc-header .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.4588235294);
}
.ydc-header .nav-link, .ydc-header .dropdown-item {
  font-family: "Carlito", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
}
.ydc-header .navbar-expand-lg .navbar-nav {
  background-color: #85846E;
  padding: 5px 10px;
  border-radius: 30px;
  gap: 0px;
}
.ydc-header__logo {
  width: 240px;
  height: auto;
  transition: all 0.3s ease-in;
}
.ydc-header__logo img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.ydc-header .container-fluid {
  padding: 0;
}
.ydc-header__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.ydc-header .dropdown-item, .ydc-header .dropdown-menu .nav-link {
  color: #4B4B4B !important;
  padding-right: 70px;
}
.ydc-header .dropdown-item.active, .ydc-header .dropdown-item:active, .ydc-header .dropdown-menu .nav-link {
  background-color: #ffffff;
  color: #4B4B4B !important;
}
.ydc-header .only-mobile-tablet-n {
  display: none;
}
.ydc-header .navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 20px;
  padding: 18px 10px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ydc-header .nav-link {
    font-size: 16px;
  }
  .ydc-header .navbar-expand-lg .navbar-nav {
    padding: 10px;
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-header .ydc-btn {
    margin-top: 20px;
  }
  .ydc-header .navbar-expand-lg .navbar-nav {
    padding: 30px;
    gap: 20px;
  }
  .ydc-header .navbar-toggler-icon {
    filter: invert(1);
  }
  .ydc-header .dropdown-toggle {
    display: inline-block;
  }
  .ydc-header .dropdown-toggle::after {
    display: none;
  }
  .ydc-header .only-mobile-tablet-n {
    display: inline-block;
    --tw-text-opacity: 1;
    color: #fff;
  }
  .ydc-header .dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .ydc-header .dropdown-item, .ydc-header .dropdown-menu .nav-link {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .ydc-header .ydc-btn {
    margin-top: 20px;
  }
  .ydc-header .navbar-expand-lg .navbar-nav {
    padding: 30px 20px;
    gap: 7px;
  }
  .ydc-header {
    background-color: #4B4B4B;
  }
  .ydc-header .navbar-toggler-icon {
    filter: invert(1);
  }
  .ydc-header__logo {
    width: 180px;
  }
  .ydc-header .dropdown-toggle {
    display: inline-block;
  }
  .ydc-header .dropdown-toggle::after {
    display: none;
  }
  .ydc-header .only-mobile-tablet-n {
    display: inline-block;
    --tw-text-opacity: 1;
    color: #fff;
  }
  .ydc-header .dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .ydc-header .dropdown-item, .ydc-header .dropdown-menu .nav-link {
    color: #fff !important;
  }
}


/*flip card */
.flip-card {
  background-color: transparent;
  width: 100%; /* adjust as needed */
  height: 270px;
  perspective: 1000px;
}

.svg-icon {
  width: auto;
  height: 65px;
}
.svg-icon svg, .svg-icon img {
  width: 100%;
  height: 100%;
}

.head {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 0 20px;
  text-align: center;
  width: 75%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  background-color: #85846E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
}
.flip-card-front p.cnt,
.flip-card-back p.cnt {
  color: #E2E2E2;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 10px;
  text-align: center;
  width: 100%;
  margin: auto;
}

.flip-card-front {
  z-index: 2;
}

.flip-card-back {
  transform: rotateY(180deg);
  z-index: 1;
}

.trtmnt-card {
  background-color: #85846E;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.trtmnt-card__svg {
  width: auto;
  height: 65px;
}
.trtmnt-card__svg svg, .trtmnt-card__svg img {
  width: 100%;
  height: 100%;
}
.trtmnt-card__head {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 0 20px;
  text-align: center;
}
.trtmnt-card p.cnt {
  color: #E2E2E2;
  font-size: 19px;
  line-height: 26px;
  padding: 0 0 10px;
  text-align: center;
  width: 90%;
  min-height: 140px;
}

.trtmnt-card-1 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 20px 0px rgba(168, 168, 168, 0.2509803922);
}
.trtmnt-card-1__svg {
  width: auto;
  height: 35px;
}
.trtmnt-card-1__svg svg, .trtmnt-card-1__svg img {
  width: 100%;
  height: 100%;
}
.trtmnt-card-1__svg svg path, .trtmnt-card-1__svg img path {
  fill: #85846E;
}
.trtmnt-card-1__head {
  color: #1A1A1A;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 0 20px;
  text-align: center;
   display: flex;
    align-items: center;
    justify-content: center;
    min-height: 105px;
}
.trtmnt-card-1 p.cnt {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 26px;
  padding: 0 0 10px;
  text-align: center;
  width: 80%;
}
.trtmnt-card-1 .ydc-btn-wht {
  opacity: 0;
  margin-top: 10px;
}
.trtmnt-card-1:hover {
  transform: scale(1.01);
  background-color: #85846E;
}
.trtmnt-card-1:hover .ydc-btn-wht {
  opacity: 1;
}
.trtmnt-card-1:hover .trtmnt-card-1__head {
  color: #ffffff !important;
}
.trtmnt-card-1:hover p.cnt {
  color: #ffffff !important;
}
.trtmnt-card-1:hover .trtmnt-card-1__svg svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .trtmnt-card__head {
    min-height: 105px;
  }
}
@media (max-width: 767px) {
  .trtmnt-card-1 {
    transform: scale(1.01);
    background-color: #85846E;
  }
  .trtmnt-card-1__head {
    color: #ffffff !important;
  }
  .trtmnt-card-1 p.cnt {
    color: #ffffff !important;
  }
  .trtmnt-card-1__svg svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .ydc-treatmnts__tile-out-d {
    display: none;
  }
}
.ydc-choose-sec {
  background-color: rgba(133, 132, 110, 0.0588235294);
  padding: 60px 0;
}
.ydc-choose-sec__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}
.ydc-choose-sec .flip-card {
  width: calc(25% - 20px);
  margin: 10px;
}
.ydc-choose-sec__w-50 {
  width: 50%;
}
.ydc-choose-sec p {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 30px;
  width: 88%;
}
.ydc-choose-sec .ydc-heading {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}
.ydc-choose-sec .ydc-heading h2 {
    width: 55%;
    font-size: 50px;
}
.ydc-choose-sec__tile-out {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px -10px;
  padding: 0 20px;
}
.ydc-choose-sec .trtmnt-card {
  width: calc(25% - 20px);
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-choose-sec .trtmnt-card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .ydc-choose-sec__outer, .ydc-choose-sec__tile-out {
    padding: 0;
  }
  .ydc-choose-sec .flip-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .ydc-choose-sec__outer {
    flex-direction: column-reverse;
  }
  .ydc-choose-sec__w-50, .ydc-choose-sec p {
    width: 100%;
  }
  .ydc-choose-sec .ydc-heading {
    justify-content: flex-start;
  }
  .ydc-choose-sec .trtmnt-card {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .ydc-choose-sec__outer, .ydc-choose-sec__tile-out {
    padding: 0;
  }
  .ydc-choose-sec .ydc-heading h2 {
    width: 100%;
    text-align: center;
  }
  .ydc-choose-sec .flip-card {

	  width: calc(100% - 16px);
  }
}





/* developer code */
.trtmnt-card-1{
    padding: 20px 30px 40px !important;
}
.ydc-trtmnt-sec .ydc-heading h2 {
    text-align: center;
    width: 100% !important;
}

.ydc-header .ydc-btn {
	padding: 14px 18px;
	    WIDTH: 155PX;
}

.ydc-header .dropdown-menu .nav-link {
	display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
	font-family: "Calibri", "sans-serif";
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
	padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
 .ydc-map-card__map iframe {
   width:100%;
  }
.ydc-trtmnt-sec {
    padding: 30px 0 10px;
}
	 .ydc-header .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    min-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .ydc-map-card__map iframe {
    width:100%;
  }
	.ydc-trtmnt-sec {
    padding: 15px 0 50px;
	}
	.w-80{
			width: 100%;
	}
	.ydc-footer__wrap-sec {
    flex-direction: column;
    width: 100% !important;
	align-items:center !important;
  }

/* .ydc-trtmnt-sec .trtmnt-card-1 .ydc-btn-wht {
opacity: 1;
} */

body .ydc-mdl-hme .modal-content{
	min-width:100% !important;
}
 body .modal-dialog{
	max-width:100% !important;
}
.ydc-abut-sec, .ydc-prvtive-sec, .ydp-cnt, .ydc-cntct-innr {
    padding: 40px 0;
}
.ydc-header .navbar-expand-lg .navbar-nav {
        padding: 30px 10px;
}
 .ydc-header .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    min-width: 100% !important;
  }	
}
.ydc-footer__wrap-sec {
  display: flex !important;
  flex-wrap: wrap;
  width: 388px;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.ydc-footer__wrap-sec li a {
  min-width: 150px;
}
   	
.w-80{
	    width: 80%;
}
.ydc-prvtive-sec__list {
  list-style: disc;
  padding-left: 20px;
}
.ydc-prvtive-sec__list.lft40 {
  padding-left: 40px;
  padding-top: 10px;
}
.ydc-prvtive-sec__list li {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 5px;
}
.ydc-prvtive-sec__olist {
  list-style-type: decimal;
  padding-left: 20px;
}
.ydc-prvtive-sec__olist li {
  color: #1A1A1A;
  font-size: 19px;
  line-height: 34px;
  padding-bottom: 5px;
}
.pt-10 {
	padding-top:0 !important;
}
.ydc-hero .ydc-heading {
padding-top: 4%;
}
.ydc-trtmnt-sec .trtmnt-card-1 {
    width: calc(25% - 20px);
    margin: 10px;
    padding: 30px 20px !important;
}
/* .ydc-trtmnt-sec .trtmnt-card-1__svg {
    height: 45px;
} */

.ydc-header .modal-body{
padding: 0 40px 30px !important;
}
.ydc-mdl-hme .modal-content{
	min-width:600px !important;
}
.modal-dialog{
	max-width:600px !important;
}
.ydc-header .dropdown-menu .nav-link:hover {
background: #80808030;
}
.ydc-rootcnl-sec__ylw-outer p {
    line-height: 28px;
    font-size: 19px;
    font-weight: 400;
	padding:10px 0;
}
.img-60{
	width:65%;
	margin:auto;
}
.ydc-doc-list {
  background-color: rgba(182, 181, 181, 0.3725490196);
  padding: 80px 0;
}
.ydc-doc-list__outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.ydc-header .navbar-expand-lg .navbar-nav .dropdown-menu.show {
  min-width: 525px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ydc-header .navbar-expand-lg .navbar-nav .dropdown-menu.show li a {
  min-width: 250px;
}
.ydc-404 {
  background-color: #85846E;
  padding: 15% 0 10%;
}
.ydc-404__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 20px;
}
.ydc-404__img {
  width: 40%;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 30px;
  background: #fff;
  padding: 10px;
}
.ydc-404__img img {
  width: 100%;
  height: 100%;
}
.ydc-404__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-404__img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .ydc-404__img {
    width: 90%;
  }
}
.thankyou-section img {
    max-width: 45% !important;
    height: auto;
    margin-bottom: 30px;
   margin-top: 6%;
	border-radius: 20px;
}
.ydc-children-sec__w-60 .yarra ul {
 list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.ydc-children-sec__w-60 .yarra ul li {
  margin-bottom: 10px;
  font-size: 19px; 
  line-height: 28px; 
  /* color:#00000; 
font-weight:600; */
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 7px 10px;
}

.ydc-header .nav-link, .ydc-header .dropdown-item {
font-size: 16px;
 line-height: 24px;
}

/*new css 18-07-2025*/

.ydc-header__top-bar {
  background-color: #1a1a1a;
}
.ydc-header__top-bar .outer {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.ydc-header__top-bar .outer svg {
  width: 18px;
  height: 18px;
}
.ydc-header__top-bar .inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ydc-header__top-bar p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
.ydc-header__top-bar .outer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.ydc-curve {
  margin-top: 0;
  margin-bottom: -15px;

}
.ydc-curve__curve {
  width: 100%;
  height: auto;
}
.ydc-curve__curve img {
  width: 100%;
  height: 100%;
}
.ydc-spcl-hme {
  background-color: #85846e;
  padding: 80px 0 40px;
}
.ydc-spcl-hme .ydc-heading h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
/* .ydc-spcl-hme__outer {
  background-color: #f3f3f3;
  border-radius: 36px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
} */
.ydc-spcl-hme__sec1 {
  width: 40%;
  height: auto;
}
.ydc-spcl-hme__sec1 img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
}
.ydc-spcl-hme__sec2 {
  padding: 10px;
  overflow-y: auto;
  width: 60%;
}
.ydc-spcl-hme__sec2 .head {
  color: #000000;
  font-size: 32px;
  line-height: 26px;
  padding: 20px 0;
  width: 100%;
  font-weight: 600;
  text-align: left;
}
.ydc-spcl-hme__sec2 .sub {
  color: #838383;
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 20px;
}
.ydc-spcl-hme__sec2 .cnt-box {
  max-height: 225px;
}
.ydc-spcl-hme__sec2 .cnt-box p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .ydc-spcl-hme__outer {
    flex-direction: column;
  }
  .ydc-spcl-hme__sec1,
  .ydc-spcl-hme__sec2 {
    width: 100%;
  }
}

.ydc-accredited {
  padding: 0 0 30px;
}
.ydc-accredited__outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px -20px;
}
.ydc-accredited__img {
  width: calc(25% - 40px);
  margin: 10px 20px;
}
.ydc-accredited__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .ydc-accredited__img {
    width: calc(50% - 40px);
  }
}

.ydc-faq-card__inner.active ul li {
    list-style: disc;
    padding: 10px 0px 10px 0px;
}

/*new css 18-07-2025*/

.ydc-fixed-popup {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 9999;
}
.ydc-fixed-popup__logo {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
.ydc-fixed-popup__logo img {
  width: 100%;
  height: 100%;
}
.ydc-fixed-popup .ydc-fixed-form {
  display: none;
  position: fixed;
  right: 9%;
  bottom: 5%;
}
.ydc-fixed-popup .ydc-fixed-form.show {
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-fixed-popup .ydc-fixed-form {
    right: 14%;
  }
}
@media (max-width: 767px) {
  .ydc-fixed-popup .ydc-fixed-form {
    right: 15%;
    bottom: 10%;
  }
}

.ydc-emergency-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.ydc-emergency-sec__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
}
.ydc-emergency-sec__head {
  color: #ffffff;
  font-size: 32px;
  line-height: 60px;
  font-weight: 700;
  padding: 0 0 10px;
}
.ydc-emergency-sec__cnt {
  color: #ffffff;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
}
.ydc-emergency-sec__list {
  list-style-type: none;
  padding-top: 20px;
}
.ydc-emergency-sec__list .inner {
  gap: 20px;
  align-items: flex-start;
  color: #ffffff;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-flex;
  padding-bottom: 15px;
}
.ydc-emergency-sec__list .logo-sec {
  width: 25px;
  height: 25px;
}
.ydc-emergency-sec__list .logo-sec svg {
  width: 100%;
  height: 100%;
}
.ydc-emergency-sec__img {
  width: 400px;
  height: auto;
}
.ydc-emergency-sec__img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-emergency-sec__outer {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .ydc-emergency-sec__outer {
    flex-direction: column;
    gap: 30px;
  }
}
.ydc-payment-form .form-container {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.ydc-payment-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.ydc-payment-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ydc-payment-form label {
  font-size: 20px;
  margin-bottom: 6px;
  color: #3c3c3c;
}
.ydc-payment-form input,
.ydc-payment-form select {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  background: #f9f9f9;
  transition: border 0.2s ease;
  color: #939393;
  font-size: 20px;
}
.ydc-payment-form input:focus,
.ydc-payment-form select:focus {
  border-color: #6c757d;
  background: #fff;
}
.ydc-payment-form hr {
  border: 2px solid #ececec;
  margin: 30px 0 20px;
}
.ydc-payment-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .ydc-payment-form .form-row {
    flex-wrap: wrap;
  }
}
.ydc-paymnt-modal .modal-content {
  border-radius: 30px;
}
.ydc-paymnt-modal .modal-title {
  color: #1a1a1a;
  font-size: 28px !important;
  line-height: 26px;
  padding: 20px 0 10px;
  font-weight: 600;
}
.ydc-paymnt-modal .modal-title span {
  color: #85846e;
}
.ydc-paymnt-modal .ydc-form textarea {
  height: 100px;
}
.ydc-paymnt-modal .modal-backdrop {
  position: static !important;
}
.ydc-paymnt-modal .modal {
  background-color: rgba(0, 0, 0, 0.3607843137);
}
.ydc-paymnt-modal .modal-dialog {
  max-width: 60% !important;
}

@media (max-width: 767px) {
  .ydc-paymnt-modal .modal-dialog {
    max-width: 100% !important;
  }
}

.ydc-fixed-form {
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 37px;
  transition: all 0.3s ease-in-out;
  animation: fadeIn 0.5s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.ydc-fixed-form__sec1 {
  background-color: #1a1a1a;
  padding: 15px 15px 10px;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}
.ydc-fixed-form__sec1 p.head {
    color: #ffffff;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 15px;
    width: 70%;
    text-align: left;
}
.ydc-fixed-form__logo {
  width: 40px;
  height: auto;
margin-left:auto;
}
.ydc-fixed-form__logo img {
  width: 100%;
  height: 100%;
}
.ydc-fixed-form__sec2 {
  background-color: #ffffff;
  padding: 15px;
  border-bottom-left-radius: 37px;
  border-bottom-right-radius: 37px;
}
.ydc-fixed-form .form-container {
  width: 100%;
  max-width: 400px;
}
.ydc-fixed-form label {
  display: block;
  font-size: 16px !important;
  margin-bottom: 6px !important;
  color: #3c3c3c !important;
  font-weight: 400 !important;
}
.ydc-fixed-form input,
.ydc-fixed-form textarea,
.ydc-fixed-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: none;
  background: #f7f7f7;
  border-radius: 8px;
  font-size: 12px;
  box-sizing: border-box;
}
.ydc-fixed-form .phone-group {
  display: flex;
  gap: 8px;
}
.ydc-fixed-form .phone-group select {
  width: -moz-max-content;
  width: max-content;
}
.ydc-fixed-form .phone-group input {
  flex: 2;
}
.ydc-fixed-form button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background-color: #7d7c67;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.ydc-fixed-form button:hover {
  background-color: #666652;
}
.ydc-fixed-popup__logo .hide {
  display: none;
}
.ydc-fixed-popup__logo .show {
  display: none;
}
.ydc-prvtive-sec__wrap__list {
  list-style: disc;
padding-top:20px;
}

.ydc-prvtive-sec__wrap__list li {
      color: #1A1A1A;
    font-size: 19px;
    line-height: 28px;
  padding-bottom: 10px;
}
.ydc-prvtive-sec__wrap{
display: flex;
    gap: 30px;
}
.modal-header .btn-close{
padding: 10px 30px;
}


.ydc-spcl-hme {
  background-color: #85846e;
  padding: 80px 0 40px;
}
.ydc-spcl-hme .ydc-heading h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
.ydc-spcl-hme__outer {
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: center;
  width: 90%;
  margin: auto;
  padding-top: 40px;
}
.ydc-spcl-hme__card {
  background-color: #f3f3f3;
  border-radius: 36px;
  padding: 45px 45px 60px;
  width: 50%;
}
.ydc-spcl-hme__card h3.title-lg {
  color: #1a1a1a;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
.ydc-spcl-hme__card p.cnt {
  color: #1a1a1a;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 15px;
	
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ydc-spcl-hme__outer {
    width: 100%;
  }
  .ydc-spcl-hme__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .ydc-spcl-hme__outer {
    flex-direction: column;
    width: 100%;
  }
  .ydc-spcl-hme__card {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
	.ydc-emergency-sec__img{
		width:100%;
	}

.ydc-map-card__map {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.ydc-trtmnt-sec .trtmnt-card-1 {
    width: calc(50% - 22px) !important;
    margin: 10px;
    padding: 20px !important;
}
	.ydc-payment-form .form-container {
    padding: 0 !important;
    margin: 0 !important;
}
.flip-card {
    height: 240px;

}
.ydc-prvtive-sec__wrap {
  flex-direction: column;
}

.ydc-prvtive-sec__wrap__list {
  padding-left: 30px;
}	

}

.ydc-map-card__inner {
	position: relative;
}

.ydc-map-card__inner .inner {
	    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 15px;
	top: -15px;
}
h4.doctor-position {
    text-align: center;
    padding: 15px;
	color:#85846E;
	font-style:italic;
}
.ydc-cntct-innr .ydc-form button {
  background-color: #1A1A1A !important;
    border-radius: 20px !important;
    font-family: "Outfit", sans-serif !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    padding: 18px 25px !important;
    display: inline-block !important;
    transition: all 0.3s ease;
    border: 2px solid #1A1A1A !important;
  display: flex !important;
  align-items: center !important;
  
}

/* Match custom form styling inside popup */
.ydc-fixed-form__sec2 #wpforms-1839 {
  --wpforms-field-border-radius: 8px;
  --wpforms-field-background-color: #F8F8F8;
  --wpforms-field-border-color: #F8F8F8;
  --wpforms-field-text-color: #939393;
  --wpforms-label-color: #3C3C3C;
  --wpforms-button-border-radius: 20px;
  --wpforms-button-background-color: #85846E;
  --wpforms-field-size-input-height: 43px;
  --wpforms-field-size-font-size: 16px;
  --wpforms-button-size-font-size: 17px;
  --wpforms-button-size-height: 41px;
}

/* Fix input spacing inside popup */
.ydc-fixed-form__sec2 #wpforms-1839 input,
.ydc-fixed-form__sec2 #wpforms-1839 textarea {
  margin-bottom: 15px;
}

/* Make button look neat */
.ydc-fixed-form__sec2 #wpforms-1839 button[type="submit"] {
 background: linear-gradient(90deg, #686D5C 0%, #929E74 100%);
    border-radius: 35px;
    font-family: "Outfit", sans-serif;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #929E74;
    font-size: 17px;
	cursor:pointer;
}
/* Remove bottom padding/margin from labels & inputs */
.ydc-fixed-form__sec2 .wpforms-field {
  margin-bottom: 10px !important; /* reduce spacing */
  padding-bottom: 0 !important;
}

.ydc-fixed-form__sec2 .wpforms-field label {
  margin-bottom: 4px !important; /* tighten label spacing */
  padding-bottom: 0 !important;
}

.ydc-fixed-form__sec2 .wpforms-field input,
.ydc-fixed-form__sec2 .wpforms-field select,
.ydc-fixed-form__sec2 .wpforms-field textarea {
  margin-bottom: 0 !important;
  padding-bottom: 8px !important; /* keep inner padding, only bottom space outside removed */
}


.wpforms-container .wpforms-submit-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

#wpforms-1851 {
    position: relative;
}


#wpforms-1851 .wpforms-submit-spinner {
    position: absolute;
    top: 46%;
    left: 25%;
    transform: translate(-50%, -50%);
    display: none; 
    z-index: 10;
}

#wpforms-1606 {
    text-align: left;
}

#wpforms-1606 .wpforms-field {
    text-align: left;
}

#wpforms-1606 .wpforms-submit-container {
    text-align: left;
}

#wpforms-1606 .wpforms-error {
    text-align: left;
}
.wpforms-container label.wpforms-error,
.wpforms-container em.wpforms-error {
    display: block;
    color: #D6363A !important;
    font-size: 0.9em;
    font-style: normal;
    cursor: default;
    min-width: 120px;
    position: relative;
    padding-left: 22px;
}


.logo-sec svg {
    width: 30px !important;
    height: 30px !important;
}

.iti__selected-dial-code {
    display: none;
}
@media (max-width: 767px) {
	.ydc-abut-hme .ydc-heading h2 svg {
  right: -4%;
}
}


.ydc-form .wpforms-submit-spinner {
    top: 125% !important;
    left: 48% !Important;
}
.ydc-fixed-form__sec2 #wpforms-1839{
	margin:0 !important;
}
.ydc-paymnt-modal .ydc-paymnt-modal .modal-title{
padding:0 !important;
}


