@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 0.526vw;
}

p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

:root {
  --black: #1f1f1f;
  --green: #b67044;        /* Primary brand */
  --dark-green: #562b0c;   /* Logo dark color */
  --para-color: #6a574f;   /* Warm neutral tone */
  --grey: #8a7b73;         /* Soft warm grey */
  --light-green: #d9a57d;  /* Light accent of #b67044 */
  --section-green: #f3ebe5; /* Light warm section bg */
  --white: #ffffff;
  --heading-grey: #3b2a20; /* Dark warm heading color */
}


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%;
  font: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: var(--black);
  overflow-x: hidden;
  background-color: #fff;
}
.grey-bg {
  background-color: var(--black);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.14;
}
h1,
.h1 {
  font-size: 7.8rem;
  letter-spacing: -0.32rem;
}
h2,
.h2 {
  font-size: 6rem;
  letter-spacing: -0.3rem;
}
h3,
.h3 {
  font-size: 5.5rem;
  letter-spacing: -0.2rem;
}
h5 {
  font-size: 3.8rem;
  letter-spacing: -0.15rem;
}
h6 {
  font-size: 3rem;
  letter-spacing: -0.11rem;
}
p {
  letter-spacing: -0.1rem;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
a,
button,
img {
  transition: all 0.4s ease;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
.ctn,
.center,
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.italic {
  font-style: italic;
}
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}

button {
  cursor: pointer;
  outline: none;
}
.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.slick-slide {
  display: flex;
  height: inherit;
}

.slick-track {
  display: flex !important;
  flex-wrap: nowrap;
}

a {
  text-decoration: none;
  color: inherit;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}
.com-padding {
  padding-top: 15rem;
  background:linear-gradient(180deg, #eff5f1 60.95%, rgba(239, 245, 241, 0) 127.28%);
  padding-bottom: 15rem;
}

.bottom-padding {
  padding-bottom: 15rem;
}

.top-padding {
  padding-top: 15rem;
}

.show-750 {
  display: none !important;
}

img {
  max-width: 100%;
}

.container,
.large-container {
  max-width: 1495px;
  margin: 0 auto;
  width: 90%;
  padding: 0 20px;
}
.large-container {
  max-width: 1720px;
  width: 95%;
}
.grid {
  display: grid;
}

.grid-box-2,
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-box-3,
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-box-4,
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-box-5,
.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-gap-2 {
  grid-gap: 2rem 2rem;
}
.grid-gap-3 {
  grid-gap: 3rem 3rem;
}
.grid-gap-4 {
  grid-gap: 4rem 4rem;
}
.grid-gap-5 {
  grid-gap: 5rem 5rem;
}
.grid-gap-6 {
  grid-gap: 6rem 6rem;
}
.grid-gap-7 {
  grid-gap: 7rem 7rem;
}

.white-text > *,
.white-text,
.text-white {
  color: #fff !important;
}
.text-black {
  color: var(--black);
}
.box-center,
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.space-between,
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}

.flex-center,
.align-center {
  align-items: center;
}

.flex-up,
.align-start {
  align-items: flex-start;
}

.flex-down,
.align-end {
  align-items: flex-end;
}

.col-1,
.w-10 {
  width: 10%;
}

.col-15,
.w-15 {
  width: 15%;
}

.col-25,
.w-25 {
  width: 25%;
}

.col-2,
.w-20 {
  width: 20%;
}

.col-3,
.w-30 {
  width: 30%;
}
.col-33,
.w-33 {
  width: 33.33%;
}
.col-35,
.w-35 {
  width: 35%;
}

.col-4,
.w-40 {
  width: 40%;
}
.col-45,
.w-45 {
  width: 45%;
}

.col-5,
.w-50 {
  width: 50%;
}
.col-55,
.w-55 {
  width: 55%;
}
.col-6,
.w-60 {
  width: 100%;
}

.col-65,
.w-65 {
  width: 65%;
}
.col-7,
.w-70 {
  width: 70%;
}

.col-8,
.w-80 {
  width: 80%;
}
.col-85,
.w-85 {
  width: 85%;
}
.col-9,
.w-90 {
  width: 90%;
}

.col-75,
.w-75 {
  width: 75%;
}

.col-100,
.full-col,
.w-100,
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.sticky-box {
  position: sticky;
  top: 15rem;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bg-white {
  background-color: var(--white);
}
.bg-green {
  background-color: var(--green);
}
.large-pera {
  font-size: 3rem;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.overflow-hidden {
  overflow: hidden;
}
.btn {
  padding: 2.2rem 4.5rem;
  border-radius: 5rem;
  background-color: var(--green);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--green);
  position: relative;
  overflow: hidden;
  font-size: 2.2rem;
  line-height: 1;
}
.btn.btn-small {
  padding: 1.9rem 3.8rem;
}
.btn:hover {
  background-color: var(--dark-green);
  border-color: var(--dark-green);
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--green);
  border-color: var(--white);
}
.btn.btn-white:hover {
  background-color: var(--dark-green);
  color: var(--white);
}
.btn-outline-green {
  background-color: transparent;
  border-color: var(--green);
  color: var(--green);
}
.btn-outline-green:hover {
  background-color: var(--green);
  color: var(--white);
}

.page-intro {
  padding-top: 20rem;
}
.page-intro .btn {
  padding: 2.7rem 5rem;
}
.page-intro p {
  font-size: 3rem;
  color: #595959;
}
.page-intro h1 span {
  color: var(--green);
}

.font-600 {
  font-weight: 600;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
b,
strong {
  font-weight: 600;
}
.text-green {
  color: var(--green);
}
.section-sub {
  font-size: 1.8rem;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.icon-btn.btn img {
  max-width: 2rem;
  max-height: 3.2rem;
  display: inline-block;
  margin-left: 2rem;
}
#bottom-nav-box.btn-box .icon-btn.btn img {
  max-width: 15rem;
  margin-left: 0;
}
/* COMMON CLASSES ENDS HERE */

/* ------------------------------------------------ */
/* ------------- HEADER STYLES START -------------- */
/* ------------------------------------------------ */
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
#header.stick-header {
  position: fixed !important;
  background-color: #eff5f0;
  border-bottom: 1px solid #dcecde;
  animation: smoothScroll 1s forwards;
  left: 0;
  top: 0;
  transform: translateX(0);
  z-index: 50;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-7rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.header-inner {
  padding: 4rem 2rem;
  width: 90%;
  margin: 0 auto;
  max-width: 1920px;
}
.stick-header .header-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header-logo img {
  max-height: 6.8rem;
}
header .menu-wrapper {
  padding: 1.5rem;
  border-radius: 1.1rem;
}
header .menu-wrapper a {
  line-height: 1;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 2.5rem 2.5rem;
}
.header-menu ul {
  display: flex;
  align-items: center;
}
.header-menu li a:hover,
.header-menu li.current-menu-item a {
  color: var(--green);
}
header .header-btn {
  background-color: var(--green);
  color: var(--white);
  font-weight: 500;
  border-radius: 1.2rem;
  padding: 3rem 3rem;
  margin-left: 1.5rem;
}
header .header-btn:hover {
  background-color: var(--dark-green);
}

/* ------------------------------------------------ */
/* ------------- FOOTER STYLES START -------------- */
/* ------------------------------------------------ */
.footer {
  background-color: #3d4536;
}
.footer a,
.footer p,
.footer div {
  color: #a2ac99;
  font-size: 2rem;
}
.footer a:hover {
  color: var(--white);
}
.footer-top {
  padding-bottom: 7rem;
}
.footer-logo img {
  max-height: 8.3rem;
}

.footer-branch-item .title {
  background-color: #505849;
  padding: 3px 10px;
  font-weight: 600;
}
.footer-branch-address li {
  padding: 4rem 0;
  border-bottom: 1px solid #747474;
}
.footer-branch-address li:first-child {
  padding-top: 2rem;
}
.footer-contact-list li {
  margin: 15px 0;
}
.footer-social-list {
  gap: 2rem;
}
.footer-social-list img {
  max-height: 2.4rem;
}
.footer-menu-group {
  padding: 4rem 0;
  border-top: 1px solid #747474;
}
.footer-menu-group:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.footer-menu-box h6 {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}
.footer-menu-box li {
  margin: 3px 0;
}
.footer-menu-box li a {
  padding: 2.5px 0;
  display: inline-block;
}
.footer-menu-box.city-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
}
.footer-bottom {
  padding: 6rem 0;
  border-top: 1px solid #747474;
}
.footer-bottom p a {
  padding: 0 3px;
}
.footer-bottom a:hover {
  color: #a2ac99;
}
.footer-bottom p,
.footer-bottom div,
.footer-bottom a {
  color: var(--white);
  font-size: 1.9rem;
}
/* ------------------------------------------------ */
/* ------------- HOMEPAGE STYLES START -------------- */
/* ------------------------------------------------ */

.hp-top-fold {
  background: linear-gradient(
    179.59deg,
    rgba(235, 243, 237, 0.8) 3.58%,
    rgba(255, 255, 255, 0.8) 16.7%,
    #ebf3ed 48.83%,
    #ffffff 94.39%
  );
}
.hp-intro-slider .slick-slide {
  margin: 0 2rem;
}
.hp-intro-slider-section .btn-box {
  padding: 1.8rem 1.8rem;
  border-radius: 5rem;
  margin-top: -6rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hp-intro-slider-section .btn-box .divider {
  width: 2.6rem;
  margin: 0 2rem;
}

.hp-truth-section .wrapper {
  padding: 10rem 0 10rem 10rem;
  background: url("../img/hp-truth-bg-desktop.webp") no-repeat center;
  background-size: cover;
  border-radius: 4rem;
}
.hp-truth-slider .slick-list {
  padding: 0 14% 0 0 !important;
}
.hp-truth-slider .slick-slide {
  margin-right: 2rem;
}

.hp-promise-section .text-box img {
  border-radius: 2rem;
}
.hp-truth-slide .count {
  width: max-content;
  font-size: 13rem;
  color: #c5ed82;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 20rem;
}
.hp-truth-slide .flex-1 {
  padding-left: 2rem;
}
.hp-truth-slide .count::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/green-circle-line.webp") no-repeat center;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}
.hp-truth-slider .slick-current .count::before {
  opacity: 1;
}

.hp-truth-section .slider-arrows.hide-768 {
  margin-top: -8rem;
}
.hp-truth-slider .hp-truth-slide {
  max-width: 60rem;
}
.hp-truth-slider h3 {
  font-size: 4rem;
  min-height: 9rem;
}
.hp-truth-slide p {
  letter-spacing: -1px;
}
.hp-truth-section .slider-arrows {
  padding-right: 10rem;
}
.slider-arrows .circle-arrow {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.4s ease;
}
.slider-arrows .circle-arrow.bg-white {
  border-color: var(--white);
}
.slider-arrows .circle-arrow.bg-green {
  border-color: var(--green);
}
.slider-arrows .circle-arrow.bg-green:hover {
  background-color: #37402c;
}
.slider-arrows .circle-arrow.bg-white:hover {
  background-color: transparent;
}
.slider-arrows .next-arrow {
  margin-left: 2rem;
}
.slider-arrows .circle-arrow img {
  max-height: 2.2rem;
}
.slider-arrows .circle-arrow.bg-white:hover img {
  filter: invert(1);
}
.slider-arrows .outline-arrow {
  border-color: #b2b2b2;
  background-color: transparent;
}
.slider-arrows .outline-arrow:hover {
  background-color: var(--white);
  border-color: var(--white);
}
.section-with-count .section-heading {
  padding-bottom: 4rem;
  border-bottom: 1px solid #aaaaaa;
}
.section-with-count .section-heading .count {
  border: 1px solid #707070;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.65rem;
  font-size: 2.2rem;
  font-weight: 300;
  color: #707070;
}
.hp-promise-list li {
  margin-top: 6rem;
}
.hp-promise-list .count {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 300;
  background-color: #3d4536;
  margin-right: 2rem;
}
.hp-promise-list p {
  color: #747474;
}
.hp-promise-slide {
  border-radius: 1.9rem;
}
/* .hp-promise-slider .slick-list {
  padding: 0 31% !important;
} */
.hp-promise-slider .slick-slide {
  margin: 0 2rem;
}
.bg-white .section-heading p {
  color: #000000;
}

.hp-difference-item {
  padding: 1.5rem 5rem;
  border-radius: 4rem;
  border: 1px solid #d8d8d8;
  margin-top: 3rem;
  box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.08);
}


.hp-difference-item .title-box {
  width: 33%;
  padding-right: 4rem;
}

.hp-difference-item .content-box {
  width: 67%;
  border-left: 1px solid #cacaca;
}

.hp-difference-item .icon {
  width: 10.9rem;
  height: 10.9rem;
  border-radius: 50%;
  background-color: #627251;
  padding: 2rem;
}

.hp-difference-item .icon img {
  max-height: 5.5rem;
  filter: brightness(3);
}

.hp-difference-item h5 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 2rem;
  letter-spacing: normal;
}

.hp-difference-item li {
  padding: 1.5rem 0 1.5rem 5rem;
}

.hp-difference-item li:last-child {
  border-top: 1px solid #cacaca;
}

.hp-difference-item li:last-child h6,
.hp-difference-item li:last-child p {
  color: #797979;
}

.hp-difference-item li h6 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.hp-difference-item li h6 img {
  width: 2.2rem;
  margin-left: 1rem;
}

.slick-arrow.diff-arrow {
  padding: 1.5rem 2.5rem;
  border-radius: 5rem;
  cursor: pointer;
}
.slick-arrow.diff-arrow img {
  max-height: 1.9rem;
}
.diff-prev span {
  margin-left: 4rem;
}
.diff-next span {
  margin-right: 4rem;
}
.diff-arrow.slick-disabled {
  background-color: #c7c7c7;
  cursor: not-allowed;
  pointer-events: none;
}
.slick-arrow.bg-green {
  background-color: var(--green);
}
.hp-experts-section {
  background: linear-gradient(
    180deg,
    #eff5f1 60.84%,
    rgba(239, 245, 241, 0) 105.31%
  );
  border-radius: 8rem 8rem 0 0;
}
.hp-expert-header .slide-item {
  padding: 5rem 1rem;
  cursor: pointer;
}
.hp-expert-header .slick-slide:nth-of-type(2),
.hp-expert-header .slick-slide:nth-of-type(3) {
  text-align: center;
}
.hp-expert-header .slick-slide:nth-of-type(2) .title,
.hp-expert-header .slick-slide:nth-of-type(3) .title {
  margin-left: auto;
  margin-right: auto;
}
.hp-expert-header .slick-slide:nth-of-type(2) .slide-item {
  margin-left: -30%;
}
.hp-expert-header .slick-slide:nth-of-type(3) .slide-item {
  margin-right: -30%;
}
.hp-expert-header .slick-slide:nth-of-type(4) {
  text-align: right;
}
.hp-expert-header .slick-slide:nth-of-type(4) .title {
  margin-left: auto;
}
.hp-expert-header .slide-item .title {
  margin-bottom: 7rem;
  padding: 1rem 1rem;
  position: relative;
  width: max-content;
  border-radius: 0.5rem;
  z-index: 3;
}
.hp-expert-header .slick-current .title {
  color: var(--white);
  background-color: var(--green);
}

.hp-expert-header .percentage {
  font-size: 2rem;
  color: #afafaf;
  position: relative;
  width: max-content;
}

.hp-expert-header .percentage::before {
  content: "";
  position: absolute;
  top: -2rem;
  width: 1px;
  height: 1.6rem;
  background-color: #afafaf;
  left: 49%;
}
.hp-expert-progress-bar {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 1.4rem;
  background-color: #d5e6c3;
  border-radius: 2rem;
  overflow: hidden;
}
.hp-expert-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-color: #627251;
  transition: all 0.4s ease;
  will-change: width;
}
.hp-expert-content .slick-list {
  margin: 0 -1.5rem;
}
.hp-expert-content .slick-slide {
  margin: 0 1.5rem;
}
.hp-expert-content .slide-item {
  display: flex !important;
  padding: 3rem 0;
}
.hp-expert-content .icon-wrapper {
  padding: 2rem;
}
.hp-expert-content .icon {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  padding: 2.8rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.hp-expert-content .slide-item .content-wrapper {
  padding-left: 10rem;
}
.hp-expert-content .slide-item::before,
.hp-expert-content .slide-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 20rem;
  width: 5.8rem;
  height: 10px;
  background: url("../img/hp-expert-qht-arrow.webp") no-repeat center;
  background-size: contain;
}
.hp-expert-content .slide-item::after {
  left: calc(40% + 22rem);
}
.hp-expert-content .slide-item .content-box {
  padding: 3rem 2rem;
  border-radius: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: max-content;
}
.hp-expert-content .slide-item h6 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.hp-expert-content .left-box li {
  padding: 1.9rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.hp-expert-content .content-box li:last-child {
  border: 0;
  padding-bottom: 0;
}
.hp-expert-content .left-box li img {
  max-height: 4rem;
}
.hp-expert-content .right-box li {
  font-size: 2.2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 300;
  position: relative;
  padding-left: 3rem;
}
.hp-expert-content .right-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/hp-expert-tick.webp") no-repeat center;
  background-size: contain;
}
.hp-img-poster img {
  height: 100rem;
  max-height: 95vh;
}
.accordion-head {
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
}
.accordion-head::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4rem;
  width: 1.7rem;
  height: 1rem;
  background: url("../img/accordion-arrow-black.webp") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
}
.accordion-head.active::before {
  transform: rotate(180deg);
}
.accordion-body {
  display: none;
  padding-bottom: 4rem;
  padding-right: 3rem;
}
.hp-service-accordion .accordion-item {
  border-bottom: 1px solid #aaaaaa;
}
.hp-service-accordion .accordion-head {
  padding: 3rem 2rem 3rem 0;
}
.hp-service-accordion .accordion-head .count {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  margin-right: 2rem;
  background-color: #3d4536;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
}
.hp-service-accordion .accordion-head h6 {
  font-size: 2.4rem;
  font-weight: 400;
}
.hp-service-accordion .accordion-body * {
  font-size: 1.8rem;
  letter-spacing: 0;
}
.hp-gallery-section .slider-wrapper {
  width: 48%;
}
.before-after-wrapper .img-box {
  border-radius: 2rem;
  overflow: hidden;
  height: inherit;
}
.before-after-wrapper .img-box img {
  min-height: 39.5rem;
  border-radius: 2rem;
  height: 100%;
  position: relative;
  display: block;
}
.beforeAfter div:nth-of-type(3) > div > div {
  width: 5rem !important;
  height: 5rem !important;
  line-height: 4.2rem !important;
  border-radius: 1rem !important;
  top: 70% !important;
}
.beforeAfter div.w-100::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  color: var(--black);
  font-size: 1.8rem;
  z-index: 1;
}
.beforeAfter div.w-100.before::before {
  content: "Before";
  left: 3rem;
}
.beforeAfter div.w-100.after::before {
  content: "After";
  right: 3rem;
}

/* Popup Styles */
.popup-box {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.popup-box.active,
.popup-box.active .popup-overlay {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.popup-content-wrapper {
  position: relative;
  z-index: 10;
  padding: 14rem 3rem 4rem 3rem;
  background-color: #eff5f1;
  border-radius: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 90%;
  max-width: 1700px;
  max-height: 95vh;
  margin: 0 auto;
}

.popup-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: calc(95vh - 17rem);
}
.popup-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar-thumb {
  background-color: #777777;
}
.close-popup {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: var(--green);
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.close-popup img {
  max-width: 2rem;
  object-fit: contain;
  display: inline-block;
  transition: all 0.4s ease;
}
.close-popup.plus-icon img {
  transform: rotate(45deg);
}

.popup-box iframe,
.popup-box video {
  width: 100%;
  min-height: 450px;
  height: 68vh;
}
.hp-popup-gallery-group {
  padding: 6rem 0;
  border-top: 1px solid #b8b8b8;
}
.hp-popup-gallery-group:first-of-type {
  padding-top: 0;
  border: 0;
}
.hp-gallery-popup .popup-gallery-wrapper {
  gap: 3rem 3rem;
}
.hp-gallery-popup .slider-wrapper {
  width: calc(33.33% - 3rem);
}
.popup-box .popup-title {
  position: absolute;
  left: 4rem;
  top: 5rem;
  width: calc(100% - 10rem);
}
.hp-gallery-popup .before-after-wrapper .img-box img {
  min-height: 41.5rem;
}
input,
textarea,
select {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-bottom: 2rem;
  width: 100%;
  transition: all 0.4s ease;
}
.green-bg-form .input-box input {
  border: 0;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  background-color: transparent;
}
.green-bg-form .input-box input::placeholder,
.green-bg-form .input-box textarea::placeholder,
.green-bg-form .input-box select::placeholder {
  color: var(--white);
}
.green-bg-form .submit-box input {
  background-color: var(--white);
  color: var(--green);
  border: 1px solid var(--white);
  outline: none;
  padding: 2rem 4rem;
  border-radius: 5rem;
  cursor: pointer;
  font-weight: 500;
}
.green-bg-form .submit-box input:hover {
  background-color: transparent;
  color: var(--white);
}
.hp-catalogue-section .form-box .flex-box {
  gap: 4rem;
}
.hp-catalogue-section .input-box.name {
  width: 40%;
}
.hp-catalogue-section .input-box.email {
  width: 50%;
}
.hp-catalogue-section ul {
  list-style: disc;
  padding-left: 2rem;
}
.hp-catalogue-section li {
  margin: 10px 0;
  font-weight: 500;
}
.hp-testimonial-section {
  background: linear-gradient(
    180deg,
    #eff5f1 60.95%,
    rgba(239, 245, 241, 0) 127.28%
  );
}
.tab-content {
  display: none;
}
.hp-testimonial-tabs {
  padding: 1.5rem 1rem;
  border-radius: 1.5rem;
}
.hp-testimonial-tabs a {
  color: var(--green);
  padding: 2rem 2rem;
  border-radius: 1.5rem;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 0.3rem;
}
.hp-testimonial-tabs a:hover,
.hp-testimonial-tabs a.active {
  background-color: var(--green);
  color: var(--white);
}
.hp-testimonial-section .section-heading {
  padding-bottom: 5rem;
  border-bottom: 1px solid #aaaaaa;
}
.hp-testimonial-slider .slick-list {
  margin: 0 -2rem;
}
.hp-testimonial-slider .slick-slide {
  height: inherit;
  background-color: var(--white);
  padding: 5rem 4rem;
  border-radius: 2rem;
  margin: 0 2rem;
}
.stars img {
  width: 2.2rem;
  object-fit: contain;
  display: inline-block;
  margin-right: 3px;
}
.hp-testimonial-slide .quote {
  width: 4rem;
}
.hp-testimonial-slide .testimonial-text {
  font-size: 2rem;
  color: #565656;
  line-height: 1.5;
}
.hp-testimonial-slide .testimonial-meta {
  padding-top: 5rem;
  border-top: 1px solid #d9d9d9;
}
.avatar {
  border-radius: 50%;
  overflow: hidden;
}
.hp-testimonial-slide .avatar {
  width: 5.8rem;
  height: 5.8rem;
  margin-right: 2rem;
}
.hp-testimonial-slide .name {
  font-size: 2rem;
  font-weight: 500;
}
.hp-testimonial-slide .designation {
  font-size: 1.8rem;
  color: #6d717f;
}
.hp-testimonial-tab-content {
  padding-top: 10rem;
}
.hp-testimonial-tab-content .slider-arrows {
  position: absolute;
  right: 0;
  top: -8rem;
}
.btn-line-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  transform: translateY(-50%);
}
.btn-line-box .btn-box {
  padding: 0 3rem;
}
.hp-faq-section .section-heading a:hover {
  color: var(--green);
}
.hp-faq-item {
  border-bottom: 1px solid #cccccc;
}
.hp-faq-item .faq-head {
  padding: 5rem 5rem 5rem 0;
}
.hp-faq-item .faq-head .count {
  width: 7rem;
  font-size: 2.8rem;
  color: #535353;
  line-height: 1;
  display: inline-block;
  margin-top: 0.3rem;
}
.hp-faq-item .faq-head h6 {
  color: var(--green);
  font-weight: 500;
  font-size: 2.8rem;
}
.hp-bottom-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ------------------------------------------------ */
/* ------------- HOMEPAGE STYLES END -------------- */
/* ------------------------------------------------ */

/* -------------------------------------------------------- */
/* ------------- SERVICE DETAIL STYLES START -------------- */
/* -------------------------------------------------------- */
.page-intro {
  padding-bottom: 13rem;
}
.hp-intro-section {
  padding-bottom: 0;
}
.sd-banner-section {
  background: linear-gradient(180deg, #ebf3ed 0%, #f4f4f4 86.16%);
}
.sd-banner-slide .img-box .tag {
  background-color: var(--green);
  color: white;
  font-size: 2.2rem;
  display: inline-block;
  line-height: 1;
  border-radius: 0.7rem;
  position: absolute;
  left: 2rem;
  top: 2rem;
  padding: 0.7rem 1rem;
}
.sd-banner-slide .img-box {
  width: 48%;
}
.sd-banner-slide .img-box img {
  border-radius: 1.2rem;
}
.sd-banner-slide .img-box.before {
  padding-bottom: 7rem;
}
.sd-banner-slide .img-box.before::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 12rem;
  height: 5.4rem;
  background: url("../img/sd-banner-arrow.webp") no-repeat center;
  background-size: contain;
}
.sd-banner-slider .slick-dots {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(-3rem);
}
.green-dots-slider .slick-dots li {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.green-dots-slider .slick-dots li.slick-active {
  background-color: var(--green);
}
.green-dots-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.green-dots-slider .slick-dots li button:before {
  display: none;
}

.sd-intro-item.top-padding:first-of-type {
  padding-top: 0;
}
.sd-intro-item h3 {
  font-size: 6rem;
}
.sd-intro-item .text-box div h4,
.sd-intro-item .text-box div h5,
.sd-intro-item .text-box div h6 {
  color: #333333;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.3;
}
.sd-intro-item .text-box div p,
.sd-intro-item .text-box div {
  color: #676767;
  letter-spacing: 0;
}
.sd-intro-item .img-box img {
  border-radius: 3rem;
}
.sd-intro-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sd-contact-bar .wrapper {
  margin-top: -9rem;
}
.green-contact-bar .wrapper {
  padding: 5rem 8rem;
  border-radius: 2rem;
}
.green-contact-bar .flex-1 {
  padding-left: 6rem;
}
.green-contact-bar form .input-box {
  width: 27%;
}
.bg-green-shade {
  background: url("../img/sd-result-bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
}
.bg-green-shade::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #b67044;
}
.full-width-768-new-h2 {
  color: #1f1f1f;
}

.bg-green-shade-new-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #eff5f0;
}


.sd-results-section .vector {
  width: 22rem;
  height: 20rem;
}
.sd-results-wrapper .beforeAfter img {
  height: 40rem;
  border-radius: 2rem;
}
.icon-btn.btn-white:hover img {
  filter: invert(1);
}
.btn-white.black-text {
  color: var(--black);
}
.btn.open-popup img {
  max-width: 1.8rem;
}
.sd-candidate-usp {
  row-gap: 4rem;
}
.sd-candidate-usp li {
  width: calc(50% - 2rem);
  padding: 4rem 4rem;
  border-radius: 2rem;
  border: 1px solid #939393;
}
.sd-candidate-usp li .tick {
  width: 4rem;
}
.tracking-0,
.tracking-0 * {
  letter-spacing: 0;
}
.leading-15,
.leading-15 * {
  line-height: 1.5;
}
.sd-candidate-contact {
  background-color: #474f3e;
  padding: 6rem 8rem;
  border-radius: 2rem;
}
.sd-candidate-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/sd-result-contact-bg.webp") no-repeat center;
  background-size: cover;
}
.list-disc {
  list-style: disc;
  padding-left: 2rem;
}
.list-disc li {
  margin: 10px 0;
}
.sd-type-item .img-box img {
  border-radius: 2rem;
}
.sd-benefits-list li {
  padding: 4rem 0;
  border-top: 1px solid #d9d9d9;
}
.sd-benefits-list li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.sd-benefits-list .icon {
  width: 14rem;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  padding: 2.5rem;
}
.sd-benefits-list h5 {
  width: 32%;
}
.sd-benefits-list .description {
  width: 48%;
  color: #dedede;
}
.sd-procedure-section .square-box {
  border: 1px solid #d8d8d8;
  border-radius: 2.5rem;
  padding: 4rem 4rem;
}
.sd-procedure-section .square-box .icon {
  max-height: 8rem;
}
.sd-procedure-section .square-box .title {
  font-size: 10rem;
  line-height: 1;
}
.sd-procedure-section .square-box .subtitle {
  font-size: 3rem;
  margin-top: 1.5rem;
}
.stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--green);
  color: transparent;
}
.sd-procedure-usp li {
  padding: 5rem 0;
  border-top: 1px solid #a9a9a9;
  column-gap: 2rem;
}
.sd-procedure-usp li:last-child {
  border-bottom: 1px solid #a9a9a9;
}
.sd-procedure-usp .stroke {
  width: max-content;
  line-height: 1;
}
.h-inherit {
  height: inherit;
}
.sd-pre-procedure-section .com-padding {
  border-top: 1px solid #919191;
}
.sd-pre-procedure-usp {
  row-gap: 5rem;
}
.sd-pre-procedure-usp li {
  padding: 0 3rem;
  border-left: 1px solid #d9d9d9;
}
.sd-pre-procedure-usp li:last-child {
  border-right: 1px solid #d9d9d9;
}
.sd-pre-procedure-usp .icon img {
  max-height: 9rem;
  max-width: 8rem;
  aspect-ratio: 3/3;
  object-fit: contain;
}
.sd-cost-section {
  background: linear-gradient(
    180deg,
    #eff5f1 68.24%,
    rgba(239, 245, 241, 0) 125.79%
  );
}
.scroll-down {
  width: 10rem;
  height: 10rem;
  border: 1px solid #6b6b6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.scroll-down img {
  max-height: 4.1rem;
  animation: jumpInfinite 1.5s infinite;
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 2rem;
  }
  100% {
    margin-top: 0;
  }
}
.sd-cost-table {
  width: 53%;
  padding: 1rem 4rem;
  border-radius: 2.5rem;
  height: 100%;
}
.sd-cost-table::before {
  content: "";
  position: absolute;
  top: 3rem;
  width: 1px;
  height: calc(100% - 6rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #aaaaaa;
}
.sd-cost-table .col {
  width: 46%;
  padding: 4rem 0;
  border-top: 1px solid #aaaaaa;
  font-size: 2rem;
  font-weight: 500;
}
.sd-cost-table .table-head .col {
  font-size: 2.4rem;
  border-top: 0;
  font-weight: 600;
}
.sd-cost-table .table-body .col:nth-of-type(2) {
  color: #828282;
}
.sd-cost-usp li {
  padding: 0 4rem 0 5rem;
  border-left: 1px solid #d9d9d9;
}
.sd-cost-usp li:first-child {
  border-left: 0;
  padding-left: 0;
}
.sd-cost-usp .icon {
  height: 10rem;
  display: inline-block;
}
.sd-cost-usp .icon img {
  max-height: 9rem;
}
.sd-why-us-usp li {
  width: 50%;
  margin: 6rem 0;
}
.sd-why-us-usp .inner::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 0;
  width: calc(100% - 6rem);
  height: 1px;
  background-color: #7a876c;
}
.sd-why-us-usp li:last-child .inner::before,
.sd-why-us-usp li:nth-last-child(2) .inner::before {
  display: none;
}
.sd-why-us-usp li:nth-child(even) .inner::before {
  left: 4rem;
}
.sd-why-us-usp li:nth-child(odd) .inner {
  padding-right: 5rem;
  border-right: 1px solid #7a876c;
}
.sd-why-us-usp li:nth-child(even) .inner {
  padding-left: 5rem;
}
.sd-why-us-usp .counter {
  font-size: 7rem;
  color: #c5ed82;
  line-height: 1;
}
.sd-cause-item,
.sd-wc-usp .review-box {
  padding: 6rem 4rem;
  border-radius: 2rem;
  background-color: #eff5f1;
  min-height: 41rem;
}
.sd-cause-item .icon {
  height: 7rem;
}
.sd-cause-item .icon img {
  max-height: 6rem;
}

.top-border.com-padding {
  border-top: 1px solid #919191;
}
.sd-wc-item {
  border-radius: 2rem;
}
.sd-wc-item .content-box {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 42.06%,
    rgba(0, 0, 0, 0.28) 59.86%,
    rgba(0, 0, 0, 0.514395) 76.66%,
    #000000 104.98%
  );
  padding: 4rem 5rem 6rem 5rem;
  overflow: hidden;
}
.sd-wc-item .content-box h6.hover-title-hide {
  transition: all linear 0.2s;
}
.sd-wc-item .content-box:hover h6.hover-title-hide {
  display: none;
  animation: forwards slideOut 0.4s ease-in-out;
}
.sd-wc-item .content-box .txt-box {
  display: none;
  transition: all linear 0.2s;
}
.sd-wc-item .content-box:hover .txt-box {
  display: block;
  animation: forwards slideIn 0.5s ease-in-out;
  transition: all linear 0.2s;
}
@keyframes slideIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sd-wc-usp .review-box {
  background-color: #c5ed82;
}
.sd-wc-usp .review-box img {
  max-height: 7rem;
}
.sd-wc-usp .review-box h6 {
  font-weight: 300;
}
.sd-wc-usp .review-box h6 b,
.sd-wc-usp .review-box h6 strong {
  font-weight: 500;
}
.rounded-2 {
  border-radius: 2rem;
}
.rounded-3 {
  border-radius: 3rem;
}
.sd-post-surgery-usp li,
.sd-do-box li,
.sd-recovery-usp li {
  padding: 4rem 0 4rem 5rem;
  border-top: 1px solid #a9a9a9;
}
.sd-post-surgery-usp li:last-child,
.sd-do-box li:last-child {
  border-bottom: 1px solid #a9a9a9;
}
.sd-post-surgery-usp li::before,
.sd-do-box li::before,
.sd-recovery-usp li::before {
  content: "";
  position: absolute;
  top: 4rem;
  width: 3.3rem;
  height: 3.3rem;
  left: 0;
  background: url("../img/tick-mark.webp") no-repeat center;
  background-size: contain;
}
.sd-do-box {
  width: 47.5%;
  border-radius: 4rem;
  padding: 8rem 7rem;
}
.sd-do-box li,
.sd-recovery-usp li {
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  border-color: #bebebe;
  padding-left: 4rem;
}
.sd-do-box li::before {
  width: 2.3rem;
  height: 2.3rem;
  top: 4.5rem;
}
.sd-do-box.sd-dont-box li::before {
  background: url("../img/cross-red-circle.webp") no-repeat center;
  background-size: contain;
}
.sd-recovery-section {
  background: linear-gradient(
    180deg,
    #eff5f1 89.29%,
    rgba(239, 245, 241, 0) 108.56%
  );
}
.sd-recovery-tabs a {
  background-color: #e1e8e3;
  min-width: 18rem;
  padding: 1.8rem 4rem;
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.sd-recovery-tabs a.active {
  background-color: #74875f;
  color: #ffffff;
  box-shadow: 0px 13px 16px 0px #6272515c;
}
.sd-recovery-content .thumb-box {
  width: 45%;
}
.sd-recovery-content-wrapper {
  padding-left: 10rem;
}
.sd-recovery-content .usp-box {
  padding: 4rem 3rem;
}
.sd-recovery-content .usp-box h6 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.sd-recovery-usp li {
  padding: 3rem 0 3rem 3.5rem;
}
.sd-recovery-usp li:last-child {
  padding-bottom: 0;
}
.sd-recovery-usp li::before {
  width: 2rem;
  height: 2rem;
  top: 3.5rem;
}
.green-booking-bar {
  padding: 7rem 0;
}
.green-booking-bar .avatar-box {
  padding: 0 4rem;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  margin: 0 3rem;
  height: max-content;
}
.green-booking-bar .avatar-box img {
  max-height: 6rem;
}
.green-booking-bar .avatar-box p {
  max-width: 24rem;
  font-size: 2.2rem;
  padding-left: 1rem;
}
.full-width-slider {
  width: 89%;
  margin-left: auto;
  padding-left: 20px;
}
.sd-comparison-box {
  background-color: #f4faf6;
  text-align: left;
}
.sd-comparison-wrapper .sd-comparison-box {
  border-radius: 2.3rem;
}
.sd-comparison-wrapper .slick-list {
  padding: 0 6% 0 0 !important;
}
.sd-comparison-wrapper .slick-slide {
  margin-right: 2rem;
}
.sd-comparison-box .row {
  padding: 1rem 5rem;
  font-size: 2rem;
  color: #454545;
  border-top: 1px solid #dbdbdb;
  min-height: 10rem;
  display: flex;
  align-items: center;
}
.sd-comparison-wrapper .row {
  font-weight: 500;
  color: #333333;
}

.sd-comparison-box .row:first-child {
  border-top: 0;
}
.sd-comparison-box .row.head {
  font-size: 3rem;
  color: #333333;
  font-weight: 600;
}
.center .sd-comparison-box .row.head {
  color: #627251 !important;
}
.sd-faq-list .accordion-body * {
  color: #676767;
}
.invert {
  filter: invert(1);
}
.sd-insights-slider .slick-list {
  margin: 0 -2rem;
}
.sd-insights-slider .slick-slide {
  margin: 0 2rem;
}
.sd-insights-item .img-box {
  height: 32rem;
  border-radius: 2rem;
}
.sd-insights-item .img-box:hover img {
  transform: scale(1.15);
}
.grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.sd-locations-list li {
  border: 1.5px solid #838e76;
  border-radius: 2rem;
  padding: 3rem 3rem;
}
.sd-locations-list li .icon {
  height: 10rem;
  margin-bottom: 4rem;
}
.sd-contact-section {
  background: linear-gradient(
    180deg,
    #eff5f1 99.64%,
    rgba(239, 245, 241, 0) 183.68%
  );
}
.sd-contact-section .section-heading ul li {
  margin: 10px 0;
  font-weight: 500;
}
.sd-contact-form .input-box {
  margin-bottom: 4rem;
}
.sd-contact-form .flex-box .input-box {
  width: 48%;
}
input,
select,
textarea {
  outline: none;
}
.sd-contact-form .input-box input,
.sd-contact-form .input-box textarea,
.sd-contact-form .input-box select {
  background-color: transparent;
  color: #000000;
  font-size: 2rem;
  border: 0;
  border-bottom: 1px solid #787a78;
  padding-bottom: 3rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.sd-contact-form .input-box input::placeholder,
.sd-contact-form .input-box textarea::placeholder {
  color: #333333;
}
form .submit-box,
form .submit-box p {
  width: max-content;
  position: relative;
}
.sd-contact-form .submit-box input {
  width: max-content;
  background-color: var(--green);
  color: #ffffff;
  padding: 2rem 4rem;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid var(--green);
  min-width: 20rem;
}
.sd-contact-form .submit-box input:hover {
  background-color: var(--dark-green);
}
.sd-contact-locations li {
  padding: 3rem 3rem;
  border-radius: 1.5rem;
}
.sd-contact-locations li img {
  max-height: 3.6rem;
}
.sd-contact-locations li h6 {
  font-size: 2.4rem;
}
.sd-contact-locations li p {
  font-size: 2rem;
  max-width: 38rem;
}
/* -------------------------------------------------------- */
/* ------------- SERVICE DETAIL STYLES END -------------- */
/* -------------------------------------------------------- */

/* ------------------------------------------------ */
/* ------------- About us STYLES start -------------- */
/* ------------------------------------------------ */
.sm {
  font-size: 1.7rem;
}
.para-grey {
  color: var(--para-color);
}
.heading-grey {
  color: var(--heading-grey);
}
p {
  letter-spacing: -0.1rem;
}

.states-clinic-box .gallery-item {
  overflow: hidden;
  border-radius: 1rem;
}

.states-clinic-box .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.states-clinic-box .gallery-item:hover img {
  transform: scale(1.05);
}
.inner-banner-section {
  background: linear-gradient(
    179.88deg,
    rgba(235, 243, 237, 0.8) 0.1%,
    rgba(255, 255, 255, 0.8) 21.28%,
    #eff5f1 73.15%
  );
  padding: 20rem 0;
}

.inner-banner-section .heading-box img.featured-img {
  margin: 5rem 0;
  width: 100%;
  border-radius: 3rem;
}
.inner-banner-section .heading-box h1 {
  margin-bottom: 3rem;
  color: #2d2d2d;
}
.inner-banner-section .heading-box h1 strong {
  color: var(--green);
  position: relative;
}
.inner-banner-section .heading-box h1 strong::after {
  content: "";
  position: absolute;
  background: url(../img/heading-icon.png) no-repeat;
  background-size: contain;
  top: -1rem;
  left: -1.5rem;
  width: 29.1rem;
  height: 11.4rem;
}
.inner-banner-section .heading-box h1 img {
  border-radius: 5rem;
}
.inner-banner-section .heading-box p {
  color: var(--para-color);
  line-height: 1.5;
}
.marquee-box {
  background-color: var(--green);
  padding: 5rem 0;
  border-radius: 3rem;
  overflow: hidden;
}
.marquee-box .box {
  display: flex;
  color: #fff;
  align-items: center;
  margin-right: 4rem;
}
.marquee-box .box h6 {
  font-weight: 300;
}
.marquee-box .box h6 strong {
  font-weight: 500;
}
.marquee-box .box img {
  width: 3.5rem;
  object-fit: scale-down;
  margin-right: 1.5rem;
}

.js-marquee {
  display: flex;
  transform: translateX(-100rem);
}

ul.info-list {
  border-top: 1px solid #b4b4b4;
  padding-top: 4rem;
}
ul.info-list li {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
ul.info-list li .no-box {
  width: 13%;
  color: #a9a9a9;
}
ul.info-list li .text-box {
  width: 87%;
  padding-left: 3rem;
}
ul.info-list li .text-box h6 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
ul.info-list li .text-box p {
  color: var(--para-color);
}

.certification-box span {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 500;
}
.certification-box ul.icon-list {
  margin-top: 3rem;
  column-gap: 2rem;
  row-gap: 2rem;
}
.certification-box ul.icon-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1px solid #a6a6a6;
  padding: 2.5rem;
  border-radius: 1.5rem;
}
.certification-box ul.icon-list li img {
  width: 7.3rem;
  aspect-ratio: 3/3;
  object-position: center;
  object-fit: scale-down;
}
.certification-box ul.icon-list li p {
  padding-left: 2.5rem;
}

/* .aboutus-info-section .heading-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
} */
.aboutus-info-section .certification-box {
  margin-top: 6rem;
}

.aboutus-info-section .heading-box p {
  margin: 1.5rem 0;
}
.timeline-bg-box {
  background: url(../img/hp-truth-bg-desktop.webp) no-repeat;
  background-position: center center;
  padding: 13rem 0 0 11rem;
  background-size: cover;
  border-radius: 3rem;
}

.timeline-bg-box .heading-box {
  margin-bottom: 12rem;
}
.timeline-bg-box .timeline-item {
  min-width: 74rem;
  padding-left: 7rem;
  border-left: 2px dashed #fff;
  padding-top: 3rem;
  padding-bottom: 20rem;
  position: relative;
}
.timeline-bg-box .timeline-item::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1.4rem;
  height: 1.4rem;
  left: -0.75rem;
  top: 0.2rem;
  transform: rotate(45deg);
}
.timeline-bg-box .heading-box h2 {
  margin-bottom: 3rem;
}

.timeline-item .text-box {
  padding: 6rem;
  max-width: 60rem;
  /* background: url(../img/border-line.png) no-repeat; */
  border: 3px solid #fff;
  position: relative;
  border-radius: 7rem;
  height: 45rem;
}
.timeline-item .text-box .year-box {
  position: absolute;
  top: -1.5rem;
  font-size: 3rem;
  font-weight: 600;
  left: -3rem;
}
.timeline-item .text-box h5 {
  color: var(--light-green);
  margin-bottom: 3rem;
}
.aboutus-timeline-box .slick-arrow {
  position: absolute;
  right: 10rem;
  top: -25rem;
  background: transparent;
  border: 0;
  padding: 0;
}
.aboutus-timeline-box .slick-prev.slick-arrow {
  right: 18rem;
}
.aboutus-timeline-box .slick-arrow img {
  width: 6.7rem;
  object-fit: scale-down;
}
.states-clinic-box .tab-content {
  display: none;
}
.states-clinic-box .tab-content.current {
  display: block;
}

.states-clinic-box .three-img-box {
  column-gap: 2rem;
  row-gap: 2rem;
}

.states-clinic-box .three-img-box .single-img-box {
  width: 53.6%;
}
.states-clinic-box .two-img-box {
  width: 45%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.states-clinic-box .gallery-grid {
  row-gap: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.states-clinic-box .gallery-grid .grid-box-3 {
  column-gap: 2rem;
  row-gap: 2rem;
}
.grey-para {
  color: var(--para-color);
}

ul.states-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 1.2rem 2rem;
  border-radius: 3rem;
  border: 1px solid #c0c0c0;
}
ul.states-list li p {
  font-size: 2.2rem;
  color: var(--grey);
  font-weight: 400;
  margin-left: 1.5rem;
}
ul.states-list li img {
  width: 3rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
}
ul.states-list {
  margin: 5rem 0 8rem;
  column-gap: 2rem;
}
ul.states-list li.current {
  background-color: #74875f;
  box-shadow: 0px 13px 16px rgba(98, 114, 81, 0.36);
}
ul.states-list li.current p {
  color: #fff;
}
ul.states-list li.current img {
  filter: brightness(100);
}

.aboutus-mission-vision-section {
  background-color: var(--green);
  position: relative;
  height: 111.8rem;
}

.aboutus-mission-vision-section .inner-box {
  align-content: space-between;
  height: 83rem;
}
.aboutus-mission-vision-section .inner-box .flex-box {
  width: 100%;
}
.aboutus-mission-vision-section .inner-box .bottom-box {
  justify-content: flex-end;
}
.aboutus-mission-vision-section .inner-box .bottom-box .text-box {
  text-align: right;
}
h6.sub-heading {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--light-green) !important;
  margin-bottom: 2rem;
}

.aboutus-mission-vision-section .bg-img-box {
  position: absolute;
  top: 54%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.aboutus-mission-vision-section .bg-img-box img {
  max-width: 111.8rem;
}
.know-more-box {
  background: url(../img/know-more-bg-img.jpg) no-repeat center;
  background-size: cover;
  padding: 7.5rem 0;
}
.know-more-box .inner-flex {
  justify-content: space-between;
  align-items: center;
}

.know-more-box .heading-box {
  align-items: center;
}
.know-more-box .heading-box .text {
  margin-left: 6rem;
}
.know-more-box .heading-box .text h3 {
  margin-bottom: 1rem;
}
.know-more-box .heading-box img {
  width: 11.9rem;
  object-fit: scale-down;
}
.expert-slider-box .slick-arrow {
  position: absolute;
  right: 23rem;
  top: -20rem;
  background: transparent;
  border: 0;
  padding: 0;
}
.expert-slider-box {
  margin-top: 10rem;
}
.expert-slider-box .expert-item {
  position: relative;
  border-radius: 2rem;
  font-size: 0;
  margin-right: 3rem;
  max-width: 47.1rem;
}
.expert-slider-box .text {
  position: absolute;
  bottom: 5rem;
  left: 4rem;
  font-size: 0;
  z-index: 2;
}
.expert-slider-box .text h6 {
  margin-bottom: 1rem;
}
.expert-slider-box .text span {
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
}
.expert-slider-box .expert-item .img-box img {
  border-radius: 2rem;
  width: 100%;
  object-fit: cover;
}
.expert-slider-box .expert-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 110.26%);
}

.wrapper {
  max-width: 166rem;
  margin: 0 0 0 auto;
  width: 100%;
}

.expert-slider-box .slick-arrow img {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
}
.expert-slider-box .slick-prev {
  right: 31rem;
}

ul.aboutus-usps-list {
  column-gap: 4rem;
  row-gap: 4rem;
  margin-top: 8.5rem;
}
ul.aboutus-usps-list li.usp-box {
  background-color: #eff5f1;
  padding: 7rem 4rem;
  border-radius: 2rem;
}
ul.aboutus-usps-list li.usp-box img {
  width: 6.5rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
  object-position: center left;
  margin-bottom: 3rem;
}
ul.aboutus-usps-list li.usp-box p {
  color: var(--para-color);
  margin-top: 1.5rem;
}
.border-btn {
  text-align: center;
  margin-top: 6rem;
  position: relative;
}
.border-btn::after {
  content: "";
  position: absolute;
  background-color: #aaaaaa;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: -1;
}
.border-btn a.btn {
  position: relative;
  z-index: 12;
}

.celebrities-slider-item .text h5 {
  font-weight: 400;
  margin: 3rem 0;
  line-height: 1.3;
  letter-spacing: 0;
}
.celebrities-slider-item .text p {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}
.celebrities-slider-item .text .info-box {
  margin-top: 5rem;
}
.celebrities-slider-item .text .info-box h6 {
  font-size: 2.8rem;
  font-weight: 300;
  margin: 1rem 0;
}
.celebrities-slider-item .text .info-box h6 strong {
  font-weight: 600;
}
.celebrities-slider-item .text .info-box span {
  font-size: 1.8rem;
  font-weight: 300;
}
.aboutus-celebrities-slider-box {
  margin-top: 8rem;
}
.aboutus-celebrities-section {
  background-color: #eff5f1;
}

.celebrities-slider-item {
  border-radius: 3rem;
}
.celebrities-slider-item .text {
  background-color: #627251;
  padding: 12rem 5rem 12rem 8rem;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.celebrities-slider-item .img-box img {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutus-celebrities-slider-box .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 0;
}
.aboutus-celebrities-slider-box .slick-prev.slick-arrow {
  left: -5rem;
}
.aboutus-celebrities-slider-box .slick-next.slick-arrow {
  right: -5rem;
}
.celebrities-slider-item .text .info-box img.star {
  width: 9.5rem;
  object-fit: scale-down;
  margin-bottom: 1rem;
}

.aboutus-journey-box {
  column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin-top: 5rem;
}
.aboutus-journey-box iframe {
  width: 100%;
  height: 26.5rem;
  object-fit: cover;
  border-radius: 1.5rem;
}
.aboutus-journey-box .aboutus-journey-item {
  font-size: 0;
}

.callback-form-box {
  background-color: var(--green);
  padding: 8.5rem 00;
}
.callback-form-box .flex-box {
  align-items: center;
  justify-content: space-between;
}

.callback-form-box h6 {
  font-weight: 400;
}
.callback-form-box .form-box input {
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  max-width: 20rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b7beaf;
  height: 100%;
}
.callback-form-box .form-box .inner-form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: flex-end;
}

.different-table-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7rem;
}
.different-table-box .table-column:last-child > div {
  border-right: 1px solid #d0d0d0;
}
.different-table-box .table-column > div {
  padding: 0 6rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.1rem;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  height: 11.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.different-table-box .table-column .head {
  font-weight: 500;
  border-top: 1px solid #d0d0d0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  font-size: 2.5;
  font-weight: 600;
}
.different-table-box .table-column:nth-child(2) > div {
  background-color: #f0fff5;
}
.different-table-box .table-column:nth-child(2) .txt {
  padding-left: 12.5rem;
  position: relative;
  padding-right: 3rem;
}
.different-table-box .table-column:nth-child(2) .txt::after {
  content: "";
  position: absolute;
  background: url(../img/green-tick.png) no-repeat;
  width: 3.8rem;
  height: 3.1rem;
  top: 50%;
  transform: translateY(-50%);
  left: 6rem;
  background-size: contain;
}
.different-table-box .table-column:last-child .txt {
  padding-left: 12.5rem;
  position: relative;
  padding-right: 3rem;
}
.different-table-box .table-column:last-child .txt::after {
  content: "";
  position: absolute;
  background: url(../img/red-cross.png) no-repeat;
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  left: 6rem;
  background-size: contain;
}

.bottom-banner-section {
  height: 100rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: no-repeat center;
  background-size: cover;
  align-items: center;
}
.bottom-banner-section h2 {
  color: #fff;
  margin-bottom: 3rem;
}
.bottom-banner-section p {
  margin-bottom: 5rem;
  color: #fff;
}
.callback-form-box .form-box input:focus,
.callback-form-box .form-box input::placeholder {
  color: #fff;
  outline: none;
}

/* ------------------------------------------------ */
/* ------------- About us STYLES css end  -------------- */
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ------------- Cost css start  -------------- */
/* ------------------------------------------------ */

.cost-banner-section.inner-banner-section .heading-box h1 strong::after {
  display: none;
}
.cost-banner-section.inner-banner-section .heading-box h1 {
  color: #333;
}
.cost-banner-section .map-box {
  margin-top: 5rem;
  position: relative;
  text-align: center;
}
.cost-banner-section .map-box img {
  max-width: 112rem;
  width: 100%;
  object-fit: scale-down;
  margin: 0 auto;
}

.cost-banner-section.inner-banner-section {
  padding-bottom: 10rem;
}
.cost-banner-section .map-box .circle-box {
  background-color: #fff;
  padding: 2rem;
  width: 25rem;
  height: 25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  align-content: center;
  position: absolute;
  box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.05);
}
.cost-banner-section .map-box .circle-box h5 {
  color: #90a476;
  width: 100%;
  font-size: 7.8rem;
}
.cost-banner-section .map-box .circle-box p {
  color: #000;
  line-height: 1.2;
}
.circle-box.txt-1 {
  top: 2rem;
  right: 43rem;
}

.circle-box.txt-2 {
  bottom: 12rem;
  left: 10rem;
}
.cost-banner-section .map-box .circle-box.txt-3 {
  bottom: 3rem;
  right: 33rem;
  width: 31rem;
  height: 31rem;
}
.cost-banner-section .map-box .circle-box.txt-3 h5 {
  font-size: 10rem;
}
.cost-banner-section .map-box .circle-box.txt-3 p {
  font-size: 3rem;
}
.cost-info-according-section .according-box {
  margin-top: 9rem;
}

.according-box .according-inner-box:first-child {
  border-top: 1px solid #a7a7a7;
}
.according-box .according-inner-box {
  padding-bottom: 3rem;
  border-bottom: 1px solid #a7a7a7;
}
.according-box .according-inner-box h4.open-according {
  padding-top: 3rem;
  font-size: 3rem;
  position: relative;
  padding-left: 6rem;
}
.according-box .according-inner-box h4.open-according::after {
  content: "";
  position: absolute;
  background: url(../img/according-heading-icon.png) no-repeat;
  width: 2.6rem;
  height: 2.7rem;
  top: 3.5rem;
  left: 0;
  background-size: contain;
}
.according-box .according-inner-box .according-list-box {
  display: none;
  padding-top: 6rem;
}
.according-list-box ul.usps-list {
  column-gap: 9rem;
  row-gap: 6rem;
}
.according-list-box ul.usps-list li {
  position: relative;
}
.according-list-box ul.usps-list li:first-child::after {
  display: none;
}
.according-list-box ul.usps-list li::after {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
  left: -4.5rem;
  top: 0;
}
.according-list-box ul.usps-list li:nth-child(5)::after {
  display: none;
}
.according-list-box ul.usps-list li img {
  width: 7rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
  object-position: left top;
}
.according-list-box ul.usps-list li h6 {
  font-size: 2.4rem;
  line-height: 1.2;
  min-height: 5.5rem;
  margin-bottom: 2rem;
}
h4.open-according .according-icon {
  position: absolute;
  right: 0;
  top: 2.5rem;
  transition: all linear 0.3s;
}
h4.open-according .according-icon img {
  width: 2rem;
  object-fit: scale-down;
}
h4.open-according .according-icon.intro {
  transform: rotate(180deg);
}
ul.aboutus-usps-list li.usp-box.explore-box {
  background-color: var(--green);
}
ul.aboutus-usps-list li.usp-box.explore-box h6 {
  color: #fff;
}
ul.aboutus-usps-list li.usp-box.explore-box img {
  width: 100%;
  aspect-ratio: auto;
  max-width: 9rem;
  object-position: center;
  margin-top: 3rem;
  transition: all 0.3s ease;
}
ul.aboutus-usps-list li.usp-box.explore-box:hover img {
  transform: translateY(2rem);
}
ul.aboutus-usps-list li.usp-box.explore-box a {
  display: block;
}
ul.why-qht-transplant-list {
  column-gap: 5rem;
  row-gap: 4rem;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  .txt
  ul
  li {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.clinic-bottom-banner-section .btn.btn-tras:hover {
  color: #fff;
}
ul.why-qht-transplant-list li .transplant-usp-details-box {
  padding: 3.5rem 3rem 4.5rem 3rem;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  height: 43rem;
}
.transplant-usp-img-box img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
ul.why-qht-transplant-list li .transplant-usp-img-box {
  margin-top: -1.3rem;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-title-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  justify-content: space-between;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-title-box
  h4 {
  font-size: 3rem;
  font-weight: 400;
  color: var(--heading-grey);
  line-height: 1.2;
  max-width: 30rem;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-title-box
  h5 {
  font-size: 5rem;
  color: var(--green);
  font-weight: 400;
  letter-spacing: 0;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box {
  padding-top: 3rem;
  border-top: 1px solid #dfdfdf;
  align-items: flex-start;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  .icon-box {
  min-width: 5rem;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  .icon-box
  img {
  width: 3rem;
  object-fit: scale-down;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  .txt
  h6 {
  font-size: 2rem;
  color: var(--heading-grey);
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  .txt
  p {
  font-size: 1.7rem;
  color: var(--para-color);
  
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  h6
  {
margin-bottom: 1.5rem;
  }
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  .txt {
  font-size: 1.7rem;
  color: var(--para-color);
  font-weight: 400;
}
ul.why-qht-transplant-list
  li
  .transplant-usp-details-box
  .transplant-usp-info-box
  .txt
  ul
  li::after {
  content: "";
  position: absolute;
  background-color: #676767;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  top: 0.9rem;
  left: 0;
}

.transplant-cost-usp-section ul.aboutus-usps-list {
  padding-bottom: 15rem;
  border-bottom: 1px solid #919191;
}

.transplant-cost-info-table {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
.transplant-cost-table-section {
  background-color: var(--section-green);
}
.transplant-cost-info-table .table-column-box {
  width: 33.33%;
}
.transplant-cost-info-table .table-column-box .head {
  font-size: 2.2rem;
  color: var(--heading-grey);
  font-weight: 600;
  padding-bottom: 2.5rem;
  min-height: 9.5rem;
  width: 95%;
}
.transplant-cost-info-table .table-column-box .txt {
  border-top: 1px solid #aaa;
  font-size: 2rem;
  height: 7rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.transplant-cost-info-table .table-column-box .txt:last-child {
  padding-bottom: 0;
}
.transplant-cost-box .content-box {
  margin-top: 2rem;
  font-size: 2.3rem;
}
.transplant-cost-box .content-box p {
  margin: 1.5rem 0;
  font-weight: 400;
  font-size: 2.3rem;
}
.transplant-cost-box .content-box ul {
  margin-top: 3rem;
}
.transplant-cost-box .content-box ul li {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  font-weight: 400;
  font-size: 2rem;
  color: var(--para-color);
}
.transplant-cost-box .content-box ul li::after {
  content: "";
  position: absolute;
  background-color: var(--para-color);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  left: 0;
  top: 1.2rem;
}

.transplant-cost-box:nth-child(even) .heading-box {
  padding-left: 5rem;
}
.transplant-cost-box:nth-child(even) .flex-box {
  flex-direction: row-reverse;
}
.transplant-cost-box:nth-child(odd) .heading-box {
  padding-right: 5rem;
}
.transplant-cost-box:nth-child(even) {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

ul.financing-info-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d9d9d9;
}
ul.financing-info-list li .icon-box {
  min-width: 8rem;
}
ul.financing-info-list li .icon-box img {
  width: 5rem;
  object-fit: scale-down;
}
ul.financing-info-list {
  max-width: 55rem;
  margin: 5rem 0 8rem;
}
.contact-info-box {
  background-color: var(--section-green);
  padding: 3rem 6rem;
  border-radius: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-info-box a {
  display: inline-block;
  position: relative;
}

.contact-info-box a img {
  width: 2.3rem;
  object-fit: scale-down;
  vertical-align: middle;
  margin-right: 1rem;
}
ul.financing-info-list li .txt p {
  font-weight: 300;
}
.contact-info-box a:last-child::after {
  content: "";
  position: absolute;
  background-color: #d4d4d4;
  width: 1px;
  height: 4rem;
  left: -3.5rem;
  top: -0.5rem;
}

.cost-financing-list {
  row-gap: 4rem;
}
.cost-financing-list .cost-financing-item {
  background-color: var(--green);
  padding: 6rem 5.5rem;
  width: 100%;
  border-radius: 2rem;
  position: relative;
}
.cost-financing-list .cost-financing-item h6 {
  margin-bottom: 2rem;
  margin-top: 6rem;
}
.cost-financing-list .cost-financing-item p {
  font-size: 1.7rem;
  line-height: 1.4;
}
.cost-financing-list .cost-financing-item::after {
  content: "";
  position: absolute;
  background: url("../img/side-arrow.png") no-repeat center;
  background-size: contain;
  width: 7rem;
  height: 7rem;
  top: 6.5rem;
  right: 4.5rem;
  transition: all 0.3s ease-in-out;
}
.cost-financing-list .cost-financing-item a {
  display: block;
}
.cost-financing-list .cost-financing-item:hover::after {
  top: 4.5rem;
  right: 2.5rem;
}

.border-bottom {
  padding-bottom: 15rem;
  border-bottom: 1px solid #d9d9d9;
}
.delhi-mumbai-clinics-list-box {
  margin-top: 10rem;
}
.delhi-mumbai-clinics-list-box .table-column:first-child {
  width: 40%;
}
.delhi-mumbai-clinics-list-box .table-column:first-child .head {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}
.delhi-mumbai-clinics-list-box .table-column:first-child .txt:nth-child(2) {
  border-top-left-radius: 2rem;
  border-top: 1px solid #d0d0d0;
}
.delhi-mumbai-clinics-list-box .table-column .head {
  border-top: 1px solid #d0d0d0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
}
.delhi-mumbai-clinics-list-box .table-column > div {
  padding: 0 6rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.1rem;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  height: 11.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.delhi-mumbai-clinics-list-box .table-column:last-child {
  border-right: 1px solid #d0d0d0;
  border-top-right-radius: 2rem;
}
.delhi-mumbai-clinics-list-box .table-column {
  width: 25%;
}
.delhi-mumbai-clinics-list-box .table-column:nth-child(2) {
  background-color: #f0fff5;
}
.delhi-mumbai-clinics-list-box .table-column:first-child > div {
  justify-content: flex-start;
}
.comparison-between-section {
  background: linear-gradient(117.18deg, #303725 -15.36%, #4e5a40 64.92%);
}

.comparison-between-section .transplant-cost-info-table .table-column-box {
  width: 22%;
}
.comparison-between-section
  .transplant-cost-info-table
  .table-column-box
  > div {
  padding-left: 2.5rem;
  border-left: 1px solid #d9d9d9;
}
.comparison-between-section
  .transplant-cost-info-table
  .table-column-box
  .head {
  font-weight: 500;
  font-size: 2.1rem;
}
.comparison-between-section
  .transplant-cost-info-table
  .table-column-box:first-child
  > div {
  padding-left: 0;
  border-left: 0;
}
.comparison-between-section
  .transplant-cost-info-table
  .table-column-box:first-child {
  width: 18%;
}

.bottom-bar-box {
  background-color: var(--green);
  padding: 4rem 3.5rem;
  border-radius: 2.5rem;
}
.bottom-bar-box .person-box {
  width: 51%;
}
.bottom-bar-box .person-box h6 {
  font-size: 2.6rem;
  font-weight: 300;
}
.bottom-bar-box .person-box h6 strong {
  font-weight: 400;
}
.bottom-bar-box .google-star-box {
  width: 45%;
}
.bottom-bar-box > .flex-box {
  justify-content: space-between;
}
.bottom-bar-box .google-star-box .left-box {
  position: relative;
}
.bottom-bar-box .google-star-box .left-box .g-icon img {
  width: 7rem;
  object-fit: scale-down;
}
.bottom-bar-box .google-star-box .left-box .star-box span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.2rem;
}
.bottom-bar-box .google-star-box .left-box .star-box img {
  width: 15rem;
  object-fit: scale-down;
}
.bottom-bar-box .google-star-box .left-box::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  right: -3.5rem;
  top: 0;
}
.bottom-bar-box .google-star-box .left-box::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  left: -4rem;
  top: 0;
}

.step-form-box .input-box {
}
.step-form-box h6 {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 4rem;
}
.step-form-box {
  margin-top: 10rem;
}
.step-form-box input {
  padding: 0;
  background: transparent;
  border: 0;
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b7beaf;
  height: 100%;
  width: 100%;
}
.step-form-box .step-1-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 6rem;
}

.step-form-box .step-1-box .input-1 {
  width: 32rem;
}
.step-form-box input:focus,
.step-form-box input::placeholder {
  color: #333;
  outline: none;
}

.step-form-box .input-2 .level-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
  color: #627251;
}
.step-form-box .level-box label.check-box {
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.step-form-box .level-box label.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.check-box .checkmark {
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 50%;
  border: 3px solid var(--green);
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
}
label.check-box .checkmark::after {
  position: absolute;
  content: "";
  background-color: var(--green);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
input:checked ~ .checkmark::after {
  display: block;
}

.step-form-box .level-box label.check-box img {
  display: block;
}
.step-form-box .input-box.input-3 label.check-box {
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #333;
  font-weight: 300;
}
.step-form-box .input-box.input-3 label.check-box .checkmark {
  margin: 0;
  margin-right: 1rem;
}
.btn.green-br-btn {
  border-color: #627251;
}

.step-2-box .inner-form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 4rem;
  row-gap: 4rem;
}
.step-form-box .step-2-box {
  margin-top: 3rem;
}
.step-2-box .inner-form-box input {
  max-width: 32rem;
}
.cost-investments-section {
  background: no-repeat center;
  background-size: cover;
  height: 110rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
ul.cost-investments-list {
  column-gap: 3rem;
  row-gap: 3rem;
}
ul.cost-investments-list li {
  color: #fff;
  border: 1px solid #d8d8d8;
  padding: 3rem 4rem 5rem 4rem;
  border-radius: 2rem;
}
ul.cost-investments-list li img {
  width: 4.1rem;
  object-fit: scale-down;
  margin-bottom: 3rem;
}
ul.cost-investments-list li h6 {
  margin-bottom: 2rem;
}
.cost-solution-section {
  background-color: #b67044;
}
.cost-solution-box-slider {
  margin-top: 10rem;
}
.cost-solution-box-slider .cost-solution-item {
  background-color: #fff;
  width: 34rem !important;
  margin-right: 4rem;
  height: 38rem;
  padding: 4rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
}
.cost-solution-box-slider .cost-solution-item:hover {
  background-color: var(--light-green);
}
.cost-solution-box-slider .cost-solution-item img.solution-icon {
  width: 6rem;
  aspect-ratio: 3/3;
  object-fit: scale-down;
  margin-bottom: 4rem;
}
.cost-solution-box-slider .cost-solution-item h6 {
  color: #333;
  min-height: 15rem;
}
.cost-solution-box-slider .cost-solution-item .arrow-icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  transition: all 0.4s ease;
  opacity: 0.5;
}
.cost-solution-box-slider .cost-solution-item a {
  display: block;
}
.cost-solution-box-slider .cost-solution-item:hover .arrow-icon {
  transform: translate(2rem, -2rem);
  opacity: 1;
}

.cost-solution-box-slider .slick-arrow {
  position: absolute;
  right: 23rem;
  top: -20rem;
  background: transparent;
  border: 0;
  padding: 0;
}

.cost-solution-box-slider .slick-prev {
  right: 31rem;
}
.cost-explore-list {
  display: grid;
  column-gap: 3rem;
  row-gap: 3rem;
}
.cost-explore-list .list-box {
  font-size: 1.6rem;
  text-decoration: underline;
}
.cost-explore-list {
  margin-top: 5rem;
  column-gap: 1rem;
}

.cost-explore-list .list-box a {
  display: block;
  margin-bottom: 1.5rem;
}
.cost-explore-section {
  background-color: var(--section-green);
}
.cost-explore-section .explore-box-2 {
  padding-top: 15rem;
}

.transplant-cost-box .content-box .down-arrow img {
  width: 10rem;
}
.google-review-img {
  width: 35rem;
  object-fit: scale-down;
}

.show-768 {
  display: none;
}
.hp-faq-section .accordion-head::before {
  top: 6rem;
}
/* ------------------------------------------------ */
/* ------------- Cost css end  -------------- */
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ------------- Contact us css start  -------------- */
/* ------------------------------------------------ */
.inner-half-banner-section {
  background: no-repeat center;
  background-size: cover;
  height: 68rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.inner-half-banner-section h6 {
  font-weight: 400;
}
.banner-info-bar-section {
  background: url(../img/info-bar-banner.jpg) no-repeat center;
  padding: 7.5rem 0;
  background-size: cover;
}

.banner-info-bar-section ul.flex-box li {
  width: 33.33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 5rem;
  border-left: 1px solid #646464;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.banner-info-bar-section ul.flex-box li img {
  width: 6rem;
  object-fit: scale-down;
  aspect-ratio: 2/2;
  margin-right: 3rem;
}
.banner-info-bar-section ul.flex-box li h6 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  max-width: 30rem;
  line-height: 1.3;
}
.banner-info-bar-section ul.flex-box {
  border-right: 1px solid #646464;
}
.contact-form-section {
  background-color: var(--section-green);
}

ul.contactpage-info-box li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
ul.contactpage-info-box li img {
  width: 5.5rem;
  object-fit: scale-down;
  height: 5.5rem;
  margin-right: 1.5rem;
}
ul.contactpage-info-box li a {
  font-size: 2.6rem;
  color: #515151;
  font-weight: 400;
}

.contactus-form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 4rem;
  justify-content: space-between;
}
.contactus-form-box .input-box {
  width: 100%;
}
.contactus-form-box .input-box textarea,
.contactus-form-box .input-box input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #535353;
  padding-bottom: 3rem;
}
.contactus-form-box .input-box.col-5 {
  width: 47%;
}
.contactus-form-box .input-box textarea {
  height: 15rem;
}
ul.contactus-locate-clinics-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10rem;
  row-gap: 3rem;
  border-right: 1px solid #d9d9d9;
}

ul.contactus-locate-clinics-list img.city-icon {
  width: 7.5rem;
  aspect-ratio: 2/2;
  object-fit: scale-down;
  object-position: left bottom;
}
ul.contactus-locate-clinics-list h6 {
  font-size: 2.4rem;
  margin: 3.5rem 0 2rem;
}
ul.contactus-locate-clinics-list h6 img {
  vertical-align: middle;
  width: 3.7rem;
  object-fit: scale-down;
  margin-right: 1rem;
}
ul.contactus-locate-clinics-list p {
  color: #676767;
  font-weight: 400;
  max-width: 27rem;
  margin-bottom: 2.5rem;
}
ul.contactus-locate-clinics-list li {
  padding-left: 4rem;
  border-left: 1px solid #d9d9d9;
  padding-right: 3rem;
}
ul.contactus-locate-clinics-list li a {
  font-size: 1.7rem;
  color: #525252;
  display: block;
}
ul.contactus-locate-clinics-list li a img {
  margin-top: 3rem;
  width: 2rem;
  object-fit: scale-down;
}

/* ------------------------------------------------ */
/* ------------- Contact us css end  -------------- */
/* ------------------------------------------------ */
.bottom-banner-section .btn-box a.btn:last-child {
  margin-left: 2rem;
}
.btn.btn-tras {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* ------------------------------------------------ */
/* ------------- clinic css start  -------------- */
/* ------------------------------------------------ */
.clinic-location-info-box .current {
  display: block;
}

ul.clinic-info-box {
  background-color: var(--section-green);
  padding: 5rem 4rem;
  border-radius: 1rem;
}
ul.clinic-info-box li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #cacaca;
  color: var(--para-color);
  font-size: 1.7rem;
}
ul.clinic-info-box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
ul.clinic-info-box li img {
  width: 4.2rem;
  object-fit: scale-down;
  margin-right: 1.5rem;
}

.expect-assistance-box {
  background: url(../img/expect-assistance-banner.jpg) no-repeat center;
  background-size: cover;
  padding: 5rem 4rem;
  border-radius: 1rem;
  margin-top: 3rem;
}

.expect-assistance-box h4 {
  font-size: 4.4rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.expect-assistance-box p {
  margin-bottom: 3rem;
  color: #fff;
}

.clinic-location-info-box .right-box {
  padding-left: 6rem;
}
.clinic-location-info-box .clinic-heading-box {
  max-width: 90rem;
  margin-bottom: 5.5rem;
}
.clinic-location-info-box .clinic-heading-box h3 {
  margin-bottom: 2rem;
}
.clinic-image-slider-box .slick-arrow {
  display: none !important;
}
.clinic-image-slider-box img {
  width: 100%;
  border-radius: 2rem;
}
.clinic-image-slider-box .img-box {
  max-width: 90rem;
  margin-right: 4rem;
}

.clinic-location-info-box .clinic-box {
  margin-top: 10rem;
}
.clinic-location-info-box .clinic-box:first-child {
  margin-top: 0;
}

.clinics-feature-technology-section {
  background-color: var(--green);
}

.clinics-feature-technology-section ul.financing-info-list {
  padding-left: 7rem;
  margin: 0;
}
.clinics-feature-technology-section ul.financing-info-list li {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.clinics-feature-technology-section ul.financing-info-list li:first-child {
  margin-top: 3rem;
  padding-top: 4rem;
  border-top: 1px solid #d9d9d9;
}
.clinics-feature-technology-section ul.financing-info-list .icon-box img {
  width: 6rem;
}

.clinics-feature-technology-section .btn.btn-white {
  margin-top: 8rem;
}

.clinic-bottom-banner-section {
  background-color: var(--section-green);
  height: 100%;
}
.clinic-bottom-banner-section h2 {
  color: #1f1f1f;
}
.clinic-bottom-banner-section p {
  color: #676767;
}
.clinic-bottom-banner-section .flex-box {
  align-items: center;
  justify-content: space-between;
}
.clinic-bottom-banner-section .btn.btn-tras {
  border-color: #627251;
  color: #627251;
}

/* ------------------------------------------------ */
/* ------------- clinic css end  -------------- */
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* ------------- Medical Tourism css start  -------------- */
/* ------------------------------------------------ */

.top-reason-box {
  background: linear-gradient(180deg, #303725 0%, #4a573f 104.54%);
  border-radius: 2.5rem;
  padding: 7rem 4.5rem;
  position: relative;
}
.top-reason-box .bg-text {
  background: linear-gradient(
    180deg,
    #768b59 0%,
    #46523b 52.64%,
    #46523b 110.81%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* fallback */
  /* -webkit-text-stroke: 1px var(--light-green); border around text */
  font-size: 42rem;
  font-weight: 600;
  font-family: "Oswald";
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: flex;
}
/* .top-reason-box .bg-text::after{
  content: '';
  position: absolute;
  background: linear-gradient(180deg, #303725 0%, #4A573F 104.54%);
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
} */
.top-reason-box h5 {
  margin-bottom: 5.5rem;
}
.top-reason-box h4 {
  color: #c5ed82 !important;
  font-size: 8.8rem;
  text-transform: uppercase;
  letter-spacing: -0.3rem;
  font-weight: 600;
  margin: 5rem 0 2rem;
  line-height: 1;
}
.top-reason-box h6 {
  font-size: 3.6rem;
  font-weight: 300;
}
.bg-text .first {
  margin-top: -3rem;
}

.top-reason-main-box ul.aboutus-usps-list {
  margin-top: 0;
  width: 57%;
  column-gap: 3rem;
  row-gap: 3rem;
}
.top-reason-main-box {
  column-gap: 3rem;
  margin-top: 8rem;
}

.top-reason-main-box ul.aboutus-usps-list li.usp-box {
  padding: 6.5rem 4rem;
}
.why-qht-best-section {
  background: linear-gradient(180deg, #303624 0%, #4d5841 102.44%);
  height: 106.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.why-qht-best-section .inner-box {
  position: relative;
}
.why-qht-best-section .inner-box .circle-img {
  position: absolute;
}
.why-qht-best-section .inner-box .circle-box {
  position: absolute;
}

.why-qht-best-section .heading-box {
  text-align: center;
  max-width: 53rem;
}
.why-qht-best-section .heading-box img {
  width: 9.6rem;
  object-fit: scale-down;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.why-qht-best-section .heading-box p {
  position: relative;
  z-index: 1;
}
.why-qht-best-section .heading-box h2 {
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.why-qht-best-section .heading-box::after {
  content: "";
  position: absolute;
  background: url(../img/green-design-pattern.png) no-repeat;
  width: 71.3rem;
  height: 71.3rem;
  top: 60%;
  left: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.why-qht-best-section .text-box .circle-box {
  background-color: #fff;
  padding: 2rem;
  width: 29rem;
  height: 29rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  align-content: center;
  position: absolute;
}
.why-qht-best-section .text-box .circle-box h5 {
  color: #90a476;
  width: 100%;
  font-size: 7.8rem;
}
.why-qht-best-section .text-box .circle-box p {
  color: #000;
  line-height: 1.2;
  font-size: 2.1rem;
}
.why-qht-best-section .circle-img-box img.circle-img {
  border-radius: 50%;
  border: 5px solid #fff;
  object-fit: cover;
}
.why-qht-best-section .text-box .circle-box.text-4 {
  width: 20rem;
  height: 20rem;
  bottom: -23rem;
  right: 20rem;
}
.why-qht-best-section .text-box .circle-box.text-4 h5,
.why-qht-best-section .text-box .circle-box.text-1 h5 {
  font-size: 5.8rem;
}
.why-qht-best-section .text-box .circle-box.text-1 {
  width: 20rem;
  height: 20rem;
  top: -18rem;
  left: 21rem;
}
.why-qht-best-section .text-box .circle-box.text-1 p {
  font-size: 1.7rem;
}
.why-qht-best-section .text-box .circle-box.text-4 p {
  font-size: 1.7rem;
}

.why-qht-best-section .text-box .circle-box.text-3 {
  bottom: -13rem;
  left: 0;
}
.why-qht-best-section .text-box .circle-box.text-2 {
  right: 8rem;
  top: -16rem;
}
.why-qht-best-section .text-box .circle-box.text-2 h5 {
  font-size: 9.5rem;
}
.circle-img-6.circle-img {
  right: 3rem;
  bottom: -4rem;
  width: 14.8rem;
  height: 14.8rem;
}
.circle-img-8.circle-img {
  bottom: -17rem;
  right: 53rem;
  width: 7.6rem;
  height: 7.6rem;
}
.circle-img-7.circle-img {
  bottom: -22rem;
  left: 29rem;
  width: 12.6rem;
  height: 12.6rem;
}
.circle-img-4.circle-img {
  left: 27rem;
  top: 12rem;
  width: 5.6rem;
  height: 5.6rem;
}
.circle-img-3.circle-img {
  right: 40rem;
  top: -20rem;
  height: 7.3rem;
  width: 7.3rem;
}
.circle-img-2.circle-img {
  left: 50rem;
  top: -18rem;
  width: 11.4rem;
  height: 11.4rem;
}
.circle-img-1.circle-img {
  left: 7rem;
  top: -2rem;
  width: 12.7rem;
  height: 12.7rem;
}

.circle-img-5.circle-img {
  right: 24rem;
  top: 20rem;
  width: 8.6rem;
  height: 8.6rem;
}
.top-reason-box img.map-img {
  width: 35.7rem;
}

.inner-full-banner-section img {
  width: 15.6rem;
  object-fit: scale-down;
}
.medical-comparison-section li.row.head img {
  width: 4.8rem;
  margin-right: 2rem;
}
.medical-comparison-section .center li.row.head img {
  margin-top: -1rem;
}

.medical-comparison-section .google-star-box {
  width: 100%;
}
.medical-comparison-section .google-star-box .btn-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  justify-content: space-between;
  align-items: center;
}
.medical-comparison-section .google-star-box .btn-box h4 {
  font-size: 4.5rem;
}
.medical-comparison-section .bottom-bar-box {
  padding: 2.5rem 3.5rem;
  background-color: #627251;
}

.medical-comparison-section .bottom-bar-box .left-box::before {
  display: none;
}
.medical-comparison-section .bottom-bar-box .left-box::after {
  right: -8.5rem;
}

ul.benefits-tabbing-box {
  background-color: #f4faf6;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
.mt-benefits-tabbing-wrapper {
  margin-top: 8rem;
}
ul.benefits-tabbing-box li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.1;
  padding: 3rem 2.5rem;
  border-bottom: 1px solid #d9d9d9;
}
ul.benefits-tabbing-box li img {
  width: 5.5rem;
  object-fit: scale-down;
  margin-right: 2rem;
}
ul.benefits-tabbing-box li:last-child {
  /*! padding-bottom: 0; */
  border: 0;
}
ul.benefits-tabbing-box li.current {
  background-color: #627251;
  color: #fff;
  border-bottom: 0;
  border-radius: 1.5rem;
  box-shadow: 0px 14px 21px rgba(98, 114, 81, 0.36);
}
ul.benefits-tabbing-box li.current img {
  filter: brightness(100);
}
.mt-benefits-tabbing-wrapper .benefits-tab-content {
  padding-left: 7rem;
  display: none;
}
.mt-benefits-tabbing-wrapper .benefits-tab-content.current {
  display: block;
}
.mt-benefits-tabbing-wrapper .benefits-tab-content h3 {
  font-size: 5rem;
  font-weight: 400;
}
.mt-benefits-tabbing-wrapper .col-32 {
  width: 32%;
}
.mt-benefits-tabbing-wrapper .col-68 {
  width: 68%;
}

.mt-benefits-tabbing-wrapper .benefits-tab-content p {
  font-size: 1.7rem;
  color: var(--para-color);
  margin: 2rem 0;
}
.mt-benefits-tabbing-wrapper .benefits-tab-content ul li {
  position: relative;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  padding-left: 3rem;
}
.mt-benefits-tabbing-wrapper .benefits-tab-content ul li::after {
  content: "";
  position: absolute;
  background: url(../img/according-heading-icon.png) no-repeat;
  width: 1.6rem;
  height: 1.7rem;
  top: 0.5rem;
  left: 0;
  background-size: contain;
}
.mt-benefits-tabbing-wrapper .benefits-tab-content img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
  object-position: center;
  margin: 2rem 0;
}

.inner-full-banner-section {
  height: 100rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 14rem;
}
.inner-full-banner-section h6 {
  font-weight: 400;
  margin-bottom: 8rem;
}
.mt-cost-comparison-section {
  background: linear-gradient(
    180deg,
    rgba(239, 245, 241, 0) 14.24%,
    rgba(239, 245, 241, 0.704082) 52.58%,
    #eff5f1 74.51%
  );
}

ul.mt-cost-comparison-list {
  margin: 8rem 0 4rem;
  column-gap: 3rem;
  row-gap: 3rem;
}
ul.mt-cost-comparison-list li {
  background-color: #fff;
  padding: 4rem 3.5rem;
  border-radius: 1.5rem;
}
ul.mt-cost-comparison-list li span {
  font-size: 2.2rem;
}
ul.mt-cost-comparison-list li h4 {
  font-size: 5.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
ul.mt-cost-comparison-list li .price-box {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d9d9d9;
}
ul.mt-cost-comparison-list li .country-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
ul.mt-cost-comparison-list li .country-box img {
  width: 4.9rem;
  object-fit: scale-down;
  margin-right: 1.5rem;
}
ul.mt-cost-comparison-list li .country-box h5 {
  font-size: 2.5rem;
}
ul.mt-cost-comparison-list li p {
  font-size: 1.7rem;
  color: var(--para-color);
}

.bg-bottom-bar-box .txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.bg-bottom-bar-box .txt img {
  width: 9.5rem;
  object-fit: scale-down;
}
.bg-bottom-bar-box .txt h4 {
  font-size: 4.5rem;
  color: #fff;
  margin-left: 2rem;
}
.bg-bottom-bar-box {
  background: url(../img/bottom-bar-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem;
  border-radius: 2.5rem;
}

.mt-testimonial-section .testimonial-text {
  font-size: 1.7rem;
}
.mt-testimonial-section {
  background: var(--green) !important;
}
.mt-testimonial-section h2 {
  color: #fff;
}

.mt-testimonial-section .slider-arrows {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.mt-testimonial-section .hp-testimonial-slider {
  padding-bottom: 15rem;
}
.mt-testimonial-section .slider-arrows .circle-arrow {
  border-color: #fff;
}
.mt-testimonial-section .slider-arrows .circle-arrow img {
  filter: invert(1);
}
.mt-testimonial-section .slider-arrows .circle-arrow:hover img {
  filter: invert(0);
}

.mt-testimonial-section .slider-arrows::after {
  content: "";
  position: absolute;
  background-color: #aaaaaa;
  /* empty-cells: ; */
  width: 58rem;
  height: 1px;
  top: 50%;
  left: -64rem;
}
.mt-testimonial-section .slider-arrows::before {
  content: "";
  position: absolute;
  background-color: #aaaaaa;
  width: 58rem;
  height: 1px;
  top: 50%;
  right: -64rem;
}

.image-grid-box .image-box-1 {
  width: 27.6%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.mt-qht-infrastructure-section {
}
.mt-qht-infrastructure-section .container {
  max-width: 1717px;
  padding: 0;
  width: 100%;
}
.image-grid-box .image-box-2 {
  width: 41%;
}
.image-grid-box .img-box img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.image-grid-box.flex-box {
  row-gap: 1rem;
  column-gap: 1rem;
  margin-top: 7rem;
}
.image-grid-box .image-box-3 {
  width: 30.15%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.image-grid-box .image-box-3 .grid-box-2 {
  row-gap: 1rem;
  column-gap: 1rem;
}
.image-grid-box .image-box-2 img {
  height: 69rem;
}
.mt-services-section {
  background-color: var(--section-green);
}

.mt-faq-section .accordion-head::before {
  background-image: url(../img/plus.png);
  width: 2.8rem;
  height: 2.8rem;
  top: 3rem;
}
.mt-faq-section .accordion-head.active::before {
  transform: rotate(-45deg);
}
.mt-faq-section .hp-service-accordion .accordion-head h6 {
  color: #627251;
}

.mt-faq-section .form-box {
  background-color: #f4faf6;
  padding: 7rem 4rem;
  border-radius: 2rem;
}
.mt-faq-section .form-box input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}
.mt-faq-section .form-box select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}

.mt-faq-section .content-wrapper {
  border-top: 1px solid #d9d9d9;
  padding-top: 15rem;
}

.mt-faq-section .hp-service-accordion .accordion-head .count {
  background-color: transparent;
  color: #303624;
  font-size: 2.5rem;
}
/* ------------------------------------------------ */
/* ------------- Medical Tourism css end  -------------- */
/* ------------------------------------------------ */

/* FAQ css start */
ul.benefits-tabbing-box li {
  transition: all linear 0.2s;
  cursor: pointer;
}
ul.benefits-tabbing-box li img {
  transition: all linear 0.2s;
}
.faq-content-section .benefits-tabbing-box {
  max-width: 60.1rem;
  padding: 2rem 3rem;
  position: sticky;
  top: 10rem;
}
.faq-inner-box .heading-box h2 {
  color: #1f1f1f;
}
.faq-inner-box .faq-tab-content h3 {
  font-size: 4.5rem;
  margin-bottom: 5rem;
}
.faq-inner-box .faq-tab-content {
  padding-top: 10rem;
  counter-reset: section;
}
.faq-inner-box .faq-tab-content:first-child {
  padding-top: 0;
}
.faq-inner-box .faq-tab-content h6.open-according {
  color: #676767;
  font-size: 2.8rem;
  position: relative;
  padding-left: 6.5rem;
  cursor: pointer;
  font-weight: 400;
}
.faq-inner-box .faq-tab-content h6.open-according span.according-icon {
  position: absolute;
  right: 0;
  top: -0.1rem;
  transition: all linear 0.2s;
}
.faq-inner-box .faq-tab-content .according-inner-box {
  margin-bottom: 3rem;
}
.faq-inner-box .faq-tab-content .according-inner-box:first-child {
  border-top: 0;
}
.faq-inner-box .faq-tab-content h6.open-according .according-icon.intro {
  transform: rotate(-45deg);
}
.faq-inner-box .faq-tab-content p {
  color: #676767;
  font-size: 2rem;
}
.faq-inner-box .faq-tab-content .according-inner-box:last-child {
  margin-bottom: 0;
}
.faq-inner-box .faq-tab-content h6.open-according::after {
  content: "0 " counter(section) " ";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 0;
  color: #676767;
  font-size: 2.8rem;
  font-weight: 400;
}
.faq-inner-box .faq-tab-content h6.open-according span.according-icon img {
  width: 2.8rem;
  object-fit: scale-down;
}
.faq-inner-box .according-box .according-inner-box .according-list-box {
  padding-top: 4rem;
}

.generic-content-box h2,
.generic-content-box h3,
.generic-content-box h4,
.generic-content-box h5,
.generic-content-box h6 {
  margin: 2rem 0 3rem;
  color: #1f1f1f;
}
.generic-content-box ul li {
  position: relative;
  color: #676767;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-weight: 400;
}
.generic-content-box ul li::after {
  content: "";
  position: absolute;
  background-color: #676767;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: 1.3rem;
  left: 0;
}
.generic-content-box ul {
  margin: 3rem 0;
}
.generic-content-box {
  color: #676767;
}

.blog-post-section .generic-content-box p b,.blog-post-section .generic-content-box strong {
  color: #4a4a4a;
}
.generic-content-box a,.blog-post-section .generic-content-box a b {
  color: #627251;
  text-decoration: underline;
}
.inner-half-banner-section h1 strong {
  font-weight: 500;
  color: #627251;
}

.not-found-banner-section {
  background: linear-gradient(
    179.88deg,
    rgba(235, 243, 237, 0.8) 0.1%,
    rgba(255, 255, 255, 0.8) 42.38%,
    #eff5f1 99.89%
  );
  padding: 23rem 0 15rem 0;
}
.not-found-banner-section .flex-box {
  justify-content: center;
}
.not-found-banner-section .flex-box .h1 img {
  width: 78.6rem;
  object-fit: scale-down;
  margin-bottom: 5rem;
}
.not-found-banner-section .flex-box h5 {
  font-size: 7.8rem;
  margin-bottom: 3rem;
}
.not-found-banner-section .flex-box p {
  color: #676767;
  margin-bottom: 4rem;
}
/* FAQ css end */

/* blog css start */

.blog-listing-section {
  padding: 6rem 0 15rem;
}
.blog-listing-section .blog-ctaegory-box h6 {
  color: #767676;
  margin-right: 3rem;
}
ul.blog-ctaegory-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
ul.blog-ctaegory-list li a {
  display: block;
  font-size: 2.1rem;
  color: #767676;
  line-height: 1;
  border: 1px solid #d4d4d4;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  font-weight: 400;
}
.blog-listing-section .blog-ctaegory-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 7rem;
}
.blog-listing-section .blog-listing-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 7rem;
  margin-top: 7rem;
}
.blog-list-box .img-box {
  overflow: hidden;
  font-size: 0;
  border-radius: 1.5rem;
}
.blog-list-box:hover .img-box img {
  transform: scale(1.1);
}
.blog-list-box .img-box a {
  display: block;
}
.blog-list-box .img-box img {
  width: 100%;
  object-fit: cover;
  height: 26.5rem;
  border-radius: 1.5rem;
  transform: scale(1);
  transition: all linear 0.3s;
}
.blog-list-box .text-box {
  margin-top: 3rem;
}
.blog-list-box .text-box .time {
  font-size: 1.6rem;
  color: #89957c;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.blog-list-box .text-box h6 {
  color: #333;
  margin-bottom: 3rem;
  min-height: 10rem;
}
.blog-list-box .text-box p {
  font-size: 2rem;
  color: #7d7d7d;
  font-weight: 400;
  margin-bottom: 2rem;
  min-height: 8rem;
}
.blog-list-box .text-box a.more-btn {
  font-size: 2.2rem;
  color: #89957c;
  text-decoration: underline;
  transition: all linear 0.3s;
  font-weight: 600;
}
.blog-list-box .text-box a.more-btn:hover {
  color: #627251;
}

.blog-post-section .generic-content-box p img {
  margin: 0;
}

.blog-post-section .generic-content-box iframe {
  width: 100%;
  height: 45rem;
}
.blog-post-section .generic-content-box svg {
  display: none;
}
.blog-post-section .generic-content-box summary br {
  display: none;
}
.blog-post-section .generic-content-box details {
  margin: 2rem 0;
}
.bottom-blog-category-listing-section {
  background-color: var(--green);
}
.blog-category-listing-slider .blog-list-box .text-box .time {
  color: var(--light-green);
}
.blog-category-listing-slider .blog-list-box .text-box h6 {
  color: #fff;
}
.blog-category-listing-slider .blog-list-box .text-box p {
  color: #ededed;
}
.blog-category-listing-slider .blog-list-box .text-box a {
  color: var(--light-green);
}

.blog-category-listing-slider .slick-track {
  column-gap: 3rem;
}
.blog-category-listing-slider {
  margin: 0 -1.5rem;
  padding-top: 5rem;
}
.blog-category-listing-slider .slick-arrow.slick-prev {
  right: 8rem;
}
.blog-category-listing-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -7rem;
}
.blog-category-listing-slider .slick-arrow img {
  width: 6.7rem;
  object-fit: scale-down;
}
.slick-arrow:hover img {
  opacity: 0.7;
}
ul.blog-ctaegory-list li.current a {
  background-color: var(--green);
  color: #fff;
}
.blog-post-section .heading-box {
  background: linear-gradient(
    179.87deg,
    rgba(235, 243, 237, 0.8) 0.11%,
    rgba(255, 255, 255, 0.8) 23.48%,
    #eff5f1 80.69%
  );
  padding: 30rem 0 15rem;
}

.blog-post-section .heading-box .info-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  color: #484848;
  line-height: 1;
  margin-bottom: 3rem;
}
.blog-post-section .heading-box .info-box .time {
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: 2px solid #484848;
}
.blog-post-section .heading-box h1.entry-title {
  margin-bottom: 6rem;
}
.blog-post-section .heading-box .featured-img img {
  border-radius: 2rem;
}

.blog-post-section .heading-box .featured-img figcaption {
  margin-top: 3rem;
}
.blog-post-section .generic-content-box p {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 1.5rem 0;
}
.generic-content-box h4 {
  font-size: 3.8rem;
  font-weight: 400;
}
.blog-post-section .generic-content-box table {
  border: 1px solid #c3c3c3;
}
.blog-post-section .generic-content-box table th {
  border-bottom: 1px solid #c3c3c3;
}
.blog-post-section .generic-content-box table td {
  font-size: 2.2rem;
  border: 1px solid #c3c3c3;
  padding: 2rem;
}
.blog-post-section .generic-content-box img {
  margin: 2rem 0;
  width: 100%;
  object-fit: contain;
}
.blog-post-section .generic-content-box h2,
.blog-post-section .generic-content-box h3,
.blog-post-section .generic-content-box h4,
.blog-post-section .generic-content-box h5,
.blog-post-section .generic-content-box h6 {
  margin-top: 6rem;
  font-weight: 400;
  line-height: 1.2;
}
.blog-post-section .generic-content-box h2:first-child {
  margin-top: 0;
}

.sticky-form-box {
  background-color: #627251;
  border-radius: 2rem;
  padding: 4rem 3.5rem;
}
.sticky-form-box h6 {
  color: #fff;
  margin-bottom: 3rem;
}
.sticky-form-box .contactus-form-box input,
.sticky-form-box .contactus-form-box textarea {
  color: #fff;
  border-color: #fff;
}
.sticky-form-box .contactus-form-box textarea {
  height: 10rem;
}
.sticky-form-box .contactus-form-box textarea:focus,
.sticky-form-box .contactus-form-box textarea::placeholder {
  color: #fff;
  outline: none;
}

.sticky-form-box .contactus-form-box input:focus,
.sticky-form-box .contactus-form-box input::placeholder {
  color: #fff;
  outline: none;
}

.blog-content-box .latest-videos-box {
  background: linear-gradient(152.25deg, #2f3724 4.87%, #535f45 118.56%);
  border-radius: 2rem;
  padding: 4rem 3.5rem;
  margin-top: 4rem;
}
.blog-content-box .latest-videos-box h6 {
  color: #fff;
  margin-bottom: 4rem;
}
.blog-content-box .latest-videos-box ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #5b5b5b;
}
.blog-content-box .latest-videos-box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-content-box .latest-videos-box ul li .video-box {
  max-width: 9.6rem;
  height: 6.7rem;
}
.blog-content-box .latest-videos-box ul li .video-box iframe {
  width: 100%;
  height: 100%;
}
.blog-content-box .latest-videos-box ul li p {
  font-size: 2.2rem;
}
.post-service-list {
  position: sticky;
  top: 15rem;
}
.post-service-list {
  background: url(../img/post-service-list-bg.png) no-repeat;
  background-size: cover;
  border-radius: 2rem;
  padding: 4rem 3.5rem;
  margin-top: 4rem;
  counter-reset: section;
}
.post-service-list h6 {
  color: #fff;
  margin-bottom: 3rem;
}
.post-service-list ul.service-list li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #5b5b5b;
  display: block;
  position: relative;
  padding-left: 4.5rem;
}
.post-service-list ul.service-list li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.post-service-list ul.service-list li a::after {
  content: counter(section) " ";
  counter-increment: section;
  position: absolute;
  top: -0.2em;
  left: 0;
  background-color: var(--light-green);
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  color: #333;
  font-size: 2rem;
  letter-spacing: -0.35rem;
  text-align: center;
  padding-top: 0.4rem;
}
.post-service-list ul.service-list li a:hover {
  color: var(--light-green);
}

#comments {
  display: none;
}
.navigation.post-navigation {
  display: none;
}
/* blog css end */

/* Transplant City css start */
.transplant-city-banner-section .heading-box img.featured-img {
  margin-bottom: 0;
}
.transplant-city-intro-section {
  background-color: var(--section-green);
}

.sd-intro-item .text-box p,
.section-with-count .description p {
  margin: 1.6rem 0;
}

.sd-types-wrapper .sd-type-item h6 {
  min-height: 7rem;
}
.sd-types-wrapper .sd-type-item p {
  font-size: 2rem;
}
.city-transplant-faq {
  background-color: var(--section-green);
}
.city-banner-section {
  background: url(../img/city-banner.jpg) no-repeat;
  background-size: cover;
  height: 147.5rem;
  background-position: bottom center;
}

.city-cost-table-section .transplant-cost-box:first-child {
  padding-top: 13rem;
  border-top: 1px solid #919191;
}
.city-cost-table-section .transplant-cost-box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.sd-contact-section.cost-contactus-section {
  background: #fff;
}
.cost-contactus-section .sd-contact-locations li {
  background-color: #eff5f1;
}

/* Transplant City css end */

/* --------------------------------------- */
/* ----- RESULTS PAGE CSS START ---------- */
/* --------------------------------------- */
.breadcrumb * {
  font-size: 2rem;
  display: inline-block;
}

.breadcrumb a {
  color: #888888;
}

.breadcrumb span,
.breadcrumb a:hover {
  color: #627251 !important;
}

.breadcrumb img {
  height: 1.2rem;
  object-fit: contain;
  margin: 0 10px;
}
.results-banner-section {
  padding: 25rem 0 12rem 0;
  background: linear-gradient(
    179.91deg,
    rgba(235, 243, 237, 0.8) 11.13%,
    #ffffff 78.88%
  );
}
.results-banner-video {
  margin-top: 20rem;
}
.results-banner-video video {
  height: 57rem;
  border-radius: 1.5rem;
}
.results-banner-play {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.results-banner-section .beforeAfter img {
  height: 68rem;
  border-radius: 1.3rem;
}
.results-banner-section .heading-box {
  width: 37%;
  max-width: 600px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.results-banner-section h1 span {
  color: var(--green);
}
.results-banner-section .heading-box p {
  font-size: 3rem;
  color: #595959;
}
.results-banner-section .beforeAfter div.w-100::before {
  color: var(--white);
}
.results-banner-scroll {
  width: 3.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.results-marquee-section {
  background-color: var(--green);
  padding: 4rem 0;
  min-height: 14rem;
}
.result-marquee-item {
  font-size: 3rem;
  color: #f8fbf9;
  padding: 1rem 5rem;
  background-color: var(--green);
  margin-left: -1px;
}
.result-marquee-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/star-icon.webp") no-repeat center;
  background-size: contain;
}
.results-marquee-section .js-marquee {
  margin: 0 !important;
  transform: none !important;
}
.results-filter-wrapper {
  padding: 2rem 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  position: relative;
  z-index: 20;
  transition: all linear .2s;
  transform: translateX(-50%);
  left: 50%;
}
#results-section.active .results-filter-wrapper {
  position: fixed;
  top: 14rem;
  background-color: #fff;
  transition: all linear .2s;
  max-width: 1455px;
  margin: 0 auto;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  animation: smoothScroll-results 1.5s forwards;
}
@keyframes smoothScroll-results {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.results-filter-header {
  padding-right: 2rem;
  border-right: 1px solid #aaaaaa;
}
.results-filter-header img {
  width: 2.3rem;
  margin-right: 1rem;
}
.results-filter-header span {
  font-size: 3rem;
  color: #767676;
}
.results-listing-section .dropdown-toggle {
  cursor: pointer;
}
.results-listing-section .dropdown-toggle span {
  display: inline-block;
  font-size: 2.2rem;
  cursor: pointer;
  padding: 1rem 6rem 1rem 2rem;
  position: relative;
  font-weight: 400;
  border-right: 1px solid #aaaaaa;
  color: #767676;
}
.active .dropdown-toggle span {
  color: var(--green);
}
.results-listing-section .dropdown-toggle span::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 8.5px;
  background-image: url("../img/filter-dropdown-arrow-gray.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.results-listing-section .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 25rem;
  min-width: 180px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 1.5rem;
  left: 0;
  top: 8rem;
  padding: 2rem 2rem;
}
.results-listing-section .dropdown-menu {
  max-height: 292px;
  overflow-y: auto;
}
.results-listing-section .dropdown {
  width: max-content;
  position: relative;
  display: inline-block;
}
.results-listing-section .dropdown-menu li label {
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}
.results-listing-section .dropdown-menu li label span {
  font-size: 1.7rem;
  display: inline-block;
  margin-left: 7px;
  line-height: 1;
  color: #555555;
}
.results-listing-section .dropdown-menu li input {
  width: max-content;
}
.results-listing-section .dropdown-menu li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.results-listing-section .dropdown-menu li .checkmark {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #627251;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.2s ease;
  position: relative;
  margin: 0;
}
.dropdown-menu li input:checked ~ .checkmark {
  background-color: #627251;
  border-color: #627251;
}
.dropdown-menu li .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.dropdown-menu li input:checked ~ .checkmark::after {
  display: block;
}
.dropdown .clear-filter {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: underline;
  font-size: 2.2rem;
  font-weight: 400;
  padding: 1rem 0;
  color: var(--green);
}
.results-listing .result-item {
  border-radius: 2rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.results-listing .result-item .beforeAfter img {
  height: 35rem;
  border-radius: 2rem;
}
.results-listing .result-item-details ul li {
  font-size: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d9d9d9;
  color: #8f8f8f;
}
.results-listing .result-item-details ul li:last-child {
  border-bottom: 0;
}
.results-listing .result-item-details ul li span {
  padding-left: 2.5rem;
  margin-left: 2.5rem;
  border-left: 1px solid #929292;
}
.results-listing .result-item-details ul li span:first-of-type {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.results-listing .result-item-details ul li b {
  color: #3b3b3b;
  font-weight: 400;
}
.results-listing .result-item-details {
  padding: 1.5rem 3rem 4rem 3rem;
}
.result-item-btn {
  padding: 1.5rem 3rem;
  background-color: transparent;
  border: 1px solid #3b3b3b;
  border-radius: 4rem;
  font-size: 2rem;
  color: #3b3b3b;
  margin: 2rem auto 0 auto;
  width: 100%;
  transition: all 0.5s ease;
}
.result-item-btn img {
  max-width: 3.2rem;
  display: inline-block;
  margin-right: 3rem;
}
.result-item-btn:hover {
  background-color: #3b3b3b;
  color: #ffffff;
}
.result-item-btn:hover img {
  filter: invert(1) brightness(500);
}

.results-listing-section #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
}
.results-listing-section .circle-loading-spinner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #d9d9d9;
  border-top-color: var(--green);
  animation: circle-loading 1s linear infinite;
}
@keyframes circle-loading {
  to {
    transform: rotate(360deg);
  }
}
#results-list .no-results {
  width: 100%;
  grid-column: 1 / -1;
  text-align: center;
}

.results-text-content .body-content * {
  color: #676767;
  line-height: 1.5;
}
.results-text-content .body-content div,
.results-text-content .body-content p,
.results-text-content .body-content li {
  font-size: 2.4rem;
}
.results-text-content .body-content ul,
.results-popup .text-content ul {
  list-style: disc;
  padding-left: 2.5rem;
}
.results-text-content .body-content ol,
.results-popup .text-content ol {
  list-style: decimal;
}
.results-text-content .body-content li,
.results-popup .text-content li {
  margin: 10px 0;
}
.results-text-content .body-content strong,
.results-text-content .body-content b {
  font-weight: 500;
}
.results-listing-section .green-cta-box {
  padding: 4rem 4rem;
  border-radius: 2rem;
}
.results-listing-section .green-cta-box .img-box img {
  max-height: 33rem;
}
.results-listing-section .green-cta-box .btn img {
  margin-right: 2.5rem;
}
.results-listing-section .video-box .video-play-btn {
  width: 7.3rem;
  height: 7.3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.results-listing-section .video-box video {
  max-height: 66rem;
  border-radius: 2rem;
}
.results-listing-section .video-box .btn {
  bottom: 4rem;
  left: 4rem;
  width: calc(100% - 8rem);
  position: absolute;
}
.video-play-btn.hide {
  opacity: 0;
}
.bg-green.section-with-count .section-heading .count {
  color: #000000;
  border-color: #000000;
}
.result-grade-thumb {
  width: 42%;
}
.results-grade-section .time span {
  font-weight: 300;
}
.results-grade-section .time img {
  width: 2.1rem;
  margin-right: 1rem;
}
.result-grade-usp img {
  width: 3.8rem;
  margin-right: 2rem;
  max-height: 4rem;
}
.result-grade-usp li {
  margin-top: 3rem;
}
.results-grade-section .btn {
  min-width: 35rem;
}
.result-popup-header .name-box {
  padding-right: 3rem;
  border-right: 1px solid #d9d9d9;
}
.result-popup-header .name-box span {
  font-size: 2.2rem;
  color: #3b3b3b;
  margin-top: 1rem;
}
.result-popup-usps li {
  padding: 0 2rem 0 4rem;
  border-right: 1px solid #d9d9d9;
}
.result-popup-usps .title {
  font-size: 2rem;
  color: #8f8f8f;
  margin-bottom: 1rem;
}
.result-popup-usps .subtitle {
  color: #333333;
}
.result-popup-images .img-box {
  width: 48%;
}
.result-popup-images .img-box img {
  border-radius: 2rem;
}
.result-popup-images .img-box .tag {
  background-color: #ffffff;
  padding: 8px 18px;
  display: inline-block;
  border-radius: 3rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #686868;
  font-size: 1.7rem;
}
.results-popup .popup-content-wrapper {
  background-color: #ffffff;
  max-width: 1436px;
  padding-left: 0;
  padding-right: 0;
}
.results-popup .text-content h6 {
  color: black;
}
.results-popup .text-content div,
.results-popup .text-content p,
.results-popup .text-content li {
  color: #676767;
  font-size: 2.2rem;
}
.results-popup .popup-content {
  padding: 0 5rem;
}
.results-listing-section .dropdown-menu li label span {
  width: calc(100% - 22px);
}
.clear-filter-mob button {
  background-color: transparent;
  text-decoration: underline;
  font-size: 2.2rem;
  outline: 0;
  border: none;
  font-weight: 400;
  color: var(--green);
  margin-left: 2rem;
  opacity: 0;
  visibility: hidden;
}
.clear-filter-mob button.active {
  opacity: 1;
  visibility: visible;
}
.filter-group.active .dropdown-toggle span.dropdown-title {
  font-weight: 500;
}
.dropdown-toggle {
  position: relative;
}
.dropdown-toggle .dropdown-title {
  display: inline-flex;
  align-items: center;
}
.dropdown-toggle .count-filter {
  font-size: 1.4rem;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--green);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  line-height: 1;
  color: var(--green) !important;
  padding: 0;
  margin-left: 1rem;
  font-weight: 500;
}
.filter-group.active .dropdown-toggle .count-filter {
  display: inline-flex;
}
.dropdown-toggle .count-filter::after {
  display: none !important;
}
/* --------------------------------------- */
/* ------- RESULTS PAGE CSS END ---------- */
/* --------------------------------------- */

/* bottom nav css */

#bottom-nav-box.btn-box {
  position: fixed;
  bottom: 100rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  background: transparent;
  border-radius: 4rem;
  font-size: 0;
  box-shadow: -24px 16px 50px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
  display: flex !important;
  visibility: hidden;
  opacity: 0;
}

#bottom-nav-box.btn-box .divider {
  margin: 0 1.5rem;
}
#bottom-nav-box.visible {
  animation: showFromBottom 1s ease-in-out;
  bottom: 3rem;
  visibility: visible;
  opacity: 1;
}
@keyframes showFromBottom {
  0% {
    transform: translateX(-50%) translateY(15rem);
    opacity: 0;
  }

  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-55rem);
  }
  40% {
    transform: translateX(-50%) translateY(-15rem);
  }
  65% {
    transform: translateX(-50%) translateY(1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-1.5rem);
  }
}

.sd-candidate-section .text-box h6 {
  margin-top: 2rem;
}

/* .full-menu css */

.full-width-menu {
  padding: 6rem 10rem 10rem 10rem;
  position: absolute;
  z-index: 1111;
  display: none;
  background: rgba(48, 55, 37, 0.98);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1920px;
  border-radius: 2.5rem;
}
.header-menu .aboutus,
.header-menu .results,
.header-menu .service {
  position: relative;
  cursor: pointer;
}
.header-menu .service::after,
.header-menu .results::after,
.header-menu .aboutus::after {
  content: "";
  position: absolute;
  background: transparent;
  width: 110%;
  height: 9rem;
  bottom: -8rem;
  left: 0;
}
.header-menu .service::before,
.header-menu .results::before,
.header-menu .aboutus::before {
  content: "";
  position: absolute;
  background: url(../img/accordion-arrow-black.webp) no-repeat;
  width: 1.3rem;
  height: 0.7rem;
  right: 0;
  top: 50%;
  background-size: contain;
}
.full-width-menu .bk-btn {
  position: relative;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2rem;
}
.full-width-menu .bk-btn::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 91%;
  height: 1px;
  top: 50%;
  right: 0;
  opacity: 0.2;
}
.full-width-menu.open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  animation: image-in 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s both;
}
@keyframes image-in {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: scale(1.05), translateX(-50%);
    opacity: 0;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1), translateX(-50%);
    opacity: 1;
  }
}
.service-journey-box {
  height: auto;
  background: no-repeat center;
  background-size: cover;
  border-radius: 2rem;
  padding: 6rem 4rem;
  max-width: 430px;
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
}
.service-journey-box h6 {
  font-size: 4rem;
  margin-bottom: 3rem;
}
.service-journey-box p {
  font-size: 1.8rem;
  letter-spacing: 0;
}

ul.menu-listing {
  background-color: var(--green);
  padding: 5rem 4rem;
  border-radius: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 72%;
  max-width: 1203px;
  align-content: flex-start;
  position: relative;
  height: 100%;
}
ul.menu-listing::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  opacity: 0.2;
  width: 1px;
  height: 84%;
  top: 5rem;
  left: 50%;
}
ul.menu-listing li a {
  color: #fff;
  font-size: 2.4rem;
  padding-left: 2.5rem;
  position: relative;
  line-height: 1;
  transition: all 0.3s ease;
}
ul.menu-listing li a:hover {
  color: var(--light-green);
}
ul.menu-listing li a:hover::after {
  transform: rotate(45deg);
}
.full-width-menu .full-menu-box {
  justify-content: space-between;
  height: 100%;
  align-content: flex-start;
}
ul.menu-listing li {
  width: 50%;
  line-height: 1;
  margin-bottom: 2rem;
  height: auto;
}
ul.menu-listing li a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-icon-3.png) no-repeat center;
  width: 1.2rem;
  height: 1.2rem;
  filter: invert(1);
  left: 0;
  top: 1rem;
  background-size: contain;
  transition: all 0.3s ease;
}
ul.menu-listing li:nth-child(even) {
  padding-left: 6rem;
}

ul.aboutus-menu-listing {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 2.5rem;
}
ul.aboutus-menu-listing li {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

ul.aboutus-menu-listing li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
ul.aboutus-menu-listing li .img-box {
  height: 43.3rem;
  padding: 4rem 3rem;
  border-radius: 2.5rem;
  background: no-repeat center;
  background-size: cover;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
  overflow: hidden;
  transition: all 0.3s ease;
}
ul.aboutus-menu-listing li:hover .img-box {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}
ul.aboutus-menu-listing li .img-box .btn {
  width: 100%;
  text-align: left;
  padding: 2rem 2.5rem;
  justify-content: space-between;
}
ul.aboutus-menu-listing li .img-box .btn::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-icon-3.png) no-repeat center;
  width: 1.8rem;
  height: 1.8rem;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-size: contain;
}
.bottom-text-bar {
  margin-top: 7rem;
}
.bottom-text-bar p {
  font-size: 2.4rem;
}
ul.aboutus-menu-listing li .img-box .btn:hover::after {
  transform: rotate(45deg) translateY(-50%);
  filter: invert(1);
}

.full-width-menu .result-menu-wrapper {
  background-color: #627251;
  border-radius: 2.5rem;
  overflow: hidden;
}
.full-width-menu .result-menu-box {
  padding: 4rem 4rem;
}

.full-width-menu .result-menu-box .title,
.result-menu-wrapper .bottom .title span {
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  padding-left: 3rem;
}
.full-width-menu .result-menu-box .title::before,
.result-menu-wrapper .bottom .title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.full-width-menu .result-menu-box:first-of-type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.full-width-menu .result-menu-box:first-of-type ul li {
  width: 48%;
}
.result-menu-box .menu-list a {
  position: relative;
  color: #ffffff;
  opacity: 0.9;
  font-size: 2.2rem;
  font-weight: 300;
  padding: 4px 0;
  padding-left: 2.8rem;
  display: inline-block;
  transition: all 0.4s ease;
}
.result-menu-box .menu-list a:hover{
  opacity: 1;
  color: var(--light-green);
}
.result-menu-box .menu-list a::before,
.result-menu-wrapper .book-btn::before,
 .result-menu-box .view-all-btn::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/menu-item-arrow.png") no-repeat center;
  background-size: contain;
}
.result-menu-box .view-all-btn{
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 1rem;
  color: #cee9b0;
  border-bottom: 1px solid #E7FFCE80;
  margin-top: 2rem;
  padding-right: 4rem;
  position: relative;
}
.result-menu-box .view-all-btn:hover{
  color: #cbf69dba;
}
.result-menu-box .view-all-btn:hover::before{
  right: -1rem;
}
 .result-menu-box .view-all-btn::before{
  left: unset;
  right: 0;
  top: 1rem;
  transform: none;
  background: url('../img/light-green-arrow.png') no-repeat center;
  background-size: contain;
  width: 2.1rem;
  transition: all 0.4s ease;
 }
.result-menu-wrapper .bottom {
  padding: 0 4rem 4rem 4rem;
}
.result-menu-wrapper .bottom .title span {
  border-bottom: 0;
  background-color: #627251;
  z-index: 2;
  padding-right: 2rem;
}
.result-menu-wrapper .bottom .title::before{
  content: "";
  position: absolute;
  top: 2rem;
  right: 0;
  width: 100%;
  background-color: #d9d9d9;
  height: 1px;
}
.result-menu-wrapper .area-wrapper a{
  width: 19%;
}
.result-menu-wrapper  .area-btn{
  background-color: #6E7E5C;
  padding: 1.9rem 2rem;
  border-radius: 16rem;
}
.result-menu-wrapper  .area-btn:hover{
   background-color: #303725;
}
.result-menu-wrapper  .area-btn img{
  width: 4.7rem;
  max-height: 6.4rem;
  object-fit: contain;
  display: inline-block;
  margin-right: 2rem;
}
.result-menu-wrapper  .area-btn span{
  font-size: 2.1rem;
  color: white;
  max-width: 20rem;
}
.result-menu-wrapper .book-btn{
  background-color: white;
  color: black;
  padding: 1.9rem 3.5rem;
  border-radius: 16rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2.2rem;
}
.result-menu-wrapper .book-btn::before{
  left: unset;
  right: 3.5rem;
  background: url('../img/book-btn-arrow-black.png') no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
  width: 2.2rem;
  height: 1.3rem;
}
.result-menu-wrapper .book-btn:hover{
  background-color: #303725;
  color: white;
}
.result-menu-wrapper .book-btn:hover::before{
  filter: invert(1);
}

/* .full-menu css end */

/* service listing css start */
.service-main-banner-section {
  height: 76rem;
  background: no-repeat center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.service-main-banner-section h1 strong {
  color: var(--green);
}
.service-main-banner-section h1 {
  font-weight: 400;
}

.service-listing-box {
  column-gap: 3rem;
  row-gap: 7rem;
}
.service-listing-box .list-box {
  border-radius: 2rem;
  background-color: #000;
  background-color: #eff5f1;
  border-radius: 2rem;
  font-size: 0;
  transition: all linear 0.3s;
}
.service-listing-box .list-box .img-box img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  height: 30rem;
  object-fit: cover;
  width: 100%;
}
.service-listing-box .list-box .text-box {
  padding: 3rem 4rem;
}
.service-listing-box .list-box .text-box h5 {
  font-size: 3rem;
  min-height: 8rem;
}
.service-listing-box .list-box .text-box a.title-box {
  display: block;
  margin-bottom: 3rem;
}

.service-listing-box .list-box .text-box a.arrow-icon {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--dark-green);
  position: relative;
}
.service-listing-box .list-box .text-box a.arrow-icon::after {
  content: "";
  position: absolute;
  background-color: var(--dark-green);
  width: 0;
  height: 1px;
  bottom: -0.5rem;
  left: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
.service-listing-box .list-box:hover .text-box a.arrow-icon::after {
  width: 100%;
}
.service-listing-box .list-box .text-box a.arrow-icon img {
  width: 1.5rem;
  object-fit: contain;
  margin-left: 1rem;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
.service-listing-box .list-box:hover .text-box a.arrow-icon img {
  transform: rotate(45deg);
}
.service-listing-box .list-box:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.sd-banner-section {
  height: 90rem;
  background: no-repeat center;
  background-size: cover;
}

.sd-procedure-section .heading-box {
  align-items: flex-start;
}
.sd-results-section .section-heading p {
  margin: 1.5rem 0;
}
.sd-cost-usp li:nth-child(5) {
  padding-left: 0;
  border-left: 0;
}
/* service listing css end */

.sd-intro-item .text-box div ul {
  margin-top: 3rem;
}
.sd-intro-item .text-box div ul li {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  font-weight: 400;
  font-size: 2.3rem;
  color: #424242;
}
.sd-intro-item .text-box div ul li::after {
  content: "";
  position: absolute;
  background-color: #424242;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  left: 0;
  top: 1rem;
}

/* Appointment Popup Form */
.appointment-form-popup .popup-content-wrapper {
  max-width: 700px;
  width: 50%;
  padding: 4rem;
}
.appointment-form-popup .flex-box .input-box {
  width: 48%;
}
.appointment-form-popup .sd-contact-form .input-box {
  margin-bottom: 3rem;
}
.appointment-form-popup h3 {
  font-size: 5rem;
  margin-bottom: 4rem;
}
.close-appointment-popup {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 4.3rem;
  height: 4.3rem;
  cursor: pointer;
  background-color: transparent;
}
.close-appointment-popup img {
  max-width: unset;
}

.graft-calculator-banner {
  align-items: flex-end;
  padding-bottom: 10rem;
}
.graft-calculator-form-box .graft-calculator-slide {
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
  padding: 8rem 4rem;
}
.graft-calculator-form-section {
  background-color: var(--section-green);
}
.graft-calculator-slide h2 {
  margin-bottom: 5rem;
}
.graft-calculator-slide .img-box img {
  width: 100%;
  max-width: 118rem;
  object-fit: scale-down;
}
.graft-calculator-slide  .next-box {
  margin-top: 7rem;
}
.graft-calculator-slide .next-box a.btn {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.graft-calculator-slide .next-box a.btn:hover{
  background-color: var(--dark-green);
  border-color: var(--dark-green);
}
.graft-calculator-slide .next-box a.btn img {
  margin-left: 2rem;
}

.graft-calculator-form-section .text-box {
  margin-top: 5rem;
}
.graft-calculator-form-section .text-box h6 {
  font-size: 2.5rem;
  margin: 1.5rem 0;
}
.graft-calculator-form-section .text-box p {
  font-size: 1.8rem;
  color: #565656;
  margin: 1.5rem 0 2.5rem;
}
.graft-calculator-form-section .text-box h5 {
  font-size: 3rem;
  margin: 1.5rem 0;
}
.graft-calculator-form-section .text-box h4 {
  font-size: 4rem;
  margin: 2rem 0;
}
.graft-calculator-text-section .content-box h2 {
  margin-bottom: 2rem;
}
.graft-calculator-text-section .content-box p {
  color: #676767;
  margin-bottom: 2rem;
}
.graft-calculator-text-section .content-box ul li {
  color: #676767;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.graft-calculator-text-section .content-box ul li:after {
  content: '';
  position: absolute;
  background-color: #676767;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  left: 0;
  top: 1.5rem;
}

.graft-blog-listing-section  #blog-list {
  padding-top: 0;
}
.graft-blog-listing-section .blog-category-listing-slider .blog-list-box .text-box h6 {
  color: #333;
}
.graft-blog-listing-section .blog-category-listing-slider .blog-list-box .text-box p {
  color: #676767;
  margin-bottom: .5rem;
}
.graft-blog-listing-section .blog-category-listing-slider .blog-list-box .text-box  .time {
  color: var(--dark-green);
}
.graft-blog-listing-section .blog-category-listing-slider .blog-list-box .text-box a {
  color: var(--dark-green);
}
.graft-blog-listing-section {
  background-color: var(--section-green);
  padding-top: 15rem;
}
.graft-blog-listing-section .heading-box {
  align-items: flex-start;
}

.graft-calculator-form-box {
  position: relative;
}
/* .graft-calculator-slide.hold-screen{
  display: block !important;
  position: relative !important;
} */
.graft-calculator-slide{
  display: none;
}
.graft-calculator-slide.slide-2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.choose-list label.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.choose-list label.check-box {
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: .7rem;
  font-size: 2.5rem;
  color: #333;
  font-weight: 300;
  justify-content: flex-start;
}
.graft-calculator-slide.slide-2 .choose-box {
  width: 40rem;
  height: auto;
  transform: translate(-50%,-50%);
  text-align: left;
  border-radius: 2rem;
  background-color: #fff;
  padding: 5rem 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.graft-calculator-slide.slide-2.active{
  height: 70rem;
}
.graft-calculator-slide.active{
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.choose-list label.check-box .checkmark {
  margin: 0 1rem 0 0;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid var(--green);
}
.choose-list label.check-box .checkmark::after {
  width: 1rem;
  height: 1rem;
}
.graft-calculator-slide.slide-2 .choose-box h4 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.graft-calculator-slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  border-radius: 2rem;
}

.skin-tone-choose-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
  margin-top: 4rem;
}
.graft-calculator-slide.slide-2 .next-box {
  margin-top: 4rem;
}
.graft-calculator-slide.slide-4 {
  padding: 6rem 10rem;
}
.skin-tone-choose-list .check-box {
  width: 100%;
  height: 26rem;
  border-radius: 2rem;
  background: no-repeat center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.green-check-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.green-check-list label.check-box .checkmark {
  border: 0;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
}

.skin-tone-choose-list .check-box.current {
  border: 4px solid var(--light-green);
}
.skin-tone-choose-list .check-box p {
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.green-check-list input:checked ~ .checkmark::after{
  background: url(../img/green-tick-mark.png);
  width: 100%;
  height: 100%;
  background-size: contain;
}

.hair-type-choose-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
.hair-type-choose-list label.check-box {
  position: relative;
  height: 29rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D0D0;
  border-radius: 2rem;
  align-content: center;
}
.hair-type-choose-list label.check-box p {
  width: 100%;
}
.hair-type-choose-list label.check-box .checkmark {
  right: -1.5rem;
  top: -2rem;
}
.hair-type-choose-list label.check-box.current {
  border: 3px solid #BFFF8D;
}
.hair-type-choose-list label.check-box img {
  margin-bottom: 4rem;
}

.Options-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
}
.graft-calculator-slide.slide-5 {
  padding: 8rem 13rem;
}
.Options-box .select-box {
  text-align: left;
}
.Options-box .select-box h4 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
.Options-box .select-box select {
  background: url(../img/down-arrow-icon.png) no-repeat;
  background-position: right 3.5rem center;
  background-size: 2.5rem;
  background-color: transparent;
  border: 1px solid #CECECE;
  padding: 3rem 3.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #1F1F1F;
  -webkit-appearance: none;
  appearance: none;
}

.graft-calculator-slide .next-box a.btn img {
  max-width: 2.3rem;
}
.graft-calculator-form-box .grafts-required-box {
  background: url(../img/graft-img.png) no-repeat center;
  background-size: contain;
  background-color: #E9F6DE;
  max-width: 45rem;
  padding: 3rem 0;
  border-radius: 2rem;
  margin: 0 auto;
}
.graft-calculator-form-box .grafts-required-box h4 {
  font-size: 3.5rem;
}
.graft-calculator-form-box .grafts-required-box h3 {
  font-size: 6.5rem;
  border-radius: 2rem;
  margin-top: 2rem;
}
.comparison-between-section .transplant-cost-info-table .table-column-box .txt {
  padding-left: 2rem !important;
}
.comparison-between-section .transplant-cost-info-table .table-column-box:first-child .txt {
  padding-left: 0 !important;
}
.cost-explore-list .list-box ul{
  display: grid;
  column-gap: 1rem;
  row-gap: 0rem;
  grid-template-columns: repeat(4, 1fr);
}
.sd-locations-list li,.sd-locations-list li img,.sd-locations-list li .text-white{transition: all linear .3s;}
.sd-locations-list li:hover {
  background-color: var(--section-green);
}
.sd-locations-list li:hover img {
  filter: invert(.5);
}
.sd-locations-list li:hover .text-white {
  color: #4a4a4a !important;
}
.sd-contact-locations li a {
  display: block;
}

.sd-locations-list li a {
  display: block;
  position: relative;
  z-index: 11;
}

.service-sd-benefits-section .sd-benefits-list li .txt-box {
  width: 88%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-sd-benefits-section .sd-benefits-list .description {
  width: 60%;
}

.service-sd-benefits-section .sd-benefits-list h5 {
  width: 32%;
}


#bottom-nav-box .icon-btn.btn {
  background-color: #D9EBDD;
  border-color: #D9EBDD;
  padding: 1.6rem 3.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 25rem;
}
#bottom-nav-box.btn-box .btn.open-appointment-popup {
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
  padding: 2.1rem 4.5rem;
}
  #bottom-nav-box .icon-btn.btn {
  display: none;
}
.hp-intro-slider .flip-inner .txt {
  position: absolute;
  top: 4rem;
  left: 5rem;
}
.hp-intro-slider .flip-inner .txt span {
  font-size: 2rem;
  margin-top: .5rem;
  display: block;
}
.lead-form-box{
max-width:65rem; margin:auto;
}

.lead-form {  display:flex;flex-direction:column; gap:1.5rem;max-width: none; }
.form-row { display:flex; gap:1rem; flex-wrap:wrap; }
.form-row .field { flex:1; display:flex; flex-direction:column; }
label { font-weight:600;font-size:1.6rem; }
input, select {width:100%; }
.status-msg { text-align:center; margin-top:1.5rem; font-size:1.6rem; }
.preferences input {
width: 1.5rem;
margin-top: 0;
}

.lead-form-box .field .phone select {
  padding-left: 1.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  padding-left: .5rem;
}
.lead-form-box .field .phone input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.preferences label {
display: flex;
align-items: flex-start;
grid-column-gap: .5rem;
margin: 1.5rem 0;
}

.lead-form-box h4 {
  text-align: center;
  font-size: 3.5rem;
  color: var(--dark-green);
  margin-bottom: 3rem;
  font-weight: 400;
}
.lead-form-box .field input,.lead-form-box .field select {
  padding: 1.5rem 2rem;
  border: 0;
  border-radius: .5rem;
  background-color: #fff;
}

.lead-form-box .field .phone select {
  background-position: calc(100% - .5rem) center;
  background-size: 1.3rem;
}
.lead-form-box .preferences {
  margin-top: 0 !important;
}
.preferences label span {
  font-size: 1.6rem;
  color: var(--dark-green);
  max-width: 55rem;
      line-height: 1.2;
}
.lead-form-box button.btn {
  border-radius: 1rem;
  margin-top: 2rem;
}
.job-details-section .details-box p img {
  width: 3rem;
  object-fit: scale-down;
  object-position: center;
  height: 3rem;
}
.job-details-section .details-box p {
  font-weight: 500;
  color: #fff;
  max-width: 60rem;
  grid-column-gap: 1rem;
  align-items: center;

}
.job-details-section .generic-content-box {
  padding-right: 8rem;
}
.job-details-section .details-box {
  margin-bottom: 5rem;
  background-color: var(--green);
  padding: 4rem;
  border-radius: 1.5rem;
}

.job-details-section .details-box h6 {
  margin-top: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.job-details-section form {
  background-color: #eff5f1;
  padding: 5rem 4rem;
  border-radius: 1.5rem;
  gap: 1.5rem;
  position: sticky;
  top: 15rem;
}
.job-details-section form .consent {
  align-items: flex-start;
  margin-top: 1rem;
}
.job-details-section form .consent input {
  width: 1.5rem;
}
.job-details-section form button {
  padding: 2rem;
  border-radius: 1.5rem;
  margin-top: 3rem;
  background-color: var(--dark-green);
}
.job-details-section form button:hover {
  background-color: var(--green);
}
.lead-form-box .field select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/accordion-arrow-black.webp) #fff no-repeat right;
  background-position: calc(100% - 1.5rem) center;
  background-size: 1.5rem;
}

.jobs-category-list select {
  padding: 1.5rem 2rem;
  border: 1px solid var(--dark-green);
  border-radius: .5rem;
  background-color: #fff;
  max-width: 35rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/accordion-arrow-black.webp) #fff no-repeat right;
  background-position: calc(100% - 1.5rem) center;
  background-size: 1.5rem;
}
.jobs-category-list {
  grid-column-gap: 2rem;
}

.callback-form-box .flex-box .form-box {
  width: 70%;
}
.callback-form-box .form-box input {
  max-width: 26rem;
}
.callback-form-box .flex-box .form-box .submit-box input {
  background-color: var(--white);
  color: var(--green);
  border: 1px solid var(--white);
  outline: none;
  padding: 2rem 4rem;
  border-radius: 5rem;
  cursor: pointer;
  font-weight: 500;
}
.callback-form-box .flex-box .form-box .submit-box input:hover {
  background-color: var(--green);
  color: var(--white);
}

.mt-faq-section .form-box .lead-form-box .field input,.mt-faq-section .form-box .lead-form-box .field select {
  margin-bottom: 0;
}
.job-details-section .career-form .input-box.field input, .job-details-section .career-form .input-box.field textarea {
  padding: 1.5rem 2rem;
  border: 0;
  border-radius: .5rem;
  background-color: #fff;
}
.job-details-section .career-form .input-box.field textarea{
  height: 20rem;
}
.job-details-section .career-form .input-box.field {
  margin-bottom: 1.5rem;
}
.job-details-section .career-form .submit-box{
  width: 100%;
  margin-bottom: 0;
}
.job-details-section .career-form .submit-box p{width: 100%;}
.job-details-section .career-form .submit-box.field input {
  margin-top: 4rem;
  display: block;
  width: 100%;
  border-radius: 1.5rem;
}

.job-details-section .career-form {
  position: sticky;
  top: 15rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  margin: 0;
}
.wpcf7-not-valid-tip{font-size: 1.4rem;}



ul.why-choose-usp-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}
ul.why-choose-usp-list li {
  border: 2px solid var(--dark-green);
  padding: 3.5rem 5rem;
  border-radius: 2rem;
}
ul.why-choose-usp-list li .number-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 7rem;
  height: 7rem;
  background-color: var(--light-green);
  border-radius: 50%;
  font-size: 2.8rem;
  letter-spacing: -.2rem;
}
ul.why-choose-usp-list li h5 {
  font-size: 3.5rem;
}

ul.number-speaks-list li {
  padding-bottom: 1rem;
  text-align: center;
  border-right: 1px solid #b4b4b4;
  padding-top: 1rem;
}
ul.number-speaks-list li:last-child {
  border-right: 0;
}
ul.number-speaks-list li h3 {
  font-size: 13rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--dark-green);
  letter-spacing: -.5rem;
}

ul.why-choose-usp-list li .text-box {
  width: 82%;
}
.google-benefits-section .sd-benefits-list li .icon img {
  filter: invert(1);
}

.sd-banner-section::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}
.sd-contact-bar {
  position: relative;
  z-index: 2;
}
.sd-banner-section .sd-banner-slider {
  position: relative;
  z-index: 2;
}
.google-lp-banner-section .lead-form-box h4{
  color: #000;
}
.google-lp-banner-section #leadForm {
  max-width: none;
  flex-direction: row;
  gap: .7rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.google-lp-banner-section .lead-form-box {
  max-width: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 1.3rem rgba(0, 0, 0, 0.25);
  padding: 3rem 3.5rem;
  border-radius: 2rem;
  margin-top: 100px;
}

.google-lp-banner-section .lead-form-box .field input {
  border-bottom: 1px solid var(--para-color);
  border-radius: 0;
  padding-left: 0;
  color: #000;
}
.google-lp-banner-section #leadForm .field {
  max-width: 23rem;
  height: auto;
}
.google-lp-banner-section #leadForm .preferences {
  display: none;
}
.google-lp-banner-section #leadForm button.btn {
  margin-top: 0;
  padding: 1.9rem 3rem;
  font-size: 1.7rem;
  border: 1px solid #fff;
}
.google-lp-banner-section #leadForm .field input,.google-lp-banner-section #leadForm .field select {
  border: 1px solid var(--section-green);
  font-size: 1.7rem;
}
.google-lp-banner-section #leadForm .field #countryCode {
  display: none;
}
.google-lp-banner-section .lead-form-box .field .phone input{
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
}
ul.why-choose-usp-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sticky-form-box .lead-form-box h4 {
  color: #FFF;
  font-size: 2.5rem;
}
.sticky-form-box .lead-form-box .preferences {
  display: none;
}
.sticky-form-box .lead-form-box button.btn {
  border-color: #fff;
}

.google-lp-banner-section {
  padding: 20rem 0 15rem;
}
.google-lp-banner-section .heading-box{
  text-align: center;
}

.google-lp-banner-section .heading-box h1 {
  font-size: 5.3rem;
}
.google-lp-banner-section .heading-box p {
  color: #595959;
  font-size: 2.5rem;
  margin-top: 1rem;
}
.google-lp-banner-section .heading-box .google-lp-image-slider {
  margin-top: 4rem;
}
.google-lp-banner-section .heading-box .google-lp-image-slider .google-lp-image-item {
  padding: 0 1rem;
}

.google_lp-template-default .menu-wrapper {
  background-color: transparent;
}
.google_lp-template-default .menu-wrapper nav.header-menu {
  display: none;
}
.google_lp-template-default .menu-wrapper .header-btn {
  display: none;
}
.google_lp-template-default-ctn{
  display: none;
}
.google_lp-template-default .menu-wrapper .header-btn.google_lp-template-default-ctn{
display: inline-block;
}
.google_lp-template-default #footer{display: none;}
.google-lp-footer{
  display: none;
  background-image:url(images/bg.svg);
  padding: 10rem 0 12rem;
}
.google_lp-template-default .google-lp-footer{
  display: block;
}

.google-lp-footer .nav-bar-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
}
.google-lp-footer .flex-box.top-box {
  justify-content: space-between;
  align-items: flex-start;
}
.google-lp-footer .flex-box.top-box .address-box span {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  background-color: #505849;
  padding: .2rem .7rem;
}
.google-lp-footer .flex-box.top-box .address-box p {
  color: #A2AC99;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.google-lp-footer .green-bar {
  background-color: #C5ED82;
  padding: 4rem 6rem;
  border-radius: 3rem;
  margin: 7rem 0 4rem;
}
.google-lp-footer .green-bar .contact-info {
max-width: 57rem;
  grid-column-gap: 3rem;
}

.google-lp-footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.google-lp-footer .copyright a {
  padding: 0 .5rem;
}
.google-lp-footer .green-bar .contact-info a {
  font-size: 2.8rem;
}
.google-lp-footer .green-bar ul.social-list li img {
  width: 3rem;
  object-fit: scale-down;
  height: 3rem;
}

















.skin-footer {
  background: #7b513d;
  padding: 50px 0;
  color: #fff;

}

.skin-footer-container {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.skin-col h3 {
  font-size: 22px;
  margin-bottom: 15px;
  /* font-weight: 700; */
}

.skin-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skin-col ul li {
  margin-bottom: 8px;
}

.skin-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
}

.skin-col p {
  font-size: 20px;
  line-height: 1.6;
  color: #f5e9e3;
  margin-bottom: 10px;
}

.skin-direction {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  background: #ffffff33;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  transition: 0.3s;
}

.skin-direction:hover {
  background: #ffffff55;
}

.skin-social-icons img {
  height: 30px;
  margin-right: 10px;
}

.skin-footer hr {
  border: 0;
  border-top: 1px solid #ffffff40;
  margin: 35px 0;
}

.skin-footer-bottom {
  text-align: center;
  color: #f7e9df;
}

.skin-footer-bottom p {
  margin: 5px 0;
  font-size: 20px;
}


/* Responsive */
@media (max-width: 900px) {
  .skin-footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 600px) {
  .skin-footer-container {
    grid-template-columns: 1fr;
  }
}

















/* ======================================= */


@media (min-width: 1921px) {
  html {
    font-size: 9px;
  }

  /* ---------------------------------- */
  /* -------- HOMEPAGE STYLES --------- */
  /* ---------------------------------- */
  .hp-bottom-banner {
    padding-top: 25rem;
  }
  .city-banner-section {
    background-size: contain;
  }
  .bg-gradient {
    background: linear-gradient(
      179.88deg,
      rgba(235, 243, 237, 0.8) 0.1%,
      rgba(255, 255, 255, 0.8) 20.54%,
      #eff5f1 70.6%
    );
  }
  .wrapper {
    max-width: 1495px;
    margin: 0 auto;
    width: 90%;
    padding: 0 20px;
  }
}
@media (max-width: 1660px) {
  .full-width-slider {
    width: 95%;
  }
  .wrapper {
    max-width: 178rem;
  }
  .expert-slider-box .slick-prev {
    right: 33rem;
  }

  .mt-qht-infrastructure-section .container {
    width: 87%;
  }

  .hp-promise-slide img {
    height: 50rem;
  }
}

@media (max-width: 1440px) {
  .expert-slider-box .slick-arrow {
    right: 13rem;
  }

  .expert-slider-box .slick-prev {
    right: 24rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.59vw;
  }
  /* ---------------------------------- */
  /* -------- HOMEPAGE STYLES --------- */
  /* ---------------------------------- */
  .hp-truth-slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .hp-truth-slide .count {
    font-size: 15rem;
    width: 15rem;
    height: 18rem;
    letter-spacing: -1rem;
  }
    .wrapper {
    max-width: 159rem;
  }
  /* ---------------------------------------- */
  /* -------- SERVICE DETAIL STYLES --------- */
  /* ---------------------------------------- */
  .sd-banner-slider .slick-dots {
    transform: none;
    margin-top: 5rem;
  }
  .image-grid-box .image-box-3 {
    width: 29.15%;
  }

  .mt-qht-infrastructure-section .container {
    width: 95%;
  }
  .sm {
    font-size: 2.4rem;
  }
}
@media (max-width: 900px){
      .wrapper {
    max-width: 155rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.9vw;
  }
  .hide-768 {
    display: none !important;
  }
  .show-768 {
    display: block !important;
  }
  .show-768.flex,
  .show-768.flex-box {
    display: flex !important;
  }
  .full-width-768,
  .full-768 {
    width: 100% !important;
  }
  .container,
  .large-container {
    width: 100%;
    padding: 0 20px;
  }
  .full-width-slider {
    width: 100%;
  }
  .com-padding {
    padding: 12rem 0;
  }
  .top-padding {
    padding-top: 12rem;
  }
  .bottom-padding {
    padding-bottom: 12rem;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-left {
    text-align: left;
  }
  .md-text-right {
    text-align: right;
  }
  .md-mt-2 {
    margin-top: 2rem;
  }
  .md-mt-3 {
    margin-top: 3rem;
  }
  .md-mt-4 {
    margin-top: 4rem;
  }
  .md-mt-5 {
    margin-top: 5rem;
  }
  p {
    letter-spacing: 0;
  }
  .breadcrumb {
    justify-content: center;
  }

  /* ---------------------------------- */
  /* -------- HEADER STYLES --------- */
  /* ---------------------------------- */
  .header .menu-open {
    width: 30px;
    height: 25px;
    cursor: pointer;
  }
  .header .menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -120%;
    top: 0;
    background-color: #627251;
    z-index: 50;
    display: block;
    border-radius: 0;
    transition: all 0.4s ease;
    min-height: 100vh;
    min-width: 100vw;
  }
  .header.menu-open .menu-wrapper {
    right: 0;
  }
  .header .menu-drawer {
    display: block;
    height: 100%;
    padding: 10rem 3rem;
  }
  .header .menu-drawer .drawer-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #627251;
    z-index: 2;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }
  .header .menu-box {
    display: block;
    height: 100%;
    overflow-y: auto;
    padding: 7rem 0;
    max-height: 100%;
    overflow-x: hidden;
  }
  .header .menu-wrapper .header-logo img {
    filter: invert(1);
  }
  .header-menu ul {
    display: block;
  }

  header .menu-wrapper ul a {
    color: #ffffff;
    display: block;
    font-size: 3.5rem;
    font-weight: 400;

    padding-left: 0;
  }
  header .header-menu > ul > li {
    border-bottom: 1px solid #aebf9b;
  }
  header .menu-wrapper ul a:hover {
    color: #ffffff;
  }
  header .menu-wrapper .header-btn {
    background-color: #bbcea6;
    color: #4c593e;
    text-align: center;
    border-radius: 5rem;
    margin-left: 0;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    font-size: 3.5rem;
  }
  .header .menu-close {
    width: 35px;
  }
  .header .drawer-footer {
    position: absolute;
    padding: 3rem 3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #627251;
    z-index: 2;
  }
  .header .drawer-footer a {
    text-decoration: none;
    font-size: 2.5rem;
    border: 0;
    padding: 0;
  }
  /* ---------------------------------- */
  /* -------- FOOTER STYLES --------- */
  /* ---------------------------------- */
  .mob-accordion-body {
    display: none;
  }
  .footer-menu-group {
    padding: 0;
    border: 0;
  }
  .footer-menu-box h6 {
    margin-bottom: 0;
  }
  .footer a,
  .footer p,
  .footer div {
    font-size: 2.4rem;
  }
  .mob-accordion-head {
    padding: 3rem 0;
    position: relative;
    padding-right: 3rem;
  }
  .mob-accordion-head::before {
    content: "";
    position: absolute;
    top: 3.5rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url("../img/btn-plus-white.webp") no-repeat center;
    background-size: contain;
    transition: all 0.4s ease;
  }
  .mob-accordion-head.active::before {
    background: url("../img/minus-icon-white.webp") no-repeat center;
    background-size: contain;
  }
  .mob-accordion-item {
    border-bottom: 1.4px solid #747474;
  }
  .mob-accordion-body {
    padding-bottom: 4rem;
  }
  .footer-top {
    padding-bottom: 0;
  }
  .footer-bottom {
    border-top: 0;
  }
  .footer-top-left .mob-accordion-item {
    margin-top: 5rem;
  }
  .footer-branch-item:first-of-type {
    margin-top: 2rem;
  }
  .footer-branch-address li {
    border-bottom: 1px dashed #747474;
  }

  /* ---------------------------------- */
  /* -------- HOMEPAGE STYLES --------- */
  /* ---------------------------------- */
  .hp-intro-slider .slick-list {
    padding: 0 10% !important;
  }
  .hp-intro-slider .slick-slide {
    margin: 0 1.5rem;
  }
  .section-heading br {
    display: none;
  }
  .hp-truth-section .large-container {
    padding: 0;
  }
  .hp-truth-section .wrapper {
    padding: 10rem 0 10rem 4rem;
    border-radius: 0;
  }
  .hp-promise-slider .slick-list {
    padding: 0 10% !important;
  }
  .hp-difference-item {
    padding: 3rem 3rem;
    border-radius: 3rem;
  }
  .hp-difference-item .title-box {
    justify-content: center;
  }
  .hp-difference-item h5 {
    width: max-content;
    flex: none;
  }
  .hp-difference-item .content-box {
    border-left: 0;
    border-top: 1px solid #cacaca;
    margin-top: 3rem;
  }
  .hp-difference-item li {
    padding: 2.5rem 0;
    width: 50%;
    padding-left: 3rem;
  }
  .hp-difference-item .content-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .hp-difference-item li:first-child {
    border-bottom: 0;
    border-right: 1px solid #cacaca;
    padding-left: 0;
    padding-right: 3rem;
  }
  .hp-difference-item li:last-child {
    border-top: 0;
  }
  .hp-difference-item li p {
    padding-top: 1rem;
  }
  .hp-transformation-gallery .before-after-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-expert-content .icon-wrapper {
    display: none;
  }
  .hp-expert-content .slide-item::before,
  .hp-expert-content .slide-item::after {
    display: none;
  }
  .hp-expert-content .slide-item {
    display: block !important;
  }
  .hp-expert-content .slide-item .content-wrapper {
    padding-left: 0;
  }
  .hp-expert-content .slide-item .right-box {
    margin-top: 0;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    
  }
  
.hp-expert-content .slide-item .content-box .show-slide {
  padding: 1.8rem 3rem;
  font-size: 2.3rem;
}
.hp-expert-content .slide-item .content-box .btn-box {
  text-align: right;
}
.hp-expert-content .slide-item .right-box .close-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: transparent;
  border: 0;
}
.hp-expert-content .slide-item .right-box .close-icon img {
  width: 4rem;
  height: 4rem;
  object-fit: scale-down;
}
.hp-expert-content .slide-item .right-box h6 {
  margin-bottom: 2.5rem;
}
  .hp-expert-content .slide-item .right-box::before {
    /* content: "";
    position: absolute;
    top: -5rem;
    left: 50%;
    width: 5.8rem;
    height: 10px;
    background: url("../img/hp-expert-qht-arrow.webp") no-repeat center;
    background-size: contain;
    transform: rotate(90deg) translateX(-50%); */
    display: none;
  }
  .hp-gallery-section .btn-box {
    justify-content: center;
  }
  .hp-testimonial-tabs {
    margin-top: 5rem;
  }
  .hp-bottom-banner .content-box {
    height: 700px;
    max-height: 90vh;
    justify-content: center;
  }
  .hp-img-poster img {
    height: 45rem;
    max-height: 90vh;
  }
  .hp-catalogue-section .form-box {
    margin-top: 8rem;
  }
  .hp-catalogue-section .form-box .justify-between {
    justify-content: center;
  }
  .hp-catalogue-section .form-box .flex-box .flex-1 {
    width: 100%;
    flex: none;
  }
  .hp-catalogue-section .hp-catalogue-section .input-box.name,
  .hp-catalogue-section .hp-catalogue-section .input-box.email {
    width: 47%;
  }
  .hp-gallery-popup .slider-wrapper {
    width: 48%;
  }
  .beforeAfter div:nth-of-type(3) > div > div {
    width: 6rem !important;
    height: 6rem !important;
    line-height: 5.5rem !important;
  }
  .hp-services-section .accordion-body .img-box {
    margin-top: 5rem;
  }

  .hp-services-section .description {
    margin-top: 3rem;
  }
  /* ----------------------------------------- */
  /* -------- SERVICE DETAILS STYLES --------- */
  /* ----------------------------------------- */

  .sd-banner-slide .img-wrapper {
    margin-top: 5rem;
  }
  .sd-banner-slider .slick-dots {
    justify-content: center;
  }
  .green-contact-bar .large-container {
    padding: 0;
  }
  .green-contact-bar .wrapper {
    border-radius: 0;
    padding: 8rem 20px;
  }
  .green-contact-bar .flex-1 {
    padding-left: 0;
    margin-top: 5rem;
  }
  .green-contact-bar form .input-box {
    margin-bottom: 5rem;
  }
  .sd-intro-item .img-box {
    margin-top: 7rem;
  }
  .sd-intro-item .img-box img {
    border-radius: 5rem;
  }
  .sd-results-wrapper,
  .sd-types-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .sd-types-wrapper {
    grid-row-gap: 10rem;
  }
  .sd-benefits-list h5,
  .sd-benefits-list .description {
    width: 100%;
    margin-top: 2rem;
  }
  .sd-benefits-list h5 {
    margin-top: 4rem;
  }
  .sd-pre-procedure-usp li,
  .sd-cost-usp li {
    padding: 6rem 6rem;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sd-pre-procedure-usp li:last-child,
  .sd-cost-usp li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .sd-pre-procedure-usp .icon {
    width: 17%;
  }
  .sd-pre-procedure-usp .icon img {
    max-height: 10rem;
    max-width: 10rem;
  }
  .sd-pre-procedure-usp h6 br,
  .sd-recovery-content .usp-box br {
    display: none;
  }
  .sd-cost-section .section-heading {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sd-cost-section .description {
    margin-top: 3rem;
    text-align: justify;
  }
  .sd-cost-table .table-head .col {
    font-size: 2rem;
  }
  .sd-cost-table .col {
    font-size: 2.3rem;
  }
  .sd-cost-usp li {
    padding: 6rem 0;
  }
  .sd-cost-usp li .icon {
    width: 18%;
  }
  .sd-cost-usp li .text,
  .sd-pre-procedure-usp li .text {
    flex: 1;
    padding-left: 2.5rem;
    margin-top: 0;
  }
  .sd-why-us-section .section-heading {
    flex-direction: column-reverse;
  }
  .sd-why-us-section .icon-box img {
    max-width: 148px;
  }
  .sd-why-us-section .icon-box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
  }
  .sd-cause-section .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sd-cause-section .section-heading {
    margin-bottom: 5rem;
  }
  .sd-cause-item {
    width: 47.5%;
  }
  .sd-wc-section .circle-arrow:hover img {
    filter: none;
  }
  .sd-wc-section .arrow-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 15rem);
    height: 1px;
    background-color: #aaaaaa;
  }
  .sd-wc-usp {
    display: block;
  }
  .sd-wc-usp .slick-slide {
    margin: 0 1.5rem;
    height: inherit;
  }
  .sd-wc-usp .slick-slide > div {
    height: 100%;
  }
  .sd-wc-usp .slick-list {
    margin: 0 -1.5rem;
    padding: 0 35% 0 0 !important;
  }
  .sd-wc-item,
  .sd-wc-usp .review-box {
    height: 100%;
  }
  .sd-wc-usp .review-box {
    display: flex !important;
  }
  .sd-recovery-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    max-width: 450px;
    margin: 0 auto;
  }
  .sd-recovery-tabs li {
    width: 30%;
  }
  .sd-recovery-tabs a {
    margin: 0;
  }
  .sd-recovery-content-wrapper {
    padding-left: 0;
    margin-top: 8rem;
    flex: none;
  }
  .sd-recovery-content .usp-box:first-of-type {
    margin-top: 8rem;
  }
  .green-booking-bar .flex-box {
    flex-direction: column;
    align-items: center;
  }
  .green-booking-bar h2 {
    margin-bottom: 10rem;
  }
  .green-booking-bar .avatar-box {
    padding: 0;
    border: 0;
    margin-bottom: 4rem;
  }
  .green-booking-bar .avatar-box p {
    max-width: unset;
    flex: none;
    margin-top: 1.5rem;
  }
  .green-booking-bar .avatar-box img {
    max-height: 9rem;
  }
  .sd-comparison-section .table-box {
    overflow: scroll;
  }
  .sd-comparison-section .table-box .sd-comparison-wrapper {
    width: 130rem;
    overflow: scroll;
    column-gap: 1rem;
  }
  .sd-comparison-section .section-heading {
    padding: 0 20px;
  }
  .sd-insights-section .com-padding {
    padding-top: 0;
    border-top: 0;
  }
  .sd-insights-section .slider-arrows {
    justify-content: flex-end;
    margin-left: auto;
    width: 100%;
  }
  .sd-insights-section .slider-arrows::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 15.5rem);
    height: 1px;
    background-color: #aaaaaa;
  }
  .sd-locations-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sd-contact-locations {
    grid-template-columns: repeat(2, 1fr);
  }

  /* aboutus css start */

  .inner-banner-section .heading-box h1 {
    font-size: 6rem;
    line-height: 1.3;
  }
  .inner-banner-section .heading-box h1 img {
    width: 12rem;
  }
  .inner-banner-section .heading-box h1 strong::after {
    width: 21.1rem;
    height: 8.4rem;
    left: 0;
    top: 0rem;
  }
  .inner-banner-section .heading-box img.featured-img {
    height: 62rem;
    object-fit: cover;
  }
  .marquee-box {
    padding: 3rem 0;
    border-radius: 1rem;
  }
  .marquee-box .box h6 {
    font-size: 2.2rem;
  }
  .marquee-box .box img {
    width: 2.7rem;
  }
  .inner-banner-section {
    padding-bottom: 10rem;
  }
  ul.info-list li .text-box {
    padding-left: 0;
  }
  .certification-box span {
    font-size: 2.4rem;
  }
  .mobile-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .certification-box ul.icon-list li {
    padding: 3.5rem;
  }
  .certification-box ul.icon-list li p {
    font-size: 3rem;
  }
  .certification-box ul.icon-list li img {
    width: 9rem;
  }
  .sm {
    font-size: 2.2rem;
  }
  ul.info-list li .text-box h6 {
    font-size: 2.7rem;
  }
  ul.info-list li .text-box h6 br {
    display: none;
  }
  .timeline-bg-box {
    padding: 5rem 0 0 3rem;
    background-size: cover;
    border-radius: 3rem;
  }
  .aboutus-timeline-box .slick-arrow {
    left: 0;
    top: auto;
    bottom: 6rem;
  }
  .aboutus-timeline-box .slick-prev.slick-arrow {
    right: auto;
    left: 0;
  }
  .aboutus-timeline-box .slick-arrow {
    left: 8rem;
    right: auto;
    z-index: 2;
  }
  .timeline-bg-box .heading-box {
    margin-bottom: 7rem;
  }
  .timeline-item .text-box {
    border-radius: 5rem;
  }
  .aboutus-timeline-box {
    padding-bottom: 15rem;
  }
  .aboutus-timeline-box .slick-next.slick-arrow::after {
    content: "";
    position: absolute;
    background-color: #aaa;
    width: 62vw;
    height: 1px;
    top: 50%;
    left: 6rem;
    z-index: -1;
  }
  .timeline-bg-box .timeline-item {
    min-width: auto;
    padding-left: 3rem;
    padding-bottom: 8rem;
  }
  .states-clinic-box .gallery-item img {
    border-radius: 3rem;
  }
  .timeline-item .text-box {
    min-height: auto;
    height: auto;
    padding: 6rem 4rem;
    max-width: 53rem;
  }

  .aboutus-mission-vision-section .text-box h5 {
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.25;
  }

  ul.aboutus-usps-list li.usp-box {
    align-items: flex-start;
    column-gap: 2rem;
    padding: 5rem 4rem;
  }
  ul.aboutus-usps-list li.usp-box img {
    margin-bottom: 0;
    position: sticky;
    top: 15rem;
  }
  .img-sticky {
    position: sticky;
    top: 15rem;
  }
  ul.aboutus-usps-list li.usp-box img {
    width: 8rem;
  }
  .timeline-item .text-box .year-box {
    font-size: 2.3rem;
    top: 1rem;
  }
  .timeline-bg-box .heading-box {
    padding-right: 2rem;
  }
  ul.states-list {
    column-gap: 1rem;
    row-gap: 2rem;
  }
  .states-clinic-box .three-img-box .single-img-box {
    width: 100%;
  }
  .states-clinic-box .two-img-box {
    width: 100%;
  }
  .states-clinic-box .gallery-item img {
    height: 55rem;
    max-width: none;
    width: 100%;
  }
  .states-clinic-box .gallery-grid .grid-box-3 {
    width: 100%;
  }
  .aboutus-mission-vision-section .bg-img-box img {
    max-width: 63rem;
  }
  .know-more-box .inner-flex {
    justify-content: center;
  }
  .know-more-box .heading-box {
    justify-content: center;
    text-align: center;
  }
  .know-more-box .heading-box img {
    margin-bottom: 6rem;
  }
  .know-more-box .heading-box .text {
    margin: 0;
    max-width: 52rem;
    margin-bottom: 5rem;
  }
  .wrapper {
    margin: 0;
    padding: 0 15px;
  }
  .expert-slider-box {
    margin-top: 20rem;
  }
  .expert-slider-box .slick-prev {
    right: 0;
  }
  .expert-slider-box .slick-arrow img {
    width: 7rem;
  }
  .expert-slider-box .slick-arrow {
    right: 0rem;
    top: -10rem;
  }
  .expert-slider-box .slick-prev {
    right: 8rem;
  }
  .expert-slider-box .expert-item {
    max-width: 56.1rem;
    margin: 0;
  }
  .aboutus-expert-section h2 {
    margin-bottom: 2rem;
  }
  .celebrities-slider-item .flex-box {
    flex-direction: column-reverse;
  }
  .celebrities-slider-item .img-box img {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
    border-top-left-radius: 3rem;
    height: 75rem;
  }
  .celebrities-slider-item .text {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-top-left-radius: 0;
    padding: 9rem 4rem;
    margin-top: -2rem;
  }
  .aboutus-celebrities-slider-box .slick-arrow img {
    width: 7rem;
  }
  .aboutus-celebrities-slider-box .slick-arrow {
    top: 40rem;
  }
  .aboutus-celebrities-slider-box .slick-prev.slick-arrow {
    left: 1rem;
  }
  .aboutus-celebrities-slider-box .slick-next.slick-arrow {
    right: 1rem;
  }
  .celebrities-slider-item .text > img {
    width: 6rem;
  }
  .celebrities-slider-item .text .info-box span {
    font-size: 2.1rem;
  }
  .aboutus-journey-section .heading-box {
    text-align: center;
  }
  .aboutus-journey-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutus-journey-box iframe {
    height: 40rem;
  }
  .callback-form-box .form-box input {
    width: 100%;
    max-width: none;
    font-size: 2.7rem;
    padding-bottom: 3.5rem;
  }
  .callback-form-box .form-box .inner-form-box {
    row-gap: 5rem;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .callback-form-box h6 {
    margin-bottom: 5rem;
  }
  .callback-form-box .form-box .inner-form-box .btn {
    width: 100%;
  }
  .aboutus-mission-vision-section .inner-box {
    height: 95rem;
  }

  .table-scroll-box {
    overflow: scroll;
  }
  .different-table-box {
    width: 123rem;
    overflow: scroll;
  }

  /* aboutus css end */

  /* ------------- Cost css start  -------------- */

  .inner-banner-section .heading-box h1 br {
    display: none;
  }
  .cost-banner-section.inner-banner-section .heading-box h1 {
    font-size: 6.2rem;
  }

  .cost-banner-section .map-box .circle-box h5 {
    font-size: 5rem;
  }
  .cost-banner-section .map-box .circle-box p {
    font-size: 1.6rem;
  }
  .cost-banner-section .map-box .circle-box {
    width: 17rem;
    height: 17rem;
  }
  .circle-box.txt-1 {
    top: 0rem;
    right: 8rem;
  }
  .cost-banner-section .map-box .circle-box.txt-3 {
    bottom: 3rem;
    right: 7rem;
    width: 20rem;
    height: 20rem;
  }
  .cost-banner-section .map-box .circle-box.txt-3 h5 {
    font-size: 6rem;
  }
  .cost-banner-section .map-box .circle-box.txt-3 p {
    font-size: 1.8rem;
  }
  .circle-box.txt-2 {
    bottom: 8rem;
    left: 0rem;
  }

  .cost-banner-section .map-box .circle-box h5 {
    font-size: 5rem;
  }
  .cost-banner-section .map-box .circle-box p {
    font-size: 1.6rem;
  }
  .cost-banner-section .map-box .circle-box {
    width: 17rem;
    height: 17rem;
  }
  .circle-box.txt-1 {
    top: 0rem;
    right: 8rem;
  }
  .cost-banner-section .map-box .circle-box.txt-3 {
    bottom: 3rem;
    right: 7rem;
    width: 20rem;
    height: 20rem;
  }
  .cost-banner-section .map-box .circle-box.txt-3 h5 {
    font-size: 6rem;
  }
  .cost-banner-section .map-box .circle-box.txt-3 p {
    font-size: 1.8rem;
  }
  .circle-box.txt-2 {
    bottom: 8rem;
    left: 0rem;
  }
  .heading-box br {
    display: none;
  }
  ul.why-qht-transplant-list
    li
    .transplant-usp-details-box
    .transplant-usp-info-box
    .txt
    h6 {
    font-size: 2.5rem;
  }
  ul.why-qht-transplant-list
    li
    .transplant-usp-details-box
    .transplant-usp-info-box
    .txt
    p {
    font-size: 2rem;
  }

  .transplant-cost-info-table .table-column-box .head {
    font-size: 1.8rem;
    width: 94%;
  }
  .transplant-cost-info-table {
    margin-top: 6rem;
  }
  .transplant-cost-info-table .table-column-box .txt {
    font-size: 1.7rem;
  }
  .transplant-cost-box:nth-child(2n + 1) .heading-box {
    padding-right: 0;
  }
  .transplant-cost-box:nth-child(2n) .heading-box {
    padding-left: 0;
  }
  .transplant-cost-box .content-box .down-arrow {
    display: none;
  }
  .transplant-cost-box .content-box ul li {
    font-size: 2.2rem;
  }

  .hp-service-accordion .accordion-item .btn {
    font-size: 2.2rem;
    padding: 2rem 3rem;
  }
  /* 

ul.financing-info-list {
  max-width: none;
}
ul.financing-info-list li .txt p strong {
  display: block;
}
.cost-financing-list .cost-financing-item {
  padding: 5rem 4rem;
}
.cost-financing-list .cost-financing-item img.financing-icon {
  width: 7rem;
}
.cost-financing-list .cost-financing-item h6 {
  margin: 3rem 0 2rem;
}
.contact-info-box.show-768 {
  margin-top: 4rem;
  padding: 3rem;
}
.contact-info-box a {
}
.contact-info-box a {
  margin: 0 auto;
  width: 100%;
  padding-left: 6rem;
  font-size: 2.6rem;
}
.contact-info-box a:last-child {
  margin-top: 2rem;
  padding-top: 2rem;
}
.contact-info-box a:last-child::after {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.contact-info-box a img {
  width: 2.7rem;
}
.border-bottom {
  padding-bottom: 10rem;
}
.delhi-mumbai-clinics-section {
}
.delhi-mumbai-clinics-section .table-box {
  overflow: scroll;
}
.delhi-mumbai-clinics-list-box {
  width: 140rem;
}
.comparison-between-section .table-box {
  overflow: scroll;
}

.bottom-bar-box .person-box {
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 10rem;
}
.bottom-bar-box .google-star-box {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.bottom-bar-box .google-star-box .left-box {
  width: 85%;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
.bottom-bar-box .google-star-box .left-box::before {
  display: none;
}
.bottom-bar-box .google-star-box .left-box::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  bottom: 0;
}
.bottom-bar-box .google-star-box .left-box .g-icon img {
  width: 10rem;
}
.bottom-bar-box .google-star-box .left-box .star-box span {
  font-size: 2.3rem;
}
.step-form-box .step-1-box {
  flex-wrap: wrap;
}
.step-form-box .step-1-box .input-1 {
  width: 100%;
  margin-bottom: 3rem;
}
.step-form-box .input-box.input-2 {
  width: 100%;
  margin-bottom: 4rem;
}
.step-form-box .input-2 .level-box {
  flex-wrap: wrap;
}
.step-form-box .level-box label.check-box {
  width: 22.33%;
}
.step-form-box .level-box label.check-box img {
  width: 9rem;
  margin: 0 auto;
}
.step-2-box .inner-form-box input {
  width: 46%;
} */

  .comparison-between-section .transplant-cost-info-table {
    width: 150rem;
  }
  ul.financing-info-list {
    max-width: none;
  }
  ul.financing-info-list li .txt p strong {
    display: block;
  }
  .cost-financing-list .cost-financing-item {
    padding: 5rem 4rem;
  }
  .cost-financing-list .cost-financing-item img.financing-icon {
    width: 7rem;
  }
  .cost-financing-list .cost-financing-item h6 {
    margin: 3rem 0 2rem;
  }
  .contact-info-box.show-768 {
    margin-top: 4rem;
    padding: 3rem;
  }

  .contact-info-box a {
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    font-size: 2.6rem;
  }
  .contact-info-box a:last-child {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .contact-info-box a:last-child::after {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
  .contact-info-box a img {
    width: 2.7rem;
  }
  .border-bottom {
    padding-bottom: 10rem;
  }

  .delhi-mumbai-clinics-section .table-box {
    overflow: scroll;
  }
  .delhi-mumbai-clinics-list-box {
    width: 140rem;
  }
  .comparison-between-section .table-box {
    overflow: scroll;
  }
  .delhi-mumbai-clinics-section .transplant-cost-info-table {
    width: 150rem;
  }
  .bottom-bar-box .person-box {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 10rem;
  }
  .bottom-bar-box .google-star-box {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom-bar-box .google-star-box .left-box {
    width: 85%;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
  .bottom-bar-box .google-star-box .left-box::before {
    display: none;
  }
  .bottom-bar-box .google-star-box .left-box::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .bottom-bar-box .google-star-box .left-box .g-icon img {
    width: 10rem;
  }
  .bottom-bar-box .google-star-box .left-box .star-box span {
    font-size: 2.3rem;
  }
  .step-form-box .step-1-box {
    flex-wrap: wrap;
  }
  .step-form-box .step-1-box .input-1 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .step-form-box .input-box.input-2 {
    width: 100%;
    margin-bottom: 4rem;
  }
  .step-form-box .input-2 .level-box {
    flex-wrap: wrap;
  }
  .step-form-box .level-box label.check-box {
    width: 22.33%;
  }
  .step-form-box .level-box label.check-box img {
    width: 9rem;
    margin: 0 auto;
  }
  .step-2-box .inner-form-box input {
    width: 46%;
  }
  .cost-investments-section {
    height: 100%;
    padding: 15rem 0;
  }
  ul.cost-investments-list {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.cost-investments-list li {
    border: 0;
    border-top: 1px solid #505050;
    border-radius: 0;
  }
  .cost-book-consultation-form-section .btn-box {
    margin-top: 4rem;
  }

  .cost-solution-box-slider .cost-solution-item {
    width: 95% !important;
    height: 49rem;
    margin-right: 0;
  }
  .cost-solution-box-slider .cost-solution-item h6 {
    font-size: 4.2rem;
    min-height: 20rem;
    line-height: 1.2;
  }
  .cost-solution-box-slider .cost-solution-item img.solution-icon {
    width: 9rem;
  }
  .cost-solution-box-slider {
    margin-top: 7rem;
    padding-bottom: 15rem;
  }
  .cost-solution-box-slider .slick-arrow img {
    width: 7rem;
  }
  .cost-solution-box-slider .slick-arrow {
    right: 0;
    bottom: 0;
    top: auto;
  }
  .cost-solution-box-slider .slick-prev {
    right: 8rem;
  }

  .cost-explore-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cost-explore-list .list-box a {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }

  .comparison-between-section .heading-box {
    text-align: left;
  }
  .cost-explore-section .explore-box-2 {
    padding-top: 10rem;
  }

  /* ------------- Cost css end  -------------- */

  /* ------------- Contact us css start  -------------- */
  .banner-info-bar-section ul.flex-box li {
    width: 100%;
    border-bottom: 1px solid #646464;
    border-left: 0;
    border-right: 0;
    margin-bottom: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .banner-info-bar-section ul.flex-box {
    border-right: 0;
  }
  .banner-info-bar-section ul.flex-box li h6 {
    max-width: none;
  }
  .banner-info-bar-section ul.flex-box li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  ul.contactpage-info-box li {
    margin-bottom: 2.5rem;
  }
  ul.contactpage-info-box li a {
    font-size: 2.8rem;
  }
  .social-media-link a img {
    width: 5.7rem;
    object-fit: scale-down;
  }
  .social-media-link {
    margin-bottom: 4rem;
  }
  .contactus-form-box .input-box.col-5 {
    width: 100%;
  }
  .contactus-form-box {
  }
  .contactus-form-box .input-box textarea,
  .contactus-form-box .input-box input {
    font-size: 2.3rem;
  }
  .contactus-form-box .btn {
    width: 100%;
  }
  .locate-clinics-section .heading-box {
    width: 100%;
    text-align: left;
  }
  ul.contactus-locate-clinics-list {
    grid-template-columns: repeat(1, 1fr);
    border-right: 0;
    padding: 0 3rem;
  }
  ul.contactus-locate-clinics-list li {
    border-left: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    padding-bottom: 6rem;
    margin-bottom: 5rem;
  }
  ul.contactus-locate-clinics-list h6 {
    margin-top: 0;
  }
  ul.contactus-locate-clinics-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  ul.contactus-locate-clinics-list p {
    max-width: 45rem;
    font-size: 2.4rem;
  }
  ul.contactus-locate-clinics-list img.city-icon {
    width: 7.5rem;
  }

  ul.clinic-info-box li {
    font-size: 2.2rem;
  }

  .expect-assistance-box {
    text-align: center;
  }
  ul.contactus-locate-clinics-list h6 {
    font-size: 3.7rem;
  }
  ul.contactus-locate-clinics-list h6 img {
    width: 5.7rem;
  }
  ul.contactus-locate-clinics-list li a {
    font-size: 2.5rem;
  }
  ul.contactus-locate-clinics-list li a img {
    width: 3rem;
  }

  .contact-bottom-section .text-box {
    text-align: center;
  }
  .contact-bottom-section .btn-box.flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-bottom-section .btn-box.flex .btn {
    width: 51%;
    align-content: space-around;
    margin: 1rem 0;
  }

  /* ------------- Contact us css end  -------------- */

  /* ------------------------------------------------ */
  /* ------------- clinic css start  -------------- */
  /* ------------------------------------------------ */

  .clinic-location-info-box .clinic-box > .flex-box {
    flex-direction: column-reverse;
  }
  .clinic-location-info-box .right-box {
    padding-left: 0;
    margin-bottom: 4rem;
  }
  .clinic-image-slider-box .img-box {
    margin: 0;
    padding: 0 1rem;
  }
  .clinics-feature-technology-section ul.financing-info-list {
    padding-left: 0;
  }
  .clinic-bottom-banner-section {
    height: 100%;
  }

  .clinic-image-slider-box img {
    height: 45rem;
    object-fit: cover;
    max-width: 53rem;
  }

  .clinic-bottom-banner-section .btn-box a {
    display: block;
    margin: 1.5rem 0;
  }
  .clinic-bottom-banner-section .btn-box {
    margin-top: 4rem;
  }
  /* ------------------------------------------------ */
  /* ------------- clinic css end  -------------- */
  /* ------------------------------------------------ */

  /* mt css start */

  .top-reason-main-box ul.aboutus-usps-list {
    margin-top: 3rem;
  }
  .why-qht-best-section {
    height: 160rem;
    overflow: hidden;
  }

  .why-qht-best-section .heading-box::after {
    width: 121.3rem;
    height: 121.3rem;
  }
  .why-qht-best-section .text-box .circle-box.text-2 {
    right: 1rem;
    top: 54rem;
  }
  .why-qht-best-section .text-box .circle-box {
    width: 19rem;
    height: 19rem;
  }
  .why-qht-best-section .text-box .circle-box.text-2 h5 {
    font-size: 6.5rem;
  }
  .why-qht-best-section .text-box .circle-box.text-1 {
    width: 17rem;
    height: 17rem;
    top: -42rem;
    left: 42rem;
  }
  .why-qht-best-section .text-box .circle-box.text-4 {
    width: 17rem;
    height: 18rem;
    bottom: -33rem;
    right: 46rem;
  }
  .why-qht-best-section .text-box .circle-box.text-3 {
    bottom: 60rem;
    left: 0;
  }
  .why-qht-best-section .text-box .circle-box.text-3 h5 {
    font-size: 5rem;
  }
  .why-qht-best-section .text-box .circle-box p {
    font-size: 1.8rem;
  }
  .circle-img-2.circle-img {
    left: 34rem;
    top: -51rem;
  }
  .circle-img-3.circle-img {
    right: -2rem;
    top: 46rem;
  }
  .circle-img-1.circle-img {
    left: -1rem;
    top: -17rem;
  }
  .circle-img-4.circle-img {
    left: 52rem;
    top: -20rem;
    width: 7.6rem;
    height: 7.6rem;
  }
  .circle-img-6.circle-img {
    right: 1rem;
    bottom: -47rem;
    width: 9.8rem;
    height: 9.8rem;
  }
  .circle-img-7.circle-img {
    bottom: -51rem;
    left: 3rem;
    width: 12.6rem;
    height: 12.6rem;
  }
  .circle-img-8.circle-img {
    bottom: 79rem;
    right: 39rem;
  }
  .circle-img-5.circle-img {
    right: 37rem;
    top: 48rem;
  }

  .medical-comparison-section .google-star-box .btn-box {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .medical-comparison-section .google-star-box .btn-box h4 {
    font-size: 4rem;
    margin-bottom: 4rem;
    margin-top: 7rem;
  }
  .medical-comparison-section .bottom-bar-box {
    border-radius: 0;
    padding: 8rem 4rem;
  }
  .mt-benefits-tabbing-wrapper .benefits-tab-content {
    padding-left: 0;
    margin-top: 5rem;
  }
  .mt-benefits-tabbing-wrapper .benefits-tab-content p {
    font-size: 2.2rem;
  }
  .mt-benefits-tabbing-wrapper .benefits-tab-content ul li {
    font-size: 2.1rem;
  }
  .mt-benefits-tabbing-wrapper .benefits-tab-content h3 {
    font-size: 4rem;
  }
  .mt-benefits-tabbing-wrapper .benefits-tab-content h3 br {
    display: none;
  }
  .mt-benefits-tabbing-wrapper .benefits-tab-content img {
    height: 70rem;
  }
  .mt-cost-comparison-list {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.mt-cost-comparison-list li {
    padding: 6rem 4.5rem;
  }
  ul.mt-cost-comparison-list li p {
    font-size: 2.3rem;
  }
  .bg-bottom-bar-box .txt {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
  .bg-bottom-bar-box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 6rem 3rem;
  }
  .mt-testimonial-section .hp-testimonial-slider {
    padding-bottom: 0;
  }
  .mt-testimonial-section .slider-arrows::after,
  .mt-testimonial-section .slider-arrows::before {
    display: none;
  }
  .mt-testimonial-section .hp-testimonial-tab-content .slider-arrows {
    top: auto;
    right: -8rem;
    left: auto;
  }
  .mt-testimonial-section
    .hp-testimonial-tab-content
    .slider-arrows
    .prev-arrow {
    position: relative;
    z-index: 2;
  }
  .mt-faq-section .content-wrapper {
    padding-top: 10rem;
  }
  .mt-testimonial-section
    .hp-testimonial-tab-content
    .slider-arrows
    .prev-arrow::after {
    content: "";
    position: absolute;
    background-color: #aaa;
    width: 73vw;
    height: 1px;
    top: 50%;
    right: 6.5rem;
    z-index: -1;
  }
  .mt-testimonial-section .hp-testimonials-wrapper {
    margin-top: 0;
  }
  .mt-testimonial-section .slider-arrows .circle-arrow {
    background-color: #fff;
  }
  .mt-testimonial-section .slider-arrows .circle-arrow img {
    filter: invert(0);
  }
  .mt-testimonial-section .slider-arrows .next-arrow {
    margin-left: 0.2rem;
  }
  .image-grid-box .image-box-1,
  .image-grid-box .image-box-2,
  .image-grid-box .image-box-3 {
    width: 100%;
  }
  /* mt css end */

  /* FAQ css start */

  .faq-inner-box .faq-tab-content h3 {
    font-size: 3.5rem;
  }
  .faq-inner-box .faq-tab-content h6.open-according {
    font-size: 2.2rem;
    padding-left: 4.5rem;
  }
  .faq-inner-box .faq-tab-content h6.open-according::after {
    font-size: 2.2rem;
  }
  /* FAQ css end */

  /* blog css start */
  .blog-ctaegory-list {
    display: none;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 1000;
  }
  ul.blog-ctaegory-list {
    display: none;
  }
  .blog-ctaegory-list li {
    padding: 0;
    border: 0;
    display: block;
  }
  .blog-listing-section .blog-ctaegory-box {
    justify-content: space-between;
  }
  .blog-category-dropdown {
    border: 1px solid #ccc;
    padding: 1rem 2.5rem 1rem 1.5rem;
    width: 35rem;
    background: #89957c;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 2rem;
  }
  .blog-category-dropdown::after {
    content: "";
    position: absolute;
    background: url("../img/accordion-arrow-black.webp") no-repeat center;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 0.9rem;
    background-size: contain;
    filter: invert(1);
  }
  .blog-ctaegory-box .list-box {
    position: relative;
    display: inline-block;
  }
  ul.blog-ctaegory-list li a {
    font-size: 2rem;
  }

  .blog-listing-section .blog-listing-box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
  .blog-list-box .img-box img {
    height: 40rem;
  }
  .blog-list-box .text-box .time {
    font-size: 1.9rem;
  }
  .blog-list-box .text-box h6 {
    min-height: auto;
  }
  .blog-list-box .text-box p {
    min-height: auto;
  }
  .blog-list-box .text-box a {
    font-size: 2.3rem;
  }
  .blog-list-box .text-box {
    margin-top: 5rem;
  }

  .blog-category-listing-slider .slick-arrow img {
    width: 6.5rem;
  }
  .blog-category-listing-slider .slick-arrow {
    top: 4rem;
    z-index: 2;
  }
  .blog-category-listing-slider .slick-arrow.slick-prev {
    right: 7rem;
  }
  .blog-category-listing-slider .slick-arrow.slick-prev::after {
    content: "";
    position: absolute;
    background-color: #aaa;
    width: 85rem;
    height: 1px;
    left: -80rem;
    top: 50%;
    z-index: -1;
  }
  .blog-category-listing-slider {
    margin: 0;
    padding-top: 15rem;
    overflow: hidden;
  }
  .blog-category-listing-slider .slick-track {
    column-gap: 0;
  }
  .blog-category-listing-slider .slick-track .blog-list-box {
    padding: 0 1.5rem;
  }
  .generic-content-box h4 {
    font-size: 3rem;
  }

  .blog-content-box .latest-videos-box ul li p {
    display: none;
  }
  .blog-content-box .latest-videos-box ul li .video-box {
    max-width: none;
    width: 100%;
    height: 30.7rem;
  }
  .sticky-form-box {
    margin-top: 8rem;
  }
  .post-service-list ul.service-list li a {
    font-size: 3rem;
    padding-left: 5.5rem;
  }
  .post-service-list ul.service-list li a::after {
    top: 0.2em;
  }

  /* --------------------------------------- */
  /* ----- RESULTS PAGE CSS START ---------- */
  /* --------------------------------------- */
  .results-banner-play,
  .video-play-btn,
  .results-listing-section .video-box .video-play-btn {
    width: 10rem;
    height: 10rem;
  }
  .results-banner-section .heading-box {
    position: unset;
    transform: none;
    max-width: unset;
  }
  .results-banner-video {
    width: 100%;
    max-width: 500px;
    margin: 5rem auto 0 auto;
  }
  .results-banner-video video {
    height: auto;
    max-height: 90vh;
    min-height: 60rem;
  }
  .results-listing-section .results-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .result-popup-usps li {
    width: 50%;
    margin-top: 4rem;
  }
  .result-popup-usps li:nth-child(odd) {
    border-left: 1px solid #d9d9d9;
  }
  .results-popup .text-content .flex-1 {
    flex: unset;
    margin-bottom: 5rem;
  }
  .results-filter-header {
    border-right: 0;
    position: relative;
    padding-right: 5rem;
  }
  .results-filter-header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 8.5px;
    background-image: url("../img/filter-dropdown-arrow-gray.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .results-listing-section .filter-box {
    border: none;
    width: max-content;
    min-width: 180px;
    padding: 24px 10px 20px 20px;
    position: absolute;
    z-index: 2;
    top: 9.5rem;
    left: 0;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: block;
    max-width: 300px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    max-height: 375px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .results-listing-section .filter-box.show {
    visibility: visible;
    opacity: 1;
  }
  .results-listing-section .dropdown-menu {
    max-height: unset;
  }
  .results-listing-section .dropdown-toggle .count-filter {
    display: none !important;
  }
  .results-listing-section .dropdown {
    width: 100%;
  }
  .results-listing-section .dropdown-toggle,
  .dropdown .clear-filter {
    display: none;
  }
  .results-listing-section .dropdown .dropdown-content {
    display: block !important;
    position: static;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 3rem;
  }
  .dropdown-content .list-title {
    margin-bottom: 2rem;
  }
  .dropdown-menu li label span {
    font-size: 2.4rem;
  }
  .clear-filter-mob button {
    margin-left: 0;
    font-size: 2.8rem;
  }
  .sd-types-wrapper .sd-type-item h6 {
    min-height: auto;
  }
  .sd-types-wrapper .sd-type-item p {
    font-size: 2.1rem;
  }

  .city-cost-table-section .transplant-cost-box:first-child {
    padding-top: 8rem;
  }
  /* blog css end */

  /* dropdown css start */
  .full-width-menu {
    height: 100vh;
    padding: 5rem 3rem 4rem 3rem;
    top: 0;
    right: -100vw;
    left: auto;
    transition: all 0.5s;
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 9999;
  }
  .full-width-menu {
    transform: none;
  }
  .full-width-menu.open {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    animation: none;
  }

  .service::after,
  .aboutus::after {
    display: none;
  }
  ul.menu-listing li {
    width: 100%;
    margin-bottom: 3rem;
  }

  ul.menu-listing li:nth-child(even) {
    padding-left: 0;
  }
  ul.menu-listing::after {
    display: none;
  }
  ul.menu-listing,
  ul.aboutus-menu-listing {
    border-radius: 2.5rem;
    width: 100%;
    padding: 4rem 2.5rem;
  }
  .full-width-menu .full-menu-box {
    height: auto;
  }
  .service-journey-box {
    max-width: fit-content;
    margin-top: 2rem;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 1rem;
    width: 100%;
    justify-content: center;
    display: none;
  }
  .service-journey-box .white-text {
    text-align: center;
  }
  .service-journey-box p {
    margin-bottom: 5rem;
    font-size: 2.2rem;
  }
  ul.aboutus-menu-listing {
    background-color: var(--green);
  }
  ul.menu-listing li a,
  .result-menu-box .menu-list a,
  ul.aboutus-menu-listing li .img-box a {
    font-size: 2.5rem;
    padding-left: 3.5rem;
    color: #ffffff;
    opacity: 1;
    font-weight: normal;
  }
  ul.aboutus-menu-listing li .img-box a h6 {
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.5;
  }
  ul.menu-listing li a::after,
  .result-menu-box .menu-list a::before,
  ul.aboutus-menu-listing li .img-box a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
  ul.aboutus-menu-listing li .img-box a::after {
    filter: invert(1);
    left: 0;
    top: 1rem;
    content: "";
    position: absolute;
    background: url("../img/arrow-icon-3.png") no-repeat center;
    background-size: contain;
    transition: all 0.3s ease;
  }
  .bk-btn {
    padding-left: 4rem;
  }
  .bk-btn:before {
    content: "";
    position: absolute;
    background: url(../img/bk-arrow.png) no-repeat;
    width: 2.9rem;
    height: 1.9rem;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    filter: brightness(200%);
  }
  .bk-btn::after {
    width: 65%;
  }
  ul.aboutus-menu-listing {
    display: block;
    width: 100%;
  }
  ul.aboutus-menu-listing li {
    margin-bottom: 2rem;
  }
  ul.aboutus-menu-listing > li:last-child,
  ul.menu-listing li:last-child {
    margin-bottom: 0;
  }
  ul.aboutus-menu-listing li > a {
    position: static;
  }
  ul.aboutus-menu-listing li {
    height: auto;
  }
  ul.aboutus-menu-listing li .img-box {
    background: transparent !important;
    height: auto;
    padding: 0;
  }
  ul.aboutus-menu-listing li .img-box .btn {
    display: none;
  }
  ul.aboutus-menu-listing li .img-box a {
    position: relative;
    width: 100%;
  }
  .bottom-text-bar {
    margin-top: 10rem;
    justify-content: center;
    text-align: center;
    display: none;
  }
  .bottom-text-bar p {
    margin-bottom: 2rem;
  }
  .header-menu li.current-menu-item a {
    color: var(--light-green);
  }

  /* dropdown css end */

  /* service listing css start */
  .service-listing-box {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
    row-gap: 2rem;
  }
  .service-listing-box .list-box .img-box img {
    height: 23rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .service-listing-box .list-box {
    border-radius: 0.5rem;
  }
  .service-listing-box .list-box .text-box {
    padding: 2rem;
    text-align: center;
  }
  .service-listing-box .list-box .text-box h5 {
    font-size: 2.8rem;
  }
  .sticky-box {
    position: static;
  }
  /* service listing css end */

  /* Results Dropdown CSS */
  .header-menu .aboutus > a,
  .header-menu .results > a,
  .header-menu .service > a {
    width: max-content;
  }
  .header-menu .service::before,
  .header-menu .results::before,
  .header-menu .aboutus::before {
    width: 2.3rem;
    height: 1.7rem;
    filter: invert(1);
    top: 41%;
  }
  .full-width-menu {
    border-radius: 0;
    height: 100vh;
  }
  .full-width-menu .full-menu-box,
  ul.menu-listing {
    max-height: calc(100vh - 20rem);
    height: 100vh;
    overflow-y: auto;
  }
  .result-menu-wrapper {
    display: block;
  }
  .result-menu-wrapper .area-wrapper a {
    width: 100%;
    margin-bottom: 3rem;
    max-width: 400px;
    padding-left: 4rem;
  }
  .result-menu-wrapper .area-btn span {
    max-width: unset;
    font-size: 2.6rem;
  }
  .result-menu-wrapper .area-wrapper a:last-of-type {
    margin-bottom: 0;
  }
  .result-menu-wrapper .book-btn {
    display: none;
  }
  .result-menu-box .view-all-btn {
    font-size: 2.7rem;
  }
  .full-width-menu .result-menu-box .title,
  .result-menu-wrapper .bottom .title span {
    font-size: 3rem;
  }
.mt-faq-section .form-box{margin-top: 5rem;padding: 5rem 2rem;}
  /* Appointment Popup Form */
  .appointment-form-popup .popup-content-wrapper {
    width: calc(100% - 20px);
  }
  .appointment-form-popup .flex-box .input-box {
    width: 48%;
  }
  .appointment-form-popup .submit-box {
    margin-left: auto;
    margin-right: auto;
  }
  .close-appointment-popup {
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
  }
  .appointment-form-popup h3 {
    font-size: 4rem;
    text-align: center;
  }
  .hp-testimonial-tab-content .slider-arrows::after {
    content: "";
    position: absolute;
    background-color: #aaa;
    width: 68vw;
    height: 1px;
    top: 50%;
    right: 15rem;
    z-index: 0;
  }
  .hp-testimonial-tab-content .slider-arrows {
    z-index: 2;
  }
  .sd-contact-locations li p {
    max-width: none;
  }
  .cost-explore-list .list-box ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .cost-solution-box-slider .slick-prev::after {
    content: "";
    position: absolute;
    background-color: #aaa;
    width: 68vw;
    height: 1px;
    top: 50%;
    right: 7rem;
    z-index: 0;
  }
  .sd-results-section .section-heading .w-20 {
    display: none;
  }

  ul.why-qht-transplant-list
    li
    .transplant-usp-details-box
    .transplant-usp-info-box
    .txt
    ul
    li {
    font-size: 2rem;
  }
  ul.why-qht-transplant-list li .transplant-usp-details-box {
    height: auto;
  }
  ul.why-qht-transplant-list
    li
    .transplant-usp-details-box
    .transplant-usp-info-box
    .txt
    ul
    li::after {
    top: 1.2rem;
    width: 0.7rem;
    height: 0.7rem;
  }

  .graft-blog-listing-section .heading-box {
    text-align: center;
  }

  .skin-tone-choose-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .graft-calculator-slide.slide-4 {
    padding: 6rem 3rem;
  }
  .skin-tone-choose-list .check-box {
    height: 20rem;
  }
  .graft-calculator-slide.slide-5 {
    padding: 6rem 4rem;
  }
  .hair-type-choose-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .hair-type-choose-list label.check-box {
    height: 20rem;
    padding: 2rem;
  }
  .hair-type-choose-list label.check-box img {
    width: 3.5rem;
    aspect-ratio: 2/4;
    object-fit: contain;
    margin-bottom: 2rem;
  }
  .Options-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .graft-calculator-slide.slide-2 .choose-box {
    width: 50rem;
  }
  .hp-truth-slider h3 {
    font-size: 3.2rem;
  }
  .hp-truth-slider p{
    font-size: 2.1rem;
    min-height: 9rem;
  }
  
.hp-truth-section .slider-arrows {
  padding-right: 0;
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
.hp-truth-section .slider-arrows::after {
    content: "";
    position: absolute;
    background-color: #aaa;
    width: 68vw;
    height: 1px;
    top: 50%;
    right: 15rem;
    z-index: -1;
  }
  .mobile-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    column-gap: 2rem;
  }
  .hp-testimonial-section .section-heading {
    justify-content: center;
    text-align: center;
  }
  .hp-testimonial-section h5.w-50 {
    text-align: center;
  }

  .cost-testimonial-section .google-review-img {
    margin: 0 auto;
    margin-top: 5rem;
  }
  ul.benefits-tabbing-box {
    grid-template-columns: none;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    display: grid;
    column-gap: 2rem;
  }
  ul.benefits-tabbing-box li {
    max-width: 45rem;
    width: 100%;
    min-width: max-content;
  }
  ul.benefits-tabbing-box li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .sd-intro-item h3 {
    font-size: 4rem;
  }

  .sd-candidate-usp li h6 {
    margin-top: 0;
  }
  .service-sd-benefits-section .sd-benefits-list li .txt-box {
    width: 77%;
  }
  .service-sd-benefits-section .sd-benefits-list li .txt-box h5 {
    margin-top: 0;
  }
  .service-sd-benefits-section .sd-benefits-list .icon {
    width: 11rem;
    height: 11rem;
  }
  ul.cost-investments-list li {
    padding-left: 0;
    padding-bottom: 3rem;
  }
  ul.cost-investments-list li:last-child {
    padding-bottom: 5rem;
  }
  .service-pre-procedure-section .sd-pre-procedure-usp li {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0rem;
  }
  .service-pre-procedure-section .sd-pre-procedure-usp li:last-child {
    padding-bottom: 6rem;
  }

  .cost-explore-list .list-box ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .cost-testimonial-section .hp-testimonials-wrapper {
    margin-top: 2rem;
  }

  .mt-testimonial-section .hp-testimonial-tab-content {
    padding-top: 0;
  }
  .bottom-banner-section .btn-box a.btn:last-child {
    margin-left: 0;
  }
  .clinic-bottom-banner-section .btn-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 45%;
    max-width: 28rem;
  }

  .sd-results-section .w-70 {
    width: 100%;
  }
  .sd-why-us-usp li {
    text-align: center;
  }

  .hp-testimonial-section .section-heading h2 {
    width: 100%;
  }

  ul.sd-recovery-tabs li {
    max-width: 45rem;
    width: 100%;
    min-width: max-content;
  }
  ul.sd-recovery-tabs {
    grid-template-columns: none;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    display: grid;
    column-gap: 2rem;
  }
  .service-sd-benefits-section .sd-benefits-list li .txt-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-sd-benefits-section .sd-benefits-list .description,
  .service-sd-benefits-section .sd-benefits-list li .txt-box h5 {
    width: 100%;
  }
  
#bottom-nav-box.btn-box .btn.open-appointment-popup {
  border-radius: 0;
  width: 100%;
  padding: 2.8rem 0;
}
#bottom-nav-box .icon-btn.btn {
  width: 50%;
  border-radius: 0;
  padding: 2.3rem 3.5rem;
}
.icon-btn.btn img{max-height: 3.5rem;}
#bottom-nav-box.btn-box {
  width: 100%;
  bottom: 0;
}
.hp-expert-content .right-box li::before {top: 2.5rem;}
.hp-faq-section .para-box p:first-child{
  margin: 0 auto;
  max-width: 47rem;
}

.footer {
  padding-bottom: 7rem;
}

.hp-expert-content .slide-item .content-box.left-box .text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.hp-expert-content .slide-item .content-box .show-slide {
  margin-top: 0;
}
.hp-expert-content .slide-item h6 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.hp-expert-content {
  padding: 0 1rem;
}
.hp-expert-content .slide-item .content-box {
  padding: 5rem 4rem 7rem 4rem;
}
.hp-expert-content .left-box li {
  padding: 3rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.hp-expert-content .right-box li{
  padding: 2rem 0;
    padding-left: 3rem;
}
.hp-expert-content .left-box li span {
  font-size: 2.6rem;
}
.hp-expert-content .left-box li img {
  max-height: 6rem;
}

.sd-recovery-content .thumb-box img {
  height: 40rem;
  object-fit: cover;
}

#bottom-nav-box.btn-box .icon-btn.btn img {
  max-width: 15rem;
  margin-left: 0;
}

.job-details-section .generic-content-box {
  padding-right: 0;
  margin-bottom: 5rem;
}

.job-details-section .details-box > .flex {
  flex-wrap: wrap;
  grid-row-gap: 2rem;
}
.job-details-section .details-box p{
  max-width: none;
  align-items: center;
  width: 100%;
  line-height: 1.3;
  font-size: 2rem;
}
#bottom-nav-box.btn-box{display: none !important;}
.header-inner{padding: 2rem 1rem;width: 98%;}
.header-logo img{max-height: 5rem;}
.header-logo img {
  max-height: 5.8rem;
  width: 12rem;
}

.stick-header .header-inner button.btn.show-768 {
  display: block !important;
}

    .header-inner button.btn.show-768 {
        font-size: 2rem;
        padding: 2.3rem 2.3rem;
        font-weight: 400;
        margin-left: 13rem;
        font-family: 'Poppins';
        display: none !important;
    }
    
ul.why-choose-usp-list {
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
ul.why-choose-usp-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4rem 3rem;
  border-radius: 1rem;
  border: 1px solid var(--dark-green);
}
ul.why-choose-usp-list li .number-box {
  margin-bottom: 0;
  width: 6rem !important;
  height: 6rem !important;
  font-size: 2.2rem;
  letter-spacing: 0;
  position: sticky;
  top: 12rem;
}
ul.why-choose-usp-list li .text-box {
  width: 85%;
}
ul.why-choose-usp-list li h5 {
  font-size: 3rem;
}

.areas-of-expertise-section .heading-box {
  text-align: center;
}
.areas-of-expertise-section .heading-box p {
  margin-top: 2rem;
}
.number-speaks-section .heading-box {
  text-align: center;
}
ul.number-speaks-list li {
  text-align: center;
}
ul.number-speaks-list {
  margin-top: 3rem;
}

.google-lp-banner-section .lead-form-box {
  padding: 3rem;
}
.google-lp-banner-section #leadForm {
  flex-wrap: wrap;
  gap: 1.7rem;
}
.google-lp-banner-section #leadForm .field {
  max-width: none;
  width: 100%;
}
.google-lp-banner-section #leadForm .field input, .google-lp-banner-section #leadForm .field select {
  font-size: 2.3rem;
}
.google-lp-banner-section #leadForm button.btn {
  width: 100%;
  padding: 3rem;
  font-size: 2.5rem;
}

.google-sd-results-section .grid.grid-col-3 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem 1rem;
}
.google-sd-results-section .grid.grid-col-3 img{
  height: 100%;
}
.google-lp-banner-section .heading-box{margin-bottom: 5rem;}
ul.number-speaks-list{
  grid-template-columns: repeat(1, 1fr);
}
ul.number-speaks-list li{
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-right: 0;
}
ul.number-speaks-list li:last-child{
  border: 0;
  padding: 0;
  margin: 0;
}

.google-lp-footer .nav-bar-box {
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 3rem;
}
.google-lp-footer .flex-box.top-box .address-box span {
  font-size: 1.5rem;
}
.google-lp-footer .green-bar {
  justify-content: center;
}
.google-lp-footer .green-bar .contact-info {
  max-width: none;
  text-align: center;
  justify-content: center;
  margin-bottom: 3rem;
}
}



@media (max-width: 600px) {
  html {
    font-size: 1.5vw;
  }
  .com-padding {
    padding: 9rem 0;
  }
  .top-padding {
    padding-top: 10rem;
  }
  .bottom-padding {
    padding-bottom: 10rem;
  }
  .full-width-600 {
    width: 100% !important;
  }

  .hide-600 {
    display: none !important;
  }
  .show-600 {
    display: block !important;
  }
  .show-600.flex,
  .show-600.flex-box {
    display: flex !important;
  }
  .full-width-600 {
    width: 100% !important;
  }

  h1,
  .h1 {
    font-size: 6rem;
    letter-spacing: -0.2rem;
  }
  h2,
  .h2 {
    font-size: 4rem;
    letter-spacing: -0.1rem;
  }
  h3,
  .h3 {
    font-size: 3.5rem;
    letter-spacing: 0;
  }
  h4,
  /* .h4 {
    font-size: 3.7rem;
    letter-spacing: 0;
  } */
  h5,
  .h5 {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  h6 {
    letter-spacing: 0;
  }
  p {
    letter-spacing: 0;
  }
  .container,
  .large-container {
    padding: 0 15px;
  }
  .mob-text-center {
    text-align: center;
  }
  .section-heading p br,
  p br {
    display: none;
  }
  .btn {
    font-size: 2.6rem;
    padding: 2.6rem 5rem;
  }
  .btn.mob-full {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }
  .footer-menu-box.city-list ul {
    display: block;
  }
  /* ---------------------------------- */
  /* -------- HOMEPAGE STYLES --------- */
  /* ---------------------------------- */
  .hp-truth-section .wrapper {
    padding: 8rem 3rem;
  }
  .hp-truth-slide {
    margin-top: 6rem;
  }
  .hp-truth-slide .count {
    font-size: 10rem;
    width: 8rem;
    height: auto;
    display: inline-block;
    letter-spacing: 0;
  }
  .hp-truth-slide p {
    letter-spacing: 0;
  }
  .hp-promise-slide img {
    min-height: 56rem;
  }

  .hp-difference-item li p {
    font-size: 2.2rem;
  }

  .hp-transformation-gallery .before-after-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .hp-expert-header .slide-item .title {
    font-size: 1.8rem;
  }

  .hp-expert-content .slide-item .right-box::before {
    left: 45%;
  }
  .hp-testimonial-tab-content {
    padding-top: 7rem;
    padding-bottom: 15rem;
  }
  .hp-testimonial-tab-content .slider-arrows {
    bottom: 0rem;
    top: auto;
  }
  .hp-faq-item .faq-head {
    padding: 3.5rem 3rem 3.5rem 0;
  }
  .btn-line-box::before {
    display: none;
  }
  .btn-line-box .btn-box {
    display: flex;
    justify-content: center;
  }
  .hp-gallery-popup .slider-wrapper,
  .hp-gallery-section .slider-wrapper {
    width: 100%;
    margin: 1.5rem 0;
  }
  .hp-testimonial-tabs {
    justify-content: center;
  }
  .hp-testimonial-slider {
    width: calc(100% + 20px);
    margin-left: auto;
  }
  .hp-testimonial-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .hp-testimonial-slider .slick-slide {
    margin: 0 1.5rem;
  }
  .hp-service-accordion .accordion-head h6 {
    font-size: 2.6rem;
  }
  .hp-service-accordion .accordion-body * {
    font-size: 2.3rem;
  }

  /* ----------------------------------------- */
  /* -------- SERVICE DETAILS STYLES --------- */
  /* ----------------------------------------- */

  .sd-banner-slide .img-box.before {
    padding-bottom: 12rem;
  }
  .sd-banner-slide .img-box.before::before {
    background: url("../img/hp-expert-qht-arrow.webp") no-repeat center;
    background-size: contain;
    transform: rotate(90deg) translateX(-50%);
    width: 7rem;
  }
  .sd-results-section .vector {
    width: 15rem;
    height: 15rem;
    top: 0;
  }
  .sd-results-wrapper,
  .sd-types-wrapper,
  .sd-contact-locations {
    grid-template-columns: repeat(1, 1fr);
  }
  .sd-results-wrapper .beforeAfter img {
    height: 50rem;
  }
  .sd-candidate-usp li {
    width: 100%;
  }
  .sd-why-us-usp li {
    width: 100%;
    padding: 6rem 0;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .sd-why-us-usp li p {
    margin-top: 2rem;
  }
  .sd-why-us-usp li .inner,
  .sd-why-us-usp li:nth-child(odd) .inner {
    padding: 0 !important;
    border: 0 !important;
  }
  .sd-why-us-usp .inner::before {
    display: none;
  }
  .sd-wc-item img {
    min-height: 65rem;
  }
  .sd-candidate-contact .flex-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sd-candidate-contact .btn {
    margin-top: 6rem;
  }
  .sd-procedure-section .square-box {
    padding-right: 2rem;
  }
  .sd-procedure-section .square-box .subtitle {
    font-size: 2.8rem;
  }
  .sd-pre-procedure-usp .icon {
    width: 20%;
  }
  .sd-cost-table .col {
    display: flex;
    align-items: center;
  }
  .sd-wc-usp .slick-list {
    padding: 0 12% 0 0 !important;
  }
  .sd-locations-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sd-locations-list li {
    padding: 5rem 3rem;
  }
  .sd-comparison-box .row {
    font-size: 2.2rem;
  }
  /* --------------------------------------- */
  /* ----- RESULTS PAGE CSS START ---------- */
  /* --------------------------------------- */
  .results-listing-section .results-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .results-listing .result-item .beforeAfter img {
    height: 75vw;
  }
  .results-popup .popup-content {
    padding: 0 2rem;
  }
  .results-listing-section .video-box video {
    max-height: 90vh;
    min-height: 60rem;
  }
  .results-listing-section .green-cta-box .img-box img {
    max-height: unset;
    width: 100%;
  }
  .results-listing .result-item-details ul li,
  .result-item-btn,
  .result-popup-usps .title {
    font-size: 2.3rem;
  }

  .service-cause-section .sd-cause-item {
    min-height: auto;
  }
  .service-cause-section .sd-cause-item .icon {
    width: 8rem;
  }
  .service-cause-section .sd-cause-item .mt-5 {
    margin-top: 0;
    width: 100%;
  }
  .sd-contact-locations li h6 {
    margin-top: 0;
  }
  .sd-contact-locations li a {
    display: flex !important;
  }
  
  .hp-truth-slide .count::before {
    width: 12rem;
    height: 13rem;
  }
  .hp-truth-slider .hp-truth-slide .hp-truth-box {
    align-items: flex-start;
  }
  .hp-truth-slide .count {
    font-size: 9rem;
    text-align: center;
  }
  .hp-truth-slider .hp-truth-slide{
    max-width: 55rem;
    margin-top: 0;
    padding: 4rem;
    border: 1px solid #C5ED82;
    border-radius: 5rem;
  }
  #results-section.active .results-filter-wrapper{
    padding: 2rem 3rem;
    top: 12rem;
  }
  .not-found-banner-section .flex-box h5{font-size: 6.5rem;}
}










	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
  @media (max-width: 768px) {
   
}
@media (max-width: 768px) {
      .header .menu-open {
        display: none !important;
    }
}
/* @media (max-width: 768px) {
      .header-inner{
        justify-content: center;
    }
  } */
  
  
  .services-section {
  max-width: 1200px;
  margin: 100px auto;
}

/* Box */
.service-box {
  width: 31.33%;
  float: left;
  margin: 1%;
  padding: 25px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-align: center;
  background: #fff;
  transition: 0.4s;
  min-height: 490px;
}

/* Image */
.service-box img {
  width: 60px;
  margin-bottom: 15px;
  transition: 0.4s;
}

/* Heading */
.service-box h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

/* Text */
.service-box p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  letter-spacing: 0.01px;
  
}

/* Button */
.service-box a {
  display: inline-block;
  padding: 10px 20px;
  background: #b67044;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  transition: 0.4s;
}

/* Hover Effects */
.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.service-box:hover img {
  transform: scale(1.2);
}

.service-box:hover a {
  background: #562b0c;
}

/* Clear Float */
.clear {
  clear: both;
}

/* Tablet (2 columns) */
@media (max-width: 1024px) {
  .service-box {
    width: 48%;
    margin: 1%;
    min-height: auto;
  }

  .service-box h3 {
    font-size: 26px;
  }

  .service-box p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Mobile (1 column) */
@media (max-width: 767px) {
  .service-box {
    width: 100%;
    margin: 30px 0 20px 0;
    float: none;
  }

  .service-box img {
    width: 50px;
  }

  .service-box h3 {
    font-size: 22px;
  }

  .service-box p {
    font-size: 16px;
    line-height: 22px;
  }

  .service-box a {
    font-size: 13px;
    padding: 8px 18px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .services-section {
    margin: 20px auto;
    padding: 0 15px;
  }

  .service-box {
    padding: 20px;
  }
}
.google-lp-banner-section{
  background-image: url("images/main_banner.png"); /* your banner image */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0; /* adjust height via padding */
}
.slider {
  padding: 12rem 0 15rem;
  text-align:center;
}
.slider .heading-box{
  text-align: center;
}

.slider .heading-box h1 {
  font-size: 5.3rem;
}
.slider .heading-box p {
  color: #595959;
  font-size: 2.5rem;
  margin-top: 1rem;
}
.slider .heading-box .google-lp-image-slider {
  margin-top: 4rem;
}
.slider .heading-box .google-lp-image-slider .google-lp-image-item {
  padding: 0 1rem;
}
.dNtlyB {
  font-size: 5.3rem !important;
}

