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

html {
  font-size: 0.526vw;
}

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

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

:root {
  --black: #1f1f1f;
  --green: #627251;
  --dark-green: #50633d;
  --para-color: #676767;
  --grey: #767676;
  --light-green: #c5ed82;
  --section-green: #eff5f1;
  --white: #ffffff;
  --heading-grey: #333;
}

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;
  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: 60%;
}

.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;
}

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 {
  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;
}

.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-slide {
  margin: 0 2rem;
}

.bg-white .section-heading p {
  color: #676767;
}

.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-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;
}

.results-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;
}

.results-popup-box.active {
  visibility: visible;
  opacity: 1;
}

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: 1.8rem;
  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;
}

.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: linear-gradient(128deg, rgb(24 30 18 / 40%) 0%, rgb(92 102 78 / 40%) 100%);
}

.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 #c5ed82;
  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;
}

.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 .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;
  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 {
  margin-top: 5rem;
}

.aboutus-journey-box iframe {
  width: 100%;
  height: 41.5rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

.aboutus-journey-box .aboutus-journey-item {
  font-size: 0;
  padding: 0 1rem;
}

.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;
}

.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);
  display: flex;
  justify-content: center;
  cursor: pointer;
}

ul.aboutus-usps-list li.usp-box.explore-box button {
  background-color: transparent;
  border: 0;
}

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%;
  height: 100%;
}

.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: 1.8rem;
  min-height: 11rem;
  height: 100%;
  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;
}
.transplant-cost-box:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
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;
  justify-content: center;
}

.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-box {
  width: 31%;
}

.step-2-box .inner-form-box .input-box.country-code-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/accordion-arrow-black.webp) #fff no-repeat right;
  background-position: calc(100% - .7rem) 1.3rem;
  background-size: 1.3rem;
  padding-left: 1.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  padding-left: .5rem;
  padding-bottom: 1rem;
  border: 0;
  border-bottom: 1px solid #b7beaf;
}

.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: #627251;
}

.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;
}

.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;
}

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;
}

.bottom-banner-section .btn-box a.btn:last-child {
  margin-left: 2rem;
}

.btn.btn-tras {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.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 {
  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;
}

.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;
  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 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 {
  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;
}

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;
}

.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 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #5b5b5b;
}

.blog-content-box .latest-videos-box ul li .youtube-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  cursor: pointer;
}

.iframe-popup-box iframe {
  width: 100%;
  height: 100%;
  max-height: none !important;
}

.blog-content-box .latest-videos-box ul li .video-box img {
  max-width: 6.4rem;
  object-fit: contain;
  border-radius: .5rem;
}

.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: auto;
}

.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: 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;
}

.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;
}

.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: #ffffff;
  border-color: #ffffff;
}

.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;
}

#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-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);
}

.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;
}

.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-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 {
  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 {
  padding: 2.1rem 4.5rem;
}

#bottom-nav-box .icon-btn.btn {
  display: none;
}

.hp-intro-slider .flip-inner .txt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.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;
  width: 100%;
}

.google-lp-banner-section .lead-form-box #googleLPForm {
  width: 100%;
}

.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;
  height: 98.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.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-color: #3D4536;
  padding: 10rem 0 4rem;
}

.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;
}

.service-testimonials-section .hp-testimonial-tab-content .slider-arrows {
  top: 0;
}

.google-sd-results-section .grid.grid-col-3 img {
  border-radius: 1.5rem;
}

.results-images-listing .img-box {
  margin: 0 .5rem;
}

.results-images-listing .img-box img {
  border-radius: .5rem;
}

.google_lp-template-default #bottom-nav-box.visible {
  display: none !important;
}

.iframe-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background: #000;
  padding: 4rem;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  scale: 0.8;
  width: 50vw;
  height: 60vh;
  display: none;
}

.iframe-popup-box.active {
  pointer-events: auto;
  display: none;
}

.iframe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99990;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.iframe-popup-box .close-popup img {
  max-width: 3rem;
  filter: invert(1) brightness(100);
}

.iframe-popup-box .close-popup {
  top: auto;
  bottom: -3rem;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.iframe-overlay.active {
  pointer-events: auto;
  display: none;
}

.youtube-box {
  position: relative;
  display: inline-block;
}

.youtube-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: .6rem 1.3rem;
  border-radius: .5rem;
  font-size: 1.3rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  transform: translate(-50%, -8px);
  z-index: 999;
}

.blog-post-section .generic-content-box p img.size-medium {
  width: 50vh;
}

.youtube-box:hover .youtube-tooltip {
  opacity: 1;
  transform: translate(-50%, -12px);
}

.service-journey-section .aboutus-journey-box iframe {
  height: 270px;
}

.service-journey-section .aboutus-journey-box .aboutus-journey-item {
  padding: 0;
}

.hp-catalogue-section .input-box.email select,
.green-contact-bar form .input-box.phone-input-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/white-sm-down-arrow.png) transparent no-repeat right;
  background-position: calc(100% - .6rem) 1.5rem;
  background-size: .8rem;
  padding-left: 1.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  padding-left: .5rem;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 1.7rem;
}

#ebookMsg {
  font-size: 1.7rem;
}

.hp-catalogue-section .input-box.email select option,
.green-contact-bar form .input-box.phone-input-box select option {
  color: #000;
}

.hp-intro-slider-section {
  max-height: 65rem;
  overflow: hidden;
}

.sd-intro-item .text-box div h4,
.sd-intro-item .text-box div h5,
.sd-intro-item .text-box div h6 {
  margin-bottom: 1.5rem;
}

.sd-intro-item .text-box div ul {
  margin-bottom: 2rem;
}

.pillar-banner-section {
  padding-top: 30rem;
}

.slide-btn {
  display: flex;
  margin: 0 auto;
  background-color: transparent;
  border: 0;
  align-items: center;
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}

.slide-btn img {
  width: 2.1rem;
  object-fit: contain;
  margin-right: .5rem;
}

ul.Breadcrumb-box li::after {
  content: '';
  background: url(../img/right-arrow.png) no-repeat;
  background-size: contain;
  width: .7rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.Breadcrumb-box li {
  font-size: 2rem;
  font-weight: 400;
  margin-right: 1.2rem;
  position: relative;
  padding-right: 1.7rem;
  color: #627251;
  line-height: 1;
}

ul.Breadcrumb-box li a {
  color: #888;
}

ul.Breadcrumb-box li:last-child {
  margin-right: 0;
  padding-right: 0;
}

ul.Breadcrumb-box li:last-child::after {
  display: none;
}

.Breadcrumb-box {
  position: absolute;
  left: -3vw;
  top: -10rem;
}

.usps-list .box .content-box h5 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
  width: 100%;
  min-height: 7rem;
}

.usps-list .box .content-box p.sm {
  color: #fff;
  letter-spacing: 0;
}

.usps-list .box .content-box {
  position: relative;
  background-color: #627251;
  padding: 6rem 2.5rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: 28rem;
  align-items: flex-end;
  align-content: flex-end;
  background-image: url(../img/matrix-bg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.usps-list .box .content-box::after {
  content: '';
  background: linear-gradient(239.12deg, rgba(98, 114, 81, 0) 43.66%, #627251 89.81%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1rem;
  z-index: -1;
}

.usps-list .box .img-box {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  font-size: 0;
}

.usps-list .box .img-box img {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  object-fit: cover;
}

.pillar-sd-intro-section .sd-intro-item .img-box {
  width: 47%;
  position: sticky;
  top: 10rem;
}

.pillar-usps-section .container {
  max-width: 1640px;
}

.pillar-sd-intro-section .sd-intro-item .text-box p {
  text-align: justify;
}

.pillar-sd-intro-section .sd-intro-item .img-box img {
  max-width: 87rem;
  object-fit: cover;
  width: 100%;
  min-height: 80rem;
}

.pillar-sd-intro-section .sd-intro-item:first-child {
  padding-top: 10rem;
  border-top: 1px solid #B0B0B0;
}

.pillar-sd-intro-section .sd-intro-item .text-box h6 {
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 4rem;
}

.pillar-sd-intro-section .sd-intro-item .text-box h6::after {
  content: '';
  position: absolute;
  background: url(../img/according-heading-icon.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.6rem;
  height: 2.7rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pillar-sd-intro-section .sd-intro-item .text-box ul li {
  margin-bottom: .5rem;
  padding-left: 3rem;
  position: relative;
  color: #676767;
}

.pillar-sd-intro-section .sd-intro-item .text-box ul li::after {
  content: '';
  position: absolute;
  background: url(../img/ol-list-icon.webp) no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: .9rem;
}

.pillar-sd-cost-section .description ul li {
  margin-bottom: .5rem;
  padding-left: 3rem;
  position: relative;
  color: #333;
}

.pillar-sd-cost-section .description ul li::after {
  content: '';
  position: absolute;
  background: url(../img/hp-expert-tick.webp) no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.1rem;
  height: 2.2rem;
  left: 0;
  top: .9rem;
}

.pillar-sd-intro-section .sd-intro-item .text-box ol li {
  margin-bottom: .5rem;
  padding-left: 3rem;
  position: relative;
  font-weight: 500;
  color: #333;
}

.pillar-sd-intro-section .sd-intro-item .text-box ol li::after {
  content: '';
  position: absolute;
  background: url(../img/hp-expert-tick.webp) no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.1rem;
  height: 2.2rem;
  left: 0;
  top: .9rem;
}

.pillar-clinic-location-section {
  background-color: #eff5f1;
}

.pillar-clinic-location-section .clinic-location-info-box .left-box {
  background-color: #fff;
  height: 100%;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.pillar-clinic-location-section ul.clinic-info-box {
  background-color: #fff;
}

.pillar-clinic-location-section ul.clinic-info-box p,
.pillar-clinic-location-section ul.clinic-info-box a {
  font-size: 2rem;
  letter-spacing: 0;
}

.pillar-clinic-location-section ul.clinic-info-box img {
  width: 6.3rem;
  margin-right: 3rem;
}

.pillar-clinic-location-section ul.clinic-info-box li {
  margin-bottom: 4.5rem;
  padding-bottom: 4.5rem;
}

.pillar-clinic-location-section ul.clinic-info-box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.clinic-location-info-box .iframe-box iframe {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  border-radius: .7rem;
}

.clinic-location-info-box .iframe-box {
  padding: 2rem;
  width: 100%;
}

.pillar-clinic-location-section .clinic-image-slider-box .slick-arrow {
  display: block !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -12rem;
  right: 10rem;
}

.pillar-clinic-location-section .clinic-location-info-box .clinic-heading-box {
  max-width: 75rem;
}

.pillar-clinic-location-section .clinic-image-slider-box .slick-arrow.slick-prev {
  right: 18rem;
}

.pillar-clinic-location-section .clinic-image-slider-box .slick-arrow img {
  max-width: 6.7rem;
  object-fit: contain;
  transition: all .3s ease-in-out;
  filter: invert(0);
}

.pillar-clinic-location-section .clinic-image-slider-box .slick-arrow:hover img {
  filter: invert(1);
  opacity: 1;
}

.pillar-clinic-location-section .clinic-location-info-box .clinic-heading-box h4 {
  font-size: 4.4rem;
}

.pillar-clinic-location-section .clinic-location-info-box {
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.pillar-clinic-location-section .clinic-location-info-box::after {
  content: '';
  position: absolute;
  background-color: #B1B1B1;
  width: 82vw;
  height: 1px;
  left: 0;
  bottom: 0;
}

.pillar-sd-cost-section {
  border-top-left-radius: 5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
  border-top-right-radius: 5rem;
}

.pillar-clinic-location-section .clinic-location-info-box:last-child::after {
  display: none;
}

.pillar-clinic-location-section .clinic-location-info-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.pillar-sd-cost-usp.sd-cost-usp .icon img {
  filter: contrast(5);
}

.pillar-sd-cost-section .sd-cost-table {
  width: 54%;
}

.pillar-sd-cost-section .sd-cost-table .col {
  padding: 3rem 0;
}

.pillar-bottom-banner-section {
  height: 66rem;
}

ul.pillar-page-links-list li {
  background-color: #fff;
  padding: 3rem 10rem 3rem 3rem;
  border-radius: 2rem;
  position: relative;
  transition: all .3s ease-in-out;
}

ul.pillar-page-links-list li h4 {
  font-size: 2.9rem;
  font-weight: 500;
  color: #1F1F1F;
  line-height: 1.3;
}

ul.pillar-page-links-list li::after {
  content: '';
  position: absolute;
  background: url(../img/circle-arrow-icon.png) no-repeat;
  width: 6rem;
  height: 6rem;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  background-size: contain;
}

ul.pillar-page-links-list li:hover::after {
  transform: translateY(-50%) rotate(45deg);
}

ul.pillar-page-links-list li:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
}

.sd-contact-section .para-grey {
  margin: 5rem 0;
}